/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.tdc-font-fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.tdc-font-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.tdc-font-fa-2x {
  font-size: 2em;
}
.tdc-font-fa-3x {
  font-size: 3em;
}
.tdc-font-fa-4x {
  font-size: 4em;
}
.tdc-font-fa-5x {
  font-size: 5em;
}
.tdc-font-fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.tdc-font-fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.tdc-font-fa-ul > li {
  position: relative;
}
.tdc-font-fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.tdc-font-fa-li.tdc-font-fa-lg {
  left: -1.85714286em;
}
.tdc-font-fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.tdc-font-fa-pull-left {
  float: left;
}
.tdc-font-fa-pull-right {
  float: right;
}
.fa.tdc-font-fa-pull-left {
  margin-right: .3em;
}
.fa.tdc-font-fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.tdc-font-fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.tdc-font-fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.tdc-font-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tdc-font-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tdc-font-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.tdc-font-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.tdc-font-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .tdc-font-fa-rotate-90,
:root .tdc-font-fa-rotate-180,
:root .tdc-font-fa-rotate-270,
:root .tdc-font-fa-flip-horizontal,
:root .tdc-font-fa-flip-vertical {
  filter: none;
}
.tdc-font-fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.tdc-font-fa-stack-1x,
.tdc-font-fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.tdc-font-fa-stack-1x {
  line-height: inherit;
}
.tdc-font-fa-stack-2x {
  font-size: 2em;
}
.tdc-font-fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.tdc-font-fa-glass:before {
  content: "\f000";
}
.tdc-font-fa-music:before {
  content: "\f001";
}
.tdc-font-fa-search:before {
  content: "\f002";
}
.tdc-font-fa-envelope-o:before {
  content: "\f003";
}
.tdc-font-fa-heart:before {
  content: "\f004";
}
.tdc-font-fa-star:before {
  content: "\f005";
}
.tdc-font-fa-star-o:before {
  content: "\f006";
}
.tdc-font-fa-user:before {
  content: "\f007";
}
.tdc-font-fa-film:before {
  content: "\f008";
}
.tdc-font-fa-th-large:before {
  content: "\f009";
}
.tdc-font-fa-th:before {
  content: "\f00a";
}
.tdc-font-fa-th-list:before {
  content: "\f00b";
}
.tdc-font-fa-check:before {
  content: "\f00c";
}
.tdc-font-fa-remove-close-times:before {
  content: "\f00d";
}
.tdc-font-fa-search-plus:before {
  content: "\f00e";
}
.tdc-font-fa-search-minus:before {
  content: "\f010";
}
.tdc-font-fa-power-off:before {
  content: "\f011";
}
.tdc-font-fa-signal:before {
  content: "\f012";
}
.tdc-font-fa-gear:before {
  content: "\f013";
}
.tdc-font-fa-trash-o:before {
  content: "\f014";
}
.tdc-font-fa-home:before {
  content: "\f015";
}
.tdc-font-fa-file-o:before {
  content: "\f016";
}
.tdc-font-fa-clock-o:before {
  content: "\f017";
}
.tdc-font-fa-road:before {
  content: "\f018";
}
.tdc-font-fa-download:before {
  content: "\f019";
}
.tdc-font-fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.tdc-font-fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.tdc-font-fa-inbox:before {
  content: "\f01c";
}
.tdc-font-fa-play-circle-o:before {
  content: "\f01d";
}
.tdc-font-fa-rotate-right-repeat:before {
  content: "\f01e";
}
.tdc-font-fa-refresh:before {
  content: "\f021";
}
.tdc-font-fa-list-alt:before {
  content: "\f022";
}
.tdc-font-fa-lock:before {
  content: "\f023";
}
.tdc-font-fa-flag:before {
  content: "\f024";
}
.tdc-font-fa-headphones:before {
  content: "\f025";
}
.tdc-font-fa-volume-off:before {
  content: "\f026";
}
.tdc-font-fa-volume-down:before {
  content: "\f027";
}
.tdc-font-fa-volume-up:before {
  content: "\f028";
}
.tdc-font-fa-qrcode:before {
  content: "\f029";
}
.tdc-font-fa-barcode:before {
  content: "\f02a";
}
.tdc-font-fa-tag:before {
  content: "\f02b";
}
.tdc-font-fa-tags:before {
  content: "\f02c";
}
.tdc-font-fa-book:before {
  content: "\f02d";
}
.tdc-font-fa-bookmark:before {
  content: "\f02e";
}
.tdc-font-fa-print:before {
  content: "\f02f";
}
.tdc-font-fa-camera:before {
  content: "\f030";
}
.tdc-font-fa-font:before {
  content: "\f031";
}
.tdc-font-fa-bold:before {
  content: "\f032";
}
.tdc-font-fa-italic:before {
  content: "\f033";
}
.tdc-font-fa-text-height:before {
  content: "\f034";
}
.tdc-font-fa-text-width:before {
  content: "\f035";
}
.tdc-font-fa-align-left:before {
  content: "\f036";
}
.tdc-font-fa-align-center:before {
  content: "\f037";
}
.tdc-font-fa-align-right:before {
  content: "\f038";
}
.tdc-font-fa-align-justify:before {
  content: "\f039";
}
.tdc-font-fa-list:before {
  content: "\f03a";
}
.tdc-font-fa-dedent-outdent:before {
  content: "\f03b";
}
.tdc-font-fa-indent:before {
  content: "\f03c";
}
.tdc-font-fa-video-camera:before {
  content: "\f03d";
}
.tdc-font-fa-photo-image-picture:before {
  content: "\f03e";
}
.tdc-font-fa-pencil:before {
  content: "\f040";
}
.tdc-font-fa-map-marker:before {
  content: "\f041";
}
.tdc-font-fa-adjust:before {
  content: "\f042";
}
.tdc-font-fa-tint:before {
  content: "\f043";
}
.tdc-font-fa-edit-pencil-square:before {
  content: "\f044";
}
.tdc-font-fa-share-square-o:before {
  content: "\f045";
}
.tdc-font-fa-check-square-o:before {
  content: "\f046";
}
.tdc-font-fa-arrows:before {
  content: "\f047";
}
.tdc-font-fa-step-backward:before {
  content: "\f048";
}
.tdc-font-fa-fast-backward:before {
  content: "\f049";
}
.tdc-font-fa-backward:before {
  content: "\f04a";
}
.tdc-font-fa-play:before {
  content: "\f04b";
}
.tdc-font-fa-pause:before {
  content: "\f04c";
}
.tdc-font-fa-stop:before {
  content: "\f04d";
}
.tdc-font-fa-forward:before {
  content: "\f04e";
}
.tdc-font-fa-fast-forward:before {
  content: "\f050";
}
.tdc-font-fa-step-forward:before {
  content: "\f051";
}
.tdc-font-fa-eject:before {
  content: "\f052";
}
.tdc-font-fa-chevron-left:before {
  content: "\f053";
}
.tdc-font-fa-chevron-right:before {
  content: "\f054";
}
.tdc-font-fa-plus-circle:before {
  content: "\f055";
}
.tdc-font-fa-minus-circle:before {
  content: "\f056";
}
.tdc-font-fa-times-circle:before {
  content: "\f057";
}
.tdc-font-fa-check-circle:before {
  content: "\f058";
}
.tdc-font-fa-question-circle:before {
  content: "\f059";
}
.tdc-font-fa-info-circle:before {
  content: "\f05a";
}
.tdc-font-fa-crosshairs:before {
  content: "\f05b";
}
.tdc-font-fa-times-circle-o:before {
  content: "\f05c";
}
.tdc-font-fa-check-circle-o:before {
  content: "\f05d";
}
.tdc-font-fa-ban:before {
  content: "\f05e";
}
.tdc-font-fa-arrow-left:before {
  content: "\f060";
}
.tdc-font-fa-arrow-right:before {
  content: "\f061";
}
.tdc-font-fa-arrow-up:before {
  content: "\f062";
}
.tdc-font-fa-arrow-down:before {
  content: "\f063";
}
.tdc-font-fa-mail-forward-share:before {
  content: "\f064";
}
.tdc-font-fa-expand:before {
  content: "\f065";
}
.tdc-font-fa-compress:before {
  content: "\f066";
}
.tdc-font-fa-plus:before {
  content: "\f067";
}
.tdc-font-fa-minus:before {
  content: "\f068";
}
.tdc-font-fa-asterisk:before {
  content: "\f069";
}
.tdc-font-fa-exclamation-circle:before {
  content: "\f06a";
}
.tdc-font-fa-gift:before {
  content: "\f06b";
}
.tdc-font-fa-leaf:before {
  content: "\f06c";
}
.tdc-font-fa-fire:before {
  content: "\f06d";
}
.tdc-font-fa-eye:before {
  content: "\f06e";
}
.tdc-font-fa-eye-slash:before {
  content: "\f070";
}
.tdc-font-fa-warning-exclamation-triangle:before {
  content: "\f071";
}
.tdc-font-fa-plane:before {
  content: "\f072";
}
.tdc-font-fa-calendar:before {
  content: "\f073";
}
.tdc-font-fa-random:before {
  content: "\f074";
}
.tdc-font-fa-comment:before {
  content: "\f075";
}
.tdc-font-fa-magnet:before {
  content: "\f076";
}
.tdc-font-fa-chevron-up:before {
  content: "\f077";
}
.tdc-font-fa-chevron-down:before {
  content: "\f078";
}
.tdc-font-fa-retweet:before {
  content: "\f079";
}
.tdc-font-fa-shopping-cart:before {
  content: "\f07a";
}
.tdc-font-fa-folder:before {
  content: "\f07b";
}
.tdc-font-fa-folder-open:before {
  content: "\f07c";
}
.tdc-font-fa-arrows-v:before {
  content: "\f07d";
}
.tdc-font-fa-arrows-h:before {
  content: "\f07e";
}
.tdc-font-fa-bar-chart-o-chart:before {
  content: "\f080";
}
.tdc-font-fa-twitter-square:before {
  content: "\f081";
}
.tdc-font-fa-facebook-square:before {
  content: "\f082";
}
.tdc-font-fa-camera-retro:before {
  content: "\f083";
}
.tdc-font-fa-key:before {
  content: "\f084";
}
.tdc-font-fa-gears-cogs:before {
  content: "\f085";
}
.tdc-font-fa-comments:before {
  content: "\f086";
}
.tdc-font-fa-thumbs-o-up:before {
  content: "\f087";
}
.tdc-font-fa-thumbs-o-down:before {
  content: "\f088";
}
.tdc-font-fa-star-half:before {
  content: "\f089";
}
.tdc-font-fa-heart-o:before {
  content: "\f08a";
}
.tdc-font-fa-sign-out:before {
  content: "\f08b";
}
.tdc-font-fa-linkedin-square:before {
  content: "\f08c";
}
.tdc-font-fa-thumb-tack:before {
  content: "\f08d";
}
.tdc-font-fa-external-link:before {
  content: "\f08e";
}
.tdc-font-fa-sign-in:before {
  content: "\f090";
}
.tdc-font-fa-trophy:before {
  content: "\f091";
}
.tdc-font-fa-github-square:before {
  content: "\f092";
}
.tdc-font-fa-upload:before {
  content: "\f093";
}
.tdc-font-fa-lemon-o:before {
  content: "\f094";
}
.tdc-font-fa-phone:before {
  content: "\f095";
}
.tdc-font-fa-square-o:before {
  content: "\f096";
}
.tdc-font-fa-bookmark-o:before {
  content: "\f097";
}
.tdc-font-fa-phone-square:before {
  content: "\f098";
}
.tdc-font-fa-twitter:before {
  content: "\f099";
}
.tdc-font-fa-facebook-f:before {
  content: "\f09a";
}
.tdc-font-fa-github:before {
  content: "\f09b";
}
.tdc-font-fa-unlock:before {
  content: "\f09c";
}
.tdc-font-fa-credit-card:before {
  content: "\f09d";
}
.tdc-font-fa-feed-rss:before {
  content: "\f09e";
}
.tdc-font-fa-hdd-o:before {
  content: "\f0a0";
}
.tdc-font-fa-bullhorn:before {
  content: "\f0a1";
}
.tdc-font-fa-bell:before {
  content: "\f0f3";
}
.tdc-font-fa-certificate:before {
  content: "\f0a3";
}
.tdc-font-fa-hand-o-right:before {
  content: "\f0a4";
}
.tdc-font-fa-hand-o-left:before {
  content: "\f0a5";
}
.tdc-font-fa-hand-o-up:before {
  content: "\f0a6";
}
.tdc-font-fa-hand-o-down:before {
  content: "\f0a7";
}
.tdc-font-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.tdc-font-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.tdc-font-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.tdc-font-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.tdc-font-fa-globe:before {
  content: "\f0ac";
}
.tdc-font-fa-wrench:before {
  content: "\f0ad";
}
.tdc-font-fa-tasks:before {
  content: "\f0ae";
}
.tdc-font-fa-filter:before {
  content: "\f0b0";
}
.tdc-font-fa-briefcase:before {
  content: "\f0b1";
}
.tdc-font-fa-arrows-alt:before {
  content: "\f0b2";
}
.tdc-font-fa-group-users:before {
  content: "\f0c0";
}
.tdc-font-fa-chain-link:before {
  content: "\f0c1";
}
.tdc-font-fa-cloud:before {
  content: "\f0c2";
}
.tdc-font-fa-flask:before {
  content: "\f0c3";
}
.tdc-font-fa-cut-scissors:before {
  content: "\f0c4";
}
.tdc-font-fa-copy-files:before {
  content: "\f0c5";
}
.tdc-font-fa-paperclip:before {
  content: "\f0c6";
}
.tdc-font-fa-save-floppy:before {
  content: "\f0c7";
}
.tdc-font-fa-square:before {
  content: "\f0c8";
}
.tdc-font-fa-navicon-reorder-bars:before {
  content: "\f0c9";
}
.tdc-font-fa-list-ul:before {
  content: "\f0ca";
}
.tdc-font-fa-list-ol:before {
  content: "\f0cb";
}
.tdc-font-fa-strikethrough:before {
  content: "\f0cc";
}
.tdc-font-fa-underline:before {
  content: "\f0cd";
}
.tdc-font-fa-table:before {
  content: "\f0ce";
}
.tdc-font-fa-magic:before {
  content: "\f0d0";
}
.tdc-font-fa-truck:before {
  content: "\f0d1";
}
.tdc-font-fa-pinterest:before {
  content: "\f0d2";
}
.tdc-font-fa-pinterest-square:before {
  content: "\f0d3";
}
.tdc-font-fa-google-plus-square:before {
  content: "\f0d4";
}
.tdc-font-fa-google-plus:before {
  content: "\f0d5";
}
.tdc-font-fa-money:before {
  content: "\f0d6";
}
.tdc-font-fa-caret-down:before {
  content: "\f0d7";
}
.tdc-font-fa-caret-up:before {
  content: "\f0d8";
}
.tdc-font-fa-caret-left:before {
  content: "\f0d9";
}
.tdc-font-fa-caret-right:before {
  content: "\f0da";
}
.tdc-font-fa-columns:before {
  content: "\f0db";
}
.tdc-font-fa-unsorted:before {
  content: "\f0dc";
}
.tdc-font-fa-sort-down:before {
  content: "\f0dd";
}
.tdc-font-fa-sort-up:before {
  content: "\f0de";
}
.tdc-font-fa-envelope:before {
  content: "\f0e0";
}
.tdc-font-fa-linkedin:before {
  content: "\f0e1";
}
.tdc-font-fa-rotate-left-undo:before {
  content: "\f0e2";
}
.tdc-font-fa-legal-gavel:before {
  content: "\f0e3";
}
.tdc-font-fa-dashboard-tachometer:before {
  content: "\f0e4";
}
.tdc-font-fa-comment-o:before {
  content: "\f0e5";
}
.tdc-font-fa-comments-o:before {
  content: "\f0e6";
}
.tdc-font-fa-flash-bolt:before {
  content: "\f0e7";
}
.tdc-font-fa-sitemap:before {
  content: "\f0e8";
}
.tdc-font-fa-umbrella:before {
  content: "\f0e9";
}
.tdc-font-fa-paste-clipboard:before {
  content: "\f0ea";
}
.tdc-font-fa-lightbulb-o:before {
  content: "\f0eb";
}
.tdc-font-fa-exchange:before {
  content: "\f0ec";
}
.tdc-font-fa-cloud-download:before {
  content: "\f0ed";
}
.tdc-font-fa-cloud-upload:before {
  content: "\f0ee";
}
.tdc-font-fa-user-md:before {
  content: "\f0f0";
}
.tdc-font-fa-stethoscope:before {
  content: "\f0f1";
}
.tdc-font-fa-suitcase:before {
  content: "\f0f2";
}
.tdc-font-fa-bell-o:before {
  content: "\f0a2";
}
.tdc-font-fa-coffee:before {
  content: "\f0f4";
}
.tdc-font-fa-cutlery:before {
  content: "\f0f5";
}
.tdc-font-fa-file-text-o:before {
  content: "\f0f6";
}
.tdc-font-fa-building-o:before {
  content: "\f0f7";
}
.tdc-font-fa-hospital-o:before {
  content: "\f0f8";
}
.tdc-font-fa-ambulance:before {
  content: "\f0f9";
}
.tdc-font-fa-medkit:before {
  content: "\f0fa";
}
.tdc-font-fa-fighter-jet:before {
  content: "\f0fb";
}
.tdc-font-fa-beer:before {
  content: "\f0fc";
}
.tdc-font-fa-h-square:before {
  content: "\f0fd";
}
.tdc-font-fa-plus-square:before {
  content: "\f0fe";
}
.tdc-font-fa-angle-double-left:before {
  content: "\f100";
}
.tdc-font-fa-angle-double-right:before {
  content: "\f101";
}
.tdc-font-fa-angle-double-up:before {
  content: "\f102";
}
.tdc-font-fa-angle-double-down:before {
  content: "\f103";
}
.tdc-font-fa-angle-left:before {
  content: "\f104";
}
.tdc-font-fa-angle-right:before {
  content: "\f105";
}
.tdc-font-fa-angle-up:before {
  content: "\f106";
}
.tdc-font-fa-angle-down:before {
  content: "\f107";
}
.tdc-font-fa-desktop:before {
  content: "\f108";
}
.tdc-font-fa-laptop:before {
  content: "\f109";
}
.tdc-font-fa-tablet:before {
  content: "\f10a";
}
.tdc-font-fa-mobile-phone:before {
  content: "\f10b";
}
.tdc-font-fa-circle-o:before {
  content: "\f10c";
}
.tdc-font-fa-quote-left:before {
  content: "\f10d";
}
.tdc-font-fa-quote-right:before {
  content: "\f10e";
}
.tdc-font-fa-spinner:before {
  content: "\f110";
}
.tdc-font-fa-circle:before {
  content: "\f111";
}
.tdc-font-fa-mail-reply:before {
  content: "\f112";
}
.tdc-font-fa-github-alt:before {
  content: "\f113";
}
.tdc-font-fa-folder-o:before {
  content: "\f114";
}
.tdc-font-fa-folder-open-o:before {
  content: "\f115";
}
.tdc-font-fa-smile-o:before {
  content: "\f118";
}
.tdc-font-fa-frown-o:before {
  content: "\f119";
}
.tdc-font-fa-meh-o:before {
  content: "\f11a";
}
.tdc-font-fa-gamepad:before {
  content: "\f11b";
}
.tdc-font-fa-keyboard-o:before {
  content: "\f11c";
}
.tdc-font-fa-flag-o:before {
  content: "\f11d";
}
.tdc-font-fa-flag-checkered:before {
  content: "\f11e";
}
.tdc-font-fa-terminal:before {
  content: "\f120";
}
.tdc-font-fa-code:before {
  content: "\f121";
}
.tdc-font-fa-mail-reply-all:before {
  content: "\f122";
}
.tdc-font-fa-star-half-empty:before {
  content: "\f123";
}
.tdc-font-fa-location-arrow:before {
  content: "\f124";
}
.tdc-font-fa-crop:before {
  content: "\f125";
}
.tdc-font-fa-code-fork:before {
  content: "\f126";
}
.tdc-font-fa-unlink-chain-broken:before {
  content: "\f127";
}
.tdc-font-fa-question:before {
  content: "\f128";
}
.tdc-font-fa-info:before {
  content: "\f129";
}
.tdc-font-fa-exclamation:before {
  content: "\f12a";
}
.tdc-font-fa-superscript:before {
  content: "\f12b";
}
.tdc-font-fa-subscript:before {
  content: "\f12c";
}
.tdc-font-fa-eraser:before {
  content: "\f12d";
}
.tdc-font-fa-puzzle-piece:before {
  content: "\f12e";
}
.tdc-font-fa-microphone:before {
  content: "\f130";
}
.tdc-font-fa-microphone-slash:before {
  content: "\f131";
}
.tdc-font-fa-shield:before {
  content: "\f132";
}
.tdc-font-fa-calendar-o:before {
  content: "\f133";
}
.tdc-font-fa-fire-extinguisher:before {
  content: "\f134";
}
.tdc-font-fa-rocket:before {
  content: "\f135";
}
.tdc-font-fa-maxcdn:before {
  content: "\f136";
}
.tdc-font-fa-chevron-circle-left:before {
  content: "\f137";
}
.tdc-font-fa-chevron-circle-right:before {
  content: "\f138";
}
.tdc-font-fa-chevron-circle-up:before {
  content: "\f139";
}
.tdc-font-fa-chevron-circle-down:before {
  content: "\f13a";
}
.tdc-font-fa-html5:before {
  content: "\f13b";
}
.tdc-font-fa-css3:before {
  content: "\f13c";
}
.tdc-font-fa-anchor:before {
  content: "\f13d";
}
.tdc-font-fa-unlock-alt:before {
  content: "\f13e";
}
.tdc-font-fa-bullseye:before {
  content: "\f140";
}
.tdc-font-fa-ellipsis-h:before {
  content: "\f141";
}
.tdc-font-fa-ellipsis-v:before {
  content: "\f142";
}
.tdc-font-fa-rss-square:before {
  content: "\f143";
}
.tdc-font-fa-play-circle:before {
  content: "\f144";
}
.tdc-font-fa-ticket:before {
  content: "\f145";
}
.tdc-font-fa-minus-square:before {
  content: "\f146";
}
.tdc-font-fa-minus-square-o:before {
  content: "\f147";
}
.tdc-font-fa-level-up:before {
  content: "\f148";
}
.tdc-font-fa-level-down:before {
  content: "\f149";
}
.tdc-font-fa-check-square:before {
  content: "\f14a";
}
.tdc-font-fa-pencil-square:before {
  content: "\f14b";
}
.tdc-font-fa-external-link-square:before {
  content: "\f14c";
}
.tdc-font-fa-share-square:before {
  content: "\f14d";
}
.tdc-font-fa-compass:before {
  content: "\f14e";
}
.tdc-font-fa-toggle-down-caret:before {
  content: "\f150";
}
.tdc-font-fa-toggle-up-caret:before {
  content: "\f151";
}
.tdc-font-fa-toggle-right-caret:before {
  content: "\f152";
}
.tdc-font-fa-euro:before {
  content: "\f153";
}
.tdc-font-fa-gbp:before {
  content: "\f154";
}
.tdc-font-fa-dollar-usd:before {
  content: "\f155";
}
.tdc-font-fa-rupee:before {
  content: "\f156";
}
.tdc-font-fa-cny-yen-jpy:before {
  content: "\f157";
}
.tdc-font-fa-ruble:before {
  content: "\f158";
}
.tdc-font-fa-won:before {
  content: "\f159";
}
.tdc-font-fa-bitcoin:before {
  content: "\f15a";
}
.tdc-font-fa-file:before {
  content: "\f15b";
}
.tdc-font-fa-file-text:before {
  content: "\f15c";
}
.tdc-font-fa-sort-alpha-asc:before {
  content: "\f15d";
}
.tdc-font-fa-sort-alpha-desc:before {
  content: "\f15e";
}
.tdc-font-fa-sort-amount-asc:before {
  content: "\f160";
}
.tdc-font-fa-sort-amount-desc:before {
  content: "\f161";
}
.tdc-font-fa-sort-numeric-asc:before {
  content: "\f162";
}
.tdc-font-fa-sort-numeric-desc:before {
  content: "\f163";
}
.tdc-font-fa-thumbs-up:before {
  content: "\f164";
}
.tdc-font-fa-thumbs-down:before {
  content: "\f165";
}
.tdc-font-fa-youtube-square:before {
  content: "\f166";
}
.tdc-font-fa-youtube:before {
  content: "\f167";
}
.tdc-font-fa-xing:before {
  content: "\f168";
}
.tdc-font-fa-xing-square:before {
  content: "\f169";
}
.tdc-font-fa-youtube-play:before {
  content: "\f16a";
}
.tdc-font-fa-dropbox:before {
  content: "\f16b";
}
.tdc-font-fa-stack-overflow:before {
  content: "\f16c";
}
.tdc-font-fa-instagram:before {
  content: "\f16d";
}
.tdc-font-fa-flickr:before {
  content: "\f16e";
}
.tdc-font-fa-adn:before {
  content: "\f170";
}
.tdc-font-fa-bitbucket:before {
  content: "\f171";
}
.tdc-font-fa-bitbucket-square:before {
  content: "\f172";
}
.tdc-font-fa-tumblr:before {
  content: "\f173";
}
.tdc-font-fa-tumblr-square:before {
  content: "\f174";
}
.tdc-font-fa-long-arrow-down:before {
  content: "\f175";
}
.tdc-font-fa-long-arrow-up:before {
  content: "\f176";
}
.tdc-font-fa-long-arrow-left:before {
  content: "\f177";
}
.tdc-font-fa-long-arrow-right:before {
  content: "\f178";
}
.tdc-font-fa-apple:before {
  content: "\f179";
}
.tdc-font-fa-windows:before {
  content: "\f17a";
}
.tdc-font-fa-android:before {
  content: "\f17b";
}
.tdc-font-fa-linux:before {
  content: "\f17c";
}
.tdc-font-fa-dribbble:before {
  content: "\f17d";
}
.tdc-font-fa-skype:before {
  content: "\f17e";
}
.tdc-font-fa-foursquare:before {
  content: "\f180";
}
.tdc-font-fa-trello:before {
  content: "\f181";
}
.tdc-font-fa-female:before {
  content: "\f182";
}
.tdc-font-fa-male:before {
  content: "\f183";
}
.tdc-font-fa-gittip:before {
  content: "\f184";
}
.tdc-font-fa-sun-o:before {
  content: "\f185";
}
.tdc-font-fa-moon-o:before {
  content: "\f186";
}
.tdc-font-fa-archive:before {
  content: "\f187";
}
.tdc-font-fa-bug:before {
  content: "\f188";
}
.tdc-font-fa-vk:before {
  content: "\f189";
}
.tdc-font-fa-weibo:before {
  content: "\f18a";
}
.tdc-font-fa-renren:before {
  content: "\f18b";
}
.tdc-font-fa-pagelines:before {
  content: "\f18c";
}
.tdc-font-fa-stack-exchange:before {
  content: "\f18d";
}
.tdc-font-fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.tdc-font-fa-arrow-circle-o-left:before {
  content: "\f190";
}
.tdc-font-fa-toggle-left:before {
  content: "\f191";
}
.tdc-font-fa-dot-circle-o:before {
  content: "\f192";
}
.tdc-font-fa-wheelchair:before {
  content: "\f193";
}
.tdc-font-fa-vimeo-square:before {
  content: "\f194";
}
.tdc-font-fa-turkish-lira:before {
  content: "\f195";
}
.tdc-font-fa-plus-square-o:before {
  content: "\f196";
}
.tdc-font-fa-space-shuttle:before {
  content: "\f197";
}
.tdc-font-fa-slack:before {
  content: "\f198";
}
.tdc-font-fa-envelope-square:before {
  content: "\f199";
}
.tdc-font-fa-wordpress:before {
  content: "\f19a";
}
.tdc-font-fa-openid:before {
  content: "\f19b";
}
.tdc-font-fa-institution-bank-university:before {
  content: "\f19c";
}
.tdc-font-fa-mortar-board-graduation:before {
  content: "\f19d";
}
.tdc-font-fa-yahoo:before {
  content: "\f19e";
}
.tdc-font-fa-google:before {
  content: "\f1a0";
}
.tdc-font-fa-reddit:before {
  content: "\f1a1";
}
.tdc-font-fa-reddit-square:before {
  content: "\f1a2";
}
.tdc-font-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.tdc-font-fa-stumbleupon:before {
  content: "\f1a4";
}
.tdc-font-fa-delicious:before {
  content: "\f1a5";
}
.tdc-font-fa-digg:before {
  content: "\f1a6";
}
.tdc-font-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.tdc-font-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.tdc-font-fa-drupal:before {
  content: "\f1a9";
}
.tdc-font-fa-joomla:before {
  content: "\f1aa";
}
.tdc-font-fa-language:before {
  content: "\f1ab";
}
.tdc-font-fa-fax:before {
  content: "\f1ac";
}
.tdc-font-fa-building:before {
  content: "\f1ad";
}
.tdc-font-fa-child:before {
  content: "\f1ae";
}
.tdc-font-fa-paw:before {
  content: "\f1b0";
}
.tdc-font-fa-spoon:before {
  content: "\f1b1";
}
.tdc-font-fa-cube:before {
  content: "\f1b2";
}
.tdc-font-fa-cubes:before {
  content: "\f1b3";
}
.tdc-font-fa-behance:before {
  content: "\f1b4";
}
.tdc-font-fa-behance-square:before {
  content: "\f1b5";
}
.tdc-font-fa-steam:before {
  content: "\f1b6";
}
.tdc-font-fa-steam-square:before {
  content: "\f1b7";
}
.tdc-font-fa-recycle:before {
  content: "\f1b8";
}
.tdc-font-fa-automobile-car:before {
  content: "\f1b9";
}
.tdc-font-fa-cab-taxi:before {
  content: "\f1ba";
}
.tdc-font-fa-tree:before {
  content: "\f1bb";
}
.tdc-font-fa-spotify:before {
  content: "\f1bc";
}
.tdc-font-fa-deviantart:before {
  content: "\f1bd";
}
.tdc-font-fa-soundcloud:before {
  content: "\f1be";
}
.tdc-font-fa-database:before {
  content: "\f1c0";
}
.tdc-font-fa-file-pdf-o:before {
  content: "\f1c1";
}
.tdc-font-fa-file-word-o:before {
  content: "\f1c2";
}
.tdc-font-fa-file-excel-o:before {
  content: "\f1c3";
}
.tdc-font-fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.tdc-font-fa-file-photo-picture-image:before {
  content: "\f1c5";
}
.tdc-font-fa-file-zip-archive:before {
  content: "\f1c6";
}
.tdc-font-fa-file-sound-audio:before {
  content: "\f1c7";
}
.tdc-font-fa-file-movie-video:before {
  content: "\f1c8";
}
.tdc-font-fa-file-code-o:before {
  content: "\f1c9";
}
.tdc-font-fa-vine:before {
  content: "\f1ca";
}
.tdc-font-fa-codepen:before {
  content: "\f1cb";
}
.tdc-font-fa-jsfiddle:before {
  content: "\f1cc";
}
.tdc-font-fa-life-bouy:before {
  content: "\f1cd";
}
.tdc-font-fa-circle-o-notch:before {
  content: "\f1ce";
}
.tdc-font-fa-ra-resistance-rebel:before {
  content: "\f1d0";
}
.tdc-font-fa-ge-empire:before {
  content: "\f1d1";
}
.tdc-font-fa-git-square:before {
  content: "\f1d2";
}
.tdc-font-fa-git:before {
  content: "\f1d3";
}
.tdc-font-fa-y-combinator-square:before {
  content: "\f1d4";
}
.tdc-font-fa-tencent-weibo:before {
  content: "\f1d5";
}
.tdc-font-fa-qq:before {
  content: "\f1d6";
}
.tdc-font-fa-wechat:before {
  content: "\f1d7";
}
.tdc-font-fa-send-paper-plan:before {
  content: "\f1d8";
}
.tdc-font-fa-send-o:before {
  content: "\f1d9";
}
.tdc-font-fa-history:before {
  content: "\f1da";
}
.tdc-font-fa-circle-thin:before {
  content: "\f1db";
}
.tdc-font-fa-header:before {
  content: "\f1dc";
}
.tdc-font-fa-paragraph:before {
  content: "\f1dd";
}
.tdc-font-fa-sliders:before {
  content: "\f1de";
}
.tdc-font-fa-share-alt:before {
  content: "\f1e0";
}
.tdc-font-fa-share-alt-square:before {
  content: "\f1e1";
}
.tdc-font-fa-bomb:before {
  content: "\f1e2";
}
.tdc-font-fa-soccer-ball-o:before {
  content: "\f1e3";
}
.tdc-font-fa-tty:before {
  content: "\f1e4";
}
.tdc-font-fa-binoculars:before {
  content: "\f1e5";
}
.tdc-font-fa-plug:before {
  content: "\f1e6";
}
.tdc-font-fa-slideshare:before {
  content: "\f1e7";
}
.tdc-font-fa-twitch:before {
  content: "\f1e8";
}
.tdc-font-fa-yelp:before {
  content: "\f1e9";
}
.tdc-font-fa-newspaper-o:before {
  content: "\f1ea";
}
.tdc-font-fa-wifi:before {
  content: "\f1eb";
}
.tdc-font-fa-calculator:before {
  content: "\f1ec";
}
.tdc-font-fa-paypal:before {
  content: "\f1ed";
}
.tdc-font-fa-google-wallet:before {
  content: "\f1ee";
}
.tdc-font-fa-cc-visa:before {
  content: "\f1f0";
}
.tdc-font-fa-cc-mastercard:before {
  content: "\f1f1";
}
.tdc-font-fa-cc-discover:before {
  content: "\f1f2";
}
.tdc-font-fa-cc-amex:before {
  content: "\f1f3";
}
.tdc-font-fa-cc-paypal:before {
  content: "\f1f4";
}
.tdc-font-fa-cc-stripe:before {
  content: "\f1f5";
}
.tdc-font-fa-bell-slash:before {
  content: "\f1f6";
}
.tdc-font-fa-bell-slash-o:before {
  content: "\f1f7";
}
.tdc-font-fa-trash:before {
  content: "\f1f8";
}
.tdc-font-fa-copyright:before {
  content: "\f1f9";
}
.tdc-font-fa-at:before {
  content: "\f1fa";
}
.tdc-font-fa-eyedropper:before {
  content: "\f1fb";
}
.tdc-font-fa-paint-brush:before {
  content: "\f1fc";
}
.tdc-font-fa-birthday-cake:before {
  content: "\f1fd";
}
.tdc-font-fa-area-chart:before {
  content: "\f1fe";
}
.tdc-font-fa-pie-chart:before {
  content: "\f200";
}
.tdc-font-fa-line-chart:before {
  content: "\f201";
}
.tdc-font-fa-lastfm:before {
  content: "\f202";
}
.tdc-font-fa-lastfm-square:before {
  content: "\f203";
}
.tdc-font-fa-toggle-off:before {
  content: "\f204";
}
.tdc-font-fa-toggle-on:before {
  content: "\f205";
}
.tdc-font-fa-bicycle:before {
  content: "\f206";
}
.tdc-font-fa-bus:before {
  content: "\f207";
}
.tdc-font-fa-ioxhost:before {
  content: "\f208";
}
.tdc-font-fa-angellist:before {
  content: "\f209";
}
.tdc-font-fa-cc:before {
  content: "\f20a";
}
.tdc-font-fa-shekel:before {
  content: "\f20b";
}
.tdc-font-fa-meanpath:before {
  content: "\f20c";
}
.tdc-font-fa-buysellads:before {
  content: "\f20d";
}
.tdc-font-fa-connectdevelop:before {
  content: "\f20e";
}
.tdc-font-fa-dashcube:before {
  content: "\f210";
}
.tdc-font-fa-forumbee:before {
  content: "\f211";
}
.tdc-font-fa-leanpub:before {
  content: "\f212";
}
.tdc-font-fa-sellsy:before {
  content: "\f213";
}
.tdc-font-fa-shirtsinbulk:before {
  content: "\f214";
}
.tdc-font-fa-simplybuilt:before {
  content: "\f215";
}
.tdc-font-fa-skyatlas:before {
  content: "\f216";
}
.tdc-font-fa-cart-plus:before {
  content: "\f217";
}
.tdc-font-fa-cart-arrow-down:before {
  content: "\f218";
}
.tdc-font-fa-diamond:before {
  content: "\f219";
}
.tdc-font-fa-ship:before {
  content: "\f21a";
}
.tdc-font-fa-user-secret:before {
  content: "\f21b";
}
.tdc-font-fa-motorcycle:before {
  content: "\f21c";
}
.tdc-font-fa-street-view:before {
  content: "\f21d";
}
.tdc-font-fa-heartbeat:before {
  content: "\f21e";
}
.tdc-font-fa-venus:before {
  content: "\f221";
}
.tdc-font-fa-mars:before {
  content: "\f222";
}
.tdc-font-fa-mercury:before {
  content: "\f223";
}
.tdc-font-fa-intersex:before {
  content: "\f224";
}
.tdc-font-fa-transgender-alt:before {
  content: "\f225";
}
.tdc-font-fa-venus-double:before {
  content: "\f226";
}
.tdc-font-fa-mars-double:before {
  content: "\f227";
}
.tdc-font-fa-venus-mars:before {
  content: "\f228";
}
.tdc-font-fa-mars-stroke:before {
  content: "\f229";
}
.tdc-font-fa-mars-stroke-v:before {
  content: "\f22a";
}
.tdc-font-fa-mars-stroke-h:before {
  content: "\f22b";
}
.tdc-font-fa-neuter:before {
  content: "\f22c";
}
.tdc-font-fa-genderless:before {
  content: "\f22d";
}
.tdc-font-fa-facebook-official:before {
  content: "\f230";
}
.tdc-font-fa-pinterest-p:before {
  content: "\f231";
}
.tdc-font-fa-whatsapp:before {
  content: "\f232";
}
.tdc-font-fa-server:before {
  content: "\f233";
}
.tdc-font-fa-user-plus:before {
  content: "\f234";
}
.tdc-font-fa-user-times:before {
  content: "\f235";
}
.tdc-font-fa-hotel-bed:before {
  content: "\f236";
}
.tdc-font-fa-viacoin:before {
  content: "\f237";
}
.tdc-font-fa-train:before {
  content: "\f238";
}
.tdc-font-fa-subway:before {
  content: "\f239";
}
.tdc-font-fa-medium:before {
  content: "\f23a";
}
.tdc-font-fa-yc-combinator:before {
  content: "\f23b";
}
.tdc-font-fa-optin-monster:before {
  content: "\f23c";
}
.tdc-font-fa-opencart:before {
  content: "\f23d";
}
.tdc-font-fa-expeditedssl:before {
  content: "\f23e";
}
.tdc-font-fa-battery-4:before {
  content: "\f240";
}
.tdc-font-fa-battery-3:before {
  content: "\f241";
}
.tdc-font-fa-battery-2:before {
  content: "\f242";
}
.tdc-font-fa-battery-1:before {
  content: "\f243";
}
.tdc-font-fa-battery-0:before {
  content: "\f244";
}
.tdc-font-fa-mouse-pointer:before {
  content: "\f245";
}
.tdc-font-fa-i-cursor:before {
  content: "\f246";
}
.tdc-font-fa-object-group:before {
  content: "\f247";
}
.tdc-font-fa-object-ungroup:before {
  content: "\f248";
}
.tdc-font-fa-sticky-note:before {
  content: "\f249";
}
.tdc-font-fa-sticky-note-o:before {
  content: "\f24a";
}
.tdc-font-fa-cc-jcb:before {
  content: "\f24b";
}
.tdc-font-fa-cc-diners-club:before {
  content: "\f24c";
}
.tdc-font-fa-clone:before {
  content: "\f24d";
}
.tdc-font-fa-balance-scale:before {
  content: "\f24e";
}
.tdc-font-fa-hourglass-o:before {
  content: "\f250";
}
.tdc-font-fa-hourglass-1:before {
  content: "\f251";
}
.tdc-font-fa-hourglass-2:before {
  content: "\f252";
}
.tdc-font-fa-hourglass-3:before {
  content: "\f253";
}
.tdc-font-fa-hourglass:before {
  content: "\f254";
}
.tdc-font-fa-hand-grab-o:before {
  content: "\f255";
}
.tdc-font-fa-hand-stop-o:before {
  content: "\f256";
}
.tdc-font-fa-hand-scissors-o:before {
  content: "\f257";
}
.tdc-font-fa-hand-lizard-o:before {
  content: "\f258";
}
.tdc-font-fa-hand-spock-o:before {
  content: "\f259";
}
.tdc-font-fa-hand-pointer-o:before {
  content: "\f25a";
}
.tdc-font-fa-hand-peace-o:before {
  content: "\f25b";
}
.tdc-font-fa-trademark:before {
  content: "\f25c";
}
.tdc-font-fa-registered:before {
  content: "\f25d";
}
.tdc-font-fa-creative-commons:before {
  content: "\f25e";
}
.tdc-font-fa-gg:before {
  content: "\f260";
}
.tdc-font-fa-gg-circle:before {
  content: "\f261";
}
.tdc-font-fa-tripadvisor:before {
  content: "\f262";
}
.tdc-font-fa-odnoklassniki:before {
  content: "\f263";
}
.tdc-font-fa-odnoklassniki-square:before {
  content: "\f264";
}
.tdc-font-fa-get-pocket:before {
  content: "\f265";
}
.tdc-font-fa-wikipedia-w:before {
  content: "\f266";
}
.tdc-font-fa-safari:before {
  content: "\f267";
}
.tdc-font-fa-chrome:before {
  content: "\f268";
}
.tdc-font-fa-firefox:before {
  content: "\f269";
}
.tdc-font-fa-opera:before {
  content: "\f26a";
}
.tdc-font-fa-internet-explorer:before {
  content: "\f26b";
}
.tdc-font-fa-tv:before {
  content: "\f26c";
}
.tdc-font-fa-contao:before {
  content: "\f26d";
}
.tdc-font-fa-500px:before {
  content: "\f26e";
}
.tdc-font-fa-amazon:before {
  content: "\f270";
}
.tdc-font-fa-calendar-plus-o:before {
  content: "\f271";
}
.tdc-font-fa-calendar-minus-o:before {
  content: "\f272";
}
.tdc-font-fa-calendar-times-o:before {
  content: "\f273";
}
.tdc-font-fa-calendar-check-o:before {
  content: "\f274";
}
.tdc-font-fa-industry:before {
  content: "\f275";
}
.tdc-font-fa-map-pin:before {
  content: "\f276";
}
.tdc-font-fa-map-signs:before {
  content: "\f277";
}
.tdc-font-fa-map-o:before {
  content: "\f278";
}
.tdc-font-fa-map:before {
  content: "\f279";
}
.tdc-font-fa-commenting:before {
  content: "\f27a";
}
.tdc-font-fa-commenting-o:before {
  content: "\f27b";
}
.tdc-font-fa-houzz:before {
  content: "\f27c";
}
.tdc-font-fa-vimeo:before {
  content: "\f27d";
}
.tdc-font-fa-black-tie:before {
  content: "\f27e";
}
.tdc-font-fa-fonticons:before {
  content: "\f280";
}
.tdc-font-fa-reddit-alien:before {
  content: "\f281";
}
.tdc-font-fa-edge:before {
  content: "\f282";
}
.tdc-font-fa-credit-card-alt:before {
  content: "\f283";
}
.tdc-font-fa-codiepie:before {
  content: "\f284";
}
.tdc-font-fa-modx:before {
  content: "\f285";
}
.tdc-font-fa-fort-awesome:before {
  content: "\f286";
}
.tdc-font-fa-usb:before {
  content: "\f287";
}
.tdc-font-fa-product-hunt:before {
  content: "\f288";
}
.tdc-font-fa-mixcloud:before {
  content: "\f289";
}
.tdc-font-fa-scribd:before {
  content: "\f28a";
}
.tdc-font-fa-pause-circle:before {
  content: "\f28b";
}
.tdc-font-fa-pause-circle-o:before {
  content: "\f28c";
}
.tdc-font-fa-stop-circle:before {
  content: "\f28d";
}
.tdc-font-fa-stop-circle-o:before {
  content: "\f28e";
}
.tdc-font-fa-shopping-bag:before {
  content: "\f290";
}
.tdc-font-fa-shopping-basket:before {
  content: "\f291";
}
.tdc-font-fa-hashtag:before {
  content: "\f292";
}
.tdc-font-fa-bluetooth:before {
  content: "\f293";
}
.tdc-font-fa-bluetooth-b:before {
  content: "\f294";
}
.tdc-font-fa-percent:before {
  content: "\f295";
}
.tdc-font-fa-gitlab:before {
  content: "\f296";
}
.tdc-font-fa-wpbeginner:before {
  content: "\f297";
}
.tdc-font-fa-wpforms:before {
  content: "\f298";
}
.tdc-font-fa-envira:before {
  content: "\f299";
}
.tdc-font-fa-universal-access:before {
  content: "\f29a";
}
.tdc-font-fa-wheelchair-alt:before {
  content: "\f29b";
}
.tdc-font-fa-question-circle-o:before {
  content: "\f29c";
}
.tdc-font-fa-blind:before {
  content: "\f29d";
}
.tdc-font-fa-audio-description:before {
  content: "\f29e";
}
.tdc-font-fa-volume-control-phone:before {
  content: "\f2a0";
}
.tdc-font-fa-braille:before {
  content: "\f2a1";
}
.tdc-font-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.tdc-font-fa-asl-interpreting:before {
  content: "\f2a3";
}
.tdc-font-fa-deafness:before {
  content: "\f2a4";
}
.tdc-font-fa-glide:before {
  content: "\f2a5";
}
.tdc-font-fa-glide-g:before {
  content: "\f2a6";
}
.tdc-font-fa-signing:before {
  content: "\f2a7";
}
.tdc-font-fa-low-vision:before {
  content: "\f2a8";
}
.tdc-font-fa-viadeo:before {
  content: "\f2a9";
}
.tdc-font-fa-viadeo-square:before {
  content: "\f2aa";
}
.tdc-font-fa-snapchat:before {
  content: "\f2ab";
}
.tdc-font-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.tdc-font-fa-snapchat-square:before {
  content: "\f2ad";
}
.tdc-font-fa-pied-piper:before {
  content: "\f2ae";
}
.tdc-font-fa-first-order:before {
  content: "\f2b0";
}
.tdc-font-fa-yoast:before {
  content: "\f2b1";
}
.tdc-font-fa-themeisle:before {
  content: "\f2b2";
}
.tdc-font-fa-google-plus-circle:before {
  content: "\f2b3";
}
.tdc-font-fa-fa:before {
  content: "\f2b4";
}
.tdc-font-fa-handshake-o:before {
  content: "\f2b5";
}
.tdc-font-fa-envelope-open:before {
  content: "\f2b6";
}
.tdc-font-fa-envelope-open-o:before {
  content: "\f2b7";
}
.tdc-font-fa-linode:before {
  content: "\f2b8";
}
.tdc-font-fa-address-book:before {
  content: "\f2b9";
}
.tdc-font-fa-address-book-o:before {
  content: "\f2ba";
}
.tdc-font-fa-vcard:before {
  content: "\f2bb";
}
.tdc-font-fa-vcard-o:before {
  content: "\f2bc";
}
.tdc-font-fa-user-circle:before {
  content: "\f2bd";
}
.tdc-font-fa-user-circle-o:before {
  content: "\f2be";
}
.tdc-font-fa-user-o:before {
  content: "\f2c0";
}
.tdc-font-fa-id-badge:before {
  content: "\f2c1";
}
.tdc-font-fa-drivers-license:before {
  content: "\f2c2";
}
.tdc-font-fa-drivers-license-o:before {
  content: "\f2c3";
}
.tdc-font-fa-quora:before {
  content: "\f2c4";
}
.tdc-font-fa-free-code-camp:before {
  content: "\f2c5";
}
.tdc-font-fa-telegram:before {
  content: "\f2c6";
}
.tdc-font-fa-thermometer-4:before {
  content: "\f2c7";
}
.tdc-font-fa-thermometer-3:before {
  content: "\f2c8";
}
.tdc-font-fa-thermometer-2:before {
  content: "\f2c9";
}
.tdc-font-fa-thermometer-1:before {
  content: "\f2ca";
}
.tdc-font-fa-thermometer-0:before {
  content: "\f2cb";
}
.tdc-font-fa-shower:before {
  content: "\f2cc";
}
.tdc-font-fa-bathtub:before {
  content: "\f2cd";
}
.tdc-font-fa-podcast:before {
  content: "\f2ce";
}
.tdc-font-fa-window-maximize:before {
  content: "\f2d0";
}
.tdc-font-fa-window-minimize:before {
  content: "\f2d1";
}
.tdc-font-fa-window-restore:before {
  content: "\f2d2";
}
.tdc-font-fa-times-rectangle:before {
  content: "\f2d3";
}
.tdc-font-fa-times-rectangle-o:before {
  content: "\f2d4";
}
.tdc-font-fa-bandcamp:before {
  content: "\f2d5";
}
.tdc-font-fa-grav:before {
  content: "\f2d6";
}
.tdc-font-fa-etsy:before {
  content: "\f2d7";
}
.tdc-font-fa-imdb:before {
  content: "\f2d8";
}
.tdc-font-fa-ravelry:before {
  content: "\f2d9";
}
.tdc-font-fa-eercast:before {
  content: "\f2da";
}
.tdc-font-fa-microchip:before {
  content: "\f2db";
}
.tdc-font-fa-snowflake-o:before {
  content: "\f2dc";
}
.tdc-font-fa-superpowers:before {
  content: "\f2dd";
}
.tdc-font-fa-wpexplorer:before {
  content: "\f2de";
}
.tdc-font-fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.mx_image_background {
  background-color: #f2f2f2;
}
.td-visibility-hidden {
  visibility: hidden;
}
/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*
usage:
.td-block-row {
  .mx-row(td-block-span);
}

@all_span_selector - is the begining of the span selector
 */
/*  ----------------------------------------------------------------------------
    sprite
*/
.td-sp {
  background-image: url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements.png);
  background-repeat: no-repeat;
  display: block;
}
.td-sp-video-play {
  width: 42px;
  height: 42px;
  background-position: -20px -488px;
}
.td-sp-video-pause {
  width: 42px;
  height: 42px;
  background-position: -20px -612px;
}
.td-sp-facebook {
  width: 32px;
  height: 32px;
  background-position: -20px -20px;
}
.td-sp-pinterest {
  width: 32px;
  height: 32px;
  background-position: -20px -72px;
}
.td-sp-rss {
  width: 32px;
  height: 32px;
  background-position: -20px -124px;
}
.td-sp-soundcloud {
  width: 32px;
  height: 32px;
  background-position: -20px -176px;
}
.td-sp-instagram {
  width: 32px;
  height: 32px;
  background-position: -20px -228px;
}
.td-sp-vimeo {
  width: 32px;
  height: 32px;
  background-position: -20px -332px;
}
.td-sp-youtube {
  width: 32px;
  height: 32px;
  background-position: -20px -384px;
}
.td-sp-twitter {
  width: 32px;
  height: 32px;
  background-position: -20px -436px;
}
.td-sp-tiktok {
  width: 32px;
  height: 32px;
  background-position: -20px -740px;
}
.td-sp-twitch {
  width: 32px;
  height: 32px;
  background-position: -20px -781px;
}
.td-sp-steam {
  width: 32px;
  height: 32px;
  background-position: -20px -843px;
}
.tdc-header-template .td-main-page-wrap,
.tdc-no-header .td-main-page-wrap {
  padding-top: 0;
}
.tdc_zone {
  margin: 0;
}
.td-main-content-wrap .tdc_zone {
  z-index: 0;
}
.td-header-template-wrap {
  z-index: 100;
}
.td-header-desktop-wrap {
  width: 100%;
}
.td-header-desktop-wrap .td-spot-id-header {
  max-width: 728px;
  width: auto;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-desktop-wrap .td-spot-id-header {
    height: 60px;
  }
}
.td-header-mobile-wrap .td-spot-id-header {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-mobile-wrap .td-spot-id-header {
    margin: 0 auto;
  }
}
.td-header-desktop-sticky-wrap,
.td-header-mobile-sticky-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.td-header-desktop-sticky-wrap.td-header-active,
.td-header-mobile-sticky-wrap.td-header-active {
  visibility: visible;
}
.td-header-desktop-sticky-wrap.td-header-stop-transition,
.td-header-mobile-sticky-wrap.td-header-stop-transition {
  -webkit-transition: none;
  transition: none;
}
/* responsive desktop + tablet */
@media (min-width: 767px) {
  .admin-bar .td-header-desktop-sticky-wrap {
    margin-top: 32px;
  }
}
.tdb-mega-menu .td-post-category {
  transition: none;
  -webkit-transition: none;
}
.tdb-hover .td-post-category {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
/*
    Logged section
*/
#td-mobile-nav .td-menu-login-section {
  list-style: none;
  position: relative;
  margin-top: 20px;
}
#td-mobile-nav .td-menu-login-section .td-logged-wrap {
  height: 60px;
  line-height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-login-section .td-logged-wrap {
    height: 40px;
    line-height: 40px;
  }
}
#td-mobile-nav .td-menu-login-section a {
  color: var(--td_mobile_text_color, #ffffff);
}
#td-mobile-nav .td-menu-login-section a:hover {
  color: var(--td_mobile_text_active_color, #73c7e3);
}
#td-mobile-nav .td-menu-avatar {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
}
#td-mobile-nav .td-menu-avatar .td-avatar-container {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-avatar .td-avatar-container {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
  }
}
#td-mobile-nav .td-menu-avatar .avatar {
  position: absolute;
  margin: 0 auto;
  left: -9999px;
  right: -9999px;
  max-width: none;
  width: 100%;
  height: 100%;
}
#td-mobile-nav .td-menu-username {
  font-size: 20px;
  font-weight: bold;
  margin: 0 100px 0 95px;
  overflow: hidden;
  height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-username {
    font-size: 18px;
    height: 40px;
    margin: 0 100px 0 75px;
  }
}
#td-mobile-nav .td-menu-logout {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
}
#td-mobile-nav .td-menu-logout a {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: bold;
}
.rtl .td-mobile-main-menu {
  display: flex;
  flex-direction: column-reverse;
}
.rtl #td-mobile-nav .td-menu-avatar {
  right: 20px;
  left: auto;
}
.rtl #td-mobile-nav .td-menu-logout {
  left: 20px;
  right: auto;
}
.rtl #td-mobile-nav .td-menu-username {
  margin: 0 95px 0 100px;
}
/*
    Guest section
*/
#td-mobile-nav .td-guest-wrap {
  height: 40px;
  text-align: center;
}
#td-mobile-nav .td-guest-wrap .td-menu-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  left: auto;
  margin-right: 15px;
}
#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
  width: 40px;
  height: 40px;
}
#td-mobile-nav .td-guest-wrap .td-menu-login {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
#td-mobile-nav .td-guest-wrap .td-menu-login span {
  background-color: var(--td_mobile_text_color, #ffffff);
  width: 1px;
  height: 20px;
  display: inline-block;
  margin: 0 13px;
  line-height: 20px;
  position: relative;
  top: 3px;
  opacity: 0.3;
}
#td-mobile-nav .td-guest-wrap .td-menu-login a {
  cursor: pointer;
}
/*
    Register section
*/
#td-mobile-nav .td-register-section {
  position: absolute;
  top: 0;
  color: var(--td_mobile_text_color, #ffffff);
  width: 100%;
  z-index: -1;
}
#td-mobile-nav .td-register-section a {
  color: var(--td_mobile_text_color, #ffffff);
}
#td-mobile-nav .td-register-section a:hover {
  color: var(--td_mobile_text_active_color, #73c7e3);
}
#td-mobile-nav .td-register-section .td-icon-read-down {
  font-size: 23px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  line-height: 74px;
  width: 74px;
}
#td-mobile-nav .td-register-section .td-login-input {
  color: var(--td_mobile_text_color, #ffffff);
  font-weight: normal;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  outline: 0;
  margin: 18px 0;
  position: relative;
  border-bottom: 1px solid var(--td_mobile_text_color, rgba(255, 255, 255, 0.2));
  border-radius: 0;
  box-shadow: none;
}
#td-mobile-nav .td-register-section .td-login-input:focus ~ label,
#td-mobile-nav .td-register-section .td-login-input:valid ~ label {
  top: -6px;
  font-size: 14px;
  opacity: 0.4;
}
#td-mobile-nav .td-register-section .td-login-form-wrap {
  padding: 0 30px;
}
#td-mobile-nav .td-register-section .td-login-button {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 50px;
  color: var(--td_mobile_button_color_mob, #000000);
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  margin: 17px 0 15px;
  font-size: 17px;
  border-radius: 0;
  background-color: var(--td_mobile_button_background_mob, #ffffff);
  opacity: 0.8;
  text-shadow: none;
}
#td-mobile-nav .td-register-section .td-login-social {
  width: 100%;
  margin-top: 13px;
  margin-bottom: 10px;
  line-height: inherit;
}
#td-mobile-nav .td-register-section .td-login-info-text {
  text-align: center;
  margin-bottom: 20px;
}
#td-mobile-nav .td-register-section .td-login-register-link a {
  width: 100%;
  display: block;
  padding: 13px;
  margin-top: 24px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
}
#td-mobile-nav .td-register-section .td-login-register-link a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#td-mobile-nav .td-register-section .td-login-register-link a:hover {
  color: #fff;
}
#td-mobile-nav .td-register-section .td-login-register-link a:hover:before {
  opacity: 0.2;
}
#td-mobile-nav .td-login-title {
  position: absolute;
  top: 0;
  padding: 0 50px;
  text-align: center;
  line-height: 74px;
  text-transform: uppercase;
  width: 100%;
  font-size: 17px;
  height: 74px;
  overflow: hidden;
  z-index: -1;
}
#td-mobile-nav .td-login-panel-title {
  text-align: center;
  font-size: 16px;
  padding: 30px 10px;
}
#td-mobile-nav .td-login-panel-title span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
#td-mobile-nav .td-login-form-mobile-fb-open .td-login-close,
#td-mobile-nav .td-login-form-mobile-fb-open .td-register-close,
#td-mobile-nav .td-login-form-mobile-fb-open .td-login-panel-title,
#td-mobile-nav .td-login-form-mobile-fb-open .td-login-inputs,
#td-mobile-nav .td-login-form-mobile-fb-open .td-login-button,
#td-mobile-nav .td-login-form-mobile-fb-open .td-login-social,
#td-mobile-nav .td-login-form-mobile-fb-open .td-login-info-text,
#td-mobile-nav .td-login-form-mobile-fb-open .td-login-register-link {
  opacity: .5;
  pointer-events: none;
}
.td-ajax-search-flex .td_module_flex_1 {
  padding-bottom: 25px;
}
.td-ajax-search-flex .td_module_flex_1 .td-module-container {
  flex-direction: row;
}
.td-ajax-search-flex .td_module_flex_1 .td-image-container {
  flex: 0 0 30%;
  width: 30%;
}
.td-ajax-search-flex .td_module_flex_1 .td-image-wrap {
  padding-bottom: 70%;
}
.td-ajax-search-flex .td_module_flex_1 .td-module-meta-info {
  padding: 0 0 0 15px;
}
.td-ajax-search-flex .td_module_flex_1 .entry-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.td-ajax-search-flex .td_module_flex_1 .td-excerpt,
.td-ajax-search-flex .td_module_flex_1 .td-post-category,
.td-ajax-search-flex .td_module_flex_1 .td-post-author-name,
.td-ajax-search-flex .td_module_flex_1 .td-module-comments,
.td-ajax-search-flex .td_module_flex_1 .td-read-more {
  display: none;
}
/*  ----------------------------------------------------------------------------
    Block Wrap
*/
.td_block_wrap {
  margin-bottom: 48px;
  position: relative;
  clear: both;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_wrap {
    margin-bottom: 32px;
  }
}
.td_block_wrap .td-next-prev-wrap,
.td_block_wrap .td-load-more-wrap {
  margin-top: 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_wrap .td-next-prev-wrap,
  .td_block_wrap .td-load-more-wrap {
    margin-bottom: 0;
  }
}
.td_block_wrap .td-subcat-item .td-cur-simple-item {
  color: #000;
}
.td_block_wrap-composer {
  position: relative;
}
.td-block-title-wrap {
  position: relative;
}
.td-page-content .td_block_wrap {
  line-height: 21px;
}
.td-fix-index {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.td_with_ajax_pagination {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
  background-color: var(--td_header_color, #222222);
}
.td_block_wrap .td-subcat-item .td-cur-simple-item {
  color: var(--td_theme_color, #4db2ec);
}
/*  ----------------------------------------------------------------------------
    Ajax Next Prev
*/
.td-next-prev-wrap {
  position: relative;
  clear: both;
}
.td-next-prev-wrap a {
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  border: 1px solid #dcdcdc;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  font-size: 7px;
  color: #b7b7b7;
}
.td-next-prev-wrap a:hover {
  background-color: var(--td_theme_color, #4db2ec);
  border-color: var(--td_theme_color, #4db2ec);
  color: #fff;
}
.td-next-prev-wrap .ajax-page-disabled {
  opacity: 0.5;
}
.td-next-prev-wrap .td-ajax-next-page {
  padding-left: 2px;
}
.td-next-prev-wrap .td-ajax-prev-page {
  padding-right: 1px;
}
.td-next-prev-wrap .td-next-prev-icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.td-next-prev-wrap .td-next-prev-icon-svg svg {
  width: 7px;
  height: 8px;
}
.td-next-prev-wrap .td-next-prev-icon-svg svg,
.td-next-prev-wrap .td-next-prev-icon-svg svg * {
  fill: #b7b7b7;
}
.td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,
.td-next-prev-wrap a:hover .td-next-prev-icon-svg svg * {
  fill: #fff;
}
.rtl .td-next-prev-wrap .td-ajax-next-page {
  padding-right: 2px;
  padding-left: 0;
}
.rtl .td-next-prev-wrap .td-ajax-prev-page {
  padding-left: 1px;
  padding-right: 0;
}
@-moz-document url-prefix() {
  .td-next-prev-wrap a {
    line-height: 23px;
  }
}
/*  ----------------------------------------------------------------------------
    Load more button
*/
.td_ajax_load_more {
  display: inline-block;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
  border: 1px solid #C9C9C9;
  text-align: center;
  vertical-align: middle;
}
.td_ajax_load_more i {
  font-size: 8px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.td_ajax_load_more .td-load-more-icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 6px;
}
.td_ajax_load_more .td-load-more-icon-svg svg {
  width: 7px;
  height: 8px;
}
.td_ajax_load_more .td-load-more-icon-svg svg,
.td_ajax_load_more .td-load-more-icon-svg svg * {
  fill: #767676;
}
.td_ajax_load_more:hover .td-load-more-icon-svg svg,
.td_ajax_load_more:hover .td-load-more-icon-svg svg * {
  fill: #fff;
}
.td_ajax_load_more.ajax-page-disabled {
  visibility: hidden !important;
}
.td-load-more-wrap {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
@-moz-document url-prefix() {
  .td_ajax_load_more {
    padding: 7px 10px 9px;
  }
}
.td-load-more-wrap {
  text-align: center;
  clear: both;
}
.td-load-more-wrap a {
  color: #767676;
}
.td-load-more-wrap a:hover {
  background-color: var(--td_theme_color, #4db2ec);
  border-color: var(--td_theme_color, #4db2ec);
  color: #fff;
  text-decoration: none !important;
}
.td_block_inner_overflow {
  overflow: hidden;
}
.td_block_inner_overflow .td-module-image {
  min-height: 20px;
}
/*  ----------------------------------------------------------------------------
    infinite loader
*/
.td-load-more-infinite-wrap {
  display: none;
}
/*  ----------------------------------------------------------------------------
    Block category filter
*/
.td-subcat-filter {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto 0;
  opacity: 0;
  z-index: 2;
  line-height: 30px;
  text-align: right;
}
.td-subcat-filter ul {
  margin: 0;
}
.td-subcat-filter .td-display-filter {
  display: none !important;
}
.td-subcat-filter .td-subcat-list {
  display: inline-block;
  line-height: 1;
}
.td-subcat-filter .td-subcat-list .td-subcat-item {
  display: inline-block;
  line-height: 1;
  margin-left: 30px;
}
.td-subcat-filter .td-subcat-list a {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 13px;
  color: #767676;
  line-height: 1;
}
.td-subcat-filter .td-subcat-list a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-subcat-filter .td-subcat-dropdown {
  display: inline-block;
  text-align: right;
  line-height: 30px;
  position: relative;
}
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more i {
  color: #fff;
}
.td-subcat-filter .td-subcat-dropdown:hover ul {
  display: block;
}
.td-subcat-filter .td-subcat-dropdown .td-subcat-more {
  cursor: pointer;
  margin-left: 15px;
  padding-left: 15px;
  -webkit-user-select: none;
  display: inline-block;
}
.td-subcat-filter .td-subcat-dropdown .td-subcat-more:before {
  content: '';
  width: 70px;
  height: 100%;
  position: absolute;
  margin-top: 2px;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.td-subcat-filter .td-subcat-dropdown .td-subcat-more i {
  font-size: 9px;
  color: #767676;
  margin-left: 12px;
  margin-right: 12px;
}
.td-subcat-filter .td-subcat-dropdown ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 6px 0 8px 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
  border-width: 0 1px 1px 1px;
  border-color: var(--td_grid_border_color, #ededed);
  border-style: solid;
  display: none;
}
.td-subcat-filter .td-subcat-dropdown a {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 13px;
  color: #767676;
  white-space: nowrap;
  display: block;
  line-height: 26px;
  padding-left: 21px;
  padding-right: 15px;
}
.td-subcat-filter .td-subcat-dropdown a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-subcat-filter .td-subcat-dropdown li {
  margin-left: 0;
}
.td-subcat-filter .td-subcat-dropdown span {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 13px;
  color: #767676;
  line-height: 1;
}
.td-js-loaded .td-subcat-filter {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/*  ----------------------------------------------------------------------------
    Quote on Blocks
*/
.td_quote_on_blocks {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
  color: var(--td_theme_color, #4db2ec);
  margin-top: 10px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td_quote_on_blocks {
    font-size: 22px;
    line-height: 28px;
  }
}
/*  ----------------------------------------------------------------------------
    Empty space
*/
.td_block_empty_space,
.vc_empty_space {
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Blend mix fix on IE
*/
.ie8 .entry-thumb:before,
.ie9 .entry-thumb:before,
.ie10 .entry-thumb:before,
.ie11 .entry-thumb:before,
.ie8 .entry-thumb:after,
.ie9 .entry-thumb:after,
.ie10 .entry-thumb:after,
.ie11 .entry-thumb:after,
.ie8 .td-instagram-element:before,
.ie9 .td-instagram-element:before,
.ie10 .td-instagram-element:before,
.ie11 .td-instagram-element:before,
.ie8 .td-instagram-element:after,
.ie9 .td-instagram-element:after,
.ie10 .td-instagram-element:after,
.ie11 .td-instagram-element:after,
.ie8 .td-author-image:before,
.ie9 .td-author-image:before,
.ie10 .td-author-image:before,
.ie11 .td-author-image:before,
.ie8 .td-author-image:after,
.ie9 .td-author-image:after,
.ie10 .td-author-image:after,
.ie11 .td-author-image:after {
  display: none !important;
}
/*  ----------------------------------------------------------------------------


    Custom menu blocks


*/
.td-menu-blocks-custom {
  margin-bottom: 30px;
  padding: 0 60px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-menu-blocks-custom {
    padding: 0;
  }
}
.td-menu-blocks-custom .widget {
  margin-bottom: 0;
}
.td-menu-blocks-custom ul {
  text-align: center;
}
.td-menu-blocks-custom ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 7px;
}
.td-menu-blocks-custom ul li a {
  border: 1px solid #eaeaea;
  padding: 0 12px;
  font-size: 13px;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-weight: 500;
  line-height: 31px;
  display: block;
}
.td-menu-blocks-custom ul li a:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
}
.td-menu-blocks-custom .current-menu-item a {
  border-color: var(--td_theme_color, #4db2ec);
  background-color: var(--td_theme_color, #4db2ec);
  color: #fff;
}
.td-menu-blocks-custom .current-menu-item a:hover {
  color: #fff;
}
.td-menu-block-headers {
  text-align: center;
}
.td-menu-block-headers ul {
  margin-top: 0;
}
.td-menu-block-headers li {
  display: inline-block;
  margin: 2px !important;
  text-align: center;
  line-height: 17px !important;
  font-size: 10px;
  margin-top: 20px !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-menu-block-headers li {
    margin-top: 15px !important;
    font-size: 9px;
  }
}
.td-menu-block-headers li.current-menu-item img {
  border-color: var(--td_theme_color, #4db2ec);
}
.td-menu-block-headers li.current-menu-item a {
  color: var(--td_theme_color, #4db2ec);
}
.td-menu-block-headers li:hover img {
  border-color: var(--td_theme_color, #4db2ec);
}
.td-menu-block-headers li img {
  display: block;
  border: 1px solid #eaeaea;
  width: 110px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-menu-block-headers li img {
    width: 82px;
  }
}
.td-list-menu-inline {
  padding: 0 60px;
  margin-bottom: 22px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-list-menu-inline {
    padding: 0;
  }
}
.td-list-menu-inline ul {
  margin: 0;
  text-align: center;
}
.td-list-menu-inline ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 10px;
}
.td-list-menu-inline ul li a {
  border: 1px solid #eaeaea;
  padding: 0 12px;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  color: #000;
  display: block;
}
.td-list-menu-inline ul li a:hover {
  background-color: #111;
  color: #fff;
  border-color: #111;
}
.td-list-menu-inline .current-menu-item a {
  border-color: var(--td_theme_color, #4db2ec);
  background-color: var(--td_theme_color, #4db2ec);
  color: #fff !important;
}
.td-tab-blocks-custom {
  margin-bottom: 0 !important;
}
.td-tab-blocks-custom ul.wpb_tabs_nav {
  border-bottom: 0;
}
.td-tab-blocks-custom .wpb_text_column {
  margin-bottom: 21px;
}
.td-tab-blocks-custom.wpb_tabs li.ui-tabs-active a,
.td-tab-blocks-custom.wpb_tabs li:hover a {
  background-color: #111;
}
.td-tab-blocks-custom ul.wpb_tabs_nav {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-tab-blocks-custom ul.wpb_tabs_nav {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .td-tab-blocks-custom ul.wpb_tabs_nav {
    text-align: center;
    margin-bottom: 20px;
  }
}
.td-tab-blocks-custom ul.wpb_tabs_nav li {
  display: inline-block;
  margin: 0 2px;
  background-color: transparent !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-tab-blocks-custom ul.wpb_tabs_nav li {
    margin: 0 0 6px 0;
    float: none;
  }
}
.td-tab-blocks-custom ul.wpb_tabs_nav li a {
  padding: 5px 13px !important;
  font-size: 13px;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-weight: 500;
  line-height: 18px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-tab-blocks-custom ul.wpb_tabs_nav li a {
    padding: 4px 9px !important;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .td-tab-blocks-custom ul.wpb_tabs_nav li a {
    padding: 4px 7px !important;
    font-size: 12px;
    line-height: 16px;
  }
}
.td-tab-blocks-custom ul.wpb_tabs_nav li a:hover {
  background-color: #111;
  color: #fff;
}
.td-h-effect-up-shadow .entry-thumb:not(.td-animation-stack-type0-2):not(.td-animation-stack-type1-2):not(.td-animation-stack-type2-2),
.td-h-effect-up-shadow .td-module-thumb a:after,
.td-h-effect-up-shadow .td-category-pos-image .td-post-category,
.td-h-effect-up-shadow .td-admin-edit {
  -webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.td-h-effect-up-shadow .entry-thumb.td-animation-stack-type0-2 {
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
}
.td-h-effect-up-shadow .entry-thumb.td-animation-stack-type1-2 {
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
}
.td-h-effect-up-shadow .entry-thumb.td-animation-stack-type2-2 {
  transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
}
.td-h-effect-up-shadow .entry-thumb {
  -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
  box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}
.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb,
.td-h-effect-up-shadow.td_module_wrap:hover .entry-thumb,
.td-h-effect-up-shadow .td_module_wrap:hover .td-module-thumb a:after,
.td-h-effect-up-shadow.td_module_wrap:hover .td-module-thumb a:after,
.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category,
.td-h-effect-up-shadow.td_module_wrap:hover .td-category-pos-image .td-post-category,
.td-h-effect-up-shadow .td_module_wrap:hover .td-admin-edit,
.td-h-effect-up-shadow.td_module_wrap:hover .td-admin-edit {
  transform: translate(0, -2px) !important;
  -webkit-transform: translate(0, -2px) !important;
}
.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb,
.td-h-effect-up-shadow.td_module_wrap:hover .entry-thumb {
  -webkit-box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
  box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
}
.td-h-effect-shadow .td-module-thumb .entry-thumb {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.td-h-effect-shadow .td_module_wrap:hover .entry-thumb,
.td-h-effect-shadow.td_module_wrap:hover .entry-thumb {
  -webkit-box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
  box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
}
/*  ----------------------------------------------------------------------------
    Flex Blocks
*/
[class*='td_flex_block_'] .td-post-vid-time {
  padding: 3px 6px 4px;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
[class*='td_flex_block_'] .td-next-prev-wrap a {
  width: auto;
  height: auto;
  min-width: 25px;
  min-height: 25px;
}
[class*='td_flex_block_'] .td-icon-star,
[class*='td_flex_block_'] .td-icon-star-empty,
[class*='td_flex_block_'] .td-icon-star-half {
  width: 1.3em;
}
.td-post-vid-time {
  pointer-events: none;
}
html[class*='ie'] [class*='td_flex_block_5'] .td-module-container,
html[class*='ie'] [class*='tdb_header_mega_menu '] .td-module-container,
html[class*='ie'] [class*='tdb_single_related'] .td-module-container {
  display: block;
}
html[class*='ie'] [class*='td_flex_block_5'] .td-image-container,
html[class*='ie'] [class*='tdb_header_mega_menu '] .td-image-container,
html[class*='ie'] [class*='tdb_single_related'] .td-image-container {
  height: auto;
  flex: initial;
}
.td-user-rev-stars {
  display: flex;
  align-items: center;
}
.td-user-rev-star {
  font-size: 14px;
  color: #b5b5b5;
}
.td-user-rev-star svg {
  display: block;
  width: 1em;
  height: auto;
  fill: #C1BFBF;
}
.td-user-rev-star:not(:last-child) {
  margin-right: 3px;
}
.td-user-rev-star-half,
.td-user-rev-star-full {
  color: #ee8302;
}
.td-user-rev-star-half svg,
.td-user-rev-star-full svg {
  fill: #ee8302;
}
/*  ----------------------------------------------------------------------------
    Flex Modules
*/
.td_module_flex_1,
.td_module_flex_3,
.td_module_flex_4,
.td_module_flex_5 {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
}
.td_module_flex_1 .td-module-container,
.td_module_flex_3 .td-module-container,
.td_module_flex_4 .td-module-container,
.td_module_flex_5 .td-module-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.td_module_flex_1 .td-module-container:before,
.td_module_flex_3 .td-module-container:before,
.td_module_flex_4 .td-module-container:before,
.td_module_flex_5 .td-module-container:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.td_module_flex_1 .td-image-wrap,
.td_module_flex_3 .td-image-wrap,
.td_module_flex_4 .td-image-wrap,
.td_module_flex_5 .td-image-wrap {
  display: block;
  position: relative;
}
.td_module_flex_1 .td-image-container,
.td_module_flex_3 .td-image-container,
.td_module_flex_4 .td-image-container,
.td_module_flex_5 .td-image-container {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}
.td_module_flex_1 .td-module-thumb,
.td_module_flex_3 .td-module-thumb,
.td_module_flex_4 .td-module-thumb,
.td_module_flex_5 .td-module-thumb {
  margin-bottom: 0;
}
.td_module_flex_1 .td-module-meta-info,
.td_module_flex_3 .td-module-meta-info,
.td_module_flex_4 .td-module-meta-info,
.td_module_flex_5 .td-module-meta-info {
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
  border: 0 solid #eaeaea;
  min-height: 0;
}
.td_module_flex_1 .td-author-photo,
.td_module_flex_3 .td-author-photo,
.td_module_flex_4 .td-author-photo,
.td_module_flex_5 .td-author-photo {
  display: inline-block;
  vertical-align: middle;
}
.td_module_flex_1 .td-thumb-css,
.td_module_flex_3 .td-thumb-css,
.td_module_flex_4 .td-thumb-css,
.td_module_flex_5 .td-thumb-css {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.td_module_flex_3 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.td_module_flex_4 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.td_module_flex_5 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.td_module_flex_1 .td-post-vid-time,
.td_module_flex_3 .td-post-vid-time,
.td_module_flex_4 .td-post-vid-time,
.td_module_flex_5 .td-post-vid-time {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.td_module_flex_3 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.td_module_flex_4 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
.td_module_flex_5 .td-category-pos-image .td-post-category:not(.td-post-extra-category) {
  left: 0;
}
.td_module_flex_1 .td-post-vid-time,
.td_module_flex_3 .td-post-vid-time,
.td_module_flex_4 .td-post-vid-time,
.td_module_flex_5 .td-post-vid-time {
  right: 0;
  background-color: #000;
  color: #fff;
}
.td_module_flex_1 .td-excerpt,
.td_module_flex_3 .td-excerpt,
.td_module_flex_4 .td-excerpt,
.td_module_flex_5 .td-excerpt {
  margin: 20px 0 0;
  line-height: 21px;
}
.td_module_flex_1 .td-read-more,
.td_module_flex_3 .td-read-more,
.td_module_flex_4 .td-read-more,
.td_module_flex_5 .td-read-more {
  margin: 20px 0 0;
}
.td_module_flex_1 .tdb-favorite,
.td_module_flex_2 .tdb-favorite,
.td_module_flex_3 .tdb-favorite,
.td_module_flex_4 .tdb-favorite,
.td_module_flex_5 .tdb-favorite,
.tdb_module_loop .tdb-favorite,
.tdb_module_loop_2 .tdb-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.td_module_flex_1 .td-favorite-ico,
.td_module_flex_2 .td-favorite-ico,
.td_module_flex_3 .td-favorite-ico,
.td_module_flex_4 .td-favorite-ico,
.td_module_flex_5 .td-favorite-ico,
.tdb_module_loop .td-favorite-ico,
.tdb_module_loop_2 .td-favorite-ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.556em;
  height: auto;
  fill: #000;
  transition: opacity 0.2s ease-in-out;
}
.td_module_flex_1 .td-favorite-ico-full,
.td_module_flex_2 .td-favorite-ico-full,
.td_module_flex_3 .td-favorite-ico-full,
.td_module_flex_4 .td-favorite-ico-full,
.td_module_flex_5 .td-favorite-ico-full,
.tdb_module_loop .td-favorite-ico-full,
.tdb_module_loop_2 .td-favorite-ico-full {
  opacity: 0;
}
.td_module_flex_1 .tdb-favorite:hover .td-favorite-ico-empty,
.td_module_flex_2 .tdb-favorite:hover .td-favorite-ico-empty,
.td_module_flex_3 .tdb-favorite:hover .td-favorite-ico-empty,
.td_module_flex_4 .tdb-favorite:hover .td-favorite-ico-empty,
.td_module_flex_5 .tdb-favorite:hover .td-favorite-ico-empty,
.tdb_module_loop .tdb-favorite:hover .td-favorite-ico-empty,
.tdb_module_loop_2 .tdb-favorite:hover .td-favorite-ico-empty,
.td_module_flex_1 .tdb-favorite-selected .td-favorite-ico-empty,
.td_module_flex_2 .tdb-favorite-selected .td-favorite-ico-empty,
.td_module_flex_3 .tdb-favorite-selected .td-favorite-ico-empty,
.td_module_flex_4 .tdb-favorite-selected .td-favorite-ico-empty,
.td_module_flex_5 .tdb-favorite-selected .td-favorite-ico-empty,
.tdb_module_loop .tdb-favorite-selected .td-favorite-ico-empty,
.tdb_module_loop_2 .tdb-favorite-selected .td-favorite-ico-empty {
  opacity: 0;
}
.td_module_flex_1 .tdb-favorite:hover .td-favorite-ico-full,
.td_module_flex_2 .tdb-favorite:hover .td-favorite-ico-full,
.td_module_flex_3 .tdb-favorite:hover .td-favorite-ico-full,
.td_module_flex_4 .tdb-favorite:hover .td-favorite-ico-full,
.td_module_flex_5 .tdb-favorite:hover .td-favorite-ico-full,
.tdb_module_loop .tdb-favorite:hover .td-favorite-ico-full,
.tdb_module_loop_2 .tdb-favorite:hover .td-favorite-ico-full,
.td_module_flex_1 .tdb-favorite-selected .td-favorite-ico-full,
.td_module_flex_2 .tdb-favorite-selected .td-favorite-ico-full,
.td_module_flex_3 .tdb-favorite-selected .td-favorite-ico-full,
.td_module_flex_4 .tdb-favorite-selected .td-favorite-ico-full,
.td_module_flex_5 .tdb-favorite-selected .td-favorite-ico-full,
.tdb_module_loop .tdb-favorite-selected .td-favorite-ico-full,
.tdb_module_loop_2 .tdb-favorite-selected .td-favorite-ico-full {
  opacity: 1;
}
.td-module-exclusive .td-module-title a:before {
  content: var(--td_excl_label, 'EXCLUSIVE');
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  color: #fff;
  background-color: #ff0000;
  padding: 4px 8px 2px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}
.td-mc1-wrap:after,
.td-mc1-wrap .td_module_wrap:after {
  content: '';
  display: table;
  clear: both;
}
.td_module_flex_1 .td-image-wrap,
.td_module_flex_5 .td-image-wrap {
  padding-bottom: 50%;
}
.td_module_flex_1 .td-module-meta-info,
.td_module_flex_5 .td-module-meta-info {
  padding: 13px 0 0 0;
}
.td_module_flex_3 .td-image-wrap,
.td_module_flex_4 .td-image-wrap {
  padding-bottom: 70%;
}
.td_module_flex_3 .td-module-meta-info,
.td_module_flex_4 .td-module-meta-info {
  padding: 0 0 0 16px;
}
.td_module_flex_3 .entry-title,
.td_module_flex_4 .entry-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_module_flex_3 .entry-title,
  .td_module_flex_4 .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_module_flex_3 .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.td_flex_block.td_with_ajax_pagination,
.td_flex_block.td_with_ajax_pagination .td_block_inner {
  overflow: initial;
}
.td_flex_block.td_with_ajax_pagination .td_block_inner {
  height: auto !important;
}
/*  ----------------------------------------------------------------------------
    Flex Block 2
*/
.td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination {
  position: relative;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a {
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 29px;
  min-height: 29px;
  line-height: 30px;
  font-size: 10px;
  color: #fdfdfd;
  border: 0;
  pointer-events: auto;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a:last-child {
  margin-right: 0;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg {
  width: 10px;
  height: 11px;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg * {
  fill: #fdfdfd;
}
.td_module_flex_2 {
  padding-bottom: 0;
}
.td_module_flex_2 .td-module-container {
  position: relative;
}
.td_module_flex_2 .td-module-thumb {
  margin-bottom: 0;
  overflow: hidden;
}
.td_module_flex_2 .td-image-wrap {
  display: block;
  height: 100%;
}
.td_module_flex_2 .td-thumb-css {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.td_module_flex_2 .td-module-meta-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
}
.td_module_flex_2 .td-post-category,
.td_module_flex_2 .td-post-vid-time {
  background-color: #fff;
  color: #000;
}
.td_module_flex_2 .td-post-vid-time {
  display: inline-block;
  margin-right: 5px;
}
.td_module_flex_2 .entry-title a,
.td_module_flex_2 .td-post-author-name a,
.td_module_flex_2 .td-post-date {
  color: #fff;
}
.td_module_flex_2 .entry-title {
  font-size: 25px;
  line-height: 34px;
}
.td_module_flex_2 .td-module-comments {
  top: 2px;
}
.td_module_flex_2 .td-module-comments a {
  background-color: transparent !important;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
}
.td_module_flex_2 .td-module-comments a:before {
  font-family: 'newspaper', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  content: "\e83b";
  margin-right: 5px;
  font-size: 9px;
}
.td_module_flex_2 .td-module-comments a:after {
  display: none;
}
.td_module_flex_2 .td-excerpt {
  font-size: 14px;
  line-height: 19px;
  color: #ddd;
}
.td_module_flex_2 .td-read-more {
  margin-top: 20px;
}
.td-flb-meta-center .td_module_flex_2 .td-module-meta-info {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.td-flb-meta-bottom .td_module_flex_2 .td-module-meta-info {
  top: auto;
  bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Flex Block 3 & 4
*/
.td_flex_block_3 .td_module_column,
.td_flex_block_4 .td_module_column {
  float: left;
}
.td_flex_block_3 .rtl .td_flex_block_3 .td_module_column,
.td_flex_block_4 .rtl .td_flex_block_3 .td_module_column {
  display: flex;
  flex-direction: column-reverse;
}
.td_flex_block_3 .td_module_flex_1,
.td_flex_block_4 .td_module_flex_1 {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_flex_block_3 .td_module_flex_1 .entry-title,
  .td_flex_block_4 .td_module_flex_1 .entry-title {
    font-size: 17px;
    line-height: 22px;
  }
}
.td_flex_block_3 .td_module_flex_1 .td-excerpt,
.td_flex_block_4 .td_module_flex_1 .td-excerpt {
  margin-top: 16px;
}
.td_flex_block_3 .td_module_flex_3 .td-module-container,
.td_flex_block_4 .td_module_flex_3 .td-module-container {
  flex-direction: row;
}
.td_flex_block_3 .td-read-more,
.td_flex_block_4 .td-read-more {
  display: none;
}
/*  ----------------------------------------------------------------------------
    Flex Block 3
*/
.td_flex_block_3 .td_module_flex_1 .td-image-wrap {
  padding-bottom: 72%;
}
/*  ----------------------------------------------------------------------------
    Flex Block 4
*/
.td_flex_block_4 .td_module_flex_4 {
  /* responsive landscape tablet */
}
.td_flex_block_4 .td_module_flex_4 .td-module-container {
  flex-direction: row;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_flex_block_4 .td_module_flex_4 .entry-title {
    font-size: 12px;
    line-height: 18px;
  }
}
/*  ----------------------------------------------------------------------------
    Flex Block 5
*/
.td_flex_block_5 .td-module-meta-info-top {
  padding: 0;
}
a[href^="tel"] {
  color: inherit;
}
/*  ----------------------------------------------------------------------------
    Recent comments
*/
.vc_wp_recentcomments .td_wp_recentcomments {
  position: relative;
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Raw CSS
*/
.td_block_raw_css {
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Image gradient
*/
.td-image-gradient:before {
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 1018px) {
  .td-image-gradient:before {
    height: 100%;
  }
}
.tdb-template .td-main-content-wrap {
  padding-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Blend mix fix on IE
*/
.ie8 .entry-thumb:before,
.ie9 .entry-thumb:before,
.ie10 .entry-thumb:before,
.ie11 .entry-thumb:before,
.ie8 .entry-thumb:after,
.ie9 .entry-thumb:after,
.ie10 .entry-thumb:after,
.ie11 .entry-thumb:after,
.ie8 .tdb-featured-image-bg:before,
.ie9 .tdb-featured-image-bg:before,
.ie10 .tdb-featured-image-bg:before,
.ie11 .tdb-featured-image-bg:before,
.ie8 .tdb-featured-image-bg:after,
.ie9 .tdb-featured-image-bg:after,
.ie10 .tdb-featured-image-bg:after,
.ie11 .tdb-featured-image-bg:after,
.ie8 .tdb-author-img:before,
.ie9 .tdb-author-img:before,
.ie10 .tdb-author-img:before,
.ie11 .tdb-author-img:before,
.ie8 .tdb-author-img:after,
.ie9 .tdb-author-img:after,
.ie10 .tdb-author-img:after,
.ie11 .tdb-author-img:after,
.ie8 .tdb-author-photo:before,
.ie9 .tdb-author-photo:before,
.ie10 .tdb-author-photo:before,
.ie11 .tdb-author-photo:before,
.ie8 .tdb-author-photo:after,
.ie9 .tdb-author-photo:after,
.ie10 .tdb-author-photo:after,
.ie11 .tdb-author-photo:after,
.ie8 .tdb_single_featured_image .tdb-block-inner:before,
.ie9 .tdb_single_featured_image .tdb-block-inner:before,
.ie10 .tdb_single_featured_image .tdb-block-inner:before,
.ie11 .tdb_single_featured_image .tdb-block-inner:before,
.ie8 .tdb_single_featured_image .tdb-block-inner:after,
.ie9 .tdb_single_featured_image .tdb-block-inner:after,
.ie10 .tdb_single_featured_image .tdb-block-inner:after,
.ie11 .tdb_single_featured_image .tdb-block-inner:after {
  display: none !important;
}
[class*="tdb-fake-block"] {
  filter: grayscale(1);
  user-select: none;
  -webkit-user-select: none;
}
[class*="tdb-fake-block"] .td_module_wrap {
  pointer-events: none;
}
.tdb-fake-block {
  opacity: 0.1;
}
.tdb-fake-block-2 {
  opacity: 0.2;
}
/*  ----------------------------------------------------------------------------
    Breadcrumbs
*/
.td-sidebar-left .td-crumb-container {
  padding-left: 372px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-sidebar-left .td-crumb-container {
    padding-left: 341px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-sidebar-left .td-crumb-container {
    padding-left: 256px;
  }
}
@media (max-width: 767px) {
  .td-sidebar-left .td-crumb-container {
    padding-left: 0;
  }
}
.td-sidebar-left-content {
  float: right !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sidebar-left-content {
    float: none !important;
  }
}
/*  ----------------------------------------------------------------------------
    Page Template Pagebuilder - Empty page
*/
.page-template-page-pagebuilder-empty .td-main-page-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Page Template Pagebuilder - Overlay menu page
*/
.page-template-page-pagebuilder-overlay .td-main-page-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-page-pagebuilder-overlay .td-header-wrap {
  position: absolute;
  left: 0;
  right: 0;
}
.page-template-page-pagebuilder-overlay .td-header-menu-wrap:before,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap:after {
  display: none;
}
.page-template-page-pagebuilder-overlay .td-banner-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-top-menu-full {
  background-color: transparent;
}
.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .td-header-wrap {
  pointer-events: none;
}
.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .sf-menu {
  pointer-events: auto;
}
.tdc-theme-Newspaper #td-mobile-nav {
  display: none;
}
.tdc-theme-Newspaper.td-menu-mob-open-menu #td-mobile-nav,
.tdc-theme-Newspaper.td-search-opened #td-mobile-nav {
  display: block;
}
/*  ----------------------------------------------------------------------------
    Row divider svg
*/
.tdm-svg {
  fill: #000;
  transform-origin: 50% 50% 0;
  width: 100%;
  min-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.tdc-row-divider {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  line-height: 0;
  left: 50%;
  transform: translateX(-50%);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdc-row-divider {
    width: 100vw !important;
  }
}
[class*="stretch_"] .tdc-row-divider {
  width: 100vw;
}
.tdm-svg2 {
  opacity: 0.3;
}
.tdm-svg3 {
  opacity: 0.15;
}
.tdm-svg4 {
  opacity: 0.08;
}
.tdc-row-divider-top {
  position: absolute;
  top: 0;
  width: 100%;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.tdc-row-divider-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tdc-divider-space {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1019px) {
  .td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
  .td-boxed-layout .tdc-video-outer-wrapper,
  .td-boxed-layout .tdc-row-divider {
    width: calc(100% + 48px);
  }
  .td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
  .td-boxed-layout .tdc-video-outer-wrapper {
    left: -24px;
  }
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1140px) {
  .td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
  .td-boxed-layout .tdc-video-outer-wrapper,
  .td-boxed-layout .tdc-row-divider {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.td_block_wrap p:empty:before {
  display: none;
}
.rtl .td-element-style {
  right: auto;
}
body .tdc-restr-display-none {
  display: none !important;
}
@font-face {
  font-family: 'newspaper-icons';
  src: url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot?1);
  src: url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot?1#iefix) format('embedded-opentype'), url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.woff?1) format('woff'), url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.ttf?1) format('truetype'), url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.svg?1#newspaper-icons) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="td-icons"]:before,
[class*=" td-icons"]:before {
  font-family: 'newspaper-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="td-icons"] {
  line-height: 1;
  text-align: center;
  display: inline-block;
  cursor: default;
}
.rain-d:before {
  content: '\e800';
  display: none;
}
.rain-n:before {
  content: '\e801';
  display: none;
}
.mist-d:before {
  content: '\e802';
  display: none;
}
.mist-n:before {
  content: '\e802';
  display: none;
}
.scattered-clouds-d:before {
  content: '\e803';
  display: none;
}
.scattered-clouds-n:before {
  content: '\e803';
  display: none;
}
.shower-rain-d:before {
  content: '\e804';
  display: none;
}
.shower-rain-n:before {
  content: '\e804';
  display: none;
}
.snow-d:before {
  content: '\e805';
  display: none;
}
.snow-n:before {
  content: '\e805';
  display: none;
}
.thunderstorm-d:before {
  content: '\e806';
  display: none;
}
.thunderstorm-n:before {
  content: '\e806';
  display: none;
}
.broken-clouds-d:before {
  content: '\e807';
  display: none;
}
.broken-clouds-n:before {
  content: '\e807';
  display: none;
}
.clear-sky-d:before {
  content: '\e808';
  display: none;
}
.clear-sky-n:before {
  content: '\e809';
  display: none;
}
.few-clouds-d:before {
  content: '\e80a';
  display: none;
}
.few-clouds-n:before {
  content: '\e80b';
  display: none;
}
.td-icons-drop:before {
  content: '\e80c';
}
.td-icons-wind:before {
  content: '\e80d';
}
.td-icons-arrows-down:before {
  content: '\e80e';
}
.td-icons-arrows-up:before {
  content: '\e80f';
}
.td-icons-cloud:before {
  content: '\e810';
}
.td-icons-location:before {
  content: '\e811';
}
.td-icons-circus:before {
  content: "\e900";
}
.td-icons-farm:before {
  content: "\e901";
}
.td-icons-home:before {
  content: "\e902";
}
.td-icons-pets:before {
  content: "\e903";
}
.td-icons-wild:before {
  content: "\e904";
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #cccccc;
  padding-right: 15px;
  font-size: 11px;
  line-height: 18px;
}
.mfp-arrow {
  font-family: 'newspaper', sans-serif;
  font-size: 30px;
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  content: '\e807';
  color: #ffffff;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before {
  content: '\e808';
  color: #ffffff;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:before {
  bottom: 40px;
  content: "";
  display: block;
  height: 20%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.mfp-ready .mfp-s-ready .mfp-figure:before {
  opacity: 1;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
  padding: 0 65px 0 15px;
  z-index: 1;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:before {
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Zoom */
.image-source-link {
  color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10000;
}
/*  ----------------------------------------------------------------------------
  Login window
*/
.white-popup-block {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  min-height: 500px;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  text-align: center;
  color: #fff;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 0 0 24px;
  overflow: hidden;
}
.white-popup-block:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--td_login_gradient_one, rgba(0, 69, 130, 0.8));
  background: -webkit-gradient(left bottom, right top, color-stop(0%, var(--td_login_gradient_one, rgba(0, 69, 130, 0.8))), color-stop(100%, var(--td_login_gradient_two, rgba(38, 134, 146, 0.8))));
  background: linear-gradient(45deg, var(--td_login_gradient_one, rgba(0, 69, 130, 0.8)) 0%, var(--td_login_gradient_two, rgba(38, 134, 146, 0.8)) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a80cb', endColorstr='#42bdcd', GradientType=1);
  z-index: -2;
}
.white-popup-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-repeat: var(--td_login_background_repeat, no-repeat);
  background-size: var(--td_login_background_size, cover);
  background-position: var(--td_login_background_position, top);
  opacity: var(--td_login_background_opacity, 1);
  z-index: -3;
}
.mfp-content {
  /* wrapper */
  /* the panel title */
  /* error message */
}
.mfp-content .td-login-wrap {
  position: relative;
}
.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-back-button,
.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-title,
.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-descr,
.mfp-content .td-login-wrap.td-login-wrap-fb-open form,
.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-social,
.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-info-text,
.mfp-content .td-login-wrap.td-login-wrap-fb-open #register-link {
  opacity: .5;
  pointer-events: none;
}
.mfp-content #login-form .td-login-wrap-fb-open + .mfp-close {
  opacity: .5;
  pointer-events: none;
}
.mfp-content .td-back-button {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  position: absolute;
  top: 13px;
  left: 8px;
  color: var(--td_login_text_color, #ffffff);
  width: 50px;
  height: 50px;
  z-index: 99;
}
.mfp-content .td-back-button i {
  line-height: 50px;
  font-size: 16px;
  color: var(--td_login_text_color, #ffffff);
}
.mfp-content .td-login-inputs {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  color: var(--td_login_text_color, #ffffff);
}
.mfp-content .td-login-inputs label {
  position: absolute;
  top: 8px;
  left: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.mfp-content .td-login-inputs:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--td_login_text_color, #ffffff);
  opacity: 0.3;
}
.mfp-content .td-login-input {
  position: relative;
  background-color: transparent !important;
  height: 40px;
  margin: 0 !important;
  padding: 0;
  box-shadow: none !important;
  font-size: 15px;
  color: var(--td_login_text_color, #ffffff);
  outline: none;
  border: 0;
}
.mfp-content .td-login-input:focus ~ label,
.mfp-content .td-login-input:valid ~ label {
  top: -18px;
  font-size: 11px;
  opacity: 0.6;
}
.mfp-content .td-login-input:invalid {
  font-style: italic;
}
.mfp-content .td-login-button {
  width: 100%;
  height: 50px;
  background-color: var(--td_login_button_background, #ffffff);
  padding: 5px 12px 6px;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--td_login_button_color, #000000);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: var(--td_login_hover_background, #deea4b);
  color: var(--td_login_hover_color, #000000);
}
.mfp-content .td-login-social {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 8px;
}
.mfp-content .td-login-info-text {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: var(--td_login_text_color, #ffffff);
}
.mfp-content .td-login-info-text a {
  color: inherit;
}
.mfp-content .td-login-info-text a:hover {
  text-decoration: underline;
}
.mfp-content #register-link {
  width: 100%;
  display: block;
  padding: 13px;
  margin-top: 24px;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--td_login_text_color, #ffffff);
  cursor: pointer;
  position: relative;
}
.mfp-content #register-link:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--td_login_text_color, #ffffff);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mfp-content #register-link:hover:before {
  opacity: 0.2;
}
.mfp-content .td-login-form-div {
  padding: 0 20%;
  /* responsive portrait phone */
}
@media (max-width: 480px) {
  .mfp-content .td-login-form-div {
    padding: 0 5%;
  }
}
.mfp-content #td-login-div {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}
.mfp-content #td-login-div.td-display-none {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}
.mfp-content .td-login-animation #td-login-div {
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
}
.mfp-content .td-login-animation .td-back-button {
  visibility: visible;
  opacity: 1;
}
.mfp-content #td-register-div,
.mfp-content #td-forgot-pass-div {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
}
.mfp-content #td-register-div.td-display-block,
.mfp-content #td-forgot-pass-div.td-display-block {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.mfp-content #login-form .mfp-close {
  position: absolute;
  top: 26px;
  width: 20px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  color: var(--td_login_text_color, #ffffff);
  font-family: 'newspaper', sans-serif;
}
.mfp-content #login-form .mfp-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  font-size: 16px;
  vertical-align: bottom;
  color: var(--td_login_text_color, #ffffff);
}
.mfp-content #login-form #login-link {
  position: absolute;
  left: 26px;
  top: 28px;
  cursor: pointer;
}
.mfp-content #login-form .mfp-close {
  right: 27px;
  left: auto;
  opacity: 1;
}
.mfp-content #login-form .mfp-close:before {
  content: '\e902';
}
.mfp-content .td-login-panel-title {
  padding: 26px 0 22px 0;
  line-height: 20px;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--td_login_text_color, #ffffff);
  pointer-events: none;
}
.mfp-content .td-login-panel-descr {
  margin-bottom: 77px;
  font-size: 13px;
  line-height: 1;
}
.mfp-content .td_display_err {
  color: #fff;
  padding: 14px 30px;
  display: none;
  position: absolute;
  top: 93px;
  left: 0;
  right: 0;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 -40%;
  line-height: 1;
}
.mfp-content .td_display_err:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.mfp-content .td_display_msg_ok:before {
  background-color: #fff;
  opacity: 0.1;
}
/**
tagdiv animations
-
- mfp-with-anim - has to be on the wrapper
*/
.mpf-td-login-effect {
  /* start state */
  /* animate in */
  /* animate out */
}
.mpf-td-login-effect .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  /* custom */
  transform: perspective( 600px ) scale(0.4);
  -webkit-transform: perspective( 600px ) scale(0.4);
}
.mpf-td-login-effect.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mpf-td-login-effect.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: perspective( 600px ) scale(1);
  -webkit-transform: perspective( 600px ) scale(1);
}
.mpf-td-login-effect.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mpf-td-login-effect.mfp-removing .mfp-with-anim {
  transform: perspective( 600px ) scale(0.4);
  -webkit-transform: perspective( 600px ) scale(0.4);
  opacity: 0;
}
.mpf-td-login-effect.mfp-removing.mfp-bg {
  opacity: 0;
}
#login_pass-mob,
#login_pass {
  display: none !important;
}
.td-login-show #login_pass-mob,
.mfp-ready #login_pass {
  display: inline-block !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /*  ----------------------------------------------------------------------------
      main sprite file
  */
  .td-sp {
    background-image: url(//techtoday.ph/wordpress/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements@2x.png) !important;
    background-size: 90px 2100px !important;
  }
}
/*
 image ads using div ----------------------------------------------------------------------

 .td-visible-desktop - for desktop
 .td-visible-tablet-landscape - for tablet landscape
 .td-visible-tablet-portrait - for tablet portrait
 .td-visible-phone - for mobile

*/
.td-a-rec img {
  display: block;
}
.td-visible-desktop {
  display: table;
}
.td-visible-tablet-landscape,
.td-visible-tablet-l,
.td-visible-tablet-portrait,
.td-visible-tablet-tp,
.td-visible-phone {
  display: none;
}
/* responsive landscape landscape */
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-visible-tablet-landscape,
  .td-visible-tablet-l {
    display: table;
  }
  .td-visible-desktop {
    display: none;
  }
  .td-visible-tablet-portrait,
  .td-visible-tablet-tp {
    display: none;
  }
  .td-visible-phone {
    display: none;
  }
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
  .td-visible-tablet-portrait,
  .td-visible-tablet-tp {
    display: table;
  }
  .td-visible-desktop {
    display: none;
  }
  .td-visible-tablet-landscape,
  .td-visible-tablet-l {
    display: none;
  }
  .td-visible-phone {
    display: none;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-visible-phone {
    display: table;
  }
  .td-visible-desktop {
    display: none;
  }
  .td-visible-tablet-landscape,
  .td-visible-tablet-l {
    display: none;
  }
  .td-visible-tablet-portrait,
  .td-visible-tablet-tp {
    display: none;
  }
}
/* responsive landscape desktop */
@media (min-width: 1141px) {
  .td-rec-hide-on-m {
    display: none !important;
  }
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-rec-hide-on-tl {
    display: none !important;
  }
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
  .td-rec-hide-on-tp {
    display: none !important;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-rec-hide-on-p {
    display: none !important;
  }
}
/* Header Image & Google AD */
.td-header-rec-wrap {
  position: relative;
  min-height: 90px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-rec-wrap {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .td-header-rec-wrap {
    margin-left: auto;
    margin-right: auto;
    display: table;
    min-height: 0 !important;
  }
}
.td-header-rec-wrap .td-adspot-title {
  margin-bottom: -21px;
  position: relative;
  top: 3px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-rec-wrap .td-adspot-title {
    margin-bottom: -14px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .td-header-rec-wrap .td-adspot-title {
    top: 0;
    margin-bottom: -10px;
  }
}
.td-header-sp-recs {
  padding: 0 !important;
  width: 728px;
  position: relative;
  min-height: 0 !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-sp-recs {
    width: 470px;
  }
}
@media (max-width: 767px) {
  .td-header-sp-recs {
    width: 100%;
  }
}
.td-header-sp-recs img,
.td-header-sp-recs .adsbygoogle {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-sp-recs img,
  .td-header-sp-recs .adsbygoogle {
    position: relative;
    display: table;
    margin: 10px auto;
    width: 100%;
  }
}
.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img,
.td-a-rec-id-post_style_12 img,
.td-a-rec-id-sidebar img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_inline img,
.td-a-rec-id-content_bottom img,
.td-a-rec-id-custom_ad_1 img,
.td-a-rec-id-custom_ad_2 img,
.td-a-rec-id-custom_ad_3 img,
.td-a-rec-id-custom_ad_4 img,
.td-a-rec-id-custom_ad_5 img {
  width: 100%;
}
/*

 sidebar ads


*/
.td-g-rec-id-sidebar {
  text-align: center;
}
.td-g-rec-id-sidebar .adsbygoogle {
  margin-bottom: 44px;
}
.td-visible-desktop,
.td-visible-tablet-landscape,
.td-visible-tablet-l,
.td-visible-tablet-portrait,
.td-visible-tablet-tp,
.td-visible-phone {
  margin-left: auto;
  margin-right: auto;
}
.td-a-rec-id-sidebar > div {
  margin-bottom: 48px;
}
.td-a-rec-id-sidebar .td-block-title-wrap {
  margin-bottom: 26px;
}
.td-a-rec-id-sidebar .td-block-title-wrap + .td-adspot-title {
  margin-top: -9px;
}
.td-g-rec-id-post_style_12,
.td-g-rec-id-content_top,
.td-g-rec-id-content_bottom {
  clear: both;
}
.td-g-rec-id-post_style_12 .adsbygoogle,
.td-g-rec-id-content_top .adsbygoogle,
.td-g-rec-id-content_bottom .adsbygoogle {
  margin-bottom: 21px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.td-a-rec-id-post_style_12,
.td-a-rec-id-content_top,
.td-a-rec-id-content_bottom {
  clear: both;
  text-align: center;
}
.td-a-rec-id-post_style_12 > div,
.td-a-rec-id-content_top > div,
.td-a-rec-id-content_bottom > div {
  margin-bottom: 21px;
}
.td-a-rec-id-post_style_12 img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_bottom img {
  margin-bottom: 0;
}
.td-a-rec-id-post_style_12 .td-adspot-title,
.td-a-rec-id-post_style_13 .td-adspot-title {
  margin-bottom: -9px;
}
.td-g-rec-id-smart_list_6,
.td-g-rec-id-smart_list_7,
.td-g-rec-id-smart_list_8 {
  clear: both;
}
.td-g-rec-id-smart_list_6 .adsbygoogle,
.td-g-rec-id-smart_list_7 .adsbygoogle,
.td-g-rec-id-smart_list_8 .adsbygoogle {
  margin-top: 0;
  margin-bottom: 16px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.td-a-rec-id-smart_list_6,
.td-a-rec-id-smart_list_7,
.td-a-rec-id-smart_list_8 {
  clear: both;
  text-align: center;
}
.td-a-rec-id-smart_list_6 > div,
.td-a-rec-id-smart_list_7 > div,
.td-a-rec-id-smart_list_8 > div {
  margin-top: 0;
  margin-bottom: 16px;
}
.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img {
  margin: 0;
}
.td-g-rec-id-smart_list_7 .adsbygoogle {
  margin-bottom: 21px;
}
.td-a-rec-id-smart_list_7 > div {
  margin-bottom: 26px;
}
.td-a-rec-id-smart_list_7 img {
  margin-bottom: 0;
}
.td-g-rec-id-content_inline .adsbygoogle {
  margin-bottom: 21px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.td-g-rec-id-content_inlineleft,
.td-a-rec-id-content_inlineleft {
  float: left;
  /* responsive portrait phone */
}
.td-g-rec-id-content_inlineleft .td-adspot-title,
.td-a-rec-id-content_inlineleft .td-adspot-title {
  margin-right: 21px;
}
@media (max-width: 767px) {
  .td-g-rec-id-content_inlineleft .td-adspot-title,
  .td-a-rec-id-content_inlineleft .td-adspot-title {
    margin: 0;
  }
}
.td-g-rec-id-content_inlineleft > div,
.td-a-rec-id-content_inlineleft > div,
.td-g-rec-id-content_inlineleft .adsbygoogle,
.td-a-rec-id-content_inlineleft .adsbygoogle {
  margin-bottom: 15px;
  margin-top: 9px;
  margin-right: 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-g-rec-id-content_inlineleft > div,
  .td-a-rec-id-content_inlineleft > div,
  .td-g-rec-id-content_inlineleft .adsbygoogle,
  .td-a-rec-id-content_inlineleft .adsbygoogle {
    margin: 0 auto 26px auto;
  }
}
.td-g-rec-id-content_inlineleft img,
.td-a-rec-id-content_inlineleft img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .td-g-rec-id-content_inlineleft,
  .td-a-rec-id-content_inlineleft {
    float: none;
    text-align: center;
  }
}
.td-g-rec-id-content_inlineright,
.td-a-rec-id-content_inlineright {
  float: right;
  /* responsive portrait phone */
}
.td-g-rec-id-content_inlineright .td-adspot-title,
.td-a-rec-id-content_inlineright .td-adspot-title {
  margin-left: 21px;
  margin-bottom: -6px;
}
@media (max-width: 767px) {
  .td-g-rec-id-content_inlineright .td-adspot-title,
  .td-a-rec-id-content_inlineright .td-adspot-title {
    margin: 0;
  }
}
.td-g-rec-id-content_inlineright > div,
.td-a-rec-id-content_inlineright > div,
.td-g-rec-id-content_inlineright .adsbygoogle,
.td-a-rec-id-content_inlineright .adsbygoogle {
  margin-bottom: 15px;
  margin-top: 6px;
  margin-left: 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-g-rec-id-content_inlineright > div,
  .td-a-rec-id-content_inlineright > div,
  .td-g-rec-id-content_inlineright .adsbygoogle,
  .td-a-rec-id-content_inlineright .adsbygoogle {
    margin: 0 auto 26px auto;
  }
}
.td-g-rec-id-content_inlineright img,
.td-a-rec-id-content_inlineright img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .td-g-rec-id-content_inlineright,
  .td-a-rec-id-content_inlineright {
    float: none;
    text-align: center;
  }
}
.td-a-rec-id-footer_top,
.td-g-rec-id-footer_top {
  display: table;
  position: relative;
  text-align: center;
  margin: -12px auto 40px auto;
}
.td-a-rec-id-footer_top > div img,
.td-g-rec-id-footer_top > div img {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-a-rec-id-footer_top > div img,
  .td-g-rec-id-footer_top > div img {
    width: 100%;
  }
}
.td-a-rec-id-footer_top .td-adspot-title,
.td-g-rec-id-footer_top .td-adspot-title {
  margin-top: -21px;
}
.td-g-rec-id-custom_ad_1,
.td-g-rec-id-custom_ad_2,
.td-g-rec-id-custom_ad_3,
.td-g-rec-id-custom_ad_4,
.td-g-rec-id-custom_ad_5 {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.td-g-rec-id-custom_ad_1 .adsbygoogle,
.td-g-rec-id-custom_ad_2 .adsbygoogle,
.td-g-rec-id-custom_ad_3 .adsbygoogle,
.td-g-rec-id-custom_ad_4 .adsbygoogle,
.td-g-rec-id-custom_ad_5 .adsbygoogle {
  margin-bottom: 44px;
}
.td-a-rec-id-custom_ad_1,
.td-a-rec-id-custom_ad_2,
.td-a-rec-id-custom_ad_3,
.td-a-rec-id-custom_ad_4,
.td-a-rec-id-custom_ad_5 {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.td-a-rec-id-custom_ad_1 > div,
.td-a-rec-id-custom_ad_2 > div,
.td-a-rec-id-custom_ad_3 > div,
.td-a-rec-id-custom_ad_4 > div,
.td-a-rec-id-custom_ad_5 > div {
  margin-bottom: 44px;
}
.td-a-rec-id-custom_ad_1 .td-block-title-wrap,
.td-a-rec-id-custom_ad_2 .td-block-title-wrap,
.td-a-rec-id-custom_ad_3 .td-block-title-wrap,
.td-a-rec-id-custom_ad_4 .td-block-title-wrap,
.td-a-rec-id-custom_ad_5 .td-block-title-wrap {
  margin-bottom: 26px;
}
.td-a-rec-id-custom_ad_1 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_2 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_3 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_4 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_5 .td-block-title-wrap + .td-adspot-title {
  margin-top: -9px;
}
.td-adspot-title {
  color: #767676;
  font-size: 10px;
  text-align: center;
  display: block;
  font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 21px;
}
.td-g-rec-id-post_style_1 {
  /* responsive portrait phone */
}
.td-g-rec-id-post_style_1 .adsbygoogle {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .td-g-rec-id-post_style_1 {
    text-align: center;
  }
}
.td-a-rec-id-post_style_1 img {
  width: 100%;
}
.td-g-rec-id-post_style_11 {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.td-g-rec-id-post_style_11 .adsbygoogle {
  margin-bottom: 21px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-g-rec-id-post_style_11 .adsbygoogle {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-g-rec-id-post_style_11 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .td-g-rec-id-post_style_11 {
    text-align: center;
  }
}
.td-a-rec-id-post_style_11 {
  /* responsive portrait tablet */
}
.td-a-rec-id-post_style_11 > div {
  margin-bottom: 21px;
  margin-left: 0;
  margin-right: 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-a-rec-id-post_style_11 > div {
    margin-bottom: 0;
  }
}
@media (max-width: 1018px) {
  .td-a-rec-id-post_style_11 > div {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-a-rec-id-post_style_11 {
    text-align: center;
  }
}
.td-a-rec-id-post_style_11 img {
  width: 100%;
}
.td-a-rec-id-post_style_11 .td-adspot-title {
  text-align: left;
}
.td-all-devices {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.td-all-devices img {
  display: block;
}
.td-a-rec-id-custom-spot {
  margin-bottom: 0;
  text-align: center;
  /* responsive landscape tablet */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.td-a-rec-id-custom-spot img {
  margin: 0 auto;
}
.td-a-rec-id-custom-spot .td_spot_img_tl,
.td-a-rec-id-custom-spot .td_spot_img_tp,
.td-a-rec-id-custom-spot .td_spot_img_mob {
  display: none;
}
@media (min-width: 1140px) {
  .td-a-rec-id-custom-spot .td-spot-id-spot_img_all {
    display: block;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-a-rec-id-custom-spot .td_spot_img_tl {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-a-rec-id-custom-spot .td_spot_img_tp {
    display: block;
  }
}
@media (max-width: 767px) {
  .td-a-rec-id-custom-spot .td_spot_img_mob {
    display: block;
  }
}
.tdc-placeholder-title {
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  height: 50px;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 12px;
  line-height: 50px;
  display: block;
  color: #666;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.td-spot-id-header {
  position: relative !important;
  margin-bottom: 0;
  width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-spot-id-header {
    width: 468px;
  }
}
@media (max-width: 767px) {
  .td-spot-id-header {
    position: relative;
    width: 320px;
    height: 50px;
    margin: 10px auto;
  }
}
.td-spot-id-header .tdc-placeholder-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 90px;
  line-height: 90px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-spot-id-header .tdc-placeholder-title {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .td-spot-id-header .tdc-placeholder-title {
    height: 50px;
    line-height: 50px;
  }
}
.td-spot-id-header .tdc-placeholder-title:before {
  content: 'Header ad';
}
.td-spot-id-content_top .tdc-placeholder-title:before {
  content: 'Article Top Ad' !important;
}
.td-spot-id-content_inline .tdc-placeholder-title:before {
  content: 'Article Inline Ad' !important;
}
.td-spot-id-content_bottom .tdc-placeholder-title:before {
  content: 'Article Bottom Ad' !important;
}
[class*="td-spot-id-smart_list"] .tdc-placeholder-title:before {
  content: 'Smart List Ad' !important;
}
.td-spot-id-post_style_11 .tdc-placeholder-title:before {
  content: 'Post Style 11 Ad' !important;
}
.td-spot-id-post_style_12 .tdc-placeholder-title:before {
  content: 'Post Style 12 & 13 Ad' !important;
}
[class*="td-spot-id-custom_ad"] .tdc-placeholder-title,
.td-spot-id-post_style_12 .tdc-placeholder-title,
.td-spot-id-video_modal .tdc-placeholder-title {
  border-color: #ebebeb;
  max-width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  [class*="td-spot-id-custom_ad"] .tdc-placeholder-title,
  .td-spot-id-post_style_12 .tdc-placeholder-title,
  .td-spot-id-video_modal .tdc-placeholder-title {
    width: 468px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  [class*="td-spot-id-custom_ad"] .tdc-placeholder-title,
  .td-spot-id-post_style_12 .tdc-placeholder-title,
  .td-spot-id-video_modal .tdc-placeholder-title {
    position: relative;
    width: 320px;
    height: 50px;
  }
}
[class*="td-spot-id-custom_ad"] .tdc-placeholder-title:before,
.td-spot-id-post_style_12 .tdc-placeholder-title:before,
.td-spot-id-video_modal .tdc-placeholder-title:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
  display: table;
  width: 100%;
}
[class*="td-spot-id-custom_ad"] .td-adspot-title,
.td-spot-id-post_style_12 .td-adspot-title,
.td-spot-id-video_modal .td-adspot-title {
  display: block;
}
.td-spot-id-sidebar .tdc-placeholder-title,
[class*="td-spot-id-content"] .tdc-placeholder-title,
.td-spot-id-post_style_11 .tdc-placeholder-title,
.td-pb-span4 [class*="td-spot-id-custom_ad"] .tdc-placeholder-title {
  border-color: #ebebeb;
  max-width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-spot-id-sidebar .tdc-placeholder-title,
  [class*="td-spot-id-content"] .tdc-placeholder-title,
  .td-spot-id-post_style_11 .tdc-placeholder-title,
  .td-pb-span4 [class*="td-spot-id-custom_ad"] .tdc-placeholder-title {
    width: 200px;
    height: 200px;
  }
}
.td-spot-id-sidebar .tdc-placeholder-title:before,
[class*="td-spot-id-content"] .tdc-placeholder-title:before,
.td-spot-id-post_style_11 .tdc-placeholder-title:before,
.td-pb-span4 [class*="td-spot-id-custom_ad"] .tdc-placeholder-title:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
  display: table;
  width: 100%;
}
.td-spot-id-sidebar .td-adspot-title,
[class*="td-spot-id-content"] .td-adspot-title,
.td-spot-id-post_style_11 .td-adspot-title,
.td-pb-span4 [class*="td-spot-id-custom_ad"] .td-adspot-title {
  display: block;
}
.td-spot-id-sidebar .tdc-placeholder-title:before {
  content: 'Sidebar ad';
}
.td-spot-id-footer_top {
  position: relative !important;
  margin-bottom: 0;
  width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-spot-id-footer_top {
    width: 468px;
  }
}
@media (max-width: 767px) {
  .td-spot-id-footer_top {
    position: relative;
    width: 320px;
    height: 50px;
    margin: 10px auto;
  }
}
.td-spot-id-footer_top .tdc-placeholder-title {
  height: 90px;
  line-height: 90px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-spot-id-footer_top .tdc-placeholder-title {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .td-spot-id-footer_top .tdc-placeholder-title {
    height: 50px;
    line-height: 50px;
  }
}
.td-spot-id-footer_top .tdc-placeholder-title:before {
  content: 'Footer top ad';
}
.td-spot-id-custom_ad_1 .tdc-placeholder-title:before {
  content: 'Custom ad 1' !important;
}
.td-spot-id-custom_ad_2 .tdc-placeholder-title:before {
  content: 'Custom ad 2' !important;
}
.td-spot-id-custom_ad_3 .tdc-placeholder-title:before {
  content: 'Custom ad 3' !important;
}
.td-spot-id-custom_ad_4 .tdc-placeholder-title:before {
  content: 'Custom ad 4' !important;
}
.td-spot-id-custom_ad_5 .tdc-placeholder-title:before {
  content: 'Custom ad 5' !important;
}
.td-spot-id-custom_ad_code .tdc-placeholder-title:before {
  content: 'Custom ad code' !important;
}
.td-spot-id-custom_ad_img .tdc-placeholder-title:before {
  content: 'Custom image ad' !important;
}
.td-spot-id-video_modal .tdc-placeholder-title:before {
  content: 'Video modal ad' !important;
}
/*  ----------------------------------------------------------------------------
    social counter plugin
*/
.td-footer-wrapper .td_social_type:hover .td-social-box {
  background-color: #444;
}
.td-footer-wrapper .td-social-style1 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style7 .td_social_type .td-social-box {
  background-color: #444;
}
.td-footer-wrapper .td-social-style2,
.td-footer-wrapper .td-social-style8 {
  color: #fff;
}
.td-footer-wrapper .td-social-style2 .td_social_type,
.td-footer-wrapper .td-social-style8 .td_social_type {
  color: #fff;
}
.td-footer-wrapper .td-social-style2 .td_social_type:hover,
.td-footer-wrapper .td-social-style8 .td_social_type:hover {
  color: #999;
}
.td-footer-wrapper .td-social-style2 .td_social_type:hover a,
.td-footer-wrapper .td-social-style8 .td_social_type:hover a {
  color: #999;
}
.td-footer-wrapper .td-social-style2 .td_social_type:hover .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type:hover .td-social-box {
  background-color: transparent;
}
.td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type .td-social-box {
  border-color: #444;
}
.td-footer-wrapper .td-social-style2 .td_social_type a,
.td-footer-wrapper .td-social-style8 .td_social_type a {
  color: #fff;
}
.td-footer-wrapper .td-social-style2 .td_social_type .td_social_button,
.td-footer-wrapper .td-social-style8 .td_social_type .td_social_button {
  border-color: #444;
}
.td-footer-wrapper .td-social-style3,
.td-footer-wrapper .td-social-style4 {
  color: #fff;
}
.td-footer-wrapper .td-social-style3 .td_social_type a,
.td-footer-wrapper .td-social-style4 .td_social_type a {
  color: #fff;
}
.td-footer-wrapper .td-social-style3 .td_social_type:hover,
.td-footer-wrapper .td-social-style4 .td_social_type:hover {
  color: #999;
}
.td-footer-wrapper .td-social-style3 .td_social_type:hover a,
.td-footer-wrapper .td-social-style4 .td_social_type:hover a {
  color: #999;
}
.td-footer-wrapper .td-social-style9,
.td-footer-wrapper .td-social-style10 {
  color: #fff;
}
.td-footer-wrapper .td-social-style9 .td_social_type:hover,
.td-footer-wrapper .td-social-style10 .td_social_type:hover {
  color: #999;
}
.td-footer-wrapper .td-social-style9 .td_social_type:hover .td-social-box,
.td-footer-wrapper .td-social-style10 .td_social_type:hover .td-social-box {
  background-color: transparent;
}
.td-container-wrap {
  background-color: var(--td_container_transparent, #ffffff);
  margin-left: auto;
  margin-right: auto;
}
.td-boxed-layout .td-container-wrap {
  width: 1164px;
}
@media (max-width: 1180px) {
  .td-boxed-layout .td-container-wrap {
    width: 100%;
  }
}
.td-boxed-layout .td-container-wrap.td-main-page-wrap {
  overflow: hidden;
}
.backstretch {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -99999;
  top: 0;
}
body .td-backstretch {
  max-width: none;
  opacity: 0;
  transition: opacity 2s;
  display: block;
}
body .td-stretch-width {
  height: auto;
  width: 100.03%;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body .td-stretch-height {
  position: relative;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body.td-background-link {
  cursor: pointer;
}
body.td-background-link .td-container-wrap,
body.td-background-link .td-header-container,
body.td-background-link .td-post-header,
body.td-background-link .td-container {
  cursor: auto;
}
/* ---------
---- GENERAL.
--------- */
.td-scroll-up {
  position: fixed;
  bottom: 4px;
  right: 5px;
  cursor: pointer;
  z-index: 9999;
}
.ie9 .td-scroll-up {
  bottom: -70px;
}
.ie9 .td-scroll-up-visible {
  bottom: 5px;
}
@media (max-width: 767px) {
  .td-scroll-up.td-hide-scroll-up-on-mob {
    display: none !important;
  }
}
/* ---------
---- STYLES.
--------- */
/* --
-- Style 1.
-- */
.td-scroll-up[data-style="style1"] {
  display: none;
  width: 40px;
  height: 40px;
  background-color: var(--td_theme_color, #4db2ec);
  transform: translate3d(0, 70px, 0);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.td-scroll-up[data-style="style1"].td-scroll-up-visible {
  transform: translate3d(0, 0, 0);
}
.td-scroll-up[data-style="style1"] .td-icon-menu-up {
  position: relative;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  width: 40px;
  top: 7px;
}
.td-js-loaded .td-scroll-up[data-style="style1"] {
  display: block !important;
}
.td-md-is-android .td-scroll-up[data-style="style1"] .td-icon-menu-up {
  padding-top: 1px;
}
/* --
-- Style 2.
-- */
.td-scroll-up[data-style="style2"] {
  transform: scale(0.8);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #e7e7e7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.td-scroll-up[data-style="style2"].td-scroll-up-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}
.td-scroll-up[data-style="style2"] .td-scroll-up-tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  transform: translateY(-20px);
  background-color: var(--td_black, #222222);
  padding: 5px 6px 6px;
  min-width: 69px;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.td-scroll-up[data-style="style2"] .td-scroll-up-tt-arrow {
  position: absolute;
  right: 10px;
  bottom: -5px;
  fill: var(--td_black, #222222);
}
.td-scroll-up[data-style="style2"] .td-scroll-up-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: auto;
  fill: var(--td_black, #222222);
  line-height: 0;
  transition: all 0.2s ease-in-out;
}
.td-scroll-up[data-style="style2"] .td-scroll-up-progress-circle {
  transition: opacity 0.2s ease-in-out;
}
.td-scroll-up[data-style="style2"] .td-scroll-up-progress-circle path {
  fill: none;
  stroke: var(--td_black, #222222);
  stroke-width: 4;
  box-sizing: border-box;
  transition: stroke-dashoffset 10ms linear 0s;
  stroke-dasharray: 307.919, 307.919;
}
.td-scroll-up[data-style="style2"]:hover .td-scroll-up-tooltip {
  transform: translateY(0);
  opacity: 1;
}
.td-scroll-up[data-style="style2"]:hover .td-scroll-up-arrow {
  width: 28px;
}
.td-scroll-up[data-style="style2"]:hover .td-scroll-up-progress-circle {
  opacity: 0;
}
/* theme style customizer */
.td-right-demos-button {
  font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
  position: fixed;
  right: -1px;
  z-index: 10000;
  border: 1px solid #e8e8e8;
  color: #000;
  text-align: center;
  font-size: 10px;
  line-height: 31px;
  width: 76px;
  transition: all 0.15s ease;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-right-demos-button {
    display: none;
  }
}
#td-theme-demos-button {
  top: 84px;
  background: #ffffff;
}
#td-theme-demos-button:hover {
  color: #4db2ec;
  border-color: rgba(77, 178, 236, 0.3);
}
#td-theme-services-button {
  top: 120px;
  background: #ffffff;
}
#td-theme-services-button:hover {
  color: #4db2ec;
  border-color: rgba(77, 178, 236, 0.3);
}
#td-theme-buy-button {
  top: 156px;
  background: #f4f4f4;
}
#td-theme-buy-button:hover {
  color: #4db2ec;
  border-color: rgba(77, 178, 236, 0.3);
  background-color: rgba(77, 178, 236, 0.15);
}
.td-vm-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.td-vm-wrap.td-vm-open {
  opacity: 1;
}
.td-vm-wrap .td-vm-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.td-vm-wrap .td-vm-title {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.td-vm-wrap .td-vm-title a {
  color: #fff;
}
.td-vm-wrap .td-vm-content-wrap {
  background-color: #000;
  padding: 40px 80px;
  box-sizing: content-box;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.td-vm-wrap .td-vm-content-wrap.td-vm-content-wrap-visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.td-vm-wrap .td-vm-content {
  position: relative;
}
.td-vm-wrap .td-vm-content .wpb_video_wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
.td-vm-wrap .td-vm-content .wpb_video_wrapper.td-vm-iframe-visible {
  opacity: 1;
}
.td-vm-wrap .td-vm-content video {
  width: 100%;
}
.td-vm-wrap .td-vm-content-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin-top: -28px;
  margin-left: -28px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 3px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: fullspin 1s infinite ease-out;
  animation: fullspin 1s infinite ease-out;
  z-index: 2;
}
.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}
.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content .wpb_video_wrapper,
.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
  width: 886px;
  height: auto;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
  .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
    width: 860px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
  .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
  .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.td-vm-wrap:not(.td-vm-facebook) .td-vm-content,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content {
  min-height: 200px;
}
.td-vm-wrap.td-vm-facebook blockquote,
.td-vm-wrap.td-vm-twitter blockquote {
  display: none;
}
.td-vm-wrap.td-vm-facebook .fb-video {
  display: block;
  width: 550px !important;
  height: auto !important;
  margin: 0 auto;
}
.td-vm-wrap .td-vm-rec-wrap {
  display: block;
  margin-top: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.td-vm-wrap .td-vm-rec-wrap .td-vm-rec-title {
  font-size: 10px;
  text-align: center;
  color: #bbbbbb;
}
.td-vm-wrap .td-vm-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-vm-wrap .td-vm-close {
    top: 40px;
    right: 40px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-vm-wrap .td-vm-close {
    top: 36px;
    right: 36px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .td-vm-wrap .td-vm-close {
    top: 25px;
    right: 20px;
    font-size: 18px;
  }
}
.td-vm-wrap .td-vm-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.td-vm-wrap .td-vm-close i {
  pointer-events: none;
}
.admin-bar .td-vm-close {
  top: 72px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .admin-bar .td-vm-close {
    top: 71px;
  }
}
@-webkit-keyframes fullspin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fullspin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wp-block-video.td-video-fixed,
.td_wrapper_video_playlist.td-video-fixed,
.wp-block-embed__wrapper.td-video-fixed,
.wpb_video_wrapper.td-video-fixed {
  position: fixed !important;
  right: 0 !important;
  top: 300px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 9999 !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.wp-block-video.td-video-fixed .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed .td_container_video_playlist {
  display: none;
}
.wp-block-video.td-video-fixed-left,
.td_wrapper_video_playlist.td-video-fixed-left,
.wp-block-embed__wrapper.td-video-fixed-left,
.wpb_video_wrapper.td-video-fixed-left {
  left: 0 !important;
  right: auto !important;
}
.wp-block-video.td-video-fixed-left .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed-left .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed-left .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed-left .td_container_video_playlist {
  display: none;
}
.wp-block-video.td-video-fixed-bottom,
.td_wrapper_video_playlist.td-video-fixed-bottom,
.wp-block-embed__wrapper.td-video-fixed-bottom,
.wpb_video_wrapper.td-video-fixed-bottom {
  top: auto !important;
  bottom: 300px !important;
}
.wp-block-video.td-video-fixed-bottom .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed-bottom .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed-bottom .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed-bottom .td_container_video_playlist {
  display: none;
}
.td-close-video-fixed {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--td_theme_color, #4db2ec);
  color: #fff;
  padding: 7px;
  cursor: pointer;
  z-index: 1;
}
.td-close-video-fixed i {
  font-size: 11px;
}
.td-video-fixed .td-close-video-fixed {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.td-sticky-video .td-footer-template-wrap {
  z-index: -1;
}
/*  ----------------------------------------------------------------------------
  Social login
*/
.td-login-social {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  padding: 11px 20px 12px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 4px;
  outline: none !important;
  transition: background-color 0.1s ease-in-out;
}
.td-login-social:disabled {
  pointer-events: none;
}
.td-login-fb {
  background-color: #1778f2;
}
.td-login-fb:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="18.891" viewBox="0 0 19 18.891"><path d="M12.493,3a9.488,9.488,0,0,0-1.419,18.869V15.01H8.726v-2.5h2.349V10.851C11.075,8.1,12.414,6.9,14.7,6.9a13.325,13.325,0,0,1,1.947.118V9.191H15.087c-.97,0-1.308.92-1.308,1.956v1.364h2.843l-.385,2.5H13.778v6.885A9.488,9.488,0,0,0,12.493,3Z" transform="translate(-3.005 -3)" fill="%23fff"/></svg>');
  margin-right: 10px;
  line-height: 0;
}
.td-login-fb:hover {
  background-color: #0d6ce3;
}
.td-login-fb:disabled {
  background-color: #92c0f7;
}
/*
    GENERAL
*/
.wpb_heading {
  background-color: #222;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 26px;
  margin-top: 0;
}
/*
    Single Image
*/
.vc_single_image-img {
  display: block;
}
/*
    Text block
*/
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child {
  margin-top: 0;
}
/*
    FAQ - toggle
*/
.vc_toggle_title {
  padding: 7px 13px 8px 36px !important;
  margin: 0;
}
.vc_toggle_content {
  padding-left: 15px !important;
}
.vc_toggle_active .vc_toggle_title {
  background-color: #fcfcfc !important;
}
.vc_toggle_title {
  border: 1px solid var(--td_grid_border_color, #ededed);
}
.vc_toggle_title:hover {
  background-color: #fcfcfc !important;
}
.vc_toggle_title h4 {
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.vc_toggle_title .vc_toggle_icon {
  left: 10px !important;
}
.vc_toggle {
  margin-bottom: 10px !important;
}
.vc_toggle.vc_toggle_size_md .vc_toggle_title {
  padding: 11px 13px 10px 45px !important;
}
.vc_toggle.vc_toggle_size_lg .vc_toggle_title {
  padding: 14px 13px 14px 48px !important;
}
/*
    Image gallery
*/
.wpb_gallery .flexslider {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.wpb_gallery .nivoSlider {
  box-shadow: none !important;
}
.wpb_gallery .post-title {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: 0;
  z-index: 2;
}
/*
    Image carousel
*/
.wpb_content_element .icon-next:before {
  font-family: 'newspaper', sans-serif !important;
  content: '\e808' !important;
  color: #ffffff;
  font-size: 30px;
  top: 0 !important;
}
.wpb_content_element .icon-prev:before {
  font-family: 'newspaper', sans-serif !important;
  content: '\e807' !important;
  color: #ffffff;
  font-size: 30px;
  top: 0 !important;
}
/*
    Tabs
*/
.wpb_tabs .wpb_tab {
  background-color: #fff !important;
  padding: 0 !important;
}
.wpb_tabs .wpb_tabs_nav {
  border-bottom: 2px solid var(--td_header_color, #222222);
  margin-bottom: 26px;
}
.wpb_tabs li a {
  background-color: #fff;
  color: #222;
  padding: 8px 12px 5px 12px !important;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  white-space: nowrap;
}
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a {
  background-color: var(--td_text_header_color, #222222);
  color: var(--td_text_header_color, #ffffff);
}
@-moz-document url-prefix() {
  .wpb_tabs li a {
    padding: 7px 12px 5px 12px !important;
    line-height: 16px;
  }
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic {
  margin-bottom: 22px;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
  padding-bottom: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
    padding-bottom: 12px;
  }
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
  background-color: transparent;
  border: none;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
  margin-bottom: 26px !important;
  margin-right: 0;
  border-bottom: 2px solid var(--td_header_color, var(--td_theme_color, #4db2ec));
  display: block;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
  padding: 0;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
  margin: 0;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
  border-color: transparent;
  background-color: var(--td_header_color, #222222);
  color: var(--td_text_header_color, #ffffff);
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
  border-color: transparent;
  background-color: #fff;
  color: #222;
  padding: 6px 12px 5px 12px !important;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 0;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-heading {
  display: none;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-body {
  padding: 0;
  border-color: transparent;
  background-color: transparent;
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
  margin-bottom: 17px !important;
  border: none;
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
  margin: 0 11px;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
    margin: 0;
  }
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
  background-color: transparent !important;
  font-size: 19px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
    font-size: 17px;
  }
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
  text-align: center;
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
  background-color: transparent;
  color: #009688;
}
.td-tab-color.vc_tta.vc_general .vc_tta-icon {
  font-size: 1em;
  top: -2px;
  position: relative;
}
.td-tab-color .vc_tta-panels-container {
  margin-bottom: 48px;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(1).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(1):hover > a {
  color: #e53935 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(1) .td-grid-style-1 .td-post-category {
  background-color: #e53935 !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(2).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(2):hover > a {
  color: #66bb6a !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(2) .td-grid-style-1 .td-post-category {
  background-color: #66bb6a !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(3).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(3):hover > a {
  color: #29B6F6 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(3) .td-grid-style-1 .td-post-category {
  background-color: #29B6F6 !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(4).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(4):hover > a {
  color: #7F8FA9 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(4) .td-grid-style-1 .td-post-category {
  background-color: #7F8FA9 !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(5).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(5):hover > a {
  color: #FDD835 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(5) .td-grid-style-1 .td-post-category {
  background-color: #FDD835 !important;
}
/*
    Accordion
*/
.vc_tta-accordion.vc_tta-o-no-fill .td_block_wrap {
  margin-left: -20px;
  margin-right: -20px;
}
/*
    Progress bar
*/
.vc_progress_bar .vc_label,
.vc_progress_bar div {
  border-radius: 0 !important;
}
/*
    Tour section
*/
.wpb_tour .wpb_heading {
  float: left;
}
.wpb_tour .wpb_tabs_nav {
  clear: both;
  border-bottom: 1px solid var(--td_grid_border_color, #ededed);
}
.wpb_tour .wpb_tabs_nav li {
  line-height: 16px;
  margin: 0 !important;
  overflow: hidden;
}
.wpb_tour .wpb_tabs_nav li a {
  color: #222;
  padding: 7px 12px 7px 12px !important;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  white-space: nowrap;
  min-height: 30px;
  border: 1px solid var(--td_grid_border_color, #ededed);
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tour .wpb_tabs_nav li:hover a {
  background-color: #222;
  color: #fff;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #222;
}
/*
    Accordion
*/
.wpb_accordion .ui-state-active a {
  background-color: #222 !important;
  color: #fff !important;
  border: 0 !important;
}
.wpb_accordion .wpb_accordion_header {
  background-color: #ffffff !important;
  margin-bottom: 10px !important;
}
.wpb_accordion .wpb_accordion_header a {
  color: #222;
  padding: 10px 12px !important;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  white-space: nowrap;
  min-height: 30px;
  border: 1px solid var(--td_grid_border_color, #ededed);
}
.wpb_accordion .wpb_accordion_content {
  margin-bottom: 10px;
}
/*
    Buttons
*/
.wpb_button,
.vc_btn {
  display: inline-block;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-weight: 600;
  line-height: 24px;
  text-shadow: none;
  border: none;
  transition: none;
  border-radius: 0;
  margin-bottom: 21px;
}
.wpb_button:hover,
.vc_btn:hover {
  text-shadow: none;
  text-decoration: none !important;
}
a.vc_btn-black {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.vc_btn-black:hover {
  background-color: var(--td_theme_color, #4db2ec);
  border-color: var(--td_theme_color, #4db2ec);
  color: var(--td_theme_color, #4db2ec);
}
a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover {
  color: var(--td_theme_color, #4db2ec) !important;
}
.wpb_default {
  background-color: var(--td_theme_color, #4db2ec);
}
.wpb_default:hover {
  text-shadow: none;
  background-color: var(--td_theme_color, #4db2ec);
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/*
    Call to action
*/
.wpb_call_to_action {
  background-color: #fcfcfc;
}
.vc_call_to_action .wpb_heading {
  background-color: inherit;
  color: inherit;
  margin-top: inherit;
  padding: inherit;
  line-height: 34px;
  margin-bottom: 8px;
}
.vc_call_to_action h2 {
  font-size: 27px;
}
.vc_call_to_action h4 {
  line-height: 20px !important;
}
/*
    Video
*/
.wpb_video_widget .wpb_video_wrapper {
  margin-bottom: 0;
}
/*
    Custom heading
*/
.vc_custom_heading > * {
  margin-top: 0;
  margin-bottom: 26px;
}
/*
    Widgets
*/
.widget {
  overflow: hidden;
}
.vc_wp_rss ul,
.vc_wp_archives ul,
.vc_wp_categories ul,
.vc_wp_posts ul,
.vc_wp_text ul,
.vc_wp_custommenu ul,
.vc_wp_tagcloud ul,
.vc_wp_pages ul,
.vc_wp_calendar ul,
.vc_wp_recentcomments ul,
.vc_wp_meta ul,
.vc_wp_search ul {
  margin: 0;
}
.widgettitle {
  background-color: var(--td_header_color, #222222);
  color: var(--td_text_header_color, #ffffff);
  display: inline-block;
  padding: 6px 12px 4px;
  font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 14px;
  margin-top: 0;
  min-height: 30px;
  position: relative;
}
.widgettitle:after {
  content: '';
  height: 2px;
  width: 300%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--td_header_color, #222222);
}
.widgettitle > a {
  color: var(--td_text_header_color, #ffffff);
}
@-moz-document url-prefix() {
  .widgettitle {
    line-height: 18px;
  }
}
.vc_wp_rss {
  margin-bottom: 0;
}
.vc_wp_rss .widgettitle a:first-child {
  display: none;
}
.vc_wp_rss .widget_rss {
  margin-bottom: 21px;
}
.vc_wp_rss ul {
  margin: 4px 0 0 12px;
}
.vc_wp_rss ul li {
  margin-left: 0;
  padding-bottom: 0;
}
.vc_wp_archives ul {
  margin: 0;
}
.vc_wp_text .textwidget {
  margin: 12px 0 43px 0;
}
.vc_wp_tagcloud .widgettitle {
  margin-bottom: 26px;
}
.vc_wp_search .widgettitle {
  margin-bottom: 26px;
}
.wpb_raw_code {
  margin-bottom: 26px;
}
.tdc-theme-Newspaper .vc_raw_html iframe {
  pointer-events: none;
}
/* visual composer hack - overwrite the theme display block  @since 18/6/2015 */
.wpb_single_image .vc_single_image-wrapper {
  display: inline-block !important;
}
.wpb_flickr_heading {
  display: table;
}
.td-theme-wrap .td-header-wrap .td-spot-id-header {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-theme-wrap .td-header-wrap .td-spot-id-header {
    height: 60px;
  }
}
.td-theme-wrap .td-spot-id-footer_top {
  display: table;
  position: relative;
  text-align: center;
  margin: -12px auto 40px auto;
}
.td-theme-wrap .td-spot-id-footer_top .tdc-placeholder-title {
  border: 1px solid rgba(136, 136, 136, 0.31);
}
.tdc-missing-external-shortcode,
.td-block-missing-settings,
.tdc_external_shortcode {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  padding: 20px;
  border: 1px solid #eeecf0;
  color: black;
}
.tdc-missing-external-shortcode span,
.td-block-missing-settings span,
.tdc_external_shortcode span {
  background-color: #ec4d4d;
  color: white;
  font-weight: bold;
  padding: 3px 8px 4px;
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.td-header-sp-top-menu .td-block-missing-settings {
  padding: 0;
  border: none;
  color: #888888;
  font-size: 10px;
}
.td-header-sp-top-menu .td-block-missing-settings span {
  padding: 2px 6px;
  font-size: 9px;
}
.td-element-style {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.td-element-style-before {
  transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  opacity: 0;
}
.td-js-loaded .td-element-style-before {
  opacity: 1;
}
/*  ----------------------------------------------------------------------------
    Footer Instagram
----------------------------------------------------------------------------  */
.td-footer-instagram-container {
  padding-bottom: 0;
}
.td-footer-instagram-container .td_block_instagram {
  margin-bottom: 0;
  overflow: hidden;
}
.td-footer-instagram-container .td-footer-instagram-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin: 0;
  padding-bottom: 10px;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
}
.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
  font-weight: 600;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    margin: 0 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Sub Footer
*/
.td-sub-footer-container {
  background-color: #0d0d0d;
  color: #ccc;
  font-size: 12px;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-container {
    text-align: center;
    padding: 6px 0;
  }
}
.td-sub-footer-copy {
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-copy {
    float: none !important;
  }
}
/* Sub Footer Menu */
.td-sub-footer-container .td-sub-footer-menu {
  float: right;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-container .td-sub-footer-menu {
    float: none;
  }
}
.td-subfooter-menu {
  display: inline-block;
  margin: 7px 0;
  float: right;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-subfooter-menu {
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-subfooter-menu {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .td-subfooter-menu {
    float: none;
  }
}
.td-subfooter-menu li {
  display: inline-block;
  margin-left: 0;
  line-height: 18px;
}
.td-subfooter-menu li a {
  margin-right: 16px;
  line-height: 18px;
  display: inline-block;
  color: #ccc;
}
.td-subfooter-menu li a:hover {
  color: var(--td_theme_color, #4db2ec);
}
.td-subfooter-menu li:last-child a {
  margin-right: 0;
}
.td-subfooter-menu ul {
  display: none;
}
.td-subfooter-menu .fa {
  margin-right: 3px;
}
.td-stretch-content .td-big-grids {
  width: 1068px;
  margin-left: auto;
  margin-right: auto;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-stretch-content .td-big-grids {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-stretch-content .td-big-grids {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .td-stretch-content .td-big-grids {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.td-stretch-content .td-module-thumb .entry-thumb {
  min-width: 100%;
}
.td_animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.td_animated_long {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.td_animated_xlong {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.td_animated_xxlong {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*  ----------------------------------------------------------------------------
    td_fadeInRight
*/
@-webkit-keyframes td_fadeInRight {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes td_fadeInRight {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.td_fadeInRight {
  -webkit-animation-name: td_fadeInRight;
  animation-name: td_fadeInRight;
}
/*  ----------------------------------------------------------------------------
    td_fadeInLeft
*/
@-webkit-keyframes td_fadeInLeft {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes td_fadeInLeft {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.td_fadeInLeft {
  -webkit-animation-name: td_fadeInLeft;
  animation-name: td_fadeInLeft;
}
/*  ----------------------------------------------------------------------------
    td_fadeInDown
*/
@-webkit-keyframes td_fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes td_fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.td_fadeInDown {
  -webkit-animation-name: td_fadeInDown;
  animation-name: td_fadeInDown;
}
/*  ----------------------------------------------------------------------------
    td_fadeInUp
*/
@-webkit-keyframes td_fadeInUp {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes td_fadeInUp {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.td_fadeInUp {
  -webkit-animation-name: td_fadeInUp;
  animation-name: td_fadeInUp;
}
/*  ----------------------------------------------------------------------------
    td_fadein
*/
@-webkit-keyframes td_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes td_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.td_fadeIn {
  -webkit-animation-name: td_fadeIn;
  animation-name: td_fadeIn;
}
/*  ----------------------------------------------------------------------------
    fade out
*/
@-webkit-keyframes td_fadeOut_to_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes td_fadeOut_to_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.td_fadeOut_to_1 {
  -webkit-animation-name: td_fadeOut_to_1;
  animation-name: td_fadeOut_to_1;
}
/*  ----------------------------------------------------------------------------
    td_fadeOutRight
*/
@-webkit-keyframes td_fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes td_fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.td_fadeOutRight {
  -webkit-animation-name: td_fadeOutRight;
  animation-name: td_fadeOutRight;
}
/*  ----------------------------------------------------------------------------
    td_fadeOutLeft
*/
@-webkit-keyframes td_fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes td_fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.td_fadeOutLeft {
  -webkit-animation-name: td_fadeOutLeft;
  animation-name: td_fadeOutLeft;
}
.td-lb-box {
  position: absolute;
  width: 19px;
  height: 19px;
}
.td-lb-box-1 {
  top: 0;
  left: 0;
}
.td-lb-box-2 {
  top: 0;
  left: 20px;
}
.td-lb-box-3 {
  top: 0;
  left: 40px;
}
.td-lb-box-4 {
  top: 20px;
  right: 0;
}
.td-lb-box-5 {
  bottom: 0;
  right: 0;
}
.td-lb-box-6 {
  bottom: 0;
  left: 20px;
}
.td-lb-box-7 {
  bottom: 0;
  left: 0;
}
.td-lb-box-8 {
  top: 20px;
  left: 0;
}
/*  ----------------------------------------------------------------------------
    loader
*/
.td-loader-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 59px;
  height: 59px;
  margin-top: -29.5px;
  /* Half the height */
  margin-left: -29.5px;
  /* Half the width */
  /* responsive phone */
  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  /* custom */
}
@media (max-width: 767px) {
  .td-loader-gif {
    top: 200px;
  }
}
/*  ----------------------------------------------------------------------------
    infinite loader - the small loader used on infinite scroll
*/
.td-loader-infinite {
  top: auto;
  bottom: 0px;
}
.td-loader-infinite .td-lb-box {
  position: absolute;
  width: 10px;
  height: 10px;
}
.td-loader-infinite .td-lb-box-1 {
  top: 0;
  left: 0;
}
.td-loader-infinite .td-lb-box-2 {
  top: 0;
  left: 11px;
}
.td-loader-infinite .td-lb-box-3 {
  top: 0;
  left: 22px;
}
.td-loader-infinite .td-lb-box-4 {
  top: 11px;
  right: 0;
}
.td-loader-infinite .td-lb-box-5 {
  bottom: 0;
  right: 0;
}
.td-loader-infinite .td-lb-box-6 {
  bottom: 0;
  left: 11px;
}
.td-loader-infinite .td-lb-box-7 {
  bottom: 0;
  left: 0;
}
.td-loader-infinite .td-lb-box-8 {
  top: 11px;
  left: 0;
}
.td-loader-infinite.td-loader-gif {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  /* Half the height */
  margin-left: -16px;
  /* Half the width */
}
.td-loader-blocks-load-more {
  top: auto;
  bottom: 48px;
}
.td-loader-animation-start {
  opacity: 0;
  transform: perspective( 600px ) scale(0.4);
  -webkit-transform: perspective( 600px ) scale(0.4);
}
.td-loader-animation-mid {
  opacity: 1;
  transform: perspective( 600px ) scale(1);
  -webkit-transform: perspective( 600px ) scale(1);
}
.td-loader-animation-end {
  opacity: 0;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
body.td-animation-stack-type0 .td-animation-stack .entry-thumb,
body.td-animation-stack-type0 .post img:not(.woocommerce-product-gallery img):not(.rs-pzimg),
body.td-animation-stack-type0 .td-animation-stack .td-lazy-img {
  opacity: 0;
}
.td-animation-stack-type0-2:not(.woocommerce-product-gallery img) {
  opacity: 1 !important;
  transition: opacity 0.3s;
  transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
  /* linear */
}
body.td-animation-stack-type1 .td-animation-stack .entry-thumb,
body.td-animation-stack-type1 .post .entry-thumb,
body.td-animation-stack-type1 .post img[class*="wp-image-"],
body.td-animation-stack-type1 .post a.td-sml-link-to-image > img,
body.td-animation-stack-type1 .td-animation-stack .td-lazy-img {
  opacity: 0;
  transform: scale(0.95);
}
.td-animation-stack-type1-2 {
  opacity: 1 !important;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -webkit-transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
  transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
}
body.td-animation-stack-type2 .td-animation-stack .entry-thumb,
body.td-animation-stack-type2 .post .entry-thumb,
body.td-animation-stack-type2 .post img[class*="wp-image-"],
body.td-animation-stack-type2 .post a.td-sml-link-to-image > img,
body.td-animation-stack-type2 .td-animation-stack .td-lazy-img {
  opacity: 0;
  transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
}
.td-animation-stack-type2-2 {
  opacity: 1 !important;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -webkit-transition: transform 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88), opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
  transition: transform 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88), opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
}
.td-fade-off .td-element-style-before {
  opacity: 1;
}
/*
ie8, ie9, ie10, ie11
td-md-is-ios
td-md-is-android
td-md-is-os-x
td-md-is-chrome
td-md-is-firefox
td-md-is-safari
*/
/*  ----------------------------------------------------------------------------
    IE - misc
*/
@media (min-width: 1140px) {
  .ie8,
  .ie9,
  .ie10,
  .ie11 {
    margin-left: -1px;
  }
  .ie8 .td-affix,
  .ie9 .td-affix,
  .ie10 .td-affix,
  .ie11 .td-affix {
    margin-left: 1px;
  }
}
.ie8 .td-post-content p,
.ie9 .td-post-content p,
.ie10 .td-post-content p,
.ie11 .td-post-content p,
.ie8 .mce-content-body p,
.ie9 .mce-content-body p,
.ie10 .mce-content-body p,
.ie11 .mce-content-body p {
  letter-spacing: -0.2px;
}
.ie8 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie9 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie10 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie11 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
  transform: none;
}
.ie8 .td_category_template_8 .td-category-header .td-category a,
.ie9 .td_category_template_8 .td-category-header .td-category a,
.ie10 .td_category_template_8 .td-category-header .td-category a,
.ie11 .td_category_template_8 .td-category-header .td-category a {
  padding: 3px 7px;
  line-height: 12px;
}
.ie8 .td_block_template_1 .td-related-title > .td-related-left,
.ie9 .td_block_template_1 .td-related-title > .td-related-left,
.ie10 .td_block_template_1 .td-related-title > .td-related-left,
.ie11 .td_block_template_1 .td-related-title > .td-related-left,
.ie8 .td_block_template_1 .td-related-title > .td-related-right,
.ie9 .td_block_template_1 .td-related-title > .td-related-right,
.ie10 .td_block_template_1 .td-related-title > .td-related-right,
.ie11 .td_block_template_1 .td-related-title > .td-related-right {
  padding: 8px 12px 6px 12px;
}
.ie8 .td-left-smart-list,
.ie9 .td-left-smart-list,
.ie10 .td-left-smart-list,
.ie11 .td-left-smart-list,
.ie8 .td-right-smart-list,
.ie9 .td-right-smart-list,
.ie10 .td-right-smart-list,
.ie11 .td-right-smart-list {
  line-height: 38px;
}
.ie8 .td-review-header .block-title,
.ie9 .td-review-header .block-title,
.ie10 .td-review-header .block-title,
.ie11 .td-review-header .block-title,
.ie8 .td-review-summary .block-title,
.ie9 .td-review-summary .block-title,
.ie10 .td-review-summary .block-title,
.ie11 .td-review-summary .block-title {
  padding: 8px 12px 7px;
}
.ie8 .td-affix .td-main-menu-logo img,
.ie9 .td-affix .td-main-menu-logo img,
.ie10 .td-affix .td-main-menu-logo img,
.ie11 .td-affix .td-main-menu-logo img {
  top: -2px;
}
@media (min-width: 768px) {
  .ie8 .td-header-style-5 .td-main-menu-logo img,
  .ie9 .td-header-style-5 .td-main-menu-logo img,
  .ie10 .td-header-style-5 .td-main-menu-logo img,
  .ie11 .td-header-style-5 .td-main-menu-logo img,
  .ie8 .td-header-style-6 .td-main-menu-logo img,
  .ie9 .td-header-style-6 .td-main-menu-logo img,
  .ie10 .td-header-style-6 .td-main-menu-logo img,
  .ie11 .td-header-style-6 .td-main-menu-logo img,
  .ie8 .td-header-style-12 .td-main-menu-logo img,
  .ie9 .td-header-style-12 .td-main-menu-logo img,
  .ie10 .td-header-style-12 .td-main-menu-logo img,
  .ie11 .td-header-style-12 .td-main-menu-logo img {
    top: -1px;
  }
}
.ie8 .td-live-theme-demos .td-skin-scroll,
.ie9 .td-live-theme-demos .td-skin-scroll,
.ie10 .td-live-theme-demos .td-skin-scroll,
.ie11 .td-live-theme-demos .td-skin-scroll {
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  left: auto;
  right: -118px;
}
@media (max-width: 1366px) {
  .ie8 .td-live-theme-demos .td-skin-scroll,
  .ie9 .td-live-theme-demos .td-skin-scroll,
  .ie10 .td-live-theme-demos .td-skin-scroll,
  .ie11 .td-live-theme-demos .td-skin-scroll {
    right: -78px;
  }
}
.ie8 .td-theme-settings-small .td-skin-scroll,
.ie9 .td-theme-settings-small .td-skin-scroll,
.ie10 .td-theme-settings-small .td-skin-scroll,
.ie11 .td-theme-settings-small .td-skin-scroll {
  right: 118px;
}
@media (max-width: 1366px) {
  .ie8 .td-theme-settings-small .td-skin-scroll,
  .ie9 .td-theme-settings-small .td-skin-scroll,
  .ie10 .td-theme-settings-small .td-skin-scroll,
  .ie11 .td-theme-settings-small .td-skin-scroll {
    right: 78px;
  }
}
.ie8 .td-pulldown-syle-default .td-subcat-more,
.ie9 .td-pulldown-syle-default .td-subcat-more,
.ie10 .td-pulldown-syle-default .td-subcat-more,
.ie11 .td-pulldown-syle-default .td-subcat-more,
.ie8 .td-pulldown-syle-default .td-subcat-list,
.ie9 .td-pulldown-syle-default .td-subcat-list,
.ie10 .td-pulldown-syle-default .td-subcat-list,
.ie11 .td-pulldown-syle-default .td-subcat-list {
  position: relative;
  top: -1px;
}
/* ie8 */
.ie8 {
  /* backstr fix */
  /* style 1 */
  /* colored bg */
  /* style 4 */
  /* style 5 */
}
.ie8 .td-live-theme-demos {
  display: none;
}
.ie8 .td-header-style-5 .td-header-menu-wrap.td-affix,
.ie8 .td-header-style-6 .td-header-menu-wrap.td-affix {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.ie8 .td-header-style-8 .td-affix .td-header-sp-logo {
  height: 48px;
  margin-top: 0;
}
.ie8 .td-trending-now-post {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .td-trending-now-post:first-child {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .td-classic-sharing {
  display: none;
}
.ie8 .td-post-source-tags {
  display: none;
}
.ie8 .td-stretch-width,
.ie8 .td-stretch-height {
  left: 0 !important;
}
.ie8 .td_social_type .td-sp {
  width: 0;
}
.ie8 .td_category_template_6 .td-category-header,
.ie8 .td_category_template_8 .td-category-header {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#96000000', endColorstr='#96000000');
  /* IE */
  background-color: transparent;
}
.ie8 .td-category-title-holder {
  padding-right: 100px;
  padding-left: 100px;
}
.ie8 .td-header-wrap .td-a-rec-id-header > div,
.ie8 .td-header-wrap .td-g-rec-id-header > .adsbygoogle {
  margin: 24px auto 0 auto;
}
.ie8 .td-header-style-1 .td-a-rec-id-header > div,
.ie8 .td-header-style-2 .td-a-rec-id-header > div,
.ie8 .td-header-style-3 .td-a-rec-id-header > div,
.ie8 .td-header-style-1 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td-header-style-2 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td-header-style-3 .td-g-rec-id-header > .adsbygoogle {
  margin: auto !important;
}
.ie8 .td-header-style-4 .td-a-rec-id-header > div,
.ie8 .td-header-style-4 .td-g-rec-id-header > .adsbygoogle {
  margin: 24px auto;
}
.ie8 .single_template_6 .td-a-rec-id-header > div,
.ie8 .single_template_7 .td-a-rec-id-header > div,
.ie8 .homepage-post.single_template_7 .td-a-rec-id-header > div,
.ie8 .single_template_8 .td-a-rec-id-header > div,
.ie8 .single_template_10 .td-a-rec-id-header > div,
.ie8 .single_template_11 .td-a-rec-id-header > div,
.ie8 .td_category_template_2 .td-a-rec-id-header > div,
.ie8 .td_category_template_5 .td-a-rec-id-header > div,
.ie8 .td_category_template_6 .td-a-rec-id-header > div,
.ie8 .td_category_template_8 .td-a-rec-id-header > div,
.ie8 .single_template_6 .td-g-rec-id-header > div,
.ie8 .single_template_7 .td-g-rec-id-header > div,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header > div,
.ie8 .single_template_8 .td-g-rec-id-header > div,
.ie8 .single_template_10 .td-g-rec-id-header > div,
.ie8 .single_template_11 .td-g-rec-id-header > div,
.ie8 .td_category_template_2 .td-g-rec-id-header > div,
.ie8 .td_category_template_5 .td-g-rec-id-header > div,
.ie8 .td_category_template_6 .td-g-rec-id-header > div,
.ie8 .td_category_template_8 .td-g-rec-id-header > div,
.ie8 .single_template_6 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_7 .td-a-rec-id-header > .adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_8 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_10 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_11 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_2 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_5 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_6 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_8 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_6 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_7 .td-g-rec-id-header > .adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_8 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_10 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_11 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_2 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_5 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_6 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_8 .td-g-rec-id-header > .adsbygoogle {
  margin-bottom: 24px;
}
.ie8 .td_ajax_load_more i {
  top: -1px;
}
.ie8 .td-subcat-filter .td-subcat-dropdown {
  float: right;
}
.ie8 .td-grid-style-1 .td-module-thumb a {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f000000', endColorstr='#000000', GradientType=0);
}
.ie8 .td-grid-style-1 .td-module-thumb a img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}
.ie8 .td-grid-style-2 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-module-thumb a {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.ie8 .td-grid-style-2 .td-module-thumb a img,
.ie8 .td-grid-style-3 .td-module-thumb a img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}
.ie8 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.ie8 .td-grid-style-4 .entry-title {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#50000000', endColorstr='#50000000');
  /* IE */
}
.ie8 .td-grid-style-5 .td-module-thumb a {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: black;
}
.ie8 .td-grid-style-5 .td-module-thumb a img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ie8 .td-next-prev-wrap .td-ajax-prev-page {
  padding-left: 1px;
}
.ie8 .td-social-facebook .td-social-but-text {
  border-left: 1px solid #7F9EDF;
}
.ie8 .td-social-twitter .td-social-but-text {
  border-left: 1px solid #8FE2FC;
}
.ie8 .td-post-template-8 .td-post-header-holder {
  background-color: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ie8 .td-module-comments a {
  padding: 3px 3px 4px 3px;
}
.ie8 .td-social-style-2 .td-icon-font {
  border: 1px solid #333;
}
.ie8 .td_block_14 .td-next-prev-wrap,
.ie8 .td_block_14 .td-load-more-wrap {
  margin-top: 23px;
}
.ie8 .td-g-rec-id-smart_list_6,
.ie8 .td-g-rec-id-smart_list_7,
.ie8 .td-g-rec-id-smart_list_8,
.ie8 .td-g-rec-id-footer_top,
.ie8 .td-g-rec-id-content_top,
.ie8 .td-g-rec-id-content_bottom,
.ie8 .td-g-rec-id-content_inline {
  display: block;
  margin-left: -16px;
  margin-right: -16px;
}
.ie8 .td-g-rec-id-smart_list_6 .adsbygoogle,
.ie8 .td-g-rec-id-smart_list_7 .adsbygoogle,
.ie8 .td-g-rec-id-smart_list_8 .adsbygoogle,
.ie8 .td-g-rec-id-footer_top .adsbygoogle,
.ie8 .td-g-rec-id-content_top .adsbygoogle,
.ie8 .td-g-rec-id-content_bottom .adsbygoogle,
.ie8 .td-g-rec-id-content_inline .adsbygoogle {
  margin-right: auto;
  margin-left: auto;
  display: table !important;
  left: 0;
}
.ie8 .td-menu-background {
  left: -100%;
}
.ie8 .td-live-theme-demos .td-set-theme-style-link:before {
  background-color: transparent;
}
/*  ----------------------------------------------------------------------------
    ie9
*/
.ie9 {
  /* ie9 - colored gradients fix */
  /* backstr fix */
}
.ie9 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDE3NjQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTRhM2RiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiY2Y3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjRkMDNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyN2EzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-1 .td-module-thumb a:last-child:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-stretch-width,
.ie9 .td-stretch-height {
  left: 0 !important;
  -webkit-transform: none;
  ms-transform: none;
  transform: none;
}
.ie9 .td-next-prev-wrap .td-ajax-next-page {
  padding-left: 3px;
}
.ie9 .td-module-comments a {
  padding: 3px 4px 4px 4px;
}
.ie9 .td-menu-background,
.ie9 #td-mobile-nav {
  left: -100%;
}
.ie9 .td-menu-mob-open-menu .td-menu-background,
.ie9 .td-menu-mob-open-menu #td-mobile-nav {
  left: 0;
}
.ie9 .td-search-background {
  right: 100%;
}
.ie9 .td-search-opened .td-search-background {
  right: 0;
}
.ie9 .td-demo-multicolumn-2 .sub-menu {
  padding: 0;
}
.ie9 .td-demo-menuitem-hide {
  display: none;
}
/*  ----------------------------------------------------------------------------
    ie 10
*/
.ie10 .page-nav a {
  padding: 5px 11px 5px 12px;
}
.ie10 .td-module-comments a {
  padding: 3px 4px 4px 4px;
}
/*  ----------------------------------------------------------------------------
    ie 11
*/
@media (min-width: 1140px) {
  .ie11 {
    margin-left: -1px;
  }
  .ie11 .td-affix {
    margin-left: 1px;
  }
}
/*  ----------------------------------------------------------------------------
    Android
*/
.td-md-is-android .td-hover-1 .td-big-grid-post:hover .entry-thumb {
  /*CSS transitions*/
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -webkit-transform: none !important;
  transform: none !important;
}
.td-md-is-android .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
  box-shadow: none;
}
.td-md-is-android .sf-menu ul .td-menu-item > a {
  padding: 8px 14px 6px;
}
.td-md-is-android .sf-menu .sub-menu .td-icon-menu-down {
  margin-top: -8px;
}
.td-md-is-android .td-trending-now-wrapper .td-trending-now-nav-left {
  padding-right: 1px;
}
.td-md-is-android .td-big-grid-post .td-post-category {
  padding: 4px 7px 2px;
  line-height: 14px;
}
.td-md-is-android .block-title span,
.td-md-is-android .block-title a,
.td-md-is-android .block-title label {
  padding: 8px 12px 3px;
}
.td-md-is-android .td-pulldown-syle-default .td-subcat-more span,
.td-md-is-android .td_block_template_3 .td-subcat-more span,
.td-md-is-android .td_block_template_4 .td-subcat-more span,
.td-md-is-android .td_block_template_5 .td-subcat-more span,
.td-md-is-android .td_block_template_7 .td-subcat-more span,
.td-md-is-android .td-pulldown-syle-default .td-subcat-more i,
.td-md-is-android .td_block_template_3 .td-subcat-more i,
.td-md-is-android .td_block_template_4 .td-subcat-more i,
.td-md-is-android .td_block_template_5 .td-subcat-more i,
.td-md-is-android .td_block_template_7 .td-subcat-more i,
.td-md-is-android .td-pulldown-syle-default .td-subcat-list,
.td-md-is-android .td_block_template_3 .td-subcat-list,
.td-md-is-android .td_block_template_4 .td-subcat-list,
.td-md-is-android .td_block_template_5 .td-subcat-list,
.td-md-is-android .td_block_template_7 .td-subcat-list {
  position: relative;
  top: 1px;
}
.td-md-is-android .td-category-siblings .td-category {
  height: 21px;
}
.td-md-is-android .td-category-header .td-category .entry-category a {
  padding: 4px 8px;
}
.td-md-is-android input[type=submit] {
  padding: 9px 15px 8px;
}
.td-md-is-android .td-left-smart-list,
.td-md-is-android .td-right-smart-list {
  padding-top: 1px;
}
.td-md-is-android .td_smart_list_3 .td-left-smart-list {
  padding-right: 1px;
}
.td-md-is-android .td-author-counters span {
  padding: 5px 9px 2px;
}
.td-md-is-android .td-404-sub-sub-title a {
  padding: 8px 15px 7px;
}
.td-md-is-android .td-menu-blocks-custom ul li a {
  padding: 2px 12px 0;
}
.td-md-is-android .td-tab-blocks-custom ul.wpb_tabs_nav li a {
  padding: 6px 13px 4px !important;
}
.td-md-is-android .td_ajax_load_more i {
  top: -1px;
}
.td-md-is-android .td-next-prev-wrap a {
  line-height: 25px;
}
.td-md-is-android .page-nav .td-icon-menu-right {
  padding-left: 2px;
}
.td-md-is-android .page-nav .td-icon-menu-left {
  padding-right: 2px;
}
.td-md-is-android .td-page-content .dropcap,
.td-md-is-android .td-post-content .dropcap,
.td-md-is-android .wpb_text_column .dropcap,
.td-md-is-android .td_block_text_with_title .dropcap,
.td-md-is-android .bbpress .dropcap,
.td-md-is-android .mce-content-body .dropcap,
.td-md-is-android .comment-content .dropcap {
  padding: 5px 13px 2px 13px;
}
.td-md-is-android .single-product .product .related h2 {
  padding: 8px 12px 5px;
}
@media (max-width: 767px) {
  .td-md-is-android .td-trending-now-display-area {
    height: 27px;
  }
  .td-md-is-android .td-big-grid-post .td-post-category {
    padding: 4px 7px 1px;
  }
  .td-md-is-android .td-category-siblings .td-subcat-more {
    padding: 4px 5px 3px;
  }
  .td-md-is-android .td_category_template_3 .td-category-siblings .td-category a {
    padding: 5px 9px ;
  }
  .td-md-is-android .category-template-style-8 .td-category-siblings .td-subcat-more {
    padding: 4px 4px 3px 5px;
  }
  .td-md-is-android .td-author-counters span {
    padding: 5px 9px 4px;
  }
  .td-md-is-android .td-theme-slider .slide-meta-cat a {
    padding: 4px 5px 2px;
  }
}
.td-md-is-android .td-skin-scroll {
  display: none;
}
/*  ----------------------------------------------------------------------------
    iOS
*/
.td-md-is-ios body {
  -webkit-font-smoothing: antialiased;
}
.td-md-is-ios .td-hover-1 .td-big-grid-post:hover .entry-thumb {
  /*CSS transitions*/
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -webkit-transform: none !important;
  transform: none !important;
}
.td-md-is-ios .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
  box-shadow: none;
}
.td-md-is-ios .sf-menu .sub-menu .td-icon-menu-down {
  margin-top: -9px;
  line-height: 20px;
}
.td-md-is-ios .td-trending-now-wrapper .td-trending-now-nav-left {
  padding-right: 1px;
}
.td-md-is-ios .td-big-grid-post .td-post-category {
  padding: 3px 7px;
}
.td-md-is-ios .td-pulldown-syle-default .td-subcat-more,
.td-md-is-ios .td_block_template_11 .td-subcat-more,
.td-md-is-ios .td-pulldown-syle-default .td-subcat-list,
.td-md-is-ios .td_block_template_11 .td-subcat-list {
  position: relative;
  top: -1px;
}
.td-md-is-ios .td-category-header .td-pulldown-filter-display-option {
  line-height: 22px;
}
.td-md-is-ios .td_category_template_3 .td-category-siblings .td-category a {
  padding: 5px 7px 4px 7px;
}
.td-md-is-ios .td_category_template_3 .td-category-siblings .td-subcat-dropdown {
  margin-right: 6px;
}
.td-md-is-ios .td_category_template_4 .td-category-siblings .td-category a {
  padding: 4px 7px 3px 7px;
}
.td-md-is-ios .td_block_template_1 .td-related-title > .td-related-left,
.td-md-is-ios .td_block_template_1 .td-related-title > .td-related-right {
  padding: 8px 12px 6px;
}
.td-md-is-ios .td-module-comments a {
  padding: 3px 4px 4px 4px;
}
.td-md-is-ios .td-left-smart-list,
.td-md-is-ios .td-right-smart-list {
  line-height: 39px;
}
.td-md-is-ios .td-author-counters span {
  padding: 4px 9px 3px;
}
.td-md-is-ios input[type=submit] {
  padding: 7px 15px 8px;
}
.td-md-is-ios .td-404-sub-sub-title a {
  padding: 7px 15px 8px;
}
.td-md-is-ios .td-tab-blocks-custom ul.wpb_tabs_nav li a {
  padding: 4px 7px !important;
}
.td-md-is-ios .td-menu-blocks-custom ul li a {
  padding: 0 12px 1px;
  line-height: 27px;
}
.td-md-is-ios .td_ajax_load_more i {
  top: -1px;
}
@media (max-width: 767px) {
  .td-md-is-ios .td-trending-now-display-area {
    height: 27px;
  }
}
.td-md-is-ios .td-footer-wrapper .block-title a,
.td-md-is-ios .td-footer-wrapper .block-title span,
.td-md-is-ios .td-footer-wrapper .block-title label {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-md-is-ios .td-footer-wrapper .block-title a,
  .td-md-is-ios .td-footer-wrapper .block-title span,
  .td-md-is-ios .td-footer-wrapper .block-title label {
    padding-right: 0;
    padding-left: 0;
  }
}
.td-md-is-ios .td-footer-wrapper .td_block_template_1 .block-title * {
  padding-right: 0;
  padding-left: 0;
}
.td-md-is-ios .td-skin-scroll {
  display: none;
}
@media (min-width: 1140px) {
  .td-md-is-safari {
    margin-left: -1px;
  }
  .td-md-is-safari .td-affix {
    margin-left: 1px;
  }
}
@media (min-width: 767px) {
  .td-md-is-safari .td-big-grid-post .td-module-thumb {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.td-md-is-safari .td_block_big_grid_8 .td-module-thumb {
  -webkit-transform: none;
}
.td-md-is-safari .td_module_slide:before {
  bottom: -1px;
}
.td-md-is-safari .td_module_slide .td-module-title {
  -webkit-transform: translate3D(0, 0, 0);
}
.td-md-is-safari .td-big-grid-post .td-module-thumb a:last-child::before {
  width: 101%;
  left: -2px;
}
.td-md-is-safari .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
  transform: none;
  -webkit-transform: none;
}
.td-md-is-safari .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
  padding: 4px 5px 3px;
}
.td-md-is-safari .td-review-header .block-title,
.td-md-is-safari .td-review-summary .block-title {
  padding: 7px 12px 6px;
}
.td-md-is-safari .td_block_template_1 .td-related-title > .td-related-left,
.td-md-is-safari .td_block_template_1 .td-related-title > .td-related-right {
  padding: 7px 12px 5px 12px;
}
.td-md-is-safari .td-boxed-layout .td-post-template-7 .td-image-gradient-style7:after {
  width: 110%;
  left: -2px;
}
.td-md-is-safari .td-boxed-layout .td-post-template-3 .td-image-gradient:before {
  width: 110%;
  left: -2px;
}
.td-md-is-safari .td-big-grid-post .td-meta-info-container {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.td-md-is-safari .td-grid-style-2 .td-big-grid-post .td-meta-info-container,
.td-md-is-safari .td-grid-style-3 .td-big-grid-post .td-meta-info-container {
  transform: none;
  -webkit-transform: none;
}
.td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
  padding: 4px 5px 3px;
}
/*  ----------------------------------------------------------------------------
    Chrome
*/
.td-md-is-chrome .td_block_inner_overflow .td_module_wrap,
.td-md-is-chrome .td_block_inner_overflow .item-details {
  position: relative;
}
.td-audio-player {
  height: 40px;
  font-size: 16px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.td-audio-player iframe {
  display: block;
  width: 100%;
}
.td-audio-player .compactSound__artwork {
  display: none;
}
.td-audio-player .mejs-container,
.td-audio-player .mejs-container .mejs-controls,
.td-audio-player .mejs-embed,
.td-audio-player .mejs-embed body {
  background: transparent;
  background-color: transparent;
}
.td-audio-player .mejs-container {
  width: auto !important;
}
.td-audio-player .mejs-button {
  width: auto;
  height: auto;
  font-size: inherit;
}
.td-audio-player .mejs-button button {
  position: relative;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0;
  font-size: inherit;
}
.td-audio-player .mejs-button button:after {
  position: relative;
  display: block;
  font-family: 'newspaper', sans-serif;
  line-height: 1;
  color: #111;
}
.td-audio-player .mejs-playpause-button {
  margin-right: 0.75em;
}
.td-audio-player .mejs-playpause-button button:after {
  font-size: 2.625em;
}
.td-audio-player .mejs-play button:after {
  content: '\e9cf';
}
.td-audio-player .mejs-pause button:after {
  content: '\e9ce';
}
.td-audio-player .mejs-replay button:after {
  content: '\e9d2';
}
.td-audio-player .mejs-volume-button {
  margin-left: 1.25em;
  margin-right: 0.5em;
}
.td-audio-player .mejs-volume-button button:after {
  font-size: 1.375em;
}
.td-audio-player .mejs-mute button:after {
  content: '\e9d0';
}
.td-audio-player .mejs-unmute button:after {
  content: '\e9d1';
}
.td-audio-player .mejs-controls {
  position: relative;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.td-audio-player .mejs-controls .mejs-time-rail {
  height: auto;
  margin: 0 0.625em;
  padding-top: 0;
  font-size: inherit;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
  border-radius: 100px;
  height: 0.625em;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
  height: inherit;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total {
  position: relative;
  margin-top: 0;
  background: #eee;
  outline: none;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: transparent;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--td_theme_color, #4db2ec);
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
  border-width: 0.25em;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
  top: -0.375em;
  width: 0.875em;
  height: 0.875em;
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  transform: none;
  -webkit-transform: none;
  -webkit-box-shadow: 0 0 1px #000000;
  box-shadow: 0 0 1px #000000;
  overflow: hidden;
}
.td-audio-player .mejs-controls .mejs-horizontal-volume-slider {
  height: auto;
  width: auto;
}
.td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: relative;
  top: 0;
  background: #eee;
  width: 3.125em;
  height: 0.625em;
  font-size: inherit;
  border-radius: 100px;
  overflow: hidden;
}
.td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: var(--td_theme_color, #4db2ec);
}
.td-audio-player .mejs-time-float {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-color: transparent;
}
.td-audio-player .mejs-time-float .mejs-time-float-current {
  font-size: 0.8em;
}
.td-audio-player .mejs-time-float .mejs-time-float-corner {
  top: calc(100% + 1px);
  border-color: rgba(0, 0, 0, 0.7) transparent transparent;
}
.td-audio-player .mejs-time {
  padding: 0;
  height: auto;
  font-size: 0.85em;
  line-height: 1;
  color: #000;
}
.td-js-loaded .td-audio-player {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.wp-block-image.td-caption-align-left figcaption .mfp-title,
.wp-block-image .td-caption-align-left figcaption .mfp-title,
.wp-block-image.td-caption-align-left figcaption,
.wp-block-image .td-caption-align-left figcaption {
  text-align: left;
}
.wp-block-image.td-caption-align-center figcaption .mfp-title,
.wp-block-image .td-caption-align-center figcaption .mfp-title,
.wp-block-image.td-caption-align-center figcaption,
.wp-block-image .td-caption-align-center figcaption {
  text-align: center;
}
.wp-block-image.td-caption-align-right figcaption .mfp-title,
.wp-block-image .td-caption-align-right figcaption .mfp-title,
.wp-block-image.td-caption-align-right figcaption,
.wp-block-image .td-caption-align-right figcaption {
  text-align: right;
}
.wp-block-image.td-img-style-shadow {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.mfp-figure.td-caption-align-left figcaption .mfp-title {
  text-align: left;
}
.mfp-figure.td-caption-align-center figcaption .mfp-title {
  text-align: center;
}
.mfp-figure.td-caption-align-right figcaption .mfp-title {
  text-align: right;
}
p[class*="dropcapp"]:first-letter {
  float: left;
  display: block;
  font-size: 50px;
  line-height: 56px;
  background-color: #4db2ec;
  color: white;
  text-align: center;
  margin: 9px 13px 0 0;
  padding: 2px 14px 4px;
  font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
p.dropcapp1:first-letter {
  padding-left: 18px;
  padding-right: 17px;
  font-size: 40px;
  border-radius: 70px;
}
p.dropcapp2:first-letter,
p.dropcapp3:first-letter {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
}
p.dropcapp3:first-letter {
  font-weight: bold;
}
p.dropcapp4 {
  margin-top: 40px;
}
p.dropcapp4:first-letter {
  background-color: #000;
  font-size: .85em;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  margin: -2px 15px 0 0;
  padding: 9px 11px;
}
p.dropcapp4:after {
  padding-top: 0;
}
p span.td_text_columns_two_cols {
  display: block;
}
.wp-block-button .wp-block-button__link {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
  font-weight: 600;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 20px;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #4db2ec;
}
.wp-block-button.td_btn_small .wp-block-button__link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.wp-block-button.td_btn_normal .wp-block-button__link {
  padding: 9px 12px;
  font-size: 16px;
  line-height: 20px;
}
.wp-block-button.td_btn_large .wp-block-button__link {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.wp-block-button.is-style-round .wp-block-button__link {
  border-radius: 4px;
}
.wp-block-button.is-style-shadow .wp-block-button__link {
  top: 0;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
}
.wp-block-button.is-style-shadow .wp-block-button__link:hover {
  top: -3px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.wp-block-button.is-style-3d .wp-block-button__link {
  top: 0;
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
}
.wp-block-button.is-style-3d .wp-block-button__link:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
  transition: height 0.1s ease;
  -webkit-transition: height 0.1s ease;
}
.wp-block-button.is-style-3d .wp-block-button__link:hover {
  top: 5px;
}
.wp-block-button.is-style-3d .wp-block-button__link:hover:after {
  height: 0;
}
.wp-block-table td,
.wp-block-table th {
  padding: 2px 8px;
}
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.tdb-s-page-sec-header {
  margin-bottom: 35px;
}
body .tdb-spsh-title {
  margin: 0;
  font-family: inherit;
  font-size: 1.429em;
  font-weight: 500;
  line-height: 1.2;
  color: #1d2327;
}
.tdb-s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #0489FC;
  min-width: 100px;
  padding: 14px 24px 16px;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: 3px solid transparent;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}
.tdb-s-btn svg {
  position: relative;
  width: .9em;
  height: auto;
  margin-right: .5em;
}
.tdb-s-btn:hover,
.tdb-s-btn:active {
  background-color: #152BF7;
}
.tdb-s-btn:active:not(:disabled) {
  outline-color: rgba(21, 43, 247, 0.2);
}
.tdb-s-btn:disabled {
  background-color: #9ACFFD;
  pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saving:after {
  content: '';
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  border: 1px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: fullspin 1s infinite ease-out;
  animation: fullspin 1s infinite ease-out;
  z-index: 2;
  transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
.tdb-s-btn.tdb-s-btn-saved {
  background-color: #9ACFFD;
  pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23fff"/></svg>');
  width: 14px;
  height: auto;
  border: 0;
  -webkit-animation: none;
  animation: none;
}
.tdb-s-btn-sm {
  min-width: 76px;
  padding: 10px 19px 12px;
  font-size: .929em;
}
.tdb-s-btn-sm svg {
  top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:after {
  width: 11px;
  height: 11px;
  margin-left: 13px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:not(.tdb-s-btn-saved):after {
  top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23fff" opacity="0.8"/></svg>');
  top: -2px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow {
  min-width: 72px;
  padding: 8px 17px 10px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="7.5" viewBox="0 0 10 7.5"><path d="M6.5,12.5a1,1,0,0,1-.707-.293l-2.5-2.5A1,1,0,0,1,4.707,8.293L6.5,10.086l4.793-4.793a1,1,0,0,1,1.414,1.414l-5.5,5.5A1,1,0,0,1,6.5,12.5Z" transform="translate(-3 -5)" fill="%23B3B3B3" opacity="0.8"/></svg>');
}
.tdb-s-btn-red {
  background-color: #FF3838;
}
.tdb-s-btn-red:hover,
.tdb-s-btn-red:active {
  background-color: #E20000;
}
.tdb-s-btn-red:active:not(:disabled) {
  outline-color: rgba(226, 0, 0, 0.15);
}
.tdb-s-btn-red:disabled {
  background-color: #FFA4A4;
}
.tdb-s-btn-red.tdb-s-btn-saved {
  background-color: #FFA4A4;
}
.tdb-s-btn-hollow {
  min-width: 96px;
  padding: 12px 22px 14px;
  background-color: transparent;
  color: #444;
  border: 2px solid #A8AAB8;
}
.tdb-s-btn-hollow:hover,
.tdb-s-btn-hollow:active {
  background-color: transparent;
  color: #0489FC;
  border-color: #0489FC;
}
.tdb-s-btn-hollow:active:not(:disabled) {
  outline-color: rgba(4, 137, 252, 0.2);
}
.tdb-s-btn-hollow:disabled {
  background-color: transparent;
  color: #B3B3B3;
  border-color: #D3D4DB;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:after {
  border-top-color: #444;
  border-bottom-color: #444;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:hover:after {
  border-top-color: #0489FC;
  border-bottom-color: #0489FC;
}
.tdb-s-btn-hollow.tdb-s-btn-saved {
  background-color: transparent;
  color: #B3B3B3;
}
.tdb-s-btn-hollow.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%23B3B3B3"/></svg>');
}
.tdb-s-btn-simple {
  padding: 0;
  background-color: transparent;
  min-width: 0;
  color: #0489FC;
  border-radius: 0;
  outline: none;
}
.tdb-s-btn-simple:hover,
.tdb-s-btn-simple:active {
  color: #152BF7;
  background-color: transparent;
}
.tdb-s-btn-simple:disabled {
  background-color: transparent;
  color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saving:after {
  margin-left: 10px;
  border: 1px solid #0489FC;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tdb-s-btn-simple.tdb-s-btn-saved {
  background-color: transparent;
  color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saved:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="8.875" viewBox="0 0 12 8.875"><path d="M7.125,13.875a1,1,0,0,1-.707-.293L3.293,10.457A1,1,0,0,1,4.707,9.043l2.418,2.418,6.168-6.168a1,1,0,0,1,1.414,1.414L7.832,13.582A1,1,0,0,1,7.125,13.875Z" transform="translate(-3 -5)" fill="%239ACFFD"/></svg>');
}
body div .tdb-s-fc-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
body div .tdb-s-fc-inner:not(:last-child) {
  margin-bottom: 28px;
}
body div .tdb-s-fc-inner:not(:last-child):after {
  content: '';
  display: block;
  margin: 28px 13px 0;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
body div .tdb-s-fc-inner .tdb-s-notif {
  width: 100%;
  margin-left: 13px;
  margin-right: 13px;
}
body div .tdb-s-fc-inner-title {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 13px;
  font-size: .929em;
  font-weight: 500;
  line-height: 1.2;
  color: #1d2327;
}
body div .tdb-s-fc-inner-title span {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 4px 7px 6px;
}
body div .tdb-s-form-label {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: .929em;
  line-height: 1;
  font-weight: 600;
  color: #666;
}
body div .tdb-s-form-label-required {
  color: #FF0000;
}
body div .tdb-s-form-label-descr {
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: .923em;
  line-height: 1.2;
  font-weight: 400;
}
body div .tdb-s-form-input {
  margin: 0;
  padding: 0 15px 1px;
  width: 100%;
  height: 44px;
  min-height: 44px;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  box-shadow: none;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-webkit-autofill,
body div .tdb-s-form-input:-webkit-autofill:hover,
body div .tdb-s-form-input:-webkit-autofill:focus,
body div .tdb-s-form-input:-webkit-autofill:active {
  -webkit-text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body div .tdb-s-form-input::placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-webkit-input-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-moz-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-ms-input-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-moz-placeholder {
  color: #888;
  transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:hover {
  color: inherit;
}
body div .tdb-s-form-input:focus {
  box-shadow: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:focus:not([readonly]) {
  border-color: #0489FC !important;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker),
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled {
  background-color: #fff;
  color: #BEBEBE;
  border-color: #E8E9EC;
  outline: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-webkit-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-webkit-input-placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-moz-placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-ms-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-ms-input-placeholder {
  color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-moz-placeholder {
  color: #BEBEBE;
}
body div textarea.tdb-s-form-input {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}
body div .tdb-s-form-select-wrap {
  position: relative;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input {
  max-width: 100%;
  padding-right: 34px;
  background: #fff;
  -webkit-appearance: none;
  cursor: pointer;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  height: 100px;
  min-height: 100px;
  overflow-y: auto;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] + .tdb-s-form-select-icon {
  display: none;
}
body div .tdb-s-form-select-wrap .tdb-s-form-select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #444;
  transition: fill 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input[readonly] + .tdb-s-form-select-icon,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input:disabled + .tdb-s-form-select-icon {
  fill: #BEBEBE;
}
body div .tdb-s-form-select-wrap .select2-hidden-accessible {
  display: none;
}
body div .tdb-s-form-select-wrap .select2-selection {
  display: flex;
  align-items: center;
  padding: 5px 15px 6px;
  width: 100%;
  min-height: 44px;
  height: auto;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .select2-container--open .select2-selection {
  border-color: #0489FC !important;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-fg-error .tdb-s-form-select-wrap .select2-selection {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-check input {
  display: none;
}
body div .tdb-s-form-check label {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 1px;
  cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check {
  position: relative;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 2px solid #D7D8DE;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #0489FC;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
body div .tdb-s-form-check .tdb-s-fc-title {
  flex: 1;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  word-break: break-all;
  color: #444;
  cursor: pointer;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check {
  border-radius: 5px;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check:after {
  border-radius: 3px;
}
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check,
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check:after {
  border-radius: 100%;
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check {
  border-color: #0489FC;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check:after {
  opacity: 1;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check,
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
  pointer-events: none;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check {
  border-color: #E8E9EC;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
  color: #BEBEBE;
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check {
  outline-color: rgba(4, 137, 252, 0.08);
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check:after {
  background-color: #9ACFFD;
}
body div .tdb-s-form-checkboxes-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check {
  margin-bottom: 7px;
  padding-left: 13px;
  padding-right: 13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check:last-child {
  margin-bottom: 0;
}
body div .tdb-s-form-btn input {
  display: none;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn {
  background-color: #0489FC;
  color: #fff;
  border-color: #0489FC;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:hover,
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active {
  background-color: #152BF7;
  border-color: #152BF7;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active:not(:disabled) {
  outline-color: rgba(21, 43, 247, 0.2);
}
body div .tdb-s-form-btn .tdb-s-fb-label {
  display: flex;
  cursor: pointer;
}
body div .tdb-s-form-btn .tdb-s-fb-btn {
  pointer-events: none;
}
body div .tdb-s-form-btns-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn {
  margin-bottom: 7px;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn:last-child {
  margin-bottom: 0;
}
body div .tdb-s-form-file {
  display: block;
  position: relative;
}
body div .tdb-s-form-file[data-file-type="document"],
body div .tdb-s-form-file:not([data-file-type="document"]):not(.tdb-s-form-file-previewing) {
  width: 100%;
  padding-bottom: 142px;
}
body div .tdb-s-form-file .tdb-s-btn {
  min-width: auto;
  padding: 8px 10px 12px;
}
body div .tdb-s-form-file .tdb-s-btn:active:not(:disabled) {
  outline-color: transparent;
}
body div .tdb-s-form-file .tdb-s-btn svg {
  margin-right: 0;
  width: 14px;
}
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg,
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg * {
  fill: #fff;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn,
body div .tdb-s-form-file-preview-video .tdb-s-btn {
  position: absolute;
  right: 15px;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn {
  bottom: 15px;
}
body div .tdb-s-form-file-preview-video .tdb-s-btn {
  top: 15px;
}
body div .tdb-s-form-file-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-ffu-ico {
  width: 40px;
  margin-bottom: 10px;
  stroke: #bfbfbf;
  transition: stroke 0.2s ease-in-out;
}
body div .tdb-s-ffu-txt {
  text-align: center;
}
body div .tdb-s-form-file-preview-image {
  position: relative;
}
body div .tdb-s-form-file-preview-image .tdb-s-ffip-img {
  padding-bottom: 30%;
  background-color: #eee;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}
body div .tdb-s-form-file-preview-audio {
  display: flex;
  align-items: center;
  min-height: 54px;
}
body div .tdb-s-form-file-preview-audio audio {
  flex: 1;
  margin-right: 26px;
}
body div .tdb-s-form-file-preview-video {
  min-height: 54px;
}
body div .tdb-s-form-file-preview-video video {
  width: 100%;
  border-radius: 5px;
}
body div .tdb-s-form-file-upload .tdb-s-ffu-ico {
  pointer-events: none;
}
body div .tdb-s-form-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
body div .tdb-s-form-file-disabled {
  pointer-events: none;
  opacity: .6;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload {
  border-color: #0489FC;
  outline-color: rgba(4, 137, 252, 0.1);
  color: #0489FC;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload .tdb-s-ffu-ico,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload .tdb-s-ffu-ico {
  stroke: #0489FC;
}
body div .tdb-s-fg-error .tdb-s-form-file .tdb-s-form-file-upload {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-file-previewing .tdb-s-form-file-upload {
  display: none;
}
body div .tdb-s-form-wpeditor {
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-wpeditor .mce-panel {
  background-color: transparent;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):focus,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):hover,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox).mce-active,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):active,
body div .tdb-s-form-wpeditor .qt-dfw:focus,
body div .tdb-s-form-wpeditor .qt-dfw:hover,
body div .tdb-s-form-wpeditor .qt-dfw.active,
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
  background-color: #fff;
  box-shadow: none;
  border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
  color: #50575e;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border-color: #e7e6e6;
  box-shadow: none;
}
body div .tdb-s-form-wpeditor .wp-editor-tools {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  margin: 6px 6px 0;
  padding: 7px 9px 4px;
  border-radius: 4px 4px 0 0;
}
body div .tdb-s-form-wpeditor .wp-editor-tabs {
  display: flex;
  align-items: center;
  margin-left: auto;
}
body div .tdb-s-form-wpeditor .wp-switch-editor {
  margin: 0;
  padding: 1px 7px 2px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  border-width: 1px;
  border-color: transparent;
  border-radius: 4px;
}
body div .tdb-s-form-wpeditor .switch-tmce {
  margin-right: 3px;
}
body div .tdb-s-form-wpeditor .wp-switch-editor:hover,
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
  border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
  background-color: #fff;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
  border: 0;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
  width: calc(100% - 12px) !important;
  margin: 0 6px 6px;
}
body div .tdb-s-form-wpeditor .mce-tinymce {
  border: 0 !important;
}
body div .tdb-s-form-wpeditor .mce-top-part:before {
  display: none;
}
body div .tdb-s-form-wpeditor .quicktags-toolbar {
  padding: 5px 7px;
  border-bottom: 0;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp {
  background-color: #f5f5f5;
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp > div {
  padding: 5px 7px;
}
body div .tdb-s-form-wpeditor .mce-statusbar {
  border-top: none;
}
body div .tdb-s-form-wpeditor-disabled {
  pointer-events: none;
  opacity: .6;
}
body div .tdb-s-fg-error .tdb-s-form-wpeditor {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-datepicker:focus {
  border-color: #0489FC !important;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group {
  position: relative;
  width: 100%;
  padding: 0 13px;
}
body div .tdb-s-form-group:not(:last-child) {
  margin-bottom: 28px;
}
body div .tdb-s-form-group-sm .tdb-s-form-label {
  font-size: .857em;
  margin-bottom: 6px;
}
body div .tdb-s-form-group-sm .tdb-s-form-input {
  padding: 0 10px 2px;
  height: 36px;
  min-height: 36px;
  font-size: .929em;
}
body div .tdb-s-form-group-sm textarea.tdb-s-form-input {
  min-height: 76px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.5;
}
body div .tdb-s-form-group-sm .tdb-s-form-select-wrap .select2-selection {
  height: 36px;
  font-size: .929em;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check {
  width: 17px;
  height: 17px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check:after {
  top: 2px;
  left: 2px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-title {
  font-size: 13px;
  line-height: 1.2;
}
body div .tdb-s-fg-error .tdb-s-form-input,
body div .tdb-s-fg-error .tdb-s-form-input:focus:not([readonly]) {
  border-color: #FF0000 !important;
  outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-fg-error-msg {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  padding: 0 13px;
  font-size: .786em;
  line-height: 1.3;
  color: #FF3838;
}
body div .tdb-s-form-content .tdb-s-notif {
  margin-top: 32px;
}
body div .tdb-s-form-footer {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
body div .tdb-s-form-footer .tdb-s-btn {
  margin-right: 26px;
}
body div .tdb-s-form-footer .tdb-s-btn:last-of-type {
  margin-right: 0;
}
body > .select2-container,
body .tdb-s-select2.select2-dropdown,
body .tdb-s-select2 .select2-search,
body .tdb-s-select2 .select2-results {
  display: block;
}
body > .select2-container {
  z-index: 10005;
}
body.admin-bar .tdb-s-select2.select2-dropdown {
  margin-top: 36px;
}
body .tdb-s-select2.select2-dropdown {
  margin-top: 4px;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgba(215, 216, 222, 0.18);
}
body .tdb-s-select2 .select2-search {
  padding: 6px;
}
body .tdb-s-select2 .select2-search__field {
  padding: 0 10px 2px;
  width: 100%;
  height: 36px;
  min-height: 36px;
  font-size: .929em;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  outline: 3px solid transparent;
  box-shadow: none;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
}
body .tdb-s-select2 .select2-results__options {
  list-style-type: none;
  margin: 0;
  padding: 0 0 4px;
  max-height: 277px;
  font-size: .929em;
  font-weight: 600;
  color: #444;
  overflow-y: auto;
}
body .tdb-s-select2 .select2-results__options li {
  margin: 0;
  padding: 2px 10px 4px;
  cursor: pointer;
}
body .tdb-s-select2 .select2-results__options li:hover {
  background-color: #F8F8F8;
}
body .tdb-s-datepicker-control {
  padding: 14px;
  width: 279px;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 11px;
  color: #444;
  line-height: 1;
  font-weight: 600;
  border: 2px solid #D7D8DE;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
body .tdb-s-datepicker-control:before,
body .tdb-s-datepicker-control:after {
  display: none;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control input {
  padding: 0 17px 1px 8px !important;
  min-height: 29px;
  background-color: #fff;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  border: 2px solid rgba(215, 216, 222, 0.5) !important;
  border-radius: 5px !important;
  outline: 3px solid transparent !important;
  transition: border-color 0.2s ease-in-out, outline 0.2s ease-in-out;
  -webkit-appearance: none !important;
}
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control input:focus {
  box-shadow: none;
  border-color: #D7D8DE !important;
  outline-color: rgba(215, 216, 222, 0.2) !important;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control select:hover {
  background: #ffffff url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.794" height="9.822" viewBox="0 0 6.794 9.822"><g transform="translate(6.294 0.5) rotate(90)"><path d="M0,6.294a.5.5,0,0,1-.324-.12.5.5,0,0,1-.056-.7L1.816,2.9-.38.325a.5.5,0,0,1,.056-.7.5.5,0,0,1,.7.056l2.473,2.9a.5.5,0,0,1,0,.649L.38,6.118A.5.5,0,0,1,0,6.294Z" transform="translate(6.349 0)" fill="%23444"/><path d="M2.474,6.294a.5.5,0,0,1-.38-.175L-.38,3.221a.5.5,0,0,1,0-.649l2.473-2.9A.5.5,0,0,1,2.8-.38a.5.5,0,0,1,.056.7L.657,2.9l2.2,2.572a.5.5,0,0,1-.38.825Z" transform="translate(0 0)" fill="%23444"/></g></svg>') no-repeat right 8px center !important;
}
body .tdb-s-datepicker-control .numInputWrapper:hover {
  background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span {
  display: flex;
  justify-content: center;
  right: 8px;
  line-height: 1;
  font-size: 0;
  border: none;
}
body .tdb-s-datepicker-control .numInputWrapper span:hover {
  background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span:after {
  position: relative;
  top: 0;
  border: none;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp {
  align-items: flex-end;
  padding-bottom: 1px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.799" height="3.477" viewBox="0 0 6.799 3.477"><path id="Path_4" data-name="Path 4" d="M2.474,6.294a.5.5,0,0,1-.38-.175L-.38,3.221a.5.5,0,0,1,0-.649l2.473-2.9A.5.5,0,0,1,2.436-.5.5.5,0,0,1,2.8-.38a.5.5,0,0,1,.056.7L.657,2.9l2.2,2.572a.5.5,0,0,1-.38.825Z" transform="translate(6.297 0.5) rotate(90)" fill="%23444"/></svg>');
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown {
  align-items: flex-start;
  padding-top: 2px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6.786" height="3.466" viewBox="0 0 6.786 3.466"><path id="Path_3" data-name="Path 3" d="M0,6.294a.5.5,0,0,1-.324-.12.5.5,0,0,1-.056-.7L1.816,2.9-.38.325a.5.5,0,0,1,.056-.7.5.5,0,0,1,.7.056l2.473,2.9a.5.5,0,0,1,0,.649L.38,6.118A.5.5,0,0,1,0,6.294Z" transform="translate(6.294 0.497) rotate(90)" fill="%23444"/></svg>');
}
body .tdb-s-datepicker-control input,
body .tdb-s-datepicker-control input:focus,
body .tdb-s-datepicker-control input:hover {
  background-color: #fff !important;
}
body .tdb-s-datepicker-control .flatpickr-months,
body .tdb-s-datepicker-control .flatpickr-month {
  color: inherit;
  overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-months {
  display: flex;
  align-items: stretch;
  margin: 0 -4px 10px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
  height: auto;
  padding: 0 4px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 14.4%;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before,
body .tdb-s-datepicker-control .flatpickr-next-month:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 1px;
  border-radius: 5px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month svg,
body .tdb-s-datepicker-control .flatpickr-next-month svg {
  display: none;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before,
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
  background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-current-month {
  display: flex;
  position: relative;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: inherit;
  font-weight: inherit;
}
body .tdb-s-datepicker-control .flatpickr-current-month select,
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
  width: 50%;
}
body .tdb-s-datepicker-control .flatpickr-current-month select {
  margin: 0 4px 0 0;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
  margin-left: 4px;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper:hover {
  background-color: transparent;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(-8 -5)" fill="%23878d93"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(-8 -5)" fill="%23152BF7"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-next-month:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(14 15) rotate(180)" fill="%23878d93"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><path d="M13,15a1,1,0,0,1-.707-.293l-4-4a1,1,0,0,1,0-1.414l4-4a1,1,0,0,1,1.414,1.414L10.414,10l3.293,3.293A1,1,0,0,1,13,15Z" transform="translate(14 15) rotate(180)" fill="%23152BF7"/></svg>');
}
body .tdb-s-datepicker-control .flatpickr-innerContainer,
body .tdb-s-datepicker-control .flatpickr-weekdays {
  overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-weekdays {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 1px;
}
body .tdb-s-datepicker-control .flatpickr-weekdays:before {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: calc(100% + 28px);
  height: 100%;
  background-color: rgba(4, 137, 252, 0.05);
  z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-weekdaycontainer {
  margin-left: -4px;
  margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-weekday {
  padding: 0 4px;
  font-size: 0;
  font-weight: inherit;
  color: inherit;
}
body .tdb-s-datepicker-control .flatpickr-weekday:before {
  font-size: 11px;
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(1):before {
  content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(2):before {
  content: 'M';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(3):before {
  content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(4):before {
  content: 'W';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(5):before {
  content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(6):before {
  content: 'F';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(7):before {
  content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-days,
body .tdb-s-datepicker-control .dayContainer {
  width: 100%;
}
body .tdb-s-datepicker-control .dayContainer {
  row-gap: 8px;
  width: auto;
  max-width: none;
  min-width: 0;
  margin-left: -4px;
  margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-day {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 29px;
  padding: 0 4px 1px;
  background: transparent !important;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  color: inherit;
  border: none;
  border-radius: 5px;
  transition: color 0.2s ease-in-out;
}
body .tdb-s-datepicker-control .flatpickr-day:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 100%;
  background-color: transparent;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out;
  z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-day.prevMonthDay,
body .tdb-s-datepicker-control .flatpickr-day.nextMonthDay {
  opacity: .45;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover {
  color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover:before {
  background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-day.today {
  color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day.today:before {
  background-color: rgba(4, 137, 252, 0.1);
}
body .tdb-s-datepicker-control .flatpickr-day.selected {
  color: #fff;
}
body .tdb-s-datepicker-control .flatpickr-day.selected:before {
  background-color: #0489FC;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time,
body .tdb-s-datepicker-control.hasTime .numInputWrapper {
  height: auto;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time {
  align-items: stretch;
  margin: 0 -4px 0;
  line-height: 1;
  overflow: visible;
  border-top-color: #D7D8DE;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time:first-child {
  border-top: 0;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-innerContainer + .flatpickr-time {
  margin-top: 8px;
  padding-top: 8px;
}
body .tdb-s-datepicker-control.hasTime .numInputWrapper,
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
  padding: 0 4px;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  position: relative;
  background-color: transparent !important;
  color: inherit;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: calc(100% - 8px);
  height: 100%;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  z-index: -1;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover {
  color: #152BF7;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover:before {
  background-color: rgba(4, 137, 252, 0.05);
}
.tdb-s-notif {
  position: relative;
  padding: 25px;
  border-radius: 3px;
}
.tdb-s-notif,
.tdb-s-notif *:not(.tdb-s-btn) {
  font-size: 1em;
  line-height: 1.4;
}
.tdb-s-notif b {
  font-weight: 600;
}
.tdb-s-notif-descr:not(:last-child) {
  margin-bottom: 6px;
}
.tdb-s-notif-list {
  list-style-type: none;
  margin: 0;
}
.tdb-s-notif-list:not(:last-child) {
  margin: 0 0 10px;
}
.tdb-s-notif-list li {
  margin-left: 0 !important;
}
.tdb-s-notif-list li:not(:last-child) {
  margin-bottom: 6px;
}
.tdb-s-notif-list li:last-child {
  margin-bottom: 0;
}
.tdb-s-notif-info,
.tdb-s-notif-notice {
  background-color: rgba(89, 98, 107, 0.08);
  color: #59626B;
}
.tdb-s-notif-success {
  background-color: rgba(38, 98, 28, 0.1);
  color: #26621c;
}
.tdb-s-notif-warning {
  background-color: rgba(215, 133, 0, 0.12);
  color: #d78500;
}
.tdb-s-notif-error {
  background-color: rgba(255, 56, 56, 0.12);
  color: #ff3838;
}
.tdb-s-notif-xsm {
  padding: 10px 15px;
}
.tdb-s-notif-xsm,
.tdb-s-notif-xsm *:not(.tdb-s-btn) {
  font-size: .929em;
  line-height: 1.4;
}
.tdb-s-notif-sm {
  padding: 18px;
}
.tdb-s-notif-sm,
.tdb-s-notif-sm *:not(.tdb-s-btn) {
  font-size: .929em;
  line-height: 1.4;
}
.tdb-s-notif-xxsm {
  padding: 5px 10px 6px;
}
.tdb-s-notif-xxsm,
.tdb-s-notif-xxsm *:not(.tdb-s-btn) {
  font-size: .857em;
  line-height: 1.3;
}
.tdb-s-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 1018px) {
  .tdb-s-table {
    display: block;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-row {
    display: block;
  }
}
.tdb-s-table-col {
  position: relative;
  padding: 0;
  border: none;
  /* responsive tablet + desktop */
}
@media (min-width: 1019px) {
  .tdb-s-table-col:first-child {
    padding-left: 10px;
  }
  .tdb-s-table-col:not(:last-child):not(.tdb-s-table-col-expand) {
    padding-right: 15px;
  }
  .tdb-s-table-col:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col {
    display: flex;
    align-items: baseline;
    width: 100%;
  }
}
.tdb-s-table-col-label {
  min-width: 35%;
  max-width: 35%;
  margin-right: 10px;
  padding-right: 10px;
  color: #555D66;
  /* responsive tablet + desktop */
}
@media (min-width: 1019px) {
  .tdb-s-table-col-label {
    display: none;
  }
}
.tdb-s-table-header {
  font-size: .857em;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  color: #555D66;
  border-bottom: 2px solid #D7D8DE;
}
@media (max-width: 1018px) {
  .tdb-s-table-header {
    display: none;
  }
}
.tdb-s-table-header .tdb-s-table-col {
  padding-bottom: 15px;
}
.tdb-s-table-col-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.tdb-s-table-col-order-icons {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.tdb-s-table-col-order-icons svg {
  fill: #555D66;
  line-height: 0;
  opacity: .3;
}
.tdb-s-table-col-order-icons svg:nth-child(1) {
  margin-bottom: 2px;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
  opacity: 1;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
  opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
  opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
  opacity: 1;
}
.tdb-s-table-body {
  font-size: .929em;
  line-height: 1;
  font-weight: 600;
  color: #1D2327;
}
@media (max-width: 1018px) {
  .tdb-s-table-body {
    display: block;
  }
}
.tdb-s-table-body .tdb-s-table-row:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.tdb-s-table-body .tdb-s-table-row.tdb-s-table-row-active,
.tdb-s-table-body .tdb-s-table-row:hover {
  background-color: #F8F8F8;
}
@media (max-width: 1018px) {
  .tdb-s-table-body .tdb-s-table-row {
    padding: 15px 10px;
  }
}
@media (min-width: 1019px) {
  .tdb-s-table-body .tdb-s-table-col {
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-body .tdb-s-table-col {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.tdb-s-table-options-toggle {
  position: relative;
  top: 1px;
  fill: #878d93;
  transition: fill 0.2s ease-in-out;
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .tdb-s-table-options-toggle {
    display: none;
  }
}
.tdb-s-table-options-list {
  display: flex;
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .tdb-s-table-options-list {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 6px;
    right: 100%;
    min-width: 130px;
    padding: 8px 10px 9px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 100;
    cursor: default;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-options-list {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1019px) {
  .tdb-s-table-col-options {
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
  }
  .tdb-s-table-col-options:hover .tdb-s-table-options-toggle {
    fill: #000;
  }
  .tdb-s-table-col-options:hover .tdb-s-table-options-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col-options {
    padding-top: 17px;
  }
}
.tdb-s-table-col-options .tdb-s-tol-item {
  font-size: .786em;
  line-height: 1.2;
  font-weight: 600;
  color: #555D66;
  cursor: pointer;
}
.tdb-s-table-col-options .tdb-s-tol-item:hover {
  color: #000;
}
@media (min-width: 1019px) {
  .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 1018px) {
  .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
    margin-right: 12px;
  }
}
.tdb-s-table-col-options .tdb-s-tol-item-red {
  color: #FF6161;
}
.tdb-s-table-col-options .tdb-s-tol-item-red:hover {
  color: #ff0000;
}
.tdb-s-tol-sep {
  background-color: #EBEBEB;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  margin-bottom: 8px;
  /* responsive portrait phone */
}
@media (max-width: 1018px) {
  .tdb-s-tol-sep {
    display: none;
  }
}
.tdb-s-modal-wrap,
.tdb-s-modal-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.tdb-s-modal-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  pointer-events: none;
  z-index: 10000;
}
@media (min-width: 783px) {
  .admin-bar .tdb-s-modal-wrap {
    padding-top: 62px;
  }
}
@media (max-width: 782px) {
  .admin-bar .tdb-s-modal-wrap {
    padding-top: 76px;
  }
}
.tdb-s-modal-bg {
  position: absolute;
  background-color: rgba(107, 114, 128, 0.75);
}
.tdb-s-modal {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 400px;
  max-width: 650px;
  max-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdb-s-modal {
    min-width: 0;
  }
}
.tdb-s-modal-header,
.tdb-s-modal-footer {
  display: flex;
  align-items: center;
}
.tdb-s-modal-header {
  padding: 19px 25px 16px;
  border-bottom: 1px solid #EBEBEB;
}
.tdb-s-modal-header .tdb-s-modal-close {
  margin-left: auto;
  fill: #878d93;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.tdb-s-modal-header .tdb-s-modal-close:hover {
  fill: #000;
  transform: rotate(90deg);
}
body h3.tdb-s-modal-title {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.286em;
  line-height: 1.2;
  font-weight: 600;
  color: #1D2327;
}
.tdb-s-modal-body {
  padding: 30px 25px;
  overflow: auto;
}
.tdb-s-modal-body .tdb-s-notif:not(:first-child) {
  margin-top: 30px;
}
.tdb-s-modal-txt {
  font-size: 1em;
  line-height: 1.6;
  color: #59626B;
}
.tdb-s-modal-footer {
  justify-content: flex-end;
  padding: 18px 25px;
  border-top: 1px solid #EBEBEB;
}
.tdb-s-modal-footer:empty {
  display: none;
}
.tdb-s-modal-footer .tdb-s-btn:not(:last-of-type) {
  margin-right: 16px;
}
.tdb-s-modal-open {
  pointer-events: auto;
}
.tdb-s-modal-open,
.tdb-s-modal-open .tdb-s-modal-bg {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.tdb-s-modal-open .tdb-s-modal {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.tdb-s-pagination {
  display: flex;
  margin: 22px 0 0;
}
.tdb-s-pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2em;
  min-height: 2.2em;
  margin: 0;
  padding: 0 8px;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.tdb-s-pagination-item:not(:last-child) {
  margin-right: 8px;
}
.tdb-s-pagination-item:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
  cursor: pointer;
}
.tdb-s-pagination-item:hover:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
  background-color: #EBEBEB;
}
.tdb-s-pagination-item:not(.tdb-s-pagination-active) {
  background-color: #f1f1f1;
  color: #1d2327;
}
.tdb-s-pagination-item.tdb-s-pagination-active {
  background-color: #0489FC;
  color: #fff;
}
@-webkit-keyframes tdb-fullspin-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tdb-fullspin-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tdb-s-content {
  position: relative;
  min-height: 50px;
  transition: opacity 0.2s ease-in-out;
}
.tdb-s-content:before {
  content: '';
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.tdb-s-content:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin-top: -23px;
  margin-left: -23px;
  width: 40px;
  height: 40px;
  border: 3px solid #888;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: tdb-fullspin-anim 1s infinite ease-out;
  animation: tdb-fullspin-anim 1s infinite ease-out;
  opacity: 0;
  z-index: 101;
  pointer-events: none;
}
.tdb-s-content-loading,
.tdb-s-content-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.tdb-s-content-loading:after {
  opacity: 1;
  pointer-events: auto;
}
.tdb-s-modal-confirm .tdb-s-modal {
  min-width: 500px;
  max-width: 500px;
}
.td-hide-adminbar-settings #wpadminbar li:not(#wp-admin-bar-tdb_template_builder, #wp-admin-bar-tdb_template_load)[id^="wp-admin-bar-tdb_template_"] {
  display: none;
}