/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: 	Newspaper
/* 3    *| Theme URI: 		https://tagdiv.com
/* 4    *| Description: 	Premium WordPress template, clean and easy to use.
/* 5    *| Version: 		12.7.1
/* 6    *| Author: 		tagDiv
/* 7    *| Author URI: 	https://themeforest.net/user/tagDiv/portfolio
/* 8    *| License:
/* 9    *| License URI:
/* 10   *| Text Domain:    newspaper
/* 11   *| Tags:black, white, one-column, two-columns, fixed-layout
/* 12   *|
/* 13   *| -------------------------------------
/* 14   *| Table of content:
/* 15   *| -------------------------------------
/* 16   *| 1.  Variables
/* 17   *| 2.  Mixin
/* 18   *| 3.  Normalize
/* 19   *| 4.  Theme Grid
/* 20   *| 5.  Header
/* 21   *| 6.  Typography
/* 22   *| 7.  Modules
/* 23   *| 8.  Post and Page
/* 24   *|       8.1 Page
/* 25   *|       8.2 Post template
/* 26   *|       8.3 Comments
/* 27   *|       8.4 Gutenberg
/* 28   *|       8.5 Galleries
/* 29   *| 9. Misc
/* 30   *| 10. Footer
/* 31   *|
/* 32   *|    _ _
/* 33   *|   | \ | ___  _ _ _  ___ ___  ___  ___  ___  _ _
/* 34   *|   |   |/ ._>| | | |<_-<| . \<_> || . \/ ._>| '_>
/* 35   *|   |_\_|\___.|__/_/ /__/|  _/<___||  _/\___.|_|
/* 36   *|                        |_|       |_|
/* 37   *|     ~ tagDiv 2021 ~
/* 38   *|
/* 39   *|   Thanks for using our theme !
/* 40   *|   Our portfolio is here: http://tagdiv.com
/* 41   *|
/* 42   *| */
/* 43   */ :root {
/* 44   */   --td_theme_color: #4db2ec;
/* 45   */   --td_grid_border_color: #ededed;
/* 46   */   --td_black: #222;
/* 47   */   --td_text_color: #111;
/* 48   */   --td_default_google_font_1: 'Open Sans', 'Open Sans Regular', sans-serif;
/* 49   */   --td_default_google_font_2: 'Roboto', sans-serif;
/* 50   */ }

/* style.css */

/* 51   */ /*  ----------------------------------------------------------------------------
/* 52   *|     responsive settings
/* 53   *| */
/* 54   */ /* responsive landscape tablet */
/* 55   */ /* responsive portrait tablet */
/* 56   */ /* responsive portrait phone */
/* 57   */ .mx_image_background {
/* 58   */   background-color: #f2f2f2;
/* 59   */ }
/* 60   */ .td-visibility-hidden {
/* 61   */   visibility: hidden;
/* 62   */ }
/* 63   */ .clearfix {
/* 64   */   *zoom: 1;
/* 65   */ }
/* 66   */ .clearfix:before,
/* 67   */ .clearfix:after {
/* 68   */   display: table;
/* 69   */   content: "";
/* 70   */   line-height: 0;
/* 71   */ }
/* 72   */ .clearfix:after {
/* 73   */   clear: both;
/* 74   */ }
/* 75   */ /*
/* 76   *| usage:
/* 77   *| .td-block-row {
/* 78   *|   .mx-row(td-block-span);
/* 79   *| }
/* 80   *|
/* 81   *| @all_span_selector - is the begining of the span selector
/* 82   *|  */
/* 83   */ html {
/* 84   */   font-family: sans-serif;
/* 85   */   /* 1 */
/* 86   */   -ms-text-size-adjust: 100%;
/* 87   */   /* 2 */
/* 88   */   -webkit-text-size-adjust: 100%;
/* 89   */   /* 2 */
/* 90   */ }
/* 91   */ /**
/* 92   *|  * Remove default margin.
/* 93   *|  */
/* 94   */ body {
/* 95   */   margin: 0;
/* 96   */ }
/* 97   */ /* HTML5 display definitions
/* 98   *|    ========================================================================== */
/* 99   */ /**
/* 100  *|  * Correct `block` display not defined for any HTML5 element in IE 8/9.

/* style.css *|

/* 101  *|  * Correct `block` display not defined for `details` or `summary` in IE 10/11
/* 102  *|  * and Firefox.
/* 103  *|  * Correct `block` display not defined for `main` in IE 11.
/* 104  *|  */
/* 105  */ article,
/* 106  */ aside,
/* 107  */ details,
/* 108  */ figcaption,
/* 109  */ figure,
/* 110  */ footer,
/* 111  */ header,
/* 112  */ hgroup,
/* 113  */ main,
/* 114  */ menu,
/* 115  */ nav,
/* 116  */ section,
/* 117  */ summary {
/* 118  */   display: block;
/* 119  */ }
/* 120  */ /**
/* 121  *|  * 1. Correct `inline-block` display not defined in IE 8/9.
/* 122  *|  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
/* 123  *|  */
/* 124  */ audio,
/* 125  */ canvas,
/* 126  */ progress,
/* 127  */ video {
/* 128  */   display: block;
/* 129  */   /* 1 */
/* 130  */   vertical-align: baseline;
/* 131  */   /* 2 */
/* 132  */ }
/* 133  */ /**
/* 134  *|  * Prevent modern browsers from displaying `audio` without controls.
/* 135  *|  * Remove excess height in iOS 5 devices.
/* 136  *|  */
/* 137  */ audio:not([controls]) {
/* 138  */   display: none;
/* 139  */   height: 0;
/* 140  */ }
/* 141  */ /**
/* 142  *|  * Address `[hidden]` styling not present in IE 8/9/10.
/* 143  *|  * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
/* 144  *|  */
/* 145  */ [hidden],
/* 146  */ template {
/* 147  */   display: none;
/* 148  */ }
/* 149  */ /* Links
/* 150  *|    ========================================================================== */

/* style.css */

/* 151  */ /**
/* 152  *|  * Remove the gray background color from active links in IE 10.
/* 153  *|  */
/* 154  */ a {
/* 155  */   background-color: transparent;
/* 156  */ }
/* 157  */ /**
/* 158  *|  * Improve readability when focused and also mouse hovered in all browsers.
/* 159  *|  */
/* 160  */ a:active,
/* 161  */ a:hover {
/* 162  */   outline: 0;
/* 163  */ }
/* 164  */ /* Text-level semantics
/* 165  *|    ========================================================================== */
/* 166  */ /**
/* 167  *|  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
/* 168  *|  */
/* 169  */ abbr[title] {
/* 170  */   border-bottom: 1px dotted;
/* 171  */ }
/* 172  */ /**
/* 173  *|  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
/* 174  *|  */
/* 175  */ b,
/* 176  */ strong {
/* 177  */   font-weight: bold;
/* 178  */ }
/* 179  */ /**
/* 180  *|  * Address styling not present in Safari and Chrome.
/* 181  *|  */
/* 182  */ dfn {
/* 183  */   font-style: italic;
/* 184  */ }
/* 185  */ /**
/* 186  *|  * Address styling not present in IE 8/9.
/* 187  *|  */
/* 188  */ mark {
/* 189  */   background: #ff0;
/* 190  */   color: #000;
/* 191  */ }
/* 192  */ /**
/* 193  *|  * Address inconsistent and variable font size in all browsers.
/* 194  *|  */
/* 195  */ small {
/* 196  */   font-size: 80%;
/* 197  */ }
/* 198  */ /**
/* 199  *|  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
/* 200  *|  */

/* style.css */

/* 201  */ sub,
/* 202  */ sup {
/* 203  */   font-size: 75%;
/* 204  */   line-height: 0;
/* 205  */   position: relative;
/* 206  */   vertical-align: baseline;
/* 207  */ }
/* 208  */ sup {
/* 209  */   top: -0.5em;
/* 210  */ }
/* 211  */ sub {
/* 212  */   bottom: -0.25em;
/* 213  */ }
/* 214  */ /* Embedded content
/* 215  *|    ========================================================================== */
/* 216  */ /**
/* 217  *|  * Remove border when inside `a` element in IE 8/9/10.
/* 218  *|  */
/* 219  */ img {
/* 220  */   border: 0;
/* 221  */ }
/* 222  */ /**
/* 223  *|  * Correct overflow not hidden in IE 9/10/11.
/* 224  *|  */
/* 225  */ svg:not(:root) {
/* 226  */   overflow: hidden;
/* 227  */ }
/* 228  */ /* Grouping content
/* 229  *|    ========================================================================== */
/* 230  */ /**
/* 231  *|  * Address margin not present in IE 8/9 and Safari.
/* 232  *|  */
/* 233  */ figure {
/* 234  */   margin: 0;
/* 235  */ }
/* 236  */ /**
/* 237  *|  * Address differences between Firefox and other browsers.
/* 238  *|  */
/* 239  */ hr {
/* 240  */   -moz-box-sizing: content-box;
/* 241  */   box-sizing: content-box;
/* 242  */   height: 0;
/* 243  */ }
/* 244  */ /**
/* 245  *|  * Contain overflow in all browsers.
/* 246  *|  */
/* 247  */ pre {
/* 248  */   overflow: auto;
/* 249  */ }
/* 250  */ /**

/* style.css *|

/* 251  *|  * Address odd `em`-unit font size rendering in all browsers.
/* 252  *|  */
/* 253  */ code,
/* 254  */ kbd,
/* 255  */ pre,
/* 256  */ samp {
/* 257  */   font-family: monospace, monospace;
/* 258  */   font-size: 1em;
/* 259  */ }
/* 260  */ /* Forms
/* 261  *|    ========================================================================== */
/* 262  */ /**
/* 263  *|  * Known limitation: by default, Chrome and Safari on OS X allow very limited
/* 264  *|  * styling of `select`, unless a `border` property is set.
/* 265  *|  */
/* 266  */ /**
/* 267  *|  * 1. Correct color not being inherited.
/* 268  *|  *    Known issue: affects color of disabled elements.
/* 269  *|  * 2. Correct font properties not being inherited.
/* 270  *|  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
/* 271  *|  */
/* 272  */ button,
/* 273  */ input,
/* 274  */ optgroup,
/* 275  */ select,
/* 276  */ textarea {
/* 277  */   color: inherit;
/* 278  */   /* 1 */
/* 279  */   font: inherit;
/* 280  */   /* 2 */
/* 281  */   margin: 0;
/* 282  */   /* 3 */
/* 283  */ }
/* 284  */ /**
/* 285  *|  * Address `overflow` set to `hidden` in IE 8/9/10/11.
/* 286  *|  */
/* 287  */ button {
/* 288  */   overflow: visible;
/* 289  */ }
/* 290  */ /**
/* 291  *|  * Address inconsistent `text-transform` inheritance for `button` and `select`.
/* 292  *|  * All other form control elements do not inherit `text-transform` values.
/* 293  *|  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
/* 294  *|  * Correct `select` style inheritance in Firefox.
/* 295  *|  */
/* 296  */ button,
/* 297  */ select {
/* 298  */   text-transform: none;
/* 299  */ }
/* 300  */ /**

/* style.css *|

/* 301  *|  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
/* 302  *|  *    and `video` controls.
/* 303  *|  * 2. Correct inability to style clickable `input` types in iOS.
/* 304  *|  * 3. Improve usability and consistency of cursor style between image-type
/* 305  *|  *    `input` and others.
/* 306  *|  */
/* 307  */ button,
/* 308  */ html input[type="button"],
/* 309  */ input[type="reset"],
/* 310  */ input[type="submit"] {
/* 311  */   -webkit-appearance: button;
/* 312  */   /* 2 */
/* 313  */   cursor: pointer;
/* 314  */   /* 3 */
/* 315  */ }
/* 316  */ /**
/* 317  *|  * Re-set default cursor for disabled elements.
/* 318  *|  */
/* 319  */ button[disabled],
/* 320  */ html input[disabled] {
/* 321  */   cursor: default;
/* 322  */ }
/* 323  */ /**
/* 324  *|  * Remove inner padding and border in Firefox 4+.
/* 325  *|  */
/* 326  */ button::-moz-focus-inner,
/* 327  */ input::-moz-focus-inner {
/* 328  */   border: 0;
/* 329  */   padding: 0;
/* 330  */ }
/* 331  */ /**
/* 332  *|  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
/* 333  *|  * the UA stylesheet.
/* 334  *|  */
/* 335  */ input {
/* 336  */   line-height: normal;
/* 337  */ }
/* 338  */ /**
/* 339  *|  * It's recommended that you don't attempt to style these elements.
/* 340  *|  * Firefox's implementation doesn't respect box-sizing, padding, or width.
/* 341  *|  *
/* 342  *|  * 1. Address box sizing set to `content-box` in IE 8/9/10.
/* 343  *|  * 2. Remove excess padding in IE 8/9/10.
/* 344  *|  */
/* 345  */ input[type="checkbox"],
/* 346  */ input[type="radio"] {
/* 347  */   box-sizing: border-box;
/* 348  */   /* 1 */
/* 349  */   padding: 0;
/* 350  */   /* 2 */

/* style.css */

/* 351  */ }
/* 352  */ /**
/* 353  *|  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
/* 354  *|  * `font-size` values of the `input`, it causes the cursor style of the
/* 355  *|  * decrement button to change from `default` to `text`.
/* 356  *|  */
/* 357  */ input[type="number"]::-webkit-inner-spin-button,
/* 358  */ input[type="number"]::-webkit-outer-spin-button {
/* 359  */   height: auto;
/* 360  */ }
/* 361  */ /**
/* 362  *|  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
/* 363  *|  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
/* 364  *|  *    (include `-moz` to future-proof).
/* 365  *|  */
/* 366  */ input[type="search"] {
/* 367  */   -webkit-appearance: textfield;
/* 368  */   /* 1 */
/* 369  */   -moz-box-sizing: content-box;
/* 370  */   -webkit-box-sizing: content-box;
/* 371  */   /* 2 */
/* 372  */   box-sizing: content-box;
/* 373  */ }
/* 374  */ /**
/* 375  *|  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
/* 376  *|  * Safari (but not Chrome) clips the cancel button when the search input has
/* 377  *|  * padding (and `textfield` appearance).
/* 378  *|  */
/* 379  */ input[type="search"]::-webkit-search-cancel-button,
/* 380  */ input[type="search"]::-webkit-search-decoration {
/* 381  */   -webkit-appearance: none;
/* 382  */ }
/* 383  */ /**
/* 384  *|  * Define consistent border, margin, and padding.
/* 385  *|  */
/* 386  */ fieldset {
/* 387  */   border: 1px solid #c0c0c0;
/* 388  */   margin: 0 2px;
/* 389  */   padding: 0.35em 0.625em 0.75em;
/* 390  */ }
/* 391  */ /**
/* 392  *|  * 1. Correct `color` not being inherited in IE 8/9/10/11.
/* 393  *|  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
/* 394  *|  */
/* 395  */ legend {
/* 396  */   border: 0;
/* 397  */   /* 1 */
/* 398  */   padding: 0;
/* 399  */   /* 2 */
/* 400  */ }

/* style.css */

/* 401  */ /**
/* 402  *|  * Remove default vertical scrollbar in IE 8/9/10/11.
/* 403  *|  */
/* 404  */ textarea {
/* 405  */   overflow: auto;
/* 406  */ }
/* 407  */ /**
/* 408  *|  * Don't inherit the `font-weight` (applied by a rule above).
/* 409  *|  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
/* 410  *|  */
/* 411  */ optgroup {
/* 412  */   font-weight: bold;
/* 413  */ }
/* 414  */ /* Tables
/* 415  *|    ========================================================================== */
/* 416  */ /**
/* 417  *|  * Remove most spacing between table cells.
/* 418  *|  */
/* 419  */ table {
/* 420  */   border-collapse: collapse;
/* 421  */   border-spacing: 0;
/* 422  */ }
/* 423  */ td,
/* 424  */ th {
/* 425  */   padding: 0;
/* 426  */ }
/* 427  */ /* 4.  Theme Grid */
/* 428  */ * {
/* 429  */   -webkit-box-sizing: border-box;
/* 430  */   /* Safari/Chrome, other WebKit */
/* 431  */   -moz-box-sizing: border-box;
/* 432  */   /* Firefox, other Gecko */
/* 433  */   box-sizing: border-box;
/* 434  */   /* Opera/IE 8+ */
/* 435  */ }
/* 436  */ *:before,
/* 437  */ *:after {
/* 438  */   -webkit-box-sizing: border-box;
/* 439  */   -moz-box-sizing: border-box;
/* 440  */   box-sizing: border-box;
/* 441  */ }
/* 442  */ img {
/* 443  */   max-width: 100%;
/* 444  */   height: auto;
/* 445  */ }
/* 446  */ .td-main-content-wrap,
/* 447  */ .td-category-grid {
/* 448  */   background-color: #fff;
/* 449  */ }
/* 450  */ .td-page-meta {

/* style.css */

/* 451  */   display: none;
/* 452  */ }
/* 453  */ /*  ----------------------------------------------------------------------------
/* 454  *|     container
/* 455  *| */
/* 456  */ .td-container,
/* 457  */ .tdc-row,
/* 458  */ .tdc-row-composer {
/* 459  */   width: 1068px;
/* 460  */   margin-right: auto;
/* 461  */   margin-left: auto;
/* 462  */ }
/* 463  */ .td-container:before,
/* 464  */ .tdc-row:before,
/* 465  */ .tdc-row-composer:before,
/* 466  */ .td-container:after,
/* 467  */ .tdc-row:after,
/* 468  */ .tdc-row-composer:after {
/* 469  */   display: table;
/* 470  */   content: '';
/* 471  */   line-height: 0;
/* 472  */ }
/* 473  */ .td-container:after,
/* 474  */ .tdc-row:after,
/* 475  */ .tdc-row-composer:after {
/* 476  */   clear: both;
/* 477  */ }
/* 478  */ .tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style,
/* 479  */ .tdc-row-composer[class*="stretch_row"] > .td-pb-row > .td-element-style {
/* 480  */   width: 100vw !important;
/* 481  */   left: 50% !important;
/* 482  */   transform: translateX(-50%) !important;
/* 483  */ }
/* 484  */ @media (max-width: 767px) {
/* 485  */   .td-pb-row > .td-element-style {
/* 486  */     width: 100vw !important;
/* 487  */     left: 50% !important;
/* 488  */     transform: translateX(-50%) !important;
/* 489  */   }
/* 490  */ }
/* 491  */ .td-md-is-ios .tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style,
/* 492  */ .td-md-is-ios .tdc-row-composer[class*="stretch_row"] > .td-pb-row > .td-element-style {
/* 493  */   width: calc(100vw + 1px) !important;
/* 494  */ }
/* 495  */ @media (max-width: 767px) {
/* 496  */   .td-md-is-ios .td-pb-row > .td-element-style {
/* 497  */     width: calc(100vw + 1px) !important;
/* 498  */   }
/* 499  */ }
/* 500  */ .vc_inner.absolute_inner {

/* style.css */

/* 501  */   /* responsive portrait tablet */
/* 502  */   /* responsive portrait tablet */
/* 503  */ }
/* 504  */ @media (min-width: 1019px) {
/* 505  */   .vc_inner.absolute_inner {
/* 506  */     padding-left: 20px;
/* 507  */     padding-right: 20px;
/* 508  */   }
/* 509  */ }
/* 510  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 511  */   .vc_inner.absolute_inner {
/* 512  */     padding-left: 14px;
/* 513  */     padding-right: 14px;
/* 514  */   }
/* 515  */ }
/* 516  */ .vc_inner.absolute_inner_full {
/* 517  */   width: 100% !important;
/* 518  */ }
/* 519  */ .vc_inner.absolute_inner_1068 {
/* 520  */   width: 100% !important;
/* 521  */   max-width: 1156px;
/* 522  */   left: 0;
/* 523  */   right: 0;
/* 524  */   margin: 0 auto;
/* 525  */   /* responsive landscape tablet */
/* 526  */   /* responsive portrait tablet */
/* 527  */ }
/* 528  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 529  */   .vc_inner.absolute_inner_1068 {
/* 530  */     max-width: 1020px;
/* 531  */     padding-left: 0;
/* 532  */     padding-right: 0;
/* 533  */   }
/* 534  */ }
/* 535  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 536  */   .vc_inner.absolute_inner_1068 {
/* 537  */     max-width: 768px;
/* 538  */     padding-left: 0;
/* 539  */     padding-right: 0;
/* 540  */   }
/* 541  */ }
/* 542  */ .tdc-row.stretch_row_1200,
/* 543  */ .tdc-row-composer.stretch_row_1200 {
/* 544  */   width: auto !important;
/* 545  */   max-width: 1240px;
/* 546  */   /* responsive desktop */
/* 547  */   /* responsive landscape tablet */
/* 548  */ }
/* 549  */ .tdc-row.stretch_row_1200 > .td-pb-row,
/* 550  */ .tdc-row-composer.stretch_row_1200 > .td-pb-row {

/* style.css */

/* 551  */   /* responsive portrait tablet */
/* 552  */ }
/* 553  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 554  */   .tdc-row.stretch_row_1200 > .td-pb-row,
/* 555  */   .tdc-row-composer.stretch_row_1200 > .td-pb-row {
/* 556  */     margin-right: 0;
/* 557  */     margin-left: 0;
/* 558  */   }
/* 559  */ }
/* 560  */ @media (min-width: 1141px) {
/* 561  */   .tdc-row.stretch_row_1200,
/* 562  */   .tdc-row-composer.stretch_row_1200 {
/* 563  */     padding-left: 24px;
/* 564  */     padding-right: 24px;
/* 565  */   }
/* 566  */ }
/* 567  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 568  */   .tdc-row.stretch_row_1200,
/* 569  */   .tdc-row-composer.stretch_row_1200 {
/* 570  */     padding-left: 20px;
/* 571  */     padding-right: 20px;
/* 572  */   }
/* 573  */ }
/* 574  */ .vc_inner.absolute_inner_1200 {
/* 575  */   width: 100% !important;
/* 576  */   max-width: 1248px;
/* 577  */   left: 0;
/* 578  */   right: 0;
/* 579  */   margin: 0 auto;
/* 580  */ }
/* 581  */ .tdc-row.stretch_row_1400,
/* 582  */ .tdc-row-composer.stretch_row_1400 {
/* 583  */   width: auto !important;
/* 584  */   max-width: 1440px;
/* 585  */   /* responsive desktop */
/* 586  */   /* responsive landscape tablet */
/* 587  */ }
/* 588  */ .tdc-row.stretch_row_1400 > .td-pb-row,
/* 589  */ .tdc-row-composer.stretch_row_1400 > .td-pb-row {
/* 590  */   /* responsive portrait tablet */
/* 591  */ }
/* 592  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 593  */   .tdc-row.stretch_row_1400 > .td-pb-row,
/* 594  */   .tdc-row-composer.stretch_row_1400 > .td-pb-row {
/* 595  */     margin-right: 0;
/* 596  */     margin-left: 0;
/* 597  */   }
/* 598  */ }
/* 599  */ @media (min-width: 1141px) {
/* 600  */   .tdc-row.stretch_row_1400,

/* style.css */

/* 601  */   .tdc-row-composer.stretch_row_1400 {
/* 602  */     padding-left: 24px;
/* 603  */     padding-right: 24px;
/* 604  */   }
/* 605  */ }
/* 606  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 607  */   .tdc-row.stretch_row_1400,
/* 608  */   .tdc-row-composer.stretch_row_1400 {
/* 609  */     padding-left: 20px;
/* 610  */     padding-right: 20px;
/* 611  */   }
/* 612  */ }
/* 613  */ .vc_inner.absolute_inner_1400 {
/* 614  */   width: 100% !important;
/* 615  */   max-width: 1448px;
/* 616  */   left: 0;
/* 617  */   right: 0;
/* 618  */   margin: 0 auto;
/* 619  */ }
/* 620  */ .tdc-row.stretch_row_1600,
/* 621  */ .tdc-row-composer.stretch_row_1600 {
/* 622  */   width: auto !important;
/* 623  */   max-width: 1640px;
/* 624  */   /* responsive desktop */
/* 625  */   /* responsive landscape tablet */
/* 626  */ }
/* 627  */ .tdc-row.stretch_row_1600 > .td-pb-row,
/* 628  */ .tdc-row-composer.stretch_row_1600 > .td-pb-row {
/* 629  */   /* responsive portrait tablet */
/* 630  */ }
/* 631  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 632  */   .tdc-row.stretch_row_1600 > .td-pb-row,
/* 633  */   .tdc-row-composer.stretch_row_1600 > .td-pb-row {
/* 634  */     margin-right: 0;
/* 635  */     margin-left: 0;
/* 636  */   }
/* 637  */ }
/* 638  */ @media (min-width: 1141px) {
/* 639  */   .tdc-row.stretch_row_1600,
/* 640  */   .tdc-row-composer.stretch_row_1600 {
/* 641  */     padding-left: 24px;
/* 642  */     padding-right: 24px;
/* 643  */   }
/* 644  */ }
/* 645  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 646  */   .tdc-row.stretch_row_1600,
/* 647  */   .tdc-row-composer.stretch_row_1600 {
/* 648  */     padding-left: 20px;
/* 649  */     padding-right: 20px;
/* 650  */   }

/* style.css */

/* 651  */ }
/* 652  */ .vc_inner.absolute_inner_1600 {
/* 653  */   width: 100% !important;
/* 654  */   max-width: 1648px;
/* 655  */   left: 0;
/* 656  */   right: 0;
/* 657  */   margin: 0 auto;
/* 658  */ }
/* 659  */ .tdc-row.stretch_row_1800,
/* 660  */ .tdc-row-composer.stretch_row_1800 {
/* 661  */   width: auto !important;
/* 662  */   max-width: 1840px;
/* 663  */   /* responsive desktop */
/* 664  */   /* responsive landscape tablet */
/* 665  */ }
/* 666  */ .tdc-row.stretch_row_1800 > .td-pb-row,
/* 667  */ .tdc-row-composer.stretch_row_1800 > .td-pb-row {
/* 668  */   /* responsive portrait tablet */
/* 669  */ }
/* 670  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 671  */   .tdc-row.stretch_row_1800 > .td-pb-row,
/* 672  */   .tdc-row-composer.stretch_row_1800 > .td-pb-row {
/* 673  */     margin-right: 0;
/* 674  */     margin-left: 0;
/* 675  */   }
/* 676  */ }
/* 677  */ @media (min-width: 1141px) {
/* 678  */   .tdc-row.stretch_row_1800,
/* 679  */   .tdc-row-composer.stretch_row_1800 {
/* 680  */     padding-left: 24px;
/* 681  */     padding-right: 24px;
/* 682  */   }
/* 683  */ }
/* 684  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 685  */   .tdc-row.stretch_row_1800,
/* 686  */   .tdc-row-composer.stretch_row_1800 {
/* 687  */     padding-left: 20px;
/* 688  */     padding-right: 20px;
/* 689  */   }
/* 690  */ }
/* 691  */ .vc_inner.absolute_inner_1800 {
/* 692  */   width: 100% !important;
/* 693  */   max-width: 1848px;
/* 694  */   left: 0;
/* 695  */   right: 0;
/* 696  */   margin: 0 auto;
/* 697  */ }
/* 698  */ .tdc-row.stretch_row_content,
/* 699  */ .tdc-row-composer.stretch_row_content {
/* 700  */   width: 100% !important;

/* style.css */

/* 701  */ }
/* 702  */ .tdc-row.stretch_row_content_no_space,
/* 703  */ .tdc-row-composer.stretch_row_content_no_space {
/* 704  */   width: 100% !important;
/* 705  */ }
/* 706  */ .tdc-row.stretch_row_content_no_space > .td-pb-row,
/* 707  */ .tdc-row-composer.stretch_row_content_no_space > .td-pb-row {
/* 708  */   margin-left: 0;
/* 709  */   margin-right: 0;
/* 710  */ }
/* 711  */ .tdc-row.td-stretch-content,
/* 712  */ .tdc-row-composer.td-stretch-content {
/* 713  */   /* responsive portrait phone */
/* 714  */ }
/* 715  */ @media (max-width: 767px) {
/* 716  */   .tdc-row.td-stretch-content,
/* 717  */   .tdc-row-composer.td-stretch-content {
/* 718  */     padding-left: 20px;
/* 719  */     padding-right: 20px;
/* 720  */   }
/* 721  */ }
/* 722  */ /*  ----------------------------------------------------------------------------
/* 723  *|     rows
/* 724  *| */
/* 725  */ .td-pb-row {
/* 726  */   *zoom: 1;
/* 727  */   margin-right: -24px;
/* 728  */   margin-left: -24px;
/* 729  */   position: relative;
/* 730  */ }
/* 731  */ .td-pb-row:before,
/* 732  */ .td-pb-row:after {
/* 733  */   display: table;
/* 734  */   content: '';
/* 735  */ }
/* 736  */ .td-pb-row:after {
/* 737  */   clear: both;
/* 738  */ }
/* 739  */ .td-boxed-layout .vc_row {
/* 740  */   width: auto;
/* 741  */   left: 0;
/* 742  */   padding-left: 0;
/* 743  */   padding-right: 0;
/* 744  */ }
/* 745  */ /*  ----------------------------------------------------------------------------
/* 746  *|     all spans
/* 747  *| */
/* 748  */ .td-pb-row [class*="td-pb-span"] {
/* 749  */   display: block;
/* 750  */   min-height: 1px;

/* style.css */

/* 751  */   float: left;
/* 752  */   padding-right: 24px;
/* 753  */   padding-left: 24px;
/* 754  */   /* responsive landscape tablet */
/* 755  */   /* responsive portrait tablet */
/* 756  */   /* responsive portrait phone */
/* 757  */   position: relative;
/* 758  */ }
/* 759  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 760  */   .td-pb-row [class*="td-pb-span"] {
/* 761  */     padding-right: 20px;
/* 762  */     padding-left: 20px;
/* 763  */   }
/* 764  */ }
/* 765  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 766  */   .td-pb-row [class*="td-pb-span"] {
/* 767  */     padding-right: 14px;
/* 768  */     padding-left: 14px;
/* 769  */   }
/* 770  */ }
/* 771  */ @media (max-width: 767px) {
/* 772  */   .td-pb-row [class*="td-pb-span"] {
/* 773  */     padding-right: 0;
/* 774  */     padding-left: 0;
/* 775  */     float: none;
/* 776  */     width: 100%;
/* 777  */   }
/* 778  */ }
/* 779  */ .vc_row-no-padding.td-pb-row [class*="td-pb-span"] {
/* 780  */   padding-left: 0;
/* 781  */   padding-right: 0;
/* 782  */ }
/* 783  */ /*  ----------------------------------------------------------------------------
/* 784  *|     smart sidebar - fix
/* 785  *| */
/* 786  */ .td-ss-main-sidebar,
/* 787  */ .td-ss-row .td-pb-span4 .wpb_wrapper {
/* 788  */   -webkit-backface-visibility: hidden;
/* 789  */   -webkit-perspective: 1000;
/* 790  */ }
/* 791  */ /*  ----------------------------------------------------------------------------
/* 792  *|     main grid
/* 793  *| */
/* 794  */ .td-pb-span1 {
/* 795  */   width: 8.33333333%;
/* 796  */ }
/* 797  */ .td-pb-span2 {
/* 798  */   width: 16.66666667%;
/* 799  */ }
/* 800  */ .td-pb-span3 {

/* style.css */

/* 801  */   width: 25%;
/* 802  */ }
/* 803  */ .td-pb-span4 {
/* 804  */   width: 33.33333333%;
/* 805  */ }
/* 806  */ .td-pb-span5 {
/* 807  */   width: 41.66666667%;
/* 808  */ }
/* 809  */ .td-pb-span6 {
/* 810  */   width: 50%;
/* 811  */ }
/* 812  */ .td-pb-span7 {
/* 813  */   width: 58.33333333%;
/* 814  */ }
/* 815  */ .td-pb-span8 {
/* 816  */   width: 66.66666667%;
/* 817  */ }
/* 818  */ .td-pb-span9 {
/* 819  */   width: 75%;
/* 820  */ }
/* 821  */ .td-pb-span10 {
/* 822  */   width: 83.33333333%;
/* 823  */ }
/* 824  */ .td-pb-span11 {
/* 825  */   width: 91.66666667%;
/* 826  */ }
/* 827  */ .td-pb-span12 {
/* 828  */   width: 100%;
/* 829  */ }
/* 830  */ /*  ----------------------------------------------------------------------------
/* 831  *|     hacks Visual Composer
/* 832  *| */
/* 833  */ .wpb_row {
/* 834  */   margin-bottom: 0;
/* 835  */ }
/* 836  */ .vc_col-has-fill > .vc_column-inner,
/* 837  */ .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
/* 838  */ .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
/* 839  */ .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
/* 840  */ .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
/* 841  */ .vc_row-has-fill > .vc_column_container > .vc_column-inner,
/* 842  */ .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
/* 843  */ .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
/* 844  */   padding-top: 0;
/* 845  */ }
/* 846  */ .vc_row .vc_column-inner {
/* 847  */   padding-left: 0;
/* 848  */   padding-right: 0;
/* 849  */ }
/* 850  */ /* block row + global block spans */

/* style.css */

/* 851  */ .td-block-row {
/* 852  */   *zoom: 1;
/* 853  */   margin-left: -24px;
/* 854  */   margin-right: -24px;
/* 855  */ }
/* 856  */ .td-block-row:before,
/* 857  */ .td-block-row:after {
/* 858  */   display: table;
/* 859  */   content: '';
/* 860  */ }
/* 861  */ .td-block-row:after {
/* 862  */   clear: both;
/* 863  */ }
/* 864  */ .td-block-row [class*="td-block-span"] {
/* 865  */   display: block;
/* 866  */   min-height: 1px;
/* 867  */   float: left;
/* 868  */   padding-right: 24px;
/* 869  */   padding-left: 24px;
/* 870  */   /* responsive landscape tablet */
/* 871  */   /* responsive portrait tablet */
/* 872  */   /* responsive portrait phone */
/* 873  */ }
/* 874  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 875  */   .td-block-row [class*="td-block-span"] {
/* 876  */     padding-right: 20px;
/* 877  */     padding-left: 20px;
/* 878  */   }
/* 879  */ }
/* 880  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 881  */   .td-block-row [class*="td-block-span"] {
/* 882  */     padding-right: 14px;
/* 883  */     padding-left: 14px;
/* 884  */   }
/* 885  */ }
/* 886  */ @media (max-width: 767px) {
/* 887  */   .td-block-row [class*="td-block-span"] {
/* 888  */     padding-right: 0;
/* 889  */     padding-left: 0;
/* 890  */     float: none;
/* 891  */     width: 100%;
/* 892  */   }
/* 893  */ }
/* 894  */ .td-block-span1 {
/* 895  */   width: 8.33333333%;
/* 896  */ }
/* 897  */ .td-block-span2 {
/* 898  */   width: 16.66666667%;
/* 899  */ }
/* 900  */ .td-block-span3 {

/* style.css */

/* 901  */   width: 25%;
/* 902  */ }
/* 903  */ .td-block-span4 {
/* 904  */   width: 33.33333333%;
/* 905  */ }
/* 906  */ .td-block-span5 {
/* 907  */   width: 41.66666667%;
/* 908  */ }
/* 909  */ .td-block-span6 {
/* 910  */   width: 50%;
/* 911  */ }
/* 912  */ .td-block-span7 {
/* 913  */   width: 58.33333333%;
/* 914  */ }
/* 915  */ .td-block-span8 {
/* 916  */   width: 66.66666667%;
/* 917  */ }
/* 918  */ .td-block-span9 {
/* 919  */   width: 75%;
/* 920  */ }
/* 921  */ .td-block-span10 {
/* 922  */   width: 83.33333333%;
/* 923  */ }
/* 924  */ .td-block-span11 {
/* 925  */   width: 91.66666667%;
/* 926  */ }
/* 927  */ .td-block-span12 {
/* 928  */   width: 100%;
/* 929  */ }
/* 930  */ /* responsive landscape tablet */
/* 931  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 932  */   .td-container,
/* 933  */   .tdc-row,
/* 934  */   .tdc-row-composer {
/* 935  */     width: 980px;
/* 936  */   }
/* 937  */   .td-pb-row,
/* 938  */   .td-block-row {
/* 939  */     margin-right: -20px;
/* 940  */     margin-left: -20px;
/* 941  */   }
/* 942  */ }
/* 943  */ /* responsive portrait tablet */
/* 944  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 945  */   .td-container,
/* 946  */   .tdc-row,
/* 947  */   .tdc-row-composer {
/* 948  */     width: 740px;
/* 949  */   }
/* 950  */   .td-pb-row,

/* style.css */

/* 951  */   .td-block-row {
/* 952  */     margin-right: -14px;
/* 953  */     margin-left: -14px;
/* 954  */   }
/* 955  */ }
/* 956  */ /* responsive portrait phone */
/* 957  */ @media (max-width: 767px) {
/* 958  */   .td-container,
/* 959  */   .tdc-row,
/* 960  */   .tdc-row-composer {
/* 961  */     width: 100%;
/* 962  */     padding-left: 20px;
/* 963  */     padding-right: 20px;
/* 964  */   }
/* 965  */   .td-pb-row,
/* 966  */   .td-block-row {
/* 967  */     width: 100%;
/* 968  */     margin-left: 0;
/* 969  */     margin-right: 0;
/* 970  */   }
/* 971  */ }
/* 972  */ /*  ----------------------------------------------------------------------------
/* 973  *|     header grid container
/* 974  *| */
/* 975  */ .td-header-wrap {
/* 976  */   position: relative;
/* 977  */   z-index: 2000;
/* 978  */ }
/* 979  */ /* header rows */
/* 980  */ .td-header-row {
/* 981  */   *zoom: 1;
/* 982  */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 983  */ }
/* 984  */ .td-header-row:before,
/* 985  */ .td-header-row:after {
/* 986  */   display: table;
/* 987  */   content: '';
/* 988  */ }
/* 989  */ .td-header-row:after {
/* 990  */   clear: both;
/* 991  */ }
/* 992  */ .td-header-row [class*="td-header-sp"] {
/* 993  */   display: block;
/* 994  */   min-height: 1px;
/* 995  */   float: left;
/* 996  */   padding-right: 24px;
/* 997  */   padding-left: 24px;
/* 998  */   /* responsive landscape tablet */
/* 999  */   /* responsive portrait tablet */
/* 1000 */   /* responsive portrait phone */

/* style.css */

/* 1001 */ }
/* 1002 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 1003 */   .td-header-row [class*="td-header-sp"] {
/* 1004 */     padding-right: 20px;
/* 1005 */     padding-left: 20px;
/* 1006 */   }
/* 1007 */ }
/* 1008 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1009 */   .td-header-row [class*="td-header-sp"] {
/* 1010 */     padding-right: 14px;
/* 1011 */     padding-left: 14px;
/* 1012 */   }
/* 1013 */ }
/* 1014 */ @media (max-width: 767px) {
/* 1015 */   .td-header-row [class*="td-header-sp"] {
/* 1016 */     padding-right: 0;
/* 1017 */     padding-left: 0;
/* 1018 */     float: none;
/* 1019 */     width: 100%;
/* 1020 */   }
/* 1021 */ }
/* 1022 */ .td-header-gradient:before {
/* 1023 */   content: "";
/* 1024 */   background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
/* 1025 */   width: 100%;
/* 1026 */   height: 12px;
/* 1027 */   position: absolute;
/* 1028 */   left: 0;
/* 1029 */   bottom: -12px;
/* 1030 */   z-index: 1;
/* 1031 */ }
/* 1032 */ /*  ----------------------------------------------------------------------------
/* 1033 *|     logo
/* 1034 *| */
/* 1035 */ .td-logo {
/* 1036 */   margin: 0;
/* 1037 */   padding: 0;
/* 1038 */   line-height: inherit;
/* 1039 */   font-size: inherit !important;
/* 1040 */ }
/* 1041 */ /*  ----------------------------------------------------------------------------
/* 1042 *|     Search
/* 1043 *| */
/* 1044 */ /* the search button */
/* 1045 */ #td-header-search-button {
/* 1046 */   /* responsive portrait phone */
/* 1047 */ }
/* 1048 */ @media (max-width: 767px) {
/* 1049 */   #td-header-search-button {
/* 1050 */     display: none;

/* style.css */

/* 1051 */   }
/* 1052 */ }
/* 1053 */ #td-header-search-button-mob {
/* 1054 */   display: none;
/* 1055 */   /* responsive portrait phone */
/* 1056 */ }
/* 1057 */ @media (max-width: 767px) {
/* 1058 */   #td-header-search-button-mob {
/* 1059 */     display: block;
/* 1060 */   }
/* 1061 */ }
/* 1062 */ /* the search drop down */
/* 1063 */ .td-search-box-wrap {
/* 1064 */   position: absolute;
/* 1065 */   top: 100%;
/* 1066 */   right: 0;
/* 1067 */ }
/* 1068 */ #td-top-search {
/* 1069 */   position: absolute;
/* 1070 */   right: 0;
/* 1071 */   top: 50%;
/* 1072 */   margin-top: -24px;
/* 1073 */   /* responsive portrait phone */
/* 1074 */ }
/* 1075 */ @media (max-width: 767px) {
/* 1076 */   #td-top-search {
/* 1077 */     top: 0;
/* 1078 */     margin-top: 0;
/* 1079 */   }
/* 1080 */ }
/* 1081 */ /* responsive without mobile */
/* 1082 */ @media (min-width: 768px) {
/* 1083 */   .td-drop-down-search .td-search-form {
/* 1084 */     margin: 20px;
/* 1085 */   }
/* 1086 */ }
/* 1087 */ .td-header-wrap .td-drop-down-search {
/* 1088 */   position: absolute;
/* 1089 */   top: 100%;
/* 1090 */   right: 0;
/* 1091 */   visibility: hidden;
/* 1092 */   opacity: 0;
/* 1093 */   -webkit-transition: all 0.4s ease;
/* 1094 */   transition: all 0.4s ease;
/* 1095 */   transform: translate3d(0, 20px, 0);
/* 1096 */   -webkit-transform: translate3d(0, 20px, 0);
/* 1097 */   background-color: #fff;
/* 1098 */   -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
/* 1099 */   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
/* 1100 */   border-top: 0;

/* style.css */

/* 1101 */   width: 342px;
/* 1102 */   pointer-events: none;
/* 1103 */   /* this class is added by the js to open the menu - will be used for animation */
/* 1104 */   /* search form */
/* 1105 */   /* triangle top */
/* 1106 */ }
/* 1107 */ .td-header-wrap .td-drop-down-search.td-drop-down-search-open {
/* 1108 */   visibility: visible;
/* 1109 */   opacity: 1;
/* 1110 */   transform: translate3d(0, 0, 0);
/* 1111 */   -webkit-transform: translate3d(0, 0, 0);
/* 1112 */   pointer-events: auto;
/* 1113 */ }
/* 1114 */ .td-header-wrap .td-drop-down-search .btn {
/* 1115 */   position: absolute;
/* 1116 */   height: 32px;
/* 1117 */   min-width: 67px;
/* 1118 */   line-height: 17px;
/* 1119 */   padding: 7px 15px 8px;
/* 1120 */   text-shadow: none;
/* 1121 */   vertical-align: top;
/* 1122 */   right: 20px;
/* 1123 */   margin: 0 !important;
/* 1124 */   -webkit-transition: background-color 0.4s;
/* 1125 */   transition: background-color 0.4s;
/* 1126 */ }
/* 1127 */ .td-header-wrap .td-drop-down-search .btn:hover {
/* 1128 */   background-color: var(--td_theme_color, #4db2ec);
/* 1129 */ }
/* 1130 */ .td-header-wrap .td-drop-down-search:before {
/* 1131 */   position: absolute;
/* 1132 */   top: -9px;
/* 1133 */   right: 19px;
/* 1134 */   display: block;
/* 1135 */   content: '';
/* 1136 */   width: 0;
/* 1137 */   height: 0;
/* 1138 */   border-style: solid;
/* 1139 */   border-width: 0 5.5px 6px 5.5px;
/* 1140 */   border-color: transparent transparent var(--td_theme_color, #4db2ec) transparent;
/* 1141 */ }
/* 1142 */ .td-header-wrap .td-drop-down-search:after {
/* 1143 */   position: absolute;
/* 1144 */   top: -3px;
/* 1145 */   display: block;
/* 1146 */   content: '';
/* 1147 */   right: 0;
/* 1148 */   left: 0;
/* 1149 */   margin: 0 auto;
/* 1150 */   width: 100%;

/* style.css */

/* 1151 */   height: 3px;
/* 1152 */   background-color: var(--td_theme_color, #4db2ec);
/* 1153 */ }
/* 1154 */ .td-header-wrap #td-header-search {
/* 1155 */   width: 235px;
/* 1156 */   height: 32px;
/* 1157 */   margin: 0;
/* 1158 */   border-right: 0;
/* 1159 */   line-height: 17px;
/* 1160 */   border-color: #eaeaea !important;
/* 1161 */   /* responsive portrait phone */
/* 1162 */ }
/* 1163 */ @media (max-width: 767px) {
/* 1164 */   .td-header-wrap #td-header-search {
/* 1165 */     width: 91%;
/* 1166 */     font-size: 16px;
/* 1167 */   }
/* 1168 */ }
/* 1169 */ .td-header-wrap .td-post-category {
/* 1170 */   z-index: 2;
/* 1171 */   position: relative;
/* 1172 */ }
/* 1173 */ .td-header-wrap .meta-info {
/* 1174 */   line-height: 14px;
/* 1175 */ }
/* 1176 */ /* -------------------------------------------------------------------
/* 1177 *|
/* 1178 *| Headers style
/* 1179 *|
/* 1180 *| ----------------------------------------------------------------------  */
/* 1181 */ /* General */
/* 1182 */ .td-banner-wrap-full {
/* 1183 */   position: relative;
/* 1184 */ }
/* 1185 */ .td-header-menu-wrap-full {
/* 1186 */   z-index: 9998;
/* 1187 */   position: relative;
/* 1188 */ }
/* 1189 */ /* responsive portrait phone */
/* 1190 */ @media (max-width: 767px) {
/* 1191 */   .td-header-wrap .td-header-menu-wrap-full,
/* 1192 */   .td-header-wrap .td-header-menu-wrap,
/* 1193 */   .td-header-wrap .td-header-main-menu {
/* 1194 */     background-color: var(--td_mobile_menu_color, #222222) !important;
/* 1195 */     height: 54px !important;
/* 1196 */   }
/* 1197 */   .header-search-wrap .td-icon-search {
/* 1198 */     color: var(--td_mobile_icons_color, #ffffff) !important;
/* 1199 */   }
/* 1200 */ }

/* style.css */

/* 1201 */ /* ----------------------------------------------- */
/* 1202 */ .td-logo-text-container {
/* 1203 */   display: inline-block;
/* 1204 */   vertical-align: middle;
/* 1205 */   line-height: 1;
/* 1206 */   z-index: 1;
/* 1207 */ }
/* 1208 */ .td-logo-text-container span {
/* 1209 */   display: inline-block;
/* 1210 */   width: 100%;
/* 1211 */ }
/* 1212 */ .td-logo-text-container .td-logo-text {
/* 1213 */   font-size: 75px;
/* 1214 */   font-family: serif;
/* 1215 */   color: #222;
/* 1216 */   line-height: 1;
/* 1217 */   /* responsive portrait phone */
/* 1218 */ }
/* 1219 */ @media (max-width: 767px) {
/* 1220 */   .td-logo-text-container .td-logo-text {
/* 1221 */     font-size: 36px;
/* 1222 */   }
/* 1223 */ }
/* 1224 */ .td-logo-text-container .td-logo {
/* 1225 */   line-height: 1 !important;
/* 1226 */ }
/* 1227 */ .td-logo-text-container .td-tagline-text {
/* 1228 */   letter-spacing: 1.8px;
/* 1229 */   font-size: 12px;
/* 1230 */   font-family: serif;
/* 1231 */   color: #777;
/* 1232 */   padding-top: 2px;
/* 1233 */   padding-bottom: 10px;
/* 1234 */   /* responsive portrait phone */
/* 1235 */ }
/* 1236 */ @media (max-width: 767px) {
/* 1237 */   .td-logo-text-container .td-tagline-text {
/* 1238 */     font-size: 11px;
/* 1239 */   }
/* 1240 */ }
/* 1241 */ .td-header-wrap .td-header-menu-wrap-full {
/* 1242 */   background-color: #fff;
/* 1243 */ }
/* 1244 */ /* -------------------------------------------------------------------
/* 1245 *|   Style Default
/* 1246 *| ----------------------------------------------------------------------  */
/* 1247 */ .td-header-style-1 .td-logo-text-wrap {
/* 1248 */   min-height: 130px;
/* 1249 */   line-height: 130px;
/* 1250 */   /* responsive portrait phone */

/* style.css */

/* 1251 */ }
/* 1252 */ @media (max-width: 767px) {
/* 1253 */   .td-header-style-1 .td-logo-text-wrap {
/* 1254 */     line-height: 90px;
/* 1255 */     min-height: 90px;
/* 1256 */   }
/* 1257 */ }
/* 1258 */ .td-header-style-1 .td-logo-text-wrap a {
/* 1259 */   position: relative;
/* 1260 */   z-index: 1;
/* 1261 */   line-height: 130px;
/* 1262 */   display: inline-block;
/* 1263 */   vertical-align: middle;
/* 1264 */   /* responsive portrait phone */
/* 1265 */ }
/* 1266 */ @media (max-width: 767px) {
/* 1267 */   .td-header-style-1 .td-logo-text-wrap a {
/* 1268 */     line-height: 90px;
/* 1269 */   }
/* 1270 */ }
/* 1271 */ .td-header-style-1 .td-logo-text-wrap .td-logo {
/* 1272 */   line-height: 130px;
/* 1273 */   /* responsive portrait phone */
/* 1274 */ }
/* 1275 */ @media (max-width: 767px) {
/* 1276 */   .td-header-style-1 .td-logo-text-wrap .td-logo {
/* 1277 */     line-height: 90px;
/* 1278 */   }
/* 1279 */ }
/* 1280 */ .td-header-style-1 .td-logo-text-container a {
/* 1281 */   line-height: 1;
/* 1282 */ }
/* 1283 */ .td-header-style-1 .td-header-sp-logo {
/* 1284 */   text-align: center;
/* 1285 */ }
/* 1286 */ .td-header-style-1 .header-search-wrap .td-icon-search {
/* 1287 */   color: #000;
/* 1288 */   /* responsive portrait phone */
/* 1289 */ }
/* 1290 */ @media (max-width: 767px) {
/* 1291 */   .td-header-style-1 .header-search-wrap .td-icon-search {
/* 1292 */     color: #fff;
/* 1293 */   }
/* 1294 */ }
/* 1295 */ .td-header-style-1 .td-header-menu-wrap-full {
/* 1296 */   position: relative;
/* 1297 */ }
/* 1298 */ /*  ----------------------------------------------------------------------------
/* 1299 *|     main menu
/* 1300 *| */

/* style.css */

/* 1301 */ .td-header-main-menu {
/* 1302 */   position: relative;
/* 1303 */   z-index: 999;
/* 1304 */   padding-right: 48px;
/* 1305 */ }
/* 1306 */ @media (max-width: 767px) {
/* 1307 */   .td-header-main-menu {
/* 1308 */     padding-right: 64px;
/* 1309 */     padding-left: 2px;
/* 1310 */   }
/* 1311 */ }
/* 1312 */ .td-header-menu-no-search .td-header-main-menu {
/* 1313 */   padding-right: 0;
/* 1314 */ }
/* 1315 */ /*  ----------------------------------------------------------------------------
/* 1316 *|     SF menu
/* 1317 *| */
/* 1318 */ .sf-menu,
/* 1319 */ .sf-menu ul,
/* 1320 */ .sf-menu li {
/* 1321 */   margin: 0;
/* 1322 */   list-style: none;
/* 1323 */ }
/* 1324 */ /* responsive phone */
/* 1325 */ @media (max-width: 767px) {
/* 1326 */   .sf-menu {
/* 1327 */     display: none;
/* 1328 */   }
/* 1329 */ }
/* 1330 */ .sf-menu ul {
/* 1331 */   position: absolute;
/* 1332 */   top: -999em;
/* 1333 */   width: 10em;
/* 1334 */   /* left offset of submenus need to match (see below) */
/* 1335 */ }
/* 1336 */ .sf-menu > li.td-normal-menu > ul.sub-menu {
/* 1337 */   left: -15px;
/* 1338 */   /* responsive portrait tablet */
/* 1339 */ }
/* 1340 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1341 */   .sf-menu > li.td-normal-menu > ul.sub-menu {
/* 1342 */     left: -5px;
/* 1343 */   }
/* 1344 */ }
/* 1345 */ .sf-menu ul li {
/* 1346 */   width: 100%;
/* 1347 */ }
/* 1348 */ .sf-menu li:hover {
/* 1349 */   visibility: inherit;
/* 1350 */   /* fixes IE7 'sticky bug' */

/* style.css */

/* 1351 */ }
/* 1352 */ .sf-menu li {
/* 1353 */   float: left;
/* 1354 */   position: relative;
/* 1355 */ }
/* 1356 */ .sf-menu li .fa {
/* 1357 */   margin-right: 10px;
/* 1358 */   font-size: 1.4em;
/* 1359 */   vertical-align: middle;
/* 1360 */   position: relative;
/* 1361 */   top: -1px;
/* 1362 */ }
/* 1363 */ .sf-menu li .td-only-icon {
/* 1364 */   margin-right: 0;
/* 1365 */ }
/* 1366 */ .sf-menu .td-menu-item > a {
/* 1367 */   display: block;
/* 1368 */   position: relative;
/* 1369 */ }
/* 1370 */ .sf-menu li:hover ul,
/* 1371 */ .sf-menu li.sfHover ul {
/* 1372 */   left: 0;
/* 1373 */   top: auto;
/* 1374 */   z-index: 99;
/* 1375 */ }
/* 1376 */ ul.sf-menu li:hover li ul,
/* 1377 */ ul.sf-menu li.sfHover li ul {
/* 1378 */   top: -999em;
/* 1379 */ }
/* 1380 */ ul.sf-menu li li:hover ul,
/* 1381 */ ul.sf-menu li li.sfHover ul {
/* 1382 */   left: 10em;
/* 1383 */   /* match ul width */
/* 1384 */   top: 0 !important;
/* 1385 */ }
/* 1386 */ ul.sf-menu li li:hover li ul,
/* 1387 */ ul.sf-menu li li.sfHover li ul {
/* 1388 */   top: -999em;
/* 1389 */ }
/* 1390 */ .sf-menu > .current-menu-ancestor,
/* 1391 */ .sf-menu > .current-category-ancestor,
/* 1392 */ .sf-menu > .current-menu-item {
/* 1393 */   z-index: 0;
/* 1394 */ }
/* 1395 */ /*  ----------------------------------------------------------------------------
/* 1396 *|     All the links
/* 1397 *| */
/* 1398 */ /* remove the down arrow on links with  (icons menus) */
/* 1399 */ .td-no-down-arrow > a .sf-sub-indicator {
/* 1400 */   display: none;

/* style.css */

/* 1401 */ }
/* 1402 */ .sf-menu > li > a {
/* 1403 */   padding: 0 14px;
/* 1404 */   line-height: 48px;
/* 1405 */   font-size: 14px;
/* 1406 */   color: #000;
/* 1407 */   font-weight: 700;
/* 1408 */   text-transform: uppercase;
/* 1409 */   -webkit-backface-visibility: hidden;
/* 1410 */ }
/* 1411 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1412 */   .sf-menu > li > a {
/* 1413 */     padding: 0 9px;
/* 1414 */     font-size: 11px;
/* 1415 */   }
/* 1416 */ }
/* 1417 */ /* menu icons */
/* 1418 */ .sf-menu .menu_icon {
/* 1419 */   position: relative;
/* 1420 */   top: 13px;
/* 1421 */   float: left;
/* 1422 */ }
/* 1423 */ .sf-menu .sub-menu .menu_icon {
/* 1424 */   top: 0;
/* 1425 */ }
/* 1426 */ .sf-menu .menu_hidden {
/* 1427 */   display: none !important;
/* 1428 */ }
/* 1429 */ /* hover and current menu */
/* 1430 */ .sf-menu > .current-menu-item > a,
/* 1431 */ .sf-menu > .current-menu-ancestor > a,
/* 1432 */ .sf-menu > .current-category-ancestor > a,
/* 1433 */ .sf-menu > li > a:hover,
/* 1434 */ .sf-menu > .sfHover,
/* 1435 */ .sf-menu > .sfHover > a {
/* 1436 */   z-index: 999;
/* 1437 */ }
/* 1438 */ .sf-menu > .current-menu-item > a,
/* 1439 */ .sf-menu > .current-menu-ancestor > a,
/* 1440 */ .sf-menu > .current-category-ancestor > a,
/* 1441 */ .sf-menu > li > a:hover,
/* 1442 */ .sf-menu > .sfHover > a {
/* 1443 */   background-color: transparent;
/* 1444 */ }
/* 1445 */ .td-affix {
/* 1446 */   /* hover and current menu */
/* 1447 */ }
/* 1448 */ .td-affix .sf-menu > .current-menu-item > a,
/* 1449 */ .td-affix .sf-menu > .current-menu-ancestor > a,
/* 1450 */ .td-affix .sf-menu > .current-category-ancestor > a,

/* style.css */

/* 1451 */ .td-affix .sf-menu > li > a:hover,
/* 1452 */ .td-affix .sf-menu > .sfHover > a {
/* 1453 */   background-color: transparent;
/* 1454 */ }
/* 1455 */ /* Bottom border on Main Menu */
/* 1456 */ .sf-menu > li > a:after {
/* 1457 */   background-color: transparent;
/* 1458 */   content: '';
/* 1459 */   width: 0;
/* 1460 */   height: 3px;
/* 1461 */   position: absolute;
/* 1462 */   bottom: 0;
/* 1463 */   left: 0;
/* 1464 */   right: 0;
/* 1465 */   margin: 0 auto;
/* 1466 */   -webkit-transform: translate3d(0, 0, 0);
/* 1467 */   transform: translate3d(0, 0, 0);
/* 1468 */   -webkit-transition: width 0.2s ease;
/* 1469 */   transition: width 0.2s ease;
/* 1470 */ }
/* 1471 */ /* hover and current menu border */
/* 1472 */ .sf-menu > .current-menu-item > a:after,
/* 1473 */ .sf-menu > .current-menu-ancestor > a:after,
/* 1474 */ .sf-menu > .current-category-ancestor > a:after,
/* 1475 */ .sf-menu > li:hover > a:after,
/* 1476 */ .sf-menu > .sfHover > a:after {
/* 1477 */   background-color: var(--td_theme_color, #4db2ec);
/* 1478 */   width: 100%;
/* 1479 */ }
/* 1480 */ #td-header-menu {
/* 1481 */   display: inline-block;
/* 1482 */   vertical-align: top;
/* 1483 */ }
/* 1484 */ /*  ----------------------------------------------------------------------------
/* 1485 *|     submenu
/* 1486 *| */
/* 1487 */ .td-normal-menu ul {
/* 1488 */   box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
/* 1489 */ }
/* 1490 */ .sf-menu .td-normal-menu ul {
/* 1491 */   padding: 15px 0;
/* 1492 */   /* responsive portrait tablet */
/* 1493 */ }
/* 1494 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1495 */   .sf-menu .td-normal-menu ul {
/* 1496 */     padding: 8px 0;
/* 1497 */   }
/* 1498 */ }
/* 1499 */ .sf-menu .td-normal-menu ul ul {
/* 1500 */   margin: -15px 0;

/* style.css */

/* 1501 */   /* responsive portrait tablet */
/* 1502 */ }
/* 1503 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1504 */   .sf-menu .td-normal-menu ul ul {
/* 1505 */     margin: -8px 0;
/* 1506 */   }
/* 1507 */ }
/* 1508 */ .sf-menu ul {
/* 1509 */   background-color: #fff;
/* 1510 */ }
/* 1511 */ .sf-menu ul .td-menu-item > a {
/* 1512 */   padding: 7px 30px;
/* 1513 */   font-size: 12px;
/* 1514 */   line-height: 20px;
/* 1515 */   color: #111;
/* 1516 */ }
/* 1517 */ .sf-menu ul .td-menu-item > a .fa {
/* 1518 */   font-size: 1em;
/* 1519 */   position: relative;
/* 1520 */   top: -1px;
/* 1521 */   width: 20px;
/* 1522 */   margin-right: 5px;
/* 1523 */   text-align: center;
/* 1524 */ }
/* 1525 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1526 */   .sf-menu ul .td-menu-item > a {
/* 1527 */     padding: 5px 16px 6px;
/* 1528 */     font-size: 11px;
/* 1529 */   }
/* 1530 */ }
/* 1531 */ .sf-menu ul .td-icon-menu-down {
/* 1532 */   float: right;
/* 1533 */   top: 0;
/* 1534 */   font-size: 7px;
/* 1535 */ }
/* 1536 */ .sf-menu ul .td-menu-item > a:hover,
/* 1537 */ .sf-menu ul .sfHover > a,
/* 1538 */ .sf-menu ul .current-menu-ancestor > a,
/* 1539 */ .sf-menu ul .current-category-ancestor > a,
/* 1540 */ .sf-menu ul .current-menu-item > a {
/* 1541 */   color: var(--td_theme_color, #4db2ec);
/* 1542 */ }
/* 1543 */ .sf-menu li:hover,
/* 1544 */ .sf-menu li.sfHover,
/* 1545 */ .sf-menu a:focus,
/* 1546 */ .sf-menu a:hover,
/* 1547 */ .sf-menu a:active {
/* 1548 */   outline: 0;
/* 1549 */ }
/* 1550 */ /*  ----------------------------------------------------------------------------

/* style.css *|

/* 1551 *|     arrows
/* 1552 *| */
/* 1553 */ .sf-menu .td-icon-menu-down {
/* 1554 */   position: absolute;
/* 1555 */   top: 50%;
/* 1556 */   margin-top: -5px;
/* 1557 */   padding-left: 7px;
/* 1558 */   font-size: 9px;
/* 1559 */ }
/* 1560 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1561 */   .sf-menu .td-icon-menu-down {
/* 1562 */     padding-left: 6px;
/* 1563 */   }
/* 1564 */ }
/* 1565 */ .sf-menu .sub-menu {
/* 1566 */   -webkit-backface-visibility: hidden;
/* 1567 */ }
/* 1568 */ .sf-menu .sub-menu .td-icon-menu-down {
/* 1569 */   position: absolute;
/* 1570 */   top: 50%;
/* 1571 */   right: 19px;
/* 1572 */   margin-top: -9px;
/* 1573 */   line-height: 19px;
/* 1574 */ }
/* 1575 */ .td-menu-badge {
/* 1576 */   font-size: 10px;
/* 1577 */   background-color: #f0f8ff;
/* 1578 */   color: var(--td_theme_color, #4db2ec);
/* 1579 */   border-radius: 10px;
/* 1580 */   padding: 3px 7px 4px;
/* 1581 */   display: inline-block;
/* 1582 */   margin-left: 6px;
/* 1583 */   margin-right: -4px;
/* 1584 */   line-height: 1;
/* 1585 */   position: relative;
/* 1586 */   top: -1px;
/* 1587 */ }
/* 1588 */ .td-menu-badge-right {
/* 1589 */   top: 2px;
/* 1590 */   float: right;
/* 1591 */   right: -8px;
/* 1592 */   background-color: rgba(0, 0, 0, 0.03);
/* 1593 */   color: #999;
/* 1594 */ }
/* 1595 */ .td-menu-subtitle {
/* 1596 */   font-style: italic;
/* 1597 */   font-size: 10px;
/* 1598 */   display: block;
/* 1599 */   line-height: 1;
/* 1600 */   padding-right: 20px;

/* style.css */

/* 1601 */   color: #999;
/* 1602 */ }
/* 1603 */ .td-menu-badge-width > ul {
/* 1604 */   min-width: 220px;
/* 1605 */ }
/* 1606 */ .td-menu-badge-width > ul li:hover .td-menu-badge {
/* 1607 */   background-color: #f0f8ff;
/* 1608 */   color: var(--td_theme_color, #4db2ec);
/* 1609 */ }
/* 1610 */ .td-menu-border {
/* 1611 */   border-bottom: 1px solid #f3f3f3;
/* 1612 */   display: block;
/* 1613 */   padding-bottom: 12px;
/* 1614 */ }
/* 1615 */ /* responsive portrait phone */
/* 1616 */ @media (max-width: 767px) {
/* 1617 */   .td-menu-badge,
/* 1618 */   .td-menu-subtitle,
/* 1619 */   .td-menu-border {
/* 1620 */     display: none;
/* 1621 */   }
/* 1622 */ }
/* 1623 */ .sf-menu a.sf-with-ul {
/* 1624 */   padding-right: 31px;
/* 1625 */   min-width: 1px;
/* 1626 */   /* trigger IE7 hasLayout so spans position accurately */
/* 1627 */ }
/* 1628 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1629 */   .sf-menu a.sf-with-ul {
/* 1630 */     padding-right: 22px;
/* 1631 */   }
/* 1632 */ }
/* 1633 */ /* arrow for all items in the menues */
/* 1634 */ a.sf-with-ul i.td-icon-menu-down:before {
/* 1635 */   content: '\e808';
/* 1636 */ }
/* 1637 */ /* arrow for all items in the menues AT FIRST LEVEL*/
/* 1638 */ ul.sf-js-enabled > li > a > i.td-icon-menu-down:before {
/* 1639 */   content: '\e806' !important;
/* 1640 */ }
/* 1641 */ /*  ----------------------------------------------------------------------------
/* 1642 *|     Search
/* 1643 *| */
/* 1644 */ .header-search-wrap {
/* 1645 */   position: absolute;
/* 1646 */   top: 0;
/* 1647 */   right: 0;
/* 1648 */   z-index: 999;
/* 1649 */ }
/* 1650 */ .header-search-wrap .td-icon-search {

/* style.css */

/* 1651 */   display: inline-block;
/* 1652 */   font-size: 19px;
/* 1653 */   width: 48px;
/* 1654 */   line-height: 48px;
/* 1655 */   text-align: center;
/* 1656 */   /* responsive portrait tablet */
/* 1657 */   /* responsive portrait phone */
/* 1658 */ }
/* 1659 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1660 */   .header-search-wrap .td-icon-search {
/* 1661 */     font-size: 15px;
/* 1662 */   }
/* 1663 */ }
/* 1664 */ @media (max-width: 767px) {
/* 1665 */   .header-search-wrap .td-icon-search {
/* 1666 */     height: 54px;
/* 1667 */     width: 54px;
/* 1668 */     line-height: 54px;
/* 1669 */     font-size: 22px;
/* 1670 */     margin-right: 2px;
/* 1671 */   }
/* 1672 */ }
/* 1673 */ .td-header-menu-social + .td-search-wrapper #td-header-search-button {
/* 1674 */   position: relative;
/* 1675 */ }
/* 1676 */ .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
/* 1677 */   content: '';
/* 1678 */   position: absolute;
/* 1679 */   top: 0;
/* 1680 */   left: 0;
/* 1681 */   width: 1px;
/* 1682 */   height: 100%;
/* 1683 */   background-color: #000;
/* 1684 */   opacity: 0.08;
/* 1685 */   /* responsive tablet + phone */
/* 1686 */ }
/* 1687 */ @media (max-width: 1140px) {
/* 1688 */   .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
/* 1689 */     display: none;
/* 1690 */   }
/* 1691 */ }
/* 1692 */ .td-demo-multicolumn-2 .sub-menu {
/* 1693 */   padding: 14px;
/* 1694 */   -moz-column-count: 2;
/* 1695 */   -webkit-column-count: 2;
/* 1696 */   column-count: 2;
/* 1697 */ }
/* 1698 */ .td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu {
/* 1699 */   padding: 0;
/* 1700 */   -moz-column-count: 1;

/* style.css */

/* 1701 */   -webkit-column-count: 1;
/* 1702 */   column-count: 1;
/* 1703 */ }
/* 1704 */ .td-menu-mob-open-menu .td-demo-menuitem-hide {
/* 1705 */   display: none;
/* 1706 */ }
/* 1707 */ .td-demo-menuitem-hide {
/* 1708 */   visibility: hidden;
/* 1709 */ }
/* 1710 */ .td-mega-menu-page .sub-menu ul {
/* 1711 */   display: inline-block !important;
/* 1712 */   position: initial !important;
/* 1713 */   width: auto !important;
/* 1714 */ }
/* 1715 */ /*
/* 1716 *|   Mobile menu
/* 1717 *| */
/* 1718 */ #td-outer-wrap {
/* 1719 */   overflow: hidden;
/* 1720 */   /* responsive portrait phone */
/* 1721 */ }
/* 1722 */ @media (max-width: 767px) {
/* 1723 */   #td-outer-wrap {
/* 1724 */     margin: auto;
/* 1725 */     width: 100%;
/* 1726 */     -webkit-transition: transform 0.7s ease;
/* 1727 */     transition: transform 0.7s ease;
/* 1728 */     -webkit-transform-origin: 50% 200px 0;
/* 1729 */     transform-origin: 50% 200px 0;
/* 1730 */   }
/* 1731 */ }
/* 1732 */ /* toggle button - burger button */
/* 1733 */ #td-top-mobile-toggle {
/* 1734 */   display: none;
/* 1735 */   /* responsive phone */
/* 1736 */ }
/* 1737 */ @media (max-width: 767px) {
/* 1738 */   #td-top-mobile-toggle {
/* 1739 */     display: inline-block;
/* 1740 */     position: relative;
/* 1741 */   }
/* 1742 */ }
/* 1743 */ #td-top-mobile-toggle a {
/* 1744 */   display: inline-block;
/* 1745 */ }
/* 1746 */ #td-top-mobile-toggle i {
/* 1747 */   font-size: 27px;
/* 1748 */   width: 64px;
/* 1749 */   line-height: 54px;
/* 1750 */   height: 54px;

/* style.css */

/* 1751 */   display: inline-block;
/* 1752 */   padding-top: 1px;
/* 1753 */   color: var(--td_mobile_icons_color, #ffffff);
/* 1754 */ }
/* 1755 */ /*
/* 1756 *|     Mobile opened menu with admin bar
/* 1757 *| */
/* 1758 */ .admin-bar #td-mobile-nav {
/* 1759 */   padding-top: 32px;
/* 1760 */ }
/* 1761 */ @media (max-width: 767px) {
/* 1762 */   .admin-bar #td-mobile-nav {
/* 1763 */     padding-top: 46px;
/* 1764 */   }
/* 1765 */ }
/* 1766 */ .td-menu-background {
/* 1767 */   background-repeat: var(--td_mobile_background_repeat, no-repeat);
/* 1768 */   background-size: var(--td_mobile_background_size, cover);
/* 1769 */   background-position: var(--td_mobile_background_size, center top);
/* 1770 */   position: fixed;
/* 1771 */   top: 0;
/* 1772 */   display: block;
/* 1773 */   width: 100%;
/* 1774 */   height: 113%;
/* 1775 */   z-index: 9999;
/* 1776 */   visibility: hidden;
/* 1777 */   transform: translate3d(-100%, 0, 0);
/* 1778 */   -webkit-transform: translate3d(-100%, 0, 0);
/* 1779 */ }
/* 1780 */ .td-menu-background:before {
/* 1781 */   content: '';
/* 1782 */   width: 100%;
/* 1783 */   height: 100%;
/* 1784 */   position: absolute;
/* 1785 */   top: 0;
/* 1786 */   left: 0;
/* 1787 */   opacity: 0.98;
/* 1788 */   background: #313b45;
/* 1789 */   background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--td_mobile_gradient_one_mob, #313b45)), color-stop(100%, var(--td_mobile_gradient_two_mob, #3393b8)));
/* 1790 */   background: linear-gradient(to bottom, var(--td_mobile_gradient_one_mob, #313b45) 0%, var(--td_mobile_gradient_two_mob, #3393b8) 100%);
/* 1791 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--td_mobile_gradient_one_mob, #313b45)', endColorstr='var(--td_mobile_gradient_two_mob, #3393b8)', GradientType=0);
/* 1792 */ }
/* 1793 */ #td-mobile-nav {
/* 1794 */   padding: 0;
/* 1795 */   position: fixed;
/* 1796 */   width: 100%;
/* 1797 */   height: calc(100% + 1px);
/* 1798 */   top: 0;
/* 1799 */   z-index: 9999;
/* 1800 */   visibility: hidden;

/* style.css */

/* 1801 */   transform: translate3d(-99%, 0, 0);
/* 1802 */   -webkit-transform: translate3d(-99%, 0, 0);
/* 1803 */   left: -1%;
/* 1804 */   font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
/* 1805 */ }
/* 1806 */ #td-mobile-nav .td_display_err {
/* 1807 */   text-align: center;
/* 1808 */   color: var(--td_mobile_text_color, #ffffff);
/* 1809 */   border: none;
/* 1810 */   -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
/* 1811 */   box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
/* 1812 */   margin: -9px -30px 24px;
/* 1813 */   font-size: 14px;
/* 1814 */   border-radius: 0;
/* 1815 */   padding: 12px;
/* 1816 */   position: relative;
/* 1817 */   background-color: rgba(255, 255, 255, 0.06);
/* 1818 */   display: none;
/* 1819 */ }
/* 1820 */ #td-mobile-nav input:invalid {
/* 1821 */   box-shadow: none !important;
/* 1822 */ }
/* 1823 */ .td-js-loaded .td-menu-background,
/* 1824 */ .td-js-loaded #td-mobile-nav {
/* 1825 */   visibility: visible !important;
/* 1826 */   -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
/* 1827 */   transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
/* 1828 */ }
/* 1829 */ #td-mobile-nav {
/* 1830 */   height: 1px;
/* 1831 */   overflow: hidden;
/* 1832 */ }
/* 1833 */ #td-mobile-nav .td-menu-socials {
/* 1834 */   padding: 0 65px 0 20px;
/* 1835 */   overflow: hidden;
/* 1836 */   height: 60px;
/* 1837 */ }
/* 1838 */ #td-mobile-nav .td-social-icon-wrap {
/* 1839 */   margin: 20px 5px 0 0;
/* 1840 */   display: inline-block;
/* 1841 */ }
/* 1842 */ #td-mobile-nav .td-social-icon-wrap i {
/* 1843 */   border: none;
/* 1844 */   background-color: transparent;
/* 1845 */   font-size: 14px;
/* 1846 */   width: 40px;
/* 1847 */   height: 40px;
/* 1848 */   line-height: 38px;
/* 1849 */   color: var(--td_mobile_text_color, #ffffff);
/* 1850 */   vertical-align: middle;

/* style.css */

/* 1851 */ }
/* 1852 */ #td-mobile-nav .td-social-icon-wrap .td-icon-instagram {
/* 1853 */   font-size: 16px;
/* 1854 */ }
/* 1855 */ .td-mobile-close {
/* 1856 */   position: absolute;
/* 1857 */   right: 1px;
/* 1858 */   top: 0;
/* 1859 */   z-index: 1000;
/* 1860 */ }
/* 1861 */ .td-mobile-close .td-icon-close-mobile {
/* 1862 */   height: 70px;
/* 1863 */   width: 70px;
/* 1864 */   line-height: 70px;
/* 1865 */   font-size: 21px;
/* 1866 */   color: var(--td_mobile_text_color, #ffffff);
/* 1867 */   top: 4px;
/* 1868 */   position: relative;
/* 1869 */ }
/* 1870 */ .td-mobile-content {
/* 1871 */   padding: 20px 20px 0;
/* 1872 */ }
/* 1873 */ .td-mobile-container {
/* 1874 */   padding-bottom: 20px;
/* 1875 */   position: relative;
/* 1876 */ }
/* 1877 */ .td-mobile-content {
/* 1878 */   /* first submenu */
/* 1879 */   /* hide the icons */
/* 1880 */   /* reposition the main menu */
/* 1881 */ }
/* 1882 */ .td-mobile-content .fa {
/* 1883 */   margin-right: 10px;
/* 1884 */   min-width: 22px !important;
/* 1885 */   display: inline-block;
/* 1886 */   font-size: 18px;
/* 1887 */   text-align: center;
/* 1888 */   position: relative;
/* 1889 */   top: -1px;
/* 1890 */ }
/* 1891 */ .td-mobile-content .sub-menu .fa {
/* 1892 */   margin-right: 5px;
/* 1893 */   min-width: 16px !important;
/* 1894 */   font-size: 13px;
/* 1895 */ }
/* 1896 */ .td-mobile-content ul {
/* 1897 */   list-style: none;
/* 1898 */   margin: 0;
/* 1899 */   padding: 0;
/* 1900 */ }

/* style.css */

/* 1901 */ .td-mobile-content li {
/* 1902 */   float: none;
/* 1903 */   margin-left: 0;
/* 1904 */   -webkit-touch-callout: none;
/* 1905 */   -webkit-user-select: none;
/* 1906 */   user-select: none;
/* 1907 */ }
/* 1908 */ .td-mobile-content li a {
/* 1909 */   display: block;
/* 1910 */   line-height: 21px;
/* 1911 */   font-size: 21px;
/* 1912 */   color: var(--td_mobile_text_color, #ffffff);
/* 1913 */   margin-left: 0;
/* 1914 */   padding: 12px 30px 12px 12px;
/* 1915 */   font-weight: bold;
/* 1916 */ }
/* 1917 */ .td-mobile-content .td_mobile_submenu > a .td-icon-menu-right {
/* 1918 */   display: inline-block;
/* 1919 */ }
/* 1920 */ .td-mobile-content .td-icon-menu-right {
/* 1921 */   display: none;
/* 1922 */   position: absolute;
/* 1923 */   cursor: pointer;
/* 1924 */   top: 10px;
/* 1925 */   right: -4px;
/* 1926 */   z-index: 1000;
/* 1927 */   font-size: 14px;
/* 1928 */   padding: 6px 12px;
/* 1929 */   float: right;
/* 1930 */   color: var(--td_mobile_text_color, #ffffff);
/* 1931 */   -webkit-transform-origin: 50% 48% 0px;
/* 1932 */   transform-origin: 50% 48% 0px;
/* 1933 */   -webkit-transition: transform 0.3s ease;
/* 1934 */   transition: transform 0.3s ease;
/* 1935 */   transform: rotate(-90deg);
/* 1936 */   -webkit-transform: rotate(-90deg);
/* 1937 */ }
/* 1938 */ .td-mobile-content .td-icon-menu-right:before {
/* 1939 */   content: '\e83d';
/* 1940 */ }
/* 1941 */ .td-mobile-content .td-sub-menu-open > a i {
/* 1942 */   transform: rotate(0deg);
/* 1943 */   -webkit-transform: rotate(0deg);
/* 1944 */ }
/* 1945 */ .td-mobile-content .td-sub-menu-open > ul {
/* 1946 */   display: block;
/* 1947 */   max-height: 2000px;
/* 1948 */   opacity: 0.9;
/* 1949 */ }
/* 1950 */ .td-mobile-content .sub-menu {

/* style.css */

/* 1951 */   max-height: 0;
/* 1952 */   overflow: hidden;
/* 1953 */   opacity: 0;
/* 1954 */   -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
/* 1955 */   transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
/* 1956 */   /* 2nd level submenu */
/* 1957 */ }
/* 1958 */ .td-mobile-content .sub-menu .td-icon-menu-right {
/* 1959 */   font-size: 11px;
/* 1960 */   right: -2px;
/* 1961 */   top: 8px;
/* 1962 */   color: var(--td_mobile_text_color, #ffffff);
/* 1963 */ }
/* 1964 */ .td-mobile-content .sub-menu a {
/* 1965 */   padding: 9px 26px 9px 36px !important;
/* 1966 */   line-height: 19px;
/* 1967 */   font-size: 16px;
/* 1968 */   font-weight: normal;
/* 1969 */ }
/* 1970 */ .td-mobile-content .sub-menu .sub-menu {
/* 1971 */   /* 3rd level submenu */
/* 1972 */ }
/* 1973 */ .td-mobile-content .sub-menu .sub-menu a {
/* 1974 */   padding-left: 55px !important;
/* 1975 */ }
/* 1976 */ .td-mobile-content .sub-menu .sub-menu .sub-menu a {
/* 1977 */   padding-left: 74px !important;
/* 1978 */ }
/* 1979 */ .td-mobile-content .current-menu-item > a,
/* 1980 */ .td-mobile-content .current-menu-ancestor > a,
/* 1981 */ .td-mobile-content .current-category-ancestor > a {
/* 1982 */   color: var(--td_mobile_text_active_color, #73c7e3);
/* 1983 */ }
/* 1984 */ .td-mobile-content .menu_icon {
/* 1985 */   display: none;
/* 1986 */ }
/* 1987 */ .td-mobile-content .menu-item-has-children a {
/* 1988 */   width: 100%;
/* 1989 */   z-index: 1;
/* 1990 */ }
/* 1991 */ .td-mobile-content .td-link-element-after {
/* 1992 */   position: relative;
/* 1993 */ }
/* 1994 */ .rtl .td-mobile-content .td-icon-menu-right {
/* 1995 */   right: auto;
/* 1996 */   left: -4px;
/* 1997 */   transform: rotate(90deg);
/* 1998 */   -webkit-transform: rotate(90deg);
/* 1999 */ }
/* 2000 */ .rtl .td-mobile-content .td-sub-menu-open > a i {

/* style.css */

/* 2001 */   transform: rotate(0deg);
/* 2002 */   -webkit-transform: rotate(0deg);
/* 2003 */ }
/* 2004 */ .td-menu-mob-open-menu #td-outer-wrap {
/* 2005 */   position: fixed;
/* 2006 */   transform: scale3d(0.9, 0.9, 0.9);
/* 2007 */   -webkit-transform: scale3d(0.9, 0.9, 0.9);
/* 2008 */   -webkit-box-shadow: 0 0 46px #000000;
/* 2009 */   box-shadow: 0 0 46px #000000;
/* 2010 */ }
/* 2011 */ .td-menu-mob-open-menu #td-mobile-nav {
/* 2012 */   height: calc(100% + 1px);
/* 2013 */   overflow: auto;
/* 2014 */   transform: translate3d(0, 0, 0);
/* 2015 */   -webkit-transform: translate3d(0, 0, 0);
/* 2016 */   left: 0;
/* 2017 */ }
/* 2018 */ .td-menu-mob-open-menu #td-mobile-nav label {
/* 2019 */   -webkit-transition: all 0.2s ease;
/* 2020 */   transition: all 0.2s ease;
/* 2021 */ }
/* 2022 */ .td-menu-mob-open-menu #td-mobile-nav .td-login-animation {
/* 2023 */   -webkit-transition: all 0.5s ease 0.5s;
/* 2024 */   transition: all 0.5s ease 0.5s;
/* 2025 */ }
/* 2026 */ .td-menu-mob-open-menu .td-menu-background {
/* 2027 */   transform: translate3d(0, 0, 0);
/* 2028 */   -webkit-transform: translate3d(0, 0, 0);
/* 2029 */ }
/* 2030 */ .td-menu-mob-open-menu .td-mobile-container {
/* 2031 */   -webkit-transition: all 0.5s ease 0.5s;
/* 2032 */   transition: all 0.5s ease 0.5s;
/* 2033 */ }
/* 2034 */ /*
/* 2035 *|   Mobile menu - login
/* 2036 *| */
/* 2037 */ /*
/* 2038 *|     Animation
/* 2039 *| */
/* 2040 */ .td-mobile-container {
/* 2041 */   opacity: 1;
/* 2042 */ }
/* 2043 */ .td-hide-menu-content .td-mobile-container {
/* 2044 */   opacity: 0;
/* 2045 */   visibility: hidden;
/* 2046 */   -webkit-transition: all 0.5s ease 0s;
/* 2047 */   transition: all 0.5s ease 0s;
/* 2048 */ }
/* 2049 */ .td-hide-menu-content .td-mobile-content {
/* 2050 */   display: none;

/* style.css */

/* 2051 */ }
/* 2052 */ #td-mobile-nav .td-login-animation {
/* 2053 */   opacity: 0;
/* 2054 */   position: absolute;
/* 2055 */   top: 0;
/* 2056 */   width: 100%;
/* 2057 */ }
/* 2058 */ #td-mobile-nav .td-login-animation .td-login-inputs {
/* 2059 */   height: 76px;
/* 2060 */ }
/* 2061 */ .td-login-hide-mob {
/* 2062 */   pointer-events: none;
/* 2063 */ }
/* 2064 */ #td-mobile-nav .td-login-hide {
/* 2065 */   -webkit-transition: all 0.5s ease 0s;
/* 2066 */   transition: all 0.5s ease 0s;
/* 2067 */   visibility: hidden !important;
/* 2068 */ }
/* 2069 */ #td-mobile-nav .td-login-show {
/* 2070 */   visibility: visible !important;
/* 2071 */   opacity: 1;
/* 2072 */   pointer-events: auto;
/* 2073 */ }
/* 2074 */ /*
/* 2075 *|   Search
/* 2076 *| */
/* 2077 */ .td-search-wrap-mob {
/* 2078 */   padding: 0;
/* 2079 */   position: absolute;
/* 2080 */   width: 100%;
/* 2081 */   height: auto;
/* 2082 */   top: 0;
/* 2083 */   text-align: center;
/* 2084 */   z-index: 9999;
/* 2085 */   visibility: hidden;
/* 2086 */   color: var(--td_mobile_text_color, #ffffff);
/* 2087 */   font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
/* 2088 */ }
/* 2089 */ .td-search-wrap-mob .td-drop-down-search {
/* 2090 */   opacity: 0;
/* 2091 */   visibility: hidden;
/* 2092 */   -webkit-transition: all 0.5s ease 0s;
/* 2093 */   transition: all 0.5s ease 0s;
/* 2094 */   -webkit-backface-visibility: hidden;
/* 2095 */   position: relative;
/* 2096 */ }
/* 2097 */ .td-search-wrap-mob #td-header-search-mob {
/* 2098 */   color: var(--td_mobile_text_color, #ffffff);
/* 2099 */   font-weight: bold;
/* 2100 */   font-size: 26px;

/* style.css */

/* 2101 */   height: 40px;
/* 2102 */   line-height: 36px;
/* 2103 */   border: 0;
/* 2104 */   background: transparent;
/* 2105 */   outline: 0;
/* 2106 */   margin: 8px 0;
/* 2107 */   padding: 0;
/* 2108 */   text-align: center;
/* 2109 */ }
/* 2110 */ .td-search-wrap-mob .td-search-input {
/* 2111 */   margin: 0 5%;
/* 2112 */   position: relative;
/* 2113 */ }
/* 2114 */ .td-search-wrap-mob .td-search-input span {
/* 2115 */   opacity: 0.8;
/* 2116 */   font-size: 12px;
/* 2117 */ }
/* 2118 */ .td-search-wrap-mob .td-search-input:before,
/* 2119 */ .td-search-wrap-mob .td-search-input:after {
/* 2120 */   content: '';
/* 2121 */   position: absolute;
/* 2122 */   display: block;
/* 2123 */   width: 100%;
/* 2124 */   height: 1px;
/* 2125 */   background-color: var(--td_mobile_text_color, #ffffff);
/* 2126 */   bottom: 0;
/* 2127 */   left: 0;
/* 2128 */   opacity: 0.2;
/* 2129 */ }
/* 2130 */ .td-search-wrap-mob .td-search-input:after {
/* 2131 */   opacity: 0.8;
/* 2132 */   transform: scaleX(0);
/* 2133 */   -webkit-transform: scaleX(0);
/* 2134 */   -webkit-transition: transform 0.5s ease 0.8s;
/* 2135 */   transition: transform 0.5s ease 0.8s;
/* 2136 */ }
/* 2137 */ .td-search-wrap-mob .td_module_wrap {
/* 2138 */   text-align: left;
/* 2139 */ }
/* 2140 */ .td-search-wrap-mob .td_module_wrap .entry-title {
/* 2141 */   font-size: 16px;
/* 2142 */   line-height: 20px;
/* 2143 */ }
/* 2144 */ .td-search-wrap-mob .td_module_wrap .entry-title a {
/* 2145 */   color: var(--td_mobile_text_color, #ffffff);
/* 2146 */ }
/* 2147 */ .td-search-wrap-mob .td_module_wrap:hover .entry-title a {
/* 2148 */   color: var(--td_mobile_text_color, #ffffff);
/* 2149 */ }
/* 2150 */ .td-search-wrap-mob .td-post-date {

/* style.css */

/* 2151 */   color: var(--td_mobile_text_color, #dddddd);
/* 2152 */   opacity: 0.8;
/* 2153 */ }
/* 2154 */ .td-search-wrap-mob .td-search-form {
/* 2155 */   margin-bottom: 30px;
/* 2156 */ }
/* 2157 */ .td-search-wrap-mob .td-aj-search-results {
/* 2158 */   margin: 0 5%;
/* 2159 */   text-align: left;
/* 2160 */ }
/* 2161 */ .td-search-wrap-mob .td-module-thumb {
/* 2162 */   top: auto;
/* 2163 */   left: auto;
/* 2164 */ }
/* 2165 */ .td-search-wrap-mob .result-msg {
/* 2166 */   margin: 0 5%;
/* 2167 */ }
/* 2168 */ .td-search-wrap-mob .result-msg a {
/* 2169 */   display: block;
/* 2170 */   text-align: center;
/* 2171 */   width: 100%;
/* 2172 */   text-transform: uppercase;
/* 2173 */   line-height: 50px;
/* 2174 */   color: var(--td_mobile_button_color_mob, #000000);
/* 2175 */   border: none;
/* 2176 */   -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
/* 2177 */   box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
/* 2178 */   margin: 10px 0 40px;
/* 2179 */   font-size: 17px;
/* 2180 */   border-radius: 0;
/* 2181 */   background-color: var(--td_mobile_button_background_mob, #ffffff);
/* 2182 */   opacity: 0.8;
/* 2183 */ }
/* 2184 */ .td-search-background {
/* 2185 */   background-repeat: no-repeat;
/* 2186 */   background-size: cover;
/* 2187 */   background-position: center top;
/* 2188 */   position: fixed;
/* 2189 */   top: 0;
/* 2190 */   display: block;
/* 2191 */   width: 100%;
/* 2192 */   height: 113%;
/* 2193 */   z-index: 9999;
/* 2194 */   -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
/* 2195 */   transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
/* 2196 */   transform: translate3d(100%, 0, 0);
/* 2197 */   -webkit-transform: translate3d(100%, 0, 0);
/* 2198 */   visibility: hidden;
/* 2199 */ }
/* 2200 */ .td-search-background:before {

/* style.css */

/* 2201 */   content: '';
/* 2202 */   width: 100%;
/* 2203 */   height: 100%;
/* 2204 */   position: absolute;
/* 2205 */   top: 0;
/* 2206 */   left: 0;
/* 2207 */   opacity: 0.98;
/* 2208 */   background: #313b45;
/* 2209 */   background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--td_mobile_gradient_one_mob, #313b45)), color-stop(100%, var(--td_mobile_gradient_two_mob, #3393b8)));
/* 2210 */   background: linear-gradient(to bottom, var(--td_mobile_gradient_one_mob, #313b45) 0%, var(--td_mobile_gradient_two_mob, #3393b8) 100%);
/* 2211 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--td_mobile_gradient_one_mob, #313b45)', endColorstr='var(--td_mobile_gradient_two_mob, #3393b8)', GradientType=0);
/* 2212 */ }
/* 2213 */ .td-search-close {
/* 2214 */   text-align: right;
/* 2215 */   z-index: 1000;
/* 2216 */ }
/* 2217 */ .td-search-close .td-icon-close-mobile {
/* 2218 */   height: 70px;
/* 2219 */   width: 70px;
/* 2220 */   line-height: 70px;
/* 2221 */   font-size: 21px;
/* 2222 */   color: var(--td_mobile_text_color, #ffffff);
/* 2223 */   position: relative;
/* 2224 */   top: 4px;
/* 2225 */   right: 0;
/* 2226 */ }
/* 2227 */ .td-search-opened #td-outer-wrap {
/* 2228 */   position: fixed;
/* 2229 */   transform: scale3d(0.9, 0.9, 0.9);
/* 2230 */   -webkit-transform: scale3d(0.9, 0.9, 0.9);
/* 2231 */   -webkit-box-shadow: 0 0 46px;
/* 2232 */   box-shadow: 0 0 46px;
/* 2233 */ }
/* 2234 */ .td-search-opened .td-search-wrap-mob .td-drop-down-search {
/* 2235 */   opacity: 1;
/* 2236 */   visibility: visible !important;
/* 2237 */   -webkit-transition: all 0.5s ease 0.3s;
/* 2238 */   transition: all 0.5s ease 0.3s;
/* 2239 */ }
/* 2240 */ .td-search-opened .td-search-background {
/* 2241 */   transform: translate3d(0, 0, 0);
/* 2242 */   -webkit-transform: translate3d(0, 0, 0);
/* 2243 */   visibility: visible !important;
/* 2244 */ }
/* 2245 */ .td-search-opened .td-search-input:after {
/* 2246 */   transform: scaleX(1);
/* 2247 */   -webkit-transform: scaleX(1);
/* 2248 */ }
/* 2249 */ /*
/* 2250 *|     Search opened menu with admin bar

/* style.css *|

/* 2251 *| */
/* 2252 */ .admin-bar .td-search-wrap-mob {
/* 2253 */   padding-top: 32px;
/* 2254 */ }
/* 2255 */ @media (max-width: 767px) {
/* 2256 */   .admin-bar .td-search-wrap-mob {
/* 2257 */     padding-top: 46px;
/* 2258 */   }
/* 2259 */ }
/* 2260 */ /*
/* 2261 *|     Placeholders
/* 2262 *| */
/* 2263 */ #td-mobile-nav label {
/* 2264 */   position: absolute;
/* 2265 */   top: 26px;
/* 2266 */   left: 10px;
/* 2267 */   font-size: 17px;
/* 2268 */   color: var(--td_mobile_text_color, #ffffff);
/* 2269 */   opacity: 0.6;
/* 2270 */   pointer-events: none;
/* 2271 */ }
/* 2272 */ .td-login-inputs {
/* 2273 */   position: relative;
/* 2274 */ }
/* 2275 */ /*
/* 2276 *| ----------------------------------------------------------------------------
/* 2277 *|   Site wide > typography style
/* 2278 *| ----------------------------------------------------------------------------
/* 2279 *| */
/* 2280 */ body {
/* 2281 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 2282 */   font-size: 14px;
/* 2283 */   line-height: 21px;
/* 2284 */ }
/* 2285 */ p {
/* 2286 */   margin-top: 0;
/* 2287 */   margin-bottom: 21px;
/* 2288 */ }
/* 2289 */ a:active,
/* 2290 */ a:focus {
/* 2291 */   outline: none;
/* 2292 */ }
/* 2293 */ a {
/* 2294 */   color: var(--td_theme_color, #4db2ec);
/* 2295 */   text-decoration: none;
/* 2296 */ }
/* 2297 */ ins {
/* 2298 */   background: #fff;
/* 2299 */   text-decoration: none;
/* 2300 */ }

/* style.css */

/* 2301 */ code {
/* 2302 */   position: relative;
/* 2303 */   top: -1px;
/* 2304 */   border: none;
/* 2305 */   background-color: #F1F1F1;
/* 2306 */   padding: 2px 6px;
/* 2307 */ }
/* 2308 */ pre {
/* 2309 */   background-color: #f1f1f1;
/* 2310 */   padding: 4px 10px;
/* 2311 */   border: none;
/* 2312 */   border-radius: 0;
/* 2313 */   margin-top: 24px;
/* 2314 */   overflow: auto;
/* 2315 */ }
/* 2316 */ cite {
/* 2317 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 2318 */   font-size: 13px;
/* 2319 */   font-style: italic;
/* 2320 */   font-weight: normal;
/* 2321 */   text-transform: none;
/* 2322 */   color: #000;
/* 2323 */ }
/* 2324 */ cite a {
/* 2325 */   color: #000;
/* 2326 */ }
/* 2327 */ cite a:hover {
/* 2328 */   color: var(--td_theme_color, #4db2ec);
/* 2329 */ }
/* 2330 */ q {
/* 2331 */   font-style: italic;
/* 2332 */ }
/* 2333 */ ul,
/* 2334 */ ol {
/* 2335 */   padding: 0;
/* 2336 */ }
/* 2337 */ ul li,
/* 2338 */ ol li {
/* 2339 */   line-height: 24px;
/* 2340 */   margin-left: 21px;
/* 2341 */ }
/* 2342 */ .wp-block-navigation li {
/* 2343 */   line-height: 1.2;
/* 2344 */   margin-left: 0;
/* 2345 */ }
/* 2346 */ .dl-horizontal a {
/* 2347 */   font-weight: 500 !important;
/* 2348 */ }
/* 2349 */ .dl-horizontal dt {
/* 2350 */   width: 70px;

/* style.css */

/* 2351 */   font-weight: 400;
/* 2352 */   line-height: 24px;
/* 2353 */   font-size: 15px;
/* 2354 */ }
/* 2355 */ .dl-horizontal dd {
/* 2356 */   margin-left: 90px;
/* 2357 */   line-height: 24px;
/* 2358 */   font-size: 14px;
/* 2359 */ }
/* 2360 */ address {
/* 2361 */   font-size: inherit !important;
/* 2362 */   line-height: inherit !important;
/* 2363 */   margin-bottom: 21px;
/* 2364 */ }
/* 2365 */ big {
/* 2366 */   text-transform: uppercase;
/* 2367 */ }
/* 2368 */ embed {
/* 2369 */   width: 100%;
/* 2370 */ }
/* 2371 */ /*  ----------------------------------------------------------------------------
/* 2372 *|      table
/* 2373 *| */
/* 2374 */ table {
/* 2375 */   width: 100%;
/* 2376 */ }
/* 2377 */ table th {
/* 2378 */   text-align: left;
/* 2379 */   border: 1px solid var(--td_grid_border_color, #ededed);
/* 2380 */   padding: 2px 8px;
/* 2381 */ }
/* 2382 */ table td {
/* 2383 */   border: 1px solid var(--td_grid_border_color, #ededed);
/* 2384 */   padding: 2px 8px;
/* 2385 */ }
/* 2386 */ table .odd td {
/* 2387 */   background-color: #fcfcfc;
/* 2388 */ }
/* 2389 */ /*  ----------------------------------------------------------------------------
/* 2390 *|     h
/* 2391 *| */
/* 2392 */ h1,
/* 2393 */ h2,
/* 2394 */ h3,
/* 2395 */ h4,
/* 2396 */ h5,
/* 2397 */ h6 {
/* 2398 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 2399 */   color: var(--td_text_color, #111111);
/* 2400 */   font-weight: 400;

/* style.css */

/* 2401 */   margin: 6px 0;
/* 2402 */ }
/* 2403 */ h1 > a,
/* 2404 */ h2 > a,
/* 2405 */ h3 > a,
/* 2406 */ h4 > a,
/* 2407 */ h5 > a,
/* 2408 */ h6 > a {
/* 2409 */   color: var(--td_text_color, #111111);
/* 2410 */ }
/* 2411 */ div.td-block-title {
/* 2412 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 2413 */   color: var(--td_text_color, #111111);
/* 2414 */ }
/* 2415 */ p.td-module-title,
/* 2416 */ p.tdb-subcategory-name {
/* 2417 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 2418 */   color: var(--td_text_color, #111111);
/* 2419 */ }
/* 2420 */ p.td-module-title > a,
/* 2421 */ p.tdb-subcategory-name > a {
/* 2422 */   color: var(--td_text_color, #111111);
/* 2423 */ }
/* 2424 */ h1 {
/* 2425 */   font-size: 32px;
/* 2426 */   line-height: 40px;
/* 2427 */   margin-top: 33px;
/* 2428 */   margin-bottom: 23px;
/* 2429 */ }
/* 2430 */ h2 {
/* 2431 */   font-size: 27px;
/* 2432 */   line-height: 38px;
/* 2433 */   margin-top: 30px;
/* 2434 */   margin-bottom: 20px;
/* 2435 */ }
/* 2436 */ h3 {
/* 2437 */   font-size: 22px;
/* 2438 */   line-height: 30px;
/* 2439 */   margin-top: 27px;
/* 2440 */   margin-bottom: 17px;
/* 2441 */ }
/* 2442 */ h4 {
/* 2443 */   font-size: 19px;
/* 2444 */   line-height: 29px;
/* 2445 */   margin-top: 24px;
/* 2446 */   margin-bottom: 14px;
/* 2447 */ }
/* 2448 */ h5 {
/* 2449 */   font-size: 17px;
/* 2450 */   line-height: 25px;

/* style.css */

/* 2451 */   margin-top: 21px;
/* 2452 */   margin-bottom: 11px;
/* 2453 */ }
/* 2454 */ h6 {
/* 2455 */   font-size: 16px;
/* 2456 */   line-height: 24px;
/* 2457 */   margin-top: 21px;
/* 2458 */   margin-bottom: 11px;
/* 2459 */ }
/* 2460 */ .videopress-placeholder {
/* 2461 */   width: 100% !important;
/* 2462 */ }
/* 2463 */ .videopress-poster {
/* 2464 */   height: auto !important;
/* 2465 */   width: 100% !important;
/* 2466 */ }
/* 2467 */ .video-player {
/* 2468 */   width: 100% !important;
/* 2469 */ }
/* 2470 */ /*
/* 2471 *| ----------------------------------------------------------------------------
/* 2472 *|   Site wide > Forms
/* 2473 *| ----------------------------------------------------------------------------
/* 2474 *| */
/* 2475 */ textarea {
/* 2476 */   font-size: 12px;
/* 2477 */   line-height: 21px;
/* 2478 */   color: #444;
/* 2479 */   border: 1px solid #e1e1e1;
/* 2480 */   width: 100%;
/* 2481 */   max-width: 100%;
/* 2482 */   height: 168px;
/* 2483 */   min-height: 168px;
/* 2484 */   padding: 6px 9px;
/* 2485 */   /* responsive portrait phone */
/* 2486 */ }
/* 2487 */ @media (max-width: 767px) {
/* 2488 */   textarea {
/* 2489 */     font-size: 16px;
/* 2490 */   }
/* 2491 */ }
/* 2492 */ textarea:active,
/* 2493 */ textarea:focus {
/* 2494 */   border-color: #b0b0b0 !important;
/* 2495 */ }
/* 2496 */ textarea:focus,
/* 2497 */ input:focus,
/* 2498 */ input[type]:focus {
/* 2499 */   outline: 0 none;
/* 2500 */ }

/* style.css */

/* 2501 */ /* Input buttons */
/* 2502 */ input[type=submit] {
/* 2503 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 2504 */   font-size: 13px;
/* 2505 */   background-color: var(--td_black, #222222);
/* 2506 */   border-radius: 0;
/* 2507 */   color: #fff;
/* 2508 */   border: none;
/* 2509 */   padding: 8px 15px;
/* 2510 */   font-weight: 500;
/* 2511 */   -webkit-transition: background-color 0.4s;
/* 2512 */   transition: background-color 0.4s;
/* 2513 */ }
/* 2514 */ input[type=submit]:hover {
/* 2515 */   background-color: var(--td_theme_color, #4db2ec);
/* 2516 */ }
/* 2517 */ input[type=text],
/* 2518 */ input[type=url],
/* 2519 */ input[type=tel],
/* 2520 */ input[type=email] {
/* 2521 */   font-size: 12px;
/* 2522 */   line-height: 21px;
/* 2523 */   color: #444;
/* 2524 */   border: 1px solid #e1e1e1;
/* 2525 */   width: 100%;
/* 2526 */   max-width: 100%;
/* 2527 */   height: 34px;
/* 2528 */   padding: 3px 9px;
/* 2529 */   /* responsive portrait phone */
/* 2530 */ }
/* 2531 */ @media (max-width: 767px) {
/* 2532 */   input[type=text],
/* 2533 */   input[type=url],
/* 2534 */   input[type=tel],
/* 2535 */   input[type=email] {
/* 2536 */     font-size: 16px;
/* 2537 */   }
/* 2538 */ }
/* 2539 */ input[type=text]:active,
/* 2540 */ input[type=url]:active,
/* 2541 */ input[type=tel]:active,
/* 2542 */ input[type=email]:active,
/* 2543 */ input[type=text]:focus,
/* 2544 */ input[type=url]:focus,
/* 2545 */ input[type=tel]:focus,
/* 2546 */ input[type=email]:focus {
/* 2547 */   border-color: #b0b0b0 !important;
/* 2548 */ }
/* 2549 */ input[type=password] {
/* 2550 */   width: 100%;

/* style.css */

/* 2551 */   position: relative;
/* 2552 */   top: 0;
/* 2553 */   display: inline-table;
/* 2554 */   vertical-align: middle;
/* 2555 */   font-size: 12px;
/* 2556 */   line-height: 21px;
/* 2557 */   color: #444;
/* 2558 */   border: 1px solid #ccc;
/* 2559 */   max-width: 100%;
/* 2560 */   height: 34px;
/* 2561 */   padding: 3px 9px;
/* 2562 */   margin-bottom: 10px;
/* 2563 */   /* responsive portrait phone */
/* 2564 */ }
/* 2565 */ @media (max-width: 767px) {
/* 2566 */   input[type=password] {
/* 2567 */     font-size: 16px;
/* 2568 */   }
/* 2569 */ }
/* 2570 */ /*
/* 2571 *| ----------------------------------------------------------------------------
/* 2572 *|   Site wide > WordPress Text, Images & Captions
/* 2573 *| ----------------------------------------------------------------------------
/* 2574 *| */
/* 2575 */ .tagdiv-type {
/* 2576 */   /*  ----------------------------------------------------------------------------
/* 2577 *|     text and Images align
/* 2578 *|   */
/* 2579 */   font-size: 15px;
/* 2580 */   line-height: 1.74;
/* 2581 */   color: #222;
/* 2582 */   /*  ----------------------------------------------------------------------------
/* 2583 *|     quote :not(.wp-block-quote)
/* 2584 *| */
/* 2585 */ }
/* 2586 */ .tagdiv-type img {
/* 2587 */   margin-bottom: 21px;
/* 2588 */ }
/* 2589 */ .tagdiv-type .wp-block-embed {
/* 2590 */   margin-bottom: 26px;
/* 2591 */ }
/* 2592 */ .tagdiv-type figure img {
/* 2593 */   margin-bottom: 0;
/* 2594 */ }
/* 2595 */ .tagdiv-type .alignnone {
/* 2596 */   display: inline-block;
/* 2597 */   margin: 0 5px;
/* 2598 */   /* responsive portrait phone */
/* 2599 */ }
/* 2600 */ @media (max-width: 767px) {

/* style.css */

/* 2601 */   .tagdiv-type .alignnone {
/* 2602 */     margin: 0 10px 0 0;
/* 2603 */   }
/* 2604 */ }
/* 2605 */ .tagdiv-type a:hover {
/* 2606 */   text-decoration: underline;
/* 2607 */ }
/* 2608 */ .tagdiv-type ul,
/* 2609 */ .tagdiv-type ol {
/* 2610 */   margin-bottom: 26px;
/* 2611 */ }
/* 2612 */ .tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item),
/* 2613 */ .tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item) {
/* 2614 */   line-height: inherit;
/* 2615 */   margin-bottom: 10px;
/* 2616 */ }
/* 2617 */ .tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child,
/* 2618 */ .tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child {
/* 2619 */   margin-bottom: 0;
/* 2620 */ }
/* 2621 */ .tagdiv-type li ul,
/* 2622 */ .tagdiv-type li ol {
/* 2623 */   margin-bottom: 0;
/* 2624 */ }
/* 2625 */ .tagdiv-type li[style="text-align: center;"],
/* 2626 */ .tagdiv-type li[style="text-align: right;"] {
/* 2627 */   list-style-position: inside;
/* 2628 */   margin-left: -21px;
/* 2629 */ }
/* 2630 */ .tagdiv-type p {
/* 2631 */   margin-bottom: 26px;
/* 2632 */ }
/* 2633 */ .tagdiv-type .td-arrow-list {
/* 2634 */   list-style: none;
/* 2635 */   margin-left: 16px;
/* 2636 */ }
/* 2637 */ .tagdiv-type .td-arrow-list li:before {
/* 2638 */   font-family: 'newspaper', sans-serif;
/* 2639 */   content: '\e803';
/* 2640 */   float: left;
/* 2641 */   margin-left: -16px;
/* 2642 */   line-height: 26px;
/* 2643 */   font-size: 14px;
/* 2644 */ }
/* 2645 */ .tagdiv-type embed,
/* 2646 */ .tagdiv-type iframe,
/* 2647 */ .tagdiv-type object {
/* 2648 */   max-width: 100% !important;
/* 2649 */ }
/* 2650 */ .tagdiv-type iframe.instagram-media {

/* style.css */

/* 2651 */   margin: 1px 0 12px !important;
/* 2652 */ }
/* 2653 */ .tagdiv-type blockquote {
/* 2654 */   padding: 0;
/* 2655 */   position: relative;
/* 2656 */   border-left: none;
/* 2657 */   margin: 40px 5% 38px;
/* 2658 */   font-style: italic;
/* 2659 */   text-align: center;
/* 2660 */   /* responsive portrait phone */
/* 2661 */ }
/* 2662 */ @media (max-width: 767px) {
/* 2663 */   .tagdiv-type blockquote {
/* 2664 */     margin: 20px 3% 18px;
/* 2665 */   }
/* 2666 */ }
/* 2667 */ .tagdiv-type blockquote p {
/* 2668 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 2669 */   font-size: 32px;
/* 2670 */   line-height: 40px;
/* 2671 */   font-weight: 400;
/* 2672 */   text-transform: uppercase;
/* 2673 */   color: var(--td_theme_color, #4db2ec);
/* 2674 */   word-wrap: break-word;
/* 2675 */   /* responsive portrait tablet */
/* 2676 */   /* responsive portrait phone */
/* 2677 */ }
/* 2678 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2679 */   .tagdiv-type blockquote p {
/* 2680 */     font-size: 24px;
/* 2681 */     line-height: 32px;
/* 2682 */   }
/* 2683 */ }
/* 2684 */ @media (max-width: 767px) {
/* 2685 */   .tagdiv-type blockquote p {
/* 2686 */     font-size: 22px;
/* 2687 */     line-height: 30px;
/* 2688 */   }
/* 2689 */ }
/* 2690 */ .tagdiv-type blockquote cite {
/* 2691 */   display: block;
/* 2692 */ }
/* 2693 */ .tagdiv-type .td_quote_right {
/* 2694 */   float: right;
/* 2695 */   width: 50%;
/* 2696 */   margin: 21px 0 21px 21px;
/* 2697 */   /* responsive portrait phone */
/* 2698 */ }
/* 2699 */ @media (max-width: 767px) {
/* 2700 */   .tagdiv-type .td_quote_right {

/* style.css */

/* 2701 */     float: none;
/* 2702 */     width: auto;
/* 2703 */     margin-right: 5%;
/* 2704 */     margin-left: 5%;
/* 2705 */   }
/* 2706 */ }
/* 2707 */ .tagdiv-type .td_quote_left {
/* 2708 */   float: left;
/* 2709 */   width: 50%;
/* 2710 */   margin: 18px 18px 18px 0;
/* 2711 */   /* responsive portrait phone */
/* 2712 */ }
/* 2713 */ @media (max-width: 767px) {
/* 2714 */   .tagdiv-type .td_quote_left {
/* 2715 */     float: none;
/* 2716 */     width: auto;
/* 2717 */     margin-right: 5%;
/* 2718 */     margin-left: 5%;
/* 2719 */   }
/* 2720 */ }
/* 2721 */ .tagdiv-type .td_quote_left p,
/* 2722 */ .tagdiv-type .td_quote_left cite {
/* 2723 */   text-align: left;
/* 2724 */   /* responsive portrait phone */
/* 2725 */ }
/* 2726 */ @media (max-width: 767px) {
/* 2727 */   .tagdiv-type .td_quote_left p,
/* 2728 */   .tagdiv-type .td_quote_left cite {
/* 2729 */     text-align: center;
/* 2730 */   }
/* 2731 */ }
/* 2732 */ .tagdiv-type .td_quote_box {
/* 2733 */   margin: 0;
/* 2734 */   background-color: var(--td_container_transparent, #fcfcfc);
/* 2735 */   border-left: 2px solid var(--td_theme_color, #4db2ec);
/* 2736 */   padding: 15px 23px 16px 23px;
/* 2737 */   position: relative;
/* 2738 */   top: 6px;
/* 2739 */   clear: both;
/* 2740 */ }
/* 2741 */ .tagdiv-type .td_quote_box p {
/* 2742 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 2743 */   color: #777;
/* 2744 */   font-size: 13px;
/* 2745 */   line-height: 21px;
/* 2746 */   margin: 0;
/* 2747 */   text-transform: none;
/* 2748 */ }
/* 2749 */ .tagdiv-type .td_quote_box cite {
/* 2750 */   margin-top: 20px;

/* style.css */

/* 2751 */   font-size: 11px;
/* 2752 */ }
/* 2753 */ .tagdiv-type .td_box_left {
/* 2754 */   width: 40%;
/* 2755 */   float: left;
/* 2756 */   margin: 0 34px 20px 0;
/* 2757 */   /* responsive portrait phone */
/* 2758 */ }
/* 2759 */ @media (max-width: 767px) {
/* 2760 */   .tagdiv-type .td_box_left {
/* 2761 */     float: none;
/* 2762 */     margin: 0 0 36px 0;
/* 2763 */     width: auto;
/* 2764 */   }
/* 2765 */ }
/* 2766 */ .tagdiv-type .td_box_left p,
/* 2767 */ .tagdiv-type .td_box_left cite {
/* 2768 */   text-align: left;
/* 2769 */ }
/* 2770 */ .tagdiv-type .td_box_right {
/* 2771 */   width: 30%;
/* 2772 */   float: right;
/* 2773 */   margin: 0 0 20px 34px;
/* 2774 */   /* responsive portrait phone */
/* 2775 */ }
/* 2776 */ @media (max-width: 767px) {
/* 2777 */   .tagdiv-type .td_box_right {
/* 2778 */     float: none;
/* 2779 */     margin: 0 0 36px 0;
/* 2780 */     width: auto;
/* 2781 */   }
/* 2782 */ }
/* 2783 */ .tagdiv-type .td_box_right p,
/* 2784 */ .tagdiv-type .td_box_right cite {
/* 2785 */   text-align: left;
/* 2786 */ }
/* 2787 */ .tagdiv-type .td_box_center {
/* 2788 */   margin: 0 0 29px 0;
/* 2789 */   /* responsive portrait phone */
/* 2790 */ }
/* 2791 */ @media (max-width: 767px) {
/* 2792 */   .tagdiv-type .td_box_center {
/* 2793 */     margin-bottom: 36px;
/* 2794 */   }
/* 2795 */ }
/* 2796 */ .tagdiv-type .wp-block-pullquote blockquote,
/* 2797 */ .tagdiv-type .td_pull_quote {
/* 2798 */   padding: 18px 25px;
/* 2799 */   margin: 0;
/* 2800 */   clear: both;

/* style.css */

/* 2801 */ }
/* 2802 */ .tagdiv-type .wp-block-pullquote blockquote p,
/* 2803 */ .tagdiv-type .td_pull_quote p {
/* 2804 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 2805 */   text-transform: none;
/* 2806 */   text-align: center;
/* 2807 */ }
/* 2808 */ .tagdiv-type .wp-block-pullquote blockquote p:first-child:before,
/* 2809 */ .tagdiv-type .td_pull_quote p:first-child:before {
/* 2810 */   position: absolute;
/* 2811 */   left: 0;
/* 2812 */   display: block;
/* 2813 */   content: '';
/* 2814 */   width: 15px;
/* 2815 */   height: 15px;
/* 2816 */   box-sizing: border-box;
/* 2817 */   -webkit-box-sizing: border-box;
/* 2818 */   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
/* 2819 */ }
/* 2820 */ .tagdiv-type .wp-block-pullquote blockquote p:after,
/* 2821 */ .tagdiv-type .td_pull_quote p:after {
/* 2822 */   position: absolute;
/* 2823 */   bottom: 10px;
/* 2824 */   right: 0;
/* 2825 */   display: block;
/* 2826 */   content: '';
/* 2827 */   width: 15px;
/* 2828 */   height: 15px;
/* 2829 */   box-sizing: border-box;
/* 2830 */   -webkit-box-sizing: border-box;
/* 2831 */   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
/* 2832 */ }
/* 2833 */ .tagdiv-type .wp-block-pullquote blockquote cite,
/* 2834 */ .tagdiv-type .td_pull_quote cite {
/* 2835 */   margin-top: -10px;
/* 2836 */   font-size: 11px;
/* 2837 */ }
/* 2838 */ .tagdiv-type .td_pull_quote p {
/* 2839 */   font-size: 14px;
/* 2840 */   line-height: 26px;
/* 2841 */   font-weight: 600;
/* 2842 */ }
/* 2843 */ .tagdiv-type .wp-block-pullquote blockquote,
/* 2844 */ .tagdiv-type .td_pull_center {
/* 2845 */   margin: 17px 0;
/* 2846 */   padding: 15px 50px;
/* 2847 */   /* responsive portrait phone */
/* 2848 */ }
/* 2849 */ @media (max-width: 767px) {
/* 2850 */   .tagdiv-type .wp-block-pullquote blockquote,

/* style.css */

/* 2851 */   .tagdiv-type .td_pull_center {
/* 2852 */     padding: 15px 20px;
/* 2853 */   }
/* 2854 */ }
/* 2855 */ .tagdiv-type .wp-block-pullquote {
/* 2856 */   padding: 0;
/* 2857 */   color: var(--td_theme_color, #4db2ec);
/* 2858 */ }
/* 2859 */ .tagdiv-type .wp-block-pullquote.has-text-color p,
/* 2860 */ .tagdiv-type .wp-block-pullquote.has-text-color cite {
/* 2861 */   color: inherit;
/* 2862 */ }
/* 2863 */ .tagdiv-type .wp-block-pullquote cite {
/* 2864 */   color: #6c7781;
/* 2865 */ }
/* 2866 */ .tagdiv-type .wp-block-pullquote.alignfull blockquote {
/* 2867 */   margin-left: 30px;
/* 2868 */   margin-right: 30px;
/* 2869 */ }
/* 2870 */ .tagdiv-type .wp-block-pullquote.alignleft,
/* 2871 */ .tagdiv-type .td_pull_left {
/* 2872 */   width: 40%;
/* 2873 */   margin-right: 34px;
/* 2874 */   /* responsive portrait phone */
/* 2875 */ }
/* 2876 */ @media (max-width: 767px) {
/* 2877 */   .tagdiv-type .wp-block-pullquote.alignleft,
/* 2878 */   .tagdiv-type .td_pull_left {
/* 2879 */     float: none;
/* 2880 */     margin: 0 0 30px 0;
/* 2881 */     width: auto;
/* 2882 */   }
/* 2883 */ }
/* 2884 */ .tagdiv-type .td_pull_left {
/* 2885 */   float: left;
/* 2886 */ }
/* 2887 */ .tagdiv-type .wp-block-pullquote.alignright,
/* 2888 */ .tagdiv-type .td_pull_right {
/* 2889 */   width: 30%;
/* 2890 */   margin-left: 24px;
/* 2891 */   /* responsive portrait phone */
/* 2892 */ }
/* 2893 */ @media (max-width: 767px) {
/* 2894 */   .tagdiv-type .wp-block-pullquote.alignright,
/* 2895 */   .tagdiv-type .td_pull_right {
/* 2896 */     float: none;
/* 2897 */     margin: 0 0 30px 0;
/* 2898 */     width: auto;
/* 2899 */   }
/* 2900 */ }

/* style.css */

/* 2901 */ .tagdiv-type .td_pull_right {
/* 2902 */   float: right;
/* 2903 */ }
/* 2904 */ .tagdiv-type .wp-block-pullquote.alignleft,
/* 2905 */ .tagdiv-type .wp-block-pullquote.alignright {
/* 2906 */   margin-top: 0;
/* 2907 */   margin-bottom: 0 !important;
/* 2908 */   /* responsive portrait phone */
/* 2909 */ }
/* 2910 */ .tagdiv-type .wp-block-pullquote.alignleft blockquote,
/* 2911 */ .tagdiv-type .wp-block-pullquote.alignright blockquote {
/* 2912 */   margin-top: 0;
/* 2913 */   margin-bottom: 0;
/* 2914 */   padding: 0;
/* 2915 */ }
/* 2916 */ @media (max-width: 767px) {
/* 2917 */   .tagdiv-type .wp-block-pullquote.alignleft,
/* 2918 */   .tagdiv-type .wp-block-pullquote.alignright {
/* 2919 */     max-width: 100%;
/* 2920 */   }
/* 2921 */ }
/* 2922 */ .tagdiv-type .wp-block-pullquote.is-style-solid-color blockquote {
/* 2923 */   max-width: 100%;
/* 2924 */ }
/* 2925 */ @media (max-width: 767px) {
/* 2926 */   .td-md-is-ios .tagdiv-type figure {
/* 2927 */     width: auto;
/* 2928 */   }
/* 2929 */ }
/* 2930 */ img.wp-smiley {
/* 2931 */   width: auto;
/* 2932 */ }
/* 2933 */ .wp-caption-text,
/* 2934 */ .wp-caption-dd {
/* 2935 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 2936 */   text-align: left;
/* 2937 */   margin: 6px 0 26px 0;
/* 2938 */   font-size: 11px;
/* 2939 */   font-style: italic;
/* 2940 */   font-weight: normal;
/* 2941 */   line-height: 17px;
/* 2942 */   color: #444;
/* 2943 */ }
/* 2944 */ .wp-caption {
/* 2945 */   text-align: center;
/* 2946 */   max-width: 100%;
/* 2947 */ }
/* 2948 */ .wp-caption img {
/* 2949 */   max-width: 100% !important;
/* 2950 */ }

/* style.css */

/* 2951 */ .alignnone {
/* 2952 */   margin-top: 0;
/* 2953 */ }
/* 2954 */ .aligncenter {
/* 2955 */   text-align: center;
/* 2956 */   clear: both;
/* 2957 */   display: block;
/* 2958 */   margin: 6px auto;
/* 2959 */ }
/* 2960 */ img.td-center {
/* 2961 */   position: relative;
/* 2962 */   left: 50%;
/* 2963 */   transform: translateX(-50%);
/* 2964 */   max-width: 100vw !important;
/* 2965 */   width: auto !important;
/* 2966 */   margin-left: 0 !important;
/* 2967 */   margin-right: 0 !important;
/* 2968 */ }
/* 2969 */ figure.alignright,
/* 2970 */ figure.alignleft,
/* 2971 */ figure.aligncenter {
/* 2972 */   margin-bottom: 0;
/* 2973 */ }
/* 2974 */ /* responsive portrait phone */
/* 2975 */ @media (max-width: 767px) {
/* 2976 */   .alignleft,
/* 2977 */   .alignright {
/* 2978 */     float: none !important;
/* 2979 */   }
/* 2980 */ }
/* 2981 */ /*  ----------------------------------------------------------------------------
/* 2982 *|     align left
/* 2983 *|      -> on desktop - the tinyMCE size is used
/* 2984 *|      -> on tablet(s) - apply the max-width to make it look nice
/* 2985 *|      -> on phones  - center, max width 100%
/* 2986 *|         + fix for tinyMCE padding
/* 2987 *|      -> on full width td-pb-span12
/* 2988 *| */
/* 2989 */ .alignleft {
/* 2990 */   float: left;
/* 2991 */   margin-top: 6px;
/* 2992 */   margin-right: 24px !important;
/* 2993 */   margin-bottom: 6px !important;
/* 2994 */   /* hack for tinyMCE / post content diffs*/
/* 2995 */   margin-left: 0;
/* 2996 */   /* responsive landscape tablet */
/* 2997 */   /* responsive portrait tablet + phone */
/* 2998 */   /* responsive phone CUSTOM - align the image on center */
/* 2999 */ }
/* 3000 */ @media (min-width: 1019px) and (max-width: 1140px) {

/* style.css */

/* 3001 */   .alignleft {
/* 3002 */     max-width: 312px;
/* 3003 */     margin-right: 21px;
/* 3004 */   }
/* 3005 */ }
/* 3006 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3007 */   .alignleft {
/* 3008 */     max-width: 220px;
/* 3009 */     margin-right: 21px;
/* 3010 */   }
/* 3011 */ }
/* 3012 */ @media (max-width: 767px) {
/* 3013 */   .alignleft {
/* 3014 */     text-align: center;
/* 3015 */     margin-left: auto !important;
/* 3016 */     margin-right: auto !important;
/* 3017 */     max-width: 100%;
/* 3018 */     margin-bottom: 21px;
/* 3019 */   }
/* 3020 */   .alignleft img {
/* 3021 */     text-align: center;
/* 3022 */     margin-left: auto;
/* 3023 */     margin-right: auto;
/* 3024 */   }
/* 3025 */   .alignleft figcaption {
/* 3026 */     text-align: center;
/* 3027 */   }
/* 3028 */ }
/* 3029 */ .mce-content-body .alignleft {
/* 3030 */   margin: 6px 24px 6px 0;
/* 3031 */ }
/* 3032 */ .td-pb-span12 .alignleft,
/* 3033 */ .mceContentBody-max-width-big .alignleft {
/* 3034 */   /* responsive landscape tablet */
/* 3035 */   /* responsive portrait tablet */
/* 3036 */ }
/* 3037 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3038 */   .td-pb-span12 .alignleft,
/* 3039 */   .mceContentBody-max-width-big .alignleft {
/* 3040 */     max-width: 550px !important;
/* 3041 */   }
/* 3042 */ }
/* 3043 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3044 */   .td-pb-span12 .alignleft,
/* 3045 */   .mceContentBody-max-width-big .alignleft {
/* 3046 */     max-width: 400px !important;
/* 3047 */   }
/* 3048 */ }
/* 3049 */ /*  ----------------------------------------------------------------------------
/* 3050 *|     Screen reader text

/* style.css *|

/* 3051 *| */
/* 3052 */ .screen-reader-text {
/* 3053 */   clip: rect(1px, 1px, 1px, 1px);
/* 3054 */   height: 1px;
/* 3055 */   overflow: hidden;
/* 3056 */   position: absolute !important;
/* 3057 */   width: 1px;
/* 3058 */ }
/* 3059 */ /*  ----------------------------------------------------------------------------
/* 3060 *|     align right
/* 3061 *|      -> on desktop - the tinyMCE size is used
/* 3062 *|      -> on tablets - apply the max-width to make it look nice
/* 3063 *|      -> on phones  - center, max width 100%
/* 3064 *|         + fix for tinyMCE padding
/* 3065 *|      -> on full width td-pb-span12
/* 3066 *| */
/* 3067 */ .alignright {
/* 3068 */   float: right;
/* 3069 */   margin-top: 6px;
/* 3070 */   margin-right: 0;
/* 3071 */   margin-bottom: 6px !important;
/* 3072 */   /* hack for tinyMCE / post content diffs*/
/* 3073 */   margin-left: 24px !important;
/* 3074 */   /* responsive landscape tablet */
/* 3075 */   /* responsive portrait tablet + phone */
/* 3076 */   /* responsive phone CUSTOM  - align the image on center */
/* 3077 */ }
/* 3078 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3079 */   .alignright {
/* 3080 */     max-width: 312px;
/* 3081 */     margin-left: 21px;
/* 3082 */   }
/* 3083 */ }
/* 3084 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3085 */   .alignright {
/* 3086 */     max-width: 220px;
/* 3087 */     margin-left: 21px;
/* 3088 */   }
/* 3089 */ }
/* 3090 */ @media (max-width: 767px) {
/* 3091 */   .alignright {
/* 3092 */     text-align: center;
/* 3093 */     margin-left: auto !important;
/* 3094 */     margin-right: auto !important;
/* 3095 */     max-width: 100%;
/* 3096 */     margin-bottom: 21px;
/* 3097 */   }
/* 3098 */   .alignright img {
/* 3099 */     text-align: center;
/* 3100 */     margin-left: auto;

/* style.css */

/* 3101 */     margin-right: auto;
/* 3102 */   }
/* 3103 */   .alignright figcaption {
/* 3104 */     text-align: center;
/* 3105 */   }
/* 3106 */ }
/* 3107 */ .mce-content-body .alignright {
/* 3108 */   margin: 6px 0 6px 24px;
/* 3109 */ }
/* 3110 */ .td-pb-span12 .alignright,
/* 3111 */ .mceContentBody-max-width-big .alignright {
/* 3112 */   /* responsive landscape tablet */
/* 3113 */   /* responsive portrait tablet */
/* 3114 */ }
/* 3115 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3116 */   .td-pb-span12 .alignright,
/* 3117 */   .mceContentBody-max-width-big .alignright {
/* 3118 */     max-width: 550px !important;
/* 3119 */   }
/* 3120 */ }
/* 3121 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3122 */   .td-pb-span12 .alignright,
/* 3123 */   .mceContentBody-max-width-big .alignright {
/* 3124 */     max-width: 400px !important;
/* 3125 */   }
/* 3126 */ }
/* 3127 */ .entry-title a:hover,
/* 3128 */ .td-post-category:hover,
/* 3129 */ .widget a:hover,
/* 3130 */ .td_block_wrap a:hover {
/* 3131 */   text-decoration: none !important;
/* 3132 */ }
/* 3133 */ .wp-block-quote.is-large:not(.td_quote_box),
/* 3134 */ .wp-block-quote.is-style-large:not(.td_quote_box) {
/* 3135 */   padding: 0;
/* 3136 */ }
/* 3137 */ .wp-block-quote.is-large cite,
/* 3138 */ .wp-block-quote.is-style-large cite {
/* 3139 */   font-size: 13px;
/* 3140 */ }
/* 3141 */ .wp-block-quote.is-large:not(.td_quote_left) cite,
/* 3142 */ .wp-block-quote.is-style-large:not(.td_quote_left) cite {
/* 3143 */   text-align: center;
/* 3144 */ }
/* 3145 */ .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
/* 3146 */   max-width: 100px;
/* 3147 */ }
/* 3148 */ .twitter-tweet p {
/* 3149 */   font-family: initial;
/* 3150 */   font-size: initial;

/* style.css */

/* 3151 */   line-height: initial;
/* 3152 */   font-style: initial;
/* 3153 */   text-align: initial;
/* 3154 */   text-transform: initial;
/* 3155 */   color: initial;
/* 3156 */   font-weight: initial;
/* 3157 */ }
/* 3158 */ blockquote small {
/* 3159 */   margin-top: 5px;
/* 3160 */   display: block;
/* 3161 */   font-size: 13px;
/* 3162 */   font-style: italic;
/* 3163 */   font-weight: normal;
/* 3164 */   text-transform: none;
/* 3165 */   color: #444;
/* 3166 */ }
/* 3167 */ blockquote.pull-right {
/* 3168 */   padding-left: 20px;
/* 3169 */   border-right: none;
/* 3170 */ }
/* 3171 */ blockquote.pull-right:after {
/* 3172 */   border-right: 2px solid #FB5502;
/* 3173 */   width: 40px;
/* 3174 */   right: -40px;
/* 3175 */ }
/* 3176 */ /*  ----------------------------------------------------------------------------
/* 3177 *|     dropcaps
/* 3178 *| */
/* 3179 */ .dropcap {
/* 3180 */   float: left;
/* 3181 */   display: block;
/* 3182 */   font-size: 50px;
/* 3183 */   line-height: 56px;
/* 3184 */   background-color: var(--td_theme_color, #4db2ec);
/* 3185 */   color: #fff;
/* 3186 */   text-align: center;
/* 3187 */   margin: 9px 13px 0 0;
/* 3188 */   padding: 2px 10px 4px;
/* 3189 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 3190 */   text-transform: uppercase;
/* 3191 */   min-width: 62px;
/* 3192 */   min-height: 62px;
/* 3193 */ }
/* 3194 */ .dropcap1 {
/* 3195 */   border-radius: 70px;
/* 3196 */   font-size: 40px;
/* 3197 */   padding: 2px 14px 4px;
/* 3198 */ }
/* 3199 */ .dropcap2 {
/* 3200 */   background-color: transparent !important;

/* style.css */

/* 3201 */   color: #4B4B4B;
/* 3202 */   font-size: 79px;
/* 3203 */   line-height: 69px;
/* 3204 */   margin: 0 9px 0 0;
/* 3205 */   padding: 0 13px 0 0;
/* 3206 */ }
/* 3207 */ .dropcap3 {
/* 3208 */   background-color: transparent !important;
/* 3209 */   color: #4B4B4B;
/* 3210 */   font-weight: bold;
/* 3211 */   font-size: 79px;
/* 3212 */   line-height: 69px;
/* 3213 */   margin: 0 9px 0 0;
/* 3214 */   padding: 0 13px 0 0;
/* 3215 */ }
/* 3216 */ /*  ----------------------------------------------------------------------------
/* 3217 *|     text columns
/* 3218 *| */
/* 3219 */ .td_text_columns_two_cols {
/* 3220 */   -webkit-column-count: 2;
/* 3221 */   -moz-column-count: 2;
/* 3222 */   column-count: 2;
/* 3223 */   -webkit-column-gap: 40px;
/* 3224 */   -moz-column-gap: 40px;
/* 3225 */   column-gap: 40px;
/* 3226 */   -webkit-column-rule-style: solid;
/* 3227 */   -moz-column-rule-style: solid;
/* 3228 */   column-rule-style: solid;
/* 3229 */   -webkit-column-rule-width: 1px;
/* 3230 */   -moz-column-rule-width: 1px;
/* 3231 */   column-rule-width: 1px;
/* 3232 */   -webkit-column-rule-color: #e9e9e9;
/* 3233 */   -moz-column-rule-color: #e9e9e9;
/* 3234 */   column-rule-color: #e9e9e9;
/* 3235 */   margin-bottom: 26px;
/* 3236 */ }
/* 3237 */ /*  ----------------------------------------------------------------------------
/* 3238 *|     button
/* 3239 *| */
/* 3240 */ .td_btn {
/* 3241 */   cursor: pointer;
/* 3242 */   display: inline-block;
/* 3243 */   position: relative;
/* 3244 */   color: white;
/* 3245 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 3246 */   font-weight: 600;
/* 3247 */ }
/* 3248 */ .td_btn_sm {
/* 3249 */   padding: 5px 10px;
/* 3250 */   font-size: 12px;

/* style.css */

/* 3251 */   line-height: 1.5;
/* 3252 */ }
/* 3253 */ .td_btn_sm.td_round_btn {
/* 3254 */   border-radius: 3px;
/* 3255 */ }
/* 3256 */ .td_btn_md {
/* 3257 */   padding: 9px 12px;
/* 3258 */   font-size: 16px;
/* 3259 */   line-height: 20px;
/* 3260 */ }
/* 3261 */ .td_btn_md.td_round_btn {
/* 3262 */   border-radius: 4px;
/* 3263 */ }
/* 3264 */ .td_btn_lg {
/* 3265 */   padding: 10px 16px;
/* 3266 */   font-size: 18px;
/* 3267 */   line-height: 1.33;
/* 3268 */ }
/* 3269 */ .td_btn_lg.td_round_btn {
/* 3270 */   border-radius: 6px;
/* 3271 */ }
/* 3272 */ .td_default_btn,
/* 3273 */ .td_round_btn {
/* 3274 */   transition: background-color 0.1s ease;
/* 3275 */   -webkit-transition: background-color 0.1s ease;
/* 3276 */   background-color: var(--td_theme_color, #4db2ec);
/* 3277 */ }
/* 3278 */ .td_default_btn:hover,
/* 3279 */ .td_round_btn:hover {
/* 3280 */   background-color: #444;
/* 3281 */ }
/* 3282 */ .td_default_btn:active,
/* 3283 */ .td_round_btn:active {
/* 3284 */   background-color: #000;
/* 3285 */ }
/* 3286 */ .td_outlined_btn {
/* 3287 */   border-radius: 4px;
/* 3288 */   border: 2px solid var(--td_theme_color, #4db2ec);
/* 3289 */   color: var(--td_theme_color, #4db2ec);
/* 3290 */   background-color: transparent;
/* 3291 */   transition: all 0.1s ease ;
/* 3292 */   -webkit-transition: all 0.1s ease;
/* 3293 */ }
/* 3294 */ .td_outlined_btn:hover {
/* 3295 */   background-color: var(--td_theme_color, #4db2ec);
/* 3296 */   color: #fff;
/* 3297 */ }
/* 3298 */ .td_outlined_btn:active {
/* 3299 */   background-color: #444;
/* 3300 */   border-color: #444;

/* style.css */

/* 3301 */ }
/* 3302 */ .td_shadow_btn {
/* 3303 */   background-color: var(--td_theme_color, #4db2ec);
/* 3304 */   top: 0;
/* 3305 */   -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
/* 3306 */   -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
/* 3307 */   box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
/* 3308 */   transition: top 0.1s ease;
/* 3309 */   -webkit-transition: top 0.1s ease;
/* 3310 */ }
/* 3311 */ .td_shadow_btn:hover {
/* 3312 */   top: -3px;
/* 3313 */   -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
/* 3314 */   -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
/* 3315 */   box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
/* 3316 */ }
/* 3317 */ .td_shadow_btn:active {
/* 3318 */   background-color: #444 !important;
/* 3319 */ }
/* 3320 */ .td_3D_btn {
/* 3321 */   background-color: var(--td_theme_color, #4db2ec);
/* 3322 */   top: 0;
/* 3323 */   transition: top 0.1s ease;
/* 3324 */   -webkit-transition: top 0.1s ease;
/* 3325 */ }
/* 3326 */ .td_3D_btn:after {
/* 3327 */   content: "";
/* 3328 */   position: absolute;
/* 3329 */   display: block;
/* 3330 */   left: 0;
/* 3331 */   top: 100%;
/* 3332 */   width: 100%;
/* 3333 */   height: 5px;
/* 3334 */   background-color: rgba(0, 0, 0, 0.25);
/* 3335 */   z-index: 0;
/* 3336 */   transition: height 0.1s ease;
/* 3337 */   -webkit-transition: height 0.1s ease;
/* 3338 */ }
/* 3339 */ .td_3D_btn:hover {
/* 3340 */   top: 5px;
/* 3341 */ }
/* 3342 */ .td_3D_btn:hover:before {
/* 3343 */   height: 0;
/* 3344 */ }
/* 3345 */ .td_3D_btn:hover:after {
/* 3346 */   height: 0;
/* 3347 */ }
/* 3348 */ .td_3D_btn:active {
/* 3349 */   background-color: #444 !important;
/* 3350 */ }

/* style.css */

/* 3351 */ /*  ----------------------------------------------------------------------------
/* 3352 *|     text highlighting
/* 3353 *| */
/* 3354 */ .td_text_highlight_0 {
/* 3355 */   background-color: rgba(0, 0, 0, 0.77);
/* 3356 */   padding: 5px 0 6px 0;
/* 3357 */   margin: 0 8px 0 8px;
/* 3358 */   box-shadow: 8px 0 0 rgba(0, 0, 0, 0.77), -8px 0 0 rgba(0, 0, 0, 0.77);
/* 3359 */   color: #2a2a2a;
/* 3360 */   -webkit-transition: color 400ms;
/* 3361 */   transition: color 400ms;
/* 3362 */ }
/* 3363 */ .td_text_highlight_0:hover {
/* 3364 */   color: #F9F9F9;
/* 3365 */   cursor: default;
/* 3366 */ }
/* 3367 */ .td_text_highlight_marker {
/* 3368 */   padding: 5px 0 6px 0;
/* 3369 */   margin: 0 8px 0 8px;
/* 3370 */   color: white;
/* 3371 */   -webkit-transition: color 400ms;
/* 3372 */   transition: color 400ms;
/* 3373 */ }
/* 3374 */ .td_text_highlight_marker:hover {
/* 3375 */   color: #F9F9F9;
/* 3376 */ }
/* 3377 */ .td_text_highlight_marker_red {
/* 3378 */   background-color: rgba(255, 28, 26, 0.62);
/* 3379 */   box-shadow: 8px 0 0 rgba(255, 28, 26, 0.62), -8px 0 0 rgba(255, 28, 26, 0.62);
/* 3380 */ }
/* 3381 */ .td_text_highlight_marker_blue {
/* 3382 */   background-color: rgba(57, 213, 255, 0.75);
/* 3383 */   box-shadow: 8px 0 0 rgba(57, 213, 255, 0.75), -8px 0 0 rgba(57, 213, 255, 0.75);
/* 3384 */ }
/* 3385 */ .td_text_highlight_marker_green {
/* 3386 */   background-color: rgba(77, 216, 69, 0.65);
/* 3387 */   box-shadow: 8px 0 0 rgba(77, 216, 69, 0.65), -8px 0 0 rgba(77, 216, 69, 0.65);
/* 3388 */ }
/* 3389 */ .td_text_highlight_marker_yellow {
/* 3390 */   background-color: rgba(255, 203, 0, 0.75);
/* 3391 */   box-shadow: 8px 0 0 rgba(255, 203, 0, 0.75), -8px 0 0 rgba(255, 203, 0, 0.75);
/* 3392 */ }
/* 3393 */ .td_text_highlight_marker_pink {
/* 3394 */   background-color: rgba(255, 101, 243, 0.75);
/* 3395 */   box-shadow: 8px 0 0 rgba(255, 101, 243, 0.75), -8px 0 0 rgba(255, 101, 243, 0.75);
/* 3396 */ }
/* 3397 */ /*  ----------------------------------------------------------------------------
/* 3398 *|     custom post padding
/* 3399 *| */
/* 3400 */ .td-paragraph-padding-0 {

/* style.css */

/* 3401 */   display: block;
/* 3402 */   padding-left: 0;
/* 3403 */   padding-right: 6%;
/* 3404 */ }
/* 3405 */ .td-paragraph-padding-1 {
/* 3406 */   display: block;
/* 3407 */   padding-left: 6%;
/* 3408 */   padding-right: 6%;
/* 3409 */ }
/* 3410 */ .td-paragraph-padding-2 {
/* 3411 */   display: block;
/* 3412 */   padding-left: 12%;
/* 3413 */   padding-right: 12%;
/* 3414 */ }
/* 3415 */ .td-paragraph-padding-3 {
/* 3416 */   display: block;
/* 3417 */   padding-left: 6%;
/* 3418 */   padding-right: 12%;
/* 3419 */ }
/* 3420 */ .td-paragraph-padding-4 {
/* 3421 */   display: block;
/* 3422 */   padding-left: 6%;
/* 3423 */   padding-right: 0;
/* 3424 */ }
/* 3425 */ .td-paragraph-padding-5 {
/* 3426 */   display: block;
/* 3427 */   padding-left: 18%;
/* 3428 */   padding-right: 18%;
/* 3429 */ }
/* 3430 */ .td-paragraph-padding-6 {
/* 3431 */   display: block;
/* 3432 */   padding-left: 12%;
/* 3433 */   padding-right: 6%;
/* 3434 */ }
/* 3435 */ .td-pb-span8 .td-paragraph-padding-0,
/* 3436 */ .mceContentBody-max-width-small .td-paragraph-padding-0 {
/* 3437 */   padding-right: 4%;
/* 3438 */ }
/* 3439 */ .td-pb-span8 .td-paragraph-padding-1,
/* 3440 */ .mceContentBody-max-width-small .td-paragraph-padding-1 {
/* 3441 */   padding-left: 4%;
/* 3442 */   padding-right: 4%;
/* 3443 */ }
/* 3444 */ .td-pb-span8 .td-paragraph-padding-2,
/* 3445 */ .mceContentBody-max-width-small .td-paragraph-padding-2 {
/* 3446 */   padding-left: 8%;
/* 3447 */   padding-right: 8%;
/* 3448 */ }
/* 3449 */ .td-pb-span8 .td-paragraph-padding-3,
/* 3450 */ .mceContentBody-max-width-small .td-paragraph-padding-3 {

/* style.css */

/* 3451 */   padding-left: 4%;
/* 3452 */   padding-right: 8%;
/* 3453 */ }
/* 3454 */ .td-pb-span8 .td-paragraph-padding-4,
/* 3455 */ .mceContentBody-max-width-small .td-paragraph-padding-4 {
/* 3456 */   padding-left: 4%;
/* 3457 */ }
/* 3458 */ .td-pb-span8 .td-paragraph-padding-5,
/* 3459 */ .mceContentBody-max-width-small .td-paragraph-padding-5 {
/* 3460 */   padding-left: 12%;
/* 3461 */   padding-right: 12%;
/* 3462 */ }
/* 3463 */ .td-pb-span8 .td-paragraph-padding-6,
/* 3464 */ .mceContentBody-max-width-small .td-paragraph-padding-6 {
/* 3465 */   padding-left: 8%;
/* 3466 */   padding-right: 4%;
/* 3467 */ }
/* 3468 */ /* responsive phone */
/* 3469 */ @media (max-width: 500px) {
/* 3470 */   .td-paragraph-padding-0,
/* 3471 */   .td-paragraph-padding-1,
/* 3472 */   .td-paragraph-padding-2,
/* 3473 */   .td-paragraph-padding-3,
/* 3474 */   .td-paragraph-padding-4,
/* 3475 */   .td-paragraph-padding-5,
/* 3476 */   .td-paragraph-padding-6 {
/* 3477 */     padding-left: 10px !important;
/* 3478 */     padding-right: 10px !important;
/* 3479 */   }
/* 3480 */ }
/* 3481 */ .td_module_wrap {
/* 3482 */   position: relative;
/* 3483 */   padding-bottom: 35px;
/* 3484 */ }
/* 3485 */ .td_module_wrap .entry-title {
/* 3486 */   /* General Title */
/* 3487 */   font-size: 21px;
/* 3488 */   line-height: 25px;
/* 3489 */   margin: 0 0 6px 0;
/* 3490 */ }
/* 3491 */ .td_module_wrap:hover .entry-title a {
/* 3492 */   color: var(--td_theme_color, #4db2ec);
/* 3493 */ }
/* 3494 */ .entry-title {
/* 3495 */   word-wrap: break-word;
/* 3496 */ }
/* 3497 */ /*  ----------------------------------------------------------------------------
/* 3498 *|     thumbnail
/* 3499 *| */
/* 3500 */ .td-module-thumb {

/* style.css */

/* 3501 */   position: relative;
/* 3502 */   margin-bottom: 13px;
/* 3503 */ }
/* 3504 */ .td-module-thumb .entry-thumb {
/* 3505 */   display: block;
/* 3506 */ }
/* 3507 */ .td-video-play-ico {
/* 3508 */   position: absolute;
/* 3509 */   width: 40px;
/* 3510 */   height: 40px;
/* 3511 */   top: 50%;
/* 3512 */   left: 50%;
/* 3513 */   transform: translate(-50%, -50%);
/* 3514 */   -webkit-transform: translate(-50%, -50%);
/* 3515 */   background-color: rgba(0, 0, 0, 0.48);
/* 3516 */   border: 0.050em solid #fff;
/* 3517 */   border-radius: 100%;
/* 3518 */   font-size: 40px;
/* 3519 */   z-index: 1;
/* 3520 */   -webkit-box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.4);
/* 3521 */   box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.4);
/* 3522 */ }
/* 3523 */ .td-video-play-ico i {
/* 3524 */   position: absolute;
/* 3525 */   top: 50%;
/* 3526 */   transform: translate(-50%, -50%);
/* 3527 */   -webkit-transform: translate(-50%, -50%);
/* 3528 */   font-size: 35%;
/* 3529 */   color: #fff;
/* 3530 */ }
/* 3531 */ .td-video-play-ico i.td-icon-video-thumb-play {
/* 3532 */   left: 54%;
/* 3533 */ }
/* 3534 */ .td-video-play-ico i.td-icon-audio-thumb-play {
/* 3535 */   left: 47%;
/* 3536 */ }
/* 3537 */ .td-video-play-ico.td-video-small {
/* 3538 */   width: 20px;
/* 3539 */   height: 20px;
/* 3540 */   font-size: 20px;
/* 3541 */ }
/* 3542 */ /*  ----------------------------------------------------------------------------
/* 3543 *|    module meta info
/* 3544 *| */
/* 3545 */ .td-module-meta-info {
/* 3546 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 3547 */   font-size: 11px;
/* 3548 */   margin-bottom: 7px;
/* 3549 */   line-height: 1;
/* 3550 */   min-height: 17px;

/* style.css */

/* 3551 */ }
/* 3552 */ .td_module_wrap.td-meta-info-hide .td-module-meta-info {
/* 3553 */   min-height: 1px;
/* 3554 */   margin-top: -4px;
/* 3555 */ }
/* 3556 */ .entry-review-stars {
/* 3557 */   display: inline-block;
/* 3558 */   position: relative;
/* 3559 */   top: 1px;
/* 3560 */   vertical-align: middle;
/* 3561 */ }
/* 3562 */ .td-post-author-name {
/* 3563 */   font-weight: bold;
/* 3564 */   display: inline-block;
/* 3565 */   position: relative;
/* 3566 */   top: 2px;
/* 3567 */ }
/* 3568 */ .td-post-author-name a {
/* 3569 */   color: #000;
/* 3570 */ }
/* 3571 */ .td-post-author-name span {
/* 3572 */   color: #ccc;
/* 3573 */   margin: 0 2px 0 2px;
/* 3574 */   font-weight: normal;
/* 3575 */ }
/* 3576 */ .td-post-author-name div {
/* 3577 */   display: inline;
/* 3578 */   margin-right: 2px;
/* 3579 */ }
/* 3580 */ .td-post-date {
/* 3581 */   color: #767676;
/* 3582 */   display: inline-block;
/* 3583 */   position: relative;
/* 3584 */   top: 2px;
/* 3585 */ }
/* 3586 */ .td-module-comments {
/* 3587 */   position: relative;
/* 3588 */   float: right;
/* 3589 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 3590 */   font-size: 10px;
/* 3591 */   font-weight: 600;
/* 3592 */   text-align: center;
/* 3593 */   line-height: 1;
/* 3594 */ }
/* 3595 */ .td-module-comments a {
/* 3596 */   color: #fff;
/* 3597 */   background-color: #000;
/* 3598 */   display: inline-block;
/* 3599 */   min-width: 17px;
/* 3600 */   padding: 3px 4px 4px 5px;

/* style.css */

/* 3601 */   position: relative;
/* 3602 */ }
/* 3603 */ .td-module-comments a:after {
/* 3604 */   position: absolute;
/* 3605 */   bottom: -3px;
/* 3606 */   left: 0;
/* 3607 */   content: '';
/* 3608 */   width: 0;
/* 3609 */   height: 0;
/* 3610 */   border-style: solid;
/* 3611 */   border-width: 3px 3px 0 0;
/* 3612 */   border-color: #000 transparent transparent transparent;
/* 3613 */ }
/* 3614 */ /*  ----------------------------------------------------------------------------
/* 3615 *|     excerpt
/* 3616 *| */
/* 3617 */ .td-excerpt {
/* 3618 */   font-size: 13px;
/* 3619 */   color: #767676;
/* 3620 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 3621 */   word-wrap: break-word;
/* 3622 */   overflow-wrap: anywhere;
/* 3623 */   margin-top: 9px;
/* 3624 */ }
/* 3625 */ .td-read-more,
/* 3626 */ .more-link-wrap {
/* 3627 */   display: inline-block;
/* 3628 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 3629 */   margin-bottom: 20px;
/* 3630 */ }
/* 3631 */ .td-read-more a,
/* 3632 */ .more-link-wrap a {
/* 3633 */   background-color: var(--td_theme_color, #4db2ec);
/* 3634 */   color: #fff;
/* 3635 */   display: inline-block;
/* 3636 */   font-size: 13px;
/* 3637 */   font-weight: 500;
/* 3638 */   line-height: 1;
/* 3639 */   padding: 10px 15px;
/* 3640 */   -webkit-transition: background-color 0.4s;
/* 3641 */   transition: background-color 0.4s;
/* 3642 */ }
/* 3643 */ .td-read-more a:hover,
/* 3644 */ .more-link-wrap a:hover {
/* 3645 */   background-color: var(--td_black, #222222) !important;
/* 3646 */   text-decoration: none;
/* 3647 */ }
/* 3648 */ /*  ----------------------------------------------------------------------------
/* 3649 *|     admin edit
/* 3650 *| */

/* style.css */

/* 3651 */ .td-admin-edit {
/* 3652 */   position: absolute;
/* 3653 */   left: 0;
/* 3654 */   top: 0;
/* 3655 */   display: none;
/* 3656 */   z-index: 2;
/* 3657 */   background-color: rgba(0, 0, 0, 0.3);
/* 3658 */   color: #fff !important;
/* 3659 */   padding: 3px 10px;
/* 3660 */   font-size: 13px;
/* 3661 */   -webkit-transition: background-color 0.4s;
/* 3662 */   transition: background-color 0.4s;
/* 3663 */ }
/* 3664 */ .td-admin-edit:hover {
/* 3665 */   background-color: #000;
/* 3666 */ }
/* 3667 */ .td-module-thumb:hover .td-admin-edit {
/* 3668 */   display: block;
/* 3669 */ }
/* 3670 */ .td-post-category {
/* 3671 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 3672 */   font-size: 10px;
/* 3673 */   font-weight: 600;
/* 3674 */   line-height: 1;
/* 3675 */   background-color: var(--td_black, #222222);
/* 3676 */   color: #fff;
/* 3677 */   margin-right: 5px;
/* 3678 */   padding: 3px 6px 4px;
/* 3679 */   display: block;
/* 3680 */   vertical-align: top;
/* 3681 */   transition: all 0.2s ease;
/* 3682 */   -webkit-transition: all 0.2s ease;
/* 3683 */ }
/* 3684 */ .td-post-category:hover {
/* 3685 */   background-color: var(--td_theme_color, #4db2ec);
/* 3686 */ }
/* 3687 */ .td-module-image {
/* 3688 */   position: relative;
/* 3689 */ }
/* 3690 */ .td-module-image .td-post-category {
/* 3691 */   position: absolute;
/* 3692 */   bottom: 0;
/* 3693 */ }
/* 3694 */ .td-module-meta-info .td-post-category {
/* 3695 */   display: inline-block;
/* 3696 */ }
/* 3697 */ /*  ----------------------------------------------------------------------------
/* 3698 *|     Module 15
/* 3699 *| */
/* 3700 */ .td_module_15 {

/* style.css */

/* 3701 */   padding-bottom: 20px;
/* 3702 */   border-bottom: 1px dashed #f2f2f2;
/* 3703 */   margin-bottom: 40px;
/* 3704 */ }
/* 3705 */ .td_module_15 .entry-title {
/* 3706 */   font-size: 34px;
/* 3707 */   line-height: 42px;
/* 3708 */   margin-bottom: 8px;
/* 3709 */   margin-top: 0;
/* 3710 */   /* responsive max portrait tablet */
/* 3711 */ }
/* 3712 */ @media (max-width: 1018px) {
/* 3713 */   .td_module_15 .entry-title {
/* 3714 */     font-size: 26px;
/* 3715 */     line-height: 36px;
/* 3716 */   }
/* 3717 */ }
/* 3718 */ .td_module_15 .entry-title a:hover {
/* 3719 */   text-decoration: none;
/* 3720 */ }
/* 3721 */ .td_module_15.sticky .entry-title a {
/* 3722 */   color: var(--td_theme_color, #4db2ec);
/* 3723 */ }
/* 3724 */ .td_module_15 .td-module-meta-info a:hover {
/* 3725 */   text-decoration: none;
/* 3726 */ }
/* 3727 */ .td_module_15.post {
/* 3728 */   margin-top: 0;
/* 3729 */ }
/* 3730 */ .td_module_15.post .td-post-comments {
/* 3731 */   display: inline-block;
/* 3732 */   float: none;
/* 3733 */   margin-left: 22px;
/* 3734 */   vertical-align: top;
/* 3735 */   position: relative;
/* 3736 */   top: 2px;
/* 3737 */ }
/* 3738 */ .td_module_15.post .td-post-comments a {
/* 3739 */   color: #444;
/* 3740 */ }
/* 3741 */ .td_module_15.post .td-module-meta-info {
/* 3742 */   margin-bottom: 21px;
/* 3743 */ }
/* 3744 */ .td_module_15 .entry-review-stars {
/* 3745 */   top: 5px;
/* 3746 */ }
/* 3747 */ .td_module_15 .td-post-content {
/* 3748 */   padding-bottom: 0;
/* 3749 */ }
/* 3750 */ .td_module_15 .td-icon-comments {

/* style.css */

/* 3751 */   font-size: 9px;
/* 3752 */   margin-right: 5px;
/* 3753 */   vertical-align: middle;
/* 3754 */ }
/* 3755 */ .td_module_15 .alignwide {
/* 3756 */   width: 100% !important;
/* 3757 */   margin-left: 0 !important;
/* 3758 */ }
/* 3759 */ .td_module_15 .alignfull {
/* 3760 */   left: auto;
/* 3761 */   transform: none;
/* 3762 */   width: auto !important;
/* 3763 */   margin-left: 0 !important;
/* 3764 */ }
/* 3765 */ .td_module_15 .alignfull.wp-block-columns {
/* 3766 */   padding-left: 0;
/* 3767 */   padding-right: 0;
/* 3768 */ }
/* 3769 */ /*  ----------------------------------------------------------------------------
/* 3770 *|     Block Titles + Line
/* 3771 *| */
/* 3772 */ .block-title {
/* 3773 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 3774 */   font-size: 14px;
/* 3775 */   line-height: 1;
/* 3776 */   margin-top: 0;
/* 3777 */   margin-bottom: 26px;
/* 3778 */   border-bottom: 2px solid var(--td_header_color, var(--td_black, #222222));
/* 3779 */ }
/* 3780 */ .block-title > a,
/* 3781 */ .block-title > span,
/* 3782 */ .block-title > label,
/* 3783 */ .block-title > span > a {
/* 3784 */   /* label is for jetpack */
/* 3785 */   line-height: 17px;
/* 3786 */   display: inline-block;
/* 3787 */   padding: 7px 12px 4px;
/* 3788 */   background-color: var(--td_header_color, var(--td_black, #222222));
/* 3789 */   color: var(--td_text_header_color, #ffffff);
/* 3790 */ }
/* 3791 */ .td-block-title span,
/* 3792 */ .td-block-title a {
/* 3793 */   display: inline-block;
/* 3794 */ }
/* 3795 */ /*
/* 3796 *|
/* 3797 *|   Block headers style
/* 3798 *|
/* 3799 *| */
/* 3800 */ .td_block_template_1 .block-title {

/* style.css */

/* 3801 */   text-align: left;
/* 3802 */ }
/* 3803 */ /*
/* 3804 *| 8.  Post and Page
/* 3805 *|       8.1 Page
/* 3806 *| */
/* 3807 */ /*  ----------------------------------------------------------------------------
/* 3808 *|     Page title
/* 3809 *| */
/* 3810 */ .td-page-title {
/* 3811 */   font-size: 30px;
/* 3812 */   line-height: 38px;
/* 3813 */   margin: -9px 0 19px 0;
/* 3814 */ }
/* 3815 */ .td-page-title,
/* 3816 */ .td-page-title h1 {
/* 3817 */   color: var(--td_page_title_color, var(--td_text_color, #111111));
/* 3818 */ }
/* 3819 */ body .td-page-title {
/* 3820 */   /* responsive portrait tablet */
/* 3821 */   /* responsive portrait phone */
/* 3822 */ }
/* 3823 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3824 */   body .td-page-title {
/* 3825 */     font-size: 26px;
/* 3826 */     line-height: 34px;
/* 3827 */     margin: -2px 0 19px 0;
/* 3828 */   }
/* 3829 */ }
/* 3830 */ @media (max-width: 767px) {
/* 3831 */   body .td-page-title {
/* 3832 */     font-size: 24px;
/* 3833 */     line-height: 32px;
/* 3834 */   }
/* 3835 */ }
/* 3836 */ .page-template-page-pagebuilder-title .td-crumb-container,
/* 3837 */ .page-template-default .td-crumb-container {
/* 3838 */   /* responsive portrait tablet */
/* 3839 */ }
/* 3840 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3841 */   .page-template-page-pagebuilder-title .td-crumb-container,
/* 3842 */   .page-template-default .td-crumb-container {
/* 3843 */     margin-bottom: 0;
/* 3844 */   }
/* 3845 */ }
/* 3846 */ .page-template-page-pagebuilder-title .wpb_text_column p:last-child,
/* 3847 */ .page-template-default .wpb_text_column p:last-child {
/* 3848 */   margin-bottom: 26px;
/* 3849 */ }
/* 3850 */ .page-template-page-pagebuilder-title .wpb_text_column figure img,

/* style.css */

/* 3851 */ .page-template-default .wpb_text_column figure img {
/* 3852 */   margin-bottom: 0 !important;
/* 3853 */ }
/* 3854 */ .page-template-page-pagebuilder-title .td-main-content-wrap {
/* 3855 */   padding-top: 0;
/* 3856 */ }
/* 3857 */ /*  ----------------------------------------------------------------------------
/* 3858 *|     Default page template
/* 3859 *| */
/* 3860 */ .td-main-content-wrap {
/* 3861 */   padding-bottom: 40px;
/* 3862 */   /* responsive portrait phone */
/* 3863 */ }
/* 3864 */ @media (max-width: 767px) {
/* 3865 */   .td-main-content-wrap {
/* 3866 */     padding-bottom: 26px;
/* 3867 */   }
/* 3868 */ }
/* 3869 */ .td-main-page-wrap {
/* 3870 */   padding-top: 48px;
/* 3871 */   /* responsive portrait phone */
/* 3872 */ }
/* 3873 */ @media (max-width: 767px) {
/* 3874 */   .td-main-page-wrap {
/* 3875 */     padding-top: 32px;
/* 3876 */   }
/* 3877 */ }
/* 3878 */ /*  ----------------------------------------------------------------------------
/* 3879 *|     Author page
/* 3880 *| */
/* 3881 */ .td-author-page {
/* 3882 */   font-size: 12px;
/* 3883 */   /* responsive landscape tablet */
/* 3884 */   /* responsive portrait tablet */
/* 3885 */   /* responsive portrait phone */
/* 3886 */ }
/* 3887 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3888 */   .td-author-page {
/* 3889 */     margin-bottom: 40px;
/* 3890 */   }
/* 3891 */ }
/* 3892 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3893 */   .td-author-page {
/* 3894 */     margin-bottom: 28px;
/* 3895 */   }
/* 3896 */ }
/* 3897 */ @media (max-width: 767px) {
/* 3898 */   .td-author-page {
/* 3899 */     margin-bottom: 28px;
/* 3900 */   }

/* style.css */

/* 3901 */ }
/* 3902 */ .td-author-counters {
/* 3903 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 3904 */   font-size: 11px;
/* 3905 */   font-weight: 700;
/* 3906 */   color: #fff;
/* 3907 */   margin-bottom: 12px;
/* 3908 */   /* responsive portrait phone */
/* 3909 */ }
/* 3910 */ @media (max-width: 767px) {
/* 3911 */   .td-author-counters {
/* 3912 */     margin-bottom: 10px;
/* 3913 */   }
/* 3914 */ }
/* 3915 */ .td-author-counters span {
/* 3916 */   background-color: var(--td_black, #222222);
/* 3917 */   padding: 4px 9px 3px;
/* 3918 */   margin-right: 10px;
/* 3919 */   position: relative;
/* 3920 */   top: 0;
/* 3921 */ }
/* 3922 */ @-moz-document url-prefix() {
/* 3923 */   .td-author-counters span {
/* 3924 */     padding: 3px 9px;
/* 3925 */     top: -1px;
/* 3926 */   }
/* 3927 */ }
/* 3928 */ /*  ----------------------------------------------------------------------------
/* 3929 *|     404 page
/* 3930 *| */
/* 3931 */ .td-404-title {
/* 3932 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 3933 */   font-size: 40px;
/* 3934 */   color: #222222;
/* 3935 */   text-align: center;
/* 3936 */   line-height: 50px;
/* 3937 */   margin: 50px 0 17px 0 ;
/* 3938 */   /* responsive portrait phone */
/* 3939 */ }
/* 3940 */ @media (max-width: 767px) {
/* 3941 */   .td-404-title {
/* 3942 */     font-size: 34px;
/* 3943 */     line-height: 44px;
/* 3944 */   }
/* 3945 */ }
/* 3946 */ .td-404-sub-title {
/* 3947 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 3948 */   font-size: 21px;
/* 3949 */   line-height: 24px;
/* 3950 */   color: #a6a6a6;

/* style.css */

/* 3951 */   text-align: center;
/* 3952 */   margin: 0 0 40px 0;
/* 3953 */   /* responsive portrait phone */
/* 3954 */ }
/* 3955 */ @media (max-width: 767px) {
/* 3956 */   .td-404-sub-title {
/* 3957 */     font-size: 17px;
/* 3958 */     line-height: 22px;
/* 3959 */   }
/* 3960 */ }
/* 3961 */ .td-404-sub-sub-title {
/* 3962 */   text-align: center;
/* 3963 */   margin-bottom: 70px;
/* 3964 */ }
/* 3965 */ .td-404-sub-sub-title a {
/* 3966 */   background-color: var(--td_black, #222222);
/* 3967 */   border: medium none;
/* 3968 */   color: #fff;
/* 3969 */   font-size: 11px;
/* 3970 */   font-weight: bold;
/* 3971 */   line-height: 16px;
/* 3972 */   padding: 8px 15px;
/* 3973 */   margin-left: 6px;
/* 3974 */ }
/* 3975 */ .td-404-sub-sub-title a:hover {
/* 3976 */   color: #fff;
/* 3977 */   background-color: var(--td_theme_color, #4db2ec);
/* 3978 */ }
/* 3979 */ .td-404-head {
/* 3980 */   text-align: center;
/* 3981 */ }
/* 3982 */ /*  ----------------------------------------------------------------------------
/* 3983 *|     Attachment page
/* 3984 *| */
/* 3985 */ .td-attachment-page-content p {
/* 3986 */   color: #444;
/* 3987 */   font-size: 11px;
/* 3988 */   font-style: italic;
/* 3989 */   line-height: 17px;
/* 3990 */ }
/* 3991 */ .td-attachment-prev {
/* 3992 */   display: inline-block;
/* 3993 */   margin: 10px 0 21px 0;
/* 3994 */ }
/* 3995 */ .td-attachment-prev img {
/* 3996 */   width: 100px;
/* 3997 */   height: 100px;
/* 3998 */ }
/* 3999 */ .td-attachment-next {
/* 4000 */   float: right;

/* style.css */

/* 4001 */   margin: 10px 0 21px 0;
/* 4002 */ }
/* 4003 */ .td-attachment-next img {
/* 4004 */   width: 100px;
/* 4005 */   height: 100px;
/* 4006 */ }
/* 4007 */ /*  ----------------------------------------------------------------------------
/* 4008 *|     Search page
/* 4009 *| */
/* 4010 */ .td-search-query {
/* 4011 */   color: var(--td_theme_color, #4db2ec);
/* 4012 */ }
/* 4013 */ .search-page-search-wrap {
/* 4014 */   margin: 37px 0 51px 0;
/* 4015 */ }
/* 4016 */ .td-search-form-widget {
/* 4017 */   position: relative;
/* 4018 */   line-height: 21px;
/* 4019 */ }
/* 4020 */ .td-search-form-widget .wpb_button {
/* 4021 */   height: 32px;
/* 4022 */   position: absolute;
/* 4023 */   right: 0;
/* 4024 */   top: 0;
/* 4025 */   text-shadow: none;
/* 4026 */   padding: 7px 15px 8px 15px;
/* 4027 */   line-height: 16px;
/* 4028 */   margin: 0;
/* 4029 */ }
/* 4030 */ .td-search-form-widget .wpb_button:hover {
/* 4031 */   background-color: var(--td_theme_color, #4db2ec);
/* 4032 */ }
/* 4033 */ .td-search-form-widget div {
/* 4034 */   text-align: left;
/* 4035 */ }
/* 4036 */ .td-search-form-widget .td-widget-search-input {
/* 4037 */   width: 95%;
/* 4038 */   border-right: 0;
/* 4039 */   height: 32px;
/* 4040 */   line-height: 21px;
/* 4041 */   position: relative;
/* 4042 */   top: 0;
/* 4043 */   display: inline-table;
/* 4044 */   vertical-align: middle;
/* 4045 */ }
/* 4046 */ .td_search_subtitle {
/* 4047 */   position: relative;
/* 4048 */   top: 11px;
/* 4049 */   left: 2px;
/* 4050 */   font-size: 12px;

/* style.css */

/* 4051 */ }
/* 4052 */ /*  ----------------------------------------------------------------------------
/* 4053 *|     Pagination
/* 4054 *| */
/* 4055 */ .page-nav {
/* 4056 */   margin: 30px 0 30px 0;
/* 4057 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4058 */   font-size: 12px;
/* 4059 */   display: inline-block;
/* 4060 */   width: 100%;
/* 4061 */   /* responsive portrait phone */
/* 4062 */ }
/* 4063 */ @media (max-width: 767px) {
/* 4064 */   .page-nav {
/* 4065 */     margin-right: auto;
/* 4066 */     margin-left: auto;
/* 4067 */     display: table;
/* 4068 */     width: auto;
/* 4069 */   }
/* 4070 */ }
/* 4071 */ .page-nav a:hover {
/* 4072 */   color: #fff;
/* 4073 */   background-color: #444;
/* 4074 */   border-color: #444;
/* 4075 */ }
/* 4076 */ .page-nav a,
/* 4077 */ .page-nav span {
/* 4078 */   padding: 5px 11px;
/* 4079 */   border: 1px solid #e3e3e3;
/* 4080 */   display: inline-block;
/* 4081 */   margin: 0 8px 8px 0;
/* 4082 */   min-width: 33px;
/* 4083 */   text-align: center;
/* 4084 */   color: #666;
/* 4085 */   line-height: 21px;
/* 4086 */   float: left;
/* 4087 */ }
/* 4088 */ .page-nav .first,
/* 4089 */ .page-nav .last {
/* 4090 */   /* responsive portrait phone */
/* 4091 */ }
/* 4092 */ @media (max-width: 767px) {
/* 4093 */   .page-nav .first,
/* 4094 */   .page-nav .last {
/* 4095 */     display: none;
/* 4096 */   }
/* 4097 */ }
/* 4098 */ .page-nav .extend {
/* 4099 */   border: none;
/* 4100 */   /* responsive portrait phone */

/* style.css */

/* 4101 */ }
/* 4102 */ @media (max-width: 767px) {
/* 4103 */   .page-nav .extend {
/* 4104 */     display: none;
/* 4105 */   }
/* 4106 */ }
/* 4107 */ .page-nav i {
/* 4108 */   font-size: 9px;
/* 4109 */   line-height: 1;
/* 4110 */   display: inline-table;
/* 4111 */ }
/* 4112 */ .page-nav .page-nav-icon-svg {
/* 4113 */   display: inline-flex;
/* 4114 */   align-items: center;
/* 4115 */   justify-content: center;
/* 4116 */ }
/* 4117 */ .page-nav .page-nav-icon-svg svg {
/* 4118 */   width: 9px;
/* 4119 */   height: 10px;
/* 4120 */ }
/* 4121 */ .page-nav .page-nav-icon-svg svg,
/* 4122 */ .page-nav .page-nav-icon-svg svg * {
/* 4123 */   fill: #666;
/* 4124 */ }
/* 4125 */ .page-nav a:hover .page-nav-icon-svg svg,
/* 4126 */ .page-nav a:hover .page-nav-icon-svg svg * {
/* 4127 */   fill: #fff;
/* 4128 */ }
/* 4129 */ .page-nav .pages {
/* 4130 */   float: right;
/* 4131 */   margin: 0;
/* 4132 */   border: none;
/* 4133 */   padding: 6px 0 6px 6px;
/* 4134 */   /* responsive portrait phone */
/* 4135 */ }
/* 4136 */ @media (max-width: 767px) {
/* 4137 */   .page-nav .pages {
/* 4138 */     display: none;
/* 4139 */   }
/* 4140 */ }
/* 4141 */ .page-nav .current {
/* 4142 */   background-color: var(--td_theme_color, #4db2ec);
/* 4143 */   color: #fff;
/* 4144 */   border-color: var(--td_theme_color, #4db2ec);
/* 4145 */ }
/* 4146 */ .page-nav:first-child > div {
/* 4147 */   padding: 5px 11px;
/* 4148 */   border: 1px solid var(--td_theme_color, #4db2ec);
/* 4149 */   display: inline-block;
/* 4150 */   margin: 0 8px 8px 0;

/* style.css */

/* 4151 */   min-width: 33px;
/* 4152 */   text-align: center;
/* 4153 */   color: #fff;
/* 4154 */   line-height: 21px;
/* 4155 */   float: left;
/* 4156 */   background-color: var(--td_theme_color, #4db2ec);
/* 4157 */ }
/* 4158 */ .page-nav .td-icon-menu-right {
/* 4159 */   padding-left: 1px;
/* 4160 */ }
/* 4161 */ .page-nav .td-icon-menu-left {
/* 4162 */   padding-right: 1px;
/* 4163 */ }
/* 4164 */ .rtl .page-nav a,
/* 4165 */ .rtl .page-nav span {
/* 4166 */   float: right;
/* 4167 */   margin: 0 0 8px 8px;
/* 4168 */ }
/* 4169 */ .rtl .page-nav .pages {
/* 4170 */   float: left;
/* 4171 */   padding: 6px 6px 6px 0;
/* 4172 */ }
/* 4173 */ .rtl .page-nav .td-icon-menu-left:before {
/* 4174 */   content: '\e80d';
/* 4175 */ }
/* 4176 */ .rtl .page-nav .td-icon-menu-right:before {
/* 4177 */   content: '\e80c';
/* 4178 */ }
/* 4179 */ /*  ----------------------------------------------------------------------------
/* 4180 *|     Typography
/* 4181 *| */
/* 4182 */ .td-page-content {
/* 4183 */   padding-bottom: 26px;
/* 4184 */ }
/* 4185 */ .td-page-content,
/* 4186 */ .td-page-content p {
/* 4187 */   color: var(--td_page_content_color, var(--td_black, #222222));
/* 4188 */ }
/* 4189 */ .td-page-content h1,
/* 4190 */ .td-page-content h2,
/* 4191 */ .td-page-content h3,
/* 4192 */ .td-page-content h4,
/* 4193 */ .td-page-content h5,
/* 4194 */ .td-page-content h6 {
/* 4195 */   color: var(--td_page_h_color, var(--td_text_color, #111111));
/* 4196 */ }
/* 4197 */ .td-page-content table {
/* 4198 */   margin-bottom: 21px;
/* 4199 */ }
/* 4200 */ .tdc-theme-Newspaper {

/* style.css */

/* 4201 */   overflow-x: hidden;
/* 4202 */ }
/* 4203 */ .td-pb-span4 .wpb_wrapper,
/* 4204 */ .td-ss-main-sidebar {
/* 4205 */   perspective: unset !important;
/* 4206 */ }
/* 4207 */ /*  ----------------------------------------------------------------------------
/* 4208 *|     Breadcrumbs
/* 4209 *| */
/* 4210 */ .td-crumb-container {
/* 4211 */   min-height: 35px;
/* 4212 */   margin-bottom: 9px;
/* 4213 */   padding-top: 21px;
/* 4214 */   /* responsive portrait tablet */
/* 4215 */   /* responsive portrait phone */
/* 4216 */ }
/* 4217 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4218 */   .td-crumb-container {
/* 4219 */     padding-top: 16px;
/* 4220 */   }
/* 4221 */ }
/* 4222 */ @media (max-width: 767px) {
/* 4223 */   .td-crumb-container {
/* 4224 */     padding-top: 11px;
/* 4225 */   }
/* 4226 */ }
/* 4227 */ .single-post .td-bred-no-url-last {
/* 4228 */   /* responsive portrait phone */
/* 4229 */ }
/* 4230 */ @media (max-width: 767px) {
/* 4231 */   .single-post .td-bred-no-url-last {
/* 4232 */     display: none;
/* 4233 */   }
/* 4234 */ }
/* 4235 */ .entry-crumbs {
/* 4236 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4237 */   font-size: 12px;
/* 4238 */   color: #c3c3c3;
/* 4239 */   line-height: 18px;
/* 4240 */   padding-top: 1px;
/* 4241 */   padding-bottom: 2px;
/* 4242 */ }
/* 4243 */ .entry-crumbs a {
/* 4244 */   color: #c3c3c3;
/* 4245 */ }
/* 4246 */ .entry-crumbs a:hover {
/* 4247 */   color: #777;
/* 4248 */ }
/* 4249 */ .entry-crumbs .td-bread-sep {
/* 4250 */   font-size: 8px;

/* style.css */

/* 4251 */   margin: 0 5px;
/* 4252 */ }
/* 4253 */ /*  ----------------------------------------------------------------------------
/* 4254 *|     Category
/* 4255 *| */
/* 4256 */ .td-category {
/* 4257 */   list-style: none;
/* 4258 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4259 */   font-size: 10px;
/* 4260 */   margin-top: 0;
/* 4261 */   margin-bottom: 10px;
/* 4262 */   line-height: 1;
/* 4263 */ }
/* 4264 */ .td-category li {
/* 4265 */   display: inline-block;
/* 4266 */   margin: 0 5px 5px 0;
/* 4267 */   line-height: 1;
/* 4268 */ }
/* 4269 */ .td-category a {
/* 4270 */   color: #fff;
/* 4271 */   background-color: var(--td_black, #222222);
/* 4272 */   padding: 3px 6px 4px 6px;
/* 4273 */   white-space: nowrap;
/* 4274 */   display: inline-block;
/* 4275 */ }
/* 4276 */ .td-category a:hover {
/* 4277 */   opacity: 0.9;
/* 4278 */ }
/* 4279 */ .single .td-category {
/* 4280 */   /* responsive portrait phone */
/* 4281 */ }
/* 4282 */ @media (max-width: 767px) {
/* 4283 */   .single .td-category {
/* 4284 */     margin-bottom: 0;
/* 4285 */   }
/* 4286 */ }
/* 4287 */ /*  ----------------------------------------------------------------------------
/* 4288 *|     Post title
/* 4289 *| */
/* 4290 */ .post {
/* 4291 */   background-color: var(--td_container_transparent, #ffffff);
/* 4292 */ }
/* 4293 */ .post header .entry-title {
/* 4294 */   margin-top: 0;
/* 4295 */   margin-bottom: 7px;
/* 4296 */   word-wrap: break-word;
/* 4297 */   font-size: 41px;
/* 4298 */   line-height: 50px;
/* 4299 */   /* responsive portrait phone */
/* 4300 */ }

/* style.css */

/* 4301 */ @media (max-width: 1018px) {
/* 4302 */   .post header .entry-title {
/* 4303 */     font-size: 32px;
/* 4304 */     line-height: 36px;
/* 4305 */   }
/* 4306 */ }
/* 4307 */ @media (max-width: 767px) {
/* 4308 */   .post header .entry-title {
/* 4309 */     margin-top: 3px;
/* 4310 */     margin-bottom: 9px;
/* 4311 */   }
/* 4312 */ }
/* 4313 */ /*  ----------------------------------------------------------------------------
/* 4314 *|     Subtitle
/* 4315 *| */
/* 4316 */ .td-post-sub-title {
/* 4317 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4318 */   font-size: 16px;
/* 4319 */   font-style: italic;
/* 4320 */   font-weight: 300;
/* 4321 */   line-height: 24px;
/* 4322 */   color: #999;
/* 4323 */   margin: 9px 0 14px 0;
/* 4324 */ }
/* 4325 */ @media (max-width: 767px) {
/* 4326 */   .td-post-sub-title {
/* 4327 */     margin: 0 0 16px;
/* 4328 */   }
/* 4329 */ }
/* 4330 */ /*  ----------------------------------------------------------------------------
/* 4331 *|     Author - Date - Comments - Count views
/* 4332 *| */
/* 4333 */ .bypostauthor {
/* 4334 */   line-height: 1;
/* 4335 */ }
/* 4336 */ header .td-module-meta-info {
/* 4337 */   margin-bottom: 16px;
/* 4338 */ }
/* 4339 */ header .td-post-author-name {
/* 4340 */   font-weight: 400;
/* 4341 */   color: #444;
/* 4342 */   float: left;
/* 4343 */ }
/* 4344 */ header .td-post-author-name a {
/* 4345 */   font-weight: 700;
/* 4346 */   margin-right: 3px;
/* 4347 */ }
/* 4348 */ header .td-post-date {
/* 4349 */   margin-left: 4px;
/* 4350 */   color: #767676;

/* style.css */

/* 4351 */   float: left;
/* 4352 */ }
/* 4353 */ header .td-post-views {
/* 4354 */   float: right;
/* 4355 */   margin-right: 22px;
/* 4356 */ }
/* 4357 */ header .td-post-views span {
/* 4358 */   line-height: 15px;
/* 4359 */   vertical-align: top;
/* 4360 */ }
/* 4361 */ header .td-icon-views {
/* 4362 */   position: relative;
/* 4363 */   line-height: 17px;
/* 4364 */   font-size: 14px;
/* 4365 */   margin-right: 5px;
/* 4366 */ }
/* 4367 */ header .td-post-comments {
/* 4368 */   float: right;
/* 4369 */   position: relative;
/* 4370 */   top: 2px;
/* 4371 */ }
/* 4372 */ header .td-post-comments a {
/* 4373 */   color: #444;
/* 4374 */ }
/* 4375 */ header .td-post-comments i {
/* 4376 */   vertical-align: middle;
/* 4377 */ }
/* 4378 */ header .td-icon-comments {
/* 4379 */   margin-right: 5px;
/* 4380 */   font-size: 9px;
/* 4381 */ }
/* 4382 */ .post footer {
/* 4383 */   clear: both;
/* 4384 */ }
/* 4385 */ .page-nav.page-nav-post {
/* 4386 */   margin-top: 0;
/* 4387 */ }
/* 4388 */ /*  ----------------------------------------------------------------------------
/* 4389 *|     Source and Via
/* 4390 *| */
/* 4391 */ .td-post-source-tags {
/* 4392 */   font-size: 11px;
/* 4393 */ }
/* 4394 */ .td-post-source-tags a {
/* 4395 */   font-size: 11px;
/* 4396 */ }
/* 4397 */ .td-post-source-tags .td-no-tags {
/* 4398 */   margin-bottom: 34px;
/* 4399 */ }
/* 4400 */ .td-post-source-via {

/* style.css */

/* 4401 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4402 */   font-weight: 600;
/* 4403 */ }
/* 4404 */ .td-post-small-box {
/* 4405 */   margin-bottom: 4px;
/* 4406 */   line-height: 20px;
/* 4407 */   clear: left;
/* 4408 */   height: 20px;
/* 4409 */   display: table;
/* 4410 */ }
/* 4411 */ .td-post-small-box span {
/* 4412 */   background-color: var(--td_black, #222222);
/* 4413 */   padding: 5px 9px;
/* 4414 */   color: #fff;
/* 4415 */   display: block;
/* 4416 */   text-transform: uppercase;
/* 4417 */   line-height: 10px;
/* 4418 */   float: left;
/* 4419 */   height: 20px;
/* 4420 */ }
/* 4421 */ .td-post-small-box a {
/* 4422 */   display: block;
/* 4423 */   float: left;
/* 4424 */   border: 1px solid var(--td_grid_border_color, #ededed);
/* 4425 */   margin-left: 4px;
/* 4426 */   line-height: 8px;
/* 4427 */   color: var(--td_text_color, #111111);
/* 4428 */   padding: 5px 8px;
/* 4429 */   height: 20px;
/* 4430 */ }
/* 4431 */ .td-post-small-box a:hover {
/* 4432 */   color: #fff;
/* 4433 */   background-color: var(--td_theme_color, #4db2ec);
/* 4434 */   border-color: var(--td_theme_color, #4db2ec);
/* 4435 */ }
/* 4436 */ /*  ----------------------------------------------------------------------------
/* 4437 *|     Tags
/* 4438 *| */
/* 4439 */ .td-tags {
/* 4440 */   margin: 0 0 30px 0;
/* 4441 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4442 */   display: table;
/* 4443 */   line-height: 20px;
/* 4444 */   font-weight: 600;
/* 4445 */ }
/* 4446 */ .td-tags li {
/* 4447 */   list-style: none;
/* 4448 */   display: inline-block;
/* 4449 */   line-height: 20px;
/* 4450 */   margin-left: 0;

/* style.css */

/* 4451 */   float: left;
/* 4452 */   margin-bottom: 4px;
/* 4453 */ }
/* 4454 */ .td-tags span,
/* 4455 */ .td-tags a {
/* 4456 */   margin-right: 4px;
/* 4457 */   margin-left: 0;
/* 4458 */ }
/* 4459 */ /*  ----------------------------------------------------------------------------
/* 4460 *|     Next / Prev article
/* 4461 *| */
/* 4462 */ .td-post-next-prev-content {
/* 4463 */   display: inline-block;
/* 4464 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4465 */   word-break: break-word;
/* 4466 */ }
/* 4467 */ .td-post-next-prev-content span {
/* 4468 */   display: block;
/* 4469 */   font-size: 12px;
/* 4470 */   color: #c1c1c1;
/* 4471 */   margin-bottom: 7px;
/* 4472 */ }
/* 4473 */ .td-post-next-prev-content a {
/* 4474 */   display: block;
/* 4475 */   font-size: 15px;
/* 4476 */   color: #222;
/* 4477 */   line-height: 21px;
/* 4478 */   margin-bottom: 43px;
/* 4479 */ }
/* 4480 */ .td-post-next-prev-content a:hover {
/* 4481 */   color: var(--td_theme_color, #4db2ec);
/* 4482 */ }
/* 4483 */ .td-post-next-post {
/* 4484 */   text-align: right;
/* 4485 */ }
/* 4486 */ .td-next-prev-separator {
/* 4487 */   display: none;
/* 4488 */ }
/* 4489 */ #td-outer-wrap .td-post-prev-post,
/* 4490 */ #td-outer-wrap .td-post-next-post {
/* 4491 */   /* responsive portrait phone */
/* 4492 */ }
/* 4493 */ @media (max-width: 767px) {
/* 4494 */   #td-outer-wrap .td-post-prev-post,
/* 4495 */   #td-outer-wrap .td-post-next-post {
/* 4496 */     width: 50%;
/* 4497 */     float: left;
/* 4498 */   }
/* 4499 */ }
/* 4500 */ /*  ----------------------------------------------------------------------------

/* style.css *|

/* 4501 *|     Author box
/* 4502 *| */
/* 4503 */ .author-box-wrap {
/* 4504 */   border: 1px solid var(--td_grid_border_color, #ededed);
/* 4505 */   padding: 21px;
/* 4506 */   margin-bottom: 48px;
/* 4507 */   /* responsive portrait phone */
/* 4508 */ }
/* 4509 */ @media (max-width: 767px) {
/* 4510 */   .author-box-wrap {
/* 4511 */     text-align: center;
/* 4512 */   }
/* 4513 */ }
/* 4514 */ .author-box-wrap .avatar {
/* 4515 */   float: left;
/* 4516 */   max-width: 96px;
/* 4517 */   /* responsive portrait phone */
/* 4518 */ }
/* 4519 */ @media (max-width: 767px) {
/* 4520 */   .author-box-wrap .avatar {
/* 4521 */     margin-bottom: 5px;
/* 4522 */     float: none;
/* 4523 */   }
/* 4524 */ }
/* 4525 */ .author-box-wrap .desc {
/* 4526 */   margin-left: 117px;
/* 4527 */   font-size: 12px;
/* 4528 */   /* responsive portrait phone */
/* 4529 */ }
/* 4530 */ @media (max-width: 767px) {
/* 4531 */   .author-box-wrap .desc {
/* 4532 */     margin-left: 0;
/* 4533 */   }
/* 4534 */ }
/* 4535 */ .author-box-wrap .td-social-icon-wrap .td-icon-font {
/* 4536 */   color: #222;
/* 4537 */ }
/* 4538 */ .author-box-wrap .td-author-social {
/* 4539 */   margin-bottom: -5px;
/* 4540 */ }
/* 4541 */ .author-box-wrap .td-author-social a {
/* 4542 */   color: #444;
/* 4543 */   margin-top: 11px;
/* 4544 */ }
/* 4545 */ .author-box-wrap .td-author-social a:hover {
/* 4546 */   color: var(--td_theme_color, #4db2ec);
/* 4547 */ }
/* 4548 */ .author-box-wrap .td-author-social .td-icon-font {
/* 4549 */   font-size: 15px;
/* 4550 */   width: auto;

/* style.css */

/* 4551 */   min-width: 18px;
/* 4552 */   height: auto;
/* 4553 */   margin-right: 15px;
/* 4554 */ }
/* 4555 */ .td-author-name {
/* 4556 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4557 */   font-size: 15px;
/* 4558 */   line-height: 21px;
/* 4559 */   font-weight: 700;
/* 4560 */   margin: 7px 0 8px 0;
/* 4561 */ }
/* 4562 */ .td-author-name a {
/* 4563 */   color: #222;
/* 4564 */ }
/* 4565 */ .td-author-name a:hover {
/* 4566 */   color: var(--td_theme_color, #4db2ec);
/* 4567 */ }
/* 4568 */ .td-author-url {
/* 4569 */   font-size: 11px;
/* 4570 */   font-style: italic;
/* 4571 */   line-height: 21px;
/* 4572 */   margin-bottom: 6px;
/* 4573 */ }
/* 4574 */ .td-author-url a {
/* 4575 */   color: #444;
/* 4576 */ }
/* 4577 */ .td-author-url a:hover {
/* 4578 */   color: var(--td_theme_color, #4db2ec);
/* 4579 */ }
/* 4580 */ /*  ----------------------------------
/* 4581 *|     Post embeds
/* 4582 *| */
/* 4583 */ .wp-embedded-content {
/* 4584 */   width: 100%;
/* 4585 */ }
/* 4586 */ .td-post-content .wpml-ls-statics-post_translations .wpml-ls-flag {
/* 4587 */   margin-bottom: 0;
/* 4588 */ }
/* 4589 */ .single.wpb-js-composer .td-post-content .tdc-row {
/* 4590 */   width: 100%;
/* 4591 */ }
/* 4592 */ /*  ----------------------------------------------------------------------------
/* 4593 *|     Default Post Template
/* 4594 *| */
/* 4595 */ .td-post-content p:empty {
/* 4596 */   display: none;
/* 4597 */ }
/* 4598 */ .td-post-featured-image {
/* 4599 */   position: relative;
/* 4600 */ }

/* style.css */

/* 4601 */ .td-post-featured-image img {
/* 4602 */   display: block;
/* 4603 */   margin-bottom: 26px;
/* 4604 */   width: 100%;
/* 4605 */ }
/* 4606 */ .td-post-featured-image .wp-caption-text {
/* 4607 */   margin-bottom: 26px;
/* 4608 */   z-index: 1;
/* 4609 */ }
/* 4610 */ .td-post-content {
/* 4611 */   margin-top: 21px;
/* 4612 */   padding-bottom: 16px;
/* 4613 */   /* responsive portrait phone */
/* 4614 */ }
/* 4615 */ @media (max-width: 767px) {
/* 4616 */   .td-post-content {
/* 4617 */     margin-top: 16px;
/* 4618 */   }
/* 4619 */ }
/* 4620 */ .td-post-content p {
/* 4621 */   word-wrap: break-word;
/* 4622 */ }
/* 4623 */ .td-post-content img {
/* 4624 */   display: block;
/* 4625 */ }
/* 4626 */ .td-post-content table {
/* 4627 */   margin-bottom: 21px;
/* 4628 */ }
/* 4629 */ .td-post-content .td-gallery {
/* 4630 */   clear: both;
/* 4631 */ }
/* 4632 */ .td-post-content .fb-video {
/* 4633 */   margin-bottom: 26px;
/* 4634 */ }
/* 4635 */ .td-post-content #fb-root + p {
/* 4636 */   margin: 0;
/* 4637 */ }
/* 4638 */ .td-post-template-default .td-post-title .td-post-comments {
/* 4639 */   margin-left: 22px;
/* 4640 */ }
/* 4641 */ .td-post-template-default .td-post-title div.td-post-views {
/* 4642 */   margin-right: 0;
/* 4643 */ }
/* 4644 */ @media (max-width: 1018px) {
/* 4645 */   .td-post-template-default .td-post-header header .entry-title {
/* 4646 */     font-size: 32px;
/* 4647 */     line-height: 36px;
/* 4648 */   }
/* 4649 */ }
/* 4650 */ .td-post-template-default .td-post-featured-image img {

/* style.css */

/* 4651 */   width: auto;
/* 4652 */ }
/* 4653 */ .td-post-template-default .wpb_video_wrapper {
/* 4654 */   margin-bottom: 26px;
/* 4655 */ }
/* 4656 */ .td-post-template-default .wpb_video_wrapper .fb-video {
/* 4657 */   margin-bottom: 0;
/* 4658 */ }
/* 4659 */ .td-post-template-default .wpb_video_wrapper iframe {
/* 4660 */   display: block;
/* 4661 */ }
/* 4662 */ .td-post-template-default .wpb_video_wrapper .twitter-video {
/* 4663 */   max-width: none !important;
/* 4664 */ }
/* 4665 */ .td-post-template-default .wpb_video_wrapper video {
/* 4666 */   max-width: 100%;
/* 4667 */ }
/* 4668 */ /*  ----------------------------------------------------------------------------
/* 4669 *|     Comment section
/* 4670 *| */
/* 4671 */ .comment {
/* 4672 */   list-style: none;
/* 4673 */   margin-left: 0;
/* 4674 */   padding-bottom: 13px;
/* 4675 */   border-bottom: 1px dashed var(--td_grid_border_color, #ededed);
/* 4676 */   margin-bottom: 21px;
/* 4677 */ }
/* 4678 */ .comment:first-child {
/* 4679 */   border-top: none;
/* 4680 */ }
/* 4681 */ .comment .avatar {
/* 4682 */   float: left;
/* 4683 */   margin-right: 20px;
/* 4684 */   margin-bottom: 20px;
/* 4685 */   width: 50px;
/* 4686 */ }
/* 4687 */ .comment cite {
/* 4688 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4689 */   font-weight: 700;
/* 4690 */   font-style: normal;
/* 4691 */   font-size: 14px;
/* 4692 */   line-height: 1;
/* 4693 */   /* responsive 500px phone */
/* 4694 */ }
/* 4695 */ @media (max-width: 500px) {
/* 4696 */   .comment cite {
/* 4697 */     font-size: 16px;
/* 4698 */   }
/* 4699 */ }
/* 4700 */ .comment cite a {

/* style.css */

/* 4701 */   /* responsive 500px phone */
/* 4702 */ }
/* 4703 */ @media (max-width: 500px) {
/* 4704 */   .comment cite a {
/* 4705 */     display: block;
/* 4706 */   }
/* 4707 */ }
/* 4708 */ .comment .comment-content,
/* 4709 */ .comment .comment-meta,
/* 4710 */ .comment .comment-respond {
/* 4711 */   margin-left: 56px;
/* 4712 */   display: table-row;
/* 4713 */ }
/* 4714 */ .comment .comment-content {
/* 4715 */   margin-top: 7px;
/* 4716 */ }
/* 4717 */ .comment .comment-content p {
/* 4718 */   margin-bottom: 21px;
/* 4719 */ }
/* 4720 */ .comment .comment-content p:last-child {
/* 4721 */   margin-bottom: 0;
/* 4722 */ }
/* 4723 */ .comment p {
/* 4724 */   margin-bottom: 0;
/* 4725 */   word-wrap: break-word;
/* 4726 */ }
/* 4727 */ .comment .logged-in-as {
/* 4728 */   margin-bottom: 10px;
/* 4729 */ }
/* 4730 */ .comment .children {
/* 4731 */   margin-left: 70px;
/* 4732 */   padding-top: 16px;
/* 4733 */   border-top: 1px dashed var(--td_grid_border_color, #ededed);
/* 4734 */   margin-top: 13px;
/* 4735 */   /* responsive portrait phone */
/* 4736 */ }
/* 4737 */ @media (max-width: 500px) {
/* 4738 */   .comment .children {
/* 4739 */     margin-left: 34px;
/* 4740 */   }
/* 4741 */ }
/* 4742 */ .comment .children .children {
/* 4743 */   margin-left: 56px;
/* 4744 */   /* responsive portrait phone */
/* 4745 */ }
/* 4746 */ @media (max-width: 500px) {
/* 4747 */   .comment .children .children {
/* 4748 */     margin-left: 0;
/* 4749 */   }
/* 4750 */ }

/* style.css */

/* 4751 */ .comment .children .comment:last-child {
/* 4752 */   margin-bottom: 0;
/* 4753 */   padding-bottom: 0;
/* 4754 */   border-bottom: none;
/* 4755 */ }
/* 4756 */ .comment .children .comment .avatar {
/* 4757 */   width: 36px;
/* 4758 */   height: 36px;
/* 4759 */   position: relative;
/* 4760 */   top: 5px;
/* 4761 */   /* responsive 500px phone */
/* 4762 */ }
/* 4763 */ @media (max-width: 500px) {
/* 4764 */   .comment .children .comment .avatar {
/* 4765 */     top: 0;
/* 4766 */   }
/* 4767 */ }
/* 4768 */ .comment .children .comment .comment-content,
/* 4769 */ .comment .children .comment .comment-meta,
/* 4770 */ .comment .children .comment .comment-respond {
/* 4771 */   margin-left: 56px;
/* 4772 */ }
/* 4773 */ .td-comments-title-wrap {
/* 4774 */   transform: translateZ(0);
/* 4775 */   -webkit-transform: translateZ(0);
/* 4776 */ }
/* 4777 */ .comment-link {
/* 4778 */   font-size: 11px;
/* 4779 */   line-height: 1;
/* 4780 */   color: #747474;
/* 4781 */   padding-left: 10px;
/* 4782 */   /* responsive 500px phone */
/* 4783 */ }
/* 4784 */ @media (max-width: 500px) {
/* 4785 */   .comment-link {
/* 4786 */     padding-left: 0;
/* 4787 */     margin-bottom: 5px;
/* 4788 */     margin-top: 5px;
/* 4789 */     display: block;
/* 4790 */   }
/* 4791 */ }
/* 4792 */ .comment-edit-link {
/* 4793 */   font-size: 11px;
/* 4794 */   line-height: 1;
/* 4795 */   padding-left: 10px;
/* 4796 */   /* responsive 500px phone */
/* 4797 */ }
/* 4798 */ .comment-edit-link:hover {
/* 4799 */   text-decoration: underline;
/* 4800 */ }

/* style.css */

/* 4801 */ @media (max-width: 500px) {
/* 4802 */   .comment-edit-link {
/* 4803 */     padding-left: 0;
/* 4804 */     margin-bottom: 5px;
/* 4805 */     margin-top: 5px;
/* 4806 */     display: block;
/* 4807 */   }
/* 4808 */ }
/* 4809 */ .comment-meta {
/* 4810 */   margin-top: 3px;
/* 4811 */ }
/* 4812 */ .comment-respond {
/* 4813 */   margin-bottom: 21px;
/* 4814 */   /* responsive portrait phone */
/* 4815 */ }
/* 4816 */ @media (max-width: 767px) {
/* 4817 */   .comment-respond {
/* 4818 */     margin-left: 0 !important;
/* 4819 */   }
/* 4820 */ }
/* 4821 */ .comment-reply-link {
/* 4822 */   font-size: 11px;
/* 4823 */   color: #747474;
/* 4824 */ }
/* 4825 */ .comment-reply-link:hover {
/* 4826 */   color: var(--td_theme_color, #4db2ec);
/* 4827 */ }
/* 4828 */ .single .comments {
/* 4829 */   margin-bottom: 48px;
/* 4830 */   padding-top: 10px;
/* 4831 */   margin-top: -10px;
/* 4832 */ }
/* 4833 */ /*  ----------------------------------------------------------------------------
/* 4834 *|     Comment form
/* 4835 *| */
/* 4836 */ #reply-title {
/* 4837 */   font-size: 16px;
/* 4838 */   font-weight: 700;
/* 4839 */   margin-bottom: 7px;
/* 4840 */   margin-top: 10px;
/* 4841 */ }
/* 4842 */ .logged-in-as {
/* 4843 */   margin-top: 0;
/* 4844 */   margin-bottom: 10px;
/* 4845 */   font-size: 13px;
/* 4846 */ }
/* 4847 */ .logged-in-as a {
/* 4848 */   color: var(--td_text_color, #111111);
/* 4849 */   font-weight: 600;
/* 4850 */   /* responsive portrait phone */

/* style.css */

/* 4851 */ }
/* 4852 */ .logged-in-as a:hover {
/* 4853 */   color: var(--td_theme_color, #4db2ec);
/* 4854 */ }
/* 4855 */ @media (max-width: 767px) {
/* 4856 */   .logged-in-as a:last-child {
/* 4857 */     display: block;
/* 4858 */     float: right;
/* 4859 */   }
/* 4860 */ }
/* 4861 */ #cancel-comment-reply-link {
/* 4862 */   font-size: 12px;
/* 4863 */   font-weight: 400;
/* 4864 */   color: var(--td_text_color, #111111);
/* 4865 */   margin-left: 10px;
/* 4866 */ }
/* 4867 */ #cancel-comment-reply-link:hover {
/* 4868 */   color: var(--td_theme_color, #4db2ec);
/* 4869 */ }
/* 4870 */ .comment .comment-form-input-wrap {
/* 4871 */   margin-top: 0;
/* 4872 */   margin-bottom: 21px;
/* 4873 */ }
/* 4874 */ .comment-subscription-form {
/* 4875 */   margin-bottom: 3px;
/* 4876 */   font-size: 13px;
/* 4877 */ }
/* 4878 */ .comment-subscription-form .subscribe-label {
/* 4879 */   margin-left: 3px;
/* 4880 */   position: relative;
/* 4881 */   top: -1px;
/* 4882 */ }
/* 4883 */ .td-login-comment {
/* 4884 */   /* responsive portrait phone */
/* 4885 */ }
/* 4886 */ @media (max-width: 767px) {
/* 4887 */   .td-login-comment {
/* 4888 */     background-color: #222;
/* 4889 */     width: 100%;
/* 4890 */     margin-top: 20px;
/* 4891 */     text-align: center;
/* 4892 */     text-transform: uppercase;
/* 4893 */     font-size: 14px;
/* 4894 */     font-weight: bold;
/* 4895 */   }
/* 4896 */   .td-login-comment a {
/* 4897 */     color: #fff;
/* 4898 */     padding: 14px 0 15px;
/* 4899 */     line-height: 19px;
/* 4900 */     display: block;

/* style.css */

/* 4901 */   }
/* 4902 */ }
/* 4903 */ .comments .comment-form .submit {
/* 4904 */   /* responsive portrait phone */
/* 4905 */ }
/* 4906 */ @media (max-width: 767px) {
/* 4907 */   .comments .comment-form .submit {
/* 4908 */     width: 100%;
/* 4909 */     font-size: 15px;
/* 4910 */     font-weight: bold;
/* 4911 */     padding: 15px 0;
/* 4912 */     text-transform: uppercase;
/* 4913 */   }
/* 4914 */ }
/* 4915 */ .comments {
/* 4916 */   clear: both;
/* 4917 */ }
/* 4918 */ .comment-form .td-warning-comment,
/* 4919 */ .comment-form .td-warning-author,
/* 4920 */ .comment-form .td-warning-email,
/* 4921 */ .comment-form .td-warning-email-error,
/* 4922 */ .comment-form .td-warning-captcha,
/* 4923 */ .comment-form .td-warning-captcha-score {
/* 4924 */   display: none;
/* 4925 */ }
/* 4926 */ .comment-form textarea {
/* 4927 */   display: block;
/* 4928 */ }
/* 4929 */ .td-comment-form-warnings .td-warning-comment,
/* 4930 */ .td-comment-form-warnings .td-warning-author,
/* 4931 */ .td-comment-form-warnings .td-warning-email,
/* 4932 */ .td-comment-form-warnings .td-warning-email-error,
/* 4933 */ .td-comment-form-warnings .td-warning-captcha,
/* 4934 */ .td-comment-form-warnings .td-warning-captcha-score {
/* 4935 */   margin-bottom: -11px;
/* 4936 */   color: #ff7a7a;
/* 4937 */   font-size: 11px;
/* 4938 */   font-style: italic;
/* 4939 */   line-height: 15px;
/* 4940 */ }
/* 4941 */ .td-form-comment,
/* 4942 */ .td-form-author,
/* 4943 */ .td-form-email,
/* 4944 */ .td-form-url {
/* 4945 */   margin-top: 0;
/* 4946 */   margin-bottom: 21px;
/* 4947 */ }
/* 4948 */ .comment-pagination {
/* 4949 */   /* responsive portrait phone */
/* 4950 */ }

/* style.css */

/* 4951 */ @media (max-width: 767px) {
/* 4952 */   .comment-pagination {
/* 4953 */     margin-bottom: 25px;
/* 4954 */     margin-left: -3%;
/* 4955 */     margin-right: -3%;
/* 4956 */     text-align: center;
/* 4957 */   }
/* 4958 */   .comment-pagination a {
/* 4959 */     background-color: #222;
/* 4960 */     color: #fff;
/* 4961 */     padding: 14px 0;
/* 4962 */     display: inline-block;
/* 4963 */     width: 45%;
/* 4964 */     text-align: center;
/* 4965 */     line-height: 1;
/* 4966 */     margin: 0 2%;
/* 4967 */     font-size: 13px;
/* 4968 */   }
/* 4969 */ }
/* 4970 */ .comment-list li:last-child {
/* 4971 */   /* responsive portrait phone */
/* 4972 */ }
/* 4973 */ @media (max-width: 767px) {
/* 4974 */   .comment-list li:last-child {
/* 4975 */     border: none;
/* 4976 */   }
/* 4977 */ }
/* 4978 */ .comment-form-cookies-consent label {
/* 4979 */   margin-left: 8px;
/* 4980 */ }
/* 4981 */ .comment-form-cookies-consent * {
/* 4982 */   vertical-align: middle;
/* 4983 */ }
/* 4984 */ /*  ----------------------------------------------------------------------------
/* 4985 *|     less for Gutenberg elements
/* 4986 *| */
/* 4987 */ .wp-block-image {
/* 4988 */   margin-bottom: 21px;
/* 4989 */ }
/* 4990 */ .wp-block-image.aligncenter,
/* 4991 */ .wp-block-image.alignleft,
/* 4992 */ .wp-block-image.alignright {
/* 4993 */   margin-bottom: 21px;
/* 4994 */ }
/* 4995 */ .wp-block-image figcaption {
/* 4996 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 4997 */   text-align: left;
/* 4998 */   margin: 6px 0 0 0;
/* 4999 */   font-size: 11px;
/* 5000 */   font-style: italic;

/* style.css */

/* 5001 */   font-weight: normal;
/* 5002 */   line-height: 17px;
/* 5003 */   color: #444;
/* 5004 */ }
/* 5005 */ .wp-block-image.alignfull figcaption {
/* 5006 */   margin-right: 20px;
/* 5007 */   margin-left: 20px;
/* 5008 */ }
/* 5009 */ .wp-block-gallery {
/* 5010 */   margin-bottom: 26px;
/* 5011 */ }
/* 5012 */ .wp-block-gallery figcaption {
/* 5013 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 5014 */   font-size: 11px;
/* 5015 */   line-height: 17px;
/* 5016 */ }
/* 5017 */ .wp-block-gallery .blocks-gallery-image figcaption,
/* 5018 */ .wp-block-gallery .blocks-gallery-item figcaption {
/* 5019 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 5020 */   font-size: 11px;
/* 5021 */   line-height: 17px;
/* 5022 */ }
/* 5023 */ .wp-block-gallery.alignnone {
/* 5024 */   display: flex;
/* 5025 */ }
/* 5026 */ .wp-block-categories {
/* 5027 */   padding: 0 10px;
/* 5028 */ }
/* 5029 */ .wp-block-categories,
/* 5030 */ .wp-block-categories ul {
/* 5031 */   list-style-type: none;
/* 5032 */ }
/* 5033 */ .wp-block-categories ul {
/* 5034 */   margin: 5px 0 0;
/* 5035 */   padding-left: 26px;
/* 5036 */ }
/* 5037 */ .wp-block-categories li {
/* 5038 */   margin-left: 0;
/* 5039 */   margin-bottom: 5px;
/* 5040 */ }
/* 5041 */ .wp-block-categories li:last-child {
/* 5042 */   margin-bottom: 0;
/* 5043 */ }
/* 5044 */ .wp-block-categories a {
/* 5045 */   color: #000;
/* 5046 */ }
/* 5047 */ .wp-block-categories a:hover {
/* 5048 */   text-decoration: none;
/* 5049 */   color: var(--td_theme_color, #4db2ec);
/* 5050 */ }

/* style.css */

/* 5051 */ .wp-block-categories .td-widget-no {
/* 5052 */   float: right;
/* 5053 */ }
/* 5054 */ .wp-block-categories .td-widget-no:before {
/* 5055 */   content: '(';
/* 5056 */ }
/* 5057 */ .wp-block-categories .td-widget-no:after {
/* 5058 */   content: ')';
/* 5059 */ }
/* 5060 */ .wp-block-categories select {
/* 5061 */   height: 30px;
/* 5062 */   margin-bottom: 10px;
/* 5063 */   margin-top: 13px;
/* 5064 */   padding: 0 5px;
/* 5065 */ }
/* 5066 */ .wp-block-quote.is-large p,
/* 5067 */ .wp-block-quote.is-style-large p {
/* 5068 */   font-size: 36px;
/* 5069 */   line-height: 1.2;
/* 5070 */ }
/* 5071 */ .wp-block-quote.is-large cite,
/* 5072 */ .wp-block-quote.is-style-large cite {
/* 5073 */   font-size: 13px;
/* 5074 */ }
/* 5075 */ .wp-block-quote p.has-regular-font-size {
/* 5076 */   font-size: 1em;
/* 5077 */ }
/* 5078 */ .wp-block-quote p.has-larger-font-size {
/* 5079 */   font-size: 3.34em;
/* 5080 */ }
/* 5081 */ .wp-block-quote cite {
/* 5082 */   color: #6c7781;
/* 5083 */   font-size: 13px;
/* 5084 */   margin-top: 1em;
/* 5085 */   position: relative;
/* 5086 */   font-style: normal;
/* 5087 */ }
/* 5088 */ figure.wp-block-pullquote {
/* 5089 */   font-size: 14px;
/* 5090 */ }
/* 5091 */ figure.wp-block-pullquote.has-larger-font-size {
/* 5092 */   font-size: 3.34em;
/* 5093 */ }
/* 5094 */ figure.wp-block-pullquote p {
/* 5095 */   font-size: 1em;
/* 5096 */   line-height: 1.858em;
/* 5097 */   font-weight: 600;
/* 5098 */ }
/* 5099 */ .wp-block-archives {
/* 5100 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);

/* style.css */

/* 5101 */ }
/* 5102 */ .wp-block-archives li {
/* 5103 */   line-height: 30px;
/* 5104 */   list-style: none;
/* 5105 */   padding: 0;
/* 5106 */   margin-left: 0 !important;
/* 5107 */ }
/* 5108 */ .wp-block-archives li a {
/* 5109 */   color: #222222;
/* 5110 */ }
/* 5111 */ .wp-block-archives li a:hover {
/* 5112 */   color: var(--td_theme_color, #4db2ec);
/* 5113 */   text-decoration: none !important;
/* 5114 */ }
/* 5115 */ .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
/* 5116 */ .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
/* 5117 */   margin-left: 0;
/* 5118 */ }
/* 5119 */ .wp-block-latest-comments .wp-block-latest-comments__comment {
/* 5120 */   display: flex;
/* 5121 */   margin: 10px 0 !important;
/* 5122 */   line-height: 21px;
/* 5123 */   padding-bottom: 13px;
/* 5124 */   font-size: 12px;
/* 5125 */ }
/* 5126 */ .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
/* 5127 */   display: block;
/* 5128 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 5129 */   font-size: 11px;
/* 5130 */   line-height: 16px;
/* 5131 */   color: #b5b5b5;
/* 5132 */   font-style: italic;
/* 5133 */   margin-bottom: 5px;
/* 5134 */ }
/* 5135 */ .wp-block-latest-comments .wp-block-latest-comments__comment p {
/* 5136 */   margin-bottom: 0;
/* 5137 */ }
/* 5138 */ .wp-block-latest-comments .wp-block-latest-comments__comment a {
/* 5139 */   color: #222222;
/* 5140 */   font-style: italic;
/* 5141 */   font-size: 11px;
/* 5142 */   font-weight: bold;
/* 5143 */ }
/* 5144 */ .wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
/* 5145 */   color: var(--td_theme_color, #4db2ec);
/* 5146 */   text-decoration: none !important;
/* 5147 */ }
/* 5148 */ .wp-block-latest-posts:not(.is-grid) li {
/* 5149 */   list-style: none;
/* 5150 */   margin-bottom: 8px !important;

/* style.css */

/* 5151 */   margin-left: 0;
/* 5152 */   padding-bottom: 7px;
/* 5153 */   border-bottom: 1px dashed #f1f1f1;
/* 5154 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 5155 */ }
/* 5156 */ .wp-block-latest-posts:not(.is-grid) li:last-child {
/* 5157 */   border-bottom: none;
/* 5158 */ }
/* 5159 */ .wp-block-latest-posts:not(.is-grid) li a {
/* 5160 */   display: inline-block;
/* 5161 */   color: #222222;
/* 5162 */   line-height: 21px;
/* 5163 */ }
/* 5164 */ .wp-block-latest-posts:not(.is-grid) li a:hover {
/* 5165 */   color: var(--td_theme_color, #4db2ec);
/* 5166 */   text-decoration: none !important;
/* 5167 */ }
/* 5168 */ .wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__post-date {
/* 5169 */   display: block;
/* 5170 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 5171 */   font-size: 11px;
/* 5172 */   line-height: 16px;
/* 5173 */   color: #b5b5b5;
/* 5174 */   font-style: italic;
/* 5175 */   margin-bottom: 5px;
/* 5176 */ }
/* 5177 */ .wp-block-button:not(.is-style-outline) a.wp-block-button__link {
/* 5178 */   transition: background-color 0.1s ease;
/* 5179 */   -webkit-transition: background-color 0.1s ease;
/* 5180 */   padding: 9px 12px;
/* 5181 */   font-size: 16px;
/* 5182 */   line-height: 20px;
/* 5183 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 5184 */   font-weight: 600;
/* 5185 */ }
/* 5186 */ .wp-block-button:not(.is-style-outline) a.wp-block-button__link:not([class*="has-background"]):hover {
/* 5187 */   background-color: #444;
/* 5188 */   text-decoration: none !important;
/* 5189 */ }
/* 5190 */ .wp-block-button:not(.is-style-outline) a.wp-block-button__link:not([class*="has-background"]) {
/* 5191 */   background-color: var(--td_theme_color, #4db2ec);
/* 5192 */ }
/* 5193 */ .wp-block-button.is-style-outline .wp-block-button__link {
/* 5194 */   border-width: 2px;
/* 5195 */   border-style: solid;
/* 5196 */   transition: all 0.1s ease;
/* 5197 */   -webkit-transition: all 0.1s ease;
/* 5198 */ }
/* 5199 */ .wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]) {
/* 5200 */   background-color: transparent;

/* style.css */

/* 5201 */ }
/* 5202 */ .wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]):hover {
/* 5203 */   background-color: #4db2ec;
/* 5204 */ }
/* 5205 */ .wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-text-color"]) {
/* 5206 */   color: var(--td_theme_color, #4db2ec);
/* 5207 */   border-color: var(--td_theme_color, #4db2ec);
/* 5208 */ }
/* 5209 */ .wp-block-button.is-style-outline .wp-block-button__link:hover {
/* 5210 */   background-color: #444;
/* 5211 */   color: #fff;
/* 5212 */   text-decoration: none !important;
/* 5213 */ }
/* 5214 */ .td-pb-span12 .alignwide {
/* 5215 */   position: relative;
/* 5216 */   left: 50%;
/* 5217 */   transform: translateX(-50%);
/* 5218 */   width: 1400px;
/* 5219 */   max-width: 100vw;
/* 5220 */ }
/* 5221 */ .td-pb-span12 .alignwide img,
/* 5222 */ .td-pb-span12 .alignwide video,
/* 5223 */ .td-pb-span12 .alignwide.wp-block-embed iframe {
/* 5224 */   padding: 0 calc((100% - 100vw) / 2);
/* 5225 */ }
/* 5226 */ .td-pb-span12 .alignwide.wp-block-video video {
/* 5227 */   width: 100%;
/* 5228 */ }
/* 5229 */ .td-pb-span12 .alignwide.wp-block-embed iframe {
/* 5230 */   width: 100%;
/* 5231 */ }
/* 5232 */ .td-pb-span12 .alignfull {
/* 5233 */   position: relative;
/* 5234 */   left: 50%;
/* 5235 */   transform: translateX(-50%);
/* 5236 */   width: 100vw !important;
/* 5237 */   max-width: none !important;
/* 5238 */   margin-left: 0;
/* 5239 */   margin-right: 0;
/* 5240 */ }
/* 5241 */ .td-pb-span12 .alignfull.wp-block-cover.has-parallax {
/* 5242 */   left: auto;
/* 5243 */   transform: none;
/* 5244 */   margin-left: calc((-100vw + 100%) / 2);
/* 5245 */ }
/* 5246 */ .td-pb-span12 .alignfull.wp-block-columns {
/* 5247 */   padding-left: 8px;
/* 5248 */   padding-right: 8px;
/* 5249 */ }
/* 5250 */ .td-pb-span12 .alignfull.wp-block-embed-wordpress-tv .wp-block-embed__wrapper {

/* style.css */

/* 5251 */   padding-bottom: 56.25%;
/* 5252 */ }
/* 5253 */ .td-pb-span12 .alignfull.wp-block-embed-wordpress-tv iframe {
/* 5254 */   position: absolute;
/* 5255 */   top: 0;
/* 5256 */   left: 0;
/* 5257 */   width: 100%;
/* 5258 */   height: 100%;
/* 5259 */   padding-left: 8px;
/* 5260 */   padding-right: 8px;
/* 5261 */ }
/* 5262 */ .td-pb-span12 .alignfull.wp-block-embed iframe {
/* 5263 */   width: 100%;
/* 5264 */ }
/* 5265 */ .tdc-column:not(.td-pb-span12) .alignwide {
/* 5266 */   width: 100% !important;
/* 5267 */   margin-left: 0 !important;
/* 5268 */ }
/* 5269 */ .tdc-column:not(.td-pb-span12) .alignfull.wp-block-pullquote blockquote {
/* 5270 */   margin-left: 0;
/* 5271 */   margin-right: 0;
/* 5272 */ }
/* 5273 */ .wp-block-embed-flickr.aligncenter .wp-block-embed__wrapper {
/* 5274 */   display: table;
/* 5275 */   margin-left: auto;
/* 5276 */   margin-right: auto;
/* 5277 */ }
/* 5278 */ .wp-block-embed-flickr.alignwide img,
/* 5279 */ .wp-block-embed-flickr.alignfull img {
/* 5280 */   width: 100%;
/* 5281 */   height: auto;
/* 5282 */ }
/* 5283 */ .wp-block-media-text {
/* 5284 */   margin-bottom: 26px;
/* 5285 */ }
/* 5286 */ /*  ----------------------------------------------------------------------------
/* 5287 *|     wordpress default galleries
/* 5288 *| */
/* 5289 */ .gallery-item {
/* 5290 */   display: inline-block;
/* 5291 */   text-align: center;
/* 5292 */   vertical-align: top;
/* 5293 */   margin-bottom: 20px;
/* 5294 */   width: 100%;
/* 5295 */   padding: 0 2%;
/* 5296 */ }
/* 5297 */ .gallery-item .gallery-caption {
/* 5298 */   text-align: center;
/* 5299 */   margin: 0;
/* 5300 */ }

/* style.css */

/* 5301 */ .gallery-item .gallery-icon img {
/* 5302 */   display: inline-block;
/* 5303 */ }
/* 5304 */ .gallery-columns-2,
/* 5305 */ .gallery-columns-3,
/* 5306 */ .gallery-columns-4,
/* 5307 */ .gallery-columns-5,
/* 5308 */ .gallery-columns-6,
/* 5309 */ .gallery-columns-7,
/* 5310 */ .gallery-columns-8,
/* 5311 */ .gallery-columns-9 {
/* 5312 */   margin: 0 -2% 20px;
/* 5313 */ }
/* 5314 */ .gallery-columns-2 .gallery-item {
/* 5315 */   max-width: 50%;
/* 5316 */ }
/* 5317 */ .gallery-columns-3 .gallery-item {
/* 5318 */   max-width: 33.33%;
/* 5319 */ }
/* 5320 */ .gallery-columns-4 .gallery-item {
/* 5321 */   max-width: 25%;
/* 5322 */ }
/* 5323 */ .gallery-columns-5 .gallery-item {
/* 5324 */   max-width: 20%;
/* 5325 */ }
/* 5326 */ .gallery-columns-6 .gallery-item {
/* 5327 */   max-width: 16.66%;
/* 5328 */ }
/* 5329 */ .gallery-columns-7 .gallery-item {
/* 5330 */   max-width: 14.28%;
/* 5331 */ }
/* 5332 */ .gallery-columns-8 .gallery-item {
/* 5333 */   max-width: 12.5%;
/* 5334 */ }
/* 5335 */ .gallery-columns-9 .gallery-item {
/* 5336 */   max-width: 11.11%;
/* 5337 */ }
/* 5338 */ /*  ----------------------------------------------------------------------------
/* 5339 *|     custom gallery-columns-1
/* 5340 *| */
/* 5341 */ .gallery-columns-1 .gallery-item {
/* 5342 */   margin-bottom: 30px;
/* 5343 */   position: relative;
/* 5344 */ }
/* 5345 */ .gallery-columns-1 .gallery-item img {
/* 5346 */   display: block;
/* 5347 */ }
/* 5348 */ .gallery-columns-1 .gallery-caption {
/* 5349 */   position: absolute;
/* 5350 */   bottom: 0;

/* style.css */

/* 5351 */   width: 100%;
/* 5352 */   background-color: #0e0e0e;
/* 5353 */   color: white;
/* 5354 */   font-size: 12px;
/* 5355 */   font-style: normal;
/* 5356 */   padding: 8px 14px 10px 14px;
/* 5357 */ }
/* 5358 */ /*  ----------------------------------------------------------------------------
/* 5359 *|     less for gallery slider
/* 5360 *| */
/* 5361 */ .post_td_gallery {
/* 5362 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 5363 */   color: #fff;
/* 5364 */   margin-bottom: 24px;
/* 5365 */   background-color: #222;
/* 5366 */   overflow: hidden;
/* 5367 */   clear: both;
/* 5368 */ }
/* 5369 */ .td-gallery-slide-top {
/* 5370 */   position: relative;
/* 5371 */   min-height: 44px;
/* 5372 */   background-color: #111;
/* 5373 */ }
/* 5374 */ .td-gallery-title {
/* 5375 */   font-style: italic;
/* 5376 */   font-size: 14px;
/* 5377 */   line-height: 21px;
/* 5378 */   font-weight: 600;
/* 5379 */   padding: 16px 20px;
/* 5380 */   width: 80%;
/* 5381 */   /* responsive portrait phone */
/* 5382 */ }
/* 5383 */ @media (max-width: 767px) {
/* 5384 */   .td-gallery-title {
/* 5385 */     width: 65%;
/* 5386 */     font-size: 13px;
/* 5387 */     line-height: 17px;
/* 5388 */     padding: 16px;
/* 5389 */   }
/* 5390 */ }
/* 5391 */ /* controls wrapper */
/* 5392 */ .td-gallery-controls-wrapper {
/* 5393 */   height: 28px;
/* 5394 */   margin: auto !important;
/* 5395 */   position: absolute;
/* 5396 */   right: 0;
/* 5397 */   top: 0;
/* 5398 */   bottom: 0;
/* 5399 */ }
/* 5400 */ .td-gallery-slide-count {

/* style.css */

/* 5401 */   display: inline-block;
/* 5402 */   margin-right: 7px;
/* 5403 */   font-style: italic;
/* 5404 */   font-size: 12px;
/* 5405 */   font-weight: 600;
/* 5406 */   vertical-align: middle;
/* 5407 */   /* responsive portrait phone */
/* 5408 */ }
/* 5409 */ @media (max-width: 767px) {
/* 5410 */   .td-gallery-slide-count {
/* 5411 */     margin-right: 0;
/* 5412 */   }
/* 5413 */ }
/* 5414 */ .td-gallery-slide-prev-next-but {
/* 5415 */   display: inline-block;
/* 5416 */   margin-right: 12px;
/* 5417 */   vertical-align: middle;
/* 5418 */   /* responsive portrait phone */
/* 5419 */ }
/* 5420 */ @media (max-width: 767px) {
/* 5421 */   .td-gallery-slide-prev-next-but {
/* 5422 */     margin-right: 8px;
/* 5423 */   }
/* 5424 */ }
/* 5425 */ .td-gallery-slide-prev-next-but .td-icon-left,
/* 5426 */ .td-gallery-slide-prev-next-but .td-icon-right {
/* 5427 */   font-size: 16px;
/* 5428 */   padding: 0 4px;
/* 5429 */   /* responsive portrait phone */
/* 5430 */   -webkit-touch-callout: none;
/* 5431 */   -webkit-user-select: none;
/* 5432 */   user-select: none;
/* 5433 */ }
/* 5434 */ @media (max-width: 767px) {
/* 5435 */   .td-gallery-slide-prev-next-but .td-icon-left,
/* 5436 */   .td-gallery-slide-prev-next-but .td-icon-right {
/* 5437 */     padding: 0 6px;
/* 5438 */   }
/* 5439 */ }
/* 5440 */ .td-gallery-slide-prev-next-but .td-icon-left:before {
/* 5441 */   content: '\e80c';
/* 5442 */ }
/* 5443 */ .td-gallery-slide-prev-next-but .td-icon-right:before {
/* 5444 */   content: '\e80d';
/* 5445 */ }
/* 5446 */ .td-gallery-slide-copywrite {
/* 5447 */   float: right;
/* 5448 */   padding: 4px 6px;
/* 5449 */   text-align: left;
/* 5450 */   font-style: italic;

/* style.css */

/* 5451 */   line-height: 1;
/* 5452 */   font-size: 11px;
/* 5453 */   display: inline-block;
/* 5454 */   background-color: rgba(0, 0, 0, 0.8);
/* 5455 */ }
/* 5456 */ .td-button {
/* 5457 */   margin: 0 4.2px 0 4.3px;
/* 5458 */   background-size: cover !important;
/* 5459 */ }
/* 5460 */ .td-doubleSlider-1 {
/* 5461 */   overflow: hidden;
/* 5462 */   width: auto;
/* 5463 */   height: 580px;
/* 5464 */   /* responsive portrait tablet */
/* 5465 */   /* responsive portrait phone */
/* 5466 */ }
/* 5467 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5468 */   .td-doubleSlider-1 {
/* 5469 */     height: 420px;
/* 5470 */   }
/* 5471 */ }
/* 5472 */ @media (max-width: 767px) {
/* 5473 */   .td-doubleSlider-1 {
/* 5474 */     height: 260px;
/* 5475 */   }
/* 5476 */ }
/* 5477 */ .td-doubleSlider-1 .td-slide-galery-figure {
/* 5478 */   height: 580px;
/* 5479 */   text-align: center;
/* 5480 */   position: relative;
/* 5481 */   /* responsive portrait tablet */
/* 5482 */   /* responsive portrait tablet */
/* 5483 */   /* responsive portrait phone */
/* 5484 */ }
/* 5485 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5486 */   .td-doubleSlider-1 .td-slide-galery-figure {
/* 5487 */     width: 980px;
/* 5488 */   }
/* 5489 */ }
/* 5490 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5491 */   .td-doubleSlider-1 .td-slide-galery-figure {
/* 5492 */     width: 740px;
/* 5493 */     height: 420px;
/* 5494 */   }
/* 5495 */ }
/* 5496 */ @media (max-width: 767px) {
/* 5497 */   .td-doubleSlider-1 .td-slide-galery-figure {
/* 5498 */     width: 100%;
/* 5499 */     height: 260px;
/* 5500 */   }

/* style.css */

/* 5501 */ }
/* 5502 */ .td-doubleSlider-1 .td-slide-item img {
/* 5503 */   max-width: none;
/* 5504 */   max-height: 100%;
/* 5505 */   /* responsive portrait phone */
/* 5506 */ }
/* 5507 */ @media (max-width: 767px) {
/* 5508 */   .td-doubleSlider-1 .td-slide-item img {
/* 5509 */     max-width: 100%;
/* 5510 */   }
/* 5511 */ }
/* 5512 */ .td-doubleSlider-1 .td-slide-item {
/* 5513 */   /* responsive portrait phone */
/* 5514 */ }
/* 5515 */ @media (max-width: 767px) {
/* 5516 */   .td-doubleSlider-1 .td-slide-item {
/* 5517 */     width: 100%;
/* 5518 */   }
/* 5519 */ }
/* 5520 */ .td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
/* 5521 */   position: absolute;
/* 5522 */   top: 50%;
/* 5523 */   left: 50%;
/* 5524 */   transform: translate(-50%, -50%);
/* 5525 */   -webkit-transform: translate(-50%, -50%);
/* 5526 */   overflow: auto;
/* 5527 */ }
/* 5528 */ .td-doubleSlider-1 .td-slide-item .td-slide-caption {
/* 5529 */   position: absolute;
/* 5530 */   bottom: 0;
/* 5531 */   left: 0;
/* 5532 */   text-align: left;
/* 5533 */   /* if caption or description text is present */
/* 5534 */ }
/* 5535 */ .td-doubleSlider-1 .td-slide-item .td-slide-caption span {
/* 5536 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 5537 */   font-size: 12px;
/* 5538 */   color: #fff;
/* 5539 */   line-height: 18px;
/* 5540 */   width: 100%;
/* 5541 */   float: left;
/* 5542 */   padding: 5px 10px;
/* 5543 */   background-color: rgba(0, 0, 0, 0.6);
/* 5544 */ }
/* 5545 */ .td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content {
/* 5546 */   width: 100%;
/* 5547 */ }
/* 5548 */ .td-slide-on-2-columns .td-gallery-title {
/* 5549 */   width: 73%;
/* 5550 */   /* responsive portrait phone */

/* style.css */

/* 5551 */ }
/* 5552 */ @media (max-width: 767px) {
/* 5553 */   .td-slide-on-2-columns .td-gallery-title {
/* 5554 */     width: 65%;
/* 5555 */   }
/* 5556 */ }
/* 5557 */ .td-slide-on-2-columns .td-doubleSlider-1 {
/* 5558 */   height: 420px;
/* 5559 */   /* responsive portrait tablet */
/* 5560 */   /* responsive portrait phone */
/* 5561 */ }
/* 5562 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5563 */   .td-slide-on-2-columns .td-doubleSlider-1 {
/* 5564 */     height: 320px;
/* 5565 */   }
/* 5566 */ }
/* 5567 */ @media (max-width: 767px) {
/* 5568 */   .td-slide-on-2-columns .td-doubleSlider-1 {
/* 5569 */     height: 260px;
/* 5570 */   }
/* 5571 */ }
/* 5572 */ .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
/* 5573 */   height: 420px;
/* 5574 */   /* responsive portrait tablet */
/* 5575 */   /* responsive portrait tablet */
/* 5576 */   /* responsive portrait phone */
/* 5577 */ }
/* 5578 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5579 */   .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
/* 5580 */     width: 640px;
/* 5581 */   }
/* 5582 */ }
/* 5583 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5584 */   .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
/* 5585 */     width: 484px;
/* 5586 */     height: 320px;
/* 5587 */   }
/* 5588 */ }
/* 5589 */ @media (max-width: 767px) {
/* 5590 */   .td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
/* 5591 */     width: 100%;
/* 5592 */     height: 260px;
/* 5593 */   }
/* 5594 */ }
/* 5595 */ .td-slide-on-2-columns .td-button {
/* 5596 */   margin: 0 5px;
/* 5597 */ }
/* 5598 */ .td-pb-span3 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5599 */ .td-pb-span3 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5600 */   height: 200px;

/* style.css */

/* 5601 */   /* responsive portrait tablet */
/* 5602 */ }
/* 5603 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5604 */   .td-pb-span3 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5605 */   .td-pb-span3 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5606 */     height: 140px;
/* 5607 */   }
/* 5608 */ }
/* 5609 */ .td-pb-span4 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5610 */ .td-pb-span5 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5611 */ .td-pb-span4 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5612 */ .td-pb-span5 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5613 */   height: 300px;
/* 5614 */   /* responsive portrait tablet */
/* 5615 */ }
/* 5616 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5617 */   .td-pb-span4 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5618 */   .td-pb-span5 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5619 */   .td-pb-span4 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5620 */   .td-pb-span5 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5621 */     height: 200px;
/* 5622 */   }
/* 5623 */ }
/* 5624 */ .td-pb-span6 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5625 */ .td-pb-span6 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5626 */   height: 360px;
/* 5627 */   /* responsive portrait tablet */
/* 5628 */ }
/* 5629 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5630 */   .td-pb-span6 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5631 */   .td-pb-span6 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5632 */     height: 260px;
/* 5633 */   }
/* 5634 */ }
/* 5635 */ .td-pb-span7 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5636 */ .td-pb-span8 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5637 */ .td-pb-span9 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5638 */ .td-pb-span7 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5639 */ .td-pb-span8 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5640 */ .td-pb-span9 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5641 */   height: 420px;
/* 5642 */   /* responsive portrait tablet */
/* 5643 */ }
/* 5644 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5645 */   .td-pb-span7 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5646 */   .td-pb-span8 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5647 */   .td-pb-span9 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5648 */   .td-pb-span7 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5649 */   .td-pb-span8 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5650 */   .td-pb-span9 .td-slide-on-2-columns .td-slide-galery-figure {

/* style.css */

/* 5651 */     height: 320px;
/* 5652 */   }
/* 5653 */ }
/* 5654 */ .td-pb-span3 .td-slide-on-2-columns,
/* 5655 */ .td-pb-span4 .td-slide-on-2-columns,
/* 5656 */ .td-pb-span5 .td-slide-on-2-columns,
/* 5657 */ .td-pb-span6 .td-slide-on-2-columns,
/* 5658 */ .td-pb-span7 .td-slide-on-2-columns,
/* 5659 */ .td-pb-span8 .td-slide-on-2-columns,
/* 5660 */ .td-pb-span9 .td-slide-on-2-columns {
/* 5661 */   /* responsive portrait phone */
/* 5662 */ }
/* 5663 */ @media (max-width: 767px) {
/* 5664 */   .td-pb-span3 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5665 */   .td-pb-span4 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5666 */   .td-pb-span5 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5667 */   .td-pb-span6 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5668 */   .td-pb-span7 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5669 */   .td-pb-span8 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5670 */   .td-pb-span9 .td-slide-on-2-columns .td-doubleSlider-1,
/* 5671 */   .td-pb-span3 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5672 */   .td-pb-span4 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5673 */   .td-pb-span5 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5674 */   .td-pb-span6 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5675 */   .td-pb-span7 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5676 */   .td-pb-span8 .td-slide-on-2-columns .td-slide-galery-figure,
/* 5677 */   .td-pb-span9 .td-slide-on-2-columns .td-slide-galery-figure {
/* 5678 */     height: 260px;
/* 5679 */   }
/* 5680 */ }
/* 5681 */ .td-doubleSlider-2 {
/* 5682 */   padding: 20px 0 10px 0;
/* 5683 */   height: 80px !important;
/* 5684 */   width: 100%;
/* 5685 */   background-color: #111;
/* 5686 */   visibility: hidden;
/* 5687 */   /* responsive portrait phone */
/* 5688 */   /* if there are not sufficient sliders to fill the td-doubleSlider-2, then move -how many sliders do we have- in the center of td-doubleSlider-2 */
/* 5689 */ }
/* 5690 */ @media (max-width: 767px) {
/* 5691 */   .td-doubleSlider-2 {
/* 5692 */     display: none;
/* 5693 */   }
/* 5694 */ }
/* 5695 */ .td-doubleSlider-2 .td-slider {
/* 5696 */   width: 100%;
/* 5697 */   height: 100%;
/* 5698 */   overflow-wrap: normal;
/* 5699 */ }
/* 5700 */ .td-doubleSlider-2 .td-button {

/* style.css */

/* 5701 */   top: -10px;
/* 5702 */   display: inline-block;
/* 5703 */   width: 80px !important;
/* 5704 */   height: 60px;
/* 5705 */   background-size: cover !important;
/* 5706 */   background-position: center !important;
/* 5707 */   /* responsive landscape tablet */
/* 5708 */ }
/* 5709 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5710 */   .td-doubleSlider-2 .td-button {
/* 5711 */     top: -9px !important;
/* 5712 */     width: 56px !important;
/* 5713 */     height: 58px;
/* 5714 */   }
/* 5715 */ }
/* 5716 */ .td-doubleSlider-2 .td-button:hover {
/* 5717 */   cursor: pointer;
/* 5718 */ }
/* 5719 */ .td-doubleSlider-2 .td-button .td-border {
/* 5720 */   height: 60px;
/* 5721 */   width: 80px;
/* 5722 */   /* responsive landscape tablet */
/* 5723 */ }
/* 5724 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5725 */   .td-doubleSlider-2 .td-button .td-border {
/* 5726 */     height: 58px;
/* 5727 */     width: 56px;
/* 5728 */   }
/* 5729 */ }
/* 5730 */ .td-doubleSlider-2.td_center_slide2 {
/* 5731 */   text-align: center;
/* 5732 */   padding: 25px 0 10px 0;
/* 5733 */ }
/* 5734 */ .td-doubleSlider-2.td_center_slide2 .td-slider {
/* 5735 */   display: inline-block;
/* 5736 */ }
/* 5737 */ .td-doubleSlider-2.td_center_slide2 .td-button {
/* 5738 */   position: relative;
/* 5739 */   top: -15px;
/* 5740 */   margin: 0 2px 0 3px;
/* 5741 */ }
/* 5742 */ .td-js-loaded .td-doubleSlider-2 {
/* 5743 */   visibility: visible;
/* 5744 */ }
/* 5745 */ .td-slide-galery-figure {
/* 5746 */   width: 100% !important;
/* 5747 */ }
/* 5748 */ @font-face {
/* 5749 */   font-family: 'newspaper';
/* 5750 */   src: url('images/icons/newspaper.eot?24');

/* style.css */

/* 5751 */   src: url('images/icons/newspaper.eot?24#iefix') format('embedded-opentype'), url('images/icons/newspaper.woff?24') format('woff'), url('images/icons/newspaper.ttf?24') format('truetype'), url('images/icons/newspaper.svg?24#newspaper') format('svg');
/* 5752 */   font-weight: normal;
/* 5753 */   font-style: normal;
/* 5754 */   font-display: swap;
/* 5755 */ }
/* 5756 */ [class^="td-icon-"]:before,
/* 5757 */ [class*=" td-icon-"]:before {
/* 5758 */   font-family: 'newspaper';
/* 5759 */   speak: none;
/* 5760 */   font-style: normal;
/* 5761 */   font-weight: normal;
/* 5762 */   font-variant: normal;
/* 5763 */   text-transform: none;
/* 5764 */   line-height: 1;
/* 5765 */   text-align: center;
/* 5766 */   /* Better Font Rendering =========== */
/* 5767 */   -webkit-font-smoothing: antialiased;
/* 5768 */   -moz-osx-font-smoothing: grayscale;
/* 5769 */ }
/* 5770 */ [class*="td-icon-"] {
/* 5771 */   line-height: 1;
/* 5772 */   text-align: center;
/* 5773 */   display: inline-block;
/* 5774 */ }
/* 5775 */ .td-icon-logout:before {
/* 5776 */   content: '\e800';
/* 5777 */ }
/* 5778 */ .td-icon-down:before {
/* 5779 */   content: '\e801';
/* 5780 */ }
/* 5781 */ .td-icon-left:before {
/* 5782 */   content: '\e802';
/* 5783 */ }
/* 5784 */ .td-icon-right:before {
/* 5785 */   content: '\e803';
/* 5786 */ }
/* 5787 */ .td-icon-up:before {
/* 5788 */   content: '\e804';
/* 5789 */ }
/* 5790 */ .td-icon-views:before {
/* 5791 */   content: '\e805';
/* 5792 */ }
/* 5793 */ .td-icon-menu-down:before {
/* 5794 */   content: '\e806';
/* 5795 */ }
/* 5796 */ .td-icon-left-arrow:before {
/* 5797 */   content: '\e807';
/* 5798 */ }
/* 5799 */ .td-icon-right-arrow:before {
/* 5800 */   content: '\e808';

/* style.css */

/* 5801 */ }
/* 5802 */ .td-icon-menu-up:before {
/* 5803 */   content: '\e809';
/* 5804 */ }
/* 5805 */ .td-icon-search:before {
/* 5806 */   content: '\e80a';
/* 5807 */ }
/* 5808 */ .td-icon-user:before {
/* 5809 */   content: '\e80b';
/* 5810 */ }
/* 5811 */ .td-icon-menu-left:before {
/* 5812 */   content: '\e80c';
/* 5813 */ }
/* 5814 */ .td-icon-menu-right:before {
/* 5815 */   content: '\e80d';
/* 5816 */ }
/* 5817 */ .rtl .td-next-prev-wrap .td-icon-menu-left:before {
/* 5818 */   content: '\e80d';
/* 5819 */ }
/* 5820 */ .rtl .td-next-prev-wrap .td-icon-menu-right:before {
/* 5821 */   content: '\e80c';
/* 5822 */ }
/* 5823 */ .td-icon-star:before {
/* 5824 */   content: '\e80f';
/* 5825 */ }
/* 5826 */ .td-icon-mail:before {
/* 5827 */   content: '\e810';
/* 5828 */ }
/* 5829 */ .td-icon-behance:before {
/* 5830 */   content: '\e811';
/* 5831 */ }
/* 5832 */ .td-icon-blogger:before {
/* 5833 */   content: '\e812';
/* 5834 */ }
/* 5835 */ .td-icon-delicious:before {
/* 5836 */   content: '\e813';
/* 5837 */ }
/* 5838 */ .td-icon-deviantart:before {
/* 5839 */   content: '\e814';
/* 5840 */ }
/* 5841 */ .td-icon-digg:before {
/* 5842 */   content: '\e815';
/* 5843 */ }
/* 5844 */ .td-icon-dribbble:before {
/* 5845 */   content: '\e816';
/* 5846 */ }
/* 5847 */ .td-icon-evernote:before {
/* 5848 */   content: '\e817';
/* 5849 */ }
/* 5850 */ .td-icon-facebook:before {

/* style.css */

/* 5851 */   content: '\e818';
/* 5852 */ }
/* 5853 */ .td-icon-flickr:before {
/* 5854 */   content: '\e819';
/* 5855 */ }
/* 5856 */ .td-icon-forrst:before {
/* 5857 */   content: '\e81a';
/* 5858 */ }
/* 5859 */ .td-icon-googleplus:before {
/* 5860 */   content: '\e81b';
/* 5861 */ }
/* 5862 */ .td-icon-instagram:before {
/* 5863 */   content: '\e81d';
/* 5864 */ }
/* 5865 */ .td-icon-lastfm:before {
/* 5866 */   content: '\e81e';
/* 5867 */ }
/* 5868 */ .td-icon-linkedin:before {
/* 5869 */   content: '\e81f';
/* 5870 */ }
/* 5871 */ .td-icon-mail-1:before {
/* 5872 */   content: '\e820';
/* 5873 */ }
/* 5874 */ .td-icon-myspace:before {
/* 5875 */   content: '\e821';
/* 5876 */ }
/* 5877 */ .td-icon-path:before {
/* 5878 */   content: '\e822';
/* 5879 */ }
/* 5880 */ .td-icon-paypal:before {
/* 5881 */   content: '\e823';
/* 5882 */ }
/* 5883 */ .td-icon-pinterest:before {
/* 5884 */   content: '\e825';
/* 5885 */ }
/* 5886 */ .td-icon-reddit:before {
/* 5887 */   content: '\e827';
/* 5888 */ }
/* 5889 */ .td-icon-rss:before {
/* 5890 */   content: '\e828';
/* 5891 */ }
/* 5892 */ .td-icon-share:before {
/* 5893 */   content: '\e829';
/* 5894 */ }
/* 5895 */ .td-icon-skype:before {
/* 5896 */   content: '\e82a';
/* 5897 */ }
/* 5898 */ .td-icon-soundcloud:before {
/* 5899 */   content: '\e82b';
/* 5900 */ }

/* style.css */

/* 5901 */ .td-icon-spotify:before {
/* 5902 */   content: '\e82c';
/* 5903 */ }
/* 5904 */ .td-icon-stackoverflow:before {
/* 5905 */   content: '\e82d';
/* 5906 */ }
/* 5907 */ .td-icon-steam:before {
/* 5908 */   content: '\e82e';
/* 5909 */ }
/* 5910 */ .td-icon-stumbleupon:before {
/* 5911 */   content: '\e82f';
/* 5912 */ }
/* 5913 */ .td-icon-tumblr:before {
/* 5914 */   content: '\e830';
/* 5915 */ }
/* 5916 */ .td-icon-twitter:before {
/* 5917 */   content: '\e831';
/* 5918 */ }
/* 5919 */ .td-icon-vimeo:before {
/* 5920 */   content: '\e832';
/* 5921 */ }
/* 5922 */ .td-icon-windows:before {
/* 5923 */   content: '\e833';
/* 5924 */ }
/* 5925 */ .td-icon-wordpress:before {
/* 5926 */   content: '\e834';
/* 5927 */ }
/* 5928 */ .td-icon-yahoo:before {
/* 5929 */   content: '\e835';
/* 5930 */ }
/* 5931 */ .td-icon-youtube:before {
/* 5932 */   content: '\e836';
/* 5933 */ }
/* 5934 */ .td-icon-vk:before {
/* 5935 */   content: '\e837';
/* 5936 */ }
/* 5937 */ .td-icon-grooveshark:before {
/* 5938 */   content: '\e838';
/* 5939 */ }
/* 5940 */ .td-icon-star-empty:before {
/* 5941 */   content: '\e839';
/* 5942 */ }
/* 5943 */ .td-icon-star-half:before {
/* 5944 */   content: '\e83a';
/* 5945 */ }
/* 5946 */ .td-icon-close:before {
/* 5947 */   content: '\e83c';
/* 5948 */ }
/* 5949 */ .td-icon-read-down:before {
/* 5950 */   content: '\e83d';

/* style.css */

/* 5951 */ }
/* 5952 */ .td-icon-comments:before {
/* 5953 */   content: "\e83b";
/* 5954 */ }
/* 5955 */ .td-icon-mobile:before {
/* 5956 */   content: '\e83e';
/* 5957 */ }
/* 5958 */ .td-icon-whatsapp:before {
/* 5959 */   content: '\f232';
/* 5960 */ }
/* 5961 */ .td-icon-website:before {
/* 5962 */   content: '\f232';
/* 5963 */ }
/* 5964 */ .td-icon-commenting:before {
/* 5965 */   content: '\f27a';
/* 5966 */ }
/* 5967 */ .td-icon-close-mobile:before {
/* 5968 */   content: '\e900';
/* 5969 */ }
/* 5970 */ .td-icon-modal-back:before {
/* 5971 */   content: '\e901';
/* 5972 */ }
/* 5973 */ .td-icon-modal-close:before {
/* 5974 */   content: '\e902';
/* 5975 */ }
/* 5976 */ .td-icon-category:before {
/* 5977 */   content: '\e903';
/* 5978 */ }
/* 5979 */ .td-icon-block-header:before {
/* 5980 */   content: '\e904';
/* 5981 */ }
/* 5982 */ .td-icon-home:before {
/* 5983 */   content: '\e905';
/* 5984 */ }
/* 5985 */ .td-icon-print:before {
/* 5986 */   content: '\f02f';
/* 5987 */ }
/* 5988 */ .td-icon-telegram:before {
/* 5989 */   content: '\f2c6';
/* 5990 */ }
/* 5991 */ .td-icon-line:before {
/* 5992 */   content: '\e906';
/* 5993 */ }
/* 5994 */ .td-icon-viber:before {
/* 5995 */   content: '\e907';
/* 5996 */ }
/* 5997 */ .td-icon-plus:before {
/* 5998 */   content: '\ea0a';
/* 5999 */ }
/* 6000 */ .td-icon-minus:before {

/* style.css */

/* 6001 */   content: '\ea0b';
/* 6002 */ }
/* 6003 */ .td-icon-dailymotion:before {
/* 6004 */   content: '\e908';
/* 6005 */ }
/* 6006 */ .td-icon-twitch:before {
/* 6007 */   content: '\e909';
/* 6008 */ }
/* 6009 */ .td-icon-xing:before {
/* 6010 */   content: '\e90a';
/* 6011 */ }
/* 6012 */ .td-icon-ebay:before {
/* 6013 */   content: '\e90b';
/* 6014 */ }
/* 6015 */ .td-icon-acolade:before {
/* 6016 */   content: "\e90c";
/* 6017 */ }
/* 6018 */ .td-icon-backslash:before {
/* 6019 */   content: "\e90d";
/* 6020 */ }
/* 6021 */ .td-icon-bracket-square:before {
/* 6022 */   content: "\e90e";
/* 6023 */ }
/* 6024 */ .td-icon-circle:before {
/* 6025 */   content: "\e90f";
/* 6026 */ }
/* 6027 */ .td-icon-circle-full:before {
/* 6028 */   content: "\e910";
/* 6029 */ }
/* 6030 */ .td-icon-circle-line:before {
/* 6031 */   content: "\e911";
/* 6032 */ }
/* 6033 */ .td-icon-circless:before {
/* 6034 */   content: "\e912";
/* 6035 */ }
/* 6036 */ .td-icon-comma-round:before {
/* 6037 */   content: "\e913";
/* 6038 */ }
/* 6039 */ .td-icon-comma-square:before {
/* 6040 */   content: "\e914";
/* 6041 */ }
/* 6042 */ .td-icon-hash:before {
/* 6043 */   content: "\e915";
/* 6044 */ }
/* 6045 */ .td-icon-linee:before {
/* 6046 */   content: "\e916";
/* 6047 */ }
/* 6048 */ .td-icon-pluss:before {
/* 6049 */   content: "\e917";
/* 6050 */ }

/* style.css */

/* 6051 */ .td-icon-point-comma-round:before {
/* 6052 */   content: "\e918";
/* 6053 */ }
/* 6054 */ .td-icon-point-comma-square:before {
/* 6055 */   content: "\e919";
/* 6056 */ }
/* 6057 */ .td-icon-point-round:before {
/* 6058 */   content: "\e91a";
/* 6059 */ }
/* 6060 */ .td-icon-point-square:before {
/* 6061 */   content: "\e91b";
/* 6062 */ }
/* 6063 */ .td-icon-quote-round:before {
/* 6064 */   content: "\e91c";
/* 6065 */ }
/* 6066 */ .td-icon-quote-square:before {
/* 6067 */   content: "\e91d";
/* 6068 */ }
/* 6069 */ .td-icon-romb-full:before {
/* 6070 */   content: "\e91e";
/* 6071 */ }
/* 6072 */ .td-icon-romb-line:before {
/* 6073 */   content: "\e91f";
/* 6074 */ }
/* 6075 */ .td-icon-romb-round-full:before {
/* 6076 */   content: "\e920";
/* 6077 */ }
/* 6078 */ .td-icon-romb-round-line:before {
/* 6079 */   content: "\e921";
/* 6080 */ }
/* 6081 */ .td-icon-rombs:before {
/* 6082 */   content: "\e922";
/* 6083 */ }
/* 6084 */ .td-icon-slashh:before {
/* 6085 */   content: "\e923";
/* 6086 */ }
/* 6087 */ .td-icon-star-full:before {
/* 6088 */   content: "\e924";
/* 6089 */ }
/* 6090 */ .td-icon-star-line:before {
/* 6091 */   content: "\e925";
/* 6092 */ }
/* 6093 */ .td-icon-translingual:before {
/* 6094 */   content: "\e926";
/* 6095 */ }
/* 6096 */ .td-icon-upp:before {
/* 6097 */   content: "\e927";
/* 6098 */ }
/* 6099 */ .td-icon-vertical-line:before {
/* 6100 */   content: "\e928";

/* style.css */

/* 6101 */ }
/* 6102 */ .td-icon-naver:before {
/* 6103 */   content: "\e9d3";
/* 6104 */ }
/* 6105 */ .td-icon-video-thumb-play:before {
/* 6106 */   content: "\e9d4";
/* 6107 */ }
/* 6108 */ .td-icon-audio-thumb-play:before {
/* 6109 */   content: "\e9d5";
/* 6110 */ }
/* 6111 */ .td-icon-cart:before {
/* 6112 */   content: "\f07a";
/* 6113 */ }
/* 6114 */ .td-icon-tiktok:before {
/* 6115 */   content: "\e9d6";
/* 6116 */ }
/* 6117 */ .td-icon-yandex:before {
/* 6118 */   content: "\e9d7";
/* 6119 */ }
/* 6120 */ .td-icon-flipboard:before {
/* 6121 */   content: "\e9d9";
/* 6122 */ }
/* 6123 */ .td-icon-insta-carousel:before {
/* 6124 */   content: "\e9da";
/* 6125 */ }
/* 6126 */ .td-icon-check:before {
/* 6127 */   content: "\e9db";
/* 6128 */ }
/* 6129 */ .td-icon-cart-empty:before {
/* 6130 */   content: "\e9dc";
/* 6131 */ }
/* 6132 */ .td-icon-profile:before {
/* 6133 */   content: "\e9dd";
/* 6134 */ }
/* 6135 */ .td-icon-log-out:before {
/* 6136 */   content: "\e9de";
/* 6137 */ }
/* 6138 */ .td-icon-discord:before {
/* 6139 */   content: "\e9df";
/* 6140 */ }
/* 6141 */ .td-icon-audio-pause:before {
/* 6142 */   content: "\e9ce";
/* 6143 */ }
/* 6144 */ .td-icon-audio-play:before {
/* 6145 */   content: "\e9cf";
/* 6146 */ }
/* 6147 */ .td-icon-audio-speaker:before {
/* 6148 */   content: "\e9d0";
/* 6149 */ }
/* 6150 */ .td-icon-audio-speaker-mute:before {

/* style.css */

/* 6151 */   content: "\e9d1";
/* 6152 */ }
/* 6153 */ .td-icon-audio-refresh:before {
/* 6154 */   content: "\e9d2";
/* 6155 */ }
/* 6156 */ .td-icon-medium:before {
/* 6157 */   content: "\e929";
/* 6158 */ }
/* 6159 */ .td-icon-github:before {
/* 6160 */   content: "\e92a";
/* 6161 */ }
/* 6162 */ .td-icon-patreon:before {
/* 6163 */   content: "\e92b";
/* 6164 */ }
/* 6165 */ .td-icon-rumble:before {
/* 6166 */   content: "\e92c";
/* 6167 */ }
/* 6168 */ .td-icon-clouthub:before {
/* 6169 */   content: "\e92d";
/* 6170 */ }
/* 6171 */ .td-icon-gab:before {
/* 6172 */   content: "\e92e";
/* 6173 */ }
/* 6174 */ .td-icon-parler:before {
/* 6175 */   content: "\e92f";
/* 6176 */ }
/* 6177 */ .td-icon-gettr:before {
/* 6178 */   content: "\e930";
/* 6179 */ }
/* 6180 */ .td-icon-koo:before {
/* 6181 */   content: "\e937";
/* 6182 */ }
/* 6183 */ .td-icon-copy_url:before {
/* 6184 */   content: "\e931";
/* 6185 */ }
/* 6186 */ .td-icon-user-rev-star-empty:before {
/* 6187 */   content: "\e932";
/* 6188 */ }
/* 6189 */ .td-icon-user-rev-star-half:before {
/* 6190 */   content: "\e933";
/* 6191 */ }
/* 6192 */ .td-icon-user-rev-star-full:before {
/* 6193 */   content: "\e934";
/* 6194 */ }
/* 6195 */ .td-icon-kakao:before {
/* 6196 */   content: "\e935";
/* 6197 */ }
/* 6198 */ .td-icon-strava:before {
/* 6199 */   content: "\e936";
/* 6200 */ }

/* style.css */

/* 6201 */ .td-icon-website:before {
/* 6202 */   content: "\e938";
/* 6203 */ }
/* 6204 */ .td-icon-bluesky:before {
/* 6205 */   content: "\e93a";
/* 6206 */ }
/* 6207 */ .td-icon-mastodon:before {
/* 6208 */   content: "\e93b";
/* 6209 */ }
/* 6210 */ .td-icon-threads:before {
/* 6211 */   content: "\e93c";
/* 6212 */ }
/* 6213 */ .td-social-icon-wrap:hover .td-icon-font {
/* 6214 */   -webkit-transition: color 0.3s;
/* 6215 */   transition: color 0.3s;
/* 6216 */   color: #fff;
/* 6217 */ }
/* 6218 */ .td-social-icon-wrap:hover i.td-icon-behance {
/* 6219 */   color: #000000;
/* 6220 */ }
/* 6221 */ .td-social-icon-wrap:hover i.td-icon-blogger {
/* 6222 */   color: #ffa900;
/* 6223 */ }
/* 6224 */ .td-social-icon-wrap:hover i.td-icon-delicious {
/* 6225 */   color: #3399ff;
/* 6226 */ }
/* 6227 */ .td-social-icon-wrap:hover i.td-icon-deviantart {
/* 6228 */   color: #4e6252;
/* 6229 */ }
/* 6230 */ .td-social-icon-wrap:hover i.td-icon-digg {
/* 6231 */   color: #000000;
/* 6232 */ }
/* 6233 */ .td-social-icon-wrap:hover i.td-icon-dribbble {
/* 6234 */   color: #ea4c89;
/* 6235 */ }
/* 6236 */ .td-social-icon-wrap:hover i.td-icon-evernote {
/* 6237 */   color: #07c257;
/* 6238 */ }
/* 6239 */ .td-social-icon-wrap:hover i.td-icon-facebook {
/* 6240 */   color: #3B5998;
/* 6241 */ }
/* 6242 */ .td-social-icon-wrap:hover i.td-icon-flickr {
/* 6243 */   color: #ff0084;
/* 6244 */ }
/* 6245 */ .td-social-icon-wrap:hover i.td-icon-forrst {
/* 6246 */   color: #3b7140;
/* 6247 */ }
/* 6248 */ .td-social-icon-wrap:hover i.td-icon-googleplus {
/* 6249 */   color: #dd4b39;
/* 6250 */ }

/* style.css */

/* 6251 */ .td-social-icon-wrap:hover i.td-icon-grooveshark {
/* 6252 */   color: #f77f00;
/* 6253 */ }
/* 6254 */ .td-social-icon-wrap:hover i.td-icon-instagram {
/* 6255 */   color: #3f729b;
/* 6256 */ }
/* 6257 */ .td-social-icon-wrap:hover i.td-icon-lastfm {
/* 6258 */   color: #ce2127;
/* 6259 */ }
/* 6260 */ .td-social-icon-wrap:hover i.td-icon-linkedin {
/* 6261 */   color: #007bb6;
/* 6262 */ }
/* 6263 */ .td-social-icon-wrap:hover i.td-icon-mail {
/* 6264 */   color: #000000;
/* 6265 */ }
/* 6266 */ .td-social-icon-wrap:hover i.td-icon-myspace {
/* 6267 */   color: #000000;
/* 6268 */ }
/* 6269 */ .td-social-icon-wrap:hover i.td-icon-path {
/* 6270 */   color: #e62f17;
/* 6271 */ }
/* 6272 */ .td-social-icon-wrap:hover i.td-icon-paypal {
/* 6273 */   color: #009cde;
/* 6274 */ }
/* 6275 */ .td-social-icon-wrap:hover i.td-icon-pinterest {
/* 6276 */   color: #cb2027;
/* 6277 */ }
/* 6278 */ .td-social-icon-wrap:hover i.td-icon-reddit {
/* 6279 */   color: #ff4100;
/* 6280 */ }
/* 6281 */ .td-social-icon-wrap:hover i.td-icon-rss {
/* 6282 */   color: #f36f24;
/* 6283 */ }
/* 6284 */ .td-social-icon-wrap:hover i.td-icon-share {
/* 6285 */   color: #000000;
/* 6286 */ }
/* 6287 */ .td-social-icon-wrap:hover i.td-icon-skype {
/* 6288 */   color: #01aef2;
/* 6289 */ }
/* 6290 */ .td-social-icon-wrap:hover i.td-icon-soundcloud {
/* 6291 */   color: #ff5500;
/* 6292 */ }
/* 6293 */ .td-social-icon-wrap:hover i.td-icon-spotify {
/* 6294 */   color: #81b900;
/* 6295 */ }
/* 6296 */ .td-social-icon-wrap:hover i.td-icon-stackoverflow {
/* 6297 */   color: #000000;
/* 6298 */ }
/* 6299 */ .td-social-icon-wrap:hover i.td-icon-steam {
/* 6300 */   color: #000000;

/* style.css */

/* 6301 */ }
/* 6302 */ .td-social-icon-wrap:hover i.td-icon-stumbleupon {
/* 6303 */   color: #eb4923;
/* 6304 */ }
/* 6305 */ .td-social-icon-wrap:hover i.td-icon-tumblr {
/* 6306 */   color: #32506d;
/* 6307 */ }
/* 6308 */ .td-social-icon-wrap:hover i.td-icon-twitter {
/* 6309 */   color: #00aced;
/* 6310 */ }
/* 6311 */ .td-social-icon-wrap:hover i.td-icon-vimeo {
/* 6312 */   color: #5289cc;
/* 6313 */ }
/* 6314 */ .td-social-icon-wrap:hover i.td-icon-vk {
/* 6315 */   color: #45668e;
/* 6316 */ }
/* 6317 */ .td-social-icon-wrap:hover i.td-icon-windows {
/* 6318 */   color: #319de5;
/* 6319 */ }
/* 6320 */ .td-social-icon-wrap:hover i.td-icon-wordpress {
/* 6321 */   color: #222222;
/* 6322 */ }
/* 6323 */ .td-social-icon-wrap:hover i.td-icon-yahoo {
/* 6324 */   color: #720e9e;
/* 6325 */ }
/* 6326 */ .td-social-icon-wrap:hover i.td-icon-youtube {
/* 6327 */   color: #bb0000;
/* 6328 */ }
/* 6329 */ .td-social-icon-wrap:hover i.td-icon-dailymotion {
/* 6330 */   color: #41bafc;
/* 6331 */ }
/* 6332 */ .td-social-icon-wrap:hover i.td-icon-twitch {
/* 6333 */   color: #4a377d;
/* 6334 */ }
/* 6335 */ .td-social-icon-wrap:hover i.td-icon-xing {
/* 6336 */   color: #1e6567;
/* 6337 */ }
/* 6338 */ .td-social-icon-wrap:hover i.td-icon-ebay {
/* 6339 */   color: #db2e32;
/* 6340 */ }
/* 6341 */ .td-social-icon-wrap:hover i.td-icon-telegram {
/* 6342 */   color: #3b9de1;
/* 6343 */ }
/* 6344 */ .td-social-icon-wrap:hover i.td-icon-naver {
/* 6345 */   color: #3ec729;
/* 6346 */ }
/* 6347 */ .td-social-icon-wrap:hover i.td-icon-tiktok {
/* 6348 */   color: #009191;
/* 6349 */ }
/* 6350 */ .td-social-icon-wrap:hover i.td-icon-yandex {

/* style.css */

/* 6351 */   color: #ff0000;
/* 6352 */ }
/* 6353 */ .td-social-icon-wrap:hover i.td-icon-flipboard {
/* 6354 */   color: #f52828;
/* 6355 */ }
/* 6356 */ .td-social-icon-wrap:hover i.td-icon-discord {
/* 6357 */   color: #7289DA;
/* 6358 */ }
/* 6359 */ .td-social-icon-wrap:hover i.td-icon-whatsapp {
/* 6360 */   color: #7bbf6a;
/* 6361 */ }
/* 6362 */ .td-social-icon-wrap:hover i.td-icon-website {
/* 6363 */   color: #000000;
/* 6364 */ }
/* 6365 */ .td-social-icon-wrap:hover i.td-icon-bluesky {
/* 6366 */   color: #08f;
/* 6367 */ }
/* 6368 */ .td-social-icon-wrap:hover i.td-icon-mastodon {
/* 6369 */   color: #6161ff;
/* 6370 */ }
/* 6371 */ .td-social-icon-wrap:hover i.td-icon-threads {
/* 6372 */   color: #000000;
/* 6373 */ }
/* 6374 */ /*  ----------------------------------------------------------------------------
/* 6375 *|     WordPress default widgets
/* 6376 *| */
/* 6377 */ .widget {
/* 6378 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 6379 */   margin-bottom: 38px;
/* 6380 */ }
/* 6381 */ .widget a {
/* 6382 */   color: #111;
/* 6383 */ }
/* 6384 */ .widget a:hover {
/* 6385 */   color: var(--td_theme_color, #4db2ec);
/* 6386 */ }
/* 6387 */ .widget ul {
/* 6388 */   list-style: none;
/* 6389 */   box-shadow: none;
/* 6390 */ }
/* 6391 */ .widget li {
/* 6392 */   line-height: 30px;
/* 6393 */   list-style: none;
/* 6394 */   margin-left: 12px;
/* 6395 */ }
/* 6396 */ .widget li li {
/* 6397 */   margin-left: 21px;
/* 6398 */ }
/* 6399 */ .widget select {
/* 6400 */   width: 100%;

/* style.css */

/* 6401 */   height: 30px;
/* 6402 */   margin-bottom: 10px;
/* 6403 */   margin-top: 13px;
/* 6404 */   padding: 0 5px;
/* 6405 */ }
/* 6406 */ .widget .block-title {
/* 6407 */   margin-bottom: 13px;
/* 6408 */ }
/* 6409 */ .widget .block-title span a {
/* 6410 */   padding: 0;
/* 6411 */   color: inherit;
/* 6412 */ }
/* 6413 */ .archive .widget_archive .current,
/* 6414 */ .archive .widget_archive .current a {
/* 6415 */   color: var(--td_theme_color, #4db2ec);
/* 6416 */ }
/* 6417 */ .widget_calendar {
/* 6418 */   margin-bottom: 36px;
/* 6419 */ }
/* 6420 */ .widget_calendar .block-title {
/* 6421 */   margin-bottom: 17px;
/* 6422 */ }
/* 6423 */ .widget_calendar table {
/* 6424 */   width: 100%;
/* 6425 */   text-align: center;
/* 6426 */ }
/* 6427 */ .widget_calendar th {
/* 6428 */   text-align: center;
/* 6429 */ }
/* 6430 */ .widget_calendar td {
/* 6431 */   padding: 8px 0;
/* 6432 */   /* responsive portrait tablet */
/* 6433 */ }
/* 6434 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6435 */   .widget_calendar td {
/* 6436 */     padding: 5px 0;
/* 6437 */   }
/* 6438 */ }
/* 6439 */ .widget_calendar #today {
/* 6440 */   background-color: var(--td_grid_border_color, #ededed);
/* 6441 */   font-weight: bold;
/* 6442 */   color: #000000;
/* 6443 */ }
/* 6444 */ .widget_calendar caption {
/* 6445 */   font-weight: bold;
/* 6446 */   padding-bottom: 10px;
/* 6447 */ }
/* 6448 */ .widget_calendar thead tr {
/* 6449 */   line-height: 34px;
/* 6450 */   /* responsive portrait tablet */

/* style.css */

/* 6451 */ }
/* 6452 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6453 */   .widget_calendar thead tr {
/* 6454 */     line-height: 28px;
/* 6455 */   }
/* 6456 */ }
/* 6457 */ .widget_calendar tfoot td {
/* 6458 */   border: none;
/* 6459 */ }
/* 6460 */ .widget_calendar tfoot #prev {
/* 6461 */   text-align: left;
/* 6462 */ }
/* 6463 */ .widget_calendar tfoot #next {
/* 6464 */   text-align: right;
/* 6465 */ }
/* 6466 */ .widget_calendar tfoot a:hover {
/* 6467 */   color: var(--td_theme_color, #4db2ec);
/* 6468 */ }
/* 6469 */ .widget_categories li .td-cat-no,
/* 6470 */ .widget_categories .td-widget-no {
/* 6471 */   float: right;
/* 6472 */   margin-right: 10px;
/* 6473 */ }
/* 6474 */ .widget_recent_comments,
/* 6475 */ .td_wp_recentcomments {
/* 6476 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 6477 */   margin-bottom: 42px;
/* 6478 */   font-size: 12px;
/* 6479 */   color: #444;
/* 6480 */ }
/* 6481 */ .widget_recent_comments .block-title,
/* 6482 */ .td_wp_recentcomments .block-title {
/* 6483 */   margin-bottom: 18px;
/* 6484 */ }
/* 6485 */ .widget_recent_comments span a,
/* 6486 */ .td_wp_recentcomments span a {
/* 6487 */   margin-right: 5px;
/* 6488 */   margin-left: 0;
/* 6489 */ }
/* 6490 */ .widget_recent_comments a,
/* 6491 */ .td_wp_recentcomments a {
/* 6492 */   margin-left: 5px;
/* 6493 */   font-style: italic;
/* 6494 */   font-size: 13px;
/* 6495 */   font-weight: 600;
/* 6496 */ }
/* 6497 */ .widget_recent_comments .recentcomments,
/* 6498 */ .td_wp_recentcomments .recentcomments {
/* 6499 */   display: block;
/* 6500 */   margin: 10px 12px !important;

/* style.css */

/* 6501 */   line-height: 21px;
/* 6502 */   padding-bottom: 13px;
/* 6503 */ }
/* 6504 */ .widget_recent_comments .recentcomments:last-child {
/* 6505 */   border-bottom: 0;
/* 6506 */   padding-bottom: 0;
/* 6507 */ }
/* 6508 */ .td_wp_recentcomments > div:first-child .recentcomments {
/* 6509 */   margin-top: 0 !important;
/* 6510 */ }
/* 6511 */ .td_wp_recentcomments > div:last-child .recentcomments {
/* 6512 */   border-bottom: 0 !important;
/* 6513 */   margin-bottom: 0 !important;
/* 6514 */   padding-bottom: 0 !important;
/* 6515 */ }
/* 6516 */ .td_wp_recentcomments a {
/* 6517 */   color: #111;
/* 6518 */ }
/* 6519 */ .td_wp_recentcomments a:hover {
/* 6520 */   color: var(--td_theme_color, #4db2ec);
/* 6521 */ }
/* 6522 */ .widget_recent_entries {
/* 6523 */   margin-bottom: 32px;
/* 6524 */ }
/* 6525 */ .widget_recent_entries ul {
/* 6526 */   margin-top: 13px;
/* 6527 */ }
/* 6528 */ .widget_recent_entries li {
/* 6529 */   margin-bottom: 8px;
/* 6530 */   padding-bottom: 7px;
/* 6531 */   border-bottom: 1px dashed #f1f1f1;
/* 6532 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 6533 */   /* responsive portrait tablet */
/* 6534 */ }
/* 6535 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6536 */   .widget_recent_entries li {
/* 6537 */     margin-bottom: 3px;
/* 6538 */     padding-bottom: 2px;
/* 6539 */   }
/* 6540 */ }
/* 6541 */ .widget_recent_entries li:last-child {
/* 6542 */   border-bottom: none;
/* 6543 */ }
/* 6544 */ .widget_recent_entries li a {
/* 6545 */   display: inline-block;
/* 6546 */   line-height: 21px;
/* 6547 */ }
/* 6548 */ .widget_recent_entries .post-date {
/* 6549 */   display: block;
/* 6550 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);

/* style.css */

/* 6551 */   font-size: 11px;
/* 6552 */   line-height: 16px;
/* 6553 */   color: #b5b5b5;
/* 6554 */   font-style: italic;
/* 6555 */   margin-bottom: 5px;
/* 6556 */ }
/* 6557 */ .widget_rss {
/* 6558 */   margin-bottom: 29px;
/* 6559 */ }
/* 6560 */ .widget_rss .block-title {
/* 6561 */   margin-bottom: 17px;
/* 6562 */ }
/* 6563 */ .widget_rss .block-title span {
/* 6564 */   padding: 0;
/* 6565 */   line-height: 1;
/* 6566 */ }
/* 6567 */ .widget_rss .block-title a:first-child {
/* 6568 */   display: none;
/* 6569 */ }
/* 6570 */ .widget_rss .block-title a:hover {
/* 6571 */   color: var(--td_theme_color, #4db2ec);
/* 6572 */ }
/* 6573 */ .widget_rss .block-title .rsswidget {
/* 6574 */   color: var(--td_text_header_color, #ffffff);
/* 6575 */   padding: 6px 12px 5px 12px;
/* 6576 */ }
/* 6577 */ .widget_rss li {
/* 6578 */   margin-bottom: 14px;
/* 6579 */   padding-bottom: 10px;
/* 6580 */   border-bottom: 1px dashed #f1f1f1;
/* 6581 */   line-height: 21px;
/* 6582 */ }
/* 6583 */ .widget_rss li .rsswidget {
/* 6584 */   margin-bottom: 8px;
/* 6585 */   margin-right: 10px;
/* 6586 */   padding-bottom: 7px;
/* 6587 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 6588 */   font-weight: 500;
/* 6589 */   font-size: 18px;
/* 6590 */ }
/* 6591 */ .widget_rss li .rssSummary {
/* 6592 */   font-size: 12px;
/* 6593 */   color: #444;
/* 6594 */ }
/* 6595 */ .widget_rss li:last-child {
/* 6596 */   border-bottom: none;
/* 6597 */ }
/* 6598 */ .widget_rss .rss-date,
/* 6599 */ .widget_rss cite {
/* 6600 */   display: block;

/* style.css */

/* 6601 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 6602 */   font-size: 11px;
/* 6603 */   line-height: 16px;
/* 6604 */   color: #b5b5b5;
/* 6605 */   font-style: italic;
/* 6606 */   position: relative;
/* 6607 */   margin-bottom: 5px;
/* 6608 */   margin-top: 5px;
/* 6609 */ }
/* 6610 */ .widget_search {
/* 6611 */   margin-bottom: 48px;
/* 6612 */ }
/* 6613 */ .widget_search .block-title {
/* 6614 */   margin-bottom: 26px;
/* 6615 */ }
/* 6616 */ .widget_text ul {
/* 6617 */   margin-bottom: 21px;
/* 6618 */ }
/* 6619 */ .widget_text ul li {
/* 6620 */   list-style: disc;
/* 6621 */   list-style-position: inside;
/* 6622 */ }
/* 6623 */ .widget_text ol {
/* 6624 */   margin-bottom: 21px;
/* 6625 */ }
/* 6626 */ .widget_text ol li {
/* 6627 */   list-style-type: decimal;
/* 6628 */   margin: 0 0 0 21px;
/* 6629 */   line-height: 24px;
/* 6630 */ }
/* 6631 */ .widget_text a {
/* 6632 */   color: var(--td_theme_color, #4db2ec);
/* 6633 */ }
/* 6634 */ .widget_text a:hover {
/* 6635 */   text-decoration: underline !important;
/* 6636 */ }
/* 6637 */ .widget_text .block-title {
/* 6638 */   margin-bottom: 26px;
/* 6639 */ }
/* 6640 */ .widget_text .wp-smiley {
/* 6641 */   width: auto;
/* 6642 */ }
/* 6643 */ .widget_tag_cloud {
/* 6644 */   margin-bottom: 48px;
/* 6645 */ }
/* 6646 */ .widget_tag_cloud .block-title {
/* 6647 */   margin-bottom: 26px;
/* 6648 */ }
/* 6649 */ .widget_tag_cloud .tagcloud {
/* 6650 */   padding: 0 12px;

/* style.css */

/* 6651 */ }
/* 6652 */ .widget_tag_cloud a {
/* 6653 */   margin-right: 10px;
/* 6654 */   margin-bottom: 10px;
/* 6655 */   display: inline-block;
/* 6656 */ }
/* 6657 */ .wp-video {
/* 6658 */   margin-bottom: 26px;
/* 6659 */   position: relative;
/* 6660 */ }
/* 6661 */ .wp-video .wp-video-shortcode {
/* 6662 */   outline: none;
/* 6663 */ }
/* 6664 */ .widget_media_video .wp-video {
/* 6665 */   margin-bottom: 0;
/* 6666 */ }
/* 6667 */ .widget_media_video .block-title,
/* 6668 */ .widget_media_audio .block-title,
/* 6669 */ .widget_media_image .block-title {
/* 6670 */   margin-bottom: 26px;
/* 6671 */ }
/* 6672 */ @media print {
/* 6673 */   html,
/* 6674 */   body {
/* 6675 */     background-color: #FFF;
/* 6676 */     color: #000;
/* 6677 */     margin: 0;
/* 6678 */     padding: 0;
/* 6679 */   }
/* 6680 */   body {
/* 6681 */     width: 80%;
/* 6682 */     margin-left: auto;
/* 6683 */     margin-right: auto;
/* 6684 */     zoom: 80%;
/* 6685 */   }
/* 6686 */   body .td-post-featured-image img {
/* 6687 */     width: 100% !important;
/* 6688 */   }
/* 6689 */   .td-post-template-1 .td-featured-image-rec {
/* 6690 */     width: 40%;
/* 6691 */   }
/* 6692 */   .td-post-template-6 #td-full-screen-header-image {
/* 6693 */     position: relative !important;
/* 6694 */   }
/* 6695 */   .td-post-template-6 .td-post-header {
/* 6696 */     height: auto !important;
/* 6697 */   }
/* 6698 */   .td-post-template-6 .td-post-header-holder {
/* 6699 */     position: relative !important;
/* 6700 */   }

/* style.css */

/* 6701 */   .td-post-template-6 .td-backstretch,
/* 6702 */   .td-post-template-7 .td-backstretch {
/* 6703 */     left: auto !important;
/* 6704 */     right: auto !important;
/* 6705 */     transform: none !important;
/* 6706 */     width: auto !important;
/* 6707 */     height: auto !important;
/* 6708 */   }
/* 6709 */   .td-post-template-7 .td-parallax-header {
/* 6710 */     left: auto !important;
/* 6711 */     right: auto !important;
/* 6712 */     transform: none !important;
/* 6713 */   }
/* 6714 */   .td-post-template-8 .td-post-header {
/* 6715 */     height: auto;
/* 6716 */   }
/* 6717 */   img {
/* 6718 */     max-width: 100%;
/* 6719 */     display: block;
/* 6720 */     text-align: center;
/* 6721 */     margin-left: auto;
/* 6722 */     margin-right: auto;
/* 6723 */   }
/* 6724 */   h1,
/* 6725 */   h2,
/* 6726 */   h3,
/* 6727 */   h4,
/* 6728 */   h5,
/* 6729 */   h6 {
/* 6730 */     page-break-after: avoid;
/* 6731 */   }
/* 6732 */   ul,
/* 6733 */   ol,
/* 6734 */   li {
/* 6735 */     page-break-inside: avoid;
/* 6736 */   }
/* 6737 */   table,
/* 6738 */   tr,
/* 6739 */   td {
/* 6740 */     page-break-before: avoid;
/* 6741 */   }
/* 6742 */   .single .td-main-sidebar,
/* 6743 */   .single #td-theme-settings,
/* 6744 */   .single .td-header-top-menu,
/* 6745 */   .single .td-header-menu-wrap,
/* 6746 */   .single .td-header-sp-ads,
/* 6747 */   .single .td-main-sidebar,
/* 6748 */   .single .td-post-source-tags,
/* 6749 */   .single .td-post-sharing,
/* 6750 */   .single .td-post-next-prev,

/* style.css */

/* 6751 */   .single .td_block_related_posts,
/* 6752 */   .single #comments,
/* 6753 */   .single .td-footer-container,
/* 6754 */   .single .td-footer-wrapper,
/* 6755 */   .single .td-sub-footer-container,
/* 6756 */   .single .td-category,
/* 6757 */   .single .td-post-views,
/* 6758 */   .single .td-post-comments,
/* 6759 */   .single .td-scroll-up,
/* 6760 */   .single iframe,
/* 6761 */   .single .td-more-articles-box,
/* 6762 */   .single .td_block_video_playlist,
/* 6763 */   .single .td-crumb-container,
/* 6764 */   .single .td-g-rec,
/* 6765 */   .single .td-a-rec,
/* 6766 */   .single .td-menu-background,
/* 6767 */   .single .author-box-wrap .avatar {
/* 6768 */     display: none !important;
/* 6769 */   }
/* 6770 */   .td-header-desktop-wrap {
/* 6771 */     display: block !important;
/* 6772 */   }
/* 6773 */   .td-footer-template-wrap,
/* 6774 */   .td_block_wrap:not(.tdb_breadcrumbs):not(.tdb_header_logo):not(.tdb_single_categories):not(.tdb-single-title):not(.tdb_single_author):not(.tdb_single_date ):not(.tdb_single_comments_count ):not(.tdb_single_post_views):not(.tdb_single_featured_image):not(.tdb_single_content):not(.td_woo_breadcrumbs):not(.td-woo-product-title):not(.td_woo_product_description):not(.td_woo_add_to_cart):not(.td_woo_product_sku):not(.td_woo_product_image):not(.td_woo_product_tabs):not(.td_woo_product_categories):not(.td_woo_product_tags ):not(.td_woo_product_image_bg):not(.td_woo_product_price):not(.td_woo_product_rating) {
/* 6775 */     display: none !important;
/* 6776 */   }
/* 6777 */   .body.td-animation-stack-type0 img {
/* 6778 */     opacity: 1 !important;
/* 6779 */   }
/* 6780 */   .backstretch {
/* 6781 */     display: none;
/* 6782 */   }
/* 6783 */   .td-main-content,
/* 6784 */   .td-main-content-wrap .tdc-column,
/* 6785 */   header {
/* 6786 */     width: 100% !important;
/* 6787 */   }
/* 6788 */ }
/* 6789 */ /*  ----------------------------------------------------------------------------
/* 6790 *|     Sub Footer
/* 6791 *| */
/* 6792 */ .td-sub-footer-container {
/* 6793 */   background-color: #0d0d0d;
/* 6794 */   color: #ccc;
/* 6795 */   font-size: 12px;
/* 6796 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 6797 */   /* responsive portrait phone */
/* 6798 */ }
/* 6799 */ @media (max-width: 767px) {
/* 6800 */   .td-sub-footer-container {

/* style.css */

/* 6801 */     text-align: center;
/* 6802 */     padding: 6px 0;
/* 6803 */   }
/* 6804 */ }
/* 6805 */ .td-sub-footer-copy {
/* 6806 */   line-height: 20px;
/* 6807 */   margin-top: 8px;
/* 6808 */   margin-bottom: 8px;
/* 6809 */   /* responsive portrait phone */
/* 6810 */ }
/* 6811 */ @media (max-width: 767px) {
/* 6812 */   .td-sub-footer-copy {
/* 6813 */     float: none !important;
/* 6814 */   }
/* 6815 */ }
/* 6816 */ /* Sub Footer Menu */
/* 6817 */ .td-sub-footer-container .td-sub-footer-menu {
/* 6818 */   float: right;
/* 6819 */   /* responsive portrait phone */
/* 6820 */ }
/* 6821 */ @media (max-width: 767px) {
/* 6822 */   .td-sub-footer-container .td-sub-footer-menu {
/* 6823 */     float: none;
/* 6824 */   }
/* 6825 */ }
/* 6826 */ .td-subfooter-menu {
/* 6827 */   display: inline-block;
/* 6828 */   margin: 7px 0;
/* 6829 */   float: right;
/* 6830 */   /* responsive landscape tablet */
/* 6831 */   /* responsive portrait tablet */
/* 6832 */   /* responsive portrait phone */
/* 6833 */ }
/* 6834 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 6835 */   .td-subfooter-menu {
/* 6836 */     padding-right: 40px;
/* 6837 */   }
/* 6838 */ }
/* 6839 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6840 */   .td-subfooter-menu {
/* 6841 */     padding-right: 48px;
/* 6842 */   }
/* 6843 */ }
/* 6844 */ @media (max-width: 767px) {
/* 6845 */   .td-subfooter-menu {
/* 6846 */     float: none;
/* 6847 */   }
/* 6848 */ }
/* 6849 */ .td-subfooter-menu li {
/* 6850 */   display: inline-block;

/* style.css */

/* 6851 */   margin-left: 0;
/* 6852 */   line-height: 18px;
/* 6853 */ }
/* 6854 */ .td-subfooter-menu li a {
/* 6855 */   margin-right: 16px;
/* 6856 */   line-height: 18px;
/* 6857 */   display: inline-block;
/* 6858 */   color: #ccc;
/* 6859 */ }
/* 6860 */ .td-subfooter-menu li a:hover {
/* 6861 */   color: var(--td_theme_color, #4db2ec);
/* 6862 */ }
/* 6863 */ .td-subfooter-menu li:last-child a {
/* 6864 */   margin-right: 0;
/* 6865 */ }
/* 6866 */ .td-subfooter-menu ul {
/* 6867 */   display: none;
/* 6868 */ }
/* 6869 */ .td-subfooter-menu .fa {
/* 6870 */   margin-right: 3px;
/* 6871 */ }
/* 6872 */ .tagdiv-small-theme-menu > li > a:before {
/* 6873 */   background-color: transparent;
/* 6874 */   content: '';
/* 6875 */   width: 0;
/* 6876 */   height: 3px;
/* 6877 */   position: absolute;
/* 6878 */   bottom: 0;
/* 6879 */   left: 0;
/* 6880 */   right: 0;
/* 6881 */   margin: 0 auto;
/* 6882 */   -webkit-transform: translate3d(0, 0, 0);
/* 6883 */   transform: translate3d(0, 0, 0);
/* 6884 */   -webkit-transition: width 0.2s ease;
/* 6885 */   transition: width 0.2s ease;
/* 6886 */ }
/* 6887 */ .tagdiv-small-theme-menu > .current-menu-item > a:before,
/* 6888 */ .tagdiv-small-theme-menu > .current-menu-ancestor > a:before,
/* 6889 */ .tagdiv-small-theme-menu > .current-category-ancestor > a:before,
/* 6890 */ .tagdiv-small-theme-menu > li:hover > a:before,
/* 6891 */ .tagdiv-small-theme-menu > .sfHover > a:before {
/* 6892 */   background-color: var(--td_theme_color, #4db2ec);
/* 6893 */   width: 100%;
/* 6894 */ }
/* 6895 */ .tagdiv-small-theme-menu > .current-menu-item > a:after,
/* 6896 */ .tagdiv-small-theme-menu > .current-menu-ancestor > a:after,
/* 6897 */ .tagdiv-small-theme-menu > .current-category-ancestor > a:after,
/* 6898 */ .tagdiv-small-theme-menu > li:hover > a:after,
/* 6899 */ .tagdiv-small-theme-menu > .sfHover > a:after {
/* 6900 */   background-color: transparent;

/* style.css */

/* 6901 */   width: auto;
/* 6902 */ }
/* 6903 */ .tagdiv-small-theme-menu .menu-item-has-children {
/* 6904 */   position: relative;
/* 6905 */ }
/* 6906 */ .tagdiv-small-theme-menu .menu-item-has-children > a:after {
/* 6907 */   content: '\e806';
/* 6908 */   position: relative;
/* 6909 */   top: -2px;
/* 6910 */   padding-left: 7px;
/* 6911 */   font-family: newspaper;
/* 6912 */   font-size: 9px;
/* 6913 */   line-height: 1;
/* 6914 */   /* responsive portrait tablet */
/* 6915 */ }
/* 6916 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6917 */   .tagdiv-small-theme-menu .menu-item-has-children > a:after {
/* 6918 */     top: -1px;
/* 6919 */   }
/* 6920 */ }
/* 6921 */ .tagdiv-small-theme-menu .menu-item-has-children ul {
/* 6922 */   min-width: 10em;
/* 6923 */   width: auto;
/* 6924 */   padding: 15px 0;
/* 6925 */   box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
/* 6926 */   visibility: hidden;
/* 6927 */   opacity: 0;
/* 6928 */   /* responsive portrait tablet */
/* 6929 */ }
/* 6930 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6931 */   .tagdiv-small-theme-menu .menu-item-has-children ul {
/* 6932 */     padding: 8px 0;
/* 6933 */   }
/* 6934 */ }
/* 6935 */ .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item.current-menu-item > a,
/* 6936 */ .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item.current-menu-ancestor > a,
/* 6937 */ .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item.current-category-ancestor > a,
/* 6938 */ .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item:hover > a {
/* 6939 */   color: var(--td_theme_color, #4db2ec);
/* 6940 */ }
/* 6941 */ .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item > a {
/* 6942 */   display: block;
/* 6943 */   padding: 7px 30px;
/* 6944 */   font-size: 12px;
/* 6945 */   line-height: 20px;
/* 6946 */   color: #111;
/* 6947 */   white-space: nowrap;
/* 6948 */ }
/* 6949 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6950 */   .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item > a {

/* style.css */

/* 6951 */     padding: 5px 16px 6px;
/* 6952 */     font-size: 11px;
/* 6953 */   }
/* 6954 */ }
/* 6955 */ .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item-has-children ul {
/* 6956 */   left: 100%;
/* 6957 */   margin: -15px 0;
/* 6958 */   /* responsive portrait tablet */
/* 6959 */ }
/* 6960 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6961 */   .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item-has-children ul {
/* 6962 */     margin: -8px 0;
/* 6963 */   }
/* 6964 */ }
/* 6965 */ .tagdiv-small-theme-menu .menu-item-has-children ul .menu-item-has-children > a:after {
/* 6966 */   content: '\e808';
/* 6967 */   position: absolute;
/* 6968 */   top: 50%;
/* 6969 */   right: 19px;
/* 6970 */   margin-top: -10px;
/* 6971 */   padding-left: 7px;
/* 6972 */   font-family: newspaper;
/* 6973 */   font-size: 7px;
/* 6974 */   line-height: inherit;
/* 6975 */ }
/* 6976 */ .tagdiv-small-theme-menu .menu-item-has-children:hover > a {
/* 6977 */   color: var(--td_theme_color, #4db2ec);
/* 6978 */ }
/* 6979 */ .tagdiv-small-theme-menu .menu-item-has-children:hover > ul {
/* 6980 */   visibility: visible;
/* 6981 */   opacity: 1;
/* 6982 */ }
/* 6983 */ .tagdiv-small-theme-menu > .menu-item-has-children:hover > ul {
/* 6984 */   left: -15px;
/* 6985 */   /* responsive portrait tablet */
/* 6986 */ }
/* 6987 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6988 */   .tagdiv-small-theme-menu > .menu-item-has-children:hover > ul {
/* 6989 */     left: -5px;
/* 6990 */   }
/* 6991 */ }
/* 6992 */ .tagdiv-small-theme .td-menu-background,
/* 6993 */ .tagdiv-small-theme #td-mobile-nav {
/* 6994 */   visibility: visible;
/* 6995 */   transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
/* 6996 */ }
/* 6997 */ .tagdiv-small-theme #td-mobile-nav .td-mobile-content {
/* 6998 */   padding-top: 74px;
/* 6999 */ }
/* 7000 */ .tagdiv-small-theme #td-mobile-nav .menu-item {

/* style.css */

/* 7001 */   position: relative;
/* 7002 */ }
/* 7003 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* td_legacy_main.css */

/* 1    */ /*  ----------------------------------------------------------------------------
/* 2    *|     responsive settings
/* 3    *| */
/* 4    */ /* responsive landscape tablet */
/* 5    */ /* responsive portrait tablet */
/* 6    */ /* responsive portrait phone */
/* 7    */ .mx_image_background {
/* 8    */   background-color: #f2f2f2;
/* 9    */ }
/* 10   */ .td-visibility-hidden {
/* 11   */   visibility: hidden;
/* 12   */ }
/* 13   */ /*  ----------------------------------------------------------------------------
/* 14   *|     from bootstrap
/* 15   *| */
/* 16   */ .clearfix {
/* 17   */   *zoom: 1;
/* 18   */ }
/* 19   */ .clearfix:before,
/* 20   */ .clearfix:after {
/* 21   */   display: table;
/* 22   */   content: "";
/* 23   */   line-height: 0;
/* 24   */ }
/* 25   */ .clearfix:after {
/* 26   */   clear: both;
/* 27   */ }
/* 28   */ /*
/* 29   *| usage:
/* 30   *| .td-block-row {
/* 31   *|   .mx-row(td-block-span);
/* 32   *| }
/* 33   *|
/* 34   *| @all_span_selector - is the begining of the span selector
/* 35   *|  */
/* 36   */ /*  ----------------------------------------------------------------------------
/* 37   *|     sprite
/* 38   *| */
/* 39   */ .td-sp {
/* 40   */   background-image: url('../images/sprite/elements.png');
/* 41   */   background-repeat: no-repeat;
/* 42   */   display: block;
/* 43   */ }
/* 44   */ .td-sp-video-play {
/* 45   */   width: 42px;
/* 46   */   height: 42px;
/* 47   */   background-position: -20px -488px;
/* 48   */ }
/* 49   */ .td-sp-video-pause {
/* 50   */   width: 42px;

/* td_legacy_main.css */

/* 51   */   height: 42px;
/* 52   */   background-position: -20px -612px;
/* 53   */ }
/* 54   */ .td-sp-facebook {
/* 55   */   width: 32px;
/* 56   */   height: 32px;
/* 57   */   background-position: -20px -20px;
/* 58   */ }
/* 59   */ .td-sp-pinterest {
/* 60   */   width: 32px;
/* 61   */   height: 32px;
/* 62   */   background-position: -20px -72px;
/* 63   */ }
/* 64   */ .td-sp-rss {
/* 65   */   width: 32px;
/* 66   */   height: 32px;
/* 67   */   background-position: -20px -124px;
/* 68   */ }
/* 69   */ .td-sp-soundcloud {
/* 70   */   width: 32px;
/* 71   */   height: 32px;
/* 72   */   background-position: -20px -176px;
/* 73   */ }
/* 74   */ .td-sp-instagram {
/* 75   */   width: 32px;
/* 76   */   height: 32px;
/* 77   */   background-position: -20px -228px;
/* 78   */ }
/* 79   */ .td-sp-vimeo {
/* 80   */   width: 32px;
/* 81   */   height: 32px;
/* 82   */   background-position: -20px -332px;
/* 83   */ }
/* 84   */ .td-sp-youtube {
/* 85   */   width: 32px;
/* 86   */   height: 32px;
/* 87   */   background-position: -20px -384px;
/* 88   */ }
/* 89   */ .td-sp-twitter {
/* 90   */   width: 32px;
/* 91   */   height: 32px;
/* 92   */   background-position: -20px -436px;
/* 93   */ }
/* 94   */ .td-sp-tiktok {
/* 95   */   width: 32px;
/* 96   */   height: 32px;
/* 97   */   background-position: -20px -740px;
/* 98   */ }
/* 99   */ .td-sp-twitch {
/* 100  */   width: 32px;

/* td_legacy_main.css */

/* 101  */   height: 32px;
/* 102  */   background-position: -20px -781px;
/* 103  */ }
/* 104  */ .td-sp-steam {
/* 105  */   width: 32px;
/* 106  */   height: 32px;
/* 107  */   background-position: -20px -843px;
/* 108  */ }
/* 109  */ .tdc-header-template .td-main-page-wrap,
/* 110  */ .tdc-no-header .td-main-page-wrap {
/* 111  */   padding-top: 0;
/* 112  */ }
/* 113  */ .tdc_zone {
/* 114  */   margin: 0;
/* 115  */ }
/* 116  */ .td-main-content-wrap .tdc_zone {
/* 117  */   z-index: 0;
/* 118  */ }
/* 119  */ .td-header-template-wrap {
/* 120  */   z-index: 100;
/* 121  */ }
/* 122  */ .td-header-desktop-wrap {
/* 123  */   width: 100%;
/* 124  */ }
/* 125  */ .td-header-desktop-wrap .td-spot-id-header {
/* 126  */   max-width: 728px;
/* 127  */   width: auto;
/* 128  */   /* responsive portrait tablet */
/* 129  */ }
/* 130  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 131  */   .td-header-desktop-wrap .td-spot-id-header {
/* 132  */     height: 60px;
/* 133  */   }
/* 134  */ }
/* 135  */ .td-header-mobile-wrap .td-spot-id-header {
/* 136  */   /* responsive portrait phone */
/* 137  */ }
/* 138  */ @media (max-width: 767px) {
/* 139  */   .td-header-mobile-wrap .td-spot-id-header {
/* 140  */     margin: 0 auto;
/* 141  */   }
/* 142  */ }
/* 143  */ .td-header-desktop-sticky-wrap,
/* 144  */ .td-header-mobile-sticky-wrap {
/* 145  */   position: fixed;
/* 146  */   top: 0;
/* 147  */   width: 100%;
/* 148  */   z-index: 999;
/* 149  */   visibility: hidden;
/* 150  */   opacity: 0;

/* td_legacy_main.css */

/* 151  */ }
/* 152  */ .td-header-desktop-sticky-wrap.td-header-active,
/* 153  */ .td-header-mobile-sticky-wrap.td-header-active {
/* 154  */   visibility: visible;
/* 155  */ }
/* 156  */ .td-header-desktop-sticky-wrap.td-header-stop-transition,
/* 157  */ .td-header-mobile-sticky-wrap.td-header-stop-transition {
/* 158  */   -webkit-transition: none;
/* 159  */   transition: none;
/* 160  */ }
/* 161  */ /* responsive desktop + tablet */
/* 162  */ @media (min-width: 767px) {
/* 163  */   .admin-bar .td-header-desktop-sticky-wrap {
/* 164  */     margin-top: 32px;
/* 165  */   }
/* 166  */ }
/* 167  */ .tdb-mega-menu .td-post-category {
/* 168  */   transition: none;
/* 169  */   -webkit-transition: none;
/* 170  */ }
/* 171  */ .tdb-hover .td-post-category {
/* 172  */   transition: all 0.2s ease;
/* 173  */   -webkit-transition: all 0.2s ease;
/* 174  */ }
/* 175  */ /*
/* 176  *|     Logged section
/* 177  *| */
/* 178  */ #td-mobile-nav .td-menu-login-section {
/* 179  */   list-style: none;
/* 180  */   position: relative;
/* 181  */   margin-top: 20px;
/* 182  */ }
/* 183  */ #td-mobile-nav .td-menu-login-section .td-logged-wrap {
/* 184  */   height: 60px;
/* 185  */   line-height: 60px;
/* 186  */   /* responsive portrait phone */
/* 187  */ }
/* 188  */ @media (max-width: 320px) {
/* 189  */   #td-mobile-nav .td-menu-login-section .td-logged-wrap {
/* 190  */     height: 40px;
/* 191  */     line-height: 40px;
/* 192  */   }
/* 193  */ }
/* 194  */ #td-mobile-nav .td-menu-login-section a {
/* 195  */   color: var(--td_mobile_text_color, #ffffff);
/* 196  */ }
/* 197  */ #td-mobile-nav .td-menu-login-section a:hover {
/* 198  */   color: var(--td_mobile_text_active_color, #73c7e3);
/* 199  */ }
/* 200  */ #td-mobile-nav .td-menu-avatar {

/* td_legacy_main.css */

/* 201  */   position: absolute;
/* 202  */   top: 0;
/* 203  */   left: 20px;
/* 204  */   margin: 0;
/* 205  */ }
/* 206  */ #td-mobile-nav .td-menu-avatar .td-avatar-container {
/* 207  */   width: 60px;
/* 208  */   height: 60px;
/* 209  */   border-radius: 40px;
/* 210  */   -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
/* 211  */   box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
/* 212  */   overflow: hidden;
/* 213  */   position: relative;
/* 214  */   /* responsive portrait phone */
/* 215  */ }
/* 216  */ @media (max-width: 320px) {
/* 217  */   #td-mobile-nav .td-menu-avatar .td-avatar-container {
/* 218  */     -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
/* 219  */     box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
/* 220  */     width: 40px;
/* 221  */     height: 40px;
/* 222  */   }
/* 223  */ }
/* 224  */ #td-mobile-nav .td-menu-avatar .avatar {
/* 225  */   position: absolute;
/* 226  */   margin: 0 auto;
/* 227  */   left: -9999px;
/* 228  */   right: -9999px;
/* 229  */   max-width: none;
/* 230  */   width: 100%;
/* 231  */   height: 100%;
/* 232  */ }
/* 233  */ #td-mobile-nav .td-menu-username {
/* 234  */   font-size: 20px;
/* 235  */   font-weight: bold;
/* 236  */   margin: 0 100px 0 95px;
/* 237  */   overflow: hidden;
/* 238  */   height: 60px;
/* 239  */   /* responsive portrait phone */
/* 240  */ }
/* 241  */ @media (max-width: 320px) {
/* 242  */   #td-mobile-nav .td-menu-username {
/* 243  */     font-size: 18px;
/* 244  */     height: 40px;
/* 245  */     margin: 0 100px 0 75px;
/* 246  */   }
/* 247  */ }
/* 248  */ #td-mobile-nav .td-menu-logout {
/* 249  */   position: absolute;
/* 250  */   top: 0;

/* td_legacy_main.css */

/* 251  */   right: 20px;
/* 252  */   margin: 0;
/* 253  */ }
/* 254  */ #td-mobile-nav .td-menu-logout a {
/* 255  */   padding: 7px 14px;
/* 256  */   border: 1px solid rgba(255, 255, 255, 0.1);
/* 257  */   background-color: rgba(255, 255, 255, 0.03);
/* 258  */   font-size: 14px;
/* 259  */   font-weight: bold;
/* 260  */ }
/* 261  */ .rtl .td-mobile-main-menu {
/* 262  */   display: flex;
/* 263  */   flex-direction: column-reverse;
/* 264  */ }
/* 265  */ .rtl #td-mobile-nav .td-menu-avatar {
/* 266  */   right: 20px;
/* 267  */   left: auto;
/* 268  */ }
/* 269  */ .rtl #td-mobile-nav .td-menu-logout {
/* 270  */   left: 20px;
/* 271  */   right: auto;
/* 272  */ }
/* 273  */ .rtl #td-mobile-nav .td-menu-username {
/* 274  */   margin: 0 95px 0 100px;
/* 275  */ }
/* 276  */ /*
/* 277  *|     Guest section
/* 278  *| */
/* 279  */ #td-mobile-nav .td-guest-wrap {
/* 280  */   height: 40px;
/* 281  */   text-align: center;
/* 282  */ }
/* 283  */ #td-mobile-nav .td-guest-wrap .td-menu-avatar {
/* 284  */   position: relative;
/* 285  */   display: inline-block;
/* 286  */   vertical-align: middle;
/* 287  */   top: auto;
/* 288  */   left: auto;
/* 289  */   margin-right: 15px;
/* 290  */ }
/* 291  */ #td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
/* 292  */   width: 40px;
/* 293  */   height: 40px;
/* 294  */ }
/* 295  */ #td-mobile-nav .td-guest-wrap .td-menu-login {
/* 296  */   display: inline-block;
/* 297  */   font-size: 20px;
/* 298  */   font-weight: bold;
/* 299  */   color: #fff;
/* 300  */   vertical-align: middle;

/* td_legacy_main.css */

/* 301  */ }
/* 302  */ #td-mobile-nav .td-guest-wrap .td-menu-login span {
/* 303  */   background-color: var(--td_mobile_text_color, #ffffff);
/* 304  */   width: 1px;
/* 305  */   height: 20px;
/* 306  */   display: inline-block;
/* 307  */   margin: 0 13px;
/* 308  */   line-height: 20px;
/* 309  */   position: relative;
/* 310  */   top: 3px;
/* 311  */   opacity: 0.3;
/* 312  */ }
/* 313  */ #td-mobile-nav .td-guest-wrap .td-menu-login a {
/* 314  */   cursor: pointer;
/* 315  */ }
/* 316  */ /*
/* 317  *|     Register section
/* 318  *| */
/* 319  */ #td-mobile-nav .td-register-section {
/* 320  */   position: absolute;
/* 321  */   top: 0;
/* 322  */   color: var(--td_mobile_text_color, #ffffff);
/* 323  */   width: 100%;
/* 324  */   z-index: -1;
/* 325  */ }
/* 326  */ #td-mobile-nav .td-register-section a {
/* 327  */   color: var(--td_mobile_text_color, #ffffff);
/* 328  */ }
/* 329  */ #td-mobile-nav .td-register-section a:hover {
/* 330  */   color: var(--td_mobile_text_active_color, #73c7e3);
/* 331  */ }
/* 332  */ #td-mobile-nav .td-register-section .td-icon-read-down {
/* 333  */   font-size: 23px;
/* 334  */   transform: rotate(90deg);
/* 335  */   -webkit-transform: rotate(90deg);
/* 336  */   line-height: 74px;
/* 337  */   width: 74px;
/* 338  */ }
/* 339  */ #td-mobile-nav .td-register-section .td-login-input {
/* 340  */   color: var(--td_mobile_text_color, #ffffff);
/* 341  */   font-weight: normal;
/* 342  */   font-size: 17px;
/* 343  */   height: 40px;
/* 344  */   line-height: 40px;
/* 345  */   border: 0;
/* 346  */   background: transparent;
/* 347  */   outline: 0;
/* 348  */   margin: 18px 0;
/* 349  */   position: relative;
/* 350  */   border-bottom: 1px solid var(--td_mobile_text_color, rgba(255, 255, 255, 0.2));

/* td_legacy_main.css */

/* 351  */   border-radius: 0;
/* 352  */   box-shadow: none;
/* 353  */ }
/* 354  */ #td-mobile-nav .td-register-section .td-login-input:focus ~ label,
/* 355  */ #td-mobile-nav .td-register-section .td-login-input:valid ~ label {
/* 356  */   top: -6px;
/* 357  */   font-size: 14px;
/* 358  */   opacity: 0.4;
/* 359  */ }
/* 360  */ #td-mobile-nav .td-register-section .td-login-form-wrap {
/* 361  */   padding: 0 30px;
/* 362  */ }
/* 363  */ #td-mobile-nav .td-register-section .td-login-button {
/* 364  */   display: block;
/* 365  */   text-align: center;
/* 366  */   width: 100%;
/* 367  */   text-transform: uppercase;
/* 368  */   line-height: 50px;
/* 369  */   color: var(--td_mobile_button_color_mob, #000000);
/* 370  */   border: none;
/* 371  */   -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
/* 372  */   box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
/* 373  */   margin: 17px 0 15px;
/* 374  */   font-size: 17px;
/* 375  */   border-radius: 0;
/* 376  */   background-color: var(--td_mobile_button_background_mob, #ffffff);
/* 377  */   opacity: 0.8;
/* 378  */   text-shadow: none;
/* 379  */ }
/* 380  */ #td-mobile-nav .td-register-section .td-login-social {
/* 381  */   width: 100%;
/* 382  */   margin-top: 13px;
/* 383  */   margin-bottom: 10px;
/* 384  */   line-height: inherit;
/* 385  */ }
/* 386  */ #td-mobile-nav .td-register-section .td-login-info-text {
/* 387  */   text-align: center;
/* 388  */   margin-bottom: 20px;
/* 389  */ }
/* 390  */ #td-mobile-nav .td-register-section .td-login-register-link a {
/* 391  */   width: 100%;
/* 392  */   display: block;
/* 393  */   padding: 13px;
/* 394  */   margin-top: 24px;
/* 395  */   font-size: 13px;
/* 396  */   text-transform: uppercase;
/* 397  */   color: #fff;
/* 398  */   cursor: pointer;
/* 399  */   position: relative;
/* 400  */   text-align: center;

/* td_legacy_main.css */

/* 401  */ }
/* 402  */ #td-mobile-nav .td-register-section .td-login-register-link a:before {
/* 403  */   content: '';
/* 404  */   width: 100%;
/* 405  */   height: 100%;
/* 406  */   position: absolute;
/* 407  */   top: 0;
/* 408  */   left: 0;
/* 409  */   border: 1px solid #fff;
/* 410  */   opacity: 0;
/* 411  */   -webkit-transition: opacity 0.2s ease;
/* 412  */   transition: opacity 0.2s ease;
/* 413  */ }
/* 414  */ #td-mobile-nav .td-register-section .td-login-register-link a:hover {
/* 415  */   color: #fff;
/* 416  */ }
/* 417  */ #td-mobile-nav .td-register-section .td-login-register-link a:hover:before {
/* 418  */   opacity: 0.2;
/* 419  */ }
/* 420  */ #td-mobile-nav .td-login-title {
/* 421  */   position: absolute;
/* 422  */   top: 0;
/* 423  */   padding: 0 50px;
/* 424  */   text-align: center;
/* 425  */   line-height: 74px;
/* 426  */   text-transform: uppercase;
/* 427  */   width: 100%;
/* 428  */   font-size: 17px;
/* 429  */   height: 74px;
/* 430  */   overflow: hidden;
/* 431  */   z-index: -1;
/* 432  */ }
/* 433  */ #td-mobile-nav .td-login-panel-title {
/* 434  */   text-align: center;
/* 435  */   font-size: 16px;
/* 436  */   padding: 30px 10px;
/* 437  */ }
/* 438  */ #td-mobile-nav .td-login-panel-title span {
/* 439  */   display: inline-block;
/* 440  */   font-size: 28px;
/* 441  */   font-weight: bold;
/* 442  */   width: 100%;
/* 443  */   margin-bottom: 10px;
/* 444  */ }
/* 445  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-login-close,
/* 446  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-register-close,
/* 447  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-login-panel-title,
/* 448  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-login-inputs,
/* 449  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-login-button,
/* 450  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-login-social,

/* td_legacy_main.css */

/* 451  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-login-info-text,
/* 452  */ #td-mobile-nav .td-login-form-mobile-fb-open .td-login-register-link {
/* 453  */   opacity: .5;
/* 454  */   pointer-events: none;
/* 455  */ }
/* 456  */ .td-ajax-search-flex .td_module_flex_1 {
/* 457  */   padding-bottom: 25px;
/* 458  */ }
/* 459  */ .td-ajax-search-flex .td_module_flex_1 .td-module-container {
/* 460  */   flex-direction: row;
/* 461  */ }
/* 462  */ .td-ajax-search-flex .td_module_flex_1 .td-image-container {
/* 463  */   flex: 0 0 30%;
/* 464  */   width: 30%;
/* 465  */ }
/* 466  */ .td-ajax-search-flex .td_module_flex_1 .td-image-wrap {
/* 467  */   padding-bottom: 70%;
/* 468  */ }
/* 469  */ .td-ajax-search-flex .td_module_flex_1 .td-module-meta-info {
/* 470  */   padding: 0 0 0 15px;
/* 471  */ }
/* 472  */ .td-ajax-search-flex .td_module_flex_1 .entry-title {
/* 473  */   font-size: 16px;
/* 474  */   line-height: 20px;
/* 475  */   font-weight: 500;
/* 476  */ }
/* 477  */ .td-ajax-search-flex .td_module_flex_1 .td-excerpt,
/* 478  */ .td-ajax-search-flex .td_module_flex_1 .td-post-category,
/* 479  */ .td-ajax-search-flex .td_module_flex_1 .td-post-author-name,
/* 480  */ .td-ajax-search-flex .td_module_flex_1 .td-module-comments,
/* 481  */ .td-ajax-search-flex .td_module_flex_1 .td-read-more {
/* 482  */   display: none;
/* 483  */ }
/* 484  */ /*  ----------------------------------------------------------------------------
/* 485  *|     Block Wrap
/* 486  *| */
/* 487  */ .td_block_wrap {
/* 488  */   margin-bottom: 48px;
/* 489  */   position: relative;
/* 490  */   clear: both;
/* 491  */   /* responsive portrait phone */
/* 492  */ }
/* 493  */ @media (max-width: 767px) {
/* 494  */   .td_block_wrap {
/* 495  */     margin-bottom: 32px;
/* 496  */   }
/* 497  */ }
/* 498  */ .td_block_wrap .td-next-prev-wrap,
/* 499  */ .td_block_wrap .td-load-more-wrap {
/* 500  */   margin-top: 20px;

/* td_legacy_main.css */

/* 501  */   /* responsive portrait phone */
/* 502  */ }
/* 503  */ @media (max-width: 767px) {
/* 504  */   .td_block_wrap .td-next-prev-wrap,
/* 505  */   .td_block_wrap .td-load-more-wrap {
/* 506  */     margin-bottom: 0;
/* 507  */   }
/* 508  */ }
/* 509  */ .td_block_wrap .td-subcat-item .td-cur-simple-item {
/* 510  */   color: #000;
/* 511  */ }
/* 512  */ .td_block_wrap-composer {
/* 513  */   position: relative;
/* 514  */ }
/* 515  */ .td-block-title-wrap {
/* 516  */   position: relative;
/* 517  */ }
/* 518  */ .td-page-content .td_block_wrap {
/* 519  */   line-height: 21px;
/* 520  */ }
/* 521  */ .td-fix-index {
/* 522  */   transform: translateZ(0);
/* 523  */   -webkit-transform: translateZ(0);
/* 524  */ }
/* 525  */ .td_with_ajax_pagination {
/* 526  */   transform: translate3d(0, 0, 0);
/* 527  */   -webkit-transform: translate3d(0, 0, 0);
/* 528  */   overflow: hidden;
/* 529  */ }
/* 530  */ .widgettitle,
/* 531  */ .widgettitle:after,
/* 532  */ .td-trending-now-title,
/* 533  */ .td-trending-now-wrapper:hover .td-trending-now-title,
/* 534  */ .wpb_tabs li.ui-tabs-active a,
/* 535  */ .wpb_tabs li:hover a,
/* 536  */ .woocommerce .product .products h2:not(.woocommerce-loop-product__title),
/* 537  */ .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
/* 538  */   background-color: var(--td_header_color, #222222);
/* 539  */ }
/* 540  */ .td_block_wrap .td-subcat-item .td-cur-simple-item {
/* 541  */   color: var(--td_theme_color, #4db2ec);
/* 542  */ }
/* 543  */ /*  ----------------------------------------------------------------------------
/* 544  *|     Ajax Next Prev
/* 545  *| */
/* 546  */ .td-next-prev-wrap {
/* 547  */   position: relative;
/* 548  */   clear: both;
/* 549  */ }
/* 550  */ .td-next-prev-wrap a {

/* td_legacy_main.css */

/* 551  */   display: inline-block;
/* 552  */   margin-right: 7px;
/* 553  */   width: 25px;
/* 554  */   height: 25px;
/* 555  */   border: 1px solid #dcdcdc;
/* 556  */   line-height: 24px;
/* 557  */   text-align: center;
/* 558  */   vertical-align: middle;
/* 559  */   font-size: 7px;
/* 560  */   color: #b7b7b7;
/* 561  */ }
/* 562  */ .td-next-prev-wrap a:hover {
/* 563  */   background-color: var(--td_theme_color, #4db2ec);
/* 564  */   border-color: var(--td_theme_color, #4db2ec);
/* 565  */   color: #fff;
/* 566  */ }
/* 567  */ .td-next-prev-wrap .ajax-page-disabled {
/* 568  */   opacity: 0.5;
/* 569  */ }
/* 570  */ .td-next-prev-wrap .td-ajax-next-page {
/* 571  */   padding-left: 2px;
/* 572  */ }
/* 573  */ .td-next-prev-wrap .td-ajax-prev-page {
/* 574  */   padding-right: 1px;
/* 575  */ }
/* 576  */ .td-next-prev-wrap .td-next-prev-icon-svg {
/* 577  */   display: inline-flex;
/* 578  */   align-items: center;
/* 579  */   justify-content: center;
/* 580  */   vertical-align: middle;
/* 581  */ }
/* 582  */ .td-next-prev-wrap .td-next-prev-icon-svg svg {
/* 583  */   width: 7px;
/* 584  */   height: 8px;
/* 585  */ }
/* 586  */ .td-next-prev-wrap .td-next-prev-icon-svg svg,
/* 587  */ .td-next-prev-wrap .td-next-prev-icon-svg svg * {
/* 588  */   fill: #b7b7b7;
/* 589  */ }
/* 590  */ .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg,
/* 591  */ .td-next-prev-wrap a:hover .td-next-prev-icon-svg svg * {
/* 592  */   fill: #fff;
/* 593  */ }
/* 594  */ .rtl .td-next-prev-wrap .td-ajax-next-page {
/* 595  */   padding-right: 2px;
/* 596  */   padding-left: 0;
/* 597  */ }
/* 598  */ .rtl .td-next-prev-wrap .td-ajax-prev-page {
/* 599  */   padding-left: 1px;
/* 600  */   padding-right: 0;

/* td_legacy_main.css */

/* 601  */ }
/* 602  */ @-moz-document url-prefix() {
/* 603  */   .td-next-prev-wrap a {
/* 604  */     line-height: 23px;
/* 605  */   }
/* 606  */ }
/* 607  */ /*  ----------------------------------------------------------------------------
/* 608  *|     Load more button
/* 609  *| */
/* 610  */ .td_ajax_load_more {
/* 611  */   display: inline-block;
/* 612  */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 613  */   font-size: 12px;
/* 614  */   line-height: 1;
/* 615  */   padding: 8px 10px;
/* 616  */   border: 1px solid #C9C9C9;
/* 617  */   text-align: center;
/* 618  */   vertical-align: middle;
/* 619  */ }
/* 620  */ .td_ajax_load_more i {
/* 621  */   font-size: 8px;
/* 622  */   margin-left: 6px;
/* 623  */   position: relative;
/* 624  */   top: 0;
/* 625  */   vertical-align: middle;
/* 626  */ }
/* 627  */ .td_ajax_load_more .td-load-more-icon-svg {
/* 628  */   display: inline-flex;
/* 629  */   align-items: center;
/* 630  */   justify-content: center;
/* 631  */   vertical-align: middle;
/* 632  */   margin-left: 6px;
/* 633  */ }
/* 634  */ .td_ajax_load_more .td-load-more-icon-svg svg {
/* 635  */   width: 7px;
/* 636  */   height: 8px;
/* 637  */ }
/* 638  */ .td_ajax_load_more .td-load-more-icon-svg svg,
/* 639  */ .td_ajax_load_more .td-load-more-icon-svg svg * {
/* 640  */   fill: #767676;
/* 641  */ }
/* 642  */ .td_ajax_load_more:hover .td-load-more-icon-svg svg,
/* 643  */ .td_ajax_load_more:hover .td-load-more-icon-svg svg * {
/* 644  */   fill: #fff;
/* 645  */ }
/* 646  */ .td_ajax_load_more.ajax-page-disabled {
/* 647  */   visibility: hidden !important;
/* 648  */ }
/* 649  */ .td-load-more-wrap {
/* 650  */   transform: translateZ(0);

/* td_legacy_main.css */

/* 651  */   -webkit-transform: translateZ(0);
/* 652  */ }
/* 653  */ @-moz-document url-prefix() {
/* 654  */   .td_ajax_load_more {
/* 655  */     padding: 7px 10px 9px;
/* 656  */   }
/* 657  */ }
/* 658  */ .td-load-more-wrap {
/* 659  */   text-align: center;
/* 660  */   clear: both;
/* 661  */ }
/* 662  */ .td-load-more-wrap a {
/* 663  */   color: #767676;
/* 664  */ }
/* 665  */ .td-load-more-wrap a:hover {
/* 666  */   background-color: var(--td_theme_color, #4db2ec);
/* 667  */   border-color: var(--td_theme_color, #4db2ec);
/* 668  */   color: #fff;
/* 669  */   text-decoration: none !important;
/* 670  */ }
/* 671  */ .td_block_inner_overflow {
/* 672  */   overflow: hidden;
/* 673  */ }
/* 674  */ .td_block_inner_overflow .td-module-image {
/* 675  */   min-height: 20px;
/* 676  */ }
/* 677  */ /*  ----------------------------------------------------------------------------
/* 678  *|     infinite loader
/* 679  *| */
/* 680  */ .td-load-more-infinite-wrap {
/* 681  */   display: none;
/* 682  */ }
/* 683  */ /*  ----------------------------------------------------------------------------
/* 684  *|     Block category filter
/* 685  *| */
/* 686  */ .td-subcat-filter {
/* 687  */   position: absolute;
/* 688  */   bottom: 0;
/* 689  */   right: 0;
/* 690  */   margin: auto 0;
/* 691  */   opacity: 0;
/* 692  */   z-index: 2;
/* 693  */   line-height: 30px;
/* 694  */   text-align: right;
/* 695  */ }
/* 696  */ .td-subcat-filter ul {
/* 697  */   margin: 0;
/* 698  */ }
/* 699  */ .td-subcat-filter .td-display-filter {
/* 700  */   display: none !important;

/* td_legacy_main.css */

/* 701  */ }
/* 702  */ .td-subcat-filter .td-subcat-list {
/* 703  */   display: inline-block;
/* 704  */   line-height: 1;
/* 705  */ }
/* 706  */ .td-subcat-filter .td-subcat-list .td-subcat-item {
/* 707  */   display: inline-block;
/* 708  */   line-height: 1;
/* 709  */   margin-left: 30px;
/* 710  */ }
/* 711  */ .td-subcat-filter .td-subcat-list a {
/* 712  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 713  */   font-size: 13px;
/* 714  */   color: #767676;
/* 715  */   line-height: 1;
/* 716  */ }
/* 717  */ .td-subcat-filter .td-subcat-list a:hover {
/* 718  */   color: var(--td_theme_color, #4db2ec);
/* 719  */ }
/* 720  */ .td-subcat-filter .td-subcat-dropdown {
/* 721  */   display: inline-block;
/* 722  */   text-align: right;
/* 723  */   line-height: 30px;
/* 724  */   position: relative;
/* 725  */ }
/* 726  */ .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span,
/* 727  */ .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more i {
/* 728  */   color: #fff;
/* 729  */ }
/* 730  */ .td-subcat-filter .td-subcat-dropdown:hover ul {
/* 731  */   display: block;
/* 732  */ }
/* 733  */ .td-subcat-filter .td-subcat-dropdown .td-subcat-more {
/* 734  */   cursor: pointer;
/* 735  */   margin-left: 15px;
/* 736  */   padding-left: 15px;
/* 737  */   -webkit-user-select: none;
/* 738  */   display: inline-block;
/* 739  */ }
/* 740  */ .td-subcat-filter .td-subcat-dropdown .td-subcat-more:before {
/* 741  */   content: '';
/* 742  */   width: 70px;
/* 743  */   height: 100%;
/* 744  */   position: absolute;
/* 745  */   margin-top: 2px;
/* 746  */   top: 0;
/* 747  */   right: 0;
/* 748  */   z-index: 1;
/* 749  */   opacity: 0;
/* 750  */ }

/* td_legacy_main.css */

/* 751  */ .td-subcat-filter .td-subcat-dropdown .td-subcat-more i {
/* 752  */   font-size: 9px;
/* 753  */   color: #767676;
/* 754  */   margin-left: 12px;
/* 755  */   margin-right: 12px;
/* 756  */ }
/* 757  */ .td-subcat-filter .td-subcat-dropdown ul {
/* 758  */   list-style: none;
/* 759  */   position: absolute;
/* 760  */   right: 0;
/* 761  */   top: 100%;
/* 762  */   padding: 6px 0 8px 0;
/* 763  */   background-color: #ffffff;
/* 764  */   background-color: rgba(255, 255, 255, 0.95);
/* 765  */   z-index: 999;
/* 766  */   border-width: 0 1px 1px 1px;
/* 767  */   border-color: var(--td_grid_border_color, #ededed);
/* 768  */   border-style: solid;
/* 769  */   display: none;
/* 770  */ }
/* 771  */ .td-subcat-filter .td-subcat-dropdown a {
/* 772  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 773  */   font-size: 13px;
/* 774  */   color: #767676;
/* 775  */   white-space: nowrap;
/* 776  */   display: block;
/* 777  */   line-height: 26px;
/* 778  */   padding-left: 21px;
/* 779  */   padding-right: 15px;
/* 780  */ }
/* 781  */ .td-subcat-filter .td-subcat-dropdown a:hover {
/* 782  */   color: var(--td_theme_color, #4db2ec);
/* 783  */ }
/* 784  */ .td-subcat-filter .td-subcat-dropdown li {
/* 785  */   margin-left: 0;
/* 786  */ }
/* 787  */ .td-subcat-filter .td-subcat-dropdown span {
/* 788  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 789  */   font-size: 13px;
/* 790  */   color: #767676;
/* 791  */   line-height: 1;
/* 792  */ }
/* 793  */ .td-js-loaded .td-subcat-filter {
/* 794  */   opacity: 1;
/* 795  */   -webkit-transition: opacity 0.3s;
/* 796  */   transition: opacity 0.3s;
/* 797  */ }
/* 798  */ /*  ----------------------------------------------------------------------------
/* 799  *|     Quote on Blocks
/* 800  *| */

/* td_legacy_main.css */

/* 801  */ .td_quote_on_blocks {
/* 802  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 803  */   font-size: 30px;
/* 804  */   line-height: 35px;
/* 805  */   font-weight: 400;
/* 806  */   font-style: italic;
/* 807  */   text-align: left;
/* 808  */   text-transform: uppercase;
/* 809  */   color: var(--td_theme_color, #4db2ec);
/* 810  */   margin-top: 10px;
/* 811  */   /* responsive portrait tablet */
/* 812  */ }
/* 813  */ @media (max-width: 1018px) {
/* 814  */   .td_quote_on_blocks {
/* 815  */     font-size: 22px;
/* 816  */     line-height: 28px;
/* 817  */   }
/* 818  */ }
/* 819  */ /*  ----------------------------------------------------------------------------
/* 820  *|     Empty space
/* 821  *| */
/* 822  */ .td_block_empty_space,
/* 823  */ .vc_empty_space {
/* 824  */   margin-bottom: 0;
/* 825  */ }
/* 826  */ /*  ----------------------------------------------------------------------------
/* 827  *|     Blend mix fix on IE
/* 828  *| */
/* 829  */ .ie8 .entry-thumb:before,
/* 830  */ .ie9 .entry-thumb:before,
/* 831  */ .ie10 .entry-thumb:before,
/* 832  */ .ie11 .entry-thumb:before,
/* 833  */ .ie8 .entry-thumb:after,
/* 834  */ .ie9 .entry-thumb:after,
/* 835  */ .ie10 .entry-thumb:after,
/* 836  */ .ie11 .entry-thumb:after,
/* 837  */ .ie8 .td-instagram-element:before,
/* 838  */ .ie9 .td-instagram-element:before,
/* 839  */ .ie10 .td-instagram-element:before,
/* 840  */ .ie11 .td-instagram-element:before,
/* 841  */ .ie8 .td-instagram-element:after,
/* 842  */ .ie9 .td-instagram-element:after,
/* 843  */ .ie10 .td-instagram-element:after,
/* 844  */ .ie11 .td-instagram-element:after,
/* 845  */ .ie8 .td-author-image:before,
/* 846  */ .ie9 .td-author-image:before,
/* 847  */ .ie10 .td-author-image:before,
/* 848  */ .ie11 .td-author-image:before,
/* 849  */ .ie8 .td-author-image:after,
/* 850  */ .ie9 .td-author-image:after,

/* td_legacy_main.css */

/* 851  */ .ie10 .td-author-image:after,
/* 852  */ .ie11 .td-author-image:after {
/* 853  */   display: none !important;
/* 854  */ }
/* 855  */ /*  ----------------------------------------------------------------------------
/* 856  *|
/* 857  *|
/* 858  *|     Custom menu blocks
/* 859  *|
/* 860  *|
/* 861  *| */
/* 862  */ .td-menu-blocks-custom {
/* 863  */   margin-bottom: 30px;
/* 864  */   padding: 0 60px;
/* 865  */   /* responsive portrait tablet */
/* 866  */ }
/* 867  */ @media (max-width: 1018px) {
/* 868  */   .td-menu-blocks-custom {
/* 869  */     padding: 0;
/* 870  */   }
/* 871  */ }
/* 872  */ .td-menu-blocks-custom .widget {
/* 873  */   margin-bottom: 0;
/* 874  */ }
/* 875  */ .td-menu-blocks-custom ul {
/* 876  */   text-align: center;
/* 877  */ }
/* 878  */ .td-menu-blocks-custom ul li {
/* 879  */   display: inline-block;
/* 880  */   margin-bottom: 8px;
/* 881  */   margin-left: 0;
/* 882  */   margin-right: 7px;
/* 883  */ }
/* 884  */ .td-menu-blocks-custom ul li a {
/* 885  */   border: 1px solid #eaeaea;
/* 886  */   padding: 0 12px;
/* 887  */   font-size: 13px;
/* 888  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 889  */   font-weight: 500;
/* 890  */   line-height: 31px;
/* 891  */   display: block;
/* 892  */ }
/* 893  */ .td-menu-blocks-custom ul li a:hover {
/* 894  */   background-color: #111;
/* 895  */   color: #fff;
/* 896  */   border-color: #111;
/* 897  */ }
/* 898  */ .td-menu-blocks-custom .current-menu-item a {
/* 899  */   border-color: var(--td_theme_color, #4db2ec);
/* 900  */   background-color: var(--td_theme_color, #4db2ec);

/* td_legacy_main.css */

/* 901  */   color: #fff;
/* 902  */ }
/* 903  */ .td-menu-blocks-custom .current-menu-item a:hover {
/* 904  */   color: #fff;
/* 905  */ }
/* 906  */ .td-menu-block-headers {
/* 907  */   text-align: center;
/* 908  */ }
/* 909  */ .td-menu-block-headers ul {
/* 910  */   margin-top: 0;
/* 911  */ }
/* 912  */ .td-menu-block-headers li {
/* 913  */   display: inline-block;
/* 914  */   margin: 2px !important;
/* 915  */   text-align: center;
/* 916  */   line-height: 17px !important;
/* 917  */   font-size: 10px;
/* 918  */   margin-top: 20px !important;
/* 919  */   /* responsive portrait phone */
/* 920  */ }
/* 921  */ @media (max-width: 767px) {
/* 922  */   .td-menu-block-headers li {
/* 923  */     margin-top: 15px !important;
/* 924  */     font-size: 9px;
/* 925  */   }
/* 926  */ }
/* 927  */ .td-menu-block-headers li.current-menu-item img {
/* 928  */   border-color: var(--td_theme_color, #4db2ec);
/* 929  */ }
/* 930  */ .td-menu-block-headers li.current-menu-item a {
/* 931  */   color: var(--td_theme_color, #4db2ec);
/* 932  */ }
/* 933  */ .td-menu-block-headers li:hover img {
/* 934  */   border-color: var(--td_theme_color, #4db2ec);
/* 935  */ }
/* 936  */ .td-menu-block-headers li img {
/* 937  */   display: block;
/* 938  */   border: 1px solid #eaeaea;
/* 939  */   width: 110px;
/* 940  */   /* responsive portrait phone */
/* 941  */ }
/* 942  */ @media (max-width: 767px) {
/* 943  */   .td-menu-block-headers li img {
/* 944  */     width: 82px;
/* 945  */   }
/* 946  */ }
/* 947  */ .td-list-menu-inline {
/* 948  */   padding: 0 60px;
/* 949  */   margin-bottom: 22px;
/* 950  */   /* responsive portrait tablet */

/* td_legacy_main.css */

/* 951  */ }
/* 952  */ @media (max-width: 1018px) {
/* 953  */   .td-list-menu-inline {
/* 954  */     padding: 0;
/* 955  */   }
/* 956  */ }
/* 957  */ .td-list-menu-inline ul {
/* 958  */   margin: 0;
/* 959  */   text-align: center;
/* 960  */ }
/* 961  */ .td-list-menu-inline ul li {
/* 962  */   display: inline-block;
/* 963  */   margin-bottom: 8px;
/* 964  */   margin-left: 0;
/* 965  */   margin-right: 10px;
/* 966  */ }
/* 967  */ .td-list-menu-inline ul li a {
/* 968  */   border: 1px solid #eaeaea;
/* 969  */   padding: 0 12px;
/* 970  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 971  */   font-size: 13px;
/* 972  */   font-weight: 500;
/* 973  */   line-height: 31px;
/* 974  */   color: #000;
/* 975  */   display: block;
/* 976  */ }
/* 977  */ .td-list-menu-inline ul li a:hover {
/* 978  */   background-color: #111;
/* 979  */   color: #fff;
/* 980  */   border-color: #111;
/* 981  */ }
/* 982  */ .td-list-menu-inline .current-menu-item a {
/* 983  */   border-color: var(--td_theme_color, #4db2ec);
/* 984  */   background-color: var(--td_theme_color, #4db2ec);
/* 985  */   color: #fff !important;
/* 986  */ }
/* 987  */ .td-tab-blocks-custom {
/* 988  */   margin-bottom: 0 !important;
/* 989  */ }
/* 990  */ .td-tab-blocks-custom ul.wpb_tabs_nav {
/* 991  */   border-bottom: 0;
/* 992  */ }
/* 993  */ .td-tab-blocks-custom .wpb_text_column {
/* 994  */   margin-bottom: 21px;
/* 995  */ }
/* 996  */ .td-tab-blocks-custom.wpb_tabs li.ui-tabs-active a,
/* 997  */ .td-tab-blocks-custom.wpb_tabs li:hover a {
/* 998  */   background-color: #111;
/* 999  */ }
/* 1000 */ .td-tab-blocks-custom ul.wpb_tabs_nav {

/* td_legacy_main.css */

/* 1001 */   display: table;
/* 1002 */   margin-left: auto;
/* 1003 */   margin-right: auto;
/* 1004 */   margin-bottom: 40px;
/* 1005 */   /* responsive portrait tablet */
/* 1006 */   /* responsive portrait phone */
/* 1007 */ }
/* 1008 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1009 */   .td-tab-blocks-custom ul.wpb_tabs_nav {
/* 1010 */     margin-bottom: 20px;
/* 1011 */   }
/* 1012 */ }
/* 1013 */ @media (max-width: 767px) {
/* 1014 */   .td-tab-blocks-custom ul.wpb_tabs_nav {
/* 1015 */     text-align: center;
/* 1016 */     margin-bottom: 20px;
/* 1017 */   }
/* 1018 */ }
/* 1019 */ .td-tab-blocks-custom ul.wpb_tabs_nav li {
/* 1020 */   display: inline-block;
/* 1021 */   margin: 0 2px;
/* 1022 */   background-color: transparent !important;
/* 1023 */   /* responsive portrait phone */
/* 1024 */ }
/* 1025 */ @media (max-width: 767px) {
/* 1026 */   .td-tab-blocks-custom ul.wpb_tabs_nav li {
/* 1027 */     margin: 0 0 6px 0;
/* 1028 */     float: none;
/* 1029 */   }
/* 1030 */ }
/* 1031 */ .td-tab-blocks-custom ul.wpb_tabs_nav li a {
/* 1032 */   padding: 5px 13px !important;
/* 1033 */   font-size: 13px;
/* 1034 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 1035 */   font-weight: 500;
/* 1036 */   line-height: 18px;
/* 1037 */   /* responsive portrait tablet */
/* 1038 */   /* responsive portrait phone */
/* 1039 */ }
/* 1040 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1041 */   .td-tab-blocks-custom ul.wpb_tabs_nav li a {
/* 1042 */     padding: 4px 9px !important;
/* 1043 */     font-size: 12px;
/* 1044 */   }
/* 1045 */ }
/* 1046 */ @media (max-width: 767px) {
/* 1047 */   .td-tab-blocks-custom ul.wpb_tabs_nav li a {
/* 1048 */     padding: 4px 7px !important;
/* 1049 */     font-size: 12px;
/* 1050 */     line-height: 16px;

/* td_legacy_main.css */

/* 1051 */   }
/* 1052 */ }
/* 1053 */ .td-tab-blocks-custom ul.wpb_tabs_nav li a:hover {
/* 1054 */   background-color: #111;
/* 1055 */   color: #fff;
/* 1056 */ }
/* 1057 */ .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),
/* 1058 */ .td-h-effect-up-shadow .td-module-thumb a:after,
/* 1059 */ .td-h-effect-up-shadow .td-category-pos-image .td-post-category,
/* 1060 */ .td-h-effect-up-shadow .td-admin-edit {
/* 1061 */   -webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
/* 1062 */   transition: box-shadow 0.3s ease, transform 0.3s ease;
/* 1063 */ }
/* 1064 */ .td-h-effect-up-shadow .entry-thumb.td-animation-stack-type0-2 {
/* 1065 */   transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56);
/* 1066 */ }
/* 1067 */ .td-h-effect-up-shadow .entry-thumb.td-animation-stack-type1-2 {
/* 1068 */   transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
/* 1069 */ }
/* 1070 */ .td-h-effect-up-shadow .entry-thumb.td-animation-stack-type2-2 {
/* 1071 */   transition: box-shadow 0.3s ease, transform 0.3s ease, opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
/* 1072 */ }
/* 1073 */ .td-h-effect-up-shadow .entry-thumb {
/* 1074 */   -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
/* 1075 */   box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
/* 1076 */ }
/* 1077 */ .td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb,
/* 1078 */ .td-h-effect-up-shadow.td_module_wrap:hover .entry-thumb,
/* 1079 */ .td-h-effect-up-shadow .td_module_wrap:hover .td-module-thumb a:after,
/* 1080 */ .td-h-effect-up-shadow.td_module_wrap:hover .td-module-thumb a:after,
/* 1081 */ .td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category,
/* 1082 */ .td-h-effect-up-shadow.td_module_wrap:hover .td-category-pos-image .td-post-category,
/* 1083 */ .td-h-effect-up-shadow .td_module_wrap:hover .td-admin-edit,
/* 1084 */ .td-h-effect-up-shadow.td_module_wrap:hover .td-admin-edit {
/* 1085 */   transform: translate(0, -2px) !important;
/* 1086 */   -webkit-transform: translate(0, -2px) !important;
/* 1087 */ }
/* 1088 */ .td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb,
/* 1089 */ .td-h-effect-up-shadow.td_module_wrap:hover .entry-thumb {
/* 1090 */   -webkit-box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
/* 1091 */   box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
/* 1092 */ }
/* 1093 */ .td-h-effect-shadow .td-module-thumb .entry-thumb {
/* 1094 */   -webkit-transition: all 0.3s ease-out;
/* 1095 */   transition: all 0.3s ease-out;
/* 1096 */ }
/* 1097 */ .td-h-effect-shadow .td_module_wrap:hover .entry-thumb,
/* 1098 */ .td-h-effect-shadow.td_module_wrap:hover .entry-thumb {
/* 1099 */   -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;
/* 1100 */   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;

/* td_legacy_main.css */

/* 1101 */ }
/* 1102 */ /*  ----------------------------------------------------------------------------
/* 1103 *|     Flex Blocks
/* 1104 *| */
/* 1105 */ [class*='td_flex_block_'] .td-post-vid-time {
/* 1106 */   padding: 3px 6px 4px;
/* 1107 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 1108 */   font-size: 10px;
/* 1109 */   font-weight: 600;
/* 1110 */   line-height: 1;
/* 1111 */ }
/* 1112 */ [class*='td_flex_block_'] .td-next-prev-wrap a {
/* 1113 */   width: auto;
/* 1114 */   height: auto;
/* 1115 */   min-width: 25px;
/* 1116 */   min-height: 25px;
/* 1117 */ }
/* 1118 */ [class*='td_flex_block_'] .td-icon-star,
/* 1119 */ [class*='td_flex_block_'] .td-icon-star-empty,
/* 1120 */ [class*='td_flex_block_'] .td-icon-star-half {
/* 1121 */   width: 1.3em;
/* 1122 */ }
/* 1123 */ .td-post-vid-time {
/* 1124 */   pointer-events: none;
/* 1125 */ }
/* 1126 */ html[class*='ie'] [class*='td_flex_block_5'] .td-module-container,
/* 1127 */ html[class*='ie'] [class*='tdb_header_mega_menu '] .td-module-container,
/* 1128 */ html[class*='ie'] [class*='tdb_single_related'] .td-module-container {
/* 1129 */   display: block;
/* 1130 */ }
/* 1131 */ html[class*='ie'] [class*='td_flex_block_5'] .td-image-container,
/* 1132 */ html[class*='ie'] [class*='tdb_header_mega_menu '] .td-image-container,
/* 1133 */ html[class*='ie'] [class*='tdb_single_related'] .td-image-container {
/* 1134 */   height: auto;
/* 1135 */   flex: initial;
/* 1136 */ }
/* 1137 */ .td-user-rev-stars {
/* 1138 */   display: flex;
/* 1139 */   align-items: center;
/* 1140 */ }
/* 1141 */ .td-user-rev-star {
/* 1142 */   font-size: 14px;
/* 1143 */   color: #b5b5b5;
/* 1144 */ }
/* 1145 */ .td-user-rev-star svg {
/* 1146 */   display: block;
/* 1147 */   width: 1em;
/* 1148 */   height: auto;
/* 1149 */   fill: #C1BFBF;
/* 1150 */ }

/* td_legacy_main.css */

/* 1151 */ .td-user-rev-star:not(:last-child) {
/* 1152 */   margin-right: 3px;
/* 1153 */ }
/* 1154 */ .td-user-rev-star-half,
/* 1155 */ .td-user-rev-star-full {
/* 1156 */   color: #ee8302;
/* 1157 */ }
/* 1158 */ .td-user-rev-star-half svg,
/* 1159 */ .td-user-rev-star-full svg {
/* 1160 */   fill: #ee8302;
/* 1161 */ }
/* 1162 */ /*  ----------------------------------------------------------------------------
/* 1163 *|     Flex Modules
/* 1164 *| */
/* 1165 */ .td_module_flex_1,
/* 1166 */ .td_module_flex_3,
/* 1167 */ .td_module_flex_4,
/* 1168 */ .td_module_flex_5 {
/* 1169 */   display: inline-block;
/* 1170 */   width: 100%;
/* 1171 */   padding-bottom: 0;
/* 1172 */ }
/* 1173 */ .td_module_flex_1 .td-module-container,
/* 1174 */ .td_module_flex_3 .td-module-container,
/* 1175 */ .td_module_flex_4 .td-module-container,
/* 1176 */ .td_module_flex_5 .td-module-container {
/* 1177 */   display: flex;
/* 1178 */   flex-direction: column;
/* 1179 */   position: relative;
/* 1180 */ }
/* 1181 */ .td_module_flex_1 .td-module-container:before,
/* 1182 */ .td_module_flex_3 .td-module-container:before,
/* 1183 */ .td_module_flex_4 .td-module-container:before,
/* 1184 */ .td_module_flex_5 .td-module-container:before {
/* 1185 */   content: '';
/* 1186 */   position: absolute;
/* 1187 */   bottom: 0;
/* 1188 */   left: 0;
/* 1189 */   width: 100%;
/* 1190 */   height: 1px;
/* 1191 */ }
/* 1192 */ .td_module_flex_1 .td-image-wrap,
/* 1193 */ .td_module_flex_3 .td-image-wrap,
/* 1194 */ .td_module_flex_4 .td-image-wrap,
/* 1195 */ .td_module_flex_5 .td-image-wrap {
/* 1196 */   display: block;
/* 1197 */   position: relative;
/* 1198 */ }
/* 1199 */ .td_module_flex_1 .td-image-container,
/* 1200 */ .td_module_flex_3 .td-image-container,

/* td_legacy_main.css */

/* 1201 */ .td_module_flex_4 .td-image-container,
/* 1202 */ .td_module_flex_5 .td-image-container {
/* 1203 */   position: relative;
/* 1204 */   flex: 0 0 auto;
/* 1205 */   width: 100%;
/* 1206 */   height: 100%;
/* 1207 */ }
/* 1208 */ .td_module_flex_1 .td-module-thumb,
/* 1209 */ .td_module_flex_3 .td-module-thumb,
/* 1210 */ .td_module_flex_4 .td-module-thumb,
/* 1211 */ .td_module_flex_5 .td-module-thumb {
/* 1212 */   margin-bottom: 0;
/* 1213 */ }
/* 1214 */ .td_module_flex_1 .td-module-meta-info,
/* 1215 */ .td_module_flex_3 .td-module-meta-info,
/* 1216 */ .td_module_flex_4 .td-module-meta-info,
/* 1217 */ .td_module_flex_5 .td-module-meta-info {
/* 1218 */   width: 100%;
/* 1219 */   margin-bottom: 0;
/* 1220 */   z-index: 1;
/* 1221 */   border: 0 solid #eaeaea;
/* 1222 */   min-height: 0;
/* 1223 */ }
/* 1224 */ .td_module_flex_1 .td-author-photo,
/* 1225 */ .td_module_flex_3 .td-author-photo,
/* 1226 */ .td_module_flex_4 .td-author-photo,
/* 1227 */ .td_module_flex_5 .td-author-photo {
/* 1228 */   display: inline-block;
/* 1229 */   vertical-align: middle;
/* 1230 */ }
/* 1231 */ .td_module_flex_1 .td-thumb-css,
/* 1232 */ .td_module_flex_3 .td-thumb-css,
/* 1233 */ .td_module_flex_4 .td-thumb-css,
/* 1234 */ .td_module_flex_5 .td-thumb-css {
/* 1235 */   width: 100%;
/* 1236 */   height: 100%;
/* 1237 */   position: absolute;
/* 1238 */   background-size: cover;
/* 1239 */   background-position: center center;
/* 1240 */ }
/* 1241 */ .td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
/* 1242 */ .td_module_flex_3 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
/* 1243 */ .td_module_flex_4 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
/* 1244 */ .td_module_flex_5 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
/* 1245 */ .td_module_flex_1 .td-post-vid-time,
/* 1246 */ .td_module_flex_3 .td-post-vid-time,
/* 1247 */ .td_module_flex_4 .td-post-vid-time,
/* 1248 */ .td_module_flex_5 .td-post-vid-time {
/* 1249 */   position: absolute;
/* 1250 */   z-index: 2;

/* td_legacy_main.css */

/* 1251 */   bottom: 0;
/* 1252 */ }
/* 1253 */ .td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
/* 1254 */ .td_module_flex_3 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
/* 1255 */ .td_module_flex_4 .td-category-pos-image .td-post-category:not(.td-post-extra-category),
/* 1256 */ .td_module_flex_5 .td-category-pos-image .td-post-category:not(.td-post-extra-category) {
/* 1257 */   left: 0;
/* 1258 */ }
/* 1259 */ .td_module_flex_1 .td-post-vid-time,
/* 1260 */ .td_module_flex_3 .td-post-vid-time,
/* 1261 */ .td_module_flex_4 .td-post-vid-time,
/* 1262 */ .td_module_flex_5 .td-post-vid-time {
/* 1263 */   right: 0;
/* 1264 */   background-color: #000;
/* 1265 */   color: #fff;
/* 1266 */ }
/* 1267 */ .td_module_flex_1 .td-excerpt,
/* 1268 */ .td_module_flex_3 .td-excerpt,
/* 1269 */ .td_module_flex_4 .td-excerpt,
/* 1270 */ .td_module_flex_5 .td-excerpt {
/* 1271 */   margin: 20px 0 0;
/* 1272 */   line-height: 21px;
/* 1273 */ }
/* 1274 */ .td_module_flex_1 .td-read-more,
/* 1275 */ .td_module_flex_3 .td-read-more,
/* 1276 */ .td_module_flex_4 .td-read-more,
/* 1277 */ .td_module_flex_5 .td-read-more {
/* 1278 */   margin: 20px 0 0;
/* 1279 */ }
/* 1280 */ .td_module_flex_1 .tdb-favorite,
/* 1281 */ .td_module_flex_2 .tdb-favorite,
/* 1282 */ .td_module_flex_3 .tdb-favorite,
/* 1283 */ .td_module_flex_4 .tdb-favorite,
/* 1284 */ .td_module_flex_5 .tdb-favorite,
/* 1285 */ .tdb_module_loop .tdb-favorite,
/* 1286 */ .tdb_module_loop_2 .tdb-favorite {
/* 1287 */   position: absolute;
/* 1288 */   top: 10px;
/* 1289 */   right: 10px;
/* 1290 */   width: 1em;
/* 1291 */   height: 1em;
/* 1292 */   background-color: #fff;
/* 1293 */   border-radius: 100%;
/* 1294 */   cursor: pointer;
/* 1295 */ }
/* 1296 */ .td_module_flex_1 .td-favorite-ico,
/* 1297 */ .td_module_flex_2 .td-favorite-ico,
/* 1298 */ .td_module_flex_3 .td-favorite-ico,
/* 1299 */ .td_module_flex_4 .td-favorite-ico,
/* 1300 */ .td_module_flex_5 .td-favorite-ico,

/* td_legacy_main.css */

/* 1301 */ .tdb_module_loop .td-favorite-ico,
/* 1302 */ .tdb_module_loop_2 .td-favorite-ico {
/* 1303 */   display: block;
/* 1304 */   position: absolute;
/* 1305 */   top: 50%;
/* 1306 */   left: 50%;
/* 1307 */   transform: translate(-50%, -50%);
/* 1308 */   width: 0.556em;
/* 1309 */   height: auto;
/* 1310 */   fill: #000;
/* 1311 */   transition: opacity 0.2s ease-in-out;
/* 1312 */ }
/* 1313 */ .td_module_flex_1 .td-favorite-ico-full,
/* 1314 */ .td_module_flex_2 .td-favorite-ico-full,
/* 1315 */ .td_module_flex_3 .td-favorite-ico-full,
/* 1316 */ .td_module_flex_4 .td-favorite-ico-full,
/* 1317 */ .td_module_flex_5 .td-favorite-ico-full,
/* 1318 */ .tdb_module_loop .td-favorite-ico-full,
/* 1319 */ .tdb_module_loop_2 .td-favorite-ico-full {
/* 1320 */   opacity: 0;
/* 1321 */ }
/* 1322 */ .td_module_flex_1 .tdb-favorite:hover .td-favorite-ico-empty,
/* 1323 */ .td_module_flex_2 .tdb-favorite:hover .td-favorite-ico-empty,
/* 1324 */ .td_module_flex_3 .tdb-favorite:hover .td-favorite-ico-empty,
/* 1325 */ .td_module_flex_4 .tdb-favorite:hover .td-favorite-ico-empty,
/* 1326 */ .td_module_flex_5 .tdb-favorite:hover .td-favorite-ico-empty,
/* 1327 */ .tdb_module_loop .tdb-favorite:hover .td-favorite-ico-empty,
/* 1328 */ .tdb_module_loop_2 .tdb-favorite:hover .td-favorite-ico-empty,
/* 1329 */ .td_module_flex_1 .tdb-favorite-selected .td-favorite-ico-empty,
/* 1330 */ .td_module_flex_2 .tdb-favorite-selected .td-favorite-ico-empty,
/* 1331 */ .td_module_flex_3 .tdb-favorite-selected .td-favorite-ico-empty,
/* 1332 */ .td_module_flex_4 .tdb-favorite-selected .td-favorite-ico-empty,
/* 1333 */ .td_module_flex_5 .tdb-favorite-selected .td-favorite-ico-empty,
/* 1334 */ .tdb_module_loop .tdb-favorite-selected .td-favorite-ico-empty,
/* 1335 */ .tdb_module_loop_2 .tdb-favorite-selected .td-favorite-ico-empty {
/* 1336 */   opacity: 0;
/* 1337 */ }
/* 1338 */ .td_module_flex_1 .tdb-favorite:hover .td-favorite-ico-full,
/* 1339 */ .td_module_flex_2 .tdb-favorite:hover .td-favorite-ico-full,
/* 1340 */ .td_module_flex_3 .tdb-favorite:hover .td-favorite-ico-full,
/* 1341 */ .td_module_flex_4 .tdb-favorite:hover .td-favorite-ico-full,
/* 1342 */ .td_module_flex_5 .tdb-favorite:hover .td-favorite-ico-full,
/* 1343 */ .tdb_module_loop .tdb-favorite:hover .td-favorite-ico-full,
/* 1344 */ .tdb_module_loop_2 .tdb-favorite:hover .td-favorite-ico-full,
/* 1345 */ .td_module_flex_1 .tdb-favorite-selected .td-favorite-ico-full,
/* 1346 */ .td_module_flex_2 .tdb-favorite-selected .td-favorite-ico-full,
/* 1347 */ .td_module_flex_3 .tdb-favorite-selected .td-favorite-ico-full,
/* 1348 */ .td_module_flex_4 .tdb-favorite-selected .td-favorite-ico-full,
/* 1349 */ .td_module_flex_5 .tdb-favorite-selected .td-favorite-ico-full,
/* 1350 */ .tdb_module_loop .tdb-favorite-selected .td-favorite-ico-full,

/* td_legacy_main.css */

/* 1351 */ .tdb_module_loop_2 .tdb-favorite-selected .td-favorite-ico-full {
/* 1352 */   opacity: 1;
/* 1353 */ }
/* 1354 */ .td-module-exclusive .td-module-title a:before {
/* 1355 */   content: var(--td_excl_label, 'EXCLUSIVE');
/* 1356 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 1357 */   color: #fff;
/* 1358 */   background-color: #ff0000;
/* 1359 */   padding: 4px 8px 2px;
/* 1360 */   margin-right: 8px;
/* 1361 */   font-size: 14px;
/* 1362 */   font-weight: 500;
/* 1363 */   line-height: 1;
/* 1364 */   vertical-align: middle;
/* 1365 */ }
/* 1366 */ .td-mc1-wrap:after,
/* 1367 */ .td-mc1-wrap .td_module_wrap:after {
/* 1368 */   content: '';
/* 1369 */   display: table;
/* 1370 */   clear: both;
/* 1371 */ }
/* 1372 */ .td_module_flex_1 .td-image-wrap,
/* 1373 */ .td_module_flex_5 .td-image-wrap {
/* 1374 */   padding-bottom: 50%;
/* 1375 */ }
/* 1376 */ .td_module_flex_1 .td-module-meta-info,
/* 1377 */ .td_module_flex_5 .td-module-meta-info {
/* 1378 */   padding: 13px 0 0 0;
/* 1379 */ }
/* 1380 */ .td_module_flex_3 .td-image-wrap,
/* 1381 */ .td_module_flex_4 .td-image-wrap {
/* 1382 */   padding-bottom: 70%;
/* 1383 */ }
/* 1384 */ .td_module_flex_3 .td-module-meta-info,
/* 1385 */ .td_module_flex_4 .td-module-meta-info {
/* 1386 */   padding: 0 0 0 16px;
/* 1387 */ }
/* 1388 */ .td_module_flex_3 .entry-title,
/* 1389 */ .td_module_flex_4 .entry-title {
/* 1390 */   font-size: 14px;
/* 1391 */   line-height: 20px;
/* 1392 */   font-weight: 500;
/* 1393 */   /* responsive portrait tablet */
/* 1394 */ }
/* 1395 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1396 */   .td_module_flex_3 .entry-title,
/* 1397 */   .td_module_flex_4 .entry-title {
/* 1398 */     font-size: 12px;
/* 1399 */     line-height: 18px;
/* 1400 */   }

/* td_legacy_main.css */

/* 1401 */ }
/* 1402 */ /* responsive landscape tablet */
/* 1403 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 1404 */   .td_module_flex_3 .entry-title {
/* 1405 */     font-size: 12px;
/* 1406 */     line-height: 18px;
/* 1407 */   }
/* 1408 */ }
/* 1409 */ .td_flex_block.td_with_ajax_pagination,
/* 1410 */ .td_flex_block.td_with_ajax_pagination .td_block_inner {
/* 1411 */   overflow: initial;
/* 1412 */ }
/* 1413 */ .td_flex_block.td_with_ajax_pagination .td_block_inner {
/* 1414 */   height: auto !important;
/* 1415 */ }
/* 1416 */ /*  ----------------------------------------------------------------------------
/* 1417 *|     Flex Block 2
/* 1418 *| */
/* 1419 */ .td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination {
/* 1420 */   position: relative;
/* 1421 */ }
/* 1422 */ .td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap {
/* 1423 */   position: absolute;
/* 1424 */   top: 0;
/* 1425 */   left: 0;
/* 1426 */   right: auto;
/* 1427 */   display: flex;
/* 1428 */   width: 100%;
/* 1429 */   height: 100%;
/* 1430 */   margin: 0;
/* 1431 */   pointer-events: none;
/* 1432 */ }
/* 1433 */ .td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a {
/* 1434 */   background-color: rgba(0, 0, 0, 0.8);
/* 1435 */   min-width: 29px;
/* 1436 */   min-height: 29px;
/* 1437 */   line-height: 30px;
/* 1438 */   font-size: 10px;
/* 1439 */   color: #fdfdfd;
/* 1440 */   border: 0;
/* 1441 */   pointer-events: auto;
/* 1442 */ }
/* 1443 */ .td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a:last-child {
/* 1444 */   margin-right: 0;
/* 1445 */ }
/* 1446 */ .td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg {
/* 1447 */   width: 10px;
/* 1448 */   height: 11px;
/* 1449 */ }
/* 1450 */ .td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg,

/* td_legacy_main.css */

/* 1451 */ .td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap .td-next-prev-icon-svg svg * {
/* 1452 */   fill: #fdfdfd;
/* 1453 */ }
/* 1454 */ .td_module_flex_2 {
/* 1455 */   padding-bottom: 0;
/* 1456 */ }
/* 1457 */ .td_module_flex_2 .td-module-container {
/* 1458 */   position: relative;
/* 1459 */ }
/* 1460 */ .td_module_flex_2 .td-module-thumb {
/* 1461 */   margin-bottom: 0;
/* 1462 */   overflow: hidden;
/* 1463 */ }
/* 1464 */ .td_module_flex_2 .td-image-wrap {
/* 1465 */   display: block;
/* 1466 */   height: 100%;
/* 1467 */ }
/* 1468 */ .td_module_flex_2 .td-thumb-css {
/* 1469 */   width: 100%;
/* 1470 */   height: 100%;
/* 1471 */   position: absolute;
/* 1472 */   top: 0;
/* 1473 */   left: 0;
/* 1474 */   background-size: cover;
/* 1475 */ }
/* 1476 */ .td_module_flex_2 .td-module-meta-info {
/* 1477 */   position: absolute;
/* 1478 */   top: 0;
/* 1479 */   left: 0;
/* 1480 */   right: 0;
/* 1481 */   width: 100%;
/* 1482 */   margin-bottom: 0;
/* 1483 */   color: #fff;
/* 1484 */ }
/* 1485 */ .td_module_flex_2 .td-post-category,
/* 1486 */ .td_module_flex_2 .td-post-vid-time {
/* 1487 */   background-color: #fff;
/* 1488 */   color: #000;
/* 1489 */ }
/* 1490 */ .td_module_flex_2 .td-post-vid-time {
/* 1491 */   display: inline-block;
/* 1492 */   margin-right: 5px;
/* 1493 */ }
/* 1494 */ .td_module_flex_2 .entry-title a,
/* 1495 */ .td_module_flex_2 .td-post-author-name a,
/* 1496 */ .td_module_flex_2 .td-post-date {
/* 1497 */   color: #fff;
/* 1498 */ }
/* 1499 */ .td_module_flex_2 .entry-title {
/* 1500 */   font-size: 25px;

/* td_legacy_main.css */

/* 1501 */   line-height: 34px;
/* 1502 */ }
/* 1503 */ .td_module_flex_2 .td-module-comments {
/* 1504 */   top: 2px;
/* 1505 */ }
/* 1506 */ .td_module_flex_2 .td-module-comments a {
/* 1507 */   background-color: transparent !important;
/* 1508 */   padding: 0;
/* 1509 */   font-size: 11px;
/* 1510 */   font-weight: 400;
/* 1511 */ }
/* 1512 */ .td_module_flex_2 .td-module-comments a:before {
/* 1513 */   font-family: 'newspaper', sans-serif;
/* 1514 */   speak: none;
/* 1515 */   font-style: normal;
/* 1516 */   font-weight: normal;
/* 1517 */   font-variant: normal;
/* 1518 */   text-transform: none;
/* 1519 */   line-height: 1;
/* 1520 */   text-align: center;
/* 1521 */   -webkit-font-smoothing: antialiased;
/* 1522 */   content: "\e83b";
/* 1523 */   margin-right: 5px;
/* 1524 */   font-size: 9px;
/* 1525 */ }
/* 1526 */ .td_module_flex_2 .td-module-comments a:after {
/* 1527 */   display: none;
/* 1528 */ }
/* 1529 */ .td_module_flex_2 .td-excerpt {
/* 1530 */   font-size: 14px;
/* 1531 */   line-height: 19px;
/* 1532 */   color: #ddd;
/* 1533 */ }
/* 1534 */ .td_module_flex_2 .td-read-more {
/* 1535 */   margin-top: 20px;
/* 1536 */ }
/* 1537 */ .td-flb-meta-center .td_module_flex_2 .td-module-meta-info {
/* 1538 */   top: 50%;
/* 1539 */   transform: translateY(-50%);
/* 1540 */   -webkit-transform: translateY(-50%);
/* 1541 */ }
/* 1542 */ .td-flb-meta-bottom .td_module_flex_2 .td-module-meta-info {
/* 1543 */   top: auto;
/* 1544 */   bottom: 0;
/* 1545 */ }
/* 1546 */ /*  ----------------------------------------------------------------------------
/* 1547 *|     Flex Block 3 & 4
/* 1548 *| */
/* 1549 */ .td_flex_block_3 .td_module_column,
/* 1550 */ .td_flex_block_4 .td_module_column {

/* td_legacy_main.css */

/* 1551 */   float: left;
/* 1552 */ }
/* 1553 */ .td_flex_block_3 .rtl .td_flex_block_3 .td_module_column,
/* 1554 */ .td_flex_block_4 .rtl .td_flex_block_3 .td_module_column {
/* 1555 */   display: flex;
/* 1556 */   flex-direction: column-reverse;
/* 1557 */ }
/* 1558 */ .td_flex_block_3 .td_module_flex_1,
/* 1559 */ .td_flex_block_4 .td_module_flex_1 {
/* 1560 */   /* responsive portrait tablet */
/* 1561 */ }
/* 1562 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1563 */   .td_flex_block_3 .td_module_flex_1 .entry-title,
/* 1564 */   .td_flex_block_4 .td_module_flex_1 .entry-title {
/* 1565 */     font-size: 17px;
/* 1566 */     line-height: 22px;
/* 1567 */   }
/* 1568 */ }
/* 1569 */ .td_flex_block_3 .td_module_flex_1 .td-excerpt,
/* 1570 */ .td_flex_block_4 .td_module_flex_1 .td-excerpt {
/* 1571 */   margin-top: 16px;
/* 1572 */ }
/* 1573 */ .td_flex_block_3 .td_module_flex_3 .td-module-container,
/* 1574 */ .td_flex_block_4 .td_module_flex_3 .td-module-container {
/* 1575 */   flex-direction: row;
/* 1576 */ }
/* 1577 */ .td_flex_block_3 .td-read-more,
/* 1578 */ .td_flex_block_4 .td-read-more {
/* 1579 */   display: none;
/* 1580 */ }
/* 1581 */ /*  ----------------------------------------------------------------------------
/* 1582 *|     Flex Block 3
/* 1583 *| */
/* 1584 */ .td_flex_block_3 .td_module_flex_1 .td-image-wrap {
/* 1585 */   padding-bottom: 72%;
/* 1586 */ }
/* 1587 */ /*  ----------------------------------------------------------------------------
/* 1588 *|     Flex Block 4
/* 1589 *| */
/* 1590 */ .td_flex_block_4 .td_module_flex_4 {
/* 1591 */   /* responsive landscape tablet */
/* 1592 */ }
/* 1593 */ .td_flex_block_4 .td_module_flex_4 .td-module-container {
/* 1594 */   flex-direction: row;
/* 1595 */ }
/* 1596 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 1597 */   .td_flex_block_4 .td_module_flex_4 .entry-title {
/* 1598 */     font-size: 12px;
/* 1599 */     line-height: 18px;
/* 1600 */   }

/* td_legacy_main.css */

/* 1601 */ }
/* 1602 */ /*  ----------------------------------------------------------------------------
/* 1603 *|     Flex Block 5
/* 1604 *| */
/* 1605 */ .td_flex_block_5 .td-module-meta-info-top {
/* 1606 */   padding: 0;
/* 1607 */ }
/* 1608 */ a[href^="tel"] {
/* 1609 */   color: inherit;
/* 1610 */ }
/* 1611 */ /*  ----------------------------------------------------------------------------
/* 1612 *|     Recent comments
/* 1613 *| */
/* 1614 */ .vc_wp_recentcomments .td_wp_recentcomments {
/* 1615 */   position: relative;
/* 1616 */   margin-bottom: 0;
/* 1617 */ }
/* 1618 */ /*  ----------------------------------------------------------------------------
/* 1619 *|     Raw CSS
/* 1620 *| */
/* 1621 */ .td_block_raw_css {
/* 1622 */   margin-bottom: 0;
/* 1623 */ }
/* 1624 */ /*  ----------------------------------------------------------------------------
/* 1625 *|     Image gradient
/* 1626 *| */
/* 1627 */ .td-image-gradient:before {
/* 1628 */   bottom: 0;
/* 1629 */   content: "";
/* 1630 */   display: block;
/* 1631 */   height: 50%;
/* 1632 */   width: 100%;
/* 1633 */   position: absolute;
/* 1634 */   z-index: 1;
/* 1635 */   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)));
/* 1636 */   /* Chrome,Safari4+ */
/* 1637 */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
/* 1638 */   /* W3C */
/* 1639 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
/* 1640 */   /* IE6-9 */
/* 1641 */ }
/* 1642 */ @media (max-width: 1018px) {
/* 1643 */   .td-image-gradient:before {
/* 1644 */     height: 100%;
/* 1645 */   }
/* 1646 */ }
/* 1647 */ .tdb-template .td-main-content-wrap {
/* 1648 */   padding-bottom: 0;
/* 1649 */ }
/* 1650 */ /*  ----------------------------------------------------------------------------

/* td_legacy_main.css *|

/* 1651 *|     Blend mix fix on IE
/* 1652 *| */
/* 1653 */ .ie8 .entry-thumb:before,
/* 1654 */ .ie9 .entry-thumb:before,
/* 1655 */ .ie10 .entry-thumb:before,
/* 1656 */ .ie11 .entry-thumb:before,
/* 1657 */ .ie8 .entry-thumb:after,
/* 1658 */ .ie9 .entry-thumb:after,
/* 1659 */ .ie10 .entry-thumb:after,
/* 1660 */ .ie11 .entry-thumb:after,
/* 1661 */ .ie8 .tdb-featured-image-bg:before,
/* 1662 */ .ie9 .tdb-featured-image-bg:before,
/* 1663 */ .ie10 .tdb-featured-image-bg:before,
/* 1664 */ .ie11 .tdb-featured-image-bg:before,
/* 1665 */ .ie8 .tdb-featured-image-bg:after,
/* 1666 */ .ie9 .tdb-featured-image-bg:after,
/* 1667 */ .ie10 .tdb-featured-image-bg:after,
/* 1668 */ .ie11 .tdb-featured-image-bg:after,
/* 1669 */ .ie8 .tdb-author-img:before,
/* 1670 */ .ie9 .tdb-author-img:before,
/* 1671 */ .ie10 .tdb-author-img:before,
/* 1672 */ .ie11 .tdb-author-img:before,
/* 1673 */ .ie8 .tdb-author-img:after,
/* 1674 */ .ie9 .tdb-author-img:after,
/* 1675 */ .ie10 .tdb-author-img:after,
/* 1676 */ .ie11 .tdb-author-img:after,
/* 1677 */ .ie8 .tdb-author-photo:before,
/* 1678 */ .ie9 .tdb-author-photo:before,
/* 1679 */ .ie10 .tdb-author-photo:before,
/* 1680 */ .ie11 .tdb-author-photo:before,
/* 1681 */ .ie8 .tdb-author-photo:after,
/* 1682 */ .ie9 .tdb-author-photo:after,
/* 1683 */ .ie10 .tdb-author-photo:after,
/* 1684 */ .ie11 .tdb-author-photo:after,
/* 1685 */ .ie8 .tdb_single_featured_image .tdb-block-inner:before,
/* 1686 */ .ie9 .tdb_single_featured_image .tdb-block-inner:before,
/* 1687 */ .ie10 .tdb_single_featured_image .tdb-block-inner:before,
/* 1688 */ .ie11 .tdb_single_featured_image .tdb-block-inner:before,
/* 1689 */ .ie8 .tdb_single_featured_image .tdb-block-inner:after,
/* 1690 */ .ie9 .tdb_single_featured_image .tdb-block-inner:after,
/* 1691 */ .ie10 .tdb_single_featured_image .tdb-block-inner:after,
/* 1692 */ .ie11 .tdb_single_featured_image .tdb-block-inner:after {
/* 1693 */   display: none !important;
/* 1694 */ }
/* 1695 */ [class*="tdb-fake-block"] {
/* 1696 */   filter: grayscale(1);
/* 1697 */   user-select: none;
/* 1698 */   -webkit-user-select: none;
/* 1699 */ }
/* 1700 */ [class*="tdb-fake-block"] .td_module_wrap {

/* td_legacy_main.css */

/* 1701 */   pointer-events: none;
/* 1702 */ }
/* 1703 */ .tdb-fake-block {
/* 1704 */   opacity: 0.1;
/* 1705 */ }
/* 1706 */ .tdb-fake-block-2 {
/* 1707 */   opacity: 0.2;
/* 1708 */ }
/* 1709 */ /*  ----------------------------------------------------------------------------
/* 1710 *|     Breadcrumbs
/* 1711 *| */
/* 1712 */ .td-sidebar-left .td-crumb-container {
/* 1713 */   padding-left: 372px;
/* 1714 */   /* responsive landscape tablet */
/* 1715 */   /* responsive portrait tablet */
/* 1716 */   /* responsive portrait phone */
/* 1717 */ }
/* 1718 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 1719 */   .td-sidebar-left .td-crumb-container {
/* 1720 */     padding-left: 341px;
/* 1721 */   }
/* 1722 */ }
/* 1723 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1724 */   .td-sidebar-left .td-crumb-container {
/* 1725 */     padding-left: 256px;
/* 1726 */   }
/* 1727 */ }
/* 1728 */ @media (max-width: 767px) {
/* 1729 */   .td-sidebar-left .td-crumb-container {
/* 1730 */     padding-left: 0;
/* 1731 */   }
/* 1732 */ }
/* 1733 */ .td-sidebar-left-content {
/* 1734 */   float: right !important;
/* 1735 */   /* responsive portrait phone */
/* 1736 */ }
/* 1737 */ @media (max-width: 767px) {
/* 1738 */   .td-sidebar-left-content {
/* 1739 */     float: none !important;
/* 1740 */   }
/* 1741 */ }
/* 1742 */ /*  ----------------------------------------------------------------------------
/* 1743 *|     Page Template Pagebuilder - Empty page
/* 1744 *| */
/* 1745 */ .page-template-page-pagebuilder-empty .td-main-page-wrap {
/* 1746 */   padding-top: 0;
/* 1747 */   padding-bottom: 0;
/* 1748 */ }
/* 1749 */ /*  ----------------------------------------------------------------------------
/* 1750 *|     Page Template Pagebuilder - Overlay menu page

/* td_legacy_main.css *|

/* 1751 *| */
/* 1752 */ .page-template-page-pagebuilder-overlay .td-main-page-wrap {
/* 1753 */   padding-top: 0;
/* 1754 */   padding-bottom: 0;
/* 1755 */ }
/* 1756 */ .page-template-page-pagebuilder-overlay .td-header-wrap {
/* 1757 */   position: absolute;
/* 1758 */   left: 0;
/* 1759 */   right: 0;
/* 1760 */ }
/* 1761 */ .page-template-page-pagebuilder-overlay .td-header-menu-wrap:before,
/* 1762 */ .page-template-page-pagebuilder-overlay .td-header-menu-wrap:after {
/* 1763 */   display: none;
/* 1764 */ }
/* 1765 */ .page-template-page-pagebuilder-overlay .td-banner-wrap-full,
/* 1766 */ .page-template-page-pagebuilder-overlay .td-header-menu-wrap-full,
/* 1767 */ .page-template-page-pagebuilder-overlay .td-header-top-menu-full {
/* 1768 */   background-color: transparent;
/* 1769 */ }
/* 1770 */ .tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .td-header-wrap {
/* 1771 */   pointer-events: none;
/* 1772 */ }
/* 1773 */ .tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .sf-menu {
/* 1774 */   pointer-events: auto;
/* 1775 */ }
/* 1776 */ .tdc-theme-Newspaper #td-mobile-nav {
/* 1777 */   display: none;
/* 1778 */ }
/* 1779 */ .tdc-theme-Newspaper.td-menu-mob-open-menu #td-mobile-nav,
/* 1780 */ .tdc-theme-Newspaper.td-search-opened #td-mobile-nav {
/* 1781 */   display: block;
/* 1782 */ }
/* 1783 */ /*  ----------------------------------------------------------------------------
/* 1784 *|     Row divider svg
/* 1785 *| */
/* 1786 */ .tdm-svg {
/* 1787 */   fill: #000;
/* 1788 */   transform-origin: 50% 50% 0;
/* 1789 */   width: 100%;
/* 1790 */   min-width: 1000px;
/* 1791 */   left: 50%;
/* 1792 */   transform: translateX(-50%);
/* 1793 */   position: relative;
/* 1794 */ }
/* 1795 */ .tdc-row-divider {
/* 1796 */   position: absolute;
/* 1797 */   width: 100%;
/* 1798 */   height: 100%;
/* 1799 */   bottom: 0;
/* 1800 */   line-height: 0;

/* td_legacy_main.css */

/* 1801 */   left: 50%;
/* 1802 */   transform: translateX(-50%);
/* 1803 */   /* responsive portrait phone */
/* 1804 */ }
/* 1805 */ @media (max-width: 767px) {
/* 1806 */   .tdc-row-divider {
/* 1807 */     width: 100vw !important;
/* 1808 */   }
/* 1809 */ }
/* 1810 */ [class*="stretch_"] .tdc-row-divider {
/* 1811 */   width: 100vw;
/* 1812 */ }
/* 1813 */ .tdm-svg2 {
/* 1814 */   opacity: 0.3;
/* 1815 */ }
/* 1816 */ .tdm-svg3 {
/* 1817 */   opacity: 0.15;
/* 1818 */ }
/* 1819 */ .tdm-svg4 {
/* 1820 */   opacity: 0.08;
/* 1821 */ }
/* 1822 */ .tdc-row-divider-top {
/* 1823 */   position: absolute;
/* 1824 */   top: 0;
/* 1825 */   width: 100%;
/* 1826 */   transform: rotateX(180deg);
/* 1827 */   -webkit-transform: rotateX(180deg);
/* 1828 */ }
/* 1829 */ .tdc-row-divider-bottom {
/* 1830 */   position: absolute;
/* 1831 */   bottom: 0;
/* 1832 */   width: 100%;
/* 1833 */ }
/* 1834 */ .tdc-divider-space {
/* 1835 */   background-color: #fff;
/* 1836 */   position: absolute;
/* 1837 */   width: 100%;
/* 1838 */   z-index: 1;
/* 1839 */ }
/* 1840 */ @media (min-width: 1019px) {
/* 1841 */   .td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
/* 1842 */   .td-boxed-layout .tdc-video-outer-wrapper,
/* 1843 */   .td-boxed-layout .tdc-row-divider {
/* 1844 */     width: calc(100% + 48px);
/* 1845 */   }
/* 1846 */   .td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
/* 1847 */   .td-boxed-layout .tdc-video-outer-wrapper {
/* 1848 */     left: -24px;
/* 1849 */   }
/* 1850 */ }

/* td_legacy_main.css */

/* 1851 */ /* responsive portrait tablet */
/* 1852 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 1853 */   .td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
/* 1854 */   .td-boxed-layout .tdc-video-outer-wrapper,
/* 1855 */   .td-boxed-layout .tdc-row-divider {
/* 1856 */     width: 100vw;
/* 1857 */     left: 50%;
/* 1858 */     transform: translateX(-50%);
/* 1859 */     -webkit-transform: translateX(-50%);
/* 1860 */   }
/* 1861 */ }
/* 1862 */ .td_block_wrap p:empty:before {
/* 1863 */   display: none;
/* 1864 */ }
/* 1865 */ .rtl .td-element-style {
/* 1866 */   right: auto;
/* 1867 */ }
/* 1868 */ body .tdc-restr-display-none {
/* 1869 */   display: none !important;
/* 1870 */ }
/* 1871 */ @font-face {
/* 1872 */   font-family: 'newspaper-icons';
/* 1873 */   src: url('../images/icons/newspaper-icons.eot?1');
/* 1874 */   src: url('../images/icons/newspaper-icons.eot?1#iefix') format('embedded-opentype'), url('../images/icons/newspaper-icons.woff?1') format('woff'), url('../images/icons/newspaper-icons.ttf?1') format('truetype'), url('../images/icons/newspaper-icons.svg?1#newspaper-icons') format('svg');
/* 1875 */   font-weight: normal;
/* 1876 */   font-style: normal;
/* 1877 */   font-display: swap;
/* 1878 */ }
/* 1879 */ [class^="td-icons"]:before,
/* 1880 */ [class*=" td-icons"]:before {
/* 1881 */   font-family: 'newspaper-icons';
/* 1882 */   speak: none;
/* 1883 */   font-style: normal;
/* 1884 */   font-weight: normal;
/* 1885 */   font-variant: normal;
/* 1886 */   text-transform: none;
/* 1887 */   line-height: 1;
/* 1888 */   text-align: center;
/* 1889 */   /* Better Font Rendering =========== */
/* 1890 */   -webkit-font-smoothing: antialiased;
/* 1891 */   -moz-osx-font-smoothing: grayscale;
/* 1892 */ }
/* 1893 */ [class*="td-icons"] {
/* 1894 */   line-height: 1;
/* 1895 */   text-align: center;
/* 1896 */   display: inline-block;
/* 1897 */   cursor: default;
/* 1898 */ }
/* 1899 */ .rain-d:before {
/* 1900 */   content: '\e800';

/* td_legacy_main.css */

/* 1901 */   display: none;
/* 1902 */ }
/* 1903 */ .rain-n:before {
/* 1904 */   content: '\e801';
/* 1905 */   display: none;
/* 1906 */ }
/* 1907 */ .mist-d:before {
/* 1908 */   content: '\e802';
/* 1909 */   display: none;
/* 1910 */ }
/* 1911 */ .mist-n:before {
/* 1912 */   content: '\e802';
/* 1913 */   display: none;
/* 1914 */ }
/* 1915 */ .scattered-clouds-d:before {
/* 1916 */   content: '\e803';
/* 1917 */   display: none;
/* 1918 */ }
/* 1919 */ .scattered-clouds-n:before {
/* 1920 */   content: '\e803';
/* 1921 */   display: none;
/* 1922 */ }
/* 1923 */ .shower-rain-d:before {
/* 1924 */   content: '\e804';
/* 1925 */   display: none;
/* 1926 */ }
/* 1927 */ .shower-rain-n:before {
/* 1928 */   content: '\e804';
/* 1929 */   display: none;
/* 1930 */ }
/* 1931 */ .snow-d:before {
/* 1932 */   content: '\e805';
/* 1933 */   display: none;
/* 1934 */ }
/* 1935 */ .snow-n:before {
/* 1936 */   content: '\e805';
/* 1937 */   display: none;
/* 1938 */ }
/* 1939 */ .thunderstorm-d:before {
/* 1940 */   content: '\e806';
/* 1941 */   display: none;
/* 1942 */ }
/* 1943 */ .thunderstorm-n:before {
/* 1944 */   content: '\e806';
/* 1945 */   display: none;
/* 1946 */ }
/* 1947 */ .broken-clouds-d:before {
/* 1948 */   content: '\e807';
/* 1949 */   display: none;
/* 1950 */ }

/* td_legacy_main.css */

/* 1951 */ .broken-clouds-n:before {
/* 1952 */   content: '\e807';
/* 1953 */   display: none;
/* 1954 */ }
/* 1955 */ .clear-sky-d:before {
/* 1956 */   content: '\e808';
/* 1957 */   display: none;
/* 1958 */ }
/* 1959 */ .clear-sky-n:before {
/* 1960 */   content: '\e809';
/* 1961 */   display: none;
/* 1962 */ }
/* 1963 */ .few-clouds-d:before {
/* 1964 */   content: '\e80a';
/* 1965 */   display: none;
/* 1966 */ }
/* 1967 */ .few-clouds-n:before {
/* 1968 */   content: '\e80b';
/* 1969 */   display: none;
/* 1970 */ }
/* 1971 */ .td-icons-drop:before {
/* 1972 */   content: '\e80c';
/* 1973 */ }
/* 1974 */ .td-icons-wind:before {
/* 1975 */   content: '\e80d';
/* 1976 */ }
/* 1977 */ .td-icons-arrows-down:before {
/* 1978 */   content: '\e80e';
/* 1979 */ }
/* 1980 */ .td-icons-arrows-up:before {
/* 1981 */   content: '\e80f';
/* 1982 */ }
/* 1983 */ .td-icons-cloud:before {
/* 1984 */   content: '\e810';
/* 1985 */ }
/* 1986 */ .td-icons-location:before {
/* 1987 */   content: '\e811';
/* 1988 */ }
/* 1989 */ .td-icons-circus:before {
/* 1990 */   content: "\e900";
/* 1991 */ }
/* 1992 */ .td-icons-farm:before {
/* 1993 */   content: "\e901";
/* 1994 */ }
/* 1995 */ .td-icons-home:before {
/* 1996 */   content: "\e902";
/* 1997 */ }
/* 1998 */ .td-icons-pets:before {
/* 1999 */   content: "\e903";
/* 2000 */ }

/* td_legacy_main.css */

/* 2001 */ .td-icons-wild:before {
/* 2002 */   content: "\e904";
/* 2003 */ }
/* 2004 */ /* Magnific Popup CSS */
/* 2005 */ .mfp-bg {
/* 2006 */   top: 0;
/* 2007 */   left: 0;
/* 2008 */   width: 100%;
/* 2009 */   height: 100%;
/* 2010 */   z-index: 1042;
/* 2011 */   overflow: hidden;
/* 2012 */   position: fixed;
/* 2013 */   background: #0b0b0b;
/* 2014 */   opacity: 0.8;
/* 2015 */   filter: alpha(opacity=80);
/* 2016 */ }
/* 2017 */ .mfp-wrap {
/* 2018 */   top: 0;
/* 2019 */   left: 0;
/* 2020 */   width: 100%;
/* 2021 */   height: 100%;
/* 2022 */   z-index: 1043;
/* 2023 */   position: fixed;
/* 2024 */   outline: none !important;
/* 2025 */   -webkit-backface-visibility: hidden;
/* 2026 */ }
/* 2027 */ .mfp-container {
/* 2028 */   text-align: center;
/* 2029 */   position: absolute;
/* 2030 */   width: 100%;
/* 2031 */   height: 100%;
/* 2032 */   left: 0;
/* 2033 */   top: 0;
/* 2034 */   padding: 0 8px;
/* 2035 */   -webkit-box-sizing: border-box;
/* 2036 */   box-sizing: border-box;
/* 2037 */ }
/* 2038 */ .mfp-container:before {
/* 2039 */   content: '';
/* 2040 */   display: inline-block;
/* 2041 */   height: 100%;
/* 2042 */   vertical-align: middle;
/* 2043 */ }
/* 2044 */ .mfp-align-top .mfp-container:before {
/* 2045 */   display: none;
/* 2046 */ }
/* 2047 */ .mfp-content {
/* 2048 */   position: relative;
/* 2049 */   display: inline-block;
/* 2050 */   vertical-align: middle;

/* td_legacy_main.css */

/* 2051 */   margin: 0 auto;
/* 2052 */   text-align: left;
/* 2053 */   z-index: 1045;
/* 2054 */ }
/* 2055 */ .mfp-inline-holder .mfp-content,
/* 2056 */ .mfp-ajax-holder .mfp-content {
/* 2057 */   width: 100%;
/* 2058 */   cursor: auto;
/* 2059 */ }
/* 2060 */ .mfp-ajax-cur {
/* 2061 */   cursor: progress;
/* 2062 */ }
/* 2063 */ .mfp-zoom-out-cur {
/* 2064 */   cursor: -webkit-zoom-out;
/* 2065 */   cursor: zoom-out;
/* 2066 */ }
/* 2067 */ .mfp-zoom {
/* 2068 */   cursor: pointer;
/* 2069 */   cursor: -webkit-zoom-in;
/* 2070 */   cursor: zoom-in;
/* 2071 */ }
/* 2072 */ .mfp-auto-cursor .mfp-content {
/* 2073 */   cursor: auto;
/* 2074 */ }
/* 2075 */ .mfp-close,
/* 2076 */ .mfp-arrow,
/* 2077 */ .mfp-preloader,
/* 2078 */ .mfp-counter {
/* 2079 */   -webkit-user-select: none;
/* 2080 */   user-select: none;
/* 2081 */ }
/* 2082 */ .mfp-loading.mfp-figure {
/* 2083 */   display: none;
/* 2084 */ }
/* 2085 */ .mfp-hide {
/* 2086 */   display: none !important;
/* 2087 */ }
/* 2088 */ .mfp-preloader {
/* 2089 */   color: #cccccc;
/* 2090 */   position: absolute;
/* 2091 */   top: 50%;
/* 2092 */   width: auto;
/* 2093 */   text-align: center;
/* 2094 */   margin-top: -0.8em;
/* 2095 */   left: 8px;
/* 2096 */   right: 8px;
/* 2097 */   z-index: 1044;
/* 2098 */ }
/* 2099 */ .mfp-preloader a {
/* 2100 */   color: #cccccc;

/* td_legacy_main.css */

/* 2101 */ }
/* 2102 */ .mfp-preloader a:hover {
/* 2103 */   color: white;
/* 2104 */ }
/* 2105 */ .mfp-s-ready .mfp-preloader {
/* 2106 */   display: none;
/* 2107 */ }
/* 2108 */ .mfp-s-error .mfp-content {
/* 2109 */   display: none;
/* 2110 */ }
/* 2111 */ button.mfp-close,
/* 2112 */ button.mfp-arrow {
/* 2113 */   overflow: visible;
/* 2114 */   cursor: pointer;
/* 2115 */   background: transparent;
/* 2116 */   border: 0;
/* 2117 */   -webkit-appearance: none;
/* 2118 */   display: block;
/* 2119 */   outline: none;
/* 2120 */   padding: 0;
/* 2121 */   z-index: 1046;
/* 2122 */   -webkit-box-shadow: none;
/* 2123 */   box-shadow: none;
/* 2124 */ }
/* 2125 */ button::-moz-focus-inner {
/* 2126 */   padding: 0;
/* 2127 */   border: 0;
/* 2128 */ }
/* 2129 */ .mfp-close {
/* 2130 */   width: 44px;
/* 2131 */   height: 44px;
/* 2132 */   line-height: 44px;
/* 2133 */   position: absolute;
/* 2134 */   right: 0;
/* 2135 */   top: 0;
/* 2136 */   text-decoration: none;
/* 2137 */   text-align: center;
/* 2138 */   opacity: 0.65;
/* 2139 */   filter: alpha(opacity=65);
/* 2140 */   padding: 0 0 18px 10px;
/* 2141 */   color: white;
/* 2142 */   font-style: normal;
/* 2143 */   font-size: 28px;
/* 2144 */   font-family: Arial, Baskerville, monospace;
/* 2145 */ }
/* 2146 */ .mfp-close:hover,
/* 2147 */ .mfp-close:focus {
/* 2148 */   opacity: 1;
/* 2149 */   filter: alpha(opacity=100);
/* 2150 */ }

/* td_legacy_main.css */

/* 2151 */ .mfp-close:active {
/* 2152 */   top: 1px;
/* 2153 */ }
/* 2154 */ .mfp-close-btn-in .mfp-close {
/* 2155 */   color: #333333;
/* 2156 */ }
/* 2157 */ .mfp-image-holder .mfp-close,
/* 2158 */ .mfp-iframe-holder .mfp-close {
/* 2159 */   color: white;
/* 2160 */   right: -6px;
/* 2161 */   text-align: right;
/* 2162 */   padding-right: 6px;
/* 2163 */   width: 100%;
/* 2164 */ }
/* 2165 */ .mfp-counter {
/* 2166 */   position: absolute;
/* 2167 */   bottom: 0;
/* 2168 */   right: 0;
/* 2169 */   color: #cccccc;
/* 2170 */   padding-right: 15px;
/* 2171 */   font-size: 11px;
/* 2172 */   line-height: 18px;
/* 2173 */ }
/* 2174 */ .mfp-arrow {
/* 2175 */   font-family: 'newspaper', sans-serif;
/* 2176 */   font-size: 30px;
/* 2177 */   position: absolute;
/* 2178 */   opacity: 0.65;
/* 2179 */   filter: alpha(opacity=65);
/* 2180 */   margin: 0;
/* 2181 */   top: 50%;
/* 2182 */   margin-top: -55px;
/* 2183 */   padding: 0;
/* 2184 */   width: 90px;
/* 2185 */   height: 110px;
/* 2186 */   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* 2187 */ }
/* 2188 */ .mfp-arrow:active {
/* 2189 */   margin-top: -54px;
/* 2190 */ }
/* 2191 */ .mfp-arrow:hover,
/* 2192 */ .mfp-arrow:focus {
/* 2193 */   opacity: 1;
/* 2194 */   filter: alpha(opacity=100);
/* 2195 */ }
/* 2196 */ .mfp-arrow .mfp-b,
/* 2197 */ .mfp-arrow .mfp-a {
/* 2198 */   display: block;
/* 2199 */   width: 0;
/* 2200 */   height: 0;

/* td_legacy_main.css */

/* 2201 */   position: absolute;
/* 2202 */   left: 0;
/* 2203 */   top: 0;
/* 2204 */   margin-top: 35px;
/* 2205 */   margin-left: 35px;
/* 2206 */ }
/* 2207 */ .mfp-arrow-left {
/* 2208 */   left: 0;
/* 2209 */ }
/* 2210 */ .mfp-arrow-left:before {
/* 2211 */   content: '\e807';
/* 2212 */   color: #ffffff;
/* 2213 */ }
/* 2214 */ .mfp-arrow-right {
/* 2215 */   right: 0;
/* 2216 */ }
/* 2217 */ .mfp-arrow-right:before {
/* 2218 */   content: '\e808';
/* 2219 */   color: #ffffff;
/* 2220 */ }
/* 2221 */ .mfp-iframe-holder {
/* 2222 */   padding-top: 40px;
/* 2223 */   padding-bottom: 40px;
/* 2224 */ }
/* 2225 */ .mfp-iframe-holder .mfp-content {
/* 2226 */   line-height: 0;
/* 2227 */   width: 100%;
/* 2228 */   max-width: 900px;
/* 2229 */ }
/* 2230 */ .mfp-iframe-holder .mfp-close {
/* 2231 */   top: -40px;
/* 2232 */ }
/* 2233 */ .mfp-iframe-scaler {
/* 2234 */   width: 100%;
/* 2235 */   height: 0;
/* 2236 */   overflow: hidden;
/* 2237 */   padding-top: 56.25%;
/* 2238 */ }
/* 2239 */ .mfp-iframe-scaler iframe {
/* 2240 */   position: absolute;
/* 2241 */   display: block;
/* 2242 */   top: 0;
/* 2243 */   left: 0;
/* 2244 */   width: 100%;
/* 2245 */   height: 100%;
/* 2246 */   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
/* 2247 */   background: black;
/* 2248 */ }
/* 2249 */ /* Main image in popup */
/* 2250 */ img.mfp-img {

/* td_legacy_main.css */

/* 2251 */   width: auto;
/* 2252 */   max-width: 100%;
/* 2253 */   height: auto;
/* 2254 */   display: block;
/* 2255 */   line-height: 0;
/* 2256 */   -webkit-box-sizing: border-box;
/* 2257 */   box-sizing: border-box;
/* 2258 */   padding: 40px 0 40px;
/* 2259 */   margin: 0 auto;
/* 2260 */ }
/* 2261 */ /* The shadow behind the image */
/* 2262 */ .mfp-figure {
/* 2263 */   line-height: 0;
/* 2264 */ }
/* 2265 */ .mfp-figure:before {
/* 2266 */   bottom: 40px;
/* 2267 */   content: "";
/* 2268 */   display: block;
/* 2269 */   height: 20%;
/* 2270 */   width: 100%;
/* 2271 */   position: absolute;
/* 2272 */   z-index: 0;
/* 2273 */   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)));
/* 2274 */   /* Chrome,Safari4+ */
/* 2275 */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
/* 2276 */   /* W3C */
/* 2277 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
/* 2278 */   /* IE6-9 */
/* 2279 */   opacity: 0;
/* 2280 */   -webkit-transition: opacity 1s ease;
/* 2281 */   transition: opacity 1s ease;
/* 2282 */ }
/* 2283 */ .mfp-ready .mfp-s-ready .mfp-figure:before {
/* 2284 */   opacity: 1;
/* 2285 */ }
/* 2286 */ .mfp-figure:after {
/* 2287 */   content: '';
/* 2288 */   position: absolute;
/* 2289 */   left: 0;
/* 2290 */   top: 40px;
/* 2291 */   bottom: 40px;
/* 2292 */   display: block;
/* 2293 */   right: 0;
/* 2294 */   width: auto;
/* 2295 */   height: auto;
/* 2296 */   z-index: -1;
/* 2297 */   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
/* 2298 */   background: #444444;
/* 2299 */ }
/* 2300 */ .mfp-figure small {

/* td_legacy_main.css */

/* 2301 */   color: #bdbdbd;
/* 2302 */   display: block;
/* 2303 */   font-size: 12px;
/* 2304 */   line-height: 14px;
/* 2305 */ }
/* 2306 */ .mfp-figure figure {
/* 2307 */   margin: 0;
/* 2308 */ }
/* 2309 */ .mfp-bottom-bar {
/* 2310 */   font-size: 11px;
/* 2311 */   line-height: 18px;
/* 2312 */   margin-bottom: 50px;
/* 2313 */   position: absolute;
/* 2314 */   bottom: 0;
/* 2315 */   left: 0;
/* 2316 */   width: 100%;
/* 2317 */   cursor: auto;
/* 2318 */   padding: 0 65px 0 15px;
/* 2319 */   z-index: 1;
/* 2320 */ }
/* 2321 */ .mfp-title {
/* 2322 */   text-align: left;
/* 2323 */   line-height: 18px;
/* 2324 */   color: #f3f3f3;
/* 2325 */   word-wrap: break-word;
/* 2326 */ }
/* 2327 */ .mfp-image-holder .mfp-content {
/* 2328 */   max-width: 100%;
/* 2329 */ }
/* 2330 */ .mfp-gallery .mfp-image-holder .mfp-figure {
/* 2331 */   cursor: pointer;
/* 2332 */ }
/* 2333 */ @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/* 2334 */   /**
/* 2335 *|        * Remove all paddings around the image on small screen
/* 2336 *|        */
/* 2337 */   .mfp-img-mobile .mfp-image-holder {
/* 2338 */     padding-left: 0;
/* 2339 */     padding-right: 0;
/* 2340 */   }
/* 2341 */   .mfp-img-mobile img.mfp-img {
/* 2342 */     padding: 0;
/* 2343 */   }
/* 2344 */   .mfp-img-mobile .mfp-figure:before {
/* 2345 */     bottom: 0;
/* 2346 */   }
/* 2347 */   .mfp-img-mobile .mfp-figure:after {
/* 2348 */     top: 0;
/* 2349 */     bottom: 0;
/* 2350 */   }

/* td_legacy_main.css */

/* 2351 */   .mfp-img-mobile .mfp-figure small {
/* 2352 */     display: inline;
/* 2353 */     margin-left: 5px;
/* 2354 */   }
/* 2355 */   .mfp-img-mobile .mfp-bottom-bar {
/* 2356 */     background: rgba(0, 0, 0, 0.6);
/* 2357 */     bottom: 0;
/* 2358 */     margin: 0;
/* 2359 */     top: auto;
/* 2360 */     padding: 3px 5px;
/* 2361 */     position: fixed;
/* 2362 */     -webkit-box-sizing: border-box;
/* 2363 */     box-sizing: border-box;
/* 2364 */   }
/* 2365 */   .mfp-img-mobile .mfp-bottom-bar:empty {
/* 2366 */     padding: 0;
/* 2367 */   }
/* 2368 */   .mfp-img-mobile .mfp-counter {
/* 2369 */     right: 5px;
/* 2370 */     top: 3px;
/* 2371 */   }
/* 2372 */   .mfp-img-mobile .mfp-close {
/* 2373 */     top: 0;
/* 2374 */     right: 0;
/* 2375 */     width: 35px;
/* 2376 */     height: 35px;
/* 2377 */     line-height: 35px;
/* 2378 */     background: rgba(0, 0, 0, 0.6);
/* 2379 */     position: fixed;
/* 2380 */     text-align: center;
/* 2381 */     padding: 0;
/* 2382 */   }
/* 2383 */ }
/* 2384 */ @media all and (max-width: 900px) {
/* 2385 */   .mfp-arrow {
/* 2386 */     -webkit-transform: scale(0.75);
/* 2387 */     transform: scale(0.75);
/* 2388 */   }
/* 2389 */   .mfp-arrow-left {
/* 2390 */     -webkit-transform-origin: 0;
/* 2391 */     transform-origin: 0;
/* 2392 */   }
/* 2393 */   .mfp-arrow-right {
/* 2394 */     -webkit-transform-origin: 100%;
/* 2395 */     transform-origin: 100%;
/* 2396 */   }
/* 2397 */   .mfp-container {
/* 2398 */     padding-left: 6px;
/* 2399 */     padding-right: 6px;
/* 2400 */   }

/* td_legacy_main.css */

/* 2401 */ }
/* 2402 */ .mfp-ie7 .mfp-img {
/* 2403 */   padding: 0;
/* 2404 */ }
/* 2405 */ .mfp-ie7 .mfp-bottom-bar {
/* 2406 */   width: 600px;
/* 2407 */   left: 50%;
/* 2408 */   margin-left: -300px;
/* 2409 */   margin-top: 5px;
/* 2410 */   padding-bottom: 5px;
/* 2411 */ }
/* 2412 */ .mfp-ie7 .mfp-container {
/* 2413 */   padding: 0;
/* 2414 */ }
/* 2415 */ .mfp-ie7 .mfp-content {
/* 2416 */   padding-top: 44px;
/* 2417 */ }
/* 2418 */ .mfp-ie7 .mfp-close {
/* 2419 */   top: 0;
/* 2420 */   right: 0;
/* 2421 */   padding-top: 0;
/* 2422 */ }
/* 2423 */ /* Zoom */
/* 2424 */ .image-source-link {
/* 2425 */   color: #98C3D1;
/* 2426 */ }
/* 2427 */ .mfp-with-zoom .mfp-container,
/* 2428 */ .mfp-with-zoom.mfp-bg {
/* 2429 */   opacity: 0.001;
/* 2430 */   -webkit-backface-visibility: hidden;
/* 2431 */   /* ideally, transition speed should match zoom duration */
/* 2432 */   -webkit-transition: all 0.3s ease-out;
/* 2433 */   -moz-transition: all 0.3s ease-out;
/* 2434 */   -o-transition: all 0.3s ease-out;
/* 2435 */   transition: all 0.3s ease-out;
/* 2436 */ }
/* 2437 */ .mfp-with-zoom.mfp-ready .mfp-container {
/* 2438 */   opacity: 1;
/* 2439 */ }
/* 2440 */ .mfp-with-zoom.mfp-ready.mfp-bg {
/* 2441 */   opacity: 0.8;
/* 2442 */ }
/* 2443 */ .mfp-with-zoom.mfp-removing .mfp-container,
/* 2444 */ .mfp-with-zoom.mfp-removing.mfp-bg {
/* 2445 */   opacity: 0;
/* 2446 */ }
/* 2447 */ .mfp-bg {
/* 2448 */   z-index: 10000;
/* 2449 */ }
/* 2450 */ .mfp-wrap {

/* td_legacy_main.css */

/* 2451 */   z-index: 10000;
/* 2452 */ }
/* 2453 */ /*  ----------------------------------------------------------------------------
/* 2454 *|   Login window
/* 2455 *| */
/* 2456 */ .white-popup-block {
/* 2457 */   position: relative;
/* 2458 */   margin: 0 auto;
/* 2459 */   max-width: 500px;
/* 2460 */   min-height: 500px;
/* 2461 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 2462 */   text-align: center;
/* 2463 */   color: #fff;
/* 2464 */   vertical-align: top;
/* 2465 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
/* 2466 */   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
/* 2467 */   padding: 0 0 24px;
/* 2468 */   overflow: hidden;
/* 2469 */ }
/* 2470 */ .white-popup-block:after {
/* 2471 */   content: '';
/* 2472 */   width: 100%;
/* 2473 */   height: 100%;
/* 2474 */   position: absolute;
/* 2475 */   top: 0;
/* 2476 */   left: 0;
/* 2477 */   display: block;
/* 2478 */   background: var(--td_login_gradient_one, rgba(0, 69, 130, 0.8));
/* 2479 */   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))));
/* 2480 */   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%);
/* 2481 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a80cb', endColorstr='#42bdcd', GradientType=1);
/* 2482 */   z-index: -2;
/* 2483 */ }
/* 2484 */ .white-popup-block:before {
/* 2485 */   content: '';
/* 2486 */   width: 100%;
/* 2487 */   height: 100%;
/* 2488 */   position: absolute;
/* 2489 */   top: 0;
/* 2490 */   left: 0;
/* 2491 */   display: block;
/* 2492 */   background-repeat: var(--td_login_background_repeat, no-repeat);
/* 2493 */   background-size: var(--td_login_background_size, cover);
/* 2494 */   background-position: var(--td_login_background_position, top);
/* 2495 */   opacity: var(--td_login_background_opacity, 1);
/* 2496 */   z-index: -3;
/* 2497 */ }
/* 2498 */ .mfp-content {
/* 2499 */   /* wrapper */
/* 2500 */   /* the panel title */

/* td_legacy_main.css */

/* 2501 */   /* error message */
/* 2502 */ }
/* 2503 */ .mfp-content .td-login-wrap {
/* 2504 */   position: relative;
/* 2505 */ }
/* 2506 */ .mfp-content .td-login-wrap.td-login-wrap-fb-open .td-back-button,
/* 2507 */ .mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-title,
/* 2508 */ .mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-descr,
/* 2509 */ .mfp-content .td-login-wrap.td-login-wrap-fb-open form,
/* 2510 */ .mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-social,
/* 2511 */ .mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-info-text,
/* 2512 */ .mfp-content .td-login-wrap.td-login-wrap-fb-open #register-link {
/* 2513 */   opacity: .5;
/* 2514 */   pointer-events: none;
/* 2515 */ }
/* 2516 */ .mfp-content #login-form .td-login-wrap-fb-open + .mfp-close {
/* 2517 */   opacity: .5;
/* 2518 */   pointer-events: none;
/* 2519 */ }
/* 2520 */ .mfp-content .td-back-button {
/* 2521 */   visibility: hidden;
/* 2522 */   opacity: 0;
/* 2523 */   -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2524 */   transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2525 */   position: absolute;
/* 2526 */   top: 13px;
/* 2527 */   left: 8px;
/* 2528 */   color: var(--td_login_text_color, #ffffff);
/* 2529 */   width: 50px;
/* 2530 */   height: 50px;
/* 2531 */   z-index: 99;
/* 2532 */ }
/* 2533 */ .mfp-content .td-back-button i {
/* 2534 */   line-height: 50px;
/* 2535 */   font-size: 16px;
/* 2536 */   color: var(--td_login_text_color, #ffffff);
/* 2537 */ }
/* 2538 */ .mfp-content .td-login-inputs {
/* 2539 */   width: 100%;
/* 2540 */   display: inline-block;
/* 2541 */   position: relative;
/* 2542 */   margin-bottom: 30px;
/* 2543 */   font-size: 15px;
/* 2544 */   font-weight: 400;
/* 2545 */   color: var(--td_login_text_color, #ffffff);
/* 2546 */ }
/* 2547 */ .mfp-content .td-login-inputs label {
/* 2548 */   position: absolute;
/* 2549 */   top: 8px;
/* 2550 */   left: 0;

/* td_legacy_main.css */

/* 2551 */   text-transform: uppercase;
/* 2552 */   -webkit-transition: all 0.2s ease;
/* 2553 */   transition: all 0.2s ease;
/* 2554 */   pointer-events: none;
/* 2555 */ }
/* 2556 */ .mfp-content .td-login-inputs:after {
/* 2557 */   content: '';
/* 2558 */   position: absolute;
/* 2559 */   bottom: 0;
/* 2560 */   left: 0;
/* 2561 */   width: 100%;
/* 2562 */   height: 1px;
/* 2563 */   background-color: var(--td_login_text_color, #ffffff);
/* 2564 */   opacity: 0.3;
/* 2565 */ }
/* 2566 */ .mfp-content .td-login-input {
/* 2567 */   position: relative;
/* 2568 */   background-color: transparent !important;
/* 2569 */   height: 40px;
/* 2570 */   margin: 0 !important;
/* 2571 */   padding: 0;
/* 2572 */   box-shadow: none !important;
/* 2573 */   font-size: 15px;
/* 2574 */   color: var(--td_login_text_color, #ffffff);
/* 2575 */   outline: none;
/* 2576 */   border: 0;
/* 2577 */ }
/* 2578 */ .mfp-content .td-login-input:focus ~ label,
/* 2579 */ .mfp-content .td-login-input:valid ~ label {
/* 2580 */   top: -18px;
/* 2581 */   font-size: 11px;
/* 2582 */   opacity: 0.6;
/* 2583 */ }
/* 2584 */ .mfp-content .td-login-input:invalid {
/* 2585 */   font-style: italic;
/* 2586 */ }
/* 2587 */ .mfp-content .td-login-button {
/* 2588 */   width: 100%;
/* 2589 */   height: 50px;
/* 2590 */   background-color: var(--td_login_button_background, #ffffff);
/* 2591 */   padding: 5px 12px 6px;
/* 2592 */   margin-top: 20px;
/* 2593 */   margin-bottom: 0;
/* 2594 */   text-transform: uppercase;
/* 2595 */   text-shadow: none;
/* 2596 */   font-size: 13px;
/* 2597 */   font-weight: 600;
/* 2598 */   color: var(--td_login_button_color, #000000);
/* 2599 */   -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
/* 2600 */   box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);

/* td_legacy_main.css */

/* 2601 */   border: 0;
/* 2602 */   border-radius: 0;
/* 2603 */   -webkit-transition: background-color 0.2s ease !important;
/* 2604 */   transition: background-color 0.2s ease !important;
/* 2605 */ }
/* 2606 */ .mfp-content .td-login-button:active,
/* 2607 */ .mfp-content .td-login-button:hover {
/* 2608 */   -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
/* 2609 */   box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
/* 2610 */   background-color: var(--td_login_hover_background, #deea4b);
/* 2611 */   color: var(--td_login_hover_color, #000000);
/* 2612 */ }
/* 2613 */ .mfp-content .td-login-social {
/* 2614 */   width: 100%;
/* 2615 */   margin-top: 15px;
/* 2616 */   margin-bottom: 8px;
/* 2617 */ }
/* 2618 */ .mfp-content .td-login-info-text {
/* 2619 */   display: block;
/* 2620 */   margin-top: 3px;
/* 2621 */   font-size: 11px;
/* 2622 */   color: var(--td_login_text_color, #ffffff);
/* 2623 */ }
/* 2624 */ .mfp-content .td-login-info-text a {
/* 2625 */   color: inherit;
/* 2626 */ }
/* 2627 */ .mfp-content .td-login-info-text a:hover {
/* 2628 */   text-decoration: underline;
/* 2629 */ }
/* 2630 */ .mfp-content #register-link {
/* 2631 */   width: 100%;
/* 2632 */   display: block;
/* 2633 */   padding: 13px;
/* 2634 */   margin-top: 24px;
/* 2635 */   font-size: 13px;
/* 2636 */   text-transform: uppercase;
/* 2637 */   color: var(--td_login_text_color, #ffffff);
/* 2638 */   cursor: pointer;
/* 2639 */   position: relative;
/* 2640 */ }
/* 2641 */ .mfp-content #register-link:before {
/* 2642 */   content: '';
/* 2643 */   width: 100%;
/* 2644 */   height: 100%;
/* 2645 */   position: absolute;
/* 2646 */   top: 0;
/* 2647 */   left: 0;
/* 2648 */   border: 1px solid var(--td_login_text_color, #ffffff);
/* 2649 */   opacity: 0;
/* 2650 */   -webkit-transition: opacity 0.2s ease;

/* td_legacy_main.css */

/* 2651 */   transition: opacity 0.2s ease;
/* 2652 */ }
/* 2653 */ .mfp-content #register-link:hover:before {
/* 2654 */   opacity: 0.2;
/* 2655 */ }
/* 2656 */ .mfp-content .td-login-form-div {
/* 2657 */   padding: 0 20%;
/* 2658 */   /* responsive portrait phone */
/* 2659 */ }
/* 2660 */ @media (max-width: 480px) {
/* 2661 */   .mfp-content .td-login-form-div {
/* 2662 */     padding: 0 5%;
/* 2663 */   }
/* 2664 */ }
/* 2665 */ .mfp-content #td-login-div {
/* 2666 */   transform: translate3d(0, 0, 0);
/* 2667 */   -webkit-transform: translate3d(0, 0, 0);
/* 2668 */   -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2669 */   transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2670 */ }
/* 2671 */ .mfp-content #td-login-div.td-display-none {
/* 2672 */   display: none;
/* 2673 */   visibility: hidden;
/* 2674 */   opacity: 0;
/* 2675 */   -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2676 */   transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2677 */ }
/* 2678 */ .mfp-content .td-login-animation #td-login-div {
/* 2679 */   transform: translate3d(-300px, 0, 0);
/* 2680 */   -webkit-transform: translate3d(-300px, 0, 0);
/* 2681 */ }
/* 2682 */ .mfp-content .td-login-animation .td-back-button {
/* 2683 */   visibility: visible;
/* 2684 */   opacity: 1;
/* 2685 */ }
/* 2686 */ .mfp-content #td-register-div,
/* 2687 */ .mfp-content #td-forgot-pass-div {
/* 2688 */   display: none;
/* 2689 */   visibility: hidden;
/* 2690 */   opacity: 0;
/* 2691 */   -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2692 */   transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2693 */   transform: translate3d(300px, 0, 0);
/* 2694 */   -webkit-transform: translate3d(300px, 0, 0);
/* 2695 */ }
/* 2696 */ .mfp-content #td-register-div.td-display-block,
/* 2697 */ .mfp-content #td-forgot-pass-div.td-display-block {
/* 2698 */   display: block;
/* 2699 */   visibility: visible;
/* 2700 */   opacity: 1;

/* td_legacy_main.css */

/* 2701 */   -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2702 */   transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
/* 2703 */   transform: translate3d(0, 0, 0);
/* 2704 */   -webkit-transform: translate3d(0, 0, 0);
/* 2705 */ }
/* 2706 */ .mfp-content #login-form .mfp-close {
/* 2707 */   position: absolute;
/* 2708 */   top: 26px;
/* 2709 */   width: 20px;
/* 2710 */   height: 20px;
/* 2711 */   line-height: 0;
/* 2712 */   font-size: 0;
/* 2713 */   color: var(--td_login_text_color, #ffffff);
/* 2714 */   font-family: 'newspaper', sans-serif;
/* 2715 */ }
/* 2716 */ .mfp-content #login-form .mfp-close:before {
/* 2717 */   position: absolute;
/* 2718 */   top: 50%;
/* 2719 */   left: 50%;
/* 2720 */   transform: translate(-50%, 50%);
/* 2721 */   -webkit-transform: translate(-50%, 50%);
/* 2722 */   font-size: 16px;
/* 2723 */   vertical-align: bottom;
/* 2724 */   color: var(--td_login_text_color, #ffffff);
/* 2725 */ }
/* 2726 */ .mfp-content #login-form #login-link {
/* 2727 */   position: absolute;
/* 2728 */   left: 26px;
/* 2729 */   top: 28px;
/* 2730 */   cursor: pointer;
/* 2731 */ }
/* 2732 */ .mfp-content #login-form .mfp-close {
/* 2733 */   right: 27px;
/* 2734 */   left: auto;
/* 2735 */   opacity: 1;
/* 2736 */ }
/* 2737 */ .mfp-content #login-form .mfp-close:before {
/* 2738 */   content: '\e902';
/* 2739 */ }
/* 2740 */ .mfp-content .td-login-panel-title {
/* 2741 */   padding: 26px 0 22px 0;
/* 2742 */   line-height: 20px;
/* 2743 */   font-size: 17px;
/* 2744 */   text-transform: uppercase;
/* 2745 */   color: var(--td_login_text_color, #ffffff);
/* 2746 */   pointer-events: none;
/* 2747 */ }
/* 2748 */ .mfp-content .td-login-panel-descr {
/* 2749 */   margin-bottom: 77px;
/* 2750 */   font-size: 13px;

/* td_legacy_main.css */

/* 2751 */   line-height: 1;
/* 2752 */ }
/* 2753 */ .mfp-content .td_display_err {
/* 2754 */   color: #fff;
/* 2755 */   padding: 14px 30px;
/* 2756 */   display: none;
/* 2757 */   position: absolute;
/* 2758 */   top: 93px;
/* 2759 */   left: 0;
/* 2760 */   right: 0;
/* 2761 */   font-size: 11px;
/* 2762 */   text-transform: uppercase;
/* 2763 */   margin: 0 -40%;
/* 2764 */   line-height: 1;
/* 2765 */ }
/* 2766 */ .mfp-content .td_display_err:before {
/* 2767 */   content: '';
/* 2768 */   width: 100%;
/* 2769 */   height: 100%;
/* 2770 */   background-color: #000;
/* 2771 */   position: absolute;
/* 2772 */   top: 0;
/* 2773 */   left: 0;
/* 2774 */   opacity: 0.8;
/* 2775 */   z-index: -1;
/* 2776 */ }
/* 2777 */ .mfp-content .td_display_msg_ok:before {
/* 2778 */   background-color: #fff;
/* 2779 */   opacity: 0.1;
/* 2780 */ }
/* 2781 */ /**
/* 2782 *| tagdiv animations
/* 2783 *| -
/* 2784 *| - mfp-with-anim - has to be on the wrapper
/* 2785 *| */
/* 2786 */ .mpf-td-login-effect {
/* 2787 */   /* start state */
/* 2788 */   /* animate in */
/* 2789 */   /* animate out */
/* 2790 */ }
/* 2791 */ .mpf-td-login-effect .mfp-with-anim {
/* 2792 */   opacity: 0;
/* 2793 */   -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
/* 2794 */   transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
/* 2795 */   /* custom */
/* 2796 */   transform: perspective( 600px ) scale(0.4);
/* 2797 */   -webkit-transform: perspective( 600px ) scale(0.4);
/* 2798 */ }
/* 2799 */ .mpf-td-login-effect.mfp-bg {
/* 2800 */   opacity: 0;

/* td_legacy_main.css */

/* 2801 */   transition: all 0.3s ease-out;
/* 2802 */ }
/* 2803 */ .mpf-td-login-effect.mfp-ready .mfp-with-anim {
/* 2804 */   opacity: 1;
/* 2805 */   transform: perspective( 600px ) scale(1);
/* 2806 */   -webkit-transform: perspective( 600px ) scale(1);
/* 2807 */ }
/* 2808 */ .mpf-td-login-effect.mfp-ready.mfp-bg {
/* 2809 */   opacity: 0.8;
/* 2810 */ }
/* 2811 */ .mpf-td-login-effect.mfp-removing .mfp-with-anim {
/* 2812 */   transform: perspective( 600px ) scale(0.4);
/* 2813 */   -webkit-transform: perspective( 600px ) scale(0.4);
/* 2814 */   opacity: 0;
/* 2815 */ }
/* 2816 */ .mpf-td-login-effect.mfp-removing.mfp-bg {
/* 2817 */   opacity: 0;
/* 2818 */ }
/* 2819 */ #login_pass-mob,
/* 2820 */ #login_pass {
/* 2821 */   display: none !important;
/* 2822 */ }
/* 2823 */ .td-login-show #login_pass-mob,
/* 2824 */ .mfp-ready #login_pass {
/* 2825 */   display: inline-block !important;
/* 2826 */ }
/* 2827 */ @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) {
/* 2828 */   /*  ----------------------------------------------------------------------------
/* 2829 *|       main sprite file
/* 2830 *|   */
/* 2831 */   .td-sp {
/* 2832 */     background-image: url('../images/sprite/elements@2x.png') !important;
/* 2833 */     background-size: 90px 2100px !important;
/* 2834 */   }
/* 2835 */ }
/* 2836 */ /*
/* 2837 *|  image ads using div ----------------------------------------------------------------------
/* 2838 *|
/* 2839 *|  .td-visible-desktop - for desktop
/* 2840 *|  .td-visible-tablet-landscape - for tablet landscape
/* 2841 *|  .td-visible-tablet-portrait - for tablet portrait
/* 2842 *|  .td-visible-phone - for mobile
/* 2843 *|
/* 2844 *| */
/* 2845 */ .td-a-rec img {
/* 2846 */   display: block;
/* 2847 */ }
/* 2848 */ .td-visible-desktop {
/* 2849 */   display: table;
/* 2850 */ }

/* td_legacy_main.css */

/* 2851 */ .td-visible-tablet-landscape,
/* 2852 */ .td-visible-tablet-l,
/* 2853 */ .td-visible-tablet-portrait,
/* 2854 */ .td-visible-tablet-tp,
/* 2855 */ .td-visible-phone {
/* 2856 */   display: none;
/* 2857 */ }
/* 2858 */ /* responsive landscape landscape */
/* 2859 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2860 */   .td-visible-tablet-landscape,
/* 2861 */   .td-visible-tablet-l {
/* 2862 */     display: table;
/* 2863 */   }
/* 2864 */   .td-visible-desktop {
/* 2865 */     display: none;
/* 2866 */   }
/* 2867 */   .td-visible-tablet-portrait,
/* 2868 */   .td-visible-tablet-tp {
/* 2869 */     display: none;
/* 2870 */   }
/* 2871 */   .td-visible-phone {
/* 2872 */     display: none;
/* 2873 */   }
/* 2874 */ }
/* 2875 */ /* responsive portrait tablet */
/* 2876 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2877 */   .td-visible-tablet-portrait,
/* 2878 */   .td-visible-tablet-tp {
/* 2879 */     display: table;
/* 2880 */   }
/* 2881 */   .td-visible-desktop {
/* 2882 */     display: none;
/* 2883 */   }
/* 2884 */   .td-visible-tablet-landscape,
/* 2885 */   .td-visible-tablet-l {
/* 2886 */     display: none;
/* 2887 */   }
/* 2888 */   .td-visible-phone {
/* 2889 */     display: none;
/* 2890 */   }
/* 2891 */ }
/* 2892 */ /* responsive portrait phone */
/* 2893 */ @media (max-width: 767px) {
/* 2894 */   .td-visible-phone {
/* 2895 */     display: table;
/* 2896 */   }
/* 2897 */   .td-visible-desktop {
/* 2898 */     display: none;
/* 2899 */   }
/* 2900 */   .td-visible-tablet-landscape,

/* td_legacy_main.css */

/* 2901 */   .td-visible-tablet-l {
/* 2902 */     display: none;
/* 2903 */   }
/* 2904 */   .td-visible-tablet-portrait,
/* 2905 */   .td-visible-tablet-tp {
/* 2906 */     display: none;
/* 2907 */   }
/* 2908 */ }
/* 2909 */ /* responsive landscape desktop */
/* 2910 */ @media (min-width: 1141px) {
/* 2911 */   .td-rec-hide-on-m {
/* 2912 */     display: none !important;
/* 2913 */   }
/* 2914 */ }
/* 2915 */ /* responsive landscape tablet */
/* 2916 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2917 */   .td-rec-hide-on-tl {
/* 2918 */     display: none !important;
/* 2919 */   }
/* 2920 */ }
/* 2921 */ /* responsive portrait tablet */
/* 2922 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2923 */   .td-rec-hide-on-tp {
/* 2924 */     display: none !important;
/* 2925 */   }
/* 2926 */ }
/* 2927 */ /* responsive portrait phone */
/* 2928 */ @media (max-width: 767px) {
/* 2929 */   .td-rec-hide-on-p {
/* 2930 */     display: none !important;
/* 2931 */   }
/* 2932 */ }
/* 2933 */ /* Header Image & Google AD */
/* 2934 */ .td-header-rec-wrap {
/* 2935 */   position: relative;
/* 2936 */   min-height: 90px;
/* 2937 */   /* responsive portrait tablet */
/* 2938 */   /* responsive portrait phone */
/* 2939 */ }
/* 2940 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2941 */   .td-header-rec-wrap {
/* 2942 */     min-height: 60px;
/* 2943 */   }
/* 2944 */ }
/* 2945 */ @media (max-width: 767px) {
/* 2946 */   .td-header-rec-wrap {
/* 2947 */     margin-left: auto;
/* 2948 */     margin-right: auto;
/* 2949 */     display: table;
/* 2950 */     min-height: 0 !important;

/* td_legacy_main.css */

/* 2951 */   }
/* 2952 */ }
/* 2953 */ .td-header-rec-wrap .td-adspot-title {
/* 2954 */   margin-bottom: -21px;
/* 2955 */   position: relative;
/* 2956 */   top: 3px;
/* 2957 */   /* responsive portrait tablet */
/* 2958 */ }
/* 2959 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2960 */   .td-header-rec-wrap .td-adspot-title {
/* 2961 */     margin-bottom: -14px;
/* 2962 */     top: 0;
/* 2963 */   }
/* 2964 */ }
/* 2965 */ @media (max-width: 767px) {
/* 2966 */   .td-header-rec-wrap .td-adspot-title {
/* 2967 */     top: 0;
/* 2968 */     margin-bottom: -10px;
/* 2969 */   }
/* 2970 */ }
/* 2971 */ .td-header-sp-recs {
/* 2972 */   padding: 0 !important;
/* 2973 */   width: 728px;
/* 2974 */   position: relative;
/* 2975 */   min-height: 0 !important;
/* 2976 */   /* responsive portrait tablet */
/* 2977 */   /* responsive portrait phone */
/* 2978 */ }
/* 2979 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2980 */   .td-header-sp-recs {
/* 2981 */     width: 470px;
/* 2982 */   }
/* 2983 */ }
/* 2984 */ @media (max-width: 767px) {
/* 2985 */   .td-header-sp-recs {
/* 2986 */     width: 100%;
/* 2987 */   }
/* 2988 */ }
/* 2989 */ .td-header-sp-recs img,
/* 2990 */ .td-header-sp-recs .adsbygoogle {
/* 2991 */   position: absolute;
/* 2992 */   margin: auto;
/* 2993 */   top: 0;
/* 2994 */   bottom: 0;
/* 2995 */   left: 0;
/* 2996 */   right: 0;
/* 2997 */   /* responsive portrait phone */
/* 2998 */ }
/* 2999 */ @media (max-width: 767px) {
/* 3000 */   .td-header-sp-recs img,

/* td_legacy_main.css */

/* 3001 */   .td-header-sp-recs .adsbygoogle {
/* 3002 */     position: relative;
/* 3003 */     display: table;
/* 3004 */     margin: 10px auto;
/* 3005 */     width: 100%;
/* 3006 */   }
/* 3007 */ }
/* 3008 */ .td-a-rec-id-smart_list_6 img,
/* 3009 */ .td-a-rec-id-smart_list_7 img,
/* 3010 */ .td-a-rec-id-smart_list_8 img,
/* 3011 */ .td-a-rec-id-post_style_12 img,
/* 3012 */ .td-a-rec-id-sidebar img,
/* 3013 */ .td-a-rec-id-content_top img,
/* 3014 */ .td-a-rec-id-content_inline img,
/* 3015 */ .td-a-rec-id-content_bottom img,
/* 3016 */ .td-a-rec-id-custom_ad_1 img,
/* 3017 */ .td-a-rec-id-custom_ad_2 img,
/* 3018 */ .td-a-rec-id-custom_ad_3 img,
/* 3019 */ .td-a-rec-id-custom_ad_4 img,
/* 3020 */ .td-a-rec-id-custom_ad_5 img {
/* 3021 */   width: 100%;
/* 3022 */ }
/* 3023 */ /*
/* 3024 *|
/* 3025 *|  sidebar ads
/* 3026 *|
/* 3027 *|
/* 3028 *| */
/* 3029 */ .td-g-rec-id-sidebar {
/* 3030 */   text-align: center;
/* 3031 */ }
/* 3032 */ .td-g-rec-id-sidebar .adsbygoogle {
/* 3033 */   margin-bottom: 44px;
/* 3034 */ }
/* 3035 */ .td-visible-desktop,
/* 3036 */ .td-visible-tablet-landscape,
/* 3037 */ .td-visible-tablet-l,
/* 3038 */ .td-visible-tablet-portrait,
/* 3039 */ .td-visible-tablet-tp,
/* 3040 */ .td-visible-phone {
/* 3041 */   margin-left: auto;
/* 3042 */   margin-right: auto;
/* 3043 */ }
/* 3044 */ .td-a-rec-id-sidebar > div {
/* 3045 */   margin-bottom: 48px;
/* 3046 */ }
/* 3047 */ .td-a-rec-id-sidebar .td-block-title-wrap {
/* 3048 */   margin-bottom: 26px;
/* 3049 */ }
/* 3050 */ .td-a-rec-id-sidebar .td-block-title-wrap + .td-adspot-title {

/* td_legacy_main.css */

/* 3051 */   margin-top: -9px;
/* 3052 */ }
/* 3053 */ .td-g-rec-id-post_style_12,
/* 3054 */ .td-g-rec-id-content_top,
/* 3055 */ .td-g-rec-id-content_bottom {
/* 3056 */   clear: both;
/* 3057 */ }
/* 3058 */ .td-g-rec-id-post_style_12 .adsbygoogle,
/* 3059 */ .td-g-rec-id-content_top .adsbygoogle,
/* 3060 */ .td-g-rec-id-content_bottom .adsbygoogle {
/* 3061 */   margin-bottom: 21px;
/* 3062 */   position: relative;
/* 3063 */   left: 50%;
/* 3064 */   transform: translateX(-50%);
/* 3065 */   -webkit-transform: translateX(-50%);
/* 3066 */ }
/* 3067 */ .td-a-rec-id-post_style_12,
/* 3068 */ .td-a-rec-id-content_top,
/* 3069 */ .td-a-rec-id-content_bottom {
/* 3070 */   clear: both;
/* 3071 */   text-align: center;
/* 3072 */ }
/* 3073 */ .td-a-rec-id-post_style_12 > div,
/* 3074 */ .td-a-rec-id-content_top > div,
/* 3075 */ .td-a-rec-id-content_bottom > div {
/* 3076 */   margin-bottom: 21px;
/* 3077 */ }
/* 3078 */ .td-a-rec-id-post_style_12 img,
/* 3079 */ .td-a-rec-id-content_top img,
/* 3080 */ .td-a-rec-id-content_bottom img {
/* 3081 */   margin-bottom: 0;
/* 3082 */ }
/* 3083 */ .td-a-rec-id-post_style_12 .td-adspot-title,
/* 3084 */ .td-a-rec-id-post_style_13 .td-adspot-title {
/* 3085 */   margin-bottom: -9px;
/* 3086 */ }
/* 3087 */ .td-g-rec-id-smart_list_6,
/* 3088 */ .td-g-rec-id-smart_list_7,
/* 3089 */ .td-g-rec-id-smart_list_8 {
/* 3090 */   clear: both;
/* 3091 */ }
/* 3092 */ .td-g-rec-id-smart_list_6 .adsbygoogle,
/* 3093 */ .td-g-rec-id-smart_list_7 .adsbygoogle,
/* 3094 */ .td-g-rec-id-smart_list_8 .adsbygoogle {
/* 3095 */   margin-top: 0;
/* 3096 */   margin-bottom: 16px;
/* 3097 */   position: relative;
/* 3098 */   left: 50%;
/* 3099 */   transform: translateX(-50%);
/* 3100 */   -webkit-transform: translateX(-50%);

/* td_legacy_main.css */

/* 3101 */ }
/* 3102 */ .td-a-rec-id-smart_list_6,
/* 3103 */ .td-a-rec-id-smart_list_7,
/* 3104 */ .td-a-rec-id-smart_list_8 {
/* 3105 */   clear: both;
/* 3106 */   text-align: center;
/* 3107 */ }
/* 3108 */ .td-a-rec-id-smart_list_6 > div,
/* 3109 */ .td-a-rec-id-smart_list_7 > div,
/* 3110 */ .td-a-rec-id-smart_list_8 > div {
/* 3111 */   margin-top: 0;
/* 3112 */   margin-bottom: 16px;
/* 3113 */ }
/* 3114 */ .td-a-rec-id-smart_list_6 img,
/* 3115 */ .td-a-rec-id-smart_list_7 img,
/* 3116 */ .td-a-rec-id-smart_list_8 img {
/* 3117 */   margin: 0;
/* 3118 */ }
/* 3119 */ .td-g-rec-id-smart_list_7 .adsbygoogle {
/* 3120 */   margin-bottom: 21px;
/* 3121 */ }
/* 3122 */ .td-a-rec-id-smart_list_7 > div {
/* 3123 */   margin-bottom: 26px;
/* 3124 */ }
/* 3125 */ .td-a-rec-id-smart_list_7 img {
/* 3126 */   margin-bottom: 0;
/* 3127 */ }
/* 3128 */ .td-g-rec-id-content_inline .adsbygoogle {
/* 3129 */   margin-bottom: 21px;
/* 3130 */   position: relative;
/* 3131 */   left: 50%;
/* 3132 */   transform: translateX(-50%);
/* 3133 */   -webkit-transform: translateX(-50%);
/* 3134 */ }
/* 3135 */ .td-g-rec-id-content_inlineleft,
/* 3136 */ .td-a-rec-id-content_inlineleft {
/* 3137 */   float: left;
/* 3138 */   /* responsive portrait phone */
/* 3139 */ }
/* 3140 */ .td-g-rec-id-content_inlineleft .td-adspot-title,
/* 3141 */ .td-a-rec-id-content_inlineleft .td-adspot-title {
/* 3142 */   margin-right: 21px;
/* 3143 */ }
/* 3144 */ @media (max-width: 767px) {
/* 3145 */   .td-g-rec-id-content_inlineleft .td-adspot-title,
/* 3146 */   .td-a-rec-id-content_inlineleft .td-adspot-title {
/* 3147 */     margin: 0;
/* 3148 */   }
/* 3149 */ }
/* 3150 */ .td-g-rec-id-content_inlineleft > div,

/* td_legacy_main.css */

/* 3151 */ .td-a-rec-id-content_inlineleft > div,
/* 3152 */ .td-g-rec-id-content_inlineleft .adsbygoogle,
/* 3153 */ .td-a-rec-id-content_inlineleft .adsbygoogle {
/* 3154 */   margin-bottom: 15px;
/* 3155 */   margin-top: 9px;
/* 3156 */   margin-right: 21px;
/* 3157 */   /* responsive portrait phone */
/* 3158 */ }
/* 3159 */ @media (max-width: 767px) {
/* 3160 */   .td-g-rec-id-content_inlineleft > div,
/* 3161 */   .td-a-rec-id-content_inlineleft > div,
/* 3162 */   .td-g-rec-id-content_inlineleft .adsbygoogle,
/* 3163 */   .td-a-rec-id-content_inlineleft .adsbygoogle {
/* 3164 */     margin: 0 auto 26px auto;
/* 3165 */   }
/* 3166 */ }
/* 3167 */ .td-g-rec-id-content_inlineleft img,
/* 3168 */ .td-a-rec-id-content_inlineleft img {
/* 3169 */   margin-bottom: 0;
/* 3170 */ }
/* 3171 */ @media (max-width: 767px) {
/* 3172 */   .td-g-rec-id-content_inlineleft,
/* 3173 */   .td-a-rec-id-content_inlineleft {
/* 3174 */     float: none;
/* 3175 */     text-align: center;
/* 3176 */   }
/* 3177 */ }
/* 3178 */ .td-g-rec-id-content_inlineright,
/* 3179 */ .td-a-rec-id-content_inlineright {
/* 3180 */   float: right;
/* 3181 */   /* responsive portrait phone */
/* 3182 */ }
/* 3183 */ .td-g-rec-id-content_inlineright .td-adspot-title,
/* 3184 */ .td-a-rec-id-content_inlineright .td-adspot-title {
/* 3185 */   margin-left: 21px;
/* 3186 */   margin-bottom: -6px;
/* 3187 */ }
/* 3188 */ @media (max-width: 767px) {
/* 3189 */   .td-g-rec-id-content_inlineright .td-adspot-title,
/* 3190 */   .td-a-rec-id-content_inlineright .td-adspot-title {
/* 3191 */     margin: 0;
/* 3192 */   }
/* 3193 */ }
/* 3194 */ .td-g-rec-id-content_inlineright > div,
/* 3195 */ .td-a-rec-id-content_inlineright > div,
/* 3196 */ .td-g-rec-id-content_inlineright .adsbygoogle,
/* 3197 */ .td-a-rec-id-content_inlineright .adsbygoogle {
/* 3198 */   margin-bottom: 15px;
/* 3199 */   margin-top: 6px;
/* 3200 */   margin-left: 21px;

/* td_legacy_main.css */

/* 3201 */   /* responsive portrait phone */
/* 3202 */ }
/* 3203 */ @media (max-width: 767px) {
/* 3204 */   .td-g-rec-id-content_inlineright > div,
/* 3205 */   .td-a-rec-id-content_inlineright > div,
/* 3206 */   .td-g-rec-id-content_inlineright .adsbygoogle,
/* 3207 */   .td-a-rec-id-content_inlineright .adsbygoogle {
/* 3208 */     margin: 0 auto 26px auto;
/* 3209 */   }
/* 3210 */ }
/* 3211 */ .td-g-rec-id-content_inlineright img,
/* 3212 */ .td-a-rec-id-content_inlineright img {
/* 3213 */   margin-bottom: 0;
/* 3214 */ }
/* 3215 */ @media (max-width: 767px) {
/* 3216 */   .td-g-rec-id-content_inlineright,
/* 3217 */   .td-a-rec-id-content_inlineright {
/* 3218 */     float: none;
/* 3219 */     text-align: center;
/* 3220 */   }
/* 3221 */ }
/* 3222 */ .td-a-rec-id-footer_top,
/* 3223 */ .td-g-rec-id-footer_top {
/* 3224 */   display: table;
/* 3225 */   position: relative;
/* 3226 */   text-align: center;
/* 3227 */   margin: -12px auto 40px auto;
/* 3228 */ }
/* 3229 */ .td-a-rec-id-footer_top > div img,
/* 3230 */ .td-g-rec-id-footer_top > div img {
/* 3231 */   /* responsive portrait phone */
/* 3232 */ }
/* 3233 */ @media (max-width: 767px) {
/* 3234 */   .td-a-rec-id-footer_top > div img,
/* 3235 */   .td-g-rec-id-footer_top > div img {
/* 3236 */     width: 100%;
/* 3237 */   }
/* 3238 */ }
/* 3239 */ .td-a-rec-id-footer_top .td-adspot-title,
/* 3240 */ .td-g-rec-id-footer_top .td-adspot-title {
/* 3241 */   margin-top: -21px;
/* 3242 */ }
/* 3243 */ .td-g-rec-id-custom_ad_1,
/* 3244 */ .td-g-rec-id-custom_ad_2,
/* 3245 */ .td-g-rec-id-custom_ad_3,
/* 3246 */ .td-g-rec-id-custom_ad_4,
/* 3247 */ .td-g-rec-id-custom_ad_5 {
/* 3248 */   text-align: center;
/* 3249 */   display: table;
/* 3250 */   margin-left: auto;

/* td_legacy_main.css */

/* 3251 */   margin-right: auto;
/* 3252 */   position: relative;
/* 3253 */ }
/* 3254 */ .td-g-rec-id-custom_ad_1 .adsbygoogle,
/* 3255 */ .td-g-rec-id-custom_ad_2 .adsbygoogle,
/* 3256 */ .td-g-rec-id-custom_ad_3 .adsbygoogle,
/* 3257 */ .td-g-rec-id-custom_ad_4 .adsbygoogle,
/* 3258 */ .td-g-rec-id-custom_ad_5 .adsbygoogle {
/* 3259 */   margin-bottom: 44px;
/* 3260 */ }
/* 3261 */ .td-a-rec-id-custom_ad_1,
/* 3262 */ .td-a-rec-id-custom_ad_2,
/* 3263 */ .td-a-rec-id-custom_ad_3,
/* 3264 */ .td-a-rec-id-custom_ad_4,
/* 3265 */ .td-a-rec-id-custom_ad_5 {
/* 3266 */   text-align: center;
/* 3267 */   display: table;
/* 3268 */   margin-left: auto;
/* 3269 */   margin-right: auto;
/* 3270 */   position: relative;
/* 3271 */ }
/* 3272 */ .td-a-rec-id-custom_ad_1 > div,
/* 3273 */ .td-a-rec-id-custom_ad_2 > div,
/* 3274 */ .td-a-rec-id-custom_ad_3 > div,
/* 3275 */ .td-a-rec-id-custom_ad_4 > div,
/* 3276 */ .td-a-rec-id-custom_ad_5 > div {
/* 3277 */   margin-bottom: 44px;
/* 3278 */ }
/* 3279 */ .td-a-rec-id-custom_ad_1 .td-block-title-wrap,
/* 3280 */ .td-a-rec-id-custom_ad_2 .td-block-title-wrap,
/* 3281 */ .td-a-rec-id-custom_ad_3 .td-block-title-wrap,
/* 3282 */ .td-a-rec-id-custom_ad_4 .td-block-title-wrap,
/* 3283 */ .td-a-rec-id-custom_ad_5 .td-block-title-wrap {
/* 3284 */   margin-bottom: 26px;
/* 3285 */ }
/* 3286 */ .td-a-rec-id-custom_ad_1 .td-block-title-wrap + .td-adspot-title,
/* 3287 */ .td-a-rec-id-custom_ad_2 .td-block-title-wrap + .td-adspot-title,
/* 3288 */ .td-a-rec-id-custom_ad_3 .td-block-title-wrap + .td-adspot-title,
/* 3289 */ .td-a-rec-id-custom_ad_4 .td-block-title-wrap + .td-adspot-title,
/* 3290 */ .td-a-rec-id-custom_ad_5 .td-block-title-wrap + .td-adspot-title {
/* 3291 */   margin-top: -9px;
/* 3292 */ }
/* 3293 */ .td-adspot-title {
/* 3294 */   color: #767676;
/* 3295 */   font-size: 10px;
/* 3296 */   text-align: center;
/* 3297 */   display: block;
/* 3298 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 3299 */   line-height: 21px;
/* 3300 */ }

/* td_legacy_main.css */

/* 3301 */ .td-g-rec-id-post_style_1 {
/* 3302 */   /* responsive portrait phone */
/* 3303 */ }
/* 3304 */ .td-g-rec-id-post_style_1 .adsbygoogle {
/* 3305 */   margin-bottom: 15px;
/* 3306 */ }
/* 3307 */ @media (max-width: 767px) {
/* 3308 */   .td-g-rec-id-post_style_1 {
/* 3309 */     text-align: center;
/* 3310 */   }
/* 3311 */ }
/* 3312 */ .td-a-rec-id-post_style_1 img {
/* 3313 */   width: 100%;
/* 3314 */ }
/* 3315 */ .td-g-rec-id-post_style_11 {
/* 3316 */   /* responsive portrait tablet */
/* 3317 */   /* responsive portrait phone */
/* 3318 */ }
/* 3319 */ .td-g-rec-id-post_style_11 .adsbygoogle {
/* 3320 */   margin-bottom: 21px;
/* 3321 */   /* responsive portrait tablet */
/* 3322 */ }
/* 3323 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3324 */   .td-g-rec-id-post_style_11 .adsbygoogle {
/* 3325 */     margin-bottom: 0;
/* 3326 */   }
/* 3327 */ }
/* 3328 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3329 */   .td-g-rec-id-post_style_11 {
/* 3330 */     text-align: center;
/* 3331 */   }
/* 3332 */ }
/* 3333 */ @media (max-width: 767px) {
/* 3334 */   .td-g-rec-id-post_style_11 {
/* 3335 */     text-align: center;
/* 3336 */   }
/* 3337 */ }
/* 3338 */ .td-a-rec-id-post_style_11 {
/* 3339 */   /* responsive portrait tablet */
/* 3340 */ }
/* 3341 */ .td-a-rec-id-post_style_11 > div {
/* 3342 */   margin-bottom: 21px;
/* 3343 */   margin-left: 0;
/* 3344 */   margin-right: 0;
/* 3345 */   /* responsive portrait tablet */
/* 3346 */ }
/* 3347 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3348 */   .td-a-rec-id-post_style_11 > div {
/* 3349 */     margin-bottom: 0;
/* 3350 */   }

/* td_legacy_main.css */

/* 3351 */ }
/* 3352 */ @media (max-width: 1018px) {
/* 3353 */   .td-a-rec-id-post_style_11 > div {
/* 3354 */     margin-right: auto;
/* 3355 */     margin-left: auto;
/* 3356 */   }
/* 3357 */ }
/* 3358 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3359 */   .td-a-rec-id-post_style_11 {
/* 3360 */     text-align: center;
/* 3361 */   }
/* 3362 */ }
/* 3363 */ .td-a-rec-id-post_style_11 img {
/* 3364 */   width: 100%;
/* 3365 */ }
/* 3366 */ .td-a-rec-id-post_style_11 .td-adspot-title {
/* 3367 */   text-align: left;
/* 3368 */ }
/* 3369 */ .td-all-devices {
/* 3370 */   display: table;
/* 3371 */   margin-left: auto;
/* 3372 */   margin-right: auto;
/* 3373 */ }
/* 3374 */ .td-all-devices img {
/* 3375 */   display: block;
/* 3376 */ }
/* 3377 */ .td-a-rec-id-custom-spot {
/* 3378 */   margin-bottom: 0;
/* 3379 */   text-align: center;
/* 3380 */   /* responsive landscape tablet */
/* 3381 */   /* responsive landscape tablet */
/* 3382 */   /* responsive portrait tablet */
/* 3383 */   /* responsive portrait phone */
/* 3384 */ }
/* 3385 */ .td-a-rec-id-custom-spot img {
/* 3386 */   margin: 0 auto;
/* 3387 */ }
/* 3388 */ .td-a-rec-id-custom-spot .td_spot_img_tl,
/* 3389 */ .td-a-rec-id-custom-spot .td_spot_img_tp,
/* 3390 */ .td-a-rec-id-custom-spot .td_spot_img_mob {
/* 3391 */   display: none;
/* 3392 */ }
/* 3393 */ @media (min-width: 1140px) {
/* 3394 */   .td-a-rec-id-custom-spot .td-spot-id-spot_img_all {
/* 3395 */     display: block;
/* 3396 */   }
/* 3397 */ }
/* 3398 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3399 */   .td-a-rec-id-custom-spot .td_spot_img_tl {
/* 3400 */     display: block;

/* td_legacy_main.css */

/* 3401 */   }
/* 3402 */ }
/* 3403 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3404 */   .td-a-rec-id-custom-spot .td_spot_img_tp {
/* 3405 */     display: block;
/* 3406 */   }
/* 3407 */ }
/* 3408 */ @media (max-width: 767px) {
/* 3409 */   .td-a-rec-id-custom-spot .td_spot_img_mob {
/* 3410 */     display: block;
/* 3411 */   }
/* 3412 */ }
/* 3413 */ .tdc-placeholder-title {
/* 3414 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 3415 */   height: 50px;
/* 3416 */   border: 1px solid #ebebeb;
/* 3417 */   text-align: center;
/* 3418 */   font-size: 12px;
/* 3419 */   line-height: 50px;
/* 3420 */   display: block;
/* 3421 */   color: #666;
/* 3422 */   margin-left: auto;
/* 3423 */   margin-right: auto;
/* 3424 */   position: relative;
/* 3425 */ }
/* 3426 */ .td-spot-id-header {
/* 3427 */   position: relative !important;
/* 3428 */   margin-bottom: 0;
/* 3429 */   width: 728px;
/* 3430 */   height: 90px;
/* 3431 */   margin-left: auto;
/* 3432 */   margin-right: auto;
/* 3433 */   /* responsive portrait tablet */
/* 3434 */   /* responsive portrait phone */
/* 3435 */ }
/* 3436 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3437 */   .td-spot-id-header {
/* 3438 */     width: 468px;
/* 3439 */   }
/* 3440 */ }
/* 3441 */ @media (max-width: 767px) {
/* 3442 */   .td-spot-id-header {
/* 3443 */     position: relative;
/* 3444 */     width: 320px;
/* 3445 */     height: 50px;
/* 3446 */     margin: 10px auto;
/* 3447 */   }
/* 3448 */ }
/* 3449 */ .td-spot-id-header .tdc-placeholder-title {
/* 3450 */   position: absolute;

/* td_legacy_main.css */

/* 3451 */   top: 0;
/* 3452 */   bottom: 0;
/* 3453 */   left: 0;
/* 3454 */   right: 0;
/* 3455 */   margin: auto;
/* 3456 */   height: 90px;
/* 3457 */   line-height: 90px;
/* 3458 */   /* responsive portrait tablet */
/* 3459 */   /* responsive portrait phone */
/* 3460 */ }
/* 3461 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3462 */   .td-spot-id-header .tdc-placeholder-title {
/* 3463 */     height: 60px;
/* 3464 */     line-height: 60px;
/* 3465 */   }
/* 3466 */ }
/* 3467 */ @media (max-width: 767px) {
/* 3468 */   .td-spot-id-header .tdc-placeholder-title {
/* 3469 */     height: 50px;
/* 3470 */     line-height: 50px;
/* 3471 */   }
/* 3472 */ }
/* 3473 */ .td-spot-id-header .tdc-placeholder-title:before {
/* 3474 */   content: 'Header ad';
/* 3475 */ }
/* 3476 */ .td-spot-id-content_top .tdc-placeholder-title:before {
/* 3477 */   content: 'Article Top Ad' !important;
/* 3478 */ }
/* 3479 */ .td-spot-id-content_inline .tdc-placeholder-title:before {
/* 3480 */   content: 'Article Inline Ad' !important;
/* 3481 */ }
/* 3482 */ .td-spot-id-content_bottom .tdc-placeholder-title:before {
/* 3483 */   content: 'Article Bottom Ad' !important;
/* 3484 */ }
/* 3485 */ [class*="td-spot-id-smart_list"] .tdc-placeholder-title:before {
/* 3486 */   content: 'Smart List Ad' !important;
/* 3487 */ }
/* 3488 */ .td-spot-id-post_style_11 .tdc-placeholder-title:before {
/* 3489 */   content: 'Post Style 11 Ad' !important;
/* 3490 */ }
/* 3491 */ .td-spot-id-post_style_12 .tdc-placeholder-title:before {
/* 3492 */   content: 'Post Style 12 & 13 Ad' !important;
/* 3493 */ }
/* 3494 */ [class*="td-spot-id-custom_ad"] .tdc-placeholder-title,
/* 3495 */ .td-spot-id-post_style_12 .tdc-placeholder-title,
/* 3496 */ .td-spot-id-video_modal .tdc-placeholder-title {
/* 3497 */   border-color: #ebebeb;
/* 3498 */   max-width: 728px;
/* 3499 */   height: 90px;
/* 3500 */   margin-left: auto;

/* td_legacy_main.css */

/* 3501 */   margin-right: auto;
/* 3502 */   position: relative;
/* 3503 */   /* responsive portrait tablet */
/* 3504 */   /* responsive portrait phone */
/* 3505 */ }
/* 3506 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3507 */   [class*="td-spot-id-custom_ad"] .tdc-placeholder-title,
/* 3508 */   .td-spot-id-post_style_12 .tdc-placeholder-title,
/* 3509 */   .td-spot-id-video_modal .tdc-placeholder-title {
/* 3510 */     width: 468px;
/* 3511 */     height: 60px;
/* 3512 */   }
/* 3513 */ }
/* 3514 */ @media (max-width: 767px) {
/* 3515 */   [class*="td-spot-id-custom_ad"] .tdc-placeholder-title,
/* 3516 */   .td-spot-id-post_style_12 .tdc-placeholder-title,
/* 3517 */   .td-spot-id-video_modal .tdc-placeholder-title {
/* 3518 */     position: relative;
/* 3519 */     width: 320px;
/* 3520 */     height: 50px;
/* 3521 */   }
/* 3522 */ }
/* 3523 */ [class*="td-spot-id-custom_ad"] .tdc-placeholder-title:before,
/* 3524 */ .td-spot-id-post_style_12 .tdc-placeholder-title:before,
/* 3525 */ .td-spot-id-video_modal .tdc-placeholder-title:before {
/* 3526 */   position: absolute;
/* 3527 */   top: 50%;
/* 3528 */   transform: translateY(-50%);
/* 3529 */   -webkit-transform: translateY(-50%);
/* 3530 */   margin: auto;
/* 3531 */   display: table;
/* 3532 */   width: 100%;
/* 3533 */ }
/* 3534 */ [class*="td-spot-id-custom_ad"] .td-adspot-title,
/* 3535 */ .td-spot-id-post_style_12 .td-adspot-title,
/* 3536 */ .td-spot-id-video_modal .td-adspot-title {
/* 3537 */   display: block;
/* 3538 */ }
/* 3539 */ .td-spot-id-sidebar .tdc-placeholder-title,
/* 3540 */ [class*="td-spot-id-content"] .tdc-placeholder-title,
/* 3541 */ .td-spot-id-post_style_11 .tdc-placeholder-title,
/* 3542 */ .td-pb-span4 [class*="td-spot-id-custom_ad"] .tdc-placeholder-title {
/* 3543 */   border-color: #ebebeb;
/* 3544 */   max-width: 300px;
/* 3545 */   height: 250px;
/* 3546 */   margin-left: auto;
/* 3547 */   margin-right: auto;
/* 3548 */   /* responsive portrait tablet */
/* 3549 */ }
/* 3550 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_legacy_main.css */

/* 3551 */   .td-spot-id-sidebar .tdc-placeholder-title,
/* 3552 */   [class*="td-spot-id-content"] .tdc-placeholder-title,
/* 3553 */   .td-spot-id-post_style_11 .tdc-placeholder-title,
/* 3554 */   .td-pb-span4 [class*="td-spot-id-custom_ad"] .tdc-placeholder-title {
/* 3555 */     width: 200px;
/* 3556 */     height: 200px;
/* 3557 */   }
/* 3558 */ }
/* 3559 */ .td-spot-id-sidebar .tdc-placeholder-title:before,
/* 3560 */ [class*="td-spot-id-content"] .tdc-placeholder-title:before,
/* 3561 */ .td-spot-id-post_style_11 .tdc-placeholder-title:before,
/* 3562 */ .td-pb-span4 [class*="td-spot-id-custom_ad"] .tdc-placeholder-title:before {
/* 3563 */   position: absolute;
/* 3564 */   top: 50%;
/* 3565 */   transform: translateY(-50%);
/* 3566 */   -webkit-transform: translateY(-50%);
/* 3567 */   margin: auto;
/* 3568 */   display: table;
/* 3569 */   width: 100%;
/* 3570 */ }
/* 3571 */ .td-spot-id-sidebar .td-adspot-title,
/* 3572 */ [class*="td-spot-id-content"] .td-adspot-title,
/* 3573 */ .td-spot-id-post_style_11 .td-adspot-title,
/* 3574 */ .td-pb-span4 [class*="td-spot-id-custom_ad"] .td-adspot-title {
/* 3575 */   display: block;
/* 3576 */ }
/* 3577 */ .td-spot-id-sidebar .tdc-placeholder-title:before {
/* 3578 */   content: 'Sidebar ad';
/* 3579 */ }
/* 3580 */ .td-spot-id-footer_top {
/* 3581 */   position: relative !important;
/* 3582 */   margin-bottom: 0;
/* 3583 */   width: 728px;
/* 3584 */   height: 90px;
/* 3585 */   margin-left: auto;
/* 3586 */   margin-right: auto;
/* 3587 */   /* responsive portrait tablet */
/* 3588 */   /* responsive portrait phone */
/* 3589 */ }
/* 3590 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3591 */   .td-spot-id-footer_top {
/* 3592 */     width: 468px;
/* 3593 */   }
/* 3594 */ }
/* 3595 */ @media (max-width: 767px) {
/* 3596 */   .td-spot-id-footer_top {
/* 3597 */     position: relative;
/* 3598 */     width: 320px;
/* 3599 */     height: 50px;
/* 3600 */     margin: 10px auto;

/* td_legacy_main.css */

/* 3601 */   }
/* 3602 */ }
/* 3603 */ .td-spot-id-footer_top .tdc-placeholder-title {
/* 3604 */   height: 90px;
/* 3605 */   line-height: 90px;
/* 3606 */   /* responsive portrait tablet */
/* 3607 */   /* responsive portrait phone */
/* 3608 */ }
/* 3609 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3610 */   .td-spot-id-footer_top .tdc-placeholder-title {
/* 3611 */     height: 60px;
/* 3612 */     line-height: 60px;
/* 3613 */   }
/* 3614 */ }
/* 3615 */ @media (max-width: 767px) {
/* 3616 */   .td-spot-id-footer_top .tdc-placeholder-title {
/* 3617 */     height: 50px;
/* 3618 */     line-height: 50px;
/* 3619 */   }
/* 3620 */ }
/* 3621 */ .td-spot-id-footer_top .tdc-placeholder-title:before {
/* 3622 */   content: 'Footer top ad';
/* 3623 */ }
/* 3624 */ .td-spot-id-custom_ad_1 .tdc-placeholder-title:before {
/* 3625 */   content: 'Custom ad 1' !important;
/* 3626 */ }
/* 3627 */ .td-spot-id-custom_ad_2 .tdc-placeholder-title:before {
/* 3628 */   content: 'Custom ad 2' !important;
/* 3629 */ }
/* 3630 */ .td-spot-id-custom_ad_3 .tdc-placeholder-title:before {
/* 3631 */   content: 'Custom ad 3' !important;
/* 3632 */ }
/* 3633 */ .td-spot-id-custom_ad_4 .tdc-placeholder-title:before {
/* 3634 */   content: 'Custom ad 4' !important;
/* 3635 */ }
/* 3636 */ .td-spot-id-custom_ad_5 .tdc-placeholder-title:before {
/* 3637 */   content: 'Custom ad 5' !important;
/* 3638 */ }
/* 3639 */ .td-spot-id-custom_ad_code .tdc-placeholder-title:before {
/* 3640 */   content: 'Custom ad code' !important;
/* 3641 */ }
/* 3642 */ .td-spot-id-custom_ad_img .tdc-placeholder-title:before {
/* 3643 */   content: 'Custom image ad' !important;
/* 3644 */ }
/* 3645 */ .td-spot-id-video_modal .tdc-placeholder-title:before {
/* 3646 */   content: 'Video modal ad' !important;
/* 3647 */ }
/* 3648 */ /*  ----------------------------------------------------------------------------
/* 3649 *|     social counter plugin
/* 3650 *| */

/* td_legacy_main.css */

/* 3651 */ .td-footer-wrapper .td_social_type:hover .td-social-box {
/* 3652 */   background-color: #444;
/* 3653 */ }
/* 3654 */ .td-footer-wrapper .td-social-style1 .td_social_type .td-social-box,
/* 3655 */ .td-footer-wrapper .td-social-style7 .td_social_type .td-social-box {
/* 3656 */   background-color: #444;
/* 3657 */ }
/* 3658 */ .td-footer-wrapper .td-social-style2,
/* 3659 */ .td-footer-wrapper .td-social-style8 {
/* 3660 */   color: #fff;
/* 3661 */ }
/* 3662 */ .td-footer-wrapper .td-social-style2 .td_social_type,
/* 3663 */ .td-footer-wrapper .td-social-style8 .td_social_type {
/* 3664 */   color: #fff;
/* 3665 */ }
/* 3666 */ .td-footer-wrapper .td-social-style2 .td_social_type:hover,
/* 3667 */ .td-footer-wrapper .td-social-style8 .td_social_type:hover {
/* 3668 */   color: #999;
/* 3669 */ }
/* 3670 */ .td-footer-wrapper .td-social-style2 .td_social_type:hover a,
/* 3671 */ .td-footer-wrapper .td-social-style8 .td_social_type:hover a {
/* 3672 */   color: #999;
/* 3673 */ }
/* 3674 */ .td-footer-wrapper .td-social-style2 .td_social_type:hover .td-social-box,
/* 3675 */ .td-footer-wrapper .td-social-style8 .td_social_type:hover .td-social-box {
/* 3676 */   background-color: transparent;
/* 3677 */ }
/* 3678 */ .td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,
/* 3679 */ .td-footer-wrapper .td-social-style8 .td_social_type .td-social-box {
/* 3680 */   border-color: #444;
/* 3681 */ }
/* 3682 */ .td-footer-wrapper .td-social-style2 .td_social_type a,
/* 3683 */ .td-footer-wrapper .td-social-style8 .td_social_type a {
/* 3684 */   color: #fff;
/* 3685 */ }
/* 3686 */ .td-footer-wrapper .td-social-style2 .td_social_type .td_social_button,
/* 3687 */ .td-footer-wrapper .td-social-style8 .td_social_type .td_social_button {
/* 3688 */   border-color: #444;
/* 3689 */ }
/* 3690 */ .td-footer-wrapper .td-social-style3,
/* 3691 */ .td-footer-wrapper .td-social-style4 {
/* 3692 */   color: #fff;
/* 3693 */ }
/* 3694 */ .td-footer-wrapper .td-social-style3 .td_social_type a,
/* 3695 */ .td-footer-wrapper .td-social-style4 .td_social_type a {
/* 3696 */   color: #fff;
/* 3697 */ }
/* 3698 */ .td-footer-wrapper .td-social-style3 .td_social_type:hover,
/* 3699 */ .td-footer-wrapper .td-social-style4 .td_social_type:hover {
/* 3700 */   color: #999;

/* td_legacy_main.css */

/* 3701 */ }
/* 3702 */ .td-footer-wrapper .td-social-style3 .td_social_type:hover a,
/* 3703 */ .td-footer-wrapper .td-social-style4 .td_social_type:hover a {
/* 3704 */   color: #999;
/* 3705 */ }
/* 3706 */ .td-footer-wrapper .td-social-style9,
/* 3707 */ .td-footer-wrapper .td-social-style10 {
/* 3708 */   color: #fff;
/* 3709 */ }
/* 3710 */ .td-footer-wrapper .td-social-style9 .td_social_type:hover,
/* 3711 */ .td-footer-wrapper .td-social-style10 .td_social_type:hover {
/* 3712 */   color: #999;
/* 3713 */ }
/* 3714 */ .td-footer-wrapper .td-social-style9 .td_social_type:hover .td-social-box,
/* 3715 */ .td-footer-wrapper .td-social-style10 .td_social_type:hover .td-social-box {
/* 3716 */   background-color: transparent;
/* 3717 */ }
/* 3718 */ .td-container-wrap {
/* 3719 */   background-color: var(--td_container_transparent, #ffffff);
/* 3720 */   margin-left: auto;
/* 3721 */   margin-right: auto;
/* 3722 */ }
/* 3723 */ .td-boxed-layout .td-container-wrap {
/* 3724 */   width: 1164px;
/* 3725 */ }
/* 3726 */ @media (max-width: 1180px) {
/* 3727 */   .td-boxed-layout .td-container-wrap {
/* 3728 */     width: 100%;
/* 3729 */   }
/* 3730 */ }
/* 3731 */ .td-boxed-layout .td-container-wrap.td-main-page-wrap {
/* 3732 */   overflow: hidden;
/* 3733 */ }
/* 3734 */ .backstretch {
/* 3735 */   width: 100%;
/* 3736 */   height: 100%;
/* 3737 */   position: fixed;
/* 3738 */   z-index: -99999;
/* 3739 */   top: 0;
/* 3740 */ }
/* 3741 */ body .td-backstretch {
/* 3742 */   max-width: none;
/* 3743 */   opacity: 0;
/* 3744 */   transition: opacity 2s;
/* 3745 */   display: block;
/* 3746 */ }
/* 3747 */ body .td-stretch-width {
/* 3748 */   height: auto;
/* 3749 */   width: 100.03%;
/* 3750 */   margin: 0;

/* td_legacy_main.css */

/* 3751 */   position: relative;
/* 3752 */   left: 50%;
/* 3753 */   transform: translateX(-50%);
/* 3754 */   -webkit-transform: translateX(-50%);
/* 3755 */ }
/* 3756 */ body .td-stretch-height {
/* 3757 */   position: relative;
/* 3758 */   height: 100%;
/* 3759 */   width: auto;
/* 3760 */   left: 50%;
/* 3761 */   transform: translateX(-50%);
/* 3762 */   -webkit-transform: translateX(-50%);
/* 3763 */ }
/* 3764 */ body.td-background-link {
/* 3765 */   cursor: pointer;
/* 3766 */ }
/* 3767 */ body.td-background-link .td-container-wrap,
/* 3768 */ body.td-background-link .td-header-container,
/* 3769 */ body.td-background-link .td-post-header,
/* 3770 */ body.td-background-link .td-container {
/* 3771 */   cursor: auto;
/* 3772 */ }
/* 3773 */ /* ---------
/* 3774 *| ---- GENERAL.
/* 3775 *| --------- */
/* 3776 */ .td-scroll-up {
/* 3777 */   position: fixed;
/* 3778 */   bottom: 4px;
/* 3779 */   right: 5px;
/* 3780 */   cursor: pointer;
/* 3781 */   z-index: 9999;
/* 3782 */ }
/* 3783 */ .ie9 .td-scroll-up {
/* 3784 */   bottom: -70px;
/* 3785 */ }
/* 3786 */ .ie9 .td-scroll-up-visible {
/* 3787 */   bottom: 5px;
/* 3788 */ }
/* 3789 */ @media (max-width: 767px) {
/* 3790 */   .td-scroll-up.td-hide-scroll-up-on-mob {
/* 3791 */     display: none !important;
/* 3792 */   }
/* 3793 */ }
/* 3794 */ /* ---------
/* 3795 *| ---- STYLES.
/* 3796 *| --------- */
/* 3797 */ /* --
/* 3798 *| -- Style 1.
/* 3799 *| -- */
/* 3800 */ .td-scroll-up[data-style="style1"] {

/* td_legacy_main.css */

/* 3801 */   display: none;
/* 3802 */   width: 40px;
/* 3803 */   height: 40px;
/* 3804 */   background-color: var(--td_theme_color, #4db2ec);
/* 3805 */   transform: translate3d(0, 70px, 0);
/* 3806 */   transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
/* 3807 */ }
/* 3808 */ .td-scroll-up[data-style="style1"].td-scroll-up-visible {
/* 3809 */   transform: translate3d(0, 0, 0);
/* 3810 */ }
/* 3811 */ .td-scroll-up[data-style="style1"] .td-icon-menu-up {
/* 3812 */   position: relative;
/* 3813 */   color: #fff;
/* 3814 */   font-size: 20px;
/* 3815 */   display: block;
/* 3816 */   text-align: center;
/* 3817 */   width: 40px;
/* 3818 */   top: 7px;
/* 3819 */ }
/* 3820 */ .td-js-loaded .td-scroll-up[data-style="style1"] {
/* 3821 */   display: block !important;
/* 3822 */ }
/* 3823 */ .td-md-is-android .td-scroll-up[data-style="style1"] .td-icon-menu-up {
/* 3824 */   padding-top: 1px;
/* 3825 */ }
/* 3826 */ /* --
/* 3827 *| -- Style 2.
/* 3828 *| -- */
/* 3829 */ .td-scroll-up[data-style="style2"] {
/* 3830 */   transform: scale(0.8);
/* 3831 */   height: 40px;
/* 3832 */   width: 40px;
/* 3833 */   border-radius: 50px;
/* 3834 */   box-shadow: inset 0 0 0 2px #e7e7e7;
/* 3835 */   opacity: 0;
/* 3836 */   visibility: hidden;
/* 3837 */   transition: opacity 0.2s ease-in-out;
/* 3838 */   pointer-events: none;
/* 3839 */ }
/* 3840 */ .td-scroll-up[data-style="style2"].td-scroll-up-visible {
/* 3841 */   opacity: 1;
/* 3842 */   visibility: visible;
/* 3843 */   pointer-events: auto;
/* 3844 */   transform: scale(1);
/* 3845 */ }
/* 3846 */ .td-scroll-up[data-style="style2"] .td-scroll-up-tooltip {
/* 3847 */   position: absolute;
/* 3848 */   right: 0;
/* 3849 */   bottom: calc(100% + 10px);
/* 3850 */   transform: translateY(-20px);

/* td_legacy_main.css */

/* 3851 */   background-color: var(--td_black, #222222);
/* 3852 */   padding: 5px 6px 6px;
/* 3853 */   min-width: 69px;
/* 3854 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 3855 */   font-size: 10px;
/* 3856 */   line-height: 1.1;
/* 3857 */   text-align: center;
/* 3858 */   color: #fff;
/* 3859 */   border-radius: 5px;
/* 3860 */   opacity: 0;
/* 3861 */   transition: all 0.2s ease-in-out;
/* 3862 */   pointer-events: none;
/* 3863 */ }
/* 3864 */ .td-scroll-up[data-style="style2"] .td-scroll-up-tt-arrow {
/* 3865 */   position: absolute;
/* 3866 */   right: 10px;
/* 3867 */   bottom: -5px;
/* 3868 */   fill: var(--td_black, #222222);
/* 3869 */ }
/* 3870 */ .td-scroll-up[data-style="style2"] .td-scroll-up-arrow {
/* 3871 */   position: absolute;
/* 3872 */   top: 50%;
/* 3873 */   left: 50%;
/* 3874 */   transform: translate(-50%, -50%);
/* 3875 */   width: 22px;
/* 3876 */   height: auto;
/* 3877 */   fill: var(--td_black, #222222);
/* 3878 */   line-height: 0;
/* 3879 */   transition: all 0.2s ease-in-out;
/* 3880 */ }
/* 3881 */ .td-scroll-up[data-style="style2"] .td-scroll-up-progress-circle {
/* 3882 */   transition: opacity 0.2s ease-in-out;
/* 3883 */ }
/* 3884 */ .td-scroll-up[data-style="style2"] .td-scroll-up-progress-circle path {
/* 3885 */   fill: none;
/* 3886 */   stroke: var(--td_black, #222222);
/* 3887 */   stroke-width: 4;
/* 3888 */   box-sizing: border-box;
/* 3889 */   transition: stroke-dashoffset 10ms linear 0s;
/* 3890 */   stroke-dasharray: 307.919, 307.919;
/* 3891 */ }
/* 3892 */ .td-scroll-up[data-style="style2"]:hover .td-scroll-up-tooltip {
/* 3893 */   transform: translateY(0);
/* 3894 */   opacity: 1;
/* 3895 */ }
/* 3896 */ .td-scroll-up[data-style="style2"]:hover .td-scroll-up-arrow {
/* 3897 */   width: 28px;
/* 3898 */ }
/* 3899 */ .td-scroll-up[data-style="style2"]:hover .td-scroll-up-progress-circle {
/* 3900 */   opacity: 0;

/* td_legacy_main.css */

/* 3901 */ }
/* 3902 */ /* theme style customizer */
/* 3903 */ .td-right-demos-button {
/* 3904 */   font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
/* 3905 */   position: fixed;
/* 3906 */   right: 10px;
/* 3907 */   z-index: 10000;
/* 3908 */   background: #ffffff;
/* 3909 */   color: #000;
/* 3910 */   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
/* 3911 */   border-radius: 6px;
/* 3912 */   text-align: center;
/* 3913 */   font-size: 11px;
/* 3914 */   line-height: 32px;
/* 3915 */   width: 76px;
/* 3916 */   transition: all 0.15s ease;
/* 3917 */   /* responsive portrait phone */
/* 3918 */ }
/* 3919 */ @media (max-width: 767px) {
/* 3920 */   .td-right-demos-button {
/* 3921 */     display: none;
/* 3922 */   }
/* 3923 */ }
/* 3924 */ .td-right-demos-button:hover {
/* 3925 */   color: #1d6df7;
/* 3926 */ }
/* 3927 */ #td-theme-demos-button {
/* 3928 */   top: 80px;
/* 3929 */ }
/* 3930 */ #td-theme-hosting-button {
/* 3931 */   top: 116px;
/* 3932 */   border: 1px solid #1d6df7;
/* 3933 */ }
/* 3934 */ #td-theme-services-button {
/* 3935 */   top: 154px;
/* 3936 */ }
/* 3937 */ #td-theme-buy-button {
/* 3938 */   top: 190px;
/* 3939 */ }
/* 3940 */ .td-vm-wrap {
/* 3941 */   position: fixed;
/* 3942 */   top: 0;
/* 3943 */   left: 0;
/* 3944 */   display: flex;
/* 3945 */   flex-direction: column;
/* 3946 */   align-items: center;
/* 3947 */   justify-content: center;
/* 3948 */   width: 100%;
/* 3949 */   height: 100%;
/* 3950 */   z-index: 10001;

/* td_legacy_main.css */

/* 3951 */   opacity: 0;
/* 3952 */   -webkit-transition: all 0.2s;
/* 3953 */   transition: all 0.2s;
/* 3954 */ }
/* 3955 */ .td-vm-wrap.td-vm-open {
/* 3956 */   opacity: 1;
/* 3957 */ }
/* 3958 */ .td-vm-wrap .td-vm-overlay {
/* 3959 */   content: '';
/* 3960 */   position: absolute;
/* 3961 */   top: 0;
/* 3962 */   left: 0;
/* 3963 */   width: 100%;
/* 3964 */   height: 100%;
/* 3965 */   background-color: rgba(0, 0, 0, 0.85);
/* 3966 */   z-index: -1;
/* 3967 */ }
/* 3968 */ .td-vm-wrap .td-vm-title {
/* 3969 */   margin: 0 0 20px;
/* 3970 */   font-size: 16px;
/* 3971 */   line-height: 21px;
/* 3972 */   text-align: center;
/* 3973 */ }
/* 3974 */ .td-vm-wrap .td-vm-title a {
/* 3975 */   color: #fff;
/* 3976 */ }
/* 3977 */ .td-vm-wrap .td-vm-content-wrap {
/* 3978 */   background-color: #000;
/* 3979 */   padding: 40px 80px;
/* 3980 */   box-sizing: content-box;
/* 3981 */   transform: translateY(-30px);
/* 3982 */   -webkit-transform: translateY(-30px);
/* 3983 */   -webkit-transition: all 0.3s ease-in-out;
/* 3984 */   transition: all 0.3s ease-in-out;
/* 3985 */ }
/* 3986 */ .td-vm-wrap .td-vm-content-wrap.td-vm-content-wrap-visible {
/* 3987 */   transform: translateY(0);
/* 3988 */   -webkit-transform: translateY(0);
/* 3989 */ }
/* 3990 */ .td-vm-wrap .td-vm-content {
/* 3991 */   position: relative;
/* 3992 */ }
/* 3993 */ .td-vm-wrap .td-vm-content .wpb_video_wrapper {
/* 3994 */   opacity: 0;
/* 3995 */   -webkit-transition: all 0.3s;
/* 3996 */   transition: all 0.3s;
/* 3997 */   z-index: 3;
/* 3998 */ }
/* 3999 */ .td-vm-wrap .td-vm-content .wpb_video_wrapper.td-vm-iframe-visible {
/* 4000 */   opacity: 1;

/* td_legacy_main.css */

/* 4001 */ }
/* 4002 */ .td-vm-wrap .td-vm-content video {
/* 4003 */   width: 100%;
/* 4004 */ }
/* 4005 */ .td-vm-wrap .td-vm-content-loading {
/* 4006 */   position: absolute;
/* 4007 */   top: 50%;
/* 4008 */   left: 50%;
/* 4009 */   transform: translate(-50%, -50%);
/* 4010 */   -webkit-transform: translate(-50%, -50%);
/* 4011 */   width: 50px;
/* 4012 */   height: 50px;
/* 4013 */   margin-top: -28px;
/* 4014 */   margin-left: -28px;
/* 4015 */   -webkit-transition: opacity 0.3s;
/* 4016 */   transition: opacity 0.3s;
/* 4017 */   border: 3px solid #fff;
/* 4018 */   border-left-color: transparent;
/* 4019 */   border-right-color: transparent;
/* 4020 */   border-radius: 50%;
/* 4021 */   -webkit-animation: fullspin 1s infinite ease-out;
/* 4022 */   animation: fullspin 1s infinite ease-out;
/* 4023 */   z-index: 2;
/* 4024 */ }
/* 4025 */ .td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content {
/* 4026 */   width: 100%;
/* 4027 */   height: 0;
/* 4028 */   padding-bottom: 56.25%;
/* 4029 */   background-color: #000;
/* 4030 */ }
/* 4031 */ .td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content .wpb_video_wrapper,
/* 4032 */ .td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content iframe {
/* 4033 */   position: absolute;
/* 4034 */   top: 0;
/* 4035 */   left: 0;
/* 4036 */   width: 100% !important;
/* 4037 */   height: 100% !important;
/* 4038 */ }
/* 4039 */ .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
/* 4040 */ .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
/* 4041 */   width: 886px;
/* 4042 */   height: auto;
/* 4043 */   /* responsive landscape tablet */
/* 4044 */   /* responsive portrait tablet */
/* 4045 */   /* responsive portrait phone */
/* 4046 */ }
/* 4047 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 4048 */   .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
/* 4049 */   .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
/* 4050 */     width: 860px;

/* td_legacy_main.css */

/* 4051 */   }
/* 4052 */ }
/* 4053 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4054 */   .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
/* 4055 */   .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
/* 4056 */     width: 700px;
/* 4057 */   }
/* 4058 */ }
/* 4059 */ @media (max-width: 767px) {
/* 4060 */   .td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
/* 4061 */   .td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
/* 4062 */     width: 100%;
/* 4063 */     padding-left: 20px;
/* 4064 */     padding-right: 20px;
/* 4065 */   }
/* 4066 */ }
/* 4067 */ .td-vm-wrap:not(.td-vm-facebook) .td-vm-content,
/* 4068 */ .td-vm-wrap:not(.td-vm-twitter) .td-vm-content {
/* 4069 */   min-height: 200px;
/* 4070 */ }
/* 4071 */ .td-vm-wrap.td-vm-facebook blockquote,
/* 4072 */ .td-vm-wrap.td-vm-twitter blockquote {
/* 4073 */   display: none;
/* 4074 */ }
/* 4075 */ .td-vm-wrap.td-vm-facebook .fb-video {
/* 4076 */   display: block;
/* 4077 */   width: 550px !important;
/* 4078 */   height: auto !important;
/* 4079 */   margin: 0 auto;
/* 4080 */ }
/* 4081 */ .td-vm-wrap .td-vm-rec-wrap {
/* 4082 */   display: block;
/* 4083 */   margin-top: 24px;
/* 4084 */   position: relative;
/* 4085 */   left: 50%;
/* 4086 */   transform: translateX(-50%);
/* 4087 */   text-align: center;
/* 4088 */ }
/* 4089 */ .td-vm-wrap .td-vm-rec-wrap .td-vm-rec-title {
/* 4090 */   font-size: 10px;
/* 4091 */   text-align: center;
/* 4092 */   color: #bbbbbb;
/* 4093 */ }
/* 4094 */ .td-vm-wrap .td-vm-close {
/* 4095 */   position: absolute;
/* 4096 */   top: 50px;
/* 4097 */   right: 50px;
/* 4098 */   font-size: 22px;
/* 4099 */   color: #fff;
/* 4100 */   cursor: pointer;

/* td_legacy_main.css */

/* 4101 */   -webkit-transition: all 0.2s;
/* 4102 */   transition: all 0.2s;
/* 4103 */   /* responsive landscape tablet */
/* 4104 */   /* responsive portrait tablet */
/* 4105 */   /* responsive portrait phone */
/* 4106 */ }
/* 4107 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 4108 */   .td-vm-wrap .td-vm-close {
/* 4109 */     top: 40px;
/* 4110 */     right: 40px;
/* 4111 */     font-size: 20px;
/* 4112 */   }
/* 4113 */ }
/* 4114 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4115 */   .td-vm-wrap .td-vm-close {
/* 4116 */     top: 36px;
/* 4117 */     right: 36px;
/* 4118 */     font-size: 19px;
/* 4119 */   }
/* 4120 */ }
/* 4121 */ @media (max-width: 767px) {
/* 4122 */   .td-vm-wrap .td-vm-close {
/* 4123 */     top: 25px;
/* 4124 */     right: 20px;
/* 4125 */     font-size: 18px;
/* 4126 */   }
/* 4127 */ }
/* 4128 */ .td-vm-wrap .td-vm-close:hover {
/* 4129 */   transform: rotate(90deg);
/* 4130 */   -webkit-transform: rotate(90deg);
/* 4131 */ }
/* 4132 */ .td-vm-wrap .td-vm-close i {
/* 4133 */   pointer-events: none;
/* 4134 */ }
/* 4135 */ .admin-bar .td-vm-close {
/* 4136 */   top: 72px;
/* 4137 */   /* responsive portrait phone */
/* 4138 */ }
/* 4139 */ @media (max-width: 767px) {
/* 4140 */   .admin-bar .td-vm-close {
/* 4141 */     top: 71px;
/* 4142 */   }
/* 4143 */ }
/* 4144 */ @-webkit-keyframes fullspin {
/* 4145 */   0% {
/* 4146 */     -webkit-transform: rotate(0);
/* 4147 */     transform: rotate(0);
/* 4148 */   }
/* 4149 */   100% {
/* 4150 */     -webkit-transform: rotate(360deg);

/* td_legacy_main.css */

/* 4151 */     transform: rotate(360deg);
/* 4152 */   }
/* 4153 */ }
/* 4154 */ @keyframes fullspin {
/* 4155 */   0% {
/* 4156 */     -webkit-transform: rotate(0);
/* 4157 */     transform: rotate(0);
/* 4158 */   }
/* 4159 */   100% {
/* 4160 */     -webkit-transform: rotate(360deg);
/* 4161 */     transform: rotate(360deg);
/* 4162 */   }
/* 4163 */ }
/* 4164 */ .wp-block-video.td-video-fixed,
/* 4165 */ .td_wrapper_video_playlist.td-video-fixed,
/* 4166 */ .wp-block-embed__wrapper.td-video-fixed,
/* 4167 */ .wpb_video_wrapper.td-video-fixed {
/* 4168 */   position: fixed !important;
/* 4169 */   right: 0 !important;
/* 4170 */   top: 300px !important;
/* 4171 */   bottom: auto !important;
/* 4172 */   left: auto !important;
/* 4173 */   z-index: 9999 !important;
/* 4174 */   margin: 0 !important;
/* 4175 */   padding: 0 !important;
/* 4176 */   -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
/* 4177 */   box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
/* 4178 */ }
/* 4179 */ .wp-block-video.td-video-fixed .td_container_video_playlist,
/* 4180 */ .td_wrapper_video_playlist.td-video-fixed .td_container_video_playlist,
/* 4181 */ .wp-block-embed__wrapper.td-video-fixed .td_container_video_playlist,
/* 4182 */ .wpb_video_wrapper.td-video-fixed .td_container_video_playlist {
/* 4183 */   display: none;
/* 4184 */ }
/* 4185 */ .wp-block-video.td-video-fixed-left,
/* 4186 */ .td_wrapper_video_playlist.td-video-fixed-left,
/* 4187 */ .wp-block-embed__wrapper.td-video-fixed-left,
/* 4188 */ .wpb_video_wrapper.td-video-fixed-left {
/* 4189 */   left: 0 !important;
/* 4190 */   right: auto !important;
/* 4191 */ }
/* 4192 */ .wp-block-video.td-video-fixed-left .td_container_video_playlist,
/* 4193 */ .td_wrapper_video_playlist.td-video-fixed-left .td_container_video_playlist,
/* 4194 */ .wp-block-embed__wrapper.td-video-fixed-left .td_container_video_playlist,
/* 4195 */ .wpb_video_wrapper.td-video-fixed-left .td_container_video_playlist {
/* 4196 */   display: none;
/* 4197 */ }
/* 4198 */ .wp-block-video.td-video-fixed-bottom,
/* 4199 */ .td_wrapper_video_playlist.td-video-fixed-bottom,
/* 4200 */ .wp-block-embed__wrapper.td-video-fixed-bottom,

/* td_legacy_main.css */

/* 4201 */ .wpb_video_wrapper.td-video-fixed-bottom {
/* 4202 */   top: auto !important;
/* 4203 */   bottom: 300px !important;
/* 4204 */ }
/* 4205 */ .wp-block-video.td-video-fixed-bottom .td_container_video_playlist,
/* 4206 */ .td_wrapper_video_playlist.td-video-fixed-bottom .td_container_video_playlist,
/* 4207 */ .wp-block-embed__wrapper.td-video-fixed-bottom .td_container_video_playlist,
/* 4208 */ .wpb_video_wrapper.td-video-fixed-bottom .td_container_video_playlist {
/* 4209 */   display: none;
/* 4210 */ }
/* 4211 */ .td-close-video-fixed {
/* 4212 */   display: none;
/* 4213 */   position: absolute;
/* 4214 */   right: 10px;
/* 4215 */   top: 10px;
/* 4216 */   background-color: var(--td_theme_color, #4db2ec);
/* 4217 */   color: #fff;
/* 4218 */   padding: 7px;
/* 4219 */   cursor: pointer;
/* 4220 */   z-index: 1;
/* 4221 */ }
/* 4222 */ .td-close-video-fixed i {
/* 4223 */   font-size: 11px;
/* 4224 */ }
/* 4225 */ .td-video-fixed .td-close-video-fixed {
/* 4226 */   display: flex !important;
/* 4227 */   justify-content: center;
/* 4228 */   align-items: center;
/* 4229 */ }
/* 4230 */ .td-sticky-video .td-footer-template-wrap {
/* 4231 */   z-index: -1;
/* 4232 */ }
/* 4233 */ /*  ----------------------------------------------------------------------------
/* 4234 *|   Social login
/* 4235 *| */
/* 4236 */ .td-login-social {
/* 4237 */   display: flex;
/* 4238 */   align-items: center;
/* 4239 */   justify-content: center;
/* 4240 */   -webkit-appearance: none;
/* 4241 */   padding: 11px 20px 12px;
/* 4242 */   font-size: 14px;
/* 4243 */   line-height: 1;
/* 4244 */   color: #fff;
/* 4245 */   border: none;
/* 4246 */   border-radius: 4px;
/* 4247 */   outline: none !important;
/* 4248 */   transition: background-color 0.1s ease-in-out;
/* 4249 */ }
/* 4250 */ .td-login-social:disabled {

/* td_legacy_main.css */

/* 4251 */   pointer-events: none;
/* 4252 */ }
/* 4253 */ .td-login-fb {
/* 4254 */   background-color: #1778f2;
/* 4255 */ }
/* 4256 */ .td-login-fb:before {
/* 4257 */   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>');
/* 4258 */   margin-right: 10px;
/* 4259 */   line-height: 0;
/* 4260 */ }
/* 4261 */ .td-login-fb:hover {
/* 4262 */   background-color: #0d6ce3;
/* 4263 */ }
/* 4264 */ .td-login-fb:disabled {
/* 4265 */   background-color: #92c0f7;
/* 4266 */ }
/* 4267 */ /*
/* 4268 *|     GENERAL
/* 4269 *| */
/* 4270 */ .wpb_heading {
/* 4271 */   background-color: #222;
/* 4272 */   color: #fff;
/* 4273 */   display: inline-block;
/* 4274 */   padding: 8px 12px;
/* 4275 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4276 */   font-size: 14px;
/* 4277 */   line-height: 1;
/* 4278 */   margin-bottom: 26px;
/* 4279 */   margin-top: 0;
/* 4280 */ }
/* 4281 */ /*
/* 4282 *|     Single Image
/* 4283 *| */
/* 4284 */ .vc_single_image-img {
/* 4285 */   display: block;
/* 4286 */ }
/* 4287 */ /*
/* 4288 *|     Text block
/* 4289 *| */
/* 4290 */ .wpb_text_column h1:first-child,
/* 4291 */ .wpb_text_column h2:first-child,
/* 4292 */ .wpb_text_column h3:first-child,
/* 4293 */ .wpb_text_column h4:first-child,
/* 4294 */ .wpb_text_column h5:first-child {
/* 4295 */   margin-top: 0;
/* 4296 */ }
/* 4297 */ /*
/* 4298 *|     FAQ - toggle
/* 4299 *| */
/* 4300 */ .vc_toggle_title {

/* td_legacy_main.css */

/* 4301 */   padding: 7px 13px 8px 36px !important;
/* 4302 */   margin: 0;
/* 4303 */ }
/* 4304 */ .vc_toggle_content {
/* 4305 */   padding-left: 15px !important;
/* 4306 */ }
/* 4307 */ .vc_toggle_active .vc_toggle_title {
/* 4308 */   background-color: #fcfcfc !important;
/* 4309 */ }
/* 4310 */ .vc_toggle_title {
/* 4311 */   border: 1px solid var(--td_grid_border_color, #ededed);
/* 4312 */ }
/* 4313 */ .vc_toggle_title:hover {
/* 4314 */   background-color: #fcfcfc !important;
/* 4315 */ }
/* 4316 */ .vc_toggle_title h4 {
/* 4317 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4318 */   font-size: 14px;
/* 4319 */   line-height: 21px;
/* 4320 */   font-weight: 400;
/* 4321 */ }
/* 4322 */ .vc_toggle_title .vc_toggle_icon {
/* 4323 */   left: 10px !important;
/* 4324 */ }
/* 4325 */ .vc_toggle {
/* 4326 */   margin-bottom: 10px !important;
/* 4327 */ }
/* 4328 */ .vc_toggle.vc_toggle_size_md .vc_toggle_title {
/* 4329 */   padding: 11px 13px 10px 45px !important;
/* 4330 */ }
/* 4331 */ .vc_toggle.vc_toggle_size_lg .vc_toggle_title {
/* 4332 */   padding: 14px 13px 14px 48px !important;
/* 4333 */ }
/* 4334 */ /*
/* 4335 *|     Image gallery
/* 4336 *| */
/* 4337 */ .wpb_gallery .flexslider {
/* 4338 */   overflow: hidden;
/* 4339 */   border: 0;
/* 4340 */   border-radius: 0;
/* 4341 */   box-shadow: none;
/* 4342 */   position: relative;
/* 4343 */ }
/* 4344 */ .wpb_gallery .nivoSlider {
/* 4345 */   box-shadow: none !important;
/* 4346 */ }
/* 4347 */ .wpb_gallery .post-title {
/* 4348 */   font-size: 26px;
/* 4349 */   line-height: 31px;
/* 4350 */   margin-bottom: 10px;

/* td_legacy_main.css */

/* 4351 */   margin-top: 10px;
/* 4352 */ }
/* 4353 */ .wpb_gallery .wpb_flexslider .flex-control-nav {
/* 4354 */   bottom: 0;
/* 4355 */   z-index: 2;
/* 4356 */ }
/* 4357 */ /*
/* 4358 *|     Image carousel
/* 4359 *| */
/* 4360 */ .wpb_content_element .icon-next:before {
/* 4361 */   font-family: 'newspaper', sans-serif !important;
/* 4362 */   content: '\e808' !important;
/* 4363 */   color: #ffffff;
/* 4364 */   font-size: 30px;
/* 4365 */   top: 0 !important;
/* 4366 */ }
/* 4367 */ .wpb_content_element .icon-prev:before {
/* 4368 */   font-family: 'newspaper', sans-serif !important;
/* 4369 */   content: '\e807' !important;
/* 4370 */   color: #ffffff;
/* 4371 */   font-size: 30px;
/* 4372 */   top: 0 !important;
/* 4373 */ }
/* 4374 */ /*
/* 4375 *|     Tabs
/* 4376 *| */
/* 4377 */ .wpb_tabs .wpb_tab {
/* 4378 */   background-color: #fff !important;
/* 4379 */   padding: 0 !important;
/* 4380 */ }
/* 4381 */ .wpb_tabs .wpb_tabs_nav {
/* 4382 */   border-bottom: 2px solid var(--td_header_color, #222222);
/* 4383 */   margin-bottom: 26px;
/* 4384 */ }
/* 4385 */ .wpb_tabs li a {
/* 4386 */   background-color: #fff;
/* 4387 */   color: #222;
/* 4388 */   padding: 8px 12px 5px 12px !important;
/* 4389 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4390 */   font-size: 14px;
/* 4391 */   line-height: 15px;
/* 4392 */   font-weight: 400;
/* 4393 */   white-space: nowrap;
/* 4394 */ }
/* 4395 */ .wpb_tabs li.ui-tabs-active a,
/* 4396 */ .wpb_tabs li:hover a {
/* 4397 */   background-color: var(--td_text_header_color, #222222);
/* 4398 */   color: var(--td_text_header_color, #ffffff);
/* 4399 */ }
/* 4400 */ @-moz-document url-prefix() {

/* td_legacy_main.css */

/* 4401 */   .wpb_tabs li a {
/* 4402 */     padding: 7px 12px 5px 12px !important;
/* 4403 */     line-height: 16px;
/* 4404 */   }
/* 4405 */ }
/* 4406 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic {
/* 4407 */   margin-bottom: 22px;
/* 4408 */ }
/* 4409 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
/* 4410 */   padding-bottom: 0;
/* 4411 */   /* responsive portrait phone */
/* 4412 */ }
/* 4413 */ @media (max-width: 767px) {
/* 4414 */   .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
/* 4415 */     padding-bottom: 12px;
/* 4416 */   }
/* 4417 */ }
/* 4418 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
/* 4419 */   background-color: transparent;
/* 4420 */   border: none;
/* 4421 */ }
/* 4422 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
/* 4423 */   margin-bottom: 26px !important;
/* 4424 */   margin-right: 0;
/* 4425 */   border-bottom: 2px solid var(--td_header_color, var(--td_theme_color, #4db2ec));
/* 4426 */   display: block;
/* 4427 */ }
/* 4428 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
/* 4429 */   padding: 0;
/* 4430 */ }
/* 4431 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
/* 4432 */   margin: 0;
/* 4433 */ }
/* 4434 */ .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,
/* 4435 */ .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 {
/* 4436 */   border-color: transparent;
/* 4437 */   background-color: var(--td_header_color, #222222);
/* 4438 */   color: var(--td_text_header_color, #ffffff);
/* 4439 */ }
/* 4440 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
/* 4441 */   border-color: transparent;
/* 4442 */   background-color: #fff;
/* 4443 */   color: #222;
/* 4444 */   padding: 6px 12px 5px 12px !important;
/* 4445 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4446 */   font-size: 14px;
/* 4447 */   line-height: 15px;
/* 4448 */   font-weight: 400;
/* 4449 */   white-space: nowrap;
/* 4450 */   border-radius: 0;

/* td_legacy_main.css */

/* 4451 */ }
/* 4452 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-heading {
/* 4453 */   display: none;
/* 4454 */ }
/* 4455 */ .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-body {
/* 4456 */   padding: 0;
/* 4457 */   border-color: transparent;
/* 4458 */   background-color: transparent;
/* 4459 */ }
/* 4460 */ .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
/* 4461 */   margin-bottom: 17px !important;
/* 4462 */   border: none;
/* 4463 */ }
/* 4464 */ .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
/* 4465 */   margin: 0 11px;
/* 4466 */   /* responsive portrait tablet */
/* 4467 */ }
/* 4468 */ @media (max-width: 1018px) {
/* 4469 */   .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
/* 4470 */     margin: 0;
/* 4471 */   }
/* 4472 */ }
/* 4473 */ .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
/* 4474 */   background-color: transparent !important;
/* 4475 */   font-size: 19px;
/* 4476 */   /* responsive portrait tablet */
/* 4477 */   /* responsive portrait phone */
/* 4478 */ }
/* 4479 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4480 */   .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
/* 4481 */     font-size: 15px;
/* 4482 */   }
/* 4483 */ }
/* 4484 */ @media (max-width: 767px) {
/* 4485 */   .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
/* 4486 */     font-size: 17px;
/* 4487 */   }
/* 4488 */ }
/* 4489 */ .td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
/* 4490 */   text-align: center;
/* 4491 */ }
/* 4492 */ .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,
/* 4493 */ .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 {
/* 4494 */   background-color: transparent;
/* 4495 */   color: #009688;
/* 4496 */ }
/* 4497 */ .td-tab-color.vc_tta.vc_general .vc_tta-icon {
/* 4498 */   font-size: 1em;
/* 4499 */   top: -2px;
/* 4500 */   position: relative;

/* td_legacy_main.css */

/* 4501 */ }
/* 4502 */ .td-tab-color .vc_tta-panels-container {
/* 4503 */   margin-bottom: 48px;
/* 4504 */ }
/* 4505 */ .td-tab-color .vc_tta-tabs-list li:nth-child(1).vc_active > a,
/* 4506 */ .td-tab-color .vc_tta-tabs-list li:nth-child(1):hover > a {
/* 4507 */   color: #e53935 !important;
/* 4508 */ }
/* 4509 */ .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(1) .td-grid-style-1 .td-post-category {
/* 4510 */   background-color: #e53935 !important;
/* 4511 */ }
/* 4512 */ .td-tab-color .vc_tta-tabs-list li:nth-child(2).vc_active > a,
/* 4513 */ .td-tab-color .vc_tta-tabs-list li:nth-child(2):hover > a {
/* 4514 */   color: #66bb6a !important;
/* 4515 */ }
/* 4516 */ .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(2) .td-grid-style-1 .td-post-category {
/* 4517 */   background-color: #66bb6a !important;
/* 4518 */ }
/* 4519 */ .td-tab-color .vc_tta-tabs-list li:nth-child(3).vc_active > a,
/* 4520 */ .td-tab-color .vc_tta-tabs-list li:nth-child(3):hover > a {
/* 4521 */   color: #29B6F6 !important;
/* 4522 */ }
/* 4523 */ .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(3) .td-grid-style-1 .td-post-category {
/* 4524 */   background-color: #29B6F6 !important;
/* 4525 */ }
/* 4526 */ .td-tab-color .vc_tta-tabs-list li:nth-child(4).vc_active > a,
/* 4527 */ .td-tab-color .vc_tta-tabs-list li:nth-child(4):hover > a {
/* 4528 */   color: #7F8FA9 !important;
/* 4529 */ }
/* 4530 */ .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(4) .td-grid-style-1 .td-post-category {
/* 4531 */   background-color: #7F8FA9 !important;
/* 4532 */ }
/* 4533 */ .td-tab-color .vc_tta-tabs-list li:nth-child(5).vc_active > a,
/* 4534 */ .td-tab-color .vc_tta-tabs-list li:nth-child(5):hover > a {
/* 4535 */   color: #FDD835 !important;
/* 4536 */ }
/* 4537 */ .td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(5) .td-grid-style-1 .td-post-category {
/* 4538 */   background-color: #FDD835 !important;
/* 4539 */ }
/* 4540 */ /*
/* 4541 *|     Accordion
/* 4542 *| */
/* 4543 */ .vc_tta-accordion.vc_tta-o-no-fill .td_block_wrap {
/* 4544 */   margin-left: -20px;
/* 4545 */   margin-right: -20px;
/* 4546 */ }
/* 4547 */ /*
/* 4548 *|     Progress bar
/* 4549 *| */
/* 4550 */ .vc_progress_bar .vc_label,

/* td_legacy_main.css */

/* 4551 */ .vc_progress_bar div {
/* 4552 */   border-radius: 0 !important;
/* 4553 */ }
/* 4554 */ /*
/* 4555 *|     Tour section
/* 4556 *| */
/* 4557 */ .wpb_tour .wpb_heading {
/* 4558 */   float: left;
/* 4559 */ }
/* 4560 */ .wpb_tour .wpb_tabs_nav {
/* 4561 */   clear: both;
/* 4562 */   border-bottom: 1px solid var(--td_grid_border_color, #ededed);
/* 4563 */ }
/* 4564 */ .wpb_tour .wpb_tabs_nav li {
/* 4565 */   line-height: 16px;
/* 4566 */   margin: 0 !important;
/* 4567 */   overflow: hidden;
/* 4568 */ }
/* 4569 */ .wpb_tour .wpb_tabs_nav li a {
/* 4570 */   color: #222;
/* 4571 */   padding: 7px 12px 7px 12px !important;
/* 4572 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4573 */   font-size: 14px;
/* 4574 */   line-height: 17px;
/* 4575 */   font-weight: 400;
/* 4576 */   white-space: nowrap;
/* 4577 */   min-height: 30px;
/* 4578 */   border: 1px solid var(--td_grid_border_color, #ededed);
/* 4579 */ }
/* 4580 */ .wpb_tour .wpb_tabs_nav li.ui-tabs-active a,
/* 4581 */ .wpb_tour .wpb_tabs_nav li:hover a {
/* 4582 */   background-color: #222;
/* 4583 */   color: #fff;
/* 4584 */   border-width: 1px 1px 0 1px;
/* 4585 */   border-style: solid;
/* 4586 */   border-color: #222;
/* 4587 */ }
/* 4588 */ /*
/* 4589 *|     Accordion
/* 4590 *| */
/* 4591 */ .wpb_accordion .ui-state-active a {
/* 4592 */   background-color: #222 !important;
/* 4593 */   color: #fff !important;
/* 4594 */   border: 0 !important;
/* 4595 */ }
/* 4596 */ .wpb_accordion .wpb_accordion_header {
/* 4597 */   background-color: #ffffff !important;
/* 4598 */   margin-bottom: 10px !important;
/* 4599 */ }
/* 4600 */ .wpb_accordion .wpb_accordion_header a {

/* td_legacy_main.css */

/* 4601 */   color: #222;
/* 4602 */   padding: 10px 12px !important;
/* 4603 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4604 */   font-size: 14px;
/* 4605 */   line-height: 17px;
/* 4606 */   font-weight: 400;
/* 4607 */   white-space: nowrap;
/* 4608 */   min-height: 30px;
/* 4609 */   border: 1px solid var(--td_grid_border_color, #ededed);
/* 4610 */ }
/* 4611 */ .wpb_accordion .wpb_accordion_content {
/* 4612 */   margin-bottom: 10px;
/* 4613 */ }
/* 4614 */ /*
/* 4615 *|     Buttons
/* 4616 *| */
/* 4617 */ .wpb_button,
/* 4618 */ .vc_btn {
/* 4619 */   display: inline-block;
/* 4620 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4621 */   font-weight: 600;
/* 4622 */   line-height: 24px;
/* 4623 */   text-shadow: none;
/* 4624 */   border: none;
/* 4625 */   transition: none;
/* 4626 */   border-radius: 0;
/* 4627 */   margin-bottom: 21px;
/* 4628 */ }
/* 4629 */ .wpb_button:hover,
/* 4630 */ .vc_btn:hover {
/* 4631 */   text-shadow: none;
/* 4632 */   text-decoration: none !important;
/* 4633 */ }
/* 4634 */ a.vc_btn-black {
/* 4635 */   -webkit-transition: all 0.2s ease;
/* 4636 */   transition: all 0.2s ease;
/* 4637 */ }
/* 4638 */ a.vc_btn-black:hover {
/* 4639 */   background-color: var(--td_theme_color, #4db2ec);
/* 4640 */   border-color: var(--td_theme_color, #4db2ec);
/* 4641 */   color: var(--td_theme_color, #4db2ec);
/* 4642 */ }
/* 4643 */ a.vc_btn-black.vc_btn_square_outlined:hover,
/* 4644 */ a.vc_btn-black.vc_btn_outlined:hover {
/* 4645 */   color: var(--td_theme_color, #4db2ec) !important;
/* 4646 */ }
/* 4647 */ .wpb_default {
/* 4648 */   background-color: var(--td_theme_color, #4db2ec);
/* 4649 */ }
/* 4650 */ .wpb_default:hover {

/* td_legacy_main.css */

/* 4651 */   text-shadow: none;
/* 4652 */   background-color: var(--td_theme_color, #4db2ec);
/* 4653 */   opacity: 0.8;
/* 4654 */   -webkit-transition: opacity 0.4s;
/* 4655 */   transition: opacity 0.4s;
/* 4656 */ }
/* 4657 */ /*
/* 4658 *|     Call to action
/* 4659 *| */
/* 4660 */ .wpb_call_to_action {
/* 4661 */   background-color: #fcfcfc;
/* 4662 */ }
/* 4663 */ .vc_call_to_action .wpb_heading {
/* 4664 */   background-color: inherit;
/* 4665 */   color: inherit;
/* 4666 */   margin-top: inherit;
/* 4667 */   padding: inherit;
/* 4668 */   line-height: 34px;
/* 4669 */   margin-bottom: 8px;
/* 4670 */ }
/* 4671 */ .vc_call_to_action h2 {
/* 4672 */   font-size: 27px;
/* 4673 */ }
/* 4674 */ .vc_call_to_action h4 {
/* 4675 */   line-height: 20px !important;
/* 4676 */ }
/* 4677 */ /*
/* 4678 *|     Video
/* 4679 *| */
/* 4680 */ .wpb_video_widget .wpb_video_wrapper {
/* 4681 */   margin-bottom: 0;
/* 4682 */ }
/* 4683 */ /*
/* 4684 *|     Custom heading
/* 4685 *| */
/* 4686 */ .vc_custom_heading > * {
/* 4687 */   margin-top: 0;
/* 4688 */   margin-bottom: 26px;
/* 4689 */ }
/* 4690 */ /*
/* 4691 *|     Widgets
/* 4692 *| */
/* 4693 */ .widget {
/* 4694 */   overflow: hidden;
/* 4695 */ }
/* 4696 */ .vc_wp_rss ul,
/* 4697 */ .vc_wp_archives ul,
/* 4698 */ .vc_wp_categories ul,
/* 4699 */ .vc_wp_posts ul,
/* 4700 */ .vc_wp_text ul,

/* td_legacy_main.css */

/* 4701 */ .vc_wp_custommenu ul,
/* 4702 */ .vc_wp_tagcloud ul,
/* 4703 */ .vc_wp_pages ul,
/* 4704 */ .vc_wp_calendar ul,
/* 4705 */ .vc_wp_recentcomments ul,
/* 4706 */ .vc_wp_meta ul,
/* 4707 */ .vc_wp_search ul {
/* 4708 */   margin: 0;
/* 4709 */ }
/* 4710 */ .widgettitle {
/* 4711 */   background-color: var(--td_header_color, #222222);
/* 4712 */   color: var(--td_text_header_color, #ffffff);
/* 4713 */   display: inline-block;
/* 4714 */   padding: 6px 12px 4px;
/* 4715 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 4716 */   font-size: 14px;
/* 4717 */   line-height: 19px;
/* 4718 */   margin-bottom: 14px;
/* 4719 */   margin-top: 0;
/* 4720 */   min-height: 30px;
/* 4721 */   position: relative;
/* 4722 */ }
/* 4723 */ .widgettitle:after {
/* 4724 */   content: '';
/* 4725 */   height: 2px;
/* 4726 */   width: 300%;
/* 4727 */   position: absolute;
/* 4728 */   bottom: 0;
/* 4729 */   left: 0;
/* 4730 */   background-color: var(--td_header_color, #222222);
/* 4731 */ }
/* 4732 */ .widgettitle > a {
/* 4733 */   color: var(--td_text_header_color, #ffffff);
/* 4734 */ }
/* 4735 */ @-moz-document url-prefix() {
/* 4736 */   .widgettitle {
/* 4737 */     line-height: 18px;
/* 4738 */   }
/* 4739 */ }
/* 4740 */ .vc_wp_rss {
/* 4741 */   margin-bottom: 0;
/* 4742 */ }
/* 4743 */ .vc_wp_rss .widgettitle a:first-child {
/* 4744 */   display: none;
/* 4745 */ }
/* 4746 */ .vc_wp_rss .widget_rss {
/* 4747 */   margin-bottom: 21px;
/* 4748 */ }
/* 4749 */ .vc_wp_rss ul {
/* 4750 */   margin: 4px 0 0 12px;

/* td_legacy_main.css */

/* 4751 */ }
/* 4752 */ .vc_wp_rss ul li {
/* 4753 */   margin-left: 0;
/* 4754 */   padding-bottom: 0;
/* 4755 */ }
/* 4756 */ .vc_wp_archives ul {
/* 4757 */   margin: 0;
/* 4758 */ }
/* 4759 */ .vc_wp_text .textwidget {
/* 4760 */   margin: 12px 0 43px 0;
/* 4761 */ }
/* 4762 */ .vc_wp_tagcloud .widgettitle {
/* 4763 */   margin-bottom: 26px;
/* 4764 */ }
/* 4765 */ .vc_wp_search .widgettitle {
/* 4766 */   margin-bottom: 26px;
/* 4767 */ }
/* 4768 */ .wpb_raw_code {
/* 4769 */   margin-bottom: 26px;
/* 4770 */ }
/* 4771 */ .tdc-theme-Newspaper .vc_raw_html iframe {
/* 4772 */   pointer-events: none;
/* 4773 */ }
/* 4774 */ /* visual composer hack - overwrite the theme display block  @since 18/6/2015 */
/* 4775 */ .wpb_single_image .vc_single_image-wrapper {
/* 4776 */   display: inline-block !important;
/* 4777 */ }
/* 4778 */ .wpb_flickr_heading {
/* 4779 */   display: table;
/* 4780 */ }
/* 4781 */ .td-theme-wrap .td-header-wrap .td-spot-id-header {
/* 4782 */   /* responsive portrait tablet */
/* 4783 */ }
/* 4784 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4785 */   .td-theme-wrap .td-header-wrap .td-spot-id-header {
/* 4786 */     height: 60px;
/* 4787 */   }
/* 4788 */ }
/* 4789 */ .td-theme-wrap .td-spot-id-footer_top {
/* 4790 */   display: table;
/* 4791 */   position: relative;
/* 4792 */   text-align: center;
/* 4793 */   margin: -12px auto 40px auto;
/* 4794 */ }
/* 4795 */ .td-theme-wrap .td-spot-id-footer_top .tdc-placeholder-title {
/* 4796 */   border: 1px solid rgba(136, 136, 136, 0.31);
/* 4797 */ }
/* 4798 */ .tdc-missing-external-shortcode,
/* 4799 */ .td-block-missing-settings,
/* 4800 */ .tdc_external_shortcode {

/* td_legacy_main.css */

/* 4801 */   display: block;
/* 4802 */   font-family: Verdana, Geneva, sans-serif;
/* 4803 */   font-size: 11px;
/* 4804 */   font-weight: normal;
/* 4805 */   text-align: left;
/* 4806 */   padding: 20px;
/* 4807 */   border: 1px solid #eeecf0;
/* 4808 */   color: black;
/* 4809 */ }
/* 4810 */ .tdc-missing-external-shortcode span,
/* 4811 */ .td-block-missing-settings span,
/* 4812 */ .tdc_external_shortcode span {
/* 4813 */   background-color: #ec4d4d;
/* 4814 */   color: white;
/* 4815 */   font-weight: bold;
/* 4816 */   padding: 3px 8px 4px;
/* 4817 */   font-size: 10px;
/* 4818 */   position: relative;
/* 4819 */   top: -1px;
/* 4820 */   margin-right: 10px;
/* 4821 */ }
/* 4822 */ .td-header-sp-top-menu .td-block-missing-settings {
/* 4823 */   padding: 0;
/* 4824 */   border: none;
/* 4825 */   color: #888888;
/* 4826 */   font-size: 10px;
/* 4827 */ }
/* 4828 */ .td-header-sp-top-menu .td-block-missing-settings span {
/* 4829 */   padding: 2px 6px;
/* 4830 */   font-size: 9px;
/* 4831 */ }
/* 4832 */ .td-element-style {
/* 4833 */   position: absolute;
/* 4834 */   z-index: 0;
/* 4835 */   width: 100%;
/* 4836 */   height: 100%;
/* 4837 */   top: 0;
/* 4838 */   bottom: 0;
/* 4839 */   left: 0;
/* 4840 */   right: 0;
/* 4841 */   overflow: hidden;
/* 4842 */   pointer-events: none;
/* 4843 */ }
/* 4844 */ .td-element-style-before {
/* 4845 */   transition: opacity 1s ease 0s;
/* 4846 */   -webkit-transition: opacity 1s ease 0s;
/* 4847 */   opacity: 0;
/* 4848 */ }
/* 4849 */ .td-js-loaded .td-element-style-before {
/* 4850 */   opacity: 1;

/* td_legacy_main.css */

/* 4851 */ }
/* 4852 */ /*  ----------------------------------------------------------------------------
/* 4853 *|     Footer Instagram
/* 4854 *| ----------------------------------------------------------------------------  */
/* 4855 */ .td-footer-instagram-container {
/* 4856 */   padding-bottom: 0;
/* 4857 */ }
/* 4858 */ .td-footer-instagram-container .td_block_instagram {
/* 4859 */   margin-bottom: 0;
/* 4860 */   overflow: hidden;
/* 4861 */ }
/* 4862 */ .td-footer-instagram-container .td-footer-instagram-title {
/* 4863 */   text-align: center;
/* 4864 */   text-transform: uppercase;
/* 4865 */   letter-spacing: 0.1em;
/* 4866 */   font-size: 15px;
/* 4867 */   margin: 0;
/* 4868 */   padding-bottom: 10px;
/* 4869 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4870 */ }
/* 4871 */ .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
/* 4872 */   font-weight: 600;
/* 4873 */   /* responsive portrait phone */
/* 4874 */ }
/* 4875 */ @media (max-width: 767px) {
/* 4876 */   .td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
/* 4877 */     overflow: hidden;
/* 4878 */     text-overflow: ellipsis;
/* 4879 */     white-space: nowrap;
/* 4880 */     max-width: 100%;
/* 4881 */     display: block;
/* 4882 */     margin: 0 20px;
/* 4883 */   }
/* 4884 */ }
/* 4885 */ /*  ----------------------------------------------------------------------------
/* 4886 *|     Sub Footer
/* 4887 *| */
/* 4888 */ .td-sub-footer-container {
/* 4889 */   background-color: #0d0d0d;
/* 4890 */   color: #ccc;
/* 4891 */   font-size: 12px;
/* 4892 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 4893 */   /* responsive portrait phone */
/* 4894 */ }
/* 4895 */ @media (max-width: 767px) {
/* 4896 */   .td-sub-footer-container {
/* 4897 */     text-align: center;
/* 4898 */     padding: 6px 0;
/* 4899 */   }
/* 4900 */ }

/* td_legacy_main.css */

/* 4901 */ .td-sub-footer-copy {
/* 4902 */   line-height: 20px;
/* 4903 */   margin-top: 8px;
/* 4904 */   margin-bottom: 8px;
/* 4905 */   /* responsive portrait phone */
/* 4906 */ }
/* 4907 */ @media (max-width: 767px) {
/* 4908 */   .td-sub-footer-copy {
/* 4909 */     float: none !important;
/* 4910 */   }
/* 4911 */ }
/* 4912 */ /* Sub Footer Menu */
/* 4913 */ .td-sub-footer-container .td-sub-footer-menu {
/* 4914 */   float: right;
/* 4915 */   /* responsive portrait phone */
/* 4916 */ }
/* 4917 */ @media (max-width: 767px) {
/* 4918 */   .td-sub-footer-container .td-sub-footer-menu {
/* 4919 */     float: none;
/* 4920 */   }
/* 4921 */ }
/* 4922 */ .td-subfooter-menu {
/* 4923 */   display: inline-block;
/* 4924 */   margin: 7px 0;
/* 4925 */   float: right;
/* 4926 */   /* responsive landscape tablet */
/* 4927 */   /* responsive portrait tablet */
/* 4928 */   /* responsive portrait phone */
/* 4929 */ }
/* 4930 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 4931 */   .td-subfooter-menu {
/* 4932 */     padding-right: 40px;
/* 4933 */   }
/* 4934 */ }
/* 4935 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4936 */   .td-subfooter-menu {
/* 4937 */     padding-right: 48px;
/* 4938 */   }
/* 4939 */ }
/* 4940 */ @media (max-width: 767px) {
/* 4941 */   .td-subfooter-menu {
/* 4942 */     float: none;
/* 4943 */   }
/* 4944 */ }
/* 4945 */ .td-subfooter-menu li {
/* 4946 */   display: inline-block;
/* 4947 */   margin-left: 0;
/* 4948 */   line-height: 18px;
/* 4949 */ }
/* 4950 */ .td-subfooter-menu li a {

/* td_legacy_main.css */

/* 4951 */   margin-right: 16px;
/* 4952 */   line-height: 18px;
/* 4953 */   display: inline-block;
/* 4954 */   color: #ccc;
/* 4955 */ }
/* 4956 */ .td-subfooter-menu li a:hover {
/* 4957 */   color: var(--td_theme_color, #4db2ec);
/* 4958 */ }
/* 4959 */ .td-subfooter-menu li:last-child a {
/* 4960 */   margin-right: 0;
/* 4961 */ }
/* 4962 */ .td-subfooter-menu ul {
/* 4963 */   display: none;
/* 4964 */ }
/* 4965 */ .td-subfooter-menu .fa {
/* 4966 */   margin-right: 3px;
/* 4967 */ }
/* 4968 */ .td-stretch-content .td-big-grids {
/* 4969 */   width: 1068px;
/* 4970 */   margin-left: auto;
/* 4971 */   margin-right: auto;
/* 4972 */   /* responsive landscape tablet */
/* 4973 */   /* responsive portrait tablet */
/* 4974 */   /* responsive portrait phone */
/* 4975 */ }
/* 4976 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 4977 */   .td-stretch-content .td-big-grids {
/* 4978 */     width: 980px;
/* 4979 */   }
/* 4980 */ }
/* 4981 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4982 */   .td-stretch-content .td-big-grids {
/* 4983 */     width: 740px;
/* 4984 */   }
/* 4985 */ }
/* 4986 */ @media (max-width: 767px) {
/* 4987 */   .td-stretch-content .td-big-grids {
/* 4988 */     width: auto;
/* 4989 */     margin-left: -20px;
/* 4990 */     margin-right: -20px;
/* 4991 */   }
/* 4992 */ }
/* 4993 */ .td-stretch-content .td-module-thumb .entry-thumb {
/* 4994 */   min-width: 100%;
/* 4995 */ }
/* 4996 */ .td_animated {
/* 4997 */   -webkit-animation-duration: 0.3s;
/* 4998 */   animation-duration: 0.3s;
/* 4999 */   -webkit-animation-fill-mode: both;
/* 5000 */   animation-fill-mode: both;

/* td_legacy_main.css */

/* 5001 */ }
/* 5002 */ .td_animated_long {
/* 5003 */   -webkit-animation-duration: 0.5s;
/* 5004 */   animation-duration: 0.5s;
/* 5005 */   -webkit-animation-fill-mode: both;
/* 5006 */   animation-fill-mode: both;
/* 5007 */ }
/* 5008 */ .td_animated_xlong {
/* 5009 */   -webkit-animation-duration: 0.8s;
/* 5010 */   animation-duration: 0.8s;
/* 5011 */   -webkit-animation-fill-mode: both;
/* 5012 */   animation-fill-mode: both;
/* 5013 */ }
/* 5014 */ .td_animated_xxlong {
/* 5015 */   -webkit-animation-duration: 1.5s;
/* 5016 */   animation-duration: 1.5s;
/* 5017 */   -webkit-animation-fill-mode: both;
/* 5018 */   animation-fill-mode: both;
/* 5019 */ }
/* 5020 */ /*  ----------------------------------------------------------------------------
/* 5021 *|     td_fadeInRight
/* 5022 *| */
/* 5023 */ @-webkit-keyframes td_fadeInRight {
/* 5024 */   0% {
/* 5025 */     opacity: 0.05;
/* 5026 */     -webkit-transform: translateX(20px);
/* 5027 */     transform: translateX(20px);
/* 5028 */   }
/* 5029 */   100% {
/* 5030 */     opacity: 1;
/* 5031 */     -webkit-transform: translateX(0);
/* 5032 */     transform: translateX(0);
/* 5033 */   }
/* 5034 */ }
/* 5035 */ @keyframes td_fadeInRight {
/* 5036 */   0% {
/* 5037 */     opacity: 0.05;
/* 5038 */     -webkit-transform: translateX(20px);
/* 5039 */     transform: translateX(20px);
/* 5040 */   }
/* 5041 */   100% {
/* 5042 */     opacity: 1;
/* 5043 */     -webkit-transform: translateX(0);
/* 5044 */     transform: translateX(0);
/* 5045 */   }
/* 5046 */ }
/* 5047 */ .td_fadeInRight {
/* 5048 */   -webkit-animation-name: td_fadeInRight;
/* 5049 */   animation-name: td_fadeInRight;
/* 5050 */ }

/* td_legacy_main.css */

/* 5051 */ /*  ----------------------------------------------------------------------------
/* 5052 *|     td_fadeInLeft
/* 5053 *| */
/* 5054 */ @-webkit-keyframes td_fadeInLeft {
/* 5055 */   0% {
/* 5056 */     opacity: 0.05;
/* 5057 */     -webkit-transform: translateX(-20px);
/* 5058 */     transform: translateX(-20px);
/* 5059 */   }
/* 5060 */   100% {
/* 5061 */     opacity: 1;
/* 5062 */     -webkit-transform: translateX(0);
/* 5063 */     transform: translateX(0);
/* 5064 */   }
/* 5065 */ }
/* 5066 */ @keyframes td_fadeInLeft {
/* 5067 */   0% {
/* 5068 */     opacity: 0.05;
/* 5069 */     -webkit-transform: translateX(-20px);
/* 5070 */     transform: translateX(-20px);
/* 5071 */   }
/* 5072 */   100% {
/* 5073 */     opacity: 1;
/* 5074 */     -webkit-transform: translateX(0);
/* 5075 */     transform: translateX(0);
/* 5076 */   }
/* 5077 */ }
/* 5078 */ .td_fadeInLeft {
/* 5079 */   -webkit-animation-name: td_fadeInLeft;
/* 5080 */   animation-name: td_fadeInLeft;
/* 5081 */ }
/* 5082 */ /*  ----------------------------------------------------------------------------
/* 5083 *|     td_fadeInDown
/* 5084 *| */
/* 5085 */ @-webkit-keyframes td_fadeInDown {
/* 5086 */   0% {
/* 5087 */     opacity: 0.05;
/* 5088 */     -webkit-transform: translateY(-15px);
/* 5089 */     transform: translateY(-15px);
/* 5090 */   }
/* 5091 */   100% {
/* 5092 */     opacity: 1;
/* 5093 */     -webkit-transform: translateY(0);
/* 5094 */     transform: translateY(0);
/* 5095 */   }
/* 5096 */ }
/* 5097 */ @keyframes td_fadeInDown {
/* 5098 */   0% {
/* 5099 */     opacity: 0.05;
/* 5100 */     -webkit-transform: translateY(-15px);

/* td_legacy_main.css */

/* 5101 */     transform: translateY(-15px);
/* 5102 */   }
/* 5103 */   100% {
/* 5104 */     opacity: 1;
/* 5105 */     -webkit-transform: translateY(0);
/* 5106 */     transform: translateY(0);
/* 5107 */   }
/* 5108 */ }
/* 5109 */ .td_fadeInDown {
/* 5110 */   -webkit-animation-name: td_fadeInDown;
/* 5111 */   animation-name: td_fadeInDown;
/* 5112 */ }
/* 5113 */ /*  ----------------------------------------------------------------------------
/* 5114 *|     td_fadeInUp
/* 5115 *| */
/* 5116 */ @-webkit-keyframes td_fadeInUp {
/* 5117 */   0% {
/* 5118 */     opacity: 0.05;
/* 5119 */     -webkit-transform: translateY(20px);
/* 5120 */     transform: translateY(20px);
/* 5121 */   }
/* 5122 */   100% {
/* 5123 */     opacity: 1;
/* 5124 */     -webkit-transform: translateY(0);
/* 5125 */     transform: translateY(0);
/* 5126 */   }
/* 5127 */ }
/* 5128 */ @keyframes td_fadeInUp {
/* 5129 */   0% {
/* 5130 */     opacity: 0.05;
/* 5131 */     -webkit-transform: translateY(20px);
/* 5132 */     transform: translateY(20px);
/* 5133 */   }
/* 5134 */   100% {
/* 5135 */     opacity: 1;
/* 5136 */     -webkit-transform: translateY(0);
/* 5137 */     transform: translateY(0);
/* 5138 */   }
/* 5139 */ }
/* 5140 */ .td_fadeInUp {
/* 5141 */   -webkit-animation-name: td_fadeInUp;
/* 5142 */   animation-name: td_fadeInUp;
/* 5143 */ }
/* 5144 */ /*  ----------------------------------------------------------------------------
/* 5145 *|     td_fadein
/* 5146 *| */
/* 5147 */ @-webkit-keyframes td_fadeIn {
/* 5148 */   0% {
/* 5149 */     opacity: 0;
/* 5150 */   }

/* td_legacy_main.css */

/* 5151 */   100% {
/* 5152 */     opacity: 1;
/* 5153 */   }
/* 5154 */ }
/* 5155 */ @keyframes td_fadeIn {
/* 5156 */   0% {
/* 5157 */     opacity: 0;
/* 5158 */   }
/* 5159 */   100% {
/* 5160 */     opacity: 1;
/* 5161 */   }
/* 5162 */ }
/* 5163 */ .td_fadeIn {
/* 5164 */   -webkit-animation-name: td_fadeIn;
/* 5165 */   animation-name: td_fadeIn;
/* 5166 */ }
/* 5167 */ /*  ----------------------------------------------------------------------------
/* 5168 *|     fade out
/* 5169 *| */
/* 5170 */ @-webkit-keyframes td_fadeOut_to_1 {
/* 5171 */   0% {
/* 5172 */     opacity: 1;
/* 5173 */   }
/* 5174 */   100% {
/* 5175 */     opacity: 0.1;
/* 5176 */   }
/* 5177 */ }
/* 5178 */ @keyframes td_fadeOut_to_1 {
/* 5179 */   0% {
/* 5180 */     opacity: 1;
/* 5181 */   }
/* 5182 */   100% {
/* 5183 */     opacity: 0.1;
/* 5184 */   }
/* 5185 */ }
/* 5186 */ .td_fadeOut_to_1 {
/* 5187 */   -webkit-animation-name: td_fadeOut_to_1;
/* 5188 */   animation-name: td_fadeOut_to_1;
/* 5189 */ }
/* 5190 */ /*  ----------------------------------------------------------------------------
/* 5191 *|     td_fadeOutRight
/* 5192 *| */
/* 5193 */ @-webkit-keyframes td_fadeOutRight {
/* 5194 */   0% {
/* 5195 */     opacity: 1;
/* 5196 */     -webkit-transform: translateX(0);
/* 5197 */     transform: translateX(0);
/* 5198 */   }
/* 5199 */   100% {
/* 5200 */     opacity: 0;

/* td_legacy_main.css */

/* 5201 */     -webkit-transform: translateX(20px);
/* 5202 */     transform: translateX(20px);
/* 5203 */   }
/* 5204 */ }
/* 5205 */ @keyframes td_fadeOutRight {
/* 5206 */   0% {
/* 5207 */     opacity: 1;
/* 5208 */     -webkit-transform: translateX(0);
/* 5209 */     transform: translateX(0);
/* 5210 */   }
/* 5211 */   100% {
/* 5212 */     opacity: 0;
/* 5213 */     -webkit-transform: translateX(20px);
/* 5214 */     transform: translateX(20px);
/* 5215 */   }
/* 5216 */ }
/* 5217 */ .td_fadeOutRight {
/* 5218 */   -webkit-animation-name: td_fadeOutRight;
/* 5219 */   animation-name: td_fadeOutRight;
/* 5220 */ }
/* 5221 */ /*  ----------------------------------------------------------------------------
/* 5222 *|     td_fadeOutLeft
/* 5223 *| */
/* 5224 */ @-webkit-keyframes td_fadeOutLeft {
/* 5225 */   0% {
/* 5226 */     opacity: 1;
/* 5227 */     -webkit-transform: translateX(0);
/* 5228 */     transform: translateX(0);
/* 5229 */   }
/* 5230 */   100% {
/* 5231 */     opacity: 0;
/* 5232 */     -webkit-transform: translateX(-20px);
/* 5233 */     transform: translateX(-20px);
/* 5234 */   }
/* 5235 */ }
/* 5236 */ @keyframes td_fadeOutLeft {
/* 5237 */   0% {
/* 5238 */     opacity: 1;
/* 5239 */     -webkit-transform: translateX(0);
/* 5240 */     transform: translateX(0);
/* 5241 */   }
/* 5242 */   100% {
/* 5243 */     opacity: 0;
/* 5244 */     -webkit-transform: translateX(-20px);
/* 5245 */     transform: translateX(-20px);
/* 5246 */   }
/* 5247 */ }
/* 5248 */ .td_fadeOutLeft {
/* 5249 */   -webkit-animation-name: td_fadeOutLeft;
/* 5250 */   animation-name: td_fadeOutLeft;

/* td_legacy_main.css */

/* 5251 */ }
/* 5252 */ .td-lb-box {
/* 5253 */   position: absolute;
/* 5254 */   width: 19px;
/* 5255 */   height: 19px;
/* 5256 */ }
/* 5257 */ .td-lb-box-1 {
/* 5258 */   top: 0;
/* 5259 */   left: 0;
/* 5260 */ }
/* 5261 */ .td-lb-box-2 {
/* 5262 */   top: 0;
/* 5263 */   left: 20px;
/* 5264 */ }
/* 5265 */ .td-lb-box-3 {
/* 5266 */   top: 0;
/* 5267 */   left: 40px;
/* 5268 */ }
/* 5269 */ .td-lb-box-4 {
/* 5270 */   top: 20px;
/* 5271 */   right: 0;
/* 5272 */ }
/* 5273 */ .td-lb-box-5 {
/* 5274 */   bottom: 0;
/* 5275 */   right: 0;
/* 5276 */ }
/* 5277 */ .td-lb-box-6 {
/* 5278 */   bottom: 0;
/* 5279 */   left: 20px;
/* 5280 */ }
/* 5281 */ .td-lb-box-7 {
/* 5282 */   bottom: 0;
/* 5283 */   left: 0;
/* 5284 */ }
/* 5285 */ .td-lb-box-8 {
/* 5286 */   top: 20px;
/* 5287 */   left: 0;
/* 5288 */ }
/* 5289 */ /*  ----------------------------------------------------------------------------
/* 5290 *|     loader
/* 5291 *| */
/* 5292 */ .td-loader-gif {
/* 5293 */   position: absolute;
/* 5294 */   top: 50%;
/* 5295 */   left: 50%;
/* 5296 */   width: 59px;
/* 5297 */   height: 59px;
/* 5298 */   margin-top: -29.5px;
/* 5299 */   /* Half the height */
/* 5300 */   margin-left: -29.5px;

/* td_legacy_main.css */

/* 5301 */   /* Half the width */
/* 5302 */   /* responsive phone */
/* 5303 */   -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
/* 5304 */   transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
/* 5305 */   /* custom */
/* 5306 */ }
/* 5307 */ @media (max-width: 767px) {
/* 5308 */   .td-loader-gif {
/* 5309 */     top: 200px;
/* 5310 */   }
/* 5311 */ }
/* 5312 */ /*  ----------------------------------------------------------------------------
/* 5313 *|     infinite loader - the small loader used on infinite scroll
/* 5314 *| */
/* 5315 */ .td-loader-infinite {
/* 5316 */   top: auto;
/* 5317 */   bottom: 0px;
/* 5318 */ }
/* 5319 */ .td-loader-infinite .td-lb-box {
/* 5320 */   position: absolute;
/* 5321 */   width: 10px;
/* 5322 */   height: 10px;
/* 5323 */ }
/* 5324 */ .td-loader-infinite .td-lb-box-1 {
/* 5325 */   top: 0;
/* 5326 */   left: 0;
/* 5327 */ }
/* 5328 */ .td-loader-infinite .td-lb-box-2 {
/* 5329 */   top: 0;
/* 5330 */   left: 11px;
/* 5331 */ }
/* 5332 */ .td-loader-infinite .td-lb-box-3 {
/* 5333 */   top: 0;
/* 5334 */   left: 22px;
/* 5335 */ }
/* 5336 */ .td-loader-infinite .td-lb-box-4 {
/* 5337 */   top: 11px;
/* 5338 */   right: 0;
/* 5339 */ }
/* 5340 */ .td-loader-infinite .td-lb-box-5 {
/* 5341 */   bottom: 0;
/* 5342 */   right: 0;
/* 5343 */ }
/* 5344 */ .td-loader-infinite .td-lb-box-6 {
/* 5345 */   bottom: 0;
/* 5346 */   left: 11px;
/* 5347 */ }
/* 5348 */ .td-loader-infinite .td-lb-box-7 {
/* 5349 */   bottom: 0;
/* 5350 */   left: 0;

/* td_legacy_main.css */

/* 5351 */ }
/* 5352 */ .td-loader-infinite .td-lb-box-8 {
/* 5353 */   top: 11px;
/* 5354 */   left: 0;
/* 5355 */ }
/* 5356 */ .td-loader-infinite.td-loader-gif {
/* 5357 */   width: 32px;
/* 5358 */   height: 32px;
/* 5359 */   margin-top: -16px;
/* 5360 */   /* Half the height */
/* 5361 */   margin-left: -16px;
/* 5362 */   /* Half the width */
/* 5363 */ }
/* 5364 */ .td-loader-blocks-load-more {
/* 5365 */   top: auto;
/* 5366 */   bottom: 48px;
/* 5367 */ }
/* 5368 */ .td-loader-animation-start {
/* 5369 */   opacity: 0;
/* 5370 */   transform: perspective( 600px ) scale(0.4);
/* 5371 */   -webkit-transform: perspective( 600px ) scale(0.4);
/* 5372 */ }
/* 5373 */ .td-loader-animation-mid {
/* 5374 */   opacity: 1;
/* 5375 */   transform: perspective( 600px ) scale(1);
/* 5376 */   -webkit-transform: perspective( 600px ) scale(1);
/* 5377 */ }
/* 5378 */ .td-loader-animation-end {
/* 5379 */   opacity: 0;
/* 5380 */ }
/* 5381 */ @-webkit-keyframes rotateplane {
/* 5382 */   0% {
/* 5383 */     -webkit-transform: perspective(120px);
/* 5384 */   }
/* 5385 */   50% {
/* 5386 */     -webkit-transform: perspective(120px) rotateY(180deg);
/* 5387 */   }
/* 5388 */   100% {
/* 5389 */     -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
/* 5390 */   }
/* 5391 */ }
/* 5392 */ @keyframes rotateplane {
/* 5393 */   0% {
/* 5394 */     transform: perspective(120px) rotateX(0deg) rotateY(0deg);
/* 5395 */   }
/* 5396 */   50% {
/* 5397 */     transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
/* 5398 */   }
/* 5399 */   100% {
/* 5400 */     transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

/* td_legacy_main.css */

/* 5401 */   }
/* 5402 */ }
/* 5403 */ body.td-animation-stack-type0 .td-animation-stack .entry-thumb,
/* 5404 */ body.td-animation-stack-type0 .post img:not(.woocommerce-product-gallery img):not(.rs-pzimg),
/* 5405 */ body.td-animation-stack-type0 .td-animation-stack .td-lazy-img {
/* 5406 */   opacity: 0;
/* 5407 */ }
/* 5408 */ .td-animation-stack-type0-2:not(.woocommerce-product-gallery img) {
/* 5409 */   opacity: 1 !important;
/* 5410 */   transition: opacity 0.3s;
/* 5411 */   transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
/* 5412 */   /* linear */
/* 5413 */ }
/* 5414 */ body.td-animation-stack-type1 .td-animation-stack .entry-thumb,
/* 5415 */ body.td-animation-stack-type1 .post .entry-thumb,
/* 5416 */ body.td-animation-stack-type1 .post img[class*="wp-image-"],
/* 5417 */ body.td-animation-stack-type1 .post a.td-sml-link-to-image > img,
/* 5418 */ body.td-animation-stack-type1 .td-animation-stack .td-lazy-img {
/* 5419 */   opacity: 0;
/* 5420 */   transform: scale(0.95);
/* 5421 */ }
/* 5422 */ .td-animation-stack-type1-2 {
/* 5423 */   opacity: 1 !important;
/* 5424 */   transform: scale(1) !important;
/* 5425 */   -webkit-transform: scale(1) !important;
/* 5426 */   -webkit-transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
/* 5427 */   transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
/* 5428 */ }
/* 5429 */ body.td-animation-stack-type2 .td-animation-stack .entry-thumb,
/* 5430 */ body.td-animation-stack-type2 .post .entry-thumb,
/* 5431 */ body.td-animation-stack-type2 .post img[class*="wp-image-"],
/* 5432 */ body.td-animation-stack-type2 .post a.td-sml-link-to-image > img,
/* 5433 */ body.td-animation-stack-type2 .td-animation-stack .td-lazy-img {
/* 5434 */   opacity: 0;
/* 5435 */   transform: translate(0px, 10px);
/* 5436 */   -webkit-transform: translate(0px, 10px);
/* 5437 */ }
/* 5438 */ .td-animation-stack-type2-2 {
/* 5439 */   opacity: 1 !important;
/* 5440 */   transform: scale(1) !important;
/* 5441 */   -webkit-transform: scale(1) !important;
/* 5442 */   -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);
/* 5443 */   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);
/* 5444 */ }
/* 5445 */ .td-fade-off .td-element-style-before {
/* 5446 */   opacity: 1;
/* 5447 */ }
/* 5448 */ /*
/* 5449 *| ie8, ie9, ie10, ie11
/* 5450 *| td-md-is-ios

/* td_legacy_main.css *|

/* 5451 *| td-md-is-android
/* 5452 *| td-md-is-os-x
/* 5453 *| td-md-is-chrome
/* 5454 *| td-md-is-firefox
/* 5455 *| td-md-is-safari
/* 5456 *| */
/* 5457 */ /*  ----------------------------------------------------------------------------
/* 5458 *|     IE - misc
/* 5459 *| */
/* 5460 */ @media (min-width: 1140px) {
/* 5461 */   .ie8,
/* 5462 */   .ie9,
/* 5463 */   .ie10,
/* 5464 */   .ie11 {
/* 5465 */     margin-left: -1px;
/* 5466 */   }
/* 5467 */   .ie8 .td-affix,
/* 5468 */   .ie9 .td-affix,
/* 5469 */   .ie10 .td-affix,
/* 5470 */   .ie11 .td-affix {
/* 5471 */     margin-left: 1px;
/* 5472 */   }
/* 5473 */ }
/* 5474 */ .ie8 .td-post-content p,
/* 5475 */ .ie9 .td-post-content p,
/* 5476 */ .ie10 .td-post-content p,
/* 5477 */ .ie11 .td-post-content p,
/* 5478 */ .ie8 .mce-content-body p,
/* 5479 */ .ie9 .mce-content-body p,
/* 5480 */ .ie10 .mce-content-body p,
/* 5481 */ .ie11 .mce-content-body p {
/* 5482 */   letter-spacing: -0.2px;
/* 5483 */ }
/* 5484 */ .ie8 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
/* 5485 */ .ie9 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
/* 5486 */ .ie10 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
/* 5487 */ .ie11 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
/* 5488 */   transform: none;
/* 5489 */ }
/* 5490 */ .ie8 .td_category_template_8 .td-category-header .td-category a,
/* 5491 */ .ie9 .td_category_template_8 .td-category-header .td-category a,
/* 5492 */ .ie10 .td_category_template_8 .td-category-header .td-category a,
/* 5493 */ .ie11 .td_category_template_8 .td-category-header .td-category a {
/* 5494 */   padding: 3px 7px;
/* 5495 */   line-height: 12px;
/* 5496 */ }
/* 5497 */ .ie8 .td_block_template_1 .td-related-title > .td-related-left,
/* 5498 */ .ie9 .td_block_template_1 .td-related-title > .td-related-left,
/* 5499 */ .ie10 .td_block_template_1 .td-related-title > .td-related-left,
/* 5500 */ .ie11 .td_block_template_1 .td-related-title > .td-related-left,

/* td_legacy_main.css */

/* 5501 */ .ie8 .td_block_template_1 .td-related-title > .td-related-right,
/* 5502 */ .ie9 .td_block_template_1 .td-related-title > .td-related-right,
/* 5503 */ .ie10 .td_block_template_1 .td-related-title > .td-related-right,
/* 5504 */ .ie11 .td_block_template_1 .td-related-title > .td-related-right {
/* 5505 */   padding: 8px 12px 6px 12px;
/* 5506 */ }
/* 5507 */ .ie8 .td-left-smart-list,
/* 5508 */ .ie9 .td-left-smart-list,
/* 5509 */ .ie10 .td-left-smart-list,
/* 5510 */ .ie11 .td-left-smart-list,
/* 5511 */ .ie8 .td-right-smart-list,
/* 5512 */ .ie9 .td-right-smart-list,
/* 5513 */ .ie10 .td-right-smart-list,
/* 5514 */ .ie11 .td-right-smart-list {
/* 5515 */   line-height: 38px;
/* 5516 */ }
/* 5517 */ .ie8 .td-review-header .block-title,
/* 5518 */ .ie9 .td-review-header .block-title,
/* 5519 */ .ie10 .td-review-header .block-title,
/* 5520 */ .ie11 .td-review-header .block-title,
/* 5521 */ .ie8 .td-review-summary .block-title,
/* 5522 */ .ie9 .td-review-summary .block-title,
/* 5523 */ .ie10 .td-review-summary .block-title,
/* 5524 */ .ie11 .td-review-summary .block-title {
/* 5525 */   padding: 8px 12px 7px;
/* 5526 */ }
/* 5527 */ .ie8 .td-affix .td-main-menu-logo img,
/* 5528 */ .ie9 .td-affix .td-main-menu-logo img,
/* 5529 */ .ie10 .td-affix .td-main-menu-logo img,
/* 5530 */ .ie11 .td-affix .td-main-menu-logo img {
/* 5531 */   top: -2px;
/* 5532 */ }
/* 5533 */ @media (min-width: 768px) {
/* 5534 */   .ie8 .td-header-style-5 .td-main-menu-logo img,
/* 5535 */   .ie9 .td-header-style-5 .td-main-menu-logo img,
/* 5536 */   .ie10 .td-header-style-5 .td-main-menu-logo img,
/* 5537 */   .ie11 .td-header-style-5 .td-main-menu-logo img,
/* 5538 */   .ie8 .td-header-style-6 .td-main-menu-logo img,
/* 5539 */   .ie9 .td-header-style-6 .td-main-menu-logo img,
/* 5540 */   .ie10 .td-header-style-6 .td-main-menu-logo img,
/* 5541 */   .ie11 .td-header-style-6 .td-main-menu-logo img,
/* 5542 */   .ie8 .td-header-style-12 .td-main-menu-logo img,
/* 5543 */   .ie9 .td-header-style-12 .td-main-menu-logo img,
/* 5544 */   .ie10 .td-header-style-12 .td-main-menu-logo img,
/* 5545 */   .ie11 .td-header-style-12 .td-main-menu-logo img {
/* 5546 */     top: -1px;
/* 5547 */   }
/* 5548 */ }
/* 5549 */ .ie8 .td-live-theme-demos .td-skin-scroll,
/* 5550 */ .ie9 .td-live-theme-demos .td-skin-scroll,

/* td_legacy_main.css */

/* 5551 */ .ie10 .td-live-theme-demos .td-skin-scroll,
/* 5552 */ .ie11 .td-live-theme-demos .td-skin-scroll {
/* 5553 */   -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
/* 5554 */   transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
/* 5555 */   left: auto;
/* 5556 */   right: -118px;
/* 5557 */ }
/* 5558 */ @media (max-width: 1366px) {
/* 5559 */   .ie8 .td-live-theme-demos .td-skin-scroll,
/* 5560 */   .ie9 .td-live-theme-demos .td-skin-scroll,
/* 5561 */   .ie10 .td-live-theme-demos .td-skin-scroll,
/* 5562 */   .ie11 .td-live-theme-demos .td-skin-scroll {
/* 5563 */     right: -78px;
/* 5564 */   }
/* 5565 */ }
/* 5566 */ .ie8 .td-theme-settings-small .td-skin-scroll,
/* 5567 */ .ie9 .td-theme-settings-small .td-skin-scroll,
/* 5568 */ .ie10 .td-theme-settings-small .td-skin-scroll,
/* 5569 */ .ie11 .td-theme-settings-small .td-skin-scroll {
/* 5570 */   right: 118px;
/* 5571 */ }
/* 5572 */ @media (max-width: 1366px) {
/* 5573 */   .ie8 .td-theme-settings-small .td-skin-scroll,
/* 5574 */   .ie9 .td-theme-settings-small .td-skin-scroll,
/* 5575 */   .ie10 .td-theme-settings-small .td-skin-scroll,
/* 5576 */   .ie11 .td-theme-settings-small .td-skin-scroll {
/* 5577 */     right: 78px;
/* 5578 */   }
/* 5579 */ }
/* 5580 */ .ie8 .td-pulldown-syle-default .td-subcat-more,
/* 5581 */ .ie9 .td-pulldown-syle-default .td-subcat-more,
/* 5582 */ .ie10 .td-pulldown-syle-default .td-subcat-more,
/* 5583 */ .ie11 .td-pulldown-syle-default .td-subcat-more,
/* 5584 */ .ie8 .td-pulldown-syle-default .td-subcat-list,
/* 5585 */ .ie9 .td-pulldown-syle-default .td-subcat-list,
/* 5586 */ .ie10 .td-pulldown-syle-default .td-subcat-list,
/* 5587 */ .ie11 .td-pulldown-syle-default .td-subcat-list {
/* 5588 */   position: relative;
/* 5589 */   top: -1px;
/* 5590 */ }
/* 5591 */ /* ie8 */
/* 5592 */ .ie8 {
/* 5593 */   /* backstr fix */
/* 5594 */   /* style 1 */
/* 5595 */   /* colored bg */
/* 5596 */   /* style 4 */
/* 5597 */   /* style 5 */
/* 5598 */ }
/* 5599 */ .ie8 .td-live-theme-demos {
/* 5600 */   display: none;

/* td_legacy_main.css */

/* 5601 */ }
/* 5602 */ .ie8 .td-header-style-5 .td-header-menu-wrap.td-affix,
/* 5603 */ .ie8 .td-header-style-6 .td-header-menu-wrap.td-affix {
/* 5604 */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
/* 5605 */ }
/* 5606 */ .ie8 .td-header-style-8 .td-affix .td-header-sp-logo {
/* 5607 */   height: 48px;
/* 5608 */   margin-top: 0;
/* 5609 */ }
/* 5610 */ .ie8 .td-trending-now-post {
/* 5611 */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 5612 */ }
/* 5613 */ .ie8 .td-trending-now-post:first-child {
/* 5614 */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 5615 */ }
/* 5616 */ .ie8 .td-classic-sharing {
/* 5617 */   display: none;
/* 5618 */ }
/* 5619 */ .ie8 .td-post-source-tags {
/* 5620 */   display: none;
/* 5621 */ }
/* 5622 */ .ie8 .td-stretch-width,
/* 5623 */ .ie8 .td-stretch-height {
/* 5624 */   left: 0 !important;
/* 5625 */ }
/* 5626 */ .ie8 .td_social_type .td-sp {
/* 5627 */   width: 0;
/* 5628 */ }
/* 5629 */ .ie8 .td_category_template_6 .td-category-header,
/* 5630 */ .ie8 .td_category_template_8 .td-category-header {
/* 5631 */   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#96000000', endColorstr='#96000000');
/* 5632 */   /* IE */
/* 5633 */   background-color: transparent;
/* 5634 */ }
/* 5635 */ .ie8 .td-category-title-holder {
/* 5636 */   padding-right: 100px;
/* 5637 */   padding-left: 100px;
/* 5638 */ }
/* 5639 */ .ie8 .td-header-wrap .td-a-rec-id-header > div,
/* 5640 */ .ie8 .td-header-wrap .td-g-rec-id-header > .adsbygoogle {
/* 5641 */   margin: 24px auto 0 auto;
/* 5642 */ }
/* 5643 */ .ie8 .td-header-style-1 .td-a-rec-id-header > div,
/* 5644 */ .ie8 .td-header-style-2 .td-a-rec-id-header > div,
/* 5645 */ .ie8 .td-header-style-3 .td-a-rec-id-header > div,
/* 5646 */ .ie8 .td-header-style-1 .td-g-rec-id-header > .adsbygoogle,
/* 5647 */ .ie8 .td-header-style-2 .td-g-rec-id-header > .adsbygoogle,
/* 5648 */ .ie8 .td-header-style-3 .td-g-rec-id-header > .adsbygoogle {
/* 5649 */   margin: auto !important;
/* 5650 */ }

/* td_legacy_main.css */

/* 5651 */ .ie8 .td-header-style-4 .td-a-rec-id-header > div,
/* 5652 */ .ie8 .td-header-style-4 .td-g-rec-id-header > .adsbygoogle {
/* 5653 */   margin: 24px auto;
/* 5654 */ }
/* 5655 */ .ie8 .single_template_6 .td-a-rec-id-header > div,
/* 5656 */ .ie8 .single_template_7 .td-a-rec-id-header > div,
/* 5657 */ .ie8 .homepage-post.single_template_7 .td-a-rec-id-header > div,
/* 5658 */ .ie8 .single_template_8 .td-a-rec-id-header > div,
/* 5659 */ .ie8 .single_template_10 .td-a-rec-id-header > div,
/* 5660 */ .ie8 .single_template_11 .td-a-rec-id-header > div,
/* 5661 */ .ie8 .td_category_template_2 .td-a-rec-id-header > div,
/* 5662 */ .ie8 .td_category_template_5 .td-a-rec-id-header > div,
/* 5663 */ .ie8 .td_category_template_6 .td-a-rec-id-header > div,
/* 5664 */ .ie8 .td_category_template_8 .td-a-rec-id-header > div,
/* 5665 */ .ie8 .single_template_6 .td-g-rec-id-header > div,
/* 5666 */ .ie8 .single_template_7 .td-g-rec-id-header > div,
/* 5667 */ .ie8 .homepage-post.single_template_7 .td-g-rec-id-header > div,
/* 5668 */ .ie8 .single_template_8 .td-g-rec-id-header > div,
/* 5669 */ .ie8 .single_template_10 .td-g-rec-id-header > div,
/* 5670 */ .ie8 .single_template_11 .td-g-rec-id-header > div,
/* 5671 */ .ie8 .td_category_template_2 .td-g-rec-id-header > div,
/* 5672 */ .ie8 .td_category_template_5 .td-g-rec-id-header > div,
/* 5673 */ .ie8 .td_category_template_6 .td-g-rec-id-header > div,
/* 5674 */ .ie8 .td_category_template_8 .td-g-rec-id-header > div,
/* 5675 */ .ie8 .single_template_6 .td-a-rec-id-header > .adsbygoogle,
/* 5676 */ .ie8 .single_template_7 .td-a-rec-id-header > .adsbygoogle,
/* 5677 */ .ie8 .homepage-post.single_template_7 .td-a-rec-id-header > .adsbygoogle,
/* 5678 */ .ie8 .single_template_8 .td-a-rec-id-header > .adsbygoogle,
/* 5679 */ .ie8 .single_template_10 .td-a-rec-id-header > .adsbygoogle,
/* 5680 */ .ie8 .single_template_11 .td-a-rec-id-header > .adsbygoogle,
/* 5681 */ .ie8 .td_category_template_2 .td-a-rec-id-header > .adsbygoogle,
/* 5682 */ .ie8 .td_category_template_5 .td-a-rec-id-header > .adsbygoogle,
/* 5683 */ .ie8 .td_category_template_6 .td-a-rec-id-header > .adsbygoogle,
/* 5684 */ .ie8 .td_category_template_8 .td-a-rec-id-header > .adsbygoogle,
/* 5685 */ .ie8 .single_template_6 .td-g-rec-id-header > .adsbygoogle,
/* 5686 */ .ie8 .single_template_7 .td-g-rec-id-header > .adsbygoogle,
/* 5687 */ .ie8 .homepage-post.single_template_7 .td-g-rec-id-header > .adsbygoogle,
/* 5688 */ .ie8 .single_template_8 .td-g-rec-id-header > .adsbygoogle,
/* 5689 */ .ie8 .single_template_10 .td-g-rec-id-header > .adsbygoogle,
/* 5690 */ .ie8 .single_template_11 .td-g-rec-id-header > .adsbygoogle,
/* 5691 */ .ie8 .td_category_template_2 .td-g-rec-id-header > .adsbygoogle,
/* 5692 */ .ie8 .td_category_template_5 .td-g-rec-id-header > .adsbygoogle,
/* 5693 */ .ie8 .td_category_template_6 .td-g-rec-id-header > .adsbygoogle,
/* 5694 */ .ie8 .td_category_template_8 .td-g-rec-id-header > .adsbygoogle {
/* 5695 */   margin-bottom: 24px;
/* 5696 */ }
/* 5697 */ .ie8 .td_ajax_load_more i {
/* 5698 */   top: -1px;
/* 5699 */ }
/* 5700 */ .ie8 .td-subcat-filter .td-subcat-dropdown {

/* td_legacy_main.css */

/* 5701 */   float: right;
/* 5702 */ }
/* 5703 */ .ie8 .td-grid-style-1 .td-module-thumb a {
/* 5704 */   bottom: 0;
/* 5705 */   content: "";
/* 5706 */   display: block;
/* 5707 */   height: 100%;
/* 5708 */   width: 100%;
/* 5709 */   position: absolute;
/* 5710 */   z-index: 1;
/* 5711 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f000000', endColorstr='#000000', GradientType=0);
/* 5712 */ }
/* 5713 */ .ie8 .td-grid-style-1 .td-module-thumb a img {
/* 5714 */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
/* 5715 */ }
/* 5716 */ .ie8 .td-grid-style-2 .td-module-thumb a,
/* 5717 */ .ie8 .td-grid-style-3 .td-module-thumb a {
/* 5718 */   bottom: 0;
/* 5719 */   content: "";
/* 5720 */   display: block;
/* 5721 */   height: 100%;
/* 5722 */   width: 100%;
/* 5723 */   position: absolute;
/* 5724 */   z-index: 1;
/* 5725 */ }
/* 5726 */ .ie8 .td-grid-style-2 .td-module-thumb a img,
/* 5727 */ .ie8 .td-grid-style-3 .td-module-thumb a img {
/* 5728 */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
/* 5729 */ }
/* 5730 */ .ie8 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a,
/* 5731 */ .ie8 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a {
/* 5732 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
/* 5733 */ }
/* 5734 */ .ie8 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a,
/* 5735 */ .ie8 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a {
/* 5736 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
/* 5737 */ }
/* 5738 */ .ie8 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a,
/* 5739 */ .ie8 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a {
/* 5740 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
/* 5741 */ }
/* 5742 */ .ie8 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a,
/* 5743 */ .ie8 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a {
/* 5744 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
/* 5745 */ }
/* 5746 */ .ie8 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a,
/* 5747 */ .ie8 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a {
/* 5748 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
/* 5749 */ }
/* 5750 */ .ie8 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a,

/* td_legacy_main.css */

/* 5751 */ .ie8 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a {
/* 5752 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
/* 5753 */ }
/* 5754 */ .ie8 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a,
/* 5755 */ .ie8 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a {
/* 5756 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
/* 5757 */ }
/* 5758 */ .ie8 .td-grid-style-4 .entry-title {
/* 5759 */   background-color: transparent;
/* 5760 */   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#50000000', endColorstr='#50000000');
/* 5761 */   /* IE */
/* 5762 */ }
/* 5763 */ .ie8 .td-grid-style-5 .td-module-thumb a {
/* 5764 */   bottom: 0;
/* 5765 */   content: "";
/* 5766 */   display: block;
/* 5767 */   height: 100%;
/* 5768 */   width: 100%;
/* 5769 */   position: absolute;
/* 5770 */   z-index: 1;
/* 5771 */   background-color: black;
/* 5772 */ }
/* 5773 */ .ie8 .td-grid-style-5 .td-module-thumb a img {
/* 5774 */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 5775 */ }
/* 5776 */ .ie8 .td-next-prev-wrap .td-ajax-prev-page {
/* 5777 */   padding-left: 1px;
/* 5778 */ }
/* 5779 */ .ie8 .td-social-facebook .td-social-but-text {
/* 5780 */   border-left: 1px solid #7F9EDF;
/* 5781 */ }
/* 5782 */ .ie8 .td-social-twitter .td-social-but-text {
/* 5783 */   border-left: 1px solid #8FE2FC;
/* 5784 */ }
/* 5785 */ .ie8 .td-post-template-8 .td-post-header-holder {
/* 5786 */   background-color: #000000;
/* 5787 */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 5788 */ }
/* 5789 */ .ie8 .td-module-comments a {
/* 5790 */   padding: 3px 3px 4px 3px;
/* 5791 */ }
/* 5792 */ .ie8 .td-social-style-2 .td-icon-font {
/* 5793 */   border: 1px solid #333;
/* 5794 */ }
/* 5795 */ .ie8 .td_block_14 .td-next-prev-wrap,
/* 5796 */ .ie8 .td_block_14 .td-load-more-wrap {
/* 5797 */   margin-top: 23px;
/* 5798 */ }
/* 5799 */ .ie8 .td-g-rec-id-smart_list_6,
/* 5800 */ .ie8 .td-g-rec-id-smart_list_7,

/* td_legacy_main.css */

/* 5801 */ .ie8 .td-g-rec-id-smart_list_8,
/* 5802 */ .ie8 .td-g-rec-id-footer_top,
/* 5803 */ .ie8 .td-g-rec-id-content_top,
/* 5804 */ .ie8 .td-g-rec-id-content_bottom,
/* 5805 */ .ie8 .td-g-rec-id-content_inline {
/* 5806 */   display: block;
/* 5807 */   margin-left: -16px;
/* 5808 */   margin-right: -16px;
/* 5809 */ }
/* 5810 */ .ie8 .td-g-rec-id-smart_list_6 .adsbygoogle,
/* 5811 */ .ie8 .td-g-rec-id-smart_list_7 .adsbygoogle,
/* 5812 */ .ie8 .td-g-rec-id-smart_list_8 .adsbygoogle,
/* 5813 */ .ie8 .td-g-rec-id-footer_top .adsbygoogle,
/* 5814 */ .ie8 .td-g-rec-id-content_top .adsbygoogle,
/* 5815 */ .ie8 .td-g-rec-id-content_bottom .adsbygoogle,
/* 5816 */ .ie8 .td-g-rec-id-content_inline .adsbygoogle {
/* 5817 */   margin-right: auto;
/* 5818 */   margin-left: auto;
/* 5819 */   display: table !important;
/* 5820 */   left: 0;
/* 5821 */ }
/* 5822 */ .ie8 .td-menu-background {
/* 5823 */   left: -100%;
/* 5824 */ }
/* 5825 */ .ie8 .td-live-theme-demos .td-set-theme-style-link:before {
/* 5826 */   background-color: transparent;
/* 5827 */ }
/* 5828 */ /*  ----------------------------------------------------------------------------
/* 5829 *|     ie9
/* 5830 *| */
/* 5831 */ .ie9 {
/* 5832 */   /* ie9 - colored gradients fix */
/* 5833 */   /* backstr fix */
/* 5834 */ }
/* 5835 */ .ie9 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
/* 5836 */ .ie9 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
/* 5837 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5838 */ }
/* 5839 */ .ie9 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
/* 5840 */ .ie9 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
/* 5841 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDE3NjQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5842 */ }
/* 5843 */ .ie9 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 5844 */ .ie9 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
/* 5845 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5846 */ }
/* 5847 */ .ie9 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
/* 5848 */ .ie9 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
/* 5849 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTRhM2RiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiY2Y3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5850 */ }

/* td_legacy_main.css */

/* 5851 */ .ie9 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
/* 5852 */ .ie9 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
/* 5853 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjRkMDNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyN2EzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5854 */ }
/* 5855 */ .ie9 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
/* 5856 */ .ie9 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
/* 5857 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5858 */ }
/* 5859 */ .ie9 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
/* 5860 */ .ie9 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
/* 5861 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5862 */ }
/* 5863 */ .ie9 .td-grid-style-1 .td-module-thumb a:last-child:before {
/* 5864 */   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
/* 5865 */ }
/* 5866 */ .ie9 .td-stretch-width,
/* 5867 */ .ie9 .td-stretch-height {
/* 5868 */   left: 0 !important;
/* 5869 */   -webkit-transform: none;
/* 5870 */   ms-transform: none;
/* 5871 */   transform: none;
/* 5872 */ }
/* 5873 */ .ie9 .td-next-prev-wrap .td-ajax-next-page {
/* 5874 */   padding-left: 3px;
/* 5875 */ }
/* 5876 */ .ie9 .td-module-comments a {
/* 5877 */   padding: 3px 4px 4px 4px;
/* 5878 */ }
/* 5879 */ .ie9 .td-menu-background,
/* 5880 */ .ie9 #td-mobile-nav {
/* 5881 */   left: -100%;
/* 5882 */ }
/* 5883 */ .ie9 .td-menu-mob-open-menu .td-menu-background,
/* 5884 */ .ie9 .td-menu-mob-open-menu #td-mobile-nav {
/* 5885 */   left: 0;
/* 5886 */ }
/* 5887 */ .ie9 .td-search-background {
/* 5888 */   right: 100%;
/* 5889 */ }
/* 5890 */ .ie9 .td-search-opened .td-search-background {
/* 5891 */   right: 0;
/* 5892 */ }
/* 5893 */ .ie9 .td-demo-multicolumn-2 .sub-menu {
/* 5894 */   padding: 0;
/* 5895 */ }
/* 5896 */ .ie9 .td-demo-menuitem-hide {
/* 5897 */   display: none;
/* 5898 */ }
/* 5899 */ /*  ----------------------------------------------------------------------------
/* 5900 *|     ie 10

/* td_legacy_main.css *|

/* 5901 *| */
/* 5902 */ .ie10 .page-nav a {
/* 5903 */   padding: 5px 11px 5px 12px;
/* 5904 */ }
/* 5905 */ .ie10 .td-module-comments a {
/* 5906 */   padding: 3px 4px 4px 4px;
/* 5907 */ }
/* 5908 */ /*  ----------------------------------------------------------------------------
/* 5909 *|     ie 11
/* 5910 *| */
/* 5911 */ @media (min-width: 1140px) {
/* 5912 */   .ie11 {
/* 5913 */     margin-left: -1px;
/* 5914 */   }
/* 5915 */   .ie11 .td-affix {
/* 5916 */     margin-left: 1px;
/* 5917 */   }
/* 5918 */ }
/* 5919 */ /*  ----------------------------------------------------------------------------
/* 5920 *|     Android
/* 5921 *| */
/* 5922 */ .td-md-is-android .td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 5923 */   /*CSS transitions*/
/* 5924 */   -webkit-transition-property: none !important;
/* 5925 */   transition-property: none !important;
/* 5926 */   /*CSS transforms*/
/* 5927 */   -webkit-transform: none !important;
/* 5928 */   transform: none !important;
/* 5929 */ }
/* 5930 */ .td-md-is-android .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
/* 5931 */   box-shadow: none;
/* 5932 */ }
/* 5933 */ .td-md-is-android .sf-menu ul .td-menu-item > a {
/* 5934 */   padding: 8px 14px 6px;
/* 5935 */ }
/* 5936 */ .td-md-is-android .sf-menu .sub-menu .td-icon-menu-down {
/* 5937 */   margin-top: -8px;
/* 5938 */ }
/* 5939 */ .td-md-is-android .td-trending-now-wrapper .td-trending-now-nav-left {
/* 5940 */   padding-right: 1px;
/* 5941 */ }
/* 5942 */ .td-md-is-android .td-big-grid-post .td-post-category {
/* 5943 */   padding: 4px 7px 2px;
/* 5944 */   line-height: 14px;
/* 5945 */ }
/* 5946 */ .td-md-is-android .block-title span,
/* 5947 */ .td-md-is-android .block-title a,
/* 5948 */ .td-md-is-android .block-title label {
/* 5949 */   padding: 8px 12px 3px;
/* 5950 */ }

/* td_legacy_main.css */

/* 5951 */ .td-md-is-android .td-pulldown-syle-default .td-subcat-more span,
/* 5952 */ .td-md-is-android .td_block_template_3 .td-subcat-more span,
/* 5953 */ .td-md-is-android .td_block_template_4 .td-subcat-more span,
/* 5954 */ .td-md-is-android .td_block_template_5 .td-subcat-more span,
/* 5955 */ .td-md-is-android .td_block_template_7 .td-subcat-more span,
/* 5956 */ .td-md-is-android .td-pulldown-syle-default .td-subcat-more i,
/* 5957 */ .td-md-is-android .td_block_template_3 .td-subcat-more i,
/* 5958 */ .td-md-is-android .td_block_template_4 .td-subcat-more i,
/* 5959 */ .td-md-is-android .td_block_template_5 .td-subcat-more i,
/* 5960 */ .td-md-is-android .td_block_template_7 .td-subcat-more i,
/* 5961 */ .td-md-is-android .td-pulldown-syle-default .td-subcat-list,
/* 5962 */ .td-md-is-android .td_block_template_3 .td-subcat-list,
/* 5963 */ .td-md-is-android .td_block_template_4 .td-subcat-list,
/* 5964 */ .td-md-is-android .td_block_template_5 .td-subcat-list,
/* 5965 */ .td-md-is-android .td_block_template_7 .td-subcat-list {
/* 5966 */   position: relative;
/* 5967 */   top: 1px;
/* 5968 */ }
/* 5969 */ .td-md-is-android .td-category-siblings .td-category {
/* 5970 */   height: 21px;
/* 5971 */ }
/* 5972 */ .td-md-is-android .td-category-header .td-category .entry-category a {
/* 5973 */   padding: 4px 8px;
/* 5974 */ }
/* 5975 */ .td-md-is-android input[type=submit] {
/* 5976 */   padding: 9px 15px 8px;
/* 5977 */ }
/* 5978 */ .td-md-is-android .td-left-smart-list,
/* 5979 */ .td-md-is-android .td-right-smart-list {
/* 5980 */   padding-top: 1px;
/* 5981 */ }
/* 5982 */ .td-md-is-android .td_smart_list_3 .td-left-smart-list {
/* 5983 */   padding-right: 1px;
/* 5984 */ }
/* 5985 */ .td-md-is-android .td-author-counters span {
/* 5986 */   padding: 5px 9px 2px;
/* 5987 */ }
/* 5988 */ .td-md-is-android .td-404-sub-sub-title a {
/* 5989 */   padding: 8px 15px 7px;
/* 5990 */ }
/* 5991 */ .td-md-is-android .td-menu-blocks-custom ul li a {
/* 5992 */   padding: 2px 12px 0;
/* 5993 */ }
/* 5994 */ .td-md-is-android .td-tab-blocks-custom ul.wpb_tabs_nav li a {
/* 5995 */   padding: 6px 13px 4px !important;
/* 5996 */ }
/* 5997 */ .td-md-is-android .td_ajax_load_more i {
/* 5998 */   top: -1px;
/* 5999 */ }
/* 6000 */ .td-md-is-android .td-next-prev-wrap a {

/* td_legacy_main.css */

/* 6001 */   line-height: 25px;
/* 6002 */ }
/* 6003 */ .td-md-is-android .page-nav .td-icon-menu-right {
/* 6004 */   padding-left: 2px;
/* 6005 */ }
/* 6006 */ .td-md-is-android .page-nav .td-icon-menu-left {
/* 6007 */   padding-right: 2px;
/* 6008 */ }
/* 6009 */ .td-md-is-android .td-page-content .dropcap,
/* 6010 */ .td-md-is-android .td-post-content .dropcap,
/* 6011 */ .td-md-is-android .wpb_text_column .dropcap,
/* 6012 */ .td-md-is-android .td_block_text_with_title .dropcap,
/* 6013 */ .td-md-is-android .bbpress .dropcap,
/* 6014 */ .td-md-is-android .mce-content-body .dropcap,
/* 6015 */ .td-md-is-android .comment-content .dropcap {
/* 6016 */   padding: 5px 13px 2px 13px;
/* 6017 */ }
/* 6018 */ .td-md-is-android .single-product .product .related h2 {
/* 6019 */   padding: 8px 12px 5px;
/* 6020 */ }
/* 6021 */ @media (max-width: 767px) {
/* 6022 */   .td-md-is-android .td-trending-now-display-area {
/* 6023 */     height: 27px;
/* 6024 */   }
/* 6025 */   .td-md-is-android .td-big-grid-post .td-post-category {
/* 6026 */     padding: 4px 7px 1px;
/* 6027 */   }
/* 6028 */   .td-md-is-android .td-category-siblings .td-subcat-more {
/* 6029 */     padding: 4px 5px 3px;
/* 6030 */   }
/* 6031 */   .td-md-is-android .td_category_template_3 .td-category-siblings .td-category a {
/* 6032 */     padding: 5px 9px ;
/* 6033 */   }
/* 6034 */   .td-md-is-android .category-template-style-8 .td-category-siblings .td-subcat-more {
/* 6035 */     padding: 4px 4px 3px 5px;
/* 6036 */   }
/* 6037 */   .td-md-is-android .td-author-counters span {
/* 6038 */     padding: 5px 9px 4px;
/* 6039 */   }
/* 6040 */   .td-md-is-android .td-theme-slider .slide-meta-cat a {
/* 6041 */     padding: 4px 5px 2px;
/* 6042 */   }
/* 6043 */ }
/* 6044 */ .td-md-is-android .td-skin-scroll {
/* 6045 */   display: none;
/* 6046 */ }
/* 6047 */ /*  ----------------------------------------------------------------------------
/* 6048 *|     iOS
/* 6049 *| */
/* 6050 */ .td-md-is-ios body {

/* td_legacy_main.css */

/* 6051 */   -webkit-font-smoothing: antialiased;
/* 6052 */ }
/* 6053 */ .td-md-is-ios .td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 6054 */   /*CSS transitions*/
/* 6055 */   -webkit-transition-property: none !important;
/* 6056 */   transition-property: none !important;
/* 6057 */   /*CSS transforms*/
/* 6058 */   -webkit-transform: none !important;
/* 6059 */   transform: none !important;
/* 6060 */ }
/* 6061 */ .td-md-is-ios .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
/* 6062 */   box-shadow: none;
/* 6063 */ }
/* 6064 */ .td-md-is-ios .sf-menu .sub-menu .td-icon-menu-down {
/* 6065 */   margin-top: -9px;
/* 6066 */   line-height: 20px;
/* 6067 */ }
/* 6068 */ .td-md-is-ios .td-trending-now-wrapper .td-trending-now-nav-left {
/* 6069 */   padding-right: 1px;
/* 6070 */ }
/* 6071 */ .td-md-is-ios .td-big-grid-post .td-post-category {
/* 6072 */   padding: 3px 7px;
/* 6073 */ }
/* 6074 */ .td-md-is-ios .td-pulldown-syle-default .td-subcat-more,
/* 6075 */ .td-md-is-ios .td_block_template_11 .td-subcat-more,
/* 6076 */ .td-md-is-ios .td-pulldown-syle-default .td-subcat-list,
/* 6077 */ .td-md-is-ios .td_block_template_11 .td-subcat-list {
/* 6078 */   position: relative;
/* 6079 */   top: -1px;
/* 6080 */ }
/* 6081 */ .td-md-is-ios .td-category-header .td-pulldown-filter-display-option {
/* 6082 */   line-height: 22px;
/* 6083 */ }
/* 6084 */ .td-md-is-ios .td_category_template_3 .td-category-siblings .td-category a {
/* 6085 */   padding: 5px 7px 4px 7px;
/* 6086 */ }
/* 6087 */ .td-md-is-ios .td_category_template_3 .td-category-siblings .td-subcat-dropdown {
/* 6088 */   margin-right: 6px;
/* 6089 */ }
/* 6090 */ .td-md-is-ios .td_category_template_4 .td-category-siblings .td-category a {
/* 6091 */   padding: 4px 7px 3px 7px;
/* 6092 */ }
/* 6093 */ .td-md-is-ios .td_block_template_1 .td-related-title > .td-related-left,
/* 6094 */ .td-md-is-ios .td_block_template_1 .td-related-title > .td-related-right {
/* 6095 */   padding: 8px 12px 6px;
/* 6096 */ }
/* 6097 */ .td-md-is-ios .td-module-comments a {
/* 6098 */   padding: 3px 4px 4px 4px;
/* 6099 */ }
/* 6100 */ .td-md-is-ios .td-left-smart-list,

/* td_legacy_main.css */

/* 6101 */ .td-md-is-ios .td-right-smart-list {
/* 6102 */   line-height: 39px;
/* 6103 */ }
/* 6104 */ .td-md-is-ios .td-author-counters span {
/* 6105 */   padding: 4px 9px 3px;
/* 6106 */ }
/* 6107 */ .td-md-is-ios input[type=submit] {
/* 6108 */   padding: 7px 15px 8px;
/* 6109 */ }
/* 6110 */ .td-md-is-ios .td-404-sub-sub-title a {
/* 6111 */   padding: 7px 15px 8px;
/* 6112 */ }
/* 6113 */ .td-md-is-ios .td-tab-blocks-custom ul.wpb_tabs_nav li a {
/* 6114 */   padding: 4px 7px !important;
/* 6115 */ }
/* 6116 */ .td-md-is-ios .td-menu-blocks-custom ul li a {
/* 6117 */   padding: 0 12px 1px;
/* 6118 */   line-height: 27px;
/* 6119 */ }
/* 6120 */ .td-md-is-ios .td_ajax_load_more i {
/* 6121 */   top: -1px;
/* 6122 */ }
/* 6123 */ @media (max-width: 767px) {
/* 6124 */   .td-md-is-ios .td-trending-now-display-area {
/* 6125 */     height: 27px;
/* 6126 */   }
/* 6127 */ }
/* 6128 */ .td-md-is-ios .td-footer-wrapper .block-title a,
/* 6129 */ .td-md-is-ios .td-footer-wrapper .block-title span,
/* 6130 */ .td-md-is-ios .td-footer-wrapper .block-title label {
/* 6131 */   /* responsive portrait phone */
/* 6132 */ }
/* 6133 */ @media (max-width: 767px) {
/* 6134 */   .td-md-is-ios .td-footer-wrapper .block-title a,
/* 6135 */   .td-md-is-ios .td-footer-wrapper .block-title span,
/* 6136 */   .td-md-is-ios .td-footer-wrapper .block-title label {
/* 6137 */     padding-right: 0;
/* 6138 */     padding-left: 0;
/* 6139 */   }
/* 6140 */ }
/* 6141 */ .td-md-is-ios .td-footer-wrapper .td_block_template_1 .block-title * {
/* 6142 */   padding-right: 0;
/* 6143 */   padding-left: 0;
/* 6144 */ }
/* 6145 */ .td-md-is-ios .td-skin-scroll {
/* 6146 */   display: none;
/* 6147 */ }
/* 6148 */ @media (min-width: 1140px) {
/* 6149 */   .td-md-is-safari {
/* 6150 */     margin-left: -1px;

/* td_legacy_main.css */

/* 6151 */   }
/* 6152 */   .td-md-is-safari .td-affix {
/* 6153 */     margin-left: 1px;
/* 6154 */   }
/* 6155 */ }
/* 6156 */ @media (min-width: 767px) {
/* 6157 */   .td-md-is-safari .td-big-grid-post .td-module-thumb {
/* 6158 */     -webkit-transform: translate3d(0, 0, 0);
/* 6159 */   }
/* 6160 */ }
/* 6161 */ .td-md-is-safari .td_block_big_grid_8 .td-module-thumb {
/* 6162 */   -webkit-transform: none;
/* 6163 */ }
/* 6164 */ .td-md-is-safari .td_module_slide:before {
/* 6165 */   bottom: -1px;
/* 6166 */ }
/* 6167 */ .td-md-is-safari .td_module_slide .td-module-title {
/* 6168 */   -webkit-transform: translate3D(0, 0, 0);
/* 6169 */ }
/* 6170 */ .td-md-is-safari .td-big-grid-post .td-module-thumb a:last-child::before {
/* 6171 */   width: 101%;
/* 6172 */   left: -2px;
/* 6173 */ }
/* 6174 */ .td-md-is-safari .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
/* 6175 */   transform: none;
/* 6176 */   -webkit-transform: none;
/* 6177 */ }
/* 6178 */ .td-md-is-safari .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
/* 6179 */   padding: 4px 5px 3px;
/* 6180 */ }
/* 6181 */ .td-md-is-safari .td-review-header .block-title,
/* 6182 */ .td-md-is-safari .td-review-summary .block-title {
/* 6183 */   padding: 7px 12px 6px;
/* 6184 */ }
/* 6185 */ .td-md-is-safari .td_block_template_1 .td-related-title > .td-related-left,
/* 6186 */ .td-md-is-safari .td_block_template_1 .td-related-title > .td-related-right {
/* 6187 */   padding: 7px 12px 5px 12px;
/* 6188 */ }
/* 6189 */ .td-md-is-safari .td-boxed-layout .td-post-template-7 .td-image-gradient-style7:after {
/* 6190 */   width: 110%;
/* 6191 */   left: -2px;
/* 6192 */ }
/* 6193 */ .td-md-is-safari .td-boxed-layout .td-post-template-3 .td-image-gradient:before {
/* 6194 */   width: 110%;
/* 6195 */   left: -2px;
/* 6196 */ }
/* 6197 */ .td-md-is-safari .td-big-grid-post .td-meta-info-container {
/* 6198 */   transform: translateZ(0);
/* 6199 */   -webkit-transform: translateZ(0);
/* 6200 */ }

/* td_legacy_main.css */

/* 6201 */ .td-md-is-safari .td-grid-style-2 .td-big-grid-post .td-meta-info-container,
/* 6202 */ .td-md-is-safari .td-grid-style-3 .td-big-grid-post .td-meta-info-container {
/* 6203 */   transform: none;
/* 6204 */   -webkit-transform: none;
/* 6205 */ }
/* 6206 */ .td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
/* 6207 */   padding: 4px 5px 3px;
/* 6208 */ }
/* 6209 */ /*  ----------------------------------------------------------------------------
/* 6210 *|     Chrome
/* 6211 *| */
/* 6212 */ .td-md-is-chrome .td_block_inner_overflow .td_module_wrap,
/* 6213 */ .td-md-is-chrome .td_block_inner_overflow .item-details {
/* 6214 */   position: relative;
/* 6215 */ }
/* 6216 */ .td-audio-player {
/* 6217 */   height: 40px;
/* 6218 */   font-size: 16px;
/* 6219 */   overflow: hidden;
/* 6220 */   visibility: hidden;
/* 6221 */   opacity: 0;
/* 6222 */   -webkit-transition: all 0.4s ease-in-out;
/* 6223 */   transition: all 0.4s ease-in-out;
/* 6224 */ }
/* 6225 */ .td-audio-player iframe {
/* 6226 */   display: block;
/* 6227 */   width: 100%;
/* 6228 */ }
/* 6229 */ .td-audio-player .compactSound__artwork {
/* 6230 */   display: none;
/* 6231 */ }
/* 6232 */ .td-audio-player .mejs-container,
/* 6233 */ .td-audio-player .mejs-container .mejs-controls,
/* 6234 */ .td-audio-player .mejs-embed,
/* 6235 */ .td-audio-player .mejs-embed body {
/* 6236 */   background: transparent;
/* 6237 */   background-color: transparent;
/* 6238 */ }
/* 6239 */ .td-audio-player .mejs-container {
/* 6240 */   width: auto !important;
/* 6241 */ }
/* 6242 */ .td-audio-player .mejs-button {
/* 6243 */   width: auto;
/* 6244 */   height: auto;
/* 6245 */   font-size: inherit;
/* 6246 */ }
/* 6247 */ .td-audio-player .mejs-button button {
/* 6248 */   position: relative;
/* 6249 */   background: transparent;
/* 6250 */   width: auto;

/* td_legacy_main.css */

/* 6251 */   height: auto;
/* 6252 */   margin: 0;
/* 6253 */   font-size: inherit;
/* 6254 */ }
/* 6255 */ .td-audio-player .mejs-button button:after {
/* 6256 */   position: relative;
/* 6257 */   display: block;
/* 6258 */   font-family: 'newspaper', sans-serif;
/* 6259 */   line-height: 1;
/* 6260 */   color: #111;
/* 6261 */ }
/* 6262 */ .td-audio-player .mejs-playpause-button {
/* 6263 */   margin-right: 0.75em;
/* 6264 */ }
/* 6265 */ .td-audio-player .mejs-playpause-button button:after {
/* 6266 */   font-size: 2.625em;
/* 6267 */ }
/* 6268 */ .td-audio-player .mejs-play button:after {
/* 6269 */   content: '\e9cf';
/* 6270 */ }
/* 6271 */ .td-audio-player .mejs-pause button:after {
/* 6272 */   content: '\e9ce';
/* 6273 */ }
/* 6274 */ .td-audio-player .mejs-replay button:after {
/* 6275 */   content: '\e9d2';
/* 6276 */ }
/* 6277 */ .td-audio-player .mejs-volume-button {
/* 6278 */   margin-left: 1.25em;
/* 6279 */   margin-right: 0.5em;
/* 6280 */ }
/* 6281 */ .td-audio-player .mejs-volume-button button:after {
/* 6282 */   font-size: 1.375em;
/* 6283 */ }
/* 6284 */ .td-audio-player .mejs-mute button:after {
/* 6285 */   content: '\e9d0';
/* 6286 */ }
/* 6287 */ .td-audio-player .mejs-unmute button:after {
/* 6288 */   content: '\e9d1';
/* 6289 */ }
/* 6290 */ .td-audio-player .mejs-controls {
/* 6291 */   position: relative;
/* 6292 */   align-items: center;
/* 6293 */   padding-left: 0;
/* 6294 */   padding-right: 0;
/* 6295 */ }
/* 6296 */ .td-audio-player .mejs-controls .mejs-time-rail {
/* 6297 */   height: auto;
/* 6298 */   margin: 0 0.625em;
/* 6299 */   padding-top: 0;
/* 6300 */   font-size: inherit;

/* td_legacy_main.css */

/* 6301 */ }
/* 6302 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total,
/* 6303 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
/* 6304 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
/* 6305 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
/* 6306 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
/* 6307 */   border-radius: 100px;
/* 6308 */   height: 0.625em;
/* 6309 */ }
/* 6310 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
/* 6311 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
/* 6312 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
/* 6313 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
/* 6314 */   height: inherit;
/* 6315 */ }
/* 6316 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total {
/* 6317 */   position: relative;
/* 6318 */   margin-top: 0;
/* 6319 */   background: #eee;
/* 6320 */   outline: none;
/* 6321 */ }
/* 6322 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
/* 6323 */   background: transparent;
/* 6324 */ }
/* 6325 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current {
/* 6326 */   background: var(--td_theme_color, #4db2ec);
/* 6327 */ }
/* 6328 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle,
/* 6329 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
/* 6330 */   border-width: 0.25em;
/* 6331 */ }
/* 6332 */ .td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
/* 6333 */   top: -0.375em;
/* 6334 */   width: 0.875em;
/* 6335 */   height: 0.875em;
/* 6336 */   background-color: #fff;
/* 6337 */   border-color: #fff;
/* 6338 */   border-radius: 50%;
/* 6339 */   transform: none;
/* 6340 */   -webkit-transform: none;
/* 6341 */   -webkit-box-shadow: 0 0 1px #000000;
/* 6342 */   box-shadow: 0 0 1px #000000;
/* 6343 */   overflow: hidden;
/* 6344 */ }
/* 6345 */ .td-audio-player .mejs-controls .mejs-horizontal-volume-slider {
/* 6346 */   height: auto;
/* 6347 */   width: auto;
/* 6348 */ }
/* 6349 */ .td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
/* 6350 */   position: relative;

/* td_legacy_main.css */

/* 6351 */   top: 0;
/* 6352 */   background: #eee;
/* 6353 */   width: 3.125em;
/* 6354 */   height: 0.625em;
/* 6355 */   font-size: inherit;
/* 6356 */   border-radius: 100px;
/* 6357 */   overflow: hidden;
/* 6358 */ }
/* 6359 */ .td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
/* 6360 */   background: var(--td_theme_color, #4db2ec);
/* 6361 */ }
/* 6362 */ .td-audio-player .mejs-time-float {
/* 6363 */   background: rgba(0, 0, 0, 0.7);
/* 6364 */   color: #fff;
/* 6365 */   border-color: transparent;
/* 6366 */ }
/* 6367 */ .td-audio-player .mejs-time-float .mejs-time-float-current {
/* 6368 */   font-size: 0.8em;
/* 6369 */ }
/* 6370 */ .td-audio-player .mejs-time-float .mejs-time-float-corner {
/* 6371 */   top: calc(100% + 1px);
/* 6372 */   border-color: rgba(0, 0, 0, 0.7) transparent transparent;
/* 6373 */ }
/* 6374 */ .td-audio-player .mejs-time {
/* 6375 */   padding: 0;
/* 6376 */   height: auto;
/* 6377 */   font-size: 0.85em;
/* 6378 */   line-height: 1;
/* 6379 */   color: #000;
/* 6380 */ }
/* 6381 */ .td-js-loaded .td-audio-player {
/* 6382 */   height: auto;
/* 6383 */   overflow: visible;
/* 6384 */   visibility: visible;
/* 6385 */   opacity: 1;
/* 6386 */ }
/* 6387 */ .wp-block-image.td-caption-align-left figcaption .mfp-title,
/* 6388 */ .wp-block-image .td-caption-align-left figcaption .mfp-title,
/* 6389 */ .wp-block-image.td-caption-align-left figcaption,
/* 6390 */ .wp-block-image .td-caption-align-left figcaption {
/* 6391 */   text-align: left;
/* 6392 */ }
/* 6393 */ .wp-block-image.td-caption-align-center figcaption .mfp-title,
/* 6394 */ .wp-block-image .td-caption-align-center figcaption .mfp-title,
/* 6395 */ .wp-block-image.td-caption-align-center figcaption,
/* 6396 */ .wp-block-image .td-caption-align-center figcaption {
/* 6397 */   text-align: center;
/* 6398 */ }
/* 6399 */ .wp-block-image.td-caption-align-right figcaption .mfp-title,
/* 6400 */ .wp-block-image .td-caption-align-right figcaption .mfp-title,

/* td_legacy_main.css */

/* 6401 */ .wp-block-image.td-caption-align-right figcaption,
/* 6402 */ .wp-block-image .td-caption-align-right figcaption {
/* 6403 */   text-align: right;
/* 6404 */ }
/* 6405 */ .wp-block-image.td-img-style-shadow {
/* 6406 */   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
/* 6407 */ }
/* 6408 */ .mfp-figure.td-caption-align-left figcaption .mfp-title {
/* 6409 */   text-align: left;
/* 6410 */ }
/* 6411 */ .mfp-figure.td-caption-align-center figcaption .mfp-title {
/* 6412 */   text-align: center;
/* 6413 */ }
/* 6414 */ .mfp-figure.td-caption-align-right figcaption .mfp-title {
/* 6415 */   text-align: right;
/* 6416 */ }
/* 6417 */ p[class*="dropcapp"]:first-letter {
/* 6418 */   float: left;
/* 6419 */   display: block;
/* 6420 */   font-size: 50px;
/* 6421 */   line-height: 56px;
/* 6422 */   background-color: #4db2ec;
/* 6423 */   color: white;
/* 6424 */   text-align: center;
/* 6425 */   margin: 9px 13px 0 0;
/* 6426 */   padding: 2px 14px 4px;
/* 6427 */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 6428 */   text-transform: uppercase;
/* 6429 */ }
/* 6430 */ p.dropcapp1:first-letter {
/* 6431 */   padding-left: 18px;
/* 6432 */   padding-right: 17px;
/* 6433 */   font-size: 40px;
/* 6434 */   border-radius: 70px;
/* 6435 */ }
/* 6436 */ p.dropcapp2:first-letter,
/* 6437 */ p.dropcapp3:first-letter {
/* 6438 */   background-color: transparent !important;
/* 6439 */   color: #4B4B4B;
/* 6440 */   font-size: 79px;
/* 6441 */   line-height: 69px;
/* 6442 */   margin: 0 9px 0 0;
/* 6443 */   padding: 0 13px 0 0;
/* 6444 */ }
/* 6445 */ p.dropcapp3:first-letter {
/* 6446 */   font-weight: bold;
/* 6447 */ }
/* 6448 */ p.dropcapp4 {
/* 6449 */   margin-top: 40px;
/* 6450 */ }

/* td_legacy_main.css */

/* 6451 */ p.dropcapp4:first-letter {
/* 6452 */   background-color: #000;
/* 6453 */   font-size: .85em;
/* 6454 */   line-height: 1;
/* 6455 */   color: #fff;
/* 6456 */   border-radius: 100px;
/* 6457 */   margin: -2px 15px 0 0;
/* 6458 */   padding: 9px 11px;
/* 6459 */ }
/* 6460 */ p.dropcapp4:after {
/* 6461 */   padding-top: 0;
/* 6462 */ }
/* 6463 */ p span.td_text_columns_two_cols {
/* 6464 */   display: block;
/* 6465 */ }
/* 6466 */ .wp-block-button .wp-block-button__link {
/* 6467 */   border-radius: 0;
/* 6468 */   cursor: pointer;
/* 6469 */   display: inline-block;
/* 6470 */   position: relative;
/* 6471 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 6472 */   font-weight: 600;
/* 6473 */   padding: 9px 12px;
/* 6474 */   font-size: 16px;
/* 6475 */   line-height: 20px;
/* 6476 */ }
/* 6477 */ .wp-block-button .wp-block-button__link:hover {
/* 6478 */   background-color: #4db2ec;
/* 6479 */ }
/* 6480 */ .wp-block-button.td_btn_small .wp-block-button__link {
/* 6481 */   padding: 5px 10px;
/* 6482 */   font-size: 12px;
/* 6483 */   line-height: 1.5;
/* 6484 */ }
/* 6485 */ .wp-block-button.td_btn_normal .wp-block-button__link {
/* 6486 */   padding: 9px 12px;
/* 6487 */   font-size: 16px;
/* 6488 */   line-height: 20px;
/* 6489 */ }
/* 6490 */ .wp-block-button.td_btn_large .wp-block-button__link {
/* 6491 */   padding: 10px 16px;
/* 6492 */   font-size: 18px;
/* 6493 */   line-height: 1.33;
/* 6494 */ }
/* 6495 */ .wp-block-button.is-style-round .wp-block-button__link {
/* 6496 */   border-radius: 4px;
/* 6497 */ }
/* 6498 */ .wp-block-button.is-style-shadow .wp-block-button__link {
/* 6499 */   top: 0;
/* 6500 */   -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);

/* td_legacy_main.css */

/* 6501 */   -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
/* 6502 */   box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
/* 6503 */   transition: top 0.1s ease;
/* 6504 */   -webkit-transition: top 0.1s ease;
/* 6505 */ }
/* 6506 */ .wp-block-button.is-style-shadow .wp-block-button__link:hover {
/* 6507 */   top: -3px;
/* 6508 */   -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
/* 6509 */   -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
/* 6510 */   box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
/* 6511 */ }
/* 6512 */ .wp-block-button.is-style-3d .wp-block-button__link {
/* 6513 */   top: 0;
/* 6514 */   transition: top 0.1s ease;
/* 6515 */   -webkit-transition: top 0.1s ease;
/* 6516 */ }
/* 6517 */ .wp-block-button.is-style-3d .wp-block-button__link:after {
/* 6518 */   content: "";
/* 6519 */   position: absolute;
/* 6520 */   display: block;
/* 6521 */   left: 0;
/* 6522 */   top: 100%;
/* 6523 */   width: 100%;
/* 6524 */   height: 5px;
/* 6525 */   background-color: rgba(0, 0, 0, 0.25);
/* 6526 */   z-index: 0;
/* 6527 */   transition: height 0.1s ease;
/* 6528 */   -webkit-transition: height 0.1s ease;
/* 6529 */ }
/* 6530 */ .wp-block-button.is-style-3d .wp-block-button__link:hover {
/* 6531 */   top: 5px;
/* 6532 */ }
/* 6533 */ .wp-block-button.is-style-3d .wp-block-button__link:hover:after {
/* 6534 */   height: 0;
/* 6535 */ }
/* 6536 */ .wp-block-table td,
/* 6537 */ .wp-block-table th {
/* 6538 */   padding: 2px 8px;
/* 6539 */ }
/* 6540 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* td_standard_pack_main.css */

/* 1     */ /*  ----------------------------------------------------------------------------
/* 2     *|     responsive settings
/* 3     *| */
/* 4     */ /* responsive landscape tablet */
/* 5     */ /* responsive portrait tablet */
/* 6     */ /* responsive portrait phone */
/* 7     */ .mx_image_background {
/* 8     */   background-color: #f2f2f2;
/* 9     */ }
/* 10    */ .td-visibility-hidden {
/* 11    */   visibility: hidden;
/* 12    */ }
/* 13    */ /*  ----------------------------------------------------------------------------
/* 14    *|     from bootstrap
/* 15    *| */
/* 16    */ .clearfix {
/* 17    */   *zoom: 1;
/* 18    */ }
/* 19    */ .clearfix:before,
/* 20    */ .clearfix:after {
/* 21    */   display: table;
/* 22    */   content: "";
/* 23    */   line-height: 0;
/* 24    */ }
/* 25    */ .clearfix:after {
/* 26    */   clear: both;
/* 27    */ }
/* 28    */ /*
/* 29    *| usage:
/* 30    *| .td-block-row {
/* 31    *|   .mx-row(td-block-span);
/* 32    *| }
/* 33    *|
/* 34    *| @all_span_selector - is the begining of the span selector
/* 35    *|  */
/* 36    */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* 37    */ /**
/* 38    *|  * 1. Set default font family to sans-serif.
/* 39    *|  * 2. Prevent iOS text size adjust after orientation change, without disabling
/* 40    *|  *    user zoom.
/* 41    *|  */
/* 42    */ html {
/* 43    */   font-family: sans-serif;
/* 44    */   /* 1 */
/* 45    */   -ms-text-size-adjust: 100%;
/* 46    */   /* 2 */
/* 47    */   -webkit-text-size-adjust: 100%;
/* 48    */   /* 2 */
/* 49    */ }
/* 50    */ /**

/* td_standard_pack_main.css *|

/* 51    *|  * Remove default margin.
/* 52    *|  */
/* 53    */ body {
/* 54    */   margin: 0;
/* 55    */ }
/* 56    */ /* HTML5 display definitions
/* 57    *|    ========================================================================== */
/* 58    */ /**
/* 59    *|  * Correct `block` display not defined for any HTML5 element in IE 8/9.
/* 60    *|  * Correct `block` display not defined for `details` or `summary` in IE 10/11
/* 61    *|  * and Firefox.
/* 62    *|  * Correct `block` display not defined for `main` in IE 11.
/* 63    *|  */
/* 64    */ article,
/* 65    */ aside,
/* 66    */ details,
/* 67    */ figcaption,
/* 68    */ figure,
/* 69    */ footer,
/* 70    */ header,
/* 71    */ hgroup,
/* 72    */ main,
/* 73    */ menu,
/* 74    */ nav,
/* 75    */ section,
/* 76    */ summary {
/* 77    */   display: block;
/* 78    */ }
/* 79    */ /**
/* 80    *|  * 1. Correct `inline-block` display not defined in IE 8/9.
/* 81    *|  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
/* 82    *|  */
/* 83    */ audio,
/* 84    */ canvas,
/* 85    */ progress,
/* 86    */ video {
/* 87    */   display: inline-block;
/* 88    */   /* 1 */
/* 89    */   vertical-align: baseline;
/* 90    */   /* 2 */
/* 91    */ }
/* 92    */ /**
/* 93    *|  * Prevent modern browsers from displaying `audio` without controls.
/* 94    *|  * Remove excess height in iOS 5 devices.
/* 95    *|  */
/* 96    */ audio:not([controls]) {
/* 97    */   display: none;
/* 98    */   height: 0;
/* 99    */ }
/* 100   */ /**

/* td_standard_pack_main.css *|

/* 101   *|  * Address `[hidden]` styling not present in IE 8/9/10.
/* 102   *|  * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
/* 103   *|  */
/* 104   */ [hidden],
/* 105   */ template {
/* 106   */   display: none;
/* 107   */ }
/* 108   */ /* Links
/* 109   *|    ========================================================================== */
/* 110   */ /**
/* 111   *|  * Remove the gray background color from active links in IE 10.
/* 112   *|  */
/* 113   */ a {
/* 114   */   background-color: transparent;
/* 115   */ }
/* 116   */ /**
/* 117   *|  * Improve readability when focused and also mouse hovered in all browsers.
/* 118   *|  */
/* 119   */ a:active,
/* 120   */ a:hover {
/* 121   */   outline: 0;
/* 122   */ }
/* 123   */ /* Text-level semantics
/* 124   *|    ========================================================================== */
/* 125   */ /**
/* 126   *|  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
/* 127   *|  */
/* 128   */ abbr[title] {
/* 129   */   border-bottom: 1px dotted;
/* 130   */ }
/* 131   */ /**
/* 132   *|  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
/* 133   *|  */
/* 134   */ b,
/* 135   */ strong {
/* 136   */   font-weight: bold;
/* 137   */ }
/* 138   */ /**
/* 139   *|  * Address styling not present in Safari and Chrome.
/* 140   *|  */
/* 141   */ dfn {
/* 142   */   font-style: italic;
/* 143   */ }
/* 144   */ /**
/* 145   *|  * Address variable `h1` font-size and margin within `section` and `article`
/* 146   *|  * contexts in Firefox 4+, Safari, and Chrome.
/* 147   *|  */
/* 148   */ h1 {
/* 149   */   font-size: 2em;
/* 150   */   margin: 0.67em 0;

/* td_standard_pack_main.css */

/* 151   */ }
/* 152   */ /**
/* 153   *|  * Address styling not present in IE 8/9.
/* 154   *|  */
/* 155   */ mark {
/* 156   */   background: #ff0;
/* 157   */   color: #000;
/* 158   */ }
/* 159   */ /**
/* 160   *|  * Address inconsistent and variable font size in all browsers.
/* 161   *|  */
/* 162   */ small {
/* 163   */   font-size: 80%;
/* 164   */ }
/* 165   */ /**
/* 166   *|  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
/* 167   *|  */
/* 168   */ sub,
/* 169   */ sup {
/* 170   */   font-size: 75%;
/* 171   */   line-height: 0;
/* 172   */   position: relative;
/* 173   */   vertical-align: baseline;
/* 174   */ }
/* 175   */ sup {
/* 176   */   top: -0.5em;
/* 177   */ }
/* 178   */ sub {
/* 179   */   bottom: -0.25em;
/* 180   */ }
/* 181   */ /* Embedded content
/* 182   *|    ========================================================================== */
/* 183   */ /**
/* 184   *|  * Remove border when inside `a` element in IE 8/9/10.
/* 185   *|  */
/* 186   */ img {
/* 187   */   border: 0;
/* 188   */ }
/* 189   */ /**
/* 190   *|  * Correct overflow not hidden in IE 9/10/11.
/* 191   *|  */
/* 192   */ svg:not(:root) {
/* 193   */   overflow: hidden;
/* 194   */ }
/* 195   */ /* Grouping content
/* 196   *|    ========================================================================== */
/* 197   */ /**
/* 198   *|  * Address margin not present in IE 8/9 and Safari.
/* 199   *|  */
/* 200   */ figure {

/* td_standard_pack_main.css */

/* 201   */   margin: 0;
/* 202   */ }
/* 203   */ /**
/* 204   *|  * Address differences between Firefox and other browsers.
/* 205   *|  */
/* 206   */ hr {
/* 207   */   -moz-box-sizing: content-box;
/* 208   */   box-sizing: content-box;
/* 209   */   height: 0;
/* 210   */ }
/* 211   */ /**
/* 212   *|  * Contain overflow in all browsers.
/* 213   *|  */
/* 214   */ pre {
/* 215   */   overflow: auto;
/* 216   */ }
/* 217   */ /**
/* 218   *|  * Address odd `em`-unit font size rendering in all browsers.
/* 219   *|  */
/* 220   */ code,
/* 221   */ kbd,
/* 222   */ pre,
/* 223   */ samp {
/* 224   */   font-family: monospace, monospace;
/* 225   */   font-size: 1em;
/* 226   */ }
/* 227   */ /* Forms
/* 228   *|    ========================================================================== */
/* 229   */ /**
/* 230   *|  * Known limitation: by default, Chrome and Safari on OS X allow very limited
/* 231   *|  * styling of `select`, unless a `border` property is set.
/* 232   *|  */
/* 233   */ /**
/* 234   *|  * 1. Correct color not being inherited.
/* 235   *|  *    Known issue: affects color of disabled elements.
/* 236   *|  * 2. Correct font properties not being inherited.
/* 237   *|  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
/* 238   *|  */
/* 239   */ button,
/* 240   */ input,
/* 241   */ optgroup,
/* 242   */ select,
/* 243   */ textarea {
/* 244   */   color: inherit;
/* 245   */   /* 1 */
/* 246   */   font: inherit;
/* 247   */   /* 2 */
/* 248   */   margin: 0;
/* 249   */   /* 3 */
/* 250   */ }

/* td_standard_pack_main.css */

/* 251   */ /**
/* 252   *|  * Address `overflow` set to `hidden` in IE 8/9/10/11.
/* 253   *|  */
/* 254   */ button {
/* 255   */   overflow: visible;
/* 256   */ }
/* 257   */ /**
/* 258   *|  * Address inconsistent `text-transform` inheritance for `button` and `select`.
/* 259   *|  * All other form control elements do not inherit `text-transform` values.
/* 260   *|  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
/* 261   *|  * Correct `select` style inheritance in Firefox.
/* 262   *|  */
/* 263   */ button,
/* 264   */ select {
/* 265   */   text-transform: none;
/* 266   */ }
/* 267   */ /**
/* 268   *|  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
/* 269   *|  *    and `video` controls.
/* 270   *|  * 2. Correct inability to style clickable `input` types in iOS.
/* 271   *|  * 3. Improve usability and consistency of cursor style between image-type
/* 272   *|  *    `input` and others.
/* 273   *|  */
/* 274   */ button,
/* 275   */ html input[type="button"],
/* 276   */ input[type="reset"],
/* 277   */ input[type="submit"] {
/* 278   */   -webkit-appearance: button;
/* 279   */   /* 2 */
/* 280   */   cursor: pointer;
/* 281   */   /* 3 */
/* 282   */ }
/* 283   */ /**
/* 284   *|  * Re-set default cursor for disabled elements.
/* 285   *|  */
/* 286   */ button[disabled],
/* 287   */ html input[disabled] {
/* 288   */   cursor: default;
/* 289   */ }
/* 290   */ /**
/* 291   *|  * Remove inner padding and border in Firefox 4+.
/* 292   *|  */
/* 293   */ button::-moz-focus-inner,
/* 294   */ input::-moz-focus-inner {
/* 295   */   border: 0;
/* 296   */   padding: 0;
/* 297   */ }
/* 298   */ /**
/* 299   *|  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
/* 300   *|  * the UA stylesheet.

/* td_standard_pack_main.css *|

/* 301   *|  */
/* 302   */ input {
/* 303   */   line-height: normal;
/* 304   */ }
/* 305   */ /**
/* 306   *|  * It's recommended that you don't attempt to style these elements.
/* 307   *|  * Firefox's implementation doesn't respect box-sizing, padding, or width.
/* 308   *|  *
/* 309   *|  * 1. Address box sizing set to `content-box` in IE 8/9/10.
/* 310   *|  * 2. Remove excess padding in IE 8/9/10.
/* 311   *|  */
/* 312   */ input[type="checkbox"],
/* 313   */ input[type="radio"] {
/* 314   */   box-sizing: border-box;
/* 315   */   /* 1 */
/* 316   */   padding: 0;
/* 317   */   /* 2 */
/* 318   */ }
/* 319   */ /**
/* 320   *|  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
/* 321   *|  * `font-size` values of the `input`, it causes the cursor style of the
/* 322   *|  * decrement button to change from `default` to `text`.
/* 323   *|  */
/* 324   */ input[type="number"]::-webkit-inner-spin-button,
/* 325   */ input[type="number"]::-webkit-outer-spin-button {
/* 326   */   height: auto;
/* 327   */ }
/* 328   */ /**
/* 329   *|  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
/* 330   *|  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
/* 331   *|  *    (include `-moz` to future-proof).
/* 332   *|  */
/* 333   */ input[type="search"] {
/* 334   */   -webkit-appearance: textfield;
/* 335   */   /* 1 */
/* 336   */   -moz-box-sizing: content-box;
/* 337   */   -webkit-box-sizing: content-box;
/* 338   */   /* 2 */
/* 339   */   box-sizing: content-box;
/* 340   */ }
/* 341   */ /**
/* 342   *|  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
/* 343   *|  * Safari (but not Chrome) clips the cancel button when the search input has
/* 344   *|  * padding (and `textfield` appearance).
/* 345   *|  */
/* 346   */ input[type="search"]::-webkit-search-cancel-button,
/* 347   */ input[type="search"]::-webkit-search-decoration {
/* 348   */   -webkit-appearance: none;
/* 349   */ }
/* 350   */ /**

/* td_standard_pack_main.css *|

/* 351   *|  * Define consistent border, margin, and padding.
/* 352   *|  */
/* 353   */ fieldset {
/* 354   */   border: 1px solid #c0c0c0;
/* 355   */   margin: 0 2px;
/* 356   */   padding: 0.35em 0.625em 0.75em;
/* 357   */ }
/* 358   */ /**
/* 359   *|  * 1. Correct `color` not being inherited in IE 8/9/10/11.
/* 360   *|  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
/* 361   *|  */
/* 362   */ legend {
/* 363   */   border: 0;
/* 364   */   /* 1 */
/* 365   */   padding: 0;
/* 366   */   /* 2 */
/* 367   */ }
/* 368   */ /**
/* 369   *|  * Remove default vertical scrollbar in IE 8/9/10/11.
/* 370   *|  */
/* 371   */ textarea {
/* 372   */   overflow: auto;
/* 373   */ }
/* 374   */ /**
/* 375   *|  * Don't inherit the `font-weight` (applied by a rule above).
/* 376   *|  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
/* 377   *|  */
/* 378   */ optgroup {
/* 379   */   font-weight: bold;
/* 380   */ }
/* 381   */ /* Tables
/* 382   *|    ========================================================================== */
/* 383   */ /**
/* 384   *|  * Remove most spacing between table cells.
/* 385   *|  */
/* 386   */ table {
/* 387   */   border-collapse: collapse;
/* 388   */   border-spacing: 0;
/* 389   */ }
/* 390   */ td,
/* 391   */ th {
/* 392   */   padding: 0;
/* 393   */ }
/* 394   */ /*
/* 395   *|
/* 396   *|   Force full width
/* 397   *|
/* 398   *| */
/* 399   */ .td_stretch_container {
/* 400   */   width: 100% !important;

/* td_standard_pack_main.css */

/* 401   */   /* responsive desktop */
/* 402   */ }
/* 403   */ @media (min-width: 1141px) {
/* 404   */   .td_stretch_container .td-header-menu-wrap.td-affix {
/* 405   */     width: 100% !important;
/* 406   */   }
/* 407   */ }
/* 408   */ .td-header-style-8 .td_stretch_container .td-header-sp-logo {
/* 409   */   left: 0;
/* 410   */   right: 0;
/* 411   */   margin: auto;
/* 412   */   pointer-events: none;
/* 413   */ }
/* 414   */ .td-header-style-8 .td_stretch_container .td-header-sp-logo img {
/* 415   */   pointer-events: auto;
/* 416   */ }
/* 417   */ .td-header-style-8 .td_stretch_container .td-header-sp-logo {
/* 418   */   /* responsive desktop */
/* 419   */   /* responsive landscape tablet */
/* 420   */   /* responsive portrait tablet */
/* 421   */ }
/* 422   */ @media (min-width: 1141px) {
/* 423   */   .td-header-style-8 .td_stretch_container .td-header-sp-logo {
/* 424   */     width: 1068px;
/* 425   */   }
/* 426   */ }
/* 427   */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 428   */   .td-header-style-8 .td_stretch_container .td-header-sp-logo {
/* 429   */     width: 980px !important;
/* 430   */     height: 82px;
/* 431   */     top: 0;
/* 432   */   }
/* 433   */   .td-header-style-8 .td_stretch_container .td-header-sp-logo img {
/* 434   */     max-width: 190px;
/* 435   */   }
/* 436   */ }
/* 437   */ @media (min-width: 768px) and (max-width: 1018px) {
/* 438   */   .td-header-style-8 .td_stretch_container .td-header-sp-logo {
/* 439   */     width: 740px !important;
/* 440   */     height: 82px;
/* 441   */     top: 0;
/* 442   */   }
/* 443   */   .td-header-style-8 .td_stretch_container .td-header-sp-logo img {
/* 444   */     max-width: 140px;
/* 445   */   }
/* 446   */ }
/* 447   */ .td-boxed-layout .td-header-style-8 .td_stretch_container,
/* 448   */ .td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
/* 449   */   width: 1164px !important;
/* 450   */ }

/* td_standard_pack_main.css */

/* 451   */ @media (max-width: 1180px) {
/* 452   */   .td-boxed-layout .td-header-style-8 .td_stretch_container,
/* 453   */   .td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
/* 454   */     width: 100% !important;
/* 455   */   }
/* 456   */ }
/* 457   */ .td_stretch_content,
/* 458   */ .td_stretch_content_1200,
/* 459   */ .td_stretch_content_1400,
/* 460   */ .td_stretch_content_1600,
/* 461   */ .td_stretch_content_1800 {
/* 462   */   /* responsive desktop */
/* 463   */ }
/* 464   */ @media (min-width: 1141px) {
/* 465   */   .td_stretch_content .sf-menu .td-mega-menu ul,
/* 466   */   .td_stretch_content_1200 .sf-menu .td-mega-menu ul,
/* 467   */   .td_stretch_content_1400 .sf-menu .td-mega-menu ul,
/* 468   */   .td_stretch_content_1600 .sf-menu .td-mega-menu ul,
/* 469   */   .td_stretch_content_1800 .sf-menu .td-mega-menu ul {
/* 470   */     width: calc(100% + 2px) !important;
/* 471   */     overflow: hidden;
/* 472   */     left: 0 !important;
/* 473   */     transform: translateX(0) !important;
/* 474   */     -webkit-transform: translateX(0) !important;
/* 475   */   }
/* 476   */   .td_stretch_content .td_block_mega_menu,
/* 477   */   .td_stretch_content_1200 .td_block_mega_menu,
/* 478   */   .td_stretch_content_1400 .td_block_mega_menu,
/* 479   */   .td_stretch_content_1600 .td_block_mega_menu,
/* 480   */   .td_stretch_content_1800 .td_block_mega_menu {
/* 481   */     width: 1114px;
/* 482   */     margin-left: auto;
/* 483   */     margin-right: auto;
/* 484   */     overflow: visible;
/* 485   */   }
/* 486   */   .td_stretch_content .td_block_mega_menu:before,
/* 487   */   .td_stretch_content_1200 .td_block_mega_menu:before,
/* 488   */   .td_stretch_content_1400 .td_block_mega_menu:before,
/* 489   */   .td_stretch_content_1600 .td_block_mega_menu:before,
/* 490   */   .td_stretch_content_1800 .td_block_mega_menu:before {
/* 491   */     content: '';
/* 492   */     position: absolute;
/* 493   */     top: 0;
/* 494   */     right: 100%;
/* 495   */     width: 100%;
/* 496   */     height: 100%;
/* 497   */     background-color: #fafafa;
/* 498   */   }
/* 499   */   .td_stretch_content .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
/* 500   */   .td_stretch_content_1200 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,

/* td_standard_pack_main.css */

/* 501   */   .td_stretch_content_1400 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
/* 502   */   .td_stretch_content_1600 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
/* 503   */   .td_stretch_content_1800 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat {
/* 504   */     border-left: 1px solid #eaeaea;
/* 505   */   }
/* 506   */   .td_stretch_content .td_block_mega_menu.td-no-subcats:before,
/* 507   */   .td_stretch_content_1200 .td_block_mega_menu.td-no-subcats:before,
/* 508   */   .td_stretch_content_1400 .td_block_mega_menu.td-no-subcats:before,
/* 509   */   .td_stretch_content_1600 .td_block_mega_menu.td-no-subcats:before,
/* 510   */   .td_stretch_content_1800 .td_block_mega_menu.td-no-subcats:before {
/* 511   */     display: none;
/* 512   */   }
/* 513   */ }
/* 514   */ .td_stretch_content {
/* 515   */   width: 100% !important;
/* 516   */   /* responsive desktop */
/* 517   */ }
/* 518   */ @media (min-width: 768px) {
/* 519   */   .td_stretch_content .td-container {
/* 520   */     width: 100% !important;
/* 521   */     padding-left: 20px;
/* 522   */     padding-right: 20px;
/* 523   */   }
/* 524   */   .td_stretch_content #td-top-search {
/* 525   */     right: 10px;
/* 526   */   }
/* 527   */   .td_stretch_content .td-header-sp-recs {
/* 528   */     float: right;
/* 529   */   }
/* 530   */   .td_stretch_content .td-header-menu-wrap.td-affix {
/* 531   */     width: 100% !important;
/* 532   */   }
/* 533   */   .td_stretch_content .td-drop-down-search {
/* 534   */     right: 10px;
/* 535   */   }
/* 536   */ }
/* 537   */ .td_stretch_content_1200,
/* 538   */ .td_stretch_content_1400,
/* 539   */ .td_stretch_content_1600,
/* 540   */ .td_stretch_content_1800 {
/* 541   */   /* responsive portrait tablet */
/* 542   */ }
/* 543   */ @media (min-width: 768px) {
/* 544   */   .td_stretch_content_1200,
/* 545   */   .td_stretch_content_1400,
/* 546   */   .td_stretch_content_1600,
/* 547   */   .td_stretch_content_1800 {
/* 548   */     padding-left: 20px;
/* 549   */     padding-right: 20px;
/* 550   */   }

/* td_standard_pack_main.css */

/* 551   */   .td_stretch_content_1200.td-header-menu-wrap-full,
/* 552   */   .td_stretch_content_1400.td-header-menu-wrap-full,
/* 553   */   .td_stretch_content_1600.td-header-menu-wrap-full,
/* 554   */   .td_stretch_content_1800.td-header-menu-wrap-full {
/* 555   */     padding-left: 0;
/* 556   */     padding-right: 0;
/* 557   */   }
/* 558   */   .td_stretch_content_1200 .td-header-menu-wrap,
/* 559   */   .td_stretch_content_1400 .td-header-menu-wrap,
/* 560   */   .td_stretch_content_1600 .td-header-menu-wrap,
/* 561   */   .td_stretch_content_1800 .td-header-menu-wrap {
/* 562   */     padding-left: 20px;
/* 563   */     padding-right: 20px;
/* 564   */   }
/* 565   */ }
/* 566   */ .td_stretch_content_1200.td-footer-instagram-container,
/* 567   */ .td_stretch_content_1400.td-footer-instagram-container,
/* 568   */ .td_stretch_content_1600.td-footer-instagram-container,
/* 569   */ .td_stretch_content_1800.td-footer-instagram-container {
/* 570   */   padding-left: 0;
/* 571   */   padding-right: 0;
/* 572   */ }
/* 573   */ .td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
/* 574   */ .td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
/* 575   */ .td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
/* 576   */ .td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
/* 577   */ .td_stretch_content_1200.td-footer-instagram-container .td_block_instagram,
/* 578   */ .td_stretch_content_1400.td-footer-instagram-container .td_block_instagram,
/* 579   */ .td_stretch_content_1600.td-footer-instagram-container .td_block_instagram,
/* 580   */ .td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
/* 581   */   margin-left: auto;
/* 582   */   margin-right: auto;
/* 583   */ }
/* 584   */ .td_stretch_content_1200 .td-container,
/* 585   */ .td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
/* 586   */ .td_stretch_content_1200.td-footer-instagram-container .td_block_instagram {
/* 587   */   max-width: 1200px !important;
/* 588   */   width: auto !important;
/* 589   */ }
/* 590   */ .td_stretch_content_1400 .td-container,
/* 591   */ .td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
/* 592   */ .td_stretch_content_1400.td-footer-instagram-container .td_block_instagram {
/* 593   */   max-width: 1400px !important;
/* 594   */   width: auto !important;
/* 595   */ }
/* 596   */ .td_stretch_content_1600 .td-container,
/* 597   */ .td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
/* 598   */ .td_stretch_content_1600.td-footer-instagram-container .td_block_instagram {
/* 599   */   max-width: 1600px !important;
/* 600   */   width: auto !important;

/* td_standard_pack_main.css */

/* 601   */ }
/* 602   */ .td_stretch_content_1800 .td-container,
/* 603   */ .td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
/* 604   */ .td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
/* 605   */   max-width: 1800px !important;
/* 606   */   width: auto !important;
/* 607   */ }
/* 608   */ .td-header-style-3 .td_stretch_content,
/* 609   */ .td-header-style-4 .td_stretch_content {
/* 610   */   /* responsive desktop */
/* 611   */ }
/* 612   */ @media (min-width: 1141px) {
/* 613   */   .td-header-style-3 .td_stretch_content .td-mega-row,
/* 614   */   .td-header-style-4 .td_stretch_content .td-mega-row {
/* 615   */     padding: 22px 0 16px 0;
/* 616   */   }
/* 617   */   .td-header-style-3 .td_stretch_content .td-mega-span,
/* 618   */   .td-header-style-4 .td_stretch_content .td-mega-span {
/* 619   */     width: 196px;
/* 620   */     min-height: 202px;
/* 621   */     float: left;
/* 622   */     margin-left: 22px !important;
/* 623   */   }
/* 624   */   .td-header-style-3 .td_stretch_content .td-next-prev-wrap,
/* 625   */   .td-header-style-4 .td_stretch_content .td-next-prev-wrap {
/* 626   */     margin: 0 0 22px 22px !important;
/* 627   */   }
/* 628   */ }
/* 629   */ .td-header-style-6 .td_stretch_content {
/* 630   */   /* responsive desktop */
/* 631   */ }
/* 632   */ @media (min-width: 1141px) {
/* 633   */   .td-header-style-6 .td_stretch_content #td-header-menu {
/* 634   */     padding-right: 48px;
/* 635   */   }
/* 636   */ }
/* 637   */ .td-header-style-7 .td_stretch_content {
/* 638   */   /* responsive desktop */
/* 639   */ }
/* 640   */ @media (min-width: 1141px) {
/* 641   */   .td-header-style-7 .td_stretch_content #td-header-menu {
/* 642   */     padding-right: 48px;
/* 643   */   }
/* 644   */ }
/* 645   */ .td-header-style-8 {
/* 646   */   /* responsive desktop */
/* 647   */ }
/* 648   */ .td-header-style-8 .td_stretch_content,
/* 649   */ .td-header-style-8 .td_stretch_content_1200,
/* 650   */ .td-header-style-8 .td_stretch_content_1400,

/* td_standard_pack_main.css */

/* 651   */ .td-header-style-8 .td_stretch_content_1600,
/* 652   */ .td-header-style-8 .td_stretch_content_1800 {
/* 653   */   /* responsive desktop */
/* 654   */   /* responsive landscape tablet */
/* 655   */   /* responsive portrait tablet */
/* 656   */ }
/* 657   */ @media (min-width: 1141px) {
/* 658   */   .td-header-style-8 .td_stretch_content .td-header-top-menu,
/* 659   */   .td-header-style-8 .td_stretch_content_1200 .td-header-top-menu,
/* 660   */   .td-header-style-8 .td_stretch_content_1400 .td-header-top-menu,
/* 661   */   .td-header-style-8 .td_stretch_content_1600 .td-header-top-menu,
/* 662   */   .td-header-style-8 .td_stretch_content_1800 .td-header-top-menu {
/* 663   */     width: auto;
/* 664   */   }
/* 665   */   .td-header-style-8 .td_stretch_content.td-header-top-menu-full .td-container,
/* 666   */   .td-header-style-8 .td_stretch_content_1200.td-header-top-menu-full .td-container,
/* 667   */   .td-header-style-8 .td_stretch_content_1400.td-header-top-menu-full .td-container,
/* 668   */   .td-header-style-8 .td_stretch_content_1600.td-header-top-menu-full .td-container,
/* 669   */   .td-header-style-8 .td_stretch_content_1800.td-header-top-menu-full .td-container {
/* 670   */     padding-left: 20px;
/* 671   */   }
/* 672   */   .td-header-style-8 .td_stretch_content .td-header-sp-logo,
/* 673   */   .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
/* 674   */   .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
/* 675   */   .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
/* 676   */   .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
/* 677   */     left: 30px;
/* 678   */   }
/* 679   */   .td-header-style-8 .td_stretch_content #td-header-menu,
/* 680   */   .td-header-style-8 .td_stretch_content_1200 #td-header-menu,
/* 681   */   .td-header-style-8 .td_stretch_content_1400 #td-header-menu,
/* 682   */   .td-header-style-8 .td_stretch_content_1600 #td-header-menu,
/* 683   */   .td-header-style-8 .td_stretch_content_1800 #td-header-menu {
/* 684   */     padding-left: 20px;
/* 685   */   }
/* 686   */   .td-header-style-8 .td_stretch_content .td-container,
/* 687   */   .td-header-style-8 .td_stretch_content_1200 .td-container,
/* 688   */   .td-header-style-8 .td_stretch_content_1400 .td-container,
/* 689   */   .td-header-style-8 .td_stretch_content_1600 .td-container,
/* 690   */   .td-header-style-8 .td_stretch_content_1800 .td-container {
/* 691   */     padding-left: 0;
/* 692   */     padding-right: 0;
/* 693   */   }
/* 694   */ }
/* 695   */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 696   */   .td-header-style-8 .td_stretch_content .td-header-sp-logo,
/* 697   */   .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
/* 698   */   .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
/* 699   */   .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
/* 700   */   .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {

/* td_standard_pack_main.css */

/* 701   */     height: 82px;
/* 702   */     top: 0;
/* 703   */   }
/* 704   */   .td-header-style-8 .td_stretch_content.td-container,
/* 705   */   .td-header-style-8 .td_stretch_content_1200.td-container,
/* 706   */   .td-header-style-8 .td_stretch_content_1400.td-container,
/* 707   */   .td-header-style-8 .td_stretch_content_1600.td-container,
/* 708   */   .td-header-style-8 .td_stretch_content_1800.td-container {
/* 709   */     width: 980px !important;
/* 710   */   }
/* 711   */ }
/* 712   */ @media (min-width: 768px) and (max-width: 1018px) {
/* 713   */   .td-header-style-8 .td_stretch_content .td-header-sp-logo,
/* 714   */   .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
/* 715   */   .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
/* 716   */   .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
/* 717   */   .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
/* 718   */     height: 82px;
/* 719   */     top: 0;
/* 720   */   }
/* 721   */   .td-header-style-8 .td_stretch_content.td-container,
/* 722   */   .td-header-style-8 .td_stretch_content_1200.td-container,
/* 723   */   .td-header-style-8 .td_stretch_content_1400.td-container,
/* 724   */   .td-header-style-8 .td_stretch_content_1600.td-container,
/* 725   */   .td-header-style-8 .td_stretch_content_1800.td-container {
/* 726   */     width: 740px !important;
/* 727   */   }
/* 728   */ }
/* 729   */ @media (min-width: 1141px) {
/* 730   */   .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
/* 731   */   .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
/* 732   */   .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
/* 733   */   .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
/* 734   */     width: auto;
/* 735   */   }
/* 736   */   .td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo {
/* 737   */     max-width: 1200px;
/* 738   */   }
/* 739   */   .td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo {
/* 740   */     max-width: 1400px;
/* 741   */   }
/* 742   */   .td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo {
/* 743   */     max-width: 1600px;
/* 744   */   }
/* 745   */   .td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
/* 746   */     max-width: 1800px;
/* 747   */   }
/* 748   */ }
/* 749   */ .td-header-style-10 .td_stretch_content {
/* 750   */   /* responsive desktop */

/* td_standard_pack_main.css */

/* 751   */ }
/* 752   */ @media (min-width: 1141px) {
/* 753   */   .td-header-style-10 .td_stretch_content .td-affix .td-main-menu-logo {
/* 754   */     margin-left: 10px;
/* 755   */   }
/* 756   */ }
/* 757   */ /*  ----------------------------------------------------------------------------
/* 758   *|     General smart list style
/* 759   *| */
/* 760   */ .td-smart-list-pagination {
/* 761   */   text-align: center;
/* 762   */   margin-bottom: 26px;
/* 763   */ }
/* 764   */ .td-smart-list-button {
/* 765   */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 766   */   line-height: 40px;
/* 767   */   background-color: #222;
/* 768   */   color: #fff;
/* 769   */   padding: 11px 24px;
/* 770   */   font-size: 16px;
/* 771   */   font-style: normal;
/* 772   */   text-align: center;
/* 773   */   -webkit-transition: background-color 0.2s ease 0s;
/* 774   */   transition: background-color 0.2s ease 0s;
/* 775   */   cursor: pointer;
/* 776   */   margin: 0 10px;
/* 777   */ }
/* 778   */ .td-smart-list-button:hover {
/* 779   */   text-decoration: none !important;
/* 780   */   background-color: var(--td_theme_color, #4db2ec);
/* 781   */ }
/* 782   */ .td-smart-list-button .td-icon-left {
/* 783   */   font-size: 14px;
/* 784   */   position: relative;
/* 785   */   top: 1px;
/* 786   */   padding-right: 11px;
/* 787   */ }
/* 788   */ .td-smart-list-button .td-icon-right {
/* 789   */   font-size: 14px;
/* 790   */   position: relative;
/* 791   */   top: 1px;
/* 792   */   padding-left: 11px;
/* 793   */ }
/* 794   */ .td-smart-disable {
/* 795   */   opacity: 0.5;
/* 796   */   cursor: default;
/* 797   */   -webkit-user-select: none;
/* 798   */   /* Chrome/Safari */
/* 799   */   user-select: none;
/* 800   */ }

/* td_standard_pack_main.css */

/* 801   */ .td-smart-disable:hover {
/* 802   */   background-color: #222 !important;
/* 803   */ }
/* 804   */ .td-smart-list-dropdown-wrap {
/* 805   */   text-align: center;
/* 806   */   border: 1px solid #ededed;
/* 807   */   margin-bottom: 26px;
/* 808   */   clear: both;
/* 809   */ }
/* 810   */ .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
/* 811   */   height: 30px;
/* 812   */   padding: 0 35px 0 10px;
/* 813   */   margin: 10px 0;
/* 814   */   overflow: hidden;
/* 815   */   background-color: #fff;
/* 816   */   border: none;
/* 817   */   box-shadow: none;
/* 818   */   -webkit-appearance: none;
/* 819   */   appearance: none;
/* 820   */   outline: none;
/* 821   */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 822   */   max-width: 40%;
/* 823   */   text-overflow: ellipsis;
/* 824   */   cursor: pointer;
/* 825   */   /* responsive portrait tablet */
/* 826   */   /* responsive portrait phone */
/* 827   */ }
/* 828   */ @media (min-width: 768px) and (max-width: 1018px) {
/* 829   */   .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
/* 830   */     max-width: 50%;
/* 831   */   }
/* 832   */ }
/* 833   */ @media (max-width: 767px) {
/* 834   */   .td-smart-list-dropdown-wrap .td-smart-list-dropdown {
/* 835   */     text-align: center;
/* 836   */     max-width: 70%;
/* 837   */   }
/* 838   */ }
/* 839   */ .td-smart-list-dropdown-wrap .td-smart-list-dropdown option {
/* 840   */   /* responsive portrait phone */
/* 841   */ }
/* 842   */ @media (max-width: 767px) {
/* 843   */   .td-smart-list-dropdown-wrap .td-smart-list-dropdown option {
/* 844   */     text-align: left;
/* 845   */   }
/* 846   */ }
/* 847   */ .td-smart-list-dropdown-wrap .td-smart-list-dropdown::-ms-expand {
/* 848   */   display: none;
/* 849   */ }
/* 850   */ .td-smart-list-dropdown-wrap .td-smart-list-container {

/* td_standard_pack_main.css */

/* 851   */   display: inline;
/* 852   */   position: relative;
/* 853   */ }
/* 854   */ .td-smart-list-dropdown-wrap .td-smart-list-container:before {
/* 855   */   content: '';
/* 856   */   width: 0;
/* 857   */   height: 0;
/* 858   */   position: absolute;
/* 859   */   top: 7px;
/* 860   */   right: 16px;
/* 861   */   z-index: 0;
/* 862   */   border-left: 5px solid transparent;
/* 863   */   border-right: 5px solid transparent;
/* 864   */   border-top: 5px solid black;
/* 865   */   pointer-events: none;
/* 866   */ }
/* 867   */ .td-smart-list-dropdown-wrap .td-smart-list-button {
/* 868   */   padding: 2px 18px;
/* 869   */   margin: 0;
/* 870   */   background-color: transparent !important;
/* 871   */   color: inherit;
/* 872   */   /* responsive portrait phone */
/* 873   */ }
/* 874   */ @media (max-width: 767px) {
/* 875   */   .td-smart-list-dropdown-wrap .td-smart-list-button {
/* 876   */     padding: 2px 6px;
/* 877   */   }
/* 878   */ }
/* 879   */ .td-smart-list-dropdown-wrap .td-smart-list-button i {
/* 880   */   display: none;
/* 881   */   /* responsive portrait phone */
/* 882   */ }
/* 883   */ @media (max-width: 767px) {
/* 884   */   .td-smart-list-dropdown-wrap .td-smart-list-button i {
/* 885   */     display: inline;
/* 886   */     font-size: 12px;
/* 887   */     top: 0;
/* 888   */   }
/* 889   */ }
/* 890   */ .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before {
/* 891   */   /* responsive portrait phone */
/* 892   */ }
/* 893   */ @media (max-width: 767px) {
/* 894   */   .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before {
/* 895   */     content: '\e80c';
/* 896   */   }
/* 897   */ }
/* 898   */ .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
/* 899   */   /* responsive portrait phone */
/* 900   */ }

/* td_standard_pack_main.css */

/* 901   */ @media (max-width: 767px) {
/* 902   */   .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
/* 903   */     content: '\e80d';
/* 904   */   }
/* 905   */ }
/* 906   */ .td-smart-list-dropdown-wrap .td-smart-list-button:hover {
/* 907   */   background-color: transparent !important;
/* 908   */   color: var(--td_theme_color, #4db2ec);
/* 909   */ }
/* 910   */ .td-smart-list-dropdown-wrap .td-smart-list-button span {
/* 911   */   /* responsive portrait phone */
/* 912   */ }
/* 913   */ @media (max-width: 767px) {
/* 914   */   .td-smart-list-dropdown-wrap .td-smart-list-button span {
/* 915   */     display: none;
/* 916   */   }
/* 917   */ }
/* 918   */ .td-smart-list-dropdown-wrap .td-smart-disable:hover {
/* 919   */   color: #222;
/* 920   */ }
/* 921   */ .td-smart-list-dropdown-wrap .td-smart-next {
/* 922   */   border-left: 1px solid #ededed;
/* 923   */   margin-left: 3px;
/* 924   */ }
/* 925   */ .td-smart-list-dropdown-wrap .td-smart-back {
/* 926   */   border-right: 1px solid #ededed;
/* 927   */   margin-right: 3px;
/* 928   */ }
/* 929   */ @-moz-document url-prefix() {
/* 930   */   .td-smart-list-dropdown-wrap .td-smart-list-container:before {
/* 931   */     top: 9px;
/* 932   */   }
/* 933   */ }
/* 934   */ /*  ----------------------------------------------------------------------------
/* 935   *|     Smart list 1
/* 936   *| */
/* 937   */ .td_smart_list_1 {
/* 938   */   position: relative;
/* 939   */   overflow: hidden;
/* 940   */   z-index: 1;
/* 941   */   margin-top: 38px;
/* 942   */ }
/* 943   */ .td_smart_list_1 .td-item {
/* 944   */   width: 100%;
/* 945   */ }
/* 946   */ .td-number-and-title {
/* 947   */   text-align: center;
/* 948   */   width: 100%;
/* 949   */   padding: 8px 100px 4px 100px;
/* 950   */   margin-bottom: 23px;

/* td_standard_pack_main.css */

/* 951   */   display: inline-block;
/* 952   */ }
/* 953   */ @media (max-width: 500px) {
/* 954   */   .td-number-and-title {
/* 955   */     padding: 60px 0 0 0;
/* 956   */     margin-bottom: 20px;
/* 957   */   }
/* 958   */ }
/* 959   */ .td-sml-current-item-title {
/* 960   */   display: inline-block;
/* 961   */   font-weight: 700;
/* 962   */   font-size: 22px;
/* 963   */   line-height: 26px;
/* 964   */   margin-top: 0;
/* 965   */   margin-bottom: 0;
/* 966   */ }
/* 967   */ .td-controls {
/* 968   */   position: absolute;
/* 969   */   top: 1px;
/* 970   */   z-index: 2;
/* 971   */   width: 100%;
/* 972   */ }
/* 973   */ .td-left-smart-list,
/* 974   */ .td-right-smart-list {
/* 975   */   position: absolute;
/* 976   */   width: 88px;
/* 977   */   height: 40px;
/* 978   */   line-height: 40px;
/* 979   */   background-color: #222222;
/* 980   */   color: #fff;
/* 981   */   font-size: 14px;
/* 982   */   font-style: normal;
/* 983   */   font-weight: 400;
/* 984   */   text-align: center;
/* 985   */   -webkit-transition: background-color 0.4s;
/* 986   */   transition: background-color 0.4s;
/* 987   */ }
/* 988   */ .td-left-smart-list:hover,
/* 989   */ .td-right-smart-list:hover {
/* 990   */   text-decoration: none !important;
/* 991   */   background-color: var(--td_theme_color, #4db2ec);
/* 992   */ }
/* 993   */ @-moz-document url-prefix() {
/* 994   */   .td-left-smart-list,
/* 995   */   .td-right-smart-list {
/* 996   */     line-height: 38px;
/* 997   */   }
/* 998   */ }
/* 999   */ .td-right-smart-list {
/* 1000  */   right: 0;

/* td_standard_pack_main.css */

/* 1001  */ }
/* 1002  */ .td-right-smart-list .td-icon-right {
/* 1003  */   font-size: 16px;
/* 1004  */   position: relative;
/* 1005  */   top: 2px;
/* 1006  */   padding-left: 11px;
/* 1007  */ }
/* 1008  */ .td-left-smart-list {
/* 1009  */   left: 0;
/* 1010  */ }
/* 1011  */ .td-left-smart-list .td-icon-left {
/* 1012  */   font-size: 16px;
/* 1013  */   position: relative;
/* 1014  */   top: 2px;
/* 1015  */   padding-right: 11px;
/* 1016  */ }
/* 1017  */ .td-slide-smart-list-figure img {
/* 1018  */   display: inline-block;
/* 1019  */   vertical-align: top;
/* 1020  */ }
/* 1021  */ .td-sml-caption {
/* 1022  */   font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
/* 1023  */   font-style: italic;
/* 1024  */   font-size: 11px;
/* 1025  */   line-height: 17px;
/* 1026  */   margin-top: 5px;
/* 1027  */   margin-bottom: 21px;
/* 1028  */ }
/* 1029  */ .td-sml-description {
/* 1030  */   margin-top: 22px;
/* 1031  */   display: block;
/* 1032  */ }
/* 1033  */ /*  ----------------------------------------------------------------------------
/* 1034  *|     Smart list 2
/* 1035  *| */
/* 1036  */ .td_smart_list_2 {
/* 1037  */   margin-top: 38px;
/* 1038  */ }
/* 1039  */ .td_smart_list_2 .td-number-and-title {
/* 1040  */   text-align: left;
/* 1041  */   padding: 0;
/* 1042  */   margin-bottom: 21px;
/* 1043  */   position: relative;
/* 1044  */ }
/* 1045  */ .td_smart_list_2 .td-sml-description {
/* 1046  */   margin-top: 0;
/* 1047  */ }
/* 1048  */ .td_smart_list_2 h2 {
/* 1049  */   margin: 2px 0 0;
/* 1050  */   line-height: 32px;

/* td_standard_pack_main.css */

/* 1051  */ }
/* 1052  */ .td_smart_list_2 .td-item {
/* 1053  */   margin-bottom: 53px;
/* 1054  */ }
/* 1055  */ .td_smart_list_2 .td-sml-current-item-title {
/* 1056  */   margin-top: 5px;
/* 1057  */   width: 100%;
/* 1058  */   padding-left: 56px;
/* 1059  */ }
/* 1060  */ .td-sml-current-item-nr {
/* 1061  */   position: absolute;
/* 1062  */   top: 0;
/* 1063  */   left: 0;
/* 1064  */   font-weight: bold;
/* 1065  */   font-size: 22px;
/* 1066  */   line-height: 39px;
/* 1067  */   color: #fff;
/* 1068  */   background-color: #222222;
/* 1069  */   width: 37px;
/* 1070  */   height: 37px;
/* 1071  */   text-align: center;
/* 1072  */   display: inline-block;
/* 1073  */ }
/* 1074  */ /*  ----------------------------------------------------------------------------
/* 1075  *|     Smart list 3
/* 1076  *| */
/* 1077  */ .td_smart_list_3 {
/* 1078  */   position: relative;
/* 1079  */   overflow: hidden;
/* 1080  */   z-index: 1;
/* 1081  */   /* responsive portrait tablet */
/* 1082  */   /* responsive portrait phone */
/* 1083  */ }
/* 1084  */ .td_smart_list_3 .td-sml-current-item-title {
/* 1085  */   margin-top: 6px;
/* 1086  */   /* responsive portrait phone */
/* 1087  */ }
/* 1088  */ @media (max-width: 767px) {
/* 1089  */   .td_smart_list_3 .td-sml-current-item-title {
/* 1090  */     font-size: 19px;
/* 1091  */   }
/* 1092  */ }
/* 1093  */ .td_smart_list_3 .td-number-and-title {
/* 1094  */   padding: 0 200px 0 52px;
/* 1095  */   text-align: left;
/* 1096  */   display: block;
/* 1097  */ }
/* 1098  */ .td_smart_list_3 .td-number-and-title h2 {
/* 1099  */   margin: 0;
/* 1100  */ }

/* td_standard_pack_main.css */

/* 1101  */ .td_smart_list_3 .td-sml-current-item-nr {
/* 1102  */   position: absolute;
/* 1103  */   left: 0;
/* 1104  */   top: 1px;
/* 1105  */ }
/* 1106  */ .td_smart_list_3 .td-left-smart-list {
/* 1107  */   right: 98px;
/* 1108  */   left: auto;
/* 1109  */ }
/* 1110  */ .td_smart_list_3 .td-item {
/* 1111  */   width: 100%;
/* 1112  */ }
/* 1113  */ .td_smart_list_3 .td-sml-description {
/* 1114  */   margin-top: 0;
/* 1115  */ }
/* 1116  */ .td_smart_list_3 .td-sml-figure {
/* 1117  */   float: right;
/* 1118  */   margin-left: 20px;
/* 1119  */   width: 300px;
/* 1120  */   /* responsive portrait phone */
/* 1121  */ }
/* 1122  */ @media (max-width: 767px) {
/* 1123  */   .td_smart_list_3 .td-sml-figure {
/* 1124  */     float: none;
/* 1125  */     margin-left: auto;
/* 1126  */     margin-right: auto;
/* 1127  */   }
/* 1128  */ }
/* 1129  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1130  */   .td_smart_list_3 .td-number-and-title {
/* 1131  */     padding-right: 106px;
/* 1132  */   }
/* 1133  */   .td_smart_list_3 .td-left-smart-list,
/* 1134  */   .td_smart_list_3 .td-right-smart-list {
/* 1135  */     width: 40px;
/* 1136  */     font-size: 0;
/* 1137  */   }
/* 1138  */   .td_smart_list_3 .td-icon-right {
/* 1139  */     top: 1px;
/* 1140  */     left: 1px;
/* 1141  */     line-height: 40px;
/* 1142  */     padding-left: 0;
/* 1143  */     font-size: 20px;
/* 1144  */   }
/* 1145  */   .td_smart_list_3 .td-left-smart-list {
/* 1146  */     right: 50px;
/* 1147  */   }
/* 1148  */   .td_smart_list_3 .td-left-smart-list .td-icon-left {
/* 1149  */     top: 1px;
/* 1150  */     line-height: 40px;

/* td_standard_pack_main.css */

/* 1151  */     padding-right: 0;
/* 1152  */     font-size: 20px;
/* 1153  */   }
/* 1154  */   .td_smart_list_3 .td-slide-smart-list-figure {
/* 1155  */     width: 45%;
/* 1156  */   }
/* 1157  */ }
/* 1158  */ @media (max-width: 767px) {
/* 1159  */   .td_smart_list_3 .td-controls {
/* 1160  */     position: relative;
/* 1161  */     height: 40px;
/* 1162  */     margin-bottom: 25px;
/* 1163  */   }
/* 1164  */   .td_smart_list_3 .td-left-smart-list {
/* 1165  */     left: 0;
/* 1166  */   }
/* 1167  */   .td_smart_list_3 .td-number-and-title {
/* 1168  */     padding: 0;
/* 1169  */     text-align: center;
/* 1170  */     margin-bottom: 25px;
/* 1171  */   }
/* 1172  */   .td_smart_list_3 .td-sml-current-item-nr {
/* 1173  */     position: relative;
/* 1174  */     left: auto;
/* 1175  */     margin-right: 15px;
/* 1176  */     top: auto;
/* 1177  */   }
/* 1178  */   .td_smart_list_3 .td-slide-smart-list-figure {
/* 1179  */     width: 100%;
/* 1180  */     margin: 0 0 10px 0;
/* 1181  */     text-align: center;
/* 1182  */   }
/* 1183  */ }
/* 1184  */ /*  ----------------------------------------------------------------------------
/* 1185  *|     Smart list 4
/* 1186  *| */
/* 1187  */ .smart-list-style-4 .td-post-content {
/* 1188  */   float: left;
/* 1189  */ }
/* 1190  */ .smart-list-style-4 .td-post-sharing-top {
/* 1191  */   margin-bottom: 0;
/* 1192  */ }
/* 1193  */ .td_smart_list_4 {
/* 1194  */   /* responsive portrait phone */
/* 1195  */ }
/* 1196  */ .td_smart_list_4 .td-item {
/* 1197  */   width: 100%;
/* 1198  */   min-height: 181px;
/* 1199  */   border-bottom: 1px solid var(--td_grid_border_color, #ededed);
/* 1200  */   position: relative;

/* td_standard_pack_main.css */

/* 1201  */   float: left;
/* 1202  */   padding: 30px 0 25px;
/* 1203  */ }
/* 1204  */ .td_smart_list_4 .td-item:first-child {
/* 1205  */   padding-top: 9px;
/* 1206  */ }
/* 1207  */ .td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
/* 1208  */   top: 9px;
/* 1209  */ }
/* 1210  */ .td_smart_list_4 .td-item:last-of-type {
/* 1211  */   border-bottom: none;
/* 1212  */ }
/* 1213  */ .td_smart_list_4 .td-sml-current-item-nr {
/* 1214  */   font-size: 18px;
/* 1215  */   width: 32px;
/* 1216  */   height: 32px;
/* 1217  */   line-height: 34px;
/* 1218  */   top: 30px;
/* 1219  */ }
/* 1220  */ .td_smart_list_4 .td-sml-current-item-title {
/* 1221  */   font-size: 18px;
/* 1222  */   line-height: 24px;
/* 1223  */   padding-left: 47px;
/* 1224  */   padding-top: 5px;
/* 1225  */   display: inherit;
/* 1226  */ }
/* 1227  */ .td_smart_list_4 h2 {
/* 1228  */   line-height: 24px;
/* 1229  */   margin-bottom: 9px;
/* 1230  */   margin-top: 0;
/* 1231  */ }
/* 1232  */ .td_smart_list_4 .td-sml-figure {
/* 1233  */   float: right;
/* 1234  */   margin-left: 20px;
/* 1235  */   width: 150px;
/* 1236  */   /* responsive portrait phone */
/* 1237  */ }
/* 1238  */ @media (max-width: 767px) {
/* 1239  */   .td_smart_list_4 .td-sml-figure {
/* 1240  */     float: none;
/* 1241  */     margin-left: auto;
/* 1242  */     margin-right: auto;
/* 1243  */   }
/* 1244  */ }
/* 1245  */ .td_smart_list_4 .td-number-and-title {
/* 1246  */   text-align: left;
/* 1247  */   padding: 0;
/* 1248  */   margin-bottom: 9px;
/* 1249  */   display: inherit;
/* 1250  */ }

/* td_standard_pack_main.css */

/* 1251  */ .td_smart_list_4 .td-sml-description {
/* 1252  */   margin-top: 11px;
/* 1253  */ }
/* 1254  */ .td_smart_list_4 .td-sml-caption {
/* 1255  */   line-height: 14px;
/* 1256  */   margin-bottom: 0;
/* 1257  */ }
/* 1258  */ @media (max-width: 767px) {
/* 1259  */   .td_smart_list_4 .td-item {
/* 1260  */     display: table;
/* 1261  */     width: 100%;
/* 1262  */   }
/* 1263  */   .td_smart_list_4 .td-item:first-child {
/* 1264  */     padding-top: 30px;
/* 1265  */   }
/* 1266  */   .td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
/* 1267  */     top: 0;
/* 1268  */   }
/* 1269  */   .td_smart_list_4 .td-slide-smart-list-figure {
/* 1270  */     margin: 0;
/* 1271  */     width: 100%;
/* 1272  */     text-align: center;
/* 1273  */   }
/* 1274  */   .td_smart_list_4 .td-number-and-title {
/* 1275  */     display: table-header-group;
/* 1276  */     text-align: center;
/* 1277  */   }
/* 1278  */   .td_smart_list_4 .td-sml-current-item-nr {
/* 1279  */     position: relative;
/* 1280  */     top: 0;
/* 1281  */   }
/* 1282  */   .td_smart_list_4 .td-sml-current-item-title {
/* 1283  */     padding: 10px 0;
/* 1284  */   }
/* 1285  */ }
/* 1286  */ @-moz-document url-prefix() {
/* 1287  */   .td_smart_list_4 .td-sml-current-item-nr {
/* 1288  */     line-height: 32px;
/* 1289  */   }
/* 1290  */ }
/* 1291  */ /*  ----------------------------------------------------------------------------
/* 1292  *|     Smart list 5
/* 1293  *| */
/* 1294  */ .td_smart_list_5 {
/* 1295  */   margin-top: 38px;
/* 1296  */ }
/* 1297  */ .td_smart_list_5 .td-slide-smart-list-figure {
/* 1298  */   position: relative;
/* 1299  */ }
/* 1300  */ .td_smart_list_5 .td-sml-current-item-nr {

/* td_standard_pack_main.css */

/* 1301  */   font-size: 26px;
/* 1302  */   width: 44px;
/* 1303  */   height: 44px;
/* 1304  */   line-height: 44px;
/* 1305  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 1306  */   background-color: rgba(0, 0, 0, 0.8);
/* 1307  */   z-index: 1;
/* 1308  */ }
/* 1309  */ .td_smart_list_5 .td-sml-caption {
/* 1310  */   position: absolute;
/* 1311  */   bottom: 0;
/* 1312  */   left: 0;
/* 1313  */   right: 0;
/* 1314  */   text-align: right;
/* 1315  */   color: #fff;
/* 1316  */   margin-bottom: 0;
/* 1317  */   padding: 12px 16px;
/* 1318  */   z-index: 1;
/* 1319  */ }
/* 1320  */ .td_smart_list_5 .td-number-and-title {
/* 1321  */   text-align: left;
/* 1322  */   padding: 0;
/* 1323  */   margin-bottom: 6px;
/* 1324  */   margin-top: 17px;
/* 1325  */ }
/* 1326  */ .td_smart_list_5 h2 {
/* 1327  */   margin: 0;
/* 1328  */ }
/* 1329  */ .td_smart_list_5 .td-sml-description {
/* 1330  */   margin-top: 0;
/* 1331  */ }
/* 1332  */ .td_smart_list_5 .td-item {
/* 1333  */   margin-bottom: 53px;
/* 1334  */ }
/* 1335  */ .td_smart_list_5 figcaption div:before {
/* 1336  */   bottom: 0;
/* 1337  */   left: 0;
/* 1338  */   content: "";
/* 1339  */   display: block;
/* 1340  */   height: 150%;
/* 1341  */   width: 100%;
/* 1342  */   position: absolute;
/* 1343  */   z-index: -1;
/* 1344  */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
/* 1345  */   /* Chrome,Safari4+ */
/* 1346  */   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
/* 1347  */   /* Chrome10+,Safari5.1+ */
/* 1348  */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
/* 1349  */   /* W3C */
/* 1350  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);

/* td_standard_pack_main.css */

/* 1351  */   /* IE6-9 */
/* 1352  */ }
/* 1353  */ .td_smart_list_5 figcaption div:empty {
/* 1354  */   display: none;
/* 1355  */ }
/* 1356  */ .td_smart_list_5 .td-sml-figure {
/* 1357  */   position: relative;
/* 1358  */ }
/* 1359  */ /*  ----------------------------------------------------------------------------
/* 1360  *|     Smart list 6
/* 1361  *| */
/* 1362  */ .td_smart_list_6 {
/* 1363  */   margin-top: 38px;
/* 1364  */   position: relative;
/* 1365  */   z-index: 1;
/* 1366  */   clear: both;
/* 1367  */   /* responsive portrait phone */
/* 1368  */ }
/* 1369  */ @media (max-width: 767px) {
/* 1370  */   .td_smart_list_6 {
/* 1371  */     margin-top: 20px;
/* 1372  */   }
/* 1373  */ }
/* 1374  */ .td_smart_list_6 .td-number-and-title {
/* 1375  */   text-align: left;
/* 1376  */   padding: 0;
/* 1377  */   margin-bottom: 21px;
/* 1378  */   position: relative;
/* 1379  */   /* responsive portrait phone */
/* 1380  */ }
/* 1381  */ @media (max-width: 767px) {
/* 1382  */   .td_smart_list_6 .td-number-and-title {
/* 1383  */     margin-bottom: 10px;
/* 1384  */   }
/* 1385  */ }
/* 1386  */ .td_smart_list_6 .td-slide-smart-list-figure img {
/* 1387  */   width: 100%;
/* 1388  */ }
/* 1389  */ .td_smart_list_6 .td-sml-description {
/* 1390  */   margin-top: 0;
/* 1391  */ }
/* 1392  */ .td_smart_list_6 .td-slide-smart-list-figure {
/* 1393  */   text-align: center;
/* 1394  */   display: table;
/* 1395  */   margin-left: auto;
/* 1396  */   margin-right: auto;
/* 1397  */ }
/* 1398  */ .td_smart_list_6 .td-sml-caption {
/* 1399  */   text-align: left;
/* 1400  */ }

/* td_standard_pack_main.css */

/* 1401  */ .td_smart_list_6 h2 {
/* 1402  */   margin: 2px 0 0;
/* 1403  */   line-height: 32px;
/* 1404  */   /* responsive portrait phone */
/* 1405  */ }
/* 1406  */ @media (max-width: 767px) {
/* 1407  */   .td_smart_list_6 h2 {
/* 1408  */     text-align: center;
/* 1409  */     margin: 0;
/* 1410  */   }
/* 1411  */ }
/* 1412  */ .td_smart_list_6 .td-sml-current-item-nr {
/* 1413  */   /* responsive portrait phone */
/* 1414  */ }
/* 1415  */ @media (max-width: 767px) {
/* 1416  */   .td_smart_list_6 .td-sml-current-item-nr {
/* 1417  */     position: relative;
/* 1418  */   }
/* 1419  */ }
/* 1420  */ .td_smart_list_6 .td-sml-current-item-title {
/* 1421  */   margin-top: 5px;
/* 1422  */   width: 100%;
/* 1423  */   padding-left: 56px;
/* 1424  */   /* responsive portrait phone */
/* 1425  */ }
/* 1426  */ @media (max-width: 767px) {
/* 1427  */   .td_smart_list_6 .td-sml-current-item-title {
/* 1428  */     margin-top: 10px;
/* 1429  */     padding-left: 0;
/* 1430  */   }
/* 1431  */ }
/* 1432  */ /*  ----------------------------------------------------------------------------
/* 1433  *|     Smart list 7
/* 1434  *| */
/* 1435  */ .td_smart_list_7 {
/* 1436  */   margin-top: 38px;
/* 1437  */   position: relative;
/* 1438  */   z-index: 1;
/* 1439  */   clear: both;
/* 1440  */   /* responsive portrait phone */
/* 1441  */ }
/* 1442  */ @media (max-width: 767px) {
/* 1443  */   .td_smart_list_7 {
/* 1444  */     margin-top: 20px;
/* 1445  */   }
/* 1446  */ }
/* 1447  */ .td_smart_list_7 .td-slide-smart-list-figure img {
/* 1448  */   width: 100%;
/* 1449  */ }
/* 1450  */ .td_smart_list_7 .td-sml-description {

/* td_standard_pack_main.css */

/* 1451  */   margin-top: 0;
/* 1452  */ }
/* 1453  */ .td_smart_list_7 .td-slide-smart-list-figure {
/* 1454  */   text-align: center;
/* 1455  */   display: table;
/* 1456  */   margin-left: auto;
/* 1457  */   margin-right: auto;
/* 1458  */ }
/* 1459  */ .td_smart_list_7 .td-sml-caption {
/* 1460  */   text-align: left;
/* 1461  */ }
/* 1462  */ .td_smart_list_7 h2 {
/* 1463  */   margin: 0;
/* 1464  */   line-height: 1;
/* 1465  */   padding: 0 120px;
/* 1466  */   min-height: 60px;
/* 1467  */   /* responsive portrait phone */
/* 1468  */ }
/* 1469  */ @media (max-width: 767px) {
/* 1470  */   .td_smart_list_7 h2 {
/* 1471  */     padding: 0;
/* 1472  */     min-height: 0;
/* 1473  */   }
/* 1474  */ }
/* 1475  */ .td_smart_list_7 .td-sml-current-item-title {
/* 1476  */   margin-top: 7px;
/* 1477  */   margin-bottom: 8px;
/* 1478  */   text-align: center;
/* 1479  */   width: 100%;
/* 1480  */   line-height: 28px;
/* 1481  */   /* responsive portrait tablet */
/* 1482  */   /* responsive portrait phone */
/* 1483  */ }
/* 1484  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 1485  */   .td_smart_list_7 .td-sml-current-item-title {
/* 1486  */     margin-top: 10px;
/* 1487  */     line-height: 24px;
/* 1488  */     font-size: 19px;
/* 1489  */   }
/* 1490  */ }
/* 1491  */ @media (max-width: 767px) {
/* 1492  */   .td_smart_list_7 .td-sml-current-item-title {
/* 1493  */     margin-top: 10px;
/* 1494  */     text-align: left;
/* 1495  */     line-height: 30px;
/* 1496  */     font-weight: 500;
/* 1497  */     font-size: 26px;
/* 1498  */   }
/* 1499  */ }
/* 1500  */ .td_smart_list_7 .td-item .td-smart-list-pagination {

/* td_standard_pack_main.css */

/* 1501  */   position: relative;
/* 1502  */   display: inline-block;
/* 1503  */   margin-bottom: 26px;
/* 1504  */   /* responsive portrait phone */
/* 1505  */ }
/* 1506  */ @media (max-width: 767px) {
/* 1507  */   .td_smart_list_7 .td-item .td-smart-list-pagination {
/* 1508  */     margin-bottom: 0;
/* 1509  */   }
/* 1510  */ }
/* 1511  */ .td_smart_list_7 .td-smart-list-pagination {
/* 1512  */   display: inline-block;
/* 1513  */   width: 100%;
/* 1514  */   position: absolute;
/* 1515  */   top: 0;
/* 1516  */   margin-bottom: 0;
/* 1517  */   /* responsive portrait phone */
/* 1518  */ }
/* 1519  */ @media (max-width: 767px) {
/* 1520  */   .td_smart_list_7 .td-smart-list-pagination {
/* 1521  */     position: relative;
/* 1522  */   }
/* 1523  */ }
/* 1524  */ .td_smart_list_7 .td-smart-list-pagination .td-smart-list-button {
/* 1525  */   margin: 0;
/* 1526  */   line-height: 20px;
/* 1527  */ }
/* 1528  */ .td_smart_list_7 .td-smart-list-pagination .td-smart-back {
/* 1529  */   float: left;
/* 1530  */ }
/* 1531  */ .td_smart_list_7 .td-smart-list-pagination .td-smart-next {
/* 1532  */   float: right;
/* 1533  */ }
/* 1534  */ /*  ----------------------------------------------------------------------------
/* 1535  *|     Smart list 8
/* 1536  *| */
/* 1537  */ .td_smart_list_8 {
/* 1538  */   position: relative;
/* 1539  */   z-index: 1;
/* 1540  */   clear: both;
/* 1541  */ }
/* 1542  */ .td_smart_list_8 .td-number-and-title {
/* 1543  */   text-align: left;
/* 1544  */   padding: 0;
/* 1545  */   margin-bottom: 16px;
/* 1546  */   position: relative;
/* 1547  */ }
/* 1548  */ .td_smart_list_8 .td-number-and-title h2 {
/* 1549  */   margin: 6px 0 0;
/* 1550  */   line-height: 32px;

/* td_standard_pack_main.css */

/* 1551  */ }
/* 1552  */ .td_smart_list_8 .td-sml-description {
/* 1553  */   margin-top: 0;
/* 1554  */ }
/* 1555  */ /*  ----------------------------------------------------------------------------
/* 1556  *|     header grid container
/* 1557  *| */
/* 1558  */ .td-header-background-image .td-container-wrap {
/* 1559  */   background-color: transparent;
/* 1560  */ }
/* 1561  */ .td-header-bg {
/* 1562  */   position: absolute;
/* 1563  */   top: 0;
/* 1564  */   bottom: 0;
/* 1565  */   left: 0;
/* 1566  */   right: 0;
/* 1567  */   width: 100%;
/* 1568  */   height: 100%;
/* 1569  */ }
/* 1570  */ .td-header-bg:before {
/* 1571  */   content: '';
/* 1572  */   position: absolute;
/* 1573  */   top: 0;
/* 1574  */   left: 0;
/* 1575  */   width: 100%;
/* 1576  */   height: 100%;
/* 1577  */   background-repeat: no-repeat;
/* 1578  */   background-size: cover;
/* 1579  */   background-position: center bottom;
/* 1580  */ }
/* 1581  */ /*  ----------------------------------------------------------------------------
/* 1582  *|     logo
/* 1583  *| */
/* 1584  */ .td-header-sp-logo img {
/* 1585  */   margin: auto;
/* 1586  */   position: absolute;
/* 1587  */   top: 0;
/* 1588  */   bottom: 0;
/* 1589  */   left: 0;
/* 1590  */   right: 0;
/* 1591  */ }
/* 1592  */ .td-main-menu-logo {
/* 1593  */   display: none;
/* 1594  */   float: left;
/* 1595  */   margin-right: 10px;
/* 1596  */   height: 48px;
/* 1597  */   /* responsive portrait phone */
/* 1598  */ }
/* 1599  */ @media (max-width: 767px) {
/* 1600  */   .td-main-menu-logo {

/* td_standard_pack_main.css */

/* 1601  */     display: block;
/* 1602  */     margin-right: 0;
/* 1603  */     height: 0;
/* 1604  */   }
/* 1605  */ }
/* 1606  */ .td-main-menu-logo a {
/* 1607  */   line-height: 48px;
/* 1608  */ }
/* 1609  */ .td-main-menu-logo img {
/* 1610  */   padding: 3px 0;
/* 1611  */   position: relative;
/* 1612  */   vertical-align: middle;
/* 1613  */   max-height: 48px;
/* 1614  */   width: auto;
/* 1615  */ }
/* 1616  */ @media (max-width: 767px) {
/* 1617  */   .td-main-menu-logo img {
/* 1618  */     margin: auto;
/* 1619  */     bottom: 0;
/* 1620  */     top: 0;
/* 1621  */     left: 0;
/* 1622  */     right: 0;
/* 1623  */     position: absolute;
/* 1624  */     padding: 0;
/* 1625  */   }
/* 1626  */ }
/* 1627  */ @media (max-width: 1140px) {
/* 1628  */   .td-main-menu-logo img {
/* 1629  */     max-width: 180px;
/* 1630  */   }
/* 1631  */ }
/* 1632  */ @media (min-width: 768px) {
/* 1633  */   .td-affix .td-logo-sticky {
/* 1634  */     display: block;
/* 1635  */   }
/* 1636  */   .td-header-wrap .td-affix .td-main-menu-logo {
/* 1637  */     height: 48px !important;
/* 1638  */   }
/* 1639  */   .td-header-wrap .td-affix .td-main-menu-logo a {
/* 1640  */     line-height: 48px !important;
/* 1641  */   }
/* 1642  */   .td-header-wrap .td-affix .td-main-menu-logo img {
/* 1643  */     max-height: 48px !important;
/* 1644  */     top: -1px;
/* 1645  */   }
/* 1646  */   .td-header-wrap .td-affix .sf-menu > li > a {
/* 1647  */     line-height: 48px !important;
/* 1648  */   }
/* 1649  */ }
/* 1650  */ .td-visual-hidden {

/* td_standard_pack_main.css */

/* 1651  */   border: 0;
/* 1652  */   width: 1px;
/* 1653  */   height: 1px;
/* 1654  */   margin: -1px;
/* 1655  */   overflow: hidden;
/* 1656  */   padding: 0;
/* 1657  */   position: absolute;
/* 1658  */ }
/* 1659  */ /* -------------------------------------------------------------------------------
/* 1660  *|
/* 1661  *|       logo on sticky menu
/* 1662  *|
/* 1663  *| */
/* 1664  */ .td-logo-in-header .td-sticky-disable.td-mobile-logo,
/* 1665  */ .td-logo-in-header .td-sticky-disable.td-header-logo {
/* 1666  */   display: none;
/* 1667  */ }
/* 1668  */ .td-logo-in-header .td-sticky-disable.td-mobile-logo {
/* 1669  */   /* responsive portrait phone */
/* 1670  */ }
/* 1671  */ @media (max-width: 767px) {
/* 1672  */   .td-logo-in-header .td-sticky-disable.td-mobile-logo {
/* 1673  */     display: block;
/* 1674  */   }
/* 1675  */ }
/* 1676  */ .td-logo-in-header .td-sticky-header.td-mobile-logo {
/* 1677  */   display: none;
/* 1678  */   /* responsive portrait phone */
/* 1679  */ }
/* 1680  */ @media (max-width: 767px) {
/* 1681  */   .td-logo-in-header .td-sticky-header.td-mobile-logo {
/* 1682  */     display: inherit;
/* 1683  */   }
/* 1684  */ }
/* 1685  */ .td-logo-in-header .td-sticky-header.td-header-logo {
/* 1686  */   display: block;
/* 1687  */   /* responsive portrait phone */
/* 1688  */ }
/* 1689  */ @media (max-width: 767px) {
/* 1690  */   .td-logo-in-header .td-sticky-header.td-header-logo {
/* 1691  */     display: none;
/* 1692  */   }
/* 1693  */ }
/* 1694  */ .td-logo-in-header .td-sticky-mobile.td-mobile-logo {
/* 1695  */   display: block;
/* 1696  */ }
/* 1697  */ .td-logo-in-header .td-sticky-mobile.td-header-logo {
/* 1698  */   display: none;
/* 1699  */ }
/* 1700  */ .td-logo-in-menu .td-sticky-disable.td-mobile-logo {

/* td_standard_pack_main.css */

/* 1701  */   display: none;
/* 1702  */   /* responsive portrait phone */
/* 1703  */ }
/* 1704  */ @media (max-width: 767px) {
/* 1705  */   .td-logo-in-menu .td-sticky-disable.td-mobile-logo {
/* 1706  */     display: block;
/* 1707  */   }
/* 1708  */ }
/* 1709  */ .td-logo-in-menu .td-sticky-disable.td-header-logo {
/* 1710  */   display: block;
/* 1711  */   /* responsive portrait phone */
/* 1712  */ }
/* 1713  */ @media (max-width: 767px) {
/* 1714  */   .td-logo-in-menu .td-sticky-disable.td-header-logo {
/* 1715  */     display: none;
/* 1716  */   }
/* 1717  */ }
/* 1718  */ .td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo {
/* 1719  */   display: none;
/* 1720  */ }
/* 1721  */ .td-logo-in-menu .td-sticky-header.td-mobile-logo {
/* 1722  */   display: none;
/* 1723  */   /* responsive portrait phone */
/* 1724  */ }
/* 1725  */ @media (max-width: 767px) {
/* 1726  */   .td-logo-in-menu .td-sticky-header.td-mobile-logo {
/* 1727  */     display: block;
/* 1728  */   }
/* 1729  */ }
/* 1730  */ .td-logo-in-menu .td-sticky-header.td-header-logo {
/* 1731  */   display: block;
/* 1732  */   /* responsive portrait phone */
/* 1733  */ }
/* 1734  */ @media (max-width: 767px) {
/* 1735  */   .td-logo-in-menu .td-sticky-header.td-header-logo {
/* 1736  */     display: none;
/* 1737  */   }
/* 1738  */ }
/* 1739  */ .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
/* 1740  */   display: none;
/* 1741  */   /* responsive portrait phone */
/* 1742  */ }
/* 1743  */ @media (max-width: 767px) {
/* 1744  */   .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
/* 1745  */     display: block;
/* 1746  */   }
/* 1747  */ }
/* 1748  */ .td-logo-in-menu .td-sticky-mobile.td-header-logo {
/* 1749  */   /* responsive portrait phone */
/* 1750  */ }

/* td_standard_pack_main.css */

/* 1751  */ @media (max-width: 767px) {
/* 1752  */   .td-logo-in-menu .td-sticky-mobile.td-header-logo {
/* 1753  */     display: none;
/* 1754  */   }
/* 1755  */ }
/* 1756  */ .td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo {
/* 1757  */   display: none;
/* 1758  */ }
/* 1759  */ .td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
/* 1760  */   display: block;
/* 1761  */ }
/* 1762  */ .td-affix .td-logo-in-menu .td-main-logo {
/* 1763  */   display: none;
/* 1764  */   /* responsive portrait phone */
/* 1765  */ }
/* 1766  */ @media (max-width: 767px) {
/* 1767  */   .td-affix .td-logo-in-menu .td-main-logo {
/* 1768  */     display: block;
/* 1769  */   }
/* 1770  */ }
/* 1771  */ .td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo {
/* 1772  */   display: block;
/* 1773  */ }
/* 1774  */ /*  ----------------------------------------------------------------------------
/* 1775  *|     header menu affix
/* 1776  *| */
/* 1777  */ .td-header-menu-wrap.td-affix {
/* 1778  */   -webkit-transform: translate3d(0, 0, 0);
/* 1779  */   transform: translate3d(0, 0, 0);
/* 1780  */   margin-right: auto;
/* 1781  */   margin-left: auto;
/* 1782  */   width: 100%;
/* 1783  */   z-index: 9999;
/* 1784  */   position: fixed !important;
/* 1785  */   background-color: #ffffff;
/* 1786  */   background-color: rgba(255, 255, 255, 0.95);
/* 1787  */   top: 0;
/* 1788  */ }
/* 1789  */ .admin-bar .td-header-menu-wrap.td-affix {
/* 1790  */   top: 32px;
/* 1791  */   /* responsive portrait phone */
/* 1792  */ }
/* 1793  */ @media (max-width: 767px) {
/* 1794  */   .admin-bar .td-header-menu-wrap.td-affix {
/* 1795  */     top: 46px;
/* 1796  */   }
/* 1797  */ }
/* 1798  */ @media (max-width: 602px) {
/* 1799  */   .admin-bar .td-header-menu-wrap.td-affix {
/* 1800  */     top: 0;

/* td_standard_pack_main.css */

/* 1801  */   }
/* 1802  */ }
/* 1803  */ .td-boxed-layout #td-outer-wrap {
/* 1804  */   z-index: 1;
/* 1805  */ }
/* 1806  */ .td-boxed-layout .td-header-menu-wrap.td-affix {
/* 1807  */   width: 1164px;
/* 1808  */   margin-right: auto;
/* 1809  */   margin-left: auto;
/* 1810  */ }
/* 1811  */ @media (max-width: 1140px) {
/* 1812  */   .td-boxed-layout .td-header-menu-wrap.td-affix {
/* 1813  */     width: 100%;
/* 1814  */   }
/* 1815  */ }
/* 1816  */ /*  ----------------------------------------------------------------------------
/* 1817  *|     WPML plugin
/* 1818  *| */
/* 1819  */ .td-wpml {
/* 1820  */   /* responsive portrait phone */
/* 1821  */ }
/* 1822  */ .td-wpml .wpml-ls-menu-item .wpml-ls-flag {
/* 1823  */   vertical-align: middle;
/* 1824  */   top: -1px;
/* 1825  */   position: relative;
/* 1826  */   margin-right: 5px;
/* 1827  */ }
/* 1828  */ .td-wpml .sub-menu .wpml-ls-menu-item .wpml-ls-flag {
/* 1829  */   top: -2px;
/* 1830  */ }
/* 1831  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
/* 1832  */   /* responsive portrait phone */
/* 1833  */ }
/* 1834  */ @media (max-width: 767px) {
/* 1835  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
/* 1836  */     position: relative;
/* 1837  */     display: inline-block;
/* 1838  */     width: 100%;
/* 1839  */     margin-top: 16px;
/* 1840  */   }
/* 1841  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children > a {
/* 1842  */     pointer-events: none;
/* 1843  */   }
/* 1844  */ }
/* 1845  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
/* 1846  */   position: absolute;
/* 1847  */   display: block;
/* 1848  */   bottom: 100%;
/* 1849  */   background-color: rgba(25, 25, 25, 0.95);
/* 1850  */   padding: 12px 20px;

/* td_standard_pack_main.css */

/* 1851  */   margin: 0 -20px 10px;
/* 1852  */   visibility: hidden;
/* 1853  */   opacity: 0;
/* 1854  */   -webkit-transition: all 0.4s ease;
/* 1855  */   transition: all 0.4s ease;
/* 1856  */   transform: translate3d(0, -10px, 0);
/* 1857  */   -webkit-transform: translate3d(0, -10px, 0);
/* 1858  */   /* responsive portrait phone */
/* 1859  */ }
/* 1860  */ @media (max-width: 767px) {
/* 1861  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
/* 1862  */     right: 0;
/* 1863  */     left: 0;
/* 1864  */     margin: 10px 0;
/* 1865  */   }
/* 1866  */ }
/* 1867  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:before {
/* 1868  */   content: '';
/* 1869  */   position: absolute;
/* 1870  */   top: 100%;
/* 1871  */   width: 0;
/* 1872  */   height: 0;
/* 1873  */   left: 0;
/* 1874  */   right: 0;
/* 1875  */   margin: auto;
/* 1876  */   border-style: solid;
/* 1877  */   border-width: 6px 6px 0 6px;
/* 1878  */   border-color: rgba(25, 25, 25, 0.95) transparent transparent transparent;
/* 1879  */ }
/* 1880  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:after {
/* 1881  */   content: '';
/* 1882  */   position: absolute;
/* 1883  */   top: 100%;
/* 1884  */   width: 100%;
/* 1885  */   height: 30px;
/* 1886  */   background-color: transparent;
/* 1887  */   right: 0;
/* 1888  */ }
/* 1889  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
/* 1890  */   display: block;
/* 1891  */   padding: 3px 0;
/* 1892  */   white-space: nowrap;
/* 1893  */   /* responsive portrait phone */
/* 1894  */ }
/* 1895  */ @media (max-width: 767px) {
/* 1896  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
/* 1897  */     padding: 6px 0;
/* 1898  */   }
/* 1899  */ }
/* 1900  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu {

/* td_standard_pack_main.css */

/* 1901  */   visibility: visible;
/* 1902  */   opacity: 1;
/* 1903  */   transform: translate3d(0, 0, 0);
/* 1904  */   -webkit-transform: translate3d(0, 0, 0);
/* 1905  */ }
/* 1906  */ .td-wpml .td-subfooter-menu .menu-item-first a {
/* 1907  */   /* responsive portrait phone */
/* 1908  */ }
/* 1909  */ @media (max-width: 767px) {
/* 1910  */   .td-wpml .td-subfooter-menu .menu-item-first a {
/* 1911  */     margin-left: 16px;
/* 1912  */   }
/* 1913  */ }
/* 1914  */ .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
/* 1915  */   /* responsive portrait phone */
/* 1916  */ }
/* 1917  */ @media (max-width: 767px) {
/* 1918  */   .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
/* 1919  */     margin-top: 0;
/* 1920  */     margin-bottom: 16px;
/* 1921  */   }
/* 1922  */ }
/* 1923  */ @media (max-width: 767px) {
/* 1924  */   .td-wpml .td-header-top-menu-full,
/* 1925  */   .td-wpml .td-header-sp-top-menu {
/* 1926  */     display: block !important;
/* 1927  */   }
/* 1928  */   .td-wpml .td-header-sp-top-menu {
/* 1929  */     width: 100%;
/* 1930  */   }
/* 1931  */   .td-wpml .td-header-top-menu {
/* 1932  */     background-color: #3c3c3c !important;
/* 1933  */     padding-left: 17px;
/* 1934  */     padding-right: 17px;
/* 1935  */     box-shadow: inset 0px -3px 3px -1px rgba(0, 0, 0, 0.2);
/* 1936  */   }
/* 1937  */   .td-wpml .td_ul_logout,
/* 1938  */   .td-wpml .td_ul_login,
/* 1939  */   .td-wpml .td-header-sp-top-widget,
/* 1940  */   .td-wpml .td-weather-top-widget {
/* 1941  */     display: none !important;
/* 1942  */   }
/* 1943  */   .td-wpml .menu-top-container {
/* 1944  */     margin-right: 0;
/* 1945  */     float: right;
/* 1946  */   }
/* 1947  */   .td-wpml .menu-top-container .top-header-menu > li {
/* 1948  */     display: none;
/* 1949  */   }
/* 1950  */   .td-wpml .menu-top-container .top-header-menu > li a {

/* td_standard_pack_main.css */

/* 1951  */     margin-right: 0;
/* 1952  */   }
/* 1953  */   .td-wpml .menu-top-container .top-header-menu .wpml-ls-item {
/* 1954  */     display: inline-block;
/* 1955  */     margin-top: 0;
/* 1956  */   }
/* 1957  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children {
/* 1958  */     position: static;
/* 1959  */     display: inline-block;
/* 1960  */     width: 100%;
/* 1961  */   }
/* 1962  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a {
/* 1963  */     pointer-events: none;
/* 1964  */   }
/* 1965  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu {
/* 1966  */     position: absolute;
/* 1967  */     display: block;
/* 1968  */     background-color: rgba(25, 25, 25, 0.95);
/* 1969  */     padding: 7px 10px;
/* 1970  */     visibility: hidden;
/* 1971  */     opacity: 0;
/* 1972  */     -webkit-transition: all 0.4s ease;
/* 1973  */     transition: all 0.4s ease;
/* 1974  */     transform: translate3d(0, 10px, 0);
/* 1975  */     -webkit-transform: translate3d(0, 10px, 0);
/* 1976  */     right: 0;
/* 1977  */     left: auto;
/* 1978  */     margin: 0;
/* 1979  */   }
/* 1980  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:before {
/* 1981  */     content: '';
/* 1982  */     position: absolute;
/* 1983  */     bottom: 100%;
/* 1984  */     width: 0;
/* 1985  */     height: 0;
/* 1986  */     left: 0;
/* 1987  */     right: 0;
/* 1988  */     margin: auto;
/* 1989  */     border-style: solid;
/* 1990  */     border-width: 0 6px 6px 6px;
/* 1991  */     border-color: transparent transparent rgba(25, 25, 25, 0.95);
/* 1992  */   }
/* 1993  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:after {
/* 1994  */     content: '';
/* 1995  */     position: absolute;
/* 1996  */     bottom: 100%;
/* 1997  */     width: 100%;
/* 1998  */     height: 30px;
/* 1999  */     background-color: transparent;
/* 2000  */     right: 0;

/* td_standard_pack_main.css */

/* 2001  */   }
/* 2002  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li {
/* 2003  */     display: block;
/* 2004  */     padding: 3px 0;
/* 2005  */     white-space: nowrap;
/* 2006  */   }
/* 2007  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a {
/* 2008  */     margin: 0 10px;
/* 2009  */   }
/* 2010  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu {
/* 2011  */     visibility: visible;
/* 2012  */     opacity: 1;
/* 2013  */     transform: translate3d(0, 0, 0);
/* 2014  */     -webkit-transform: translate3d(0, 0, 0);
/* 2015  */   }
/* 2016  */ }
/* 2017  */ /*  ----------------------------------------------------------------------------
/* 2018  *|     WPML plugin
/* 2019  *| */
/* 2020  */ .td-wpml {
/* 2021  */   /* responsive portrait phone */
/* 2022  */ }
/* 2023  */ .td-wpml .wpml-ls-menu-item .wpml-ls-flag {
/* 2024  */   vertical-align: middle;
/* 2025  */   top: -1px;
/* 2026  */   position: relative;
/* 2027  */   margin-right: 5px;
/* 2028  */ }
/* 2029  */ .td-wpml .sub-menu .wpml-ls-menu-item .wpml-ls-flag {
/* 2030  */   top: -2px;
/* 2031  */ }
/* 2032  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
/* 2033  */   /* responsive portrait phone */
/* 2034  */ }
/* 2035  */ @media (max-width: 767px) {
/* 2036  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
/* 2037  */     position: relative;
/* 2038  */     display: inline-block;
/* 2039  */     width: 100%;
/* 2040  */     margin-top: 16px;
/* 2041  */   }
/* 2042  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children > a {
/* 2043  */     pointer-events: none;
/* 2044  */   }
/* 2045  */ }
/* 2046  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
/* 2047  */   position: absolute;
/* 2048  */   display: block;
/* 2049  */   bottom: 100%;
/* 2050  */   background-color: rgba(25, 25, 25, 0.95);

/* td_standard_pack_main.css */

/* 2051  */   padding: 12px 20px;
/* 2052  */   margin: 0 -20px 10px;
/* 2053  */   visibility: hidden;
/* 2054  */   opacity: 0;
/* 2055  */   -webkit-transition: all 0.4s ease;
/* 2056  */   transition: all 0.4s ease;
/* 2057  */   transform: translate3d(0, -10px, 0);
/* 2058  */   -webkit-transform: translate3d(0, -10px, 0);
/* 2059  */   /* responsive portrait phone */
/* 2060  */ }
/* 2061  */ @media (max-width: 767px) {
/* 2062  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
/* 2063  */     right: 0;
/* 2064  */     left: 0;
/* 2065  */     margin: 10px 0;
/* 2066  */   }
/* 2067  */ }
/* 2068  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:before {
/* 2069  */   content: '';
/* 2070  */   position: absolute;
/* 2071  */   top: 100%;
/* 2072  */   width: 0;
/* 2073  */   height: 0;
/* 2074  */   left: 0;
/* 2075  */   right: 0;
/* 2076  */   margin: auto;
/* 2077  */   border-style: solid;
/* 2078  */   border-width: 6px 6px 0 6px;
/* 2079  */   border-color: rgba(25, 25, 25, 0.95) transparent transparent transparent;
/* 2080  */ }
/* 2081  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:after {
/* 2082  */   content: '';
/* 2083  */   position: absolute;
/* 2084  */   top: 100%;
/* 2085  */   width: 100%;
/* 2086  */   height: 30px;
/* 2087  */   background-color: transparent;
/* 2088  */   right: 0;
/* 2089  */ }
/* 2090  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
/* 2091  */   display: block;
/* 2092  */   padding: 3px 0;
/* 2093  */   white-space: nowrap;
/* 2094  */   /* responsive portrait phone */
/* 2095  */ }
/* 2096  */ @media (max-width: 767px) {
/* 2097  */   .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
/* 2098  */     padding: 6px 0;
/* 2099  */   }
/* 2100  */ }

/* td_standard_pack_main.css */

/* 2101  */ .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu {
/* 2102  */   visibility: visible;
/* 2103  */   opacity: 1;
/* 2104  */   transform: translate3d(0, 0, 0);
/* 2105  */   -webkit-transform: translate3d(0, 0, 0);
/* 2106  */ }
/* 2107  */ .td-wpml .td-subfooter-menu .menu-item-first a {
/* 2108  */   /* responsive portrait phone */
/* 2109  */ }
/* 2110  */ @media (max-width: 767px) {
/* 2111  */   .td-wpml .td-subfooter-menu .menu-item-first a {
/* 2112  */     margin-left: 16px;
/* 2113  */   }
/* 2114  */ }
/* 2115  */ .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
/* 2116  */   /* responsive portrait phone */
/* 2117  */ }
/* 2118  */ @media (max-width: 767px) {
/* 2119  */   .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
/* 2120  */     margin-top: 0;
/* 2121  */     margin-bottom: 16px;
/* 2122  */   }
/* 2123  */ }
/* 2124  */ @media (max-width: 767px) {
/* 2125  */   .td-wpml .td-header-top-menu-full,
/* 2126  */   .td-wpml .td-header-sp-top-menu {
/* 2127  */     display: block !important;
/* 2128  */   }
/* 2129  */   .td-wpml .td-header-sp-top-menu {
/* 2130  */     width: 100%;
/* 2131  */   }
/* 2132  */   .td-wpml .td-header-top-menu {
/* 2133  */     background-color: #3c3c3c !important;
/* 2134  */     padding-left: 17px;
/* 2135  */     padding-right: 17px;
/* 2136  */     box-shadow: inset 0px -3px 3px -1px rgba(0, 0, 0, 0.2);
/* 2137  */   }
/* 2138  */   .td-wpml .td_ul_logout,
/* 2139  */   .td-wpml .td_ul_login,
/* 2140  */   .td-wpml .td-header-sp-top-widget,
/* 2141  */   .td-wpml .td-weather-top-widget {
/* 2142  */     display: none !important;
/* 2143  */   }
/* 2144  */   .td-wpml .menu-top-container {
/* 2145  */     margin-right: 0;
/* 2146  */     float: right;
/* 2147  */   }
/* 2148  */   .td-wpml .menu-top-container .top-header-menu > li {
/* 2149  */     display: none;
/* 2150  */   }

/* td_standard_pack_main.css */

/* 2151  */   .td-wpml .menu-top-container .top-header-menu > li a {
/* 2152  */     margin-right: 0;
/* 2153  */   }
/* 2154  */   .td-wpml .menu-top-container .top-header-menu .wpml-ls-item {
/* 2155  */     display: inline-block;
/* 2156  */     margin-top: 0;
/* 2157  */   }
/* 2158  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children {
/* 2159  */     position: static;
/* 2160  */     display: inline-block;
/* 2161  */     width: 100%;
/* 2162  */   }
/* 2163  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a {
/* 2164  */     pointer-events: none;
/* 2165  */   }
/* 2166  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu {
/* 2167  */     position: absolute;
/* 2168  */     display: block;
/* 2169  */     background-color: rgba(25, 25, 25, 0.95);
/* 2170  */     padding: 7px 10px;
/* 2171  */     visibility: hidden;
/* 2172  */     opacity: 0;
/* 2173  */     -webkit-transition: all 0.4s ease;
/* 2174  */     transition: all 0.4s ease;
/* 2175  */     transform: translate3d(0, 10px, 0);
/* 2176  */     -webkit-transform: translate3d(0, 10px, 0);
/* 2177  */     right: 0;
/* 2178  */     left: auto;
/* 2179  */     margin: 0;
/* 2180  */   }
/* 2181  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:before {
/* 2182  */     content: '';
/* 2183  */     position: absolute;
/* 2184  */     bottom: 100%;
/* 2185  */     width: 0;
/* 2186  */     height: 0;
/* 2187  */     left: 0;
/* 2188  */     right: 0;
/* 2189  */     margin: auto;
/* 2190  */     border-style: solid;
/* 2191  */     border-width: 0 6px 6px 6px;
/* 2192  */     border-color: transparent transparent rgba(25, 25, 25, 0.95);
/* 2193  */   }
/* 2194  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:after {
/* 2195  */     content: '';
/* 2196  */     position: absolute;
/* 2197  */     bottom: 100%;
/* 2198  */     width: 100%;
/* 2199  */     height: 30px;
/* 2200  */     background-color: transparent;

/* td_standard_pack_main.css */

/* 2201  */     right: 0;
/* 2202  */   }
/* 2203  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li {
/* 2204  */     display: block;
/* 2205  */     padding: 3px 0;
/* 2206  */     white-space: nowrap;
/* 2207  */   }
/* 2208  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a {
/* 2209  */     margin: 0 10px;
/* 2210  */   }
/* 2211  */   .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu {
/* 2212  */     visibility: visible;
/* 2213  */     opacity: 1;
/* 2214  */     transform: translate3d(0, 0, 0);
/* 2215  */     -webkit-transform: translate3d(0, 0, 0);
/* 2216  */   }
/* 2217  */ }
/* 2218  */ /*  ----------------------------------------------------------------------------
/* 2219  *|     Search
/* 2220  *| */
/* 2221  */ .td-header-wrap .td_module_mx2 .entry-title a:after {
/* 2222  */   position: absolute;
/* 2223  */   left: 0;
/* 2224  */   width: 100%;
/* 2225  */   top: 0;
/* 2226  */   bottom: 0;
/* 2227  */   content: '';
/* 2228  */   z-index: 1;
/* 2229  */ }
/* 2230  */ .td-header-wrap .result-msg {
/* 2231  */   text-align: center;
/* 2232  */   padding: 4px 0 6px 0;
/* 2233  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 2234  */   font-size: 12px;
/* 2235  */   color: #222;
/* 2236  */   font-style: italic;
/* 2237  */ }
/* 2238  */ .td-header-wrap .result-msg a {
/* 2239  */   color: #222;
/* 2240  */   display: block;
/* 2241  */ }
/* 2242  */ .td-header-wrap .result-msg a:hover {
/* 2243  */   color: var(--td_theme_color, #4db2ec);
/* 2244  */ }
/* 2245  */ .td-header-wrap .td-aj-search-results {
/* 2246  */   background-color: rgba(144, 144, 144, 0.02);
/* 2247  */   border-top: 1px solid #ededed;
/* 2248  */   border-bottom: 1px solid #ededed;
/* 2249  */   padding: 10px 0;
/* 2250  */ }

/* td_standard_pack_main.css */

/* 2251  */ .td-header-wrap .td-aj-search-results .item-details {
/* 2252  */   margin: 10px 20px 10px 115px;
/* 2253  */ }
/* 2254  */ .td-header-wrap .td-aj-search-results .td-module-thumb {
/* 2255  */   top: 10px;
/* 2256  */   margin-left: 20px;
/* 2257  */ }
/* 2258  */ .td-header-wrap .td_module_mx2 {
/* 2259  */   padding-bottom: 0;
/* 2260  */ }
/* 2261  */ .td-header-wrap .no-result {
/* 2262  */   background-color: #fdfdfd;
/* 2263  */   border-top: 1px solid #ededed;
/* 2264  */   border-bottom: 1px solid #ededed;
/* 2265  */ }
/* 2266  */ .td-header-wrap .td-aj-cur-element {
/* 2267  */   background-color: rgba(128, 128, 128, 0.1);
/* 2268  */ }
/* 2269  */ /* -------------------------------------------------------------------
/* 2270  *|
/* 2271  *| Headers style
/* 2272  *|
/* 2273  *| ----------------------------------------------------------------------  */
/* 2274  */ /* General */
/* 2275  */ .td-header-top-menu-full {
/* 2276  */   position: relative;
/* 2277  */   z-index: 9999;
/* 2278  */   /* responsive portrait phone */
/* 2279  */ }
/* 2280  */ @media (max-width: 767px) {
/* 2281  */   .td-header-top-menu-full {
/* 2282  */     display: none;
/* 2283  */   }
/* 2284  */ }
/* 2285  */ @media (min-width: 768px) {
/* 2286  */   .td-affix .header-search-wrap .td-icon-search {
/* 2287  */     line-height: 48px !important;
/* 2288  */   }
/* 2289  */   .td-affix #td-header-menu {
/* 2290  */     display: block;
/* 2291  */   }
/* 2292  */ }
/* 2293  */ /*
/* 2294  *|     fix logo alignment for logo in menus
/* 2295  *| */
/* 2296  */ @media (min-width: 768px) {
/* 2297  */   .td-header-style-5 .td-affix .td-main-menu-logo img,
/* 2298  */   .td-header-style-6 .td-affix .td-main-menu-logo img,
/* 2299  */   .td-header-style-12 .td-affix .td-main-menu-logo img {
/* 2300  */     top: 0;

/* td_standard_pack_main.css */

/* 2301  */   }
/* 2302  */ }
/* 2303  */ @-moz-document url-prefix() {
/* 2304  */   @media (min-width: 768px) {
/* 2305  */     .td-header-style-5 .td-main-menu-logo a img,
/* 2306  */     .td-header-style-6 .td-main-menu-logo a img,
/* 2307  */     .td-header-style-12 .td-main-menu-logo a img {
/* 2308  */       top: -1px;
/* 2309  */     }
/* 2310  */   }
/* 2311  */ }
/* 2312  */ .td-logo-mobile-loaded {
/* 2313  */   /* responsive portrait phone */
/* 2314  */ }
/* 2315  */ @media (max-width: 767px) {
/* 2316  */   .td-logo-mobile-loaded {
/* 2317  */     display: none;
/* 2318  */   }
/* 2319  */ }
/* 2320  */ /* -------------------------------------------------------------------
/* 2321  *|   Style 1
/* 2322  *| ----------------------------------------------------------------------  */
/* 2323  */ .td-header-style-1 .td-header-top-menu-full {
/* 2324  */   background-color: #222222;
/* 2325  */ }
/* 2326  */ .td-header-style-1 .td-header-sp-logo {
/* 2327  */   width: 284px;
/* 2328  */   position: relative;
/* 2329  */   height: 90px;
/* 2330  */   margin: 28px 28px 9px 28px;
/* 2331  */   /* responsive landscape tablet */
/* 2332  */   /* responsive portrait tablet */
/* 2333  */   /* responsive portrait phone */
/* 2334  */ }
/* 2335  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2336  */   .td-header-style-1 .td-header-sp-logo {
/* 2337  */     width: 224px;
/* 2338  */     margin-left: 0;
/* 2339  */   }
/* 2340  */ }
/* 2341  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2342  */   .td-header-style-1 .td-header-sp-logo {
/* 2343  */     width: 214px;
/* 2344  */     margin: 14px 28px 0 28px;
/* 2345  */     max-height: 60px;
/* 2346  */   }
/* 2347  */ }
/* 2348  */ @media (max-width: 767px) {
/* 2349  */   .td-header-style-1 .td-header-sp-logo {
/* 2350  */     display: none;

/* td_standard_pack_main.css */

/* 2351  */   }
/* 2352  */ }
/* 2353  */ .td-header-style-1 .td-header-sp-logo img {
/* 2354  */   width: auto;
/* 2355  */   max-height: 90px;
/* 2356  */   /* responsive portrait tablet */
/* 2357  */ }
/* 2358  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2359  */   .td-header-style-1 .td-header-sp-logo img {
/* 2360  */     max-height: 60px;
/* 2361  */   }
/* 2362  */ }
/* 2363  */ .td-header-style-1 .td-header-sp-recs {
/* 2364  */   margin: 28px 0 9px 0;
/* 2365  */   /* responsive portrait tablet */
/* 2366  */   /* responsive portrait phone */
/* 2367  */   /* responsive portrait tablet */
/* 2368  */   /* fix for block template 17 */
/* 2369  */ }
/* 2370  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2371  */   .td-header-style-1 .td-header-sp-recs {
/* 2372  */     margin: 14px 0 0 0;
/* 2373  */   }
/* 2374  */ }
/* 2375  */ @media (max-width: 767px) {
/* 2376  */   .td-header-style-1 .td-header-sp-recs {
/* 2377  */     margin: 0;
/* 2378  */   }
/* 2379  */ }
/* 2380  */ @media (min-width: 768px) {
/* 2381  */   .td-header-style-1 .td-header-sp-recs .td-a-rec-id-header > div,
/* 2382  */   .td-header-style-1 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle {
/* 2383  */     margin: auto;
/* 2384  */   }
/* 2385  */ }
/* 2386  */ .td-header-style-1 .td-header-sp-recs .td_block_template_17 {
/* 2387  */   transform: none;
/* 2388  */   -webkit-transform: none;
/* 2389  */ }
/* 2390  */ .td-header-style-1.td-header-background-image {
/* 2391  */   /* desktop */
/* 2392  */   /* responsive portrait tablet */
/* 2393  */ }
/* 2394  */ @media (min-width: 1018px) {
/* 2395  */   .td-header-style-1.td-header-background-image .td-header-sp-recs,
/* 2396  */   .td-header-style-1.td-header-background-image .td-header-sp-logo {
/* 2397  */     margin-bottom: 28px;
/* 2398  */   }
/* 2399  */ }
/* 2400  */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 2401  */   .td-header-style-1.td-header-background-image .td-header-sp-recs,
/* 2402  */   .td-header-style-1.td-header-background-image .td-header-sp-logo {
/* 2403  */     margin-bottom: 14px;
/* 2404  */   }
/* 2405  */ }
/* 2406  */ .td-header-style-1 .header-search-wrap .td-icon-search {
/* 2407  */   color: #000;
/* 2408  */   /* responsive portrait phone */
/* 2409  */ }
/* 2410  */ @media (max-width: 767px) {
/* 2411  */   .td-header-style-1 .header-search-wrap .td-icon-search {
/* 2412  */     color: #fff;
/* 2413  */   }
/* 2414  */ }
/* 2415  */ .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
/* 2416  */   margin-bottom: 0;
/* 2417  */   top: -21px;
/* 2418  */   /* responsive portrait tablet */
/* 2419  */ }
/* 2420  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2421  */   .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
/* 2422  */     top: -17px;
/* 2423  */   }
/* 2424  */ }
/* 2425  */ @media (max-width: 767px) {
/* 2426  */   .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
/* 2427  */     top: 0;
/* 2428  */     margin-bottom: -10px;
/* 2429  */   }
/* 2430  */ }
/* 2431  */ /* -------------------------------------------------------------------
/* 2432  *|   Style 2
/* 2433  *| ----------------------------------------------------------------------  */
/* 2434  */ .td-header-style-2 .td-header-top-menu-full {
/* 2435  */   background-color: #222222;
/* 2436  */ }
/* 2437  */ .td-header-style-2 .td-header-sp-logo {
/* 2438  */   width: 284px;
/* 2439  */   position: relative;
/* 2440  */   height: 90px;
/* 2441  */   margin: 24px 28px 0 28px;
/* 2442  */   /* responsive landscape tablet */
/* 2443  */   /* responsive portrait tablet */
/* 2444  */   /* responsive portrait phone */
/* 2445  */ }
/* 2446  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2447  */   .td-header-style-2 .td-header-sp-logo {
/* 2448  */     width: 224px;
/* 2449  */     margin: 24px 14px 0 14px;
/* 2450  */   }

/* td_standard_pack_main.css */

/* 2451  */ }
/* 2452  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2453  */   .td-header-style-2 .td-header-sp-logo {
/* 2454  */     width: 214px;
/* 2455  */     height: 60px;
/* 2456  */     margin-top: 14px;
/* 2457  */   }
/* 2458  */ }
/* 2459  */ @media (max-width: 767px) {
/* 2460  */   .td-header-style-2 .td-header-sp-logo {
/* 2461  */     display: none;
/* 2462  */   }
/* 2463  */ }
/* 2464  */ .td-header-style-2 .td-header-sp-logo img {
/* 2465  */   width: auto;
/* 2466  */   max-height: 90px;
/* 2467  */   /* responsive portrait tablet */
/* 2468  */ }
/* 2469  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2470  */   .td-header-style-2 .td-header-sp-logo img {
/* 2471  */     max-height: 60px;
/* 2472  */   }
/* 2473  */ }
/* 2474  */ .td-header-style-2 .td-header-sp-recs {
/* 2475  */   margin: 24px 0 0 0;
/* 2476  */   /* responsive portrait tablet */
/* 2477  */   /* responsive portrait phone */
/* 2478  */   /* responsive portrait tablet */
/* 2479  */   /* fix for block template 17 */
/* 2480  */ }
/* 2481  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2482  */   .td-header-style-2 .td-header-sp-recs {
/* 2483  */     margin-top: 14px;
/* 2484  */   }
/* 2485  */ }
/* 2486  */ @media (max-width: 767px) {
/* 2487  */   .td-header-style-2 .td-header-sp-recs {
/* 2488  */     margin: 0;
/* 2489  */   }
/* 2490  */ }
/* 2491  */ @media (min-width: 768px) {
/* 2492  */   .td-header-style-2 .td-header-sp-recs .td-a-rec-id-header > div,
/* 2493  */   .td-header-style-2 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle {
/* 2494  */     margin: auto;
/* 2495  */   }
/* 2496  */ }
/* 2497  */ .td-header-style-2 .td-header-sp-recs .td_block_template_17 {
/* 2498  */   transform: none;
/* 2499  */   -webkit-transform: none;
/* 2500  */ }

/* td_standard_pack_main.css */

/* 2501  */ .td-header-style-2.td-header-background-image {
/* 2502  */   /* desktop */
/* 2503  */   /* responsive portrait tablet */
/* 2504  */ }
/* 2505  */ @media (min-width: 1018px) {
/* 2506  */   .td-header-style-2.td-header-background-image .td-header-sp-recs,
/* 2507  */   .td-header-style-2.td-header-background-image .td-header-sp-logo {
/* 2508  */     margin-bottom: 24px;
/* 2509  */   }
/* 2510  */ }
/* 2511  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2512  */   .td-header-style-2.td-header-background-image .td-header-sp-recs,
/* 2513  */   .td-header-style-2.td-header-background-image .td-header-sp-logo {
/* 2514  */     margin-bottom: 14px;
/* 2515  */   }
/* 2516  */ }
/* 2517  */ .td-header-style-2 .header-search-wrap .td-icon-search {
/* 2518  */   color: #000;
/* 2519  */   /* responsive portrait phone */
/* 2520  */ }
/* 2521  */ @media (max-width: 767px) {
/* 2522  */   .td-header-style-2 .header-search-wrap .td-icon-search {
/* 2523  */     color: #fff;
/* 2524  */   }
/* 2525  */ }
/* 2526  */ .td-header-style-2 .td-header-menu-wrap-full {
/* 2527  */   position: relative;
/* 2528  */ }
/* 2529  */ .td-header-style-2 .td-header-rec-wrap .td-adspot-title {
/* 2530  */   margin-bottom: 0;
/* 2531  */   top: -21px;
/* 2532  */   /* responsive portrait tablet */
/* 2533  */ }
/* 2534  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2535  */   .td-header-style-2 .td-header-rec-wrap .td-adspot-title {
/* 2536  */     top: -17px;
/* 2537  */   }
/* 2538  */ }
/* 2539  */ @media (max-width: 767px) {
/* 2540  */   .td-header-style-2 .td-header-rec-wrap .td-adspot-title {
/* 2541  */     top: 0;
/* 2542  */     margin-bottom: -10px;
/* 2543  */   }
/* 2544  */ }
/* 2545  */ .single_template_6 .td-header-style-2 .td-header-sp-recs,
/* 2546  */ .single_template_7 .td-header-style-2 .td-header-sp-recs,
/* 2547  */ .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
/* 2548  */ .single_template_8 .td-header-style-2 .td-header-sp-recs,
/* 2549  */ .single_template_10 .td-header-style-2 .td-header-sp-recs,
/* 2550  */ .single_template_11 .td-header-style-2 .td-header-sp-recs,

/* td_standard_pack_main.css */

/* 2551  */ .td_category_template_2 .td-header-style-2 .td-header-sp-recs,
/* 2552  */ .td_category_template_5 .td-header-style-2 .td-header-sp-recs,
/* 2553  */ .td_category_template_6 .td-header-style-2 .td-header-sp-recs,
/* 2554  */ .td_category_template_8 .td-header-style-2 .td-header-sp-recs {
/* 2555  */   /* responsive min landscape tablet */
/* 2556  */   /* responsive portrait tablet */
/* 2557  */ }
/* 2558  */ @media (min-width: 1019px) {
/* 2559  */   .single_template_6 .td-header-style-2 .td-header-sp-recs,
/* 2560  */   .single_template_7 .td-header-style-2 .td-header-sp-recs,
/* 2561  */   .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
/* 2562  */   .single_template_8 .td-header-style-2 .td-header-sp-recs,
/* 2563  */   .single_template_10 .td-header-style-2 .td-header-sp-recs,
/* 2564  */   .single_template_11 .td-header-style-2 .td-header-sp-recs,
/* 2565  */   .td_category_template_2 .td-header-style-2 .td-header-sp-recs,
/* 2566  */   .td_category_template_5 .td-header-style-2 .td-header-sp-recs,
/* 2567  */   .td_category_template_6 .td-header-style-2 .td-header-sp-recs,
/* 2568  */   .td_category_template_8 .td-header-style-2 .td-header-sp-recs {
/* 2569  */     margin-bottom: 24px;
/* 2570  */   }
/* 2571  */ }
/* 2572  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2573  */   .single_template_6 .td-header-style-2 .td-header-sp-recs,
/* 2574  */   .single_template_7 .td-header-style-2 .td-header-sp-recs,
/* 2575  */   .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
/* 2576  */   .single_template_8 .td-header-style-2 .td-header-sp-recs,
/* 2577  */   .single_template_10 .td-header-style-2 .td-header-sp-recs,
/* 2578  */   .single_template_11 .td-header-style-2 .td-header-sp-recs,
/* 2579  */   .td_category_template_2 .td-header-style-2 .td-header-sp-recs,
/* 2580  */   .td_category_template_5 .td-header-style-2 .td-header-sp-recs,
/* 2581  */   .td_category_template_6 .td-header-style-2 .td-header-sp-recs,
/* 2582  */   .td_category_template_8 .td-header-style-2 .td-header-sp-recs {
/* 2583  */     margin-bottom: 14px;
/* 2584  */   }
/* 2585  */ }
/* 2586  */ .td_category_template_7 .td-header-style-2 .td-header-sp-recs {
/* 2587  */   /* responsive min landscape tablet */
/* 2588  */ }
/* 2589  */ @media (min-width: 1019px) {
/* 2590  */   .td_category_template_7 .td-header-style-2 .td-header-sp-recs {
/* 2591  */     margin-bottom: 6px;
/* 2592  */   }
/* 2593  */ }
/* 2594  */ /* -------------------------------------------------------------------
/* 2595  *|   Styles 3 & 4 & 5 & 6 & 12
/* 2596  *| ----------------------------------------------------------------------  */
/* 2597  */ .td-header-style-3 .td-header-menu-social .td-social-icon-wrap a,
/* 2598  */ .td-header-style-4 .td-header-menu-social .td-social-icon-wrap a,
/* 2599  */ .td-header-style-5 .td-header-menu-social .td-social-icon-wrap a,
/* 2600  */ .td-header-style-6 .td-header-menu-social .td-social-icon-wrap a,

/* td_standard_pack_main.css */

/* 2601  */ .td-header-style-12 .td-header-menu-social .td-social-icon-wrap a {
/* 2602  */   color: #fff;
/* 2603  */ }
/* 2604  */ .td-header-style-3 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
/* 2605  */ .td-header-style-4 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
/* 2606  */ .td-header-style-5 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
/* 2607  */ .td-header-style-6 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
/* 2608  */ .td-header-style-12 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
/* 2609  */   background-color: #fff;
/* 2610  */ }
/* 2611  */ /* -------------------------------------------------------------------
/* 2612  *|   Style 3
/* 2613  *| ----------------------------------------------------------------------  */
/* 2614  */ .td-header-style-3 .td-header-menu-wrap-full {
/* 2615  */   background-color: transparent !important;
/* 2616  */ }
/* 2617  */ .td-header-style-3 .td-header-top-menu-full {
/* 2618  */   background-color: #111;
/* 2619  */ }
/* 2620  */ .td-header-style-3 .td-header-sp-logo {
/* 2621  */   width: 284px;
/* 2622  */   position: relative;
/* 2623  */   height: 90px;
/* 2624  */   margin: 28px;
/* 2625  */   /* responsive landscape tablet */
/* 2626  */   /* responsive portrait tablet */
/* 2627  */   /* responsive portrait phone */
/* 2628  */ }
/* 2629  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2630  */   .td-header-style-3 .td-header-sp-logo {
/* 2631  */     width: 224px;
/* 2632  */     margin-left: 0;
/* 2633  */   }
/* 2634  */ }
/* 2635  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2636  */   .td-header-style-3 .td-header-sp-logo {
/* 2637  */     width: 214px;
/* 2638  */     height: 60px;
/* 2639  */     margin: 14px 28px 0 28px;
/* 2640  */   }
/* 2641  */ }
/* 2642  */ @media (max-width: 767px) {
/* 2643  */   .td-header-style-3 .td-header-sp-logo {
/* 2644  */     display: none;
/* 2645  */   }
/* 2646  */ }
/* 2647  */ .td-header-style-3 .td-header-sp-logo img {
/* 2648  */   width: auto;
/* 2649  */   max-height: 90px;
/* 2650  */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 2651  */ }
/* 2652  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2653  */   .td-header-style-3 .td-header-sp-logo img {
/* 2654  */     max-height: 60px;
/* 2655  */   }
/* 2656  */ }
/* 2657  */ .td-header-style-3 .td-header-sp-recs {
/* 2658  */   margin: 28px 0;
/* 2659  */   /* responsive portrait tablet */
/* 2660  */   /* responsive portrait phone */
/* 2661  */   /* responsive portrait tablet */
/* 2662  */   /* fix for block template 17 */
/* 2663  */ }
/* 2664  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2665  */   .td-header-style-3 .td-header-sp-recs {
/* 2666  */     margin: 14px 0;
/* 2667  */   }
/* 2668  */ }
/* 2669  */ @media (max-width: 767px) {
/* 2670  */   .td-header-style-3 .td-header-sp-recs {
/* 2671  */     margin: 0;
/* 2672  */   }
/* 2673  */ }
/* 2674  */ @media (min-width: 768px) {
/* 2675  */   .td-header-style-3 .td-header-sp-recs .td-a-rec-id-header > div,
/* 2676  */   .td-header-style-3 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle {
/* 2677  */     margin: auto;
/* 2678  */   }
/* 2679  */ }
/* 2680  */ .td-header-style-3 .td-header-sp-recs .td_block_template_17 {
/* 2681  */   transform: none;
/* 2682  */   -webkit-transform: none;
/* 2683  */ }
/* 2684  */ .td-header-style-3 .header-search-wrap .td-icon-search {
/* 2685  */   color: #fff;
/* 2686  */ }
/* 2687  */ .td-header-style-3 .td-header-main-menu {
/* 2688  */   background-color: #151515;
/* 2689  */   /* responsive portrait phone */
/* 2690  */ }
/* 2691  */ @media (max-width: 767px) {
/* 2692  */   .td-header-style-3 .td-header-main-menu {
/* 2693  */     padding-left: 2px;
/* 2694  */   }
/* 2695  */ }
/* 2696  */ .td-header-style-3 .sf-menu > li > a {
/* 2697  */   color: #fff;
/* 2698  */ }
/* 2699  */ .td-header-style-3 .sf-menu > li > a:after {
/* 2700  */   display: none;

/* td_standard_pack_main.css */

/* 2701  */ }
/* 2702  */ .td-header-style-3 .black-menu {
/* 2703  */   /* hover and current menu */
/* 2704  */ }
/* 2705  */ .td-header-style-3 .black-menu .sf-menu > .current-menu-item > a,
/* 2706  */ .td-header-style-3 .black-menu .sf-menu > .current-menu-ancestor > a,
/* 2707  */ .td-header-style-3 .black-menu .sf-menu > .current-category-ancestor > a,
/* 2708  */ .td-header-style-3 .black-menu .sf-menu > li > a:hover,
/* 2709  */ .td-header-style-3 .black-menu .sf-menu > .sfHover > a {
/* 2710  */   background-color: var(--td_theme_color, #4db2ec);
/* 2711  */ }
/* 2712  */ .td-header-style-3 .td-affix {
/* 2713  */   background-color: transparent !important;
/* 2714  */ }
/* 2715  */ .td-header-style-3 .td-affix .td-header-main-menu {
/* 2716  */   background-color: #151515;
/* 2717  */ }
/* 2718  */ .td-header-style-3 .td-header-rec-wrap .td-adspot-title {
/* 2719  */   margin-bottom: 0;
/* 2720  */   top: -21px;
/* 2721  */   /* responsive portrait tablet */
/* 2722  */ }
/* 2723  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2724  */   .td-header-style-3 .td-header-rec-wrap .td-adspot-title {
/* 2725  */     top: -17px;
/* 2726  */   }
/* 2727  */ }
/* 2728  */ @media (max-width: 767px) {
/* 2729  */   .td-header-style-3 .td-header-rec-wrap .td-adspot-title {
/* 2730  */     top: 0;
/* 2731  */     margin-bottom: -10px;
/* 2732  */   }
/* 2733  */ }
/* 2734  */ .td-boxed-layout .td-header-style-3 .td-header-menu-wrap {
/* 2735  */   background-color: #151515 !important;
/* 2736  */ }
/* 2737  */ .td-full-layout .td-header-style-3 {
/* 2738  */   /* desktop only */
/* 2739  */ }
/* 2740  */ .td-full-layout .td-header-style-3 .td-header-main-menu {
/* 2741  */   padding-left: 21px;
/* 2742  */   /* responsive portrait phone */
/* 2743  */ }
/* 2744  */ @media (max-width: 767px) {
/* 2745  */   .td-full-layout .td-header-style-3 .td-header-main-menu {
/* 2746  */     padding-left: 0;
/* 2747  */   }
/* 2748  */ }
/* 2749  */ @media (min-width: 1140px) {
/* 2750  */   .td-full-layout .td-header-style-3 .td-header-menu-no-search .td-header-main-menu {

/* td_standard_pack_main.css */

/* 2751  */     padding-right: 21px;
/* 2752  */   }
/* 2753  */ }
/* 2754  */ .td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child {
/* 2755  */   margin-left: 17px;
/* 2756  */   /* responsive landscape tablet */
/* 2757  */ }
/* 2758  */ @media (max-width: 1140px) {
/* 2759  */   .td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child {
/* 2760  */     margin-left: 18px;
/* 2761  */   }
/* 2762  */ }
/* 2763  */ .td-full-layout .td-header-style-3 .td-mega-menu ul {
/* 2764  */   width: 1068px !important;
/* 2765  */   box-shadow: none;
/* 2766  */   border-top: none;
/* 2767  */   /* responsive landscape tablet */
/* 2768  */   /* responsive portrait tablet */
/* 2769  */ }
/* 2770  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2771  */   .td-full-layout .td-header-style-3 .td-mega-menu ul {
/* 2772  */     width: 980px !important;
/* 2773  */   }
/* 2774  */ }
/* 2775  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2776  */   .td-full-layout .td-header-style-3 .td-mega-menu ul {
/* 2777  */     width: 740px !important;
/* 2778  */   }
/* 2779  */ }
/* 2780  */ .td-full-layout .td-header-style-3 .td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
/* 2781  */   margin: 0 0 18px 18px;
/* 2782  */ }
/* 2783  */ .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
/* 2784  */   width: 208px;
/* 2785  */   padding-top: 18px;
/* 2786  */   /* responsive landscape tablet */
/* 2787  */   /* responsive portrait tablet */
/* 2788  */ }
/* 2789  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2790  */   .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
/* 2791  */     width: 192px;
/* 2792  */   }
/* 2793  */ }
/* 2794  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2795  */   .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
/* 2796  */     width: 144px;
/* 2797  */   }
/* 2798  */ }
/* 2799  */ .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a {
/* 2800  */   padding: 5px 18px;

/* td_standard_pack_main.css */

/* 2801  */ }
/* 2802  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2803  */   .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a {
/* 2804  */     padding: 3px 18px;
/* 2805  */   }
/* 2806  */ }
/* 2807  */ .td-full-layout .td-header-style-3 .block-mega-child-cats {
/* 2808  */   max-height: 216px;
/* 2809  */ }
/* 2810  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2811  */   .td-full-layout .td-header-style-3 .block-mega-child-cats {
/* 2812  */     max-height: 192px;
/* 2813  */   }
/* 2814  */ }
/* 2815  */ .td-full-layout .td-header-style-3 .td-mega-row {
/* 2816  */   padding: 18px 0 12px 0;
/* 2817  */ }
/* 2818  */ .td-full-layout .td-header-style-3 .td-mega-span {
/* 2819  */   width: 192px;
/* 2820  */   min-height: 199px;
/* 2821  */   margin-left: 18px;
/* 2822  */   /* responsive landscape tablet */
/* 2823  */   /* responsive portrait tablet */
/* 2824  */ }
/* 2825  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2826  */   .td-full-layout .td-header-style-3 .td-mega-span {
/* 2827  */     width: 174px;
/* 2828  */     min-height: 187px;
/* 2829  */   }
/* 2830  */ }
/* 2831  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2832  */   .td-full-layout .td-header-style-3 .td-mega-span {
/* 2833  */     width: 126px;
/* 2834  */     min-height: 174px;
/* 2835  */   }
/* 2836  */ }
/* 2837  */ .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
/* 2838  */   min-height: 132px;
/* 2839  */   /* responsive landscape tablet */
/* 2840  */   /* responsive portrait tablet */
/* 2841  */ }
/* 2842  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2843  */   .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
/* 2844  */     min-height: 120px;
/* 2845  */   }
/* 2846  */ }
/* 2847  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2848  */   .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
/* 2849  */     min-height: 87px;
/* 2850  */   }

/* td_standard_pack_main.css */

/* 2851  */ }
/* 2852  */ /* -------------------------------------------------------------------
/* 2853  *|   Style 4 & 5 & 6 & 7 & 12 & mp 1
/* 2854  *| ----------------------------------------------------------------------  */
/* 2855  */ .td-header-style-4 #td-header-menu,
/* 2856  */ .td-header-style-5 #td-header-menu,
/* 2857  */ .td-header-style-6 #td-header-menu,
/* 2858  */ .td-header-style-7 #td-header-menu,
/* 2859  */ .td-header-style-12 #td-header-menu {
/* 2860  */   display: block;
/* 2861  */ }
/* 2862  */ /* -------------------------------------------------------------------
/* 2863  *|   Style 4
/* 2864  *| ----------------------------------------------------------------------  */
/* 2865  */ .td-header-style-4 {
/* 2866  */   /* desktop only */
/* 2867  */ }
/* 2868  */ .td-header-style-4 .td-header-top-menu-full {
/* 2869  */   background-color: #111;
/* 2870  */ }
/* 2871  */ .td-header-style-4 .td-main-menu-logo {
/* 2872  */   margin: 0;
/* 2873  */   display: block;
/* 2874  */   /* responsive portrait phone */
/* 2875  */ }
/* 2876  */ @media (max-width: 767px) {
/* 2877  */   .td-header-style-4 .td-main-menu-logo {
/* 2878  */     float: left;
/* 2879  */     display: inline;
/* 2880  */     width: 0;
/* 2881  */   }
/* 2882  */ }
/* 2883  */ .td-header-style-4 .td-main-menu-logo img {
/* 2884  */   margin: 0 21px 0 0;
/* 2885  */   /* responsive landscape tablet */
/* 2886  */   /* responsive portrait tablet */
/* 2887  */   /* responsive portrait phone */
/* 2888  */ }
/* 2889  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2890  */   .td-header-style-4 .td-main-menu-logo img {
/* 2891  */     margin: 0 14px;
/* 2892  */   }
/* 2893  */ }
/* 2894  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 2895  */   .td-header-style-4 .td-main-menu-logo img {
/* 2896  */     margin: 0 10px;
/* 2897  */   }
/* 2898  */ }
/* 2899  */ @media (max-width: 767px) {
/* 2900  */   .td-header-style-4 .td-main-menu-logo img {

/* td_standard_pack_main.css */

/* 2901  */     margin: auto;
/* 2902  */   }
/* 2903  */ }
/* 2904  */ @media (min-width: 768px) {
/* 2905  */   .td-header-style-4 .td-main-menu-logo img {
/* 2906  */     top: -1px;
/* 2907  */   }
/* 2908  */   .td-header-style-4 .td-affix .td-main-menu-logo img {
/* 2909  */     top: 0;
/* 2910  */   }
/* 2911  */ }
/* 2912  */ .td-header-style-4 .td-header-sp-recs {
/* 2913  */   width: 100%;
/* 2914  */   /* responsive min portrait tablet */
/* 2915  */   /* responsive min landscape tablet */
/* 2916  */ }
/* 2917  */ @media (min-width: 768px) {
/* 2918  */   .td-header-style-4 .td-header-sp-recs {
/* 2919  */     margin: 14px auto;
/* 2920  */   }
/* 2921  */ }
/* 2922  */ @media (min-width: 1019px) {
/* 2923  */   .td-header-style-4 .td-header-sp-recs {
/* 2924  */     margin: 24px auto;
/* 2925  */   }
/* 2926  */ }
/* 2927  */ .td-header-style-4 .td-header-sp-recs img {
/* 2928  */   position: relative;
/* 2929  */ }
/* 2930  */ .td-header-style-4 .td-header-sp-recs .adsbygoogle {
/* 2931  */   position: relative;
/* 2932  */   display: block !important;
/* 2933  */ }
/* 2934  */ .td-header-style-4 .td-header-rec-wrap {
/* 2935  */   min-height: 0;
/* 2936  */   /* responsive portrait phone */
/* 2937  */ }
/* 2938  */ @media (max-width: 767px) {
/* 2939  */   .td-header-style-4 .td-header-rec-wrap {
/* 2940  */     width: 100% !important;
/* 2941  */     padding: 0 10px;
/* 2942  */   }
/* 2943  */ }
/* 2944  */ .td-header-style-4 .header-search-wrap .td-icon-search {
/* 2945  */   color: #fff;
/* 2946  */ }
/* 2947  */ .td-header-style-4 .td-header-menu-wrap-full {
/* 2948  */   background-color: transparent !important;
/* 2949  */ }
/* 2950  */ .td-header-style-4 .td-header-main-menu {

/* td_standard_pack_main.css */

/* 2951  */   background-color: #151515;
/* 2952  */ }
/* 2953  */ @media (min-width: 1140px) {
/* 2954  */   .td-header-style-4 .td-header-menu-no-search .td-header-main-menu {
/* 2955  */     padding-right: 21px;
/* 2956  */   }
/* 2957  */ }
/* 2958  */ .td-header-style-4 .black-menu {
/* 2959  */   /* hover and current menu */
/* 2960  */ }
/* 2961  */ .td-header-style-4 .black-menu .sf-menu > .current-menu-item > a,
/* 2962  */ .td-header-style-4 .black-menu .sf-menu > .current-menu-ancestor > a,
/* 2963  */ .td-header-style-4 .black-menu .sf-menu > .current-category-ancestor > a,
/* 2964  */ .td-header-style-4 .black-menu .sf-menu > li > a:hover,
/* 2965  */ .td-header-style-4 .black-menu .sf-menu > .sfHover > a {
/* 2966  */   background-color: var(--td_theme_color, #4db2ec);
/* 2967  */ }
/* 2968  */ .td-header-style-4 .sf-menu > li > a {
/* 2969  */   color: #fff;
/* 2970  */   /* responsive landscape tablet */
/* 2971  */ }
/* 2972  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2973  */   .td-header-style-4 .sf-menu > li > a {
/* 2974  */     padding: 0 12px;
/* 2975  */   }
/* 2976  */ }
/* 2977  */ .td-header-style-4 .sf-menu > li > a:after {
/* 2978  */   display: none;
/* 2979  */ }
/* 2980  */ .td-header-style-4 .sf-menu a.sf-with-ul {
/* 2981  */   /* responsive landscape tablet */
/* 2982  */ }
/* 2983  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 2984  */   .td-header-style-4 .sf-menu a.sf-with-ul {
/* 2985  */     padding-right: 26px;
/* 2986  */   }
/* 2987  */ }
/* 2988  */ .td-header-style-4 .td-affix {
/* 2989  */   background-color: transparent !important;
/* 2990  */ }
/* 2991  */ .td-header-style-4 .td-affix .td-header-main-menu {
/* 2992  */   background-color: #151515;
/* 2993  */ }
/* 2994  */ .td-boxed-layout .td-header-style-4 .td-header-menu-wrap {
/* 2995  */   background-color: #151515 !important;
/* 2996  */ }
/* 2997  */ .td-full-layout .td-header-style-4 .td-main-menu-logo {
/* 2998  */   margin: 0;
/* 2999  */   display: block;
/* 3000  */ }

/* td_standard_pack_main.css */

/* 3001  */ .td-full-layout .td-header-style-4 .td-main-menu-logo img {
/* 3002  */   margin: 0 21px;
/* 3003  */   /* responsive landscape tablet */
/* 3004  */   /* responsive portrait tablet */
/* 3005  */   /* responsive portrait phone */
/* 3006  */ }
/* 3007  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3008  */   .td-full-layout .td-header-style-4 .td-main-menu-logo img {
/* 3009  */     margin: 0 14px;
/* 3010  */   }
/* 3011  */ }
/* 3012  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3013  */   .td-full-layout .td-header-style-4 .td-main-menu-logo img {
/* 3014  */     margin: 0 10px;
/* 3015  */   }
/* 3016  */ }
/* 3017  */ @media (max-width: 767px) {
/* 3018  */   .td-full-layout .td-header-style-4 .td-main-menu-logo img {
/* 3019  */     margin: auto;
/* 3020  */   }
/* 3021  */ }
/* 3022  */ .td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
/* 3023  */   margin-left: 17px;
/* 3024  */   /* responsive landscape tablet */
/* 3025  */ }
/* 3026  */ @media (max-width: 1140px) {
/* 3027  */   .td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
/* 3028  */     margin-left: 18px;
/* 3029  */   }
/* 3030  */ }
/* 3031  */ .td-full-layout .td-header-style-4 .td-mega-menu ul {
/* 3032  */   width: 1068px !important;
/* 3033  */   box-shadow: none;
/* 3034  */   border-top: none;
/* 3035  */   /* responsive landscape tablet */
/* 3036  */   /* responsive portrait tablet */
/* 3037  */ }
/* 3038  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3039  */   .td-full-layout .td-header-style-4 .td-mega-menu ul {
/* 3040  */     width: 980px !important;
/* 3041  */   }
/* 3042  */ }
/* 3043  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3044  */   .td-full-layout .td-header-style-4 .td-mega-menu ul {
/* 3045  */     width: 740px !important;
/* 3046  */   }
/* 3047  */ }
/* 3048  */ .td-full-layout .td-header-style-4 .td-mega-menu .td-next-prev-wrap {
/* 3049  */   margin: 0 0 18px 18px;
/* 3050  */ }

/* td_standard_pack_main.css */

/* 3051  */ .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
/* 3052  */   width: 208px;
/* 3053  */   padding-top: 18px;
/* 3054  */   /* responsive landscape tablet */
/* 3055  */   /* responsive portrait tablet */
/* 3056  */ }
/* 3057  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3058  */   .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
/* 3059  */     width: 192px;
/* 3060  */   }
/* 3061  */ }
/* 3062  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3063  */   .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
/* 3064  */     width: 144px;
/* 3065  */   }
/* 3066  */ }
/* 3067  */ .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
/* 3068  */   padding: 5px 18px;
/* 3069  */ }
/* 3070  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3071  */   .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
/* 3072  */     padding: 3px 18px;
/* 3073  */   }
/* 3074  */ }
/* 3075  */ .td-full-layout .td-header-style-4 .block-mega-child-cats {
/* 3076  */   max-height: 216px;
/* 3077  */ }
/* 3078  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3079  */   .td-full-layout .td-header-style-4 .block-mega-child-cats {
/* 3080  */     max-height: 192px;
/* 3081  */   }
/* 3082  */ }
/* 3083  */ .td-full-layout .td-header-style-4 .td-mega-row {
/* 3084  */   padding: 18px 0 12px 0;
/* 3085  */ }
/* 3086  */ .td-full-layout .td-header-style-4 .td-mega-span {
/* 3087  */   width: 192px;
/* 3088  */   min-height: 199px;
/* 3089  */   margin-left: 18px;
/* 3090  */   /* responsive landscape tablet */
/* 3091  */   /* responsive portrait tablet */
/* 3092  */ }
/* 3093  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3094  */   .td-full-layout .td-header-style-4 .td-mega-span {
/* 3095  */     width: 174px;
/* 3096  */     min-height: 187px;
/* 3097  */   }
/* 3098  */ }
/* 3099  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3100  */   .td-full-layout .td-header-style-4 .td-mega-span {

/* td_standard_pack_main.css */

/* 3101  */     width: 126px;
/* 3102  */     min-height: 174px;
/* 3103  */   }
/* 3104  */ }
/* 3105  */ .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
/* 3106  */   min-height: 132px;
/* 3107  */   /* responsive landscape tablet */
/* 3108  */   /* responsive portrait tablet */
/* 3109  */ }
/* 3110  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3111  */   .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
/* 3112  */     min-height: 120px;
/* 3113  */   }
/* 3114  */ }
/* 3115  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3116  */   .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
/* 3117  */     min-height: 87px;
/* 3118  */   }
/* 3119  */ }
/* 3120  */ /* -------------------------------------------------------------------
/* 3121  *|   Style 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12
/* 3122  *| ----------------------------------------------------------------------  */
/* 3123  */ .td-header-style-5 .td-header-sp-recs,
/* 3124  */ .td-header-style-6 .td-header-sp-recs,
/* 3125  */ .td-header-style-7 .td-header-sp-recs,
/* 3126  */ .td-header-style-8 .td-header-sp-recs,
/* 3127  */ .td-header-style-9 .td-header-sp-recs,
/* 3128  */ .td-header-style-10 .td-header-sp-recs,
/* 3129  */ .td-header-style-11 .td-header-sp-recs,
/* 3130  */ .td-header-style-12 .td-header-sp-recs {
/* 3131  */   width: 100%;
/* 3132  */   /* responsive min landscape tablet */
/* 3133  */   /* responsive portrait tablet */
/* 3134  */ }
/* 3135  */ @media (min-width: 1019px) {
/* 3136  */   .td-header-style-5 .td-header-sp-recs,
/* 3137  */   .td-header-style-6 .td-header-sp-recs,
/* 3138  */   .td-header-style-7 .td-header-sp-recs,
/* 3139  */   .td-header-style-8 .td-header-sp-recs,
/* 3140  */   .td-header-style-9 .td-header-sp-recs,
/* 3141  */   .td-header-style-10 .td-header-sp-recs,
/* 3142  */   .td-header-style-11 .td-header-sp-recs,
/* 3143  */   .td-header-style-12 .td-header-sp-recs {
/* 3144  */     margin: 24px auto 0 auto !important;
/* 3145  */   }
/* 3146  */ }
/* 3147  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3148  */   .td-header-style-5 .td-header-sp-recs,
/* 3149  */   .td-header-style-6 .td-header-sp-recs,
/* 3150  */   .td-header-style-7 .td-header-sp-recs,

/* td_standard_pack_main.css */

/* 3151  */   .td-header-style-8 .td-header-sp-recs,
/* 3152  */   .td-header-style-9 .td-header-sp-recs,
/* 3153  */   .td-header-style-10 .td-header-sp-recs,
/* 3154  */   .td-header-style-11 .td-header-sp-recs,
/* 3155  */   .td-header-style-12 .td-header-sp-recs {
/* 3156  */     margin: 14px auto 0 auto !important;
/* 3157  */   }
/* 3158  */ }
/* 3159  */ .td-header-style-5.td-header-background-image .td-header-sp-recs,
/* 3160  */ .td-header-style-6.td-header-background-image .td-header-sp-recs,
/* 3161  */ .td-header-style-7.td-header-background-image .td-header-sp-recs,
/* 3162  */ .td-header-style-8.td-header-background-image .td-header-sp-recs,
/* 3163  */ .td-header-style-9.td-header-background-image .td-header-sp-recs,
/* 3164  */ .td-header-style-10.td-header-background-image .td-header-sp-recs,
/* 3165  */ .td-header-style-11.td-header-background-image .td-header-sp-recs,
/* 3166  */ .td-header-style-12.td-header-background-image .td-header-sp-recs {
/* 3167  */   /* responsive min landscape tablet */
/* 3168  */   /* responsive portrait tablet */
/* 3169  */ }
/* 3170  */ @media (min-width: 1019px) {
/* 3171  */   .td-header-style-5.td-header-background-image .td-header-sp-recs,
/* 3172  */   .td-header-style-6.td-header-background-image .td-header-sp-recs,
/* 3173  */   .td-header-style-7.td-header-background-image .td-header-sp-recs,
/* 3174  */   .td-header-style-8.td-header-background-image .td-header-sp-recs,
/* 3175  */   .td-header-style-9.td-header-background-image .td-header-sp-recs,
/* 3176  */   .td-header-style-10.td-header-background-image .td-header-sp-recs,
/* 3177  */   .td-header-style-11.td-header-background-image .td-header-sp-recs,
/* 3178  */   .td-header-style-12.td-header-background-image .td-header-sp-recs {
/* 3179  */     margin-bottom: 24px !important;
/* 3180  */   }
/* 3181  */ }
/* 3182  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3183  */   .td-header-style-5.td-header-background-image .td-header-sp-recs,
/* 3184  */   .td-header-style-6.td-header-background-image .td-header-sp-recs,
/* 3185  */   .td-header-style-7.td-header-background-image .td-header-sp-recs,
/* 3186  */   .td-header-style-8.td-header-background-image .td-header-sp-recs,
/* 3187  */   .td-header-style-9.td-header-background-image .td-header-sp-recs,
/* 3188  */   .td-header-style-10.td-header-background-image .td-header-sp-recs,
/* 3189  */   .td-header-style-11.td-header-background-image .td-header-sp-recs,
/* 3190  */   .td-header-style-12.td-header-background-image .td-header-sp-recs {
/* 3191  */     margin-bottom: 14px !important;
/* 3192  */   }
/* 3193  */ }
/* 3194  */ @media (min-width: 768px) {
/* 3195  */   .td-header-style-5 .td-header-rec-wrap .td-adspot-title,
/* 3196  */   .td-header-style-6 .td-header-rec-wrap .td-adspot-title,
/* 3197  */   .td-header-style-7 .td-header-rec-wrap .td-adspot-title,
/* 3198  */   .td-header-style-8 .td-header-rec-wrap .td-adspot-title,
/* 3199  */   .td-header-style-9 .td-header-rec-wrap .td-adspot-title,
/* 3200  */   .td-header-style-10 .td-header-rec-wrap .td-adspot-title,

/* td_standard_pack_main.css */

/* 3201  */   .td-header-style-11 .td-header-rec-wrap .td-adspot-title,
/* 3202  */   .td-header-style-12 .td-header-rec-wrap .td-adspot-title {
/* 3203  */     margin-bottom: 0;
/* 3204  */     top: 0;
/* 3205  */   }
/* 3206  */ }
/* 3207  */ /* -------------------------------------------------------------------
/* 3208  *|   Style 5
/* 3209  *| ----------------------------------------------------------------------  */
/* 3210  */ .td-header-style-5 {
/* 3211  */   /* responsive portrait phone */
/* 3212  */ }
/* 3213  */ .td-header-style-5 .td-header-top-menu-full {
/* 3214  */   background-color: #f9f9f9;
/* 3215  */ }
/* 3216  */ .td-header-style-5 .td-header-top-menu-full .td-header-top-menu {
/* 3217  */   color: #000;
/* 3218  */ }
/* 3219  */ .td-header-style-5 .td-header-top-menu-full a {
/* 3220  */   color: #000;
/* 3221  */ }
/* 3222  */ .td-header-style-5 .top-header-menu .sub-menu {
/* 3223  */   background-color: #f9f9f9;
/* 3224  */ }
/* 3225  */ .td-header-style-5 .top-header-menu .td-social-icon-wrap .td-icon-font {
/* 3226  */   color: #000;
/* 3227  */ }
/* 3228  */ .td-header-style-5 .td-main-menu-logo {
/* 3229  */   display: block;
/* 3230  */   margin-right: 0;
/* 3231  */   height: 60px;
/* 3232  */   /* responsive portrait phone */
/* 3233  */ }
/* 3234  */ @media (max-width: 767px) {
/* 3235  */   .td-header-style-5 .td-main-menu-logo {
/* 3236  */     float: left;
/* 3237  */     margin: 0;
/* 3238  */     display: inline;
/* 3239  */     width: 0;
/* 3240  */     height: 0;
/* 3241  */   }
/* 3242  */ }
/* 3243  */ .td-header-style-5 .td-main-menu-logo a {
/* 3244  */   line-height: 60px;
/* 3245  */ }
/* 3246  */ .td-header-style-5 .td-main-menu-logo img {
/* 3247  */   max-height: 60px;
/* 3248  */   margin-right: 20px;
/* 3249  */   /* responsive portrait tablet */
/* 3250  */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 3251  */ }
/* 3252  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3253  */   .td-header-style-5 .td-main-menu-logo img {
/* 3254  */     margin-right: 10px;
/* 3255  */   }
/* 3256  */ }
/* 3257  */ @media (max-width: 767px) {
/* 3258  */   .td-header-style-5 .td-main-menu-logo img {
/* 3259  */     max-height: 48px;
/* 3260  */     margin: auto;
/* 3261  */   }
/* 3262  */ }
/* 3263  */ .td-header-style-5 .td-header-rec-wrap {
/* 3264  */   min-height: 0;
/* 3265  */ }
/* 3266  */ .td-header-style-5 .td-a-rec-id-header img,
/* 3267  */ .td-header-style-5 .td-g-rec-id-header img {
/* 3268  */   position: relative;
/* 3269  */ }
/* 3270  */ .td-header-style-5 .td-a-rec-id-header .adsbygoogle,
/* 3271  */ .td-header-style-5 .td-g-rec-id-header .adsbygoogle {
/* 3272  */   position: relative;
/* 3273  */   display: block !important;
/* 3274  */ }
/* 3275  */ .td-header-style-5 .td-header-menu-social {
/* 3276  */   line-height: 60px;
/* 3277  */ }
/* 3278  */ .td-header-style-5 .header-search-wrap #td-header-search-button .td-icon-search {
/* 3279  */   line-height: 60px;
/* 3280  */   color: #fff;
/* 3281  */ }
/* 3282  */ .td-header-style-5 .td-header-menu-wrap-full {
/* 3283  */   background-color: #151515;
/* 3284  */ }
/* 3285  */ .td-header-style-5 .black-menu {
/* 3286  */   /* hover and current menu */
/* 3287  */ }
/* 3288  */ .td-header-style-5 .black-menu .sf-menu > .current-menu-item > a,
/* 3289  */ .td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a,
/* 3290  */ .td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a,
/* 3291  */ .td-header-style-5 .black-menu .sf-menu > li > a:hover,
/* 3292  */ .td-header-style-5 .black-menu .sf-menu > .sfHover > a {
/* 3293  */   background-color: var(--td_theme_color, #4db2ec);
/* 3294  */ }
/* 3295  */ .td-header-style-5 .sf-menu > li > a {
/* 3296  */   color: #fff;
/* 3297  */   line-height: 60px;
/* 3298  */   /* responsive landscape tablet */
/* 3299  */ }
/* 3300  */ @media (min-width: 1019px) and (max-width: 1140px) {

/* td_standard_pack_main.css */

/* 3301  */   .td-header-style-5 .sf-menu > li > a {
/* 3302  */     padding: 0 12px;
/* 3303  */   }
/* 3304  */ }
/* 3305  */ .td-header-style-5 .sf-menu > li > a:after {
/* 3306  */   display: none;
/* 3307  */ }
/* 3308  */ .td-header-style-5 .sf-menu a.sf-with-ul {
/* 3309  */   /* responsive landscape tablet */
/* 3310  */ }
/* 3311  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3312  */   .td-header-style-5 .sf-menu a.sf-with-ul {
/* 3313  */     padding-right: 26px;
/* 3314  */   }
/* 3315  */ }
/* 3316  */ .td-header-style-5 .td-mega-menu ul {
/* 3317  */   border-top: none;
/* 3318  */ }
/* 3319  */ @media (max-width: 767px) {
/* 3320  */   .td-header-style-5 .td-header-menu-wrap-full {
/* 3321  */     height: 54px !important;
/* 3322  */   }
/* 3323  */   .td-header-style-5 .td-header-main-menu {
/* 3324  */     height: 54px;
/* 3325  */   }
/* 3326  */ }
/* 3327  */ .td-header-style-5 .td-affix {
/* 3328  */   background-color: #161616;
/* 3329  */   background-color: rgba(22, 22, 22, 0.9);
/* 3330  */ }
/* 3331  */ .single_template_6 .td-header-style-5 .td-a-rec-id-header > div,
/* 3332  */ .single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
/* 3333  */ .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
/* 3334  */ .single_template_8 .td-header-style-5 .td-a-rec-id-header > div,
/* 3335  */ .single_template_10 .td-header-style-5 .td-a-rec-id-header > div,
/* 3336  */ .single_template_11 .td-header-style-5 .td-a-rec-id-header > div,
/* 3337  */ .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div,
/* 3338  */ .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div,
/* 3339  */ .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div,
/* 3340  */ .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div,
/* 3341  */ .single_template_6 .td-header-style-5 .td-g-rec-id-header > div,
/* 3342  */ .single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
/* 3343  */ .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
/* 3344  */ .single_template_8 .td-header-style-5 .td-g-rec-id-header > div,
/* 3345  */ .single_template_10 .td-header-style-5 .td-g-rec-id-header > div,
/* 3346  */ .single_template_11 .td-header-style-5 .td-g-rec-id-header > div,
/* 3347  */ .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div,
/* 3348  */ .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div,
/* 3349  */ .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div,
/* 3350  */ .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div,

/* td_standard_pack_main.css */

/* 3351  */ .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3352  */ .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3353  */ .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3354  */ .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3355  */ .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3356  */ .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3357  */ .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3358  */ .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3359  */ .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3360  */ .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3361  */ .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3362  */ .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3363  */ .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3364  */ .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3365  */ .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3366  */ .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3367  */ .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3368  */ .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3369  */ .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3370  */ .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
/* 3371  */   /* responsive min landscape tablet */
/* 3372  */   /* responsive portrait tablet */
/* 3373  */ }
/* 3374  */ @media (min-width: 1019px) {
/* 3375  */   .single_template_6 .td-header-style-5 .td-a-rec-id-header > div,
/* 3376  */   .single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
/* 3377  */   .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
/* 3378  */   .single_template_8 .td-header-style-5 .td-a-rec-id-header > div,
/* 3379  */   .single_template_10 .td-header-style-5 .td-a-rec-id-header > div,
/* 3380  */   .single_template_11 .td-header-style-5 .td-a-rec-id-header > div,
/* 3381  */   .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div,
/* 3382  */   .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div,
/* 3383  */   .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div,
/* 3384  */   .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div,
/* 3385  */   .single_template_6 .td-header-style-5 .td-g-rec-id-header > div,
/* 3386  */   .single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
/* 3387  */   .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
/* 3388  */   .single_template_8 .td-header-style-5 .td-g-rec-id-header > div,
/* 3389  */   .single_template_10 .td-header-style-5 .td-g-rec-id-header > div,
/* 3390  */   .single_template_11 .td-header-style-5 .td-g-rec-id-header > div,
/* 3391  */   .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div,
/* 3392  */   .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div,
/* 3393  */   .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div,
/* 3394  */   .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div,
/* 3395  */   .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3396  */   .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3397  */   .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3398  */   .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3399  */   .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3400  */   .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 3401  */   .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3402  */   .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3403  */   .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3404  */   .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3405  */   .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3406  */   .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3407  */   .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3408  */   .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3409  */   .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3410  */   .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3411  */   .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3412  */   .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3413  */   .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3414  */   .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
/* 3415  */     margin-bottom: 24px !important;
/* 3416  */   }
/* 3417  */ }
/* 3418  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3419  */   .single_template_6 .td-header-style-5 .td-a-rec-id-header > div,
/* 3420  */   .single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
/* 3421  */   .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
/* 3422  */   .single_template_8 .td-header-style-5 .td-a-rec-id-header > div,
/* 3423  */   .single_template_10 .td-header-style-5 .td-a-rec-id-header > div,
/* 3424  */   .single_template_11 .td-header-style-5 .td-a-rec-id-header > div,
/* 3425  */   .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div,
/* 3426  */   .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div,
/* 3427  */   .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div,
/* 3428  */   .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div,
/* 3429  */   .single_template_6 .td-header-style-5 .td-g-rec-id-header > div,
/* 3430  */   .single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
/* 3431  */   .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
/* 3432  */   .single_template_8 .td-header-style-5 .td-g-rec-id-header > div,
/* 3433  */   .single_template_10 .td-header-style-5 .td-g-rec-id-header > div,
/* 3434  */   .single_template_11 .td-header-style-5 .td-g-rec-id-header > div,
/* 3435  */   .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div,
/* 3436  */   .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div,
/* 3437  */   .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div,
/* 3438  */   .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div,
/* 3439  */   .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3440  */   .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3441  */   .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3442  */   .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3443  */   .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3444  */   .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3445  */   .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3446  */   .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3447  */   .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3448  */   .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
/* 3449  */   .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3450  */   .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 3451  */   .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3452  */   .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3453  */   .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3454  */   .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3455  */   .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3456  */   .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3457  */   .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
/* 3458  */   .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
/* 3459  */     margin-bottom: 14px !important;
/* 3460  */   }
/* 3461  */ }
/* 3462  */ /* -------------------------------------------------------------------
/* 3463  *|   Style 6
/* 3464  *| ----------------------------------------------------------------------  */
/* 3465  */ .td-header-style-6 {
/* 3466  */   /* responsive portrait phone */
/* 3467  */ }
/* 3468  */ .td-header-style-6 .td-header-top-menu-full {
/* 3469  */   background-color: #f9f9f9;
/* 3470  */ }
/* 3471  */ .td-header-style-6 .td-header-top-menu-full .td-header-top-menu {
/* 3472  */   color: #000;
/* 3473  */ }
/* 3474  */ .td-header-style-6 .td-header-top-menu-full a {
/* 3475  */   color: #000;
/* 3476  */ }
/* 3477  */ .td-header-style-6 .top-header-menu .sub-menu {
/* 3478  */   background-color: #f9f9f9;
/* 3479  */ }
/* 3480  */ .td-header-style-6 .top-header-menu .td-social-icon-wrap .td-icon-font {
/* 3481  */   color: #000;
/* 3482  */ }
/* 3483  */ .td-header-style-6 .td-main-menu-logo {
/* 3484  */   display: block;
/* 3485  */   margin-right: 42px;
/* 3486  */   height: 80px;
/* 3487  */   /* responsive landscape tablet */
/* 3488  */   /* responsive portrait tablet */
/* 3489  */   /* responsive portrait phone */
/* 3490  */ }
/* 3491  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3492  */   .td-header-style-6 .td-main-menu-logo {
/* 3493  */     margin-right: 20px;
/* 3494  */   }
/* 3495  */ }
/* 3496  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3497  */   .td-header-style-6 .td-main-menu-logo {
/* 3498  */     margin-right: 10px;
/* 3499  */   }
/* 3500  */ }

/* td_standard_pack_main.css */

/* 3501  */ @media (max-width: 767px) {
/* 3502  */   .td-header-style-6 .td-main-menu-logo {
/* 3503  */     float: left;
/* 3504  */     margin: 0;
/* 3505  */     display: inline;
/* 3506  */     width: 0;
/* 3507  */     height: 0;
/* 3508  */   }
/* 3509  */ }
/* 3510  */ .td-header-style-6 .td-main-menu-logo a {
/* 3511  */   line-height: 80px;
/* 3512  */ }
/* 3513  */ .td-header-style-6 .td-main-menu-logo img {
/* 3514  */   max-height: 80px;
/* 3515  */   /* responsive portrait tablet */
/* 3516  */ }
/* 3517  */ @media (max-width: 767px) {
/* 3518  */   .td-header-style-6 .td-main-menu-logo img {
/* 3519  */     max-height: 48px;
/* 3520  */   }
/* 3521  */ }
/* 3522  */ .td-header-style-6 .td-header-rec-wrap {
/* 3523  */   min-height: 0;
/* 3524  */ }
/* 3525  */ .td-header-style-6 .td-a-rec-id-header img,
/* 3526  */ .td-header-style-6 .td-g-rec-id-header img {
/* 3527  */   position: relative;
/* 3528  */ }
/* 3529  */ .td-header-style-6 .td-a-rec-id-header .adsbygoogle,
/* 3530  */ .td-header-style-6 .td-g-rec-id-header .adsbygoogle {
/* 3531  */   position: relative;
/* 3532  */   display: block !important;
/* 3533  */ }
/* 3534  */ .td-header-style-6 .td-header-menu-social {
/* 3535  */   margin-left: 3px;
/* 3536  */   margin-right: 44px;
/* 3537  */   line-height: 80px;
/* 3538  */ }
/* 3539  */ .td-header-style-6 .header-search-wrap #td-header-search-button .td-icon-search {
/* 3540  */   line-height: 80px;
/* 3541  */   color: #fff;
/* 3542  */ }
/* 3543  */ .td-header-style-6 .td-header-menu-wrap-full {
/* 3544  */   background-color: #151515;
/* 3545  */ }
/* 3546  */ .td-header-style-6 .black-menu {
/* 3547  */   /* hover and current menu */
/* 3548  */ }
/* 3549  */ .td-header-style-6 .black-menu .sf-menu > .current-menu-item > a,
/* 3550  */ .td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a,

/* td_standard_pack_main.css */

/* 3551  */ .td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a,
/* 3552  */ .td-header-style-6 .black-menu .sf-menu > li > a:hover,
/* 3553  */ .td-header-style-6 .black-menu .sf-menu > .sfHover > a {
/* 3554  */   background-color: var(--td_theme_color, #4db2ec);
/* 3555  */ }
/* 3556  */ .td-header-style-6 .sf-menu {
/* 3557  */   float: right;
/* 3558  */ }
/* 3559  */ .td-header-style-6 .sf-menu > li > a {
/* 3560  */   color: #fff;
/* 3561  */   line-height: 80px;
/* 3562  */   /* responsive landscape tablet */
/* 3563  */ }
/* 3564  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3565  */   .td-header-style-6 .sf-menu > li > a {
/* 3566  */     padding: 0 12px;
/* 3567  */   }
/* 3568  */ }
/* 3569  */ .td-header-style-6 .sf-menu > li > a:after {
/* 3570  */   display: none;
/* 3571  */ }
/* 3572  */ .td-header-style-6 .sf-menu a.sf-with-ul {
/* 3573  */   /* responsive landscape tablet */
/* 3574  */ }
/* 3575  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3576  */   .td-header-style-6 .sf-menu a.sf-with-ul {
/* 3577  */     padding-right: 26px;
/* 3578  */   }
/* 3579  */ }
/* 3580  */ .td-header-style-6 .td-mega-menu ul {
/* 3581  */   border-top: none;
/* 3582  */ }
/* 3583  */ @media (max-width: 767px) {
/* 3584  */   .td-header-style-6 .td-header-main-menu {
/* 3585  */     height: 54px;
/* 3586  */   }
/* 3587  */ }
/* 3588  */ .td-header-style-6 .td-affix {
/* 3589  */   background-color: #161616;
/* 3590  */   background-color: rgba(22, 22, 22, 0.9);
/* 3591  */ }
/* 3592  */ .single_template_6 .td-header-style-6 .td-a-rec-id-header > div,
/* 3593  */ .single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
/* 3594  */ .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
/* 3595  */ .single_template_8 .td-header-style-6 .td-a-rec-id-header > div,
/* 3596  */ .single_template_10 .td-header-style-6 .td-a-rec-id-header > div,
/* 3597  */ .single_template_11 .td-header-style-6 .td-a-rec-id-header > div,
/* 3598  */ .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div,
/* 3599  */ .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div,
/* 3600  */ .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div,

/* td_standard_pack_main.css */

/* 3601  */ .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div,
/* 3602  */ .single_template_6 .td-header-style-6 .td-g-rec-id-header > div,
/* 3603  */ .single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
/* 3604  */ .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
/* 3605  */ .single_template_8 .td-header-style-6 .td-g-rec-id-header > div,
/* 3606  */ .single_template_10 .td-header-style-6 .td-g-rec-id-header > div,
/* 3607  */ .single_template_11 .td-header-style-6 .td-g-rec-id-header > div,
/* 3608  */ .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div,
/* 3609  */ .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div,
/* 3610  */ .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div,
/* 3611  */ .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div,
/* 3612  */ .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3613  */ .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3614  */ .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3615  */ .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3616  */ .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3617  */ .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3618  */ .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3619  */ .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3620  */ .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3621  */ .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3622  */ .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3623  */ .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3624  */ .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3625  */ .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3626  */ .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3627  */ .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3628  */ .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3629  */ .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3630  */ .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3631  */ .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle {
/* 3632  */   /* responsive min landscape tablet */
/* 3633  */   /* responsive portrait tablet */
/* 3634  */ }
/* 3635  */ @media (min-width: 1019px) {
/* 3636  */   .single_template_6 .td-header-style-6 .td-a-rec-id-header > div,
/* 3637  */   .single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
/* 3638  */   .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
/* 3639  */   .single_template_8 .td-header-style-6 .td-a-rec-id-header > div,
/* 3640  */   .single_template_10 .td-header-style-6 .td-a-rec-id-header > div,
/* 3641  */   .single_template_11 .td-header-style-6 .td-a-rec-id-header > div,
/* 3642  */   .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div,
/* 3643  */   .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div,
/* 3644  */   .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div,
/* 3645  */   .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div,
/* 3646  */   .single_template_6 .td-header-style-6 .td-g-rec-id-header > div,
/* 3647  */   .single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
/* 3648  */   .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
/* 3649  */   .single_template_8 .td-header-style-6 .td-g-rec-id-header > div,
/* 3650  */   .single_template_10 .td-header-style-6 .td-g-rec-id-header > div,

/* td_standard_pack_main.css */

/* 3651  */   .single_template_11 .td-header-style-6 .td-g-rec-id-header > div,
/* 3652  */   .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div,
/* 3653  */   .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div,
/* 3654  */   .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div,
/* 3655  */   .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div,
/* 3656  */   .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3657  */   .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3658  */   .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3659  */   .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3660  */   .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3661  */   .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3662  */   .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3663  */   .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3664  */   .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3665  */   .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3666  */   .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3667  */   .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3668  */   .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3669  */   .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3670  */   .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3671  */   .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3672  */   .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3673  */   .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3674  */   .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3675  */   .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle {
/* 3676  */     margin-bottom: 24px !important;
/* 3677  */   }
/* 3678  */ }
/* 3679  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3680  */   .single_template_6 .td-header-style-6 .td-a-rec-id-header > div,
/* 3681  */   .single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
/* 3682  */   .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
/* 3683  */   .single_template_8 .td-header-style-6 .td-a-rec-id-header > div,
/* 3684  */   .single_template_10 .td-header-style-6 .td-a-rec-id-header > div,
/* 3685  */   .single_template_11 .td-header-style-6 .td-a-rec-id-header > div,
/* 3686  */   .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div,
/* 3687  */   .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div,
/* 3688  */   .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div,
/* 3689  */   .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div,
/* 3690  */   .single_template_6 .td-header-style-6 .td-g-rec-id-header > div,
/* 3691  */   .single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
/* 3692  */   .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
/* 3693  */   .single_template_8 .td-header-style-6 .td-g-rec-id-header > div,
/* 3694  */   .single_template_10 .td-header-style-6 .td-g-rec-id-header > div,
/* 3695  */   .single_template_11 .td-header-style-6 .td-g-rec-id-header > div,
/* 3696  */   .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div,
/* 3697  */   .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div,
/* 3698  */   .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div,
/* 3699  */   .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div,
/* 3700  */   .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 3701  */   .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3702  */   .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3703  */   .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3704  */   .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3705  */   .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3706  */   .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3707  */   .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3708  */   .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3709  */   .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
/* 3710  */   .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3711  */   .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3712  */   .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3713  */   .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3714  */   .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3715  */   .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3716  */   .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3717  */   .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3718  */   .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
/* 3719  */   .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle {
/* 3720  */     margin-bottom: 14px !important;
/* 3721  */   }
/* 3722  */ }
/* 3723  */ /* -------------------------------------------------------------------
/* 3724  *|   Style 7
/* 3725  *| ----------------------------------------------------------------------  */
/* 3726  */ .td-header-style-7 {
/* 3727  */   /* responsive portrait phone */
/* 3728  */ }
/* 3729  */ .td-header-style-7 .td-header-top-menu-full {
/* 3730  */   background-color: #fff;
/* 3731  */ }
/* 3732  */ .td-header-style-7 .td-header-top-menu-full a {
/* 3733  */   color: #000;
/* 3734  */ }
/* 3735  */ .td-header-style-7 .td-header-top-menu {
/* 3736  */   color: #000;
/* 3737  */   border-bottom: 1px solid #e0e0e0;
/* 3738  */   /* responsive portrait phone */
/* 3739  */ }
/* 3740  */ @media (max-width: 767px) {
/* 3741  */   .td-header-style-7 .td-header-top-menu {
/* 3742  */     padding: 5px 0;
/* 3743  */   }
/* 3744  */ }
/* 3745  */ .td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font {
/* 3746  */   color: #000;
/* 3747  */ }
/* 3748  */ .td-header-style-7 .top-header-menu .sub-menu {
/* 3749  */   background-color: #fff;
/* 3750  */ }

/* td_standard_pack_main.css */

/* 3751  */ .td-header-style-7 .td-header-sp-logo {
/* 3752  */   margin-right: 42px;
/* 3753  */   float: left;
/* 3754  */   height: 106px;
/* 3755  */   padding: 0;
/* 3756  */   /* responsive landscape tablet */
/* 3757  */   /* responsive portrait tablet */
/* 3758  */   /* responsive portrait phone */
/* 3759  */ }
/* 3760  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3761  */   .td-header-style-7 .td-header-sp-logo {
/* 3762  */     margin-right: 20px;
/* 3763  */   }
/* 3764  */ }
/* 3765  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3766  */   .td-header-style-7 .td-header-sp-logo {
/* 3767  */     margin-right: 10px;
/* 3768  */     height: 54px;
/* 3769  */   }
/* 3770  */ }
/* 3771  */ @media (max-width: 767px) {
/* 3772  */   .td-header-style-7 .td-header-sp-logo {
/* 3773  */     display: none;
/* 3774  */   }
/* 3775  */ }
/* 3776  */ .td-header-style-7 .td-header-sp-logo a {
/* 3777  */   line-height: 106px;
/* 3778  */   /* responsive portrait tablet */
/* 3779  */ }
/* 3780  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3781  */   .td-header-style-7 .td-header-sp-logo a {
/* 3782  */     line-height: 54px;
/* 3783  */   }
/* 3784  */ }
/* 3785  */ .td-header-style-7 .td-header-sp-logo img {
/* 3786  */   width: auto;
/* 3787  */   max-height: 106px;
/* 3788  */   position: relative;
/* 3789  */   padding: 6px 0;
/* 3790  */   line-height: 106px;
/* 3791  */   vertical-align: middle;
/* 3792  */   /* responsive portrait tablet */
/* 3793  */ }
/* 3794  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3795  */   .td-header-style-7 .td-header-sp-logo img {
/* 3796  */     max-width: 140px;
/* 3797  */     max-height: 54px;
/* 3798  */     line-height: 54px;
/* 3799  */     padding: 3px 0;
/* 3800  */   }

/* td_standard_pack_main.css */

/* 3801  */ }
/* 3802  */ @media (min-width: 768px) {
/* 3803  */   .td-header-style-7 .td-header-sp-logo img {
/* 3804  */     top: -1px;
/* 3805  */   }
/* 3806  */   .td-header-style-7 .td-affix .td-header-sp-logo img {
/* 3807  */     top: 0;
/* 3808  */   }
/* 3809  */ }
/* 3810  */ .td-header-style-7 .td-main-menu-logo {
/* 3811  */   display: none;
/* 3812  */   /* responsive portrait phone */
/* 3813  */ }
/* 3814  */ @media (max-width: 767px) {
/* 3815  */   .td-header-style-7 .td-main-menu-logo {
/* 3816  */     display: block;
/* 3817  */   }
/* 3818  */ }
/* 3819  */ .td-header-style-7 .td-header-rec-wrap {
/* 3820  */   min-height: 0;
/* 3821  */ }
/* 3822  */ .td-header-style-7 .td-a-rec-id-header img,
/* 3823  */ .td-header-style-7 .td-g-rec-id-header img {
/* 3824  */   position: relative;
/* 3825  */ }
/* 3826  */ .td-header-style-7 .td-a-rec-id-header .adsbygoogle,
/* 3827  */ .td-header-style-7 .td-g-rec-id-header .adsbygoogle {
/* 3828  */   position: relative;
/* 3829  */   display: block !important;
/* 3830  */ }
/* 3831  */ .td-header-style-7 .td-header-menu-social {
/* 3832  */   margin-top: 28px;
/* 3833  */   margin-left: 3px;
/* 3834  */   margin-right: 44px;
/* 3835  */   line-height: 78px;
/* 3836  */   /* responsive portrait tablet */
/* 3837  */ }
/* 3838  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3839  */   .td-header-style-7 .td-header-menu-social {
/* 3840  */     line-height: 48px;
/* 3841  */   }
/* 3842  */ }
/* 3843  */ .td-header-style-7 #td-top-search {
/* 3844  */   margin-top: 0;
/* 3845  */   top: auto;
/* 3846  */   bottom: 17px;
/* 3847  */   /* responsive portrait tablet */
/* 3848  */   /* responsive portrait phone */
/* 3849  */ }
/* 3850  */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 3851  */   .td-header-style-7 #td-top-search {
/* 3852  */     bottom: 0;
/* 3853  */   }
/* 3854  */ }
/* 3855  */ @media (max-width: 767px) {
/* 3856  */   .td-header-style-7 #td-top-search {
/* 3857  */     bottom: 0;
/* 3858  */   }
/* 3859  */ }
/* 3860  */ .td-header-style-7 .header-search-wrap {
/* 3861  */   bottom: 0;
/* 3862  */   top: auto;
/* 3863  */ }
/* 3864  */ .td-header-style-7 .header-search-wrap .td-icon-search {
/* 3865  */   color: #000;
/* 3866  */   /* responsive portrait phone */
/* 3867  */ }
/* 3868  */ @media (max-width: 767px) {
/* 3869  */   .td-header-style-7 .header-search-wrap .td-icon-search {
/* 3870  */     color: #fff;
/* 3871  */   }
/* 3872  */ }
/* 3873  */ .td-header-style-7 .header-search-wrap #td-header-search-button .td-icon-search {
/* 3874  */   line-height: 78px;
/* 3875  */   /* responsive portrait tablet */
/* 3876  */ }
/* 3877  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3878  */   .td-header-style-7 .header-search-wrap #td-header-search-button .td-icon-search {
/* 3879  */     line-height: 48px;
/* 3880  */   }
/* 3881  */ }
/* 3882  */ .td-header-style-7 .td-header-menu-wrap-full,
/* 3883  */ .td-header-style-7 .td-header-main-menu {
/* 3884  */   position: relative;
/* 3885  */ }
/* 3886  */ .td-header-style-7 .sf-menu {
/* 3887  */   margin-top: 28px;
/* 3888  */   float: right;
/* 3889  */   /* responsive portrait tablet */
/* 3890  */ }
/* 3891  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3892  */   .td-header-style-7 .sf-menu {
/* 3893  */     margin-top: 6px;
/* 3894  */   }
/* 3895  */ }
/* 3896  */ .td-header-style-7 .sf-menu > li > a {
/* 3897  */   line-height: 78px;
/* 3898  */   /* responsive landscape tablet */
/* 3899  */   /* responsive portrait tablet */
/* 3900  */ }

/* td_standard_pack_main.css */

/* 3901  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3902  */   .td-header-style-7 .sf-menu > li > a {
/* 3903  */     padding: 0 12px;
/* 3904  */   }
/* 3905  */ }
/* 3906  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 3907  */   .td-header-style-7 .sf-menu > li > a {
/* 3908  */     line-height: 48px;
/* 3909  */   }
/* 3910  */ }
/* 3911  */ .td-header-style-7 .sf-menu a.sf-with-ul {
/* 3912  */   /* responsive landscape tablet */
/* 3913  */ }
/* 3914  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 3915  */   .td-header-style-7 .sf-menu a.sf-with-ul {
/* 3916  */     padding-right: 26px;
/* 3917  */   }
/* 3918  */ }
/* 3919  */ @media (max-width: 767px) {
/* 3920  */   .td-header-style-7 .td-header-main-menu {
/* 3921  */     height: 54px;
/* 3922  */   }
/* 3923  */ }
/* 3924  */ .td-header-style-7 .td-affix .td-header-sp-logo {
/* 3925  */   display: none;
/* 3926  */ }
/* 3927  */ .td-header-style-7 .td-affix .td-logo-sticky {
/* 3928  */   display: block;
/* 3929  */ }
/* 3930  */ .td-header-style-7 .td-affix .sf-menu {
/* 3931  */   margin-top: 0;
/* 3932  */ }
/* 3933  */ .td-header-style-7 .td-affix .td-header-menu-social {
/* 3934  */   margin-top: 0;
/* 3935  */ }
/* 3936  */ .td-header-style-7 .td-affix .td-header-menu-social .td-social-icon-wrap i {
/* 3937  */   margin-top: 0;
/* 3938  */ }
/* 3939  */ .td-header-style-7 .td-affix .header-search-wrap {
/* 3940  */   margin-top: 0;
/* 3941  */ }
/* 3942  */ .td-header-style-7 .td-affix #td-top-search {
/* 3943  */   bottom: 0;
/* 3944  */ }
/* 3945  */ .single_template_6 .td-header-style-7 .td-a-rec-id-header > div,
/* 3946  */ .single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
/* 3947  */ .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
/* 3948  */ .single_template_8 .td-header-style-7 .td-a-rec-id-header > div,
/* 3949  */ .single_template_10 .td-header-style-7 .td-a-rec-id-header > div,
/* 3950  */ .single_template_11 .td-header-style-7 .td-a-rec-id-header > div,

/* td_standard_pack_main.css */

/* 3951  */ .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div,
/* 3952  */ .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div,
/* 3953  */ .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div,
/* 3954  */ .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div,
/* 3955  */ .single_template_6 .td-header-style-7 .td-g-rec-id-header > div,
/* 3956  */ .single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
/* 3957  */ .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
/* 3958  */ .single_template_8 .td-header-style-7 .td-g-rec-id-header > div,
/* 3959  */ .single_template_10 .td-header-style-7 .td-g-rec-id-header > div,
/* 3960  */ .single_template_11 .td-header-style-7 .td-g-rec-id-header > div,
/* 3961  */ .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div,
/* 3962  */ .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div,
/* 3963  */ .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div,
/* 3964  */ .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div,
/* 3965  */ .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3966  */ .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3967  */ .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3968  */ .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3969  */ .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3970  */ .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3971  */ .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3972  */ .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3973  */ .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3974  */ .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 3975  */ .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3976  */ .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3977  */ .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3978  */ .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3979  */ .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3980  */ .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3981  */ .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3982  */ .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3983  */ .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 3984  */ .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle {
/* 3985  */   /* responsive min landscape tablet */
/* 3986  */   /* responsive portrait tablet */
/* 3987  */ }
/* 3988  */ @media (min-width: 1019px) {
/* 3989  */   .single_template_6 .td-header-style-7 .td-a-rec-id-header > div,
/* 3990  */   .single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
/* 3991  */   .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
/* 3992  */   .single_template_8 .td-header-style-7 .td-a-rec-id-header > div,
/* 3993  */   .single_template_10 .td-header-style-7 .td-a-rec-id-header > div,
/* 3994  */   .single_template_11 .td-header-style-7 .td-a-rec-id-header > div,
/* 3995  */   .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div,
/* 3996  */   .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div,
/* 3997  */   .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div,
/* 3998  */   .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div,
/* 3999  */   .single_template_6 .td-header-style-7 .td-g-rec-id-header > div,
/* 4000  */   .single_template_7 .td-header-style-7 .td-g-rec-id-header > div,

/* td_standard_pack_main.css */

/* 4001  */   .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
/* 4002  */   .single_template_8 .td-header-style-7 .td-g-rec-id-header > div,
/* 4003  */   .single_template_10 .td-header-style-7 .td-g-rec-id-header > div,
/* 4004  */   .single_template_11 .td-header-style-7 .td-g-rec-id-header > div,
/* 4005  */   .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div,
/* 4006  */   .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div,
/* 4007  */   .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div,
/* 4008  */   .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div,
/* 4009  */   .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4010  */   .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4011  */   .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4012  */   .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4013  */   .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4014  */   .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4015  */   .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4016  */   .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4017  */   .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4018  */   .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4019  */   .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4020  */   .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4021  */   .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4022  */   .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4023  */   .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4024  */   .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4025  */   .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4026  */   .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4027  */   .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4028  */   .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle {
/* 4029  */     margin-bottom: 24px !important;
/* 4030  */   }
/* 4031  */ }
/* 4032  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4033  */   .single_template_6 .td-header-style-7 .td-a-rec-id-header > div,
/* 4034  */   .single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
/* 4035  */   .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
/* 4036  */   .single_template_8 .td-header-style-7 .td-a-rec-id-header > div,
/* 4037  */   .single_template_10 .td-header-style-7 .td-a-rec-id-header > div,
/* 4038  */   .single_template_11 .td-header-style-7 .td-a-rec-id-header > div,
/* 4039  */   .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div,
/* 4040  */   .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div,
/* 4041  */   .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div,
/* 4042  */   .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div,
/* 4043  */   .single_template_6 .td-header-style-7 .td-g-rec-id-header > div,
/* 4044  */   .single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
/* 4045  */   .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
/* 4046  */   .single_template_8 .td-header-style-7 .td-g-rec-id-header > div,
/* 4047  */   .single_template_10 .td-header-style-7 .td-g-rec-id-header > div,
/* 4048  */   .single_template_11 .td-header-style-7 .td-g-rec-id-header > div,
/* 4049  */   .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div,
/* 4050  */   .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div,

/* td_standard_pack_main.css */

/* 4051  */   .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div,
/* 4052  */   .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div,
/* 4053  */   .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4054  */   .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4055  */   .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4056  */   .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4057  */   .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4058  */   .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4059  */   .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4060  */   .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4061  */   .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4062  */   .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
/* 4063  */   .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4064  */   .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4065  */   .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4066  */   .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4067  */   .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4068  */   .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4069  */   .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4070  */   .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4071  */   .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
/* 4072  */   .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle {
/* 4073  */     margin-bottom: 14px !important;
/* 4074  */   }
/* 4075  */ }
/* 4076  */ /* -------------------------------------------------------------------
/* 4077  *|   Style 8
/* 4078  *| ----------------------------------------------------------------------  */
/* 4079  */ .td-header-style-8 {
/* 4080  */   /* responsive portrait phone */
/* 4081  */ }
/* 4082  */ .td-header-style-8 .td-header-top-menu-full {
/* 4083  */   background-color: #fff;
/* 4084  */ }
/* 4085  */ .td-header-style-8 .td-header-menu-wrap-full {
/* 4086  */   position: relative;
/* 4087  */ }
/* 4088  */ .td-header-style-8 .td-header-menu-wrap-full .td-header-sp-logo {
/* 4089  */   display: none;
/* 4090  */ }
/* 4091  */ .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo {
/* 4092  */   display: block;
/* 4093  */   bottom: 0;
/* 4094  */   top: 0;
/* 4095  */   width: 168px;
/* 4096  */   height: auto;
/* 4097  */   /* responsive portrait phone */
/* 4098  */ }
/* 4099  */ @media (max-width: 767px) {
/* 4100  */   .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo {

/* td_standard_pack_main.css */

/* 4101  */     display: none;
/* 4102  */   }
/* 4103  */ }
/* 4104  */ .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-main-menu {
/* 4105  */   padding-left: 0;
/* 4106  */ }
/* 4107  */ .td-header-style-8 .td-header-menu-wrap {
/* 4108  */   display: table;
/* 4109  */   width: 100%;
/* 4110  */ }
/* 4111  */ .td-header-style-8 .td-header-menu-wrap.td-affix {
/* 4112  */   background-color: rgba(255, 255, 255, 0.95);
/* 4113  */ }
/* 4114  */ .td-header-style-8 .td-header-header {
/* 4115  */   clear: both;
/* 4116  */ }
/* 4117  */ .td-header-style-8 .td-header-top-menu {
/* 4118  */   margin-left: 282px;
/* 4119  */   width: 786px;
/* 4120  */   min-height: 53px;
/* 4121  */   padding: 12px 0;
/* 4122  */   color: #000;
/* 4123  */   border-bottom: 1px solid #e0e0e0;
/* 4124  */   /* responsive landscape tablet */
/* 4125  */   /* responsive portrait tablet */
/* 4126  */   /* responsive portrait phone */
/* 4127  */ }
/* 4128  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 4129  */   .td-header-style-8 .td-header-top-menu {
/* 4130  */     margin-left: 212px;
/* 4131  */     width: 768px;
/* 4132  */     padding: 0;
/* 4133  */     min-height: 29px;
/* 4134  */   }
/* 4135  */ }
/* 4136  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4137  */   .td-header-style-8 .td-header-top-menu {
/* 4138  */     margin-left: 152px;
/* 4139  */     width: 588px;
/* 4140  */     padding: 0;
/* 4141  */     min-height: 29px;
/* 4142  */   }
/* 4143  */ }
/* 4144  */ @media (max-width: 767px) {
/* 4145  */   .td-header-style-8 .td-header-top-menu {
/* 4146  */     display: none;
/* 4147  */   }
/* 4148  */ }
/* 4149  */ .td-header-style-8 .td-header-top-menu a {
/* 4150  */   color: #000;

/* td_standard_pack_main.css */

/* 4151  */ }
/* 4152  */ .td-header-style-8 .top-header-menu .sub-menu {
/* 4153  */   background-color: #fff !important;
/* 4154  */ }
/* 4155  */ .td-header-style-8 .top-header-menu .td-social-icon-wrap .td-icon-font {
/* 4156  */   color: #000;
/* 4157  */ }
/* 4158  */ .td-header-style-8 .td-header-sp-logo {
/* 4159  */   position: absolute;
/* 4160  */   width: 238px;
/* 4161  */   height: 94px;
/* 4162  */   top: 6px;
/* 4163  */   z-index: 10000;
/* 4164  */   /* responsive landscape tablet */
/* 4165  */   /* responsive portrait tablet */
/* 4166  */   /* responsive portrait phone */
/* 4167  */ }
/* 4168  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 4169  */   .td-header-style-8 .td-header-sp-logo {
/* 4170  */     width: 190px;
/* 4171  */     height: 89px;
/* 4172  */     top: -6px;
/* 4173  */   }
/* 4174  */ }
/* 4175  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4176  */   .td-header-style-8 .td-header-sp-logo {
/* 4177  */     width: 140px;
/* 4178  */     height: 87px;
/* 4179  */     top: -5px;
/* 4180  */   }
/* 4181  */ }
/* 4182  */ @media (max-width: 767px) {
/* 4183  */   .td-header-style-8 .td-header-sp-logo {
/* 4184  */     display: none;
/* 4185  */   }
/* 4186  */ }
/* 4187  */ .td-header-style-8 .td-header-sp-logo img {
/* 4188  */   width: auto;
/* 4189  */   max-height: 86px;
/* 4190  */   right: auto;
/* 4191  */ }
/* 4192  */ .td-header-style-8 .td-main-menu-logo {
/* 4193  */   /* responsive portrait phone */
/* 4194  */ }
/* 4195  */ @media (max-width: 767px) {
/* 4196  */   .td-header-style-8 .td-main-menu-logo {
/* 4197  */     display: block;
/* 4198  */   }
/* 4199  */ }
/* 4200  */ .td-header-style-8 .td-header-rec-wrap {

/* td_standard_pack_main.css */

/* 4201  */   min-height: 0;
/* 4202  */ }
/* 4203  */ .td-header-style-8 .td-a-rec-id-header img,
/* 4204  */ .td-header-style-8 .td-g-rec-id-header img {
/* 4205  */   position: relative;
/* 4206  */ }
/* 4207  */ .td-header-style-8 .td-a-rec-id-header .adsbygoogle,
/* 4208  */ .td-header-style-8 .td-g-rec-id-header .adsbygoogle {
/* 4209  */   position: relative;
/* 4210  */   display: block !important;
/* 4211  */ }
/* 4212  */ .td-header-style-8 .td-header-menu-social {
/* 4213  */   line-height: 53px;
/* 4214  */ }
/* 4215  */ .td-header-style-8 .td_stretch_content .td-header-menu-social {
/* 4216  */   margin-right: 16px;
/* 4217  */ }
/* 4218  */ .td-header-style-8 .header-search-wrap .td-icon-search {
/* 4219  */   color: #000;
/* 4220  */   /* responsive portrait phone */
/* 4221  */ }
/* 4222  */ @media (max-width: 767px) {
/* 4223  */   .td-header-style-8 .header-search-wrap .td-icon-search {
/* 4224  */     color: #fff;
/* 4225  */   }
/* 4226  */ }
/* 4227  */ .td-header-style-8 .td-header-menu-wrap-full #td-header-search-button .td-icon-search {
/* 4228  */   line-height: 53px;
/* 4229  */ }
/* 4230  */ .td-header-style-8 .td-header-main-menu {
/* 4231  */   float: left;
/* 4232  */   width: 100%;
/* 4233  */   padding-left: 282px;
/* 4234  */   background-color: transparent !important;
/* 4235  */   /* responsive landscape tablet */
/* 4236  */   /* responsive portrait tablet */
/* 4237  */   /* responsive portrait phone */
/* 4238  */ }
/* 4239  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 4240  */   .td-header-style-8 .td-header-main-menu {
/* 4241  */     padding-left: 212px;
/* 4242  */   }
/* 4243  */ }
/* 4244  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4245  */   .td-header-style-8 .td-header-main-menu {
/* 4246  */     padding-left: 152px;
/* 4247  */   }
/* 4248  */ }
/* 4249  */ @media (max-width: 767px) {
/* 4250  */   .td-header-style-8 .td-header-main-menu {

/* td_standard_pack_main.css */

/* 4251  */     padding-left: 0;
/* 4252  */   }
/* 4253  */ }
/* 4254  */ .td-header-style-8 .sf-menu > li > a {
/* 4255  */   line-height: 53px;
/* 4256  */ }
/* 4257  */ .td-header-style-8 .sf-menu > .current-menu-item > a,
/* 4258  */ .td-header-style-8 .sf-menu > .current-menu-ancestor > a,
/* 4259  */ .td-header-style-8 .sf-menu > .current-category-ancestor > a,
/* 4260  */ .td-header-style-8 .sf-menu > li > a:hover,
/* 4261  */ .td-header-style-8 .sf-menu > .sfHover > a {
/* 4262  */   background-color: transparent !important;
/* 4263  */ }
/* 4264  */ @media (max-width: 767px) {
/* 4265  */   .td-header-style-8 .td-header-menu-wrap .td-container {
/* 4266  */     padding: 0;
/* 4267  */   }
/* 4268  */ }
/* 4269  */ .td-header-style-8 .td-affix .td-header-sp-logo img {
/* 4270  */   max-height: 46px;
/* 4271  */   padding: 2px 0;
/* 4272  */ }
/* 4273  */ .single_template_6 .td-header-style-8 .td-a-rec-id-header > div,
/* 4274  */ .single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
/* 4275  */ .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
/* 4276  */ .single_template_8 .td-header-style-8 .td-a-rec-id-header > div,
/* 4277  */ .single_template_10 .td-header-style-8 .td-a-rec-id-header > div,
/* 4278  */ .single_template_11 .td-header-style-8 .td-a-rec-id-header > div,
/* 4279  */ .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div,
/* 4280  */ .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div,
/* 4281  */ .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div,
/* 4282  */ .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div,
/* 4283  */ .single_template_6 .td-header-style-8 .td-g-rec-id-header > div,
/* 4284  */ .single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
/* 4285  */ .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
/* 4286  */ .single_template_8 .td-header-style-8 .td-g-rec-id-header > div,
/* 4287  */ .single_template_10 .td-header-style-8 .td-g-rec-id-header > div,
/* 4288  */ .single_template_11 .td-header-style-8 .td-g-rec-id-header > div,
/* 4289  */ .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div,
/* 4290  */ .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div,
/* 4291  */ .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div,
/* 4292  */ .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div,
/* 4293  */ .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4294  */ .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4295  */ .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4296  */ .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4297  */ .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4298  */ .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4299  */ .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4300  */ .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 4301  */ .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4302  */ .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4303  */ .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4304  */ .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4305  */ .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4306  */ .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4307  */ .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4308  */ .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4309  */ .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4310  */ .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4311  */ .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4312  */ .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {
/* 4313  */   /* responsive min landscape tablet */
/* 4314  */   /* responsive portrait tablet */
/* 4315  */ }
/* 4316  */ @media (min-width: 1019px) {
/* 4317  */   .single_template_6 .td-header-style-8 .td-a-rec-id-header > div,
/* 4318  */   .single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
/* 4319  */   .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
/* 4320  */   .single_template_8 .td-header-style-8 .td-a-rec-id-header > div,
/* 4321  */   .single_template_10 .td-header-style-8 .td-a-rec-id-header > div,
/* 4322  */   .single_template_11 .td-header-style-8 .td-a-rec-id-header > div,
/* 4323  */   .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div,
/* 4324  */   .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div,
/* 4325  */   .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div,
/* 4326  */   .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div,
/* 4327  */   .single_template_6 .td-header-style-8 .td-g-rec-id-header > div,
/* 4328  */   .single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
/* 4329  */   .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
/* 4330  */   .single_template_8 .td-header-style-8 .td-g-rec-id-header > div,
/* 4331  */   .single_template_10 .td-header-style-8 .td-g-rec-id-header > div,
/* 4332  */   .single_template_11 .td-header-style-8 .td-g-rec-id-header > div,
/* 4333  */   .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div,
/* 4334  */   .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div,
/* 4335  */   .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div,
/* 4336  */   .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div,
/* 4337  */   .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4338  */   .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4339  */   .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4340  */   .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4341  */   .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4342  */   .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4343  */   .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4344  */   .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4345  */   .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4346  */   .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4347  */   .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4348  */   .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4349  */   .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4350  */   .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 4351  */   .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4352  */   .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4353  */   .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4354  */   .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4355  */   .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4356  */   .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {
/* 4357  */     margin-bottom: 24px !important;
/* 4358  */   }
/* 4359  */ }
/* 4360  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4361  */   .single_template_6 .td-header-style-8 .td-a-rec-id-header > div,
/* 4362  */   .single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
/* 4363  */   .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
/* 4364  */   .single_template_8 .td-header-style-8 .td-a-rec-id-header > div,
/* 4365  */   .single_template_10 .td-header-style-8 .td-a-rec-id-header > div,
/* 4366  */   .single_template_11 .td-header-style-8 .td-a-rec-id-header > div,
/* 4367  */   .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div,
/* 4368  */   .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div,
/* 4369  */   .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div,
/* 4370  */   .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div,
/* 4371  */   .single_template_6 .td-header-style-8 .td-g-rec-id-header > div,
/* 4372  */   .single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
/* 4373  */   .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
/* 4374  */   .single_template_8 .td-header-style-8 .td-g-rec-id-header > div,
/* 4375  */   .single_template_10 .td-header-style-8 .td-g-rec-id-header > div,
/* 4376  */   .single_template_11 .td-header-style-8 .td-g-rec-id-header > div,
/* 4377  */   .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div,
/* 4378  */   .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div,
/* 4379  */   .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div,
/* 4380  */   .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div,
/* 4381  */   .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4382  */   .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4383  */   .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4384  */   .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4385  */   .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4386  */   .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4387  */   .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4388  */   .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4389  */   .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4390  */   .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
/* 4391  */   .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4392  */   .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4393  */   .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4394  */   .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4395  */   .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4396  */   .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4397  */   .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4398  */   .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4399  */   .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
/* 4400  */   .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {

/* td_standard_pack_main.css */

/* 4401  */     margin-bottom: 14px !important;
/* 4402  */   }
/* 4403  */ }
/* 4404  */ /* -------------------------------------------------------------------
/* 4405  *|   Style 9
/* 4406  *| ----------------------------------------------------------------------  */
/* 4407  */ .td-header-style-9 .td-header-top-menu-full {
/* 4408  */   background-color: #fff;
/* 4409  */   border-bottom: 1px solid #e0e0e0;
/* 4410  */ }
/* 4411  */ .td-header-style-9 .td-header-top-menu-full .td-header-top-menu {
/* 4412  */   color: #000;
/* 4413  */ }
/* 4414  */ .td-header-style-9 .td-header-top-menu-full a {
/* 4415  */   color: #000;
/* 4416  */ }
/* 4417  */ .td-header-style-9 .top-header-menu .sub-menu {
/* 4418  */   background-color: #fff;
/* 4419  */ }
/* 4420  */ .td-header-style-9 .top-header-menu .td-social-icon-wrap .td-icon-font {
/* 4421  */   color: #000;
/* 4422  */ }
/* 4423  */ .td-header-style-9 .td-logo-wrap-full {
/* 4424  */   min-height: 130px;
/* 4425  */   line-height: 130px;
/* 4426  */   /* responsive portrait phone */
/* 4427  */ }
/* 4428  */ @media (max-width: 767px) {
/* 4429  */   .td-header-style-9 .td-logo-wrap-full {
/* 4430  */     line-height: 90px;
/* 4431  */     min-height: 90px;
/* 4432  */   }
/* 4433  */ }
/* 4434  */ .td-header-style-9 .td-logo-wrap-full a {
/* 4435  */   position: relative;
/* 4436  */   z-index: 1;
/* 4437  */   line-height: 130px;
/* 4438  */   display: inline-block;
/* 4439  */   vertical-align: middle;
/* 4440  */   /* responsive portrait phone */
/* 4441  */ }
/* 4442  */ @media (max-width: 767px) {
/* 4443  */   .td-header-style-9 .td-logo-wrap-full a {
/* 4444  */     line-height: 90px;
/* 4445  */   }
/* 4446  */ }
/* 4447  */ .td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
/* 4448  */   /* responsive portrait phone */
/* 4449  */ }
/* 4450  */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 4451  */   .td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
/* 4452  */     display: block;
/* 4453  */   }
/* 4454  */ }
/* 4455  */ .td-header-style-9 .td-main-menu-logo .td-main-logo {
/* 4456  */   /* responsive portrait phone */
/* 4457  */ }
/* 4458  */ @media (max-width: 767px) {
/* 4459  */   .td-header-style-9 .td-main-menu-logo .td-main-logo {
/* 4460  */     display: none;
/* 4461  */   }
/* 4462  */ }
/* 4463  */ .td-header-style-9 .td-logo-in-header .td-header-logo {
/* 4464  */   /* responsive portrait phone */
/* 4465  */ }
/* 4466  */ @media (max-width: 767px) {
/* 4467  */   .td-header-style-9 .td-logo-in-header .td-header-logo {
/* 4468  */     display: none;
/* 4469  */   }
/* 4470  */ }
/* 4471  */ .td-header-style-9 .td-logo-text-container a {
/* 4472  */   line-height: 1;
/* 4473  */ }
/* 4474  */ .td-header-style-9 .td-header-sp-logo {
/* 4475  */   text-align: center;
/* 4476  */ }
/* 4477  */ .td-header-style-9 .td-header-sp-logo img {
/* 4478  */   z-index: 1;
/* 4479  */   display: block;
/* 4480  */   position: relative;
/* 4481  */ }
/* 4482  */ .td-header-style-9 .td-header-rec-wrap {
/* 4483  */   min-height: 0;
/* 4484  */ }
/* 4485  */ .td-header-style-9 .td-a-rec-id-header img,
/* 4486  */ .td-header-style-9 .td-g-rec-id-header img {
/* 4487  */   position: relative;
/* 4488  */ }
/* 4489  */ .td-header-style-9 .td-a-rec-id-header .adsbygoogle,
/* 4490  */ .td-header-style-9 .td-g-rec-id-header .adsbygoogle {
/* 4491  */   position: relative;
/* 4492  */   display: block !important;
/* 4493  */ }
/* 4494  */ .td-header-style-9 .td-banner-bg {
/* 4495  */   background-color: #fff;
/* 4496  */ }
/* 4497  */ .td-header-style-9.td-header-background-image .td-banner-bg {
/* 4498  */   background-color: transparent;
/* 4499  */ }
/* 4500  */ .td-header-style-9 .td-header-menu-social {

/* td_standard_pack_main.css */

/* 4501  */   margin-right: 4px;
/* 4502  */ }
/* 4503  */ .td-header-style-9 .header-search-wrap .td-icon-search {
/* 4504  */   color: #000;
/* 4505  */   /* responsive portrait phone */
/* 4506  */ }
/* 4507  */ @media (max-width: 767px) {
/* 4508  */   .td-header-style-9 .header-search-wrap .td-icon-search {
/* 4509  */     color: #fff;
/* 4510  */   }
/* 4511  */ }
/* 4512  */ .td-header-style-9 .td-header-menu-wrap-full {
/* 4513  */   position: relative;
/* 4514  */ }
/* 4515  */ .single_template_6 .td-header-style-9 .td-a-rec-id-header > div,
/* 4516  */ .single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
/* 4517  */ .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
/* 4518  */ .single_template_8 .td-header-style-9 .td-a-rec-id-header > div,
/* 4519  */ .single_template_10 .td-header-style-9 .td-a-rec-id-header > div,
/* 4520  */ .single_template_11 .td-header-style-9 .td-a-rec-id-header > div,
/* 4521  */ .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div,
/* 4522  */ .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div,
/* 4523  */ .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div,
/* 4524  */ .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div,
/* 4525  */ .single_template_6 .td-header-style-9 .td-g-rec-id-header > div,
/* 4526  */ .single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
/* 4527  */ .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
/* 4528  */ .single_template_8 .td-header-style-9 .td-g-rec-id-header > div,
/* 4529  */ .single_template_10 .td-header-style-9 .td-g-rec-id-header > div,
/* 4530  */ .single_template_11 .td-header-style-9 .td-g-rec-id-header > div,
/* 4531  */ .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div,
/* 4532  */ .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div,
/* 4533  */ .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div,
/* 4534  */ .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div,
/* 4535  */ .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4536  */ .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4537  */ .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4538  */ .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4539  */ .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4540  */ .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4541  */ .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4542  */ .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4543  */ .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4544  */ .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4545  */ .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4546  */ .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4547  */ .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4548  */ .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4549  */ .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4550  */ .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 4551  */ .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4552  */ .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4553  */ .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4554  */ .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle {
/* 4555  */   /* responsive min landscape tablet */
/* 4556  */   /* responsive portrait tablet */
/* 4557  */ }
/* 4558  */ @media (min-width: 1019px) {
/* 4559  */   .single_template_6 .td-header-style-9 .td-a-rec-id-header > div,
/* 4560  */   .single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
/* 4561  */   .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
/* 4562  */   .single_template_8 .td-header-style-9 .td-a-rec-id-header > div,
/* 4563  */   .single_template_10 .td-header-style-9 .td-a-rec-id-header > div,
/* 4564  */   .single_template_11 .td-header-style-9 .td-a-rec-id-header > div,
/* 4565  */   .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div,
/* 4566  */   .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div,
/* 4567  */   .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div,
/* 4568  */   .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div,
/* 4569  */   .single_template_6 .td-header-style-9 .td-g-rec-id-header > div,
/* 4570  */   .single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
/* 4571  */   .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
/* 4572  */   .single_template_8 .td-header-style-9 .td-g-rec-id-header > div,
/* 4573  */   .single_template_10 .td-header-style-9 .td-g-rec-id-header > div,
/* 4574  */   .single_template_11 .td-header-style-9 .td-g-rec-id-header > div,
/* 4575  */   .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div,
/* 4576  */   .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div,
/* 4577  */   .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div,
/* 4578  */   .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div,
/* 4579  */   .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4580  */   .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4581  */   .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4582  */   .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4583  */   .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4584  */   .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4585  */   .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4586  */   .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4587  */   .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4588  */   .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4589  */   .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4590  */   .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4591  */   .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4592  */   .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4593  */   .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4594  */   .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4595  */   .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4596  */   .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4597  */   .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4598  */   .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle {
/* 4599  */     margin-bottom: 24px !important;
/* 4600  */   }

/* td_standard_pack_main.css */

/* 4601  */ }
/* 4602  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4603  */   .single_template_6 .td-header-style-9 .td-a-rec-id-header > div,
/* 4604  */   .single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
/* 4605  */   .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
/* 4606  */   .single_template_8 .td-header-style-9 .td-a-rec-id-header > div,
/* 4607  */   .single_template_10 .td-header-style-9 .td-a-rec-id-header > div,
/* 4608  */   .single_template_11 .td-header-style-9 .td-a-rec-id-header > div,
/* 4609  */   .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div,
/* 4610  */   .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div,
/* 4611  */   .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div,
/* 4612  */   .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div,
/* 4613  */   .single_template_6 .td-header-style-9 .td-g-rec-id-header > div,
/* 4614  */   .single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
/* 4615  */   .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
/* 4616  */   .single_template_8 .td-header-style-9 .td-g-rec-id-header > div,
/* 4617  */   .single_template_10 .td-header-style-9 .td-g-rec-id-header > div,
/* 4618  */   .single_template_11 .td-header-style-9 .td-g-rec-id-header > div,
/* 4619  */   .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div,
/* 4620  */   .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div,
/* 4621  */   .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div,
/* 4622  */   .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div,
/* 4623  */   .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4624  */   .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4625  */   .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4626  */   .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4627  */   .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4628  */   .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4629  */   .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4630  */   .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4631  */   .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4632  */   .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
/* 4633  */   .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4634  */   .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4635  */   .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4636  */   .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4637  */   .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4638  */   .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4639  */   .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4640  */   .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4641  */   .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
/* 4642  */   .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle {
/* 4643  */     margin-bottom: 14px !important;
/* 4644  */   }
/* 4645  */ }
/* 4646  */ /* -------------------------------------------------------------------
/* 4647  *|   Style 10
/* 4648  *| ----------------------------------------------------------------------  */
/* 4649  */ .td-header-style-10 {
/* 4650  */   /* tablet + desktop */

/* td_standard_pack_main.css */

/* 4651  */ }
/* 4652  */ .td-header-style-10 .td-header-top-menu-full {
/* 4653  */   background-color: #fff;
/* 4654  */   border-bottom: 1px solid #e0e0e0;
/* 4655  */ }
/* 4656  */ .td-header-style-10 .td-header-top-menu-full .td-header-top-menu {
/* 4657  */   color: #000;
/* 4658  */ }
/* 4659  */ .td-header-style-10 .td-header-top-menu-full a {
/* 4660  */   color: #000;
/* 4661  */ }
/* 4662  */ .td-header-style-10 .top-header-menu .sub-menu {
/* 4663  */   background-color: #fff;
/* 4664  */ }
/* 4665  */ .td-header-style-10 .top-header-menu .td-social-icon-wrap .td-icon-font {
/* 4666  */   color: #000;
/* 4667  */ }
/* 4668  */ .td-header-style-10 .td-logo-wrap-full {
/* 4669  */   min-height: 130px;
/* 4670  */   line-height: 130px;
/* 4671  */   /* responsive portrait phone */
/* 4672  */ }
/* 4673  */ @media (max-width: 767px) {
/* 4674  */   .td-header-style-10 .td-logo-wrap-full {
/* 4675  */     line-height: 90px;
/* 4676  */     min-height: 90px;
/* 4677  */   }
/* 4678  */ }
/* 4679  */ .td-header-style-10 .td-logo-wrap-full a {
/* 4680  */   position: relative;
/* 4681  */   z-index: 1;
/* 4682  */   line-height: 130px;
/* 4683  */   display: inline-block;
/* 4684  */   vertical-align: middle;
/* 4685  */   width: 100%;
/* 4686  */   /* responsive portrait phone */
/* 4687  */ }
/* 4688  */ @media (max-width: 767px) {
/* 4689  */   .td-header-style-10 .td-logo-wrap-full a {
/* 4690  */     line-height: 90px;
/* 4691  */   }
/* 4692  */ }
/* 4693  */ .td-header-style-10 .td-logo-wrap-full .td-logo {
/* 4694  */   line-height: 130px;
/* 4695  */   /* responsive portrait phone */
/* 4696  */ }
/* 4697  */ @media (max-width: 767px) {
/* 4698  */   .td-header-style-10 .td-logo-wrap-full .td-logo {
/* 4699  */     line-height: 90px;
/* 4700  */   }

/* td_standard_pack_main.css */

/* 4701  */ }
/* 4702  */ .td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
/* 4703  */   /* responsive portrait phone */
/* 4704  */ }
/* 4705  */ @media (max-width: 767px) {
/* 4706  */   .td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
/* 4707  */     display: block;
/* 4708  */   }
/* 4709  */ }
/* 4710  */ .td-header-style-10 .td-main-menu-logo .td-main-logo {
/* 4711  */   /* responsive portrait phone */
/* 4712  */ }
/* 4713  */ @media (max-width: 767px) {
/* 4714  */   .td-header-style-10 .td-main-menu-logo .td-main-logo {
/* 4715  */     display: none;
/* 4716  */   }
/* 4717  */ }
/* 4718  */ .td-header-style-10 .td-logo-in-header .td-header-logo {
/* 4719  */   /* responsive portrait phone */
/* 4720  */ }
/* 4721  */ @media (max-width: 767px) {
/* 4722  */   .td-header-style-10 .td-logo-in-header .td-header-logo {
/* 4723  */     display: none;
/* 4724  */   }
/* 4725  */ }
/* 4726  */ @media (min-width: 768px) {
/* 4727  */   .td-header-style-10 .td-logo-sticky img {
/* 4728  */     max-width: 102px;
/* 4729  */   }
/* 4730  */ }
/* 4731  */ @media (min-width: 1019px) {
/* 4732  */   .td-header-style-10 .td-logo-sticky img {
/* 4733  */     max-width: inherit;
/* 4734  */   }
/* 4735  */ }
/* 4736  */ .td-header-style-10 .td-header-sp-logo {
/* 4737  */   text-align: center;
/* 4738  */ }
/* 4739  */ .td-header-style-10 .td-header-sp-logo img {
/* 4740  */   z-index: 1;
/* 4741  */   display: block;
/* 4742  */   position: relative;
/* 4743  */ }
/* 4744  */ .td-header-style-10 .td-logo-text-container a {
/* 4745  */   line-height: 1;
/* 4746  */ }
/* 4747  */ .td-header-style-10 .td-header-rec-wrap {
/* 4748  */   min-height: 0;
/* 4749  */ }
/* 4750  */ .td-header-style-10 .td-a-rec-id-header img,

/* td_standard_pack_main.css */

/* 4751  */ .td-header-style-10 .td-g-rec-id-header img {
/* 4752  */   position: relative;
/* 4753  */ }
/* 4754  */ .td-header-style-10 .td-a-rec-id-header .adsbygoogle,
/* 4755  */ .td-header-style-10 .td-g-rec-id-header .adsbygoogle {
/* 4756  */   position: relative;
/* 4757  */   display: block !important;
/* 4758  */ }
/* 4759  */ .td-header-style-10 .td-banner-bg {
/* 4760  */   background-color: #fff;
/* 4761  */ }
/* 4762  */ .td-header-style-10.td-header-background-image .td-banner-bg {
/* 4763  */   background-color: transparent;
/* 4764  */ }
/* 4765  */ .td-header-style-10 .td-header-menu-social {
/* 4766  */   position: absolute;
/* 4767  */   margin-right: 0;
/* 4768  */   float: none;
/* 4769  */   top: 0;
/* 4770  */   right: 53px;
/* 4771  */ }
/* 4772  */ .td-header-style-10 .td-header-menu-no-search .td-header-menu-social {
/* 4773  */   right: 0;
/* 4774  */ }
/* 4775  */ .td-header-style-10 .td_stretch_content .td-header-menu-social {
/* 4776  */   right: 20px;
/* 4777  */ }
/* 4778  */ .td-header-style-10 .header-search-wrap .td-icon-search {
/* 4779  */   color: #000;
/* 4780  */   /* responsive portrait phone */
/* 4781  */ }
/* 4782  */ @media (max-width: 767px) {
/* 4783  */   .td-header-style-10 .header-search-wrap .td-icon-search {
/* 4784  */     color: #fff;
/* 4785  */   }
/* 4786  */ }
/* 4787  */ .td-header-style-10 .td-header-menu-wrap-full {
/* 4788  */   position: relative;
/* 4789  */ }
/* 4790  */ .td-header-style-10 .menu-main-menu-container {
/* 4791  */   display: inherit;
/* 4792  */ }
/* 4793  */ .td-header-style-10 .td-header-main-menu {
/* 4794  */   padding-left: 48px;
/* 4795  */   /* responsive portrait phone */
/* 4796  */ }
/* 4797  */ @media (max-width: 767px) {
/* 4798  */   .td-header-style-10 .td-header-main-menu {
/* 4799  */     padding-left: 2px;
/* 4800  */   }

/* td_standard_pack_main.css */

/* 4801  */ }
/* 4802  */ .td-header-style-10 #td-header-menu {
/* 4803  */   display: table;
/* 4804  */   margin: 0 auto;
/* 4805  */   /* responsive portrait phone */
/* 4806  */ }
/* 4807  */ @media (max-width: 767px) {
/* 4808  */   .td-header-style-10 #td-header-menu {
/* 4809  */     display: block;
/* 4810  */   }
/* 4811  */ }
/* 4812  */ @media (min-width: 767px) {
/* 4813  */   .td-header-style-10 .td-affix .td-main-menu-logo {
/* 4814  */     position: absolute;
/* 4815  */     left: 0;
/* 4816  */   }
/* 4817  */ }
/* 4818  */ .single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
/* 4819  */ .single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
/* 4820  */ .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
/* 4821  */ .single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
/* 4822  */ .single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
/* 4823  */ .single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
/* 4824  */ .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
/* 4825  */ .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
/* 4826  */ .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
/* 4827  */ .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
/* 4828  */ .single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
/* 4829  */ .single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
/* 4830  */ .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
/* 4831  */ .single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
/* 4832  */ .single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
/* 4833  */ .single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
/* 4834  */ .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
/* 4835  */ .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
/* 4836  */ .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
/* 4837  */ .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
/* 4838  */ .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4839  */ .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4840  */ .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4841  */ .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4842  */ .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4843  */ .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4844  */ .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4845  */ .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4846  */ .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4847  */ .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4848  */ .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4849  */ .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4850  */ .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 4851  */ .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4852  */ .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4853  */ .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4854  */ .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4855  */ .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4856  */ .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4857  */ .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
/* 4858  */   /* responsive min landscape tablet */
/* 4859  */   /* responsive portrait tablet */
/* 4860  */ }
/* 4861  */ @media (min-width: 1019px) {
/* 4862  */   .single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
/* 4863  */   .single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
/* 4864  */   .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
/* 4865  */   .single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
/* 4866  */   .single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
/* 4867  */   .single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
/* 4868  */   .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
/* 4869  */   .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
/* 4870  */   .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
/* 4871  */   .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
/* 4872  */   .single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
/* 4873  */   .single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
/* 4874  */   .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
/* 4875  */   .single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
/* 4876  */   .single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
/* 4877  */   .single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
/* 4878  */   .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
/* 4879  */   .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
/* 4880  */   .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
/* 4881  */   .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
/* 4882  */   .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4883  */   .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4884  */   .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4885  */   .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4886  */   .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4887  */   .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4888  */   .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4889  */   .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4890  */   .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4891  */   .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4892  */   .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4893  */   .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4894  */   .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4895  */   .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4896  */   .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4897  */   .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4898  */   .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4899  */   .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4900  */   .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 4901  */   .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
/* 4902  */     margin-bottom: 24px !important;
/* 4903  */   }
/* 4904  */ }
/* 4905  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 4906  */   .single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
/* 4907  */   .single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
/* 4908  */   .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
/* 4909  */   .single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
/* 4910  */   .single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
/* 4911  */   .single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
/* 4912  */   .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
/* 4913  */   .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
/* 4914  */   .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
/* 4915  */   .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
/* 4916  */   .single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
/* 4917  */   .single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
/* 4918  */   .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
/* 4919  */   .single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
/* 4920  */   .single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
/* 4921  */   .single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
/* 4922  */   .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
/* 4923  */   .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
/* 4924  */   .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
/* 4925  */   .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
/* 4926  */   .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4927  */   .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4928  */   .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4929  */   .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4930  */   .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4931  */   .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4932  */   .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4933  */   .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4934  */   .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4935  */   .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
/* 4936  */   .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4937  */   .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4938  */   .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4939  */   .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4940  */   .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4941  */   .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4942  */   .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4943  */   .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4944  */   .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
/* 4945  */   .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
/* 4946  */     margin-bottom: 14px !important;
/* 4947  */   }
/* 4948  */ }
/* 4949  */ /* -------------------------------------------------------------------
/* 4950  *|   Style 11

/* td_standard_pack_main.css *|

/* 4951  *| ----------------------------------------------------------------------  */
/* 4952  */ .td-header-style-11 .td-header-top-menu-full {
/* 4953  */   background-color: #222;
/* 4954  */ }
/* 4955  */ .td-header-style-11 .td-header-top-menu-full .td-header-top-menu {
/* 4956  */   color: #fff;
/* 4957  */ }
/* 4958  */ .td-header-style-11 .td-header-top-menu-full a {
/* 4959  */   color: #fff;
/* 4960  */ }
/* 4961  */ .td-header-style-11 .top-header-menu .sub-menu {
/* 4962  */   background-color: #222;
/* 4963  */ }
/* 4964  */ .td-header-style-11 .td-logo-wrap-full {
/* 4965  */   width: 100%;
/* 4966  */   min-height: 160px;
/* 4967  */   line-height: 160px;
/* 4968  */   border-bottom: 1px solid #eee;
/* 4969  */   /* responsive portrait phone */
/* 4970  */ }
/* 4971  */ @media (max-width: 767px) {
/* 4972  */   .td-header-style-11 .td-logo-wrap-full {
/* 4973  */     line-height: 90px;
/* 4974  */     min-height: 90px;
/* 4975  */   }
/* 4976  */ }
/* 4977  */ .td-header-style-11 .td-logo-wrap-full a {
/* 4978  */   position: relative;
/* 4979  */   z-index: 1;
/* 4980  */   line-height: 160px;
/* 4981  */   display: inline-block;
/* 4982  */   vertical-align: middle;
/* 4983  */   /* responsive portrait phone */
/* 4984  */ }
/* 4985  */ @media (max-width: 767px) {
/* 4986  */   .td-header-style-11 .td-logo-wrap-full a {
/* 4987  */     line-height: 90px;
/* 4988  */   }
/* 4989  */ }
/* 4990  */ .td-header-style-11 .td-logo-wrap-full .td-logo {
/* 4991  */   line-height: 160px;
/* 4992  */   /* responsive portrait phone */
/* 4993  */ }
/* 4994  */ @media (max-width: 767px) {
/* 4995  */   .td-header-style-11 .td-logo-wrap-full .td-logo {
/* 4996  */     line-height: 90px;
/* 4997  */   }
/* 4998  */ }
/* 4999  */ .td-header-style-11 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
/* 5000  */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 5001  */ }
/* 5002  */ @media (max-width: 767px) {
/* 5003  */   .td-header-style-11 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
/* 5004  */     display: block;
/* 5005  */   }
/* 5006  */ }
/* 5007  */ .td-header-style-11 .td-main-menu-logo .td-main-logo {
/* 5008  */   /* responsive portrait phone */
/* 5009  */ }
/* 5010  */ @media (max-width: 767px) {
/* 5011  */   .td-header-style-11 .td-main-menu-logo .td-main-logo {
/* 5012  */     display: none;
/* 5013  */   }
/* 5014  */ }
/* 5015  */ .td-header-style-11 .td-logo-in-header .td-header-logo {
/* 5016  */   /* responsive portrait phone */
/* 5017  */ }
/* 5018  */ @media (max-width: 767px) {
/* 5019  */   .td-header-style-11 .td-logo-in-header .td-header-logo {
/* 5020  */     display: none;
/* 5021  */   }
/* 5022  */ }
/* 5023  */ .td-header-style-11 .td-header-sp-logo {
/* 5024  */   text-align: center;
/* 5025  */ }
/* 5026  */ .td-header-style-11 .td-header-sp-logo img {
/* 5027  */   z-index: 1;
/* 5028  */   display: block;
/* 5029  */   position: relative;
/* 5030  */ }
/* 5031  */ .td-header-style-11 .td-logo-text-container a {
/* 5032  */   line-height: 1;
/* 5033  */ }
/* 5034  */ .td-header-style-11 .td-header-rec-wrap {
/* 5035  */   min-height: 0;
/* 5036  */ }
/* 5037  */ .td-header-style-11 .td-a-rec-id-header img,
/* 5038  */ .td-header-style-11 .td-g-rec-id-header img {
/* 5039  */   position: relative;
/* 5040  */ }
/* 5041  */ .td-header-style-11 .td-a-rec-id-header .adsbygoogle,
/* 5042  */ .td-header-style-11 .td-g-rec-id-header .adsbygoogle {
/* 5043  */   position: relative;
/* 5044  */   display: block !important;
/* 5045  */ }
/* 5046  */ .td-header-style-11 .td-banner-bg {
/* 5047  */   background-color: #fff;
/* 5048  */ }
/* 5049  */ .td-header-style-11.td-header-background-image .td-banner-bg {
/* 5050  */   background-color: transparent;

/* td_standard_pack_main.css */

/* 5051  */ }
/* 5052  */ .td-header-style-11 .td-header-menu-social {
/* 5053  */   margin-right: 5px;
/* 5054  */   line-height: 52px;
/* 5055  */ }
/* 5056  */ .td-header-style-11 .header-search-wrap .td-icon-search {
/* 5057  */   line-height: 52px;
/* 5058  */   color: #000;
/* 5059  */   /* responsive portrait phone */
/* 5060  */ }
/* 5061  */ @media (max-width: 767px) {
/* 5062  */   .td-header-style-11 .header-search-wrap .td-icon-search {
/* 5063  */     color: #fff;
/* 5064  */   }
/* 5065  */ }
/* 5066  */ .td-header-style-11 .td-header-menu-wrap-full {
/* 5067  */   position: relative;
/* 5068  */ }
/* 5069  */ .td-header-style-11 .sf-menu > li > a {
/* 5070  */   line-height: 52px;
/* 5071  */ }
/* 5072  */ .td-header-style-11 .td-affix:after {
/* 5073  */   content: "";
/* 5074  */   background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMCFg8LBQd761rpAAAAFklEQVQI12MQAEIFIDQAwgAGByAEAwAUCAGRLNh3YwAAAABJRU5ErkJggg==');
/* 5075  */   width: 100%;
/* 5076  */   height: 12px;
/* 5077  */   position: absolute;
/* 5078  */   bottom: -12px;
/* 5079  */   z-index: 1;
/* 5080  */ }
/* 5081  */ .td_category_template_2 .td-header-style-11 .td-logo-wrap-full,
/* 5082  */ .td_category_template_5 .td-header-style-11 .td-logo-wrap-full {
/* 5083  */   border-bottom: 0;
/* 5084  */ }
/* 5085  */ .single_template_6 .td-header-style-11 .td-a-rec-id-header > div,
/* 5086  */ .single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
/* 5087  */ .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
/* 5088  */ .single_template_8 .td-header-style-11 .td-a-rec-id-header > div,
/* 5089  */ .single_template_10 .td-header-style-11 .td-a-rec-id-header > div,
/* 5090  */ .single_template_11 .td-header-style-11 .td-a-rec-id-header > div,
/* 5091  */ .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div,
/* 5092  */ .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div,
/* 5093  */ .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div,
/* 5094  */ .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div,
/* 5095  */ .single_template_6 .td-header-style-11 .td-g-rec-id-header > div,
/* 5096  */ .single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
/* 5097  */ .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
/* 5098  */ .single_template_8 .td-header-style-11 .td-g-rec-id-header > div,
/* 5099  */ .single_template_10 .td-header-style-11 .td-g-rec-id-header > div,
/* 5100  */ .single_template_11 .td-header-style-11 .td-g-rec-id-header > div,

/* td_standard_pack_main.css */

/* 5101  */ .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div,
/* 5102  */ .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div,
/* 5103  */ .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div,
/* 5104  */ .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div,
/* 5105  */ .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5106  */ .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5107  */ .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5108  */ .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5109  */ .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5110  */ .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5111  */ .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5112  */ .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5113  */ .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5114  */ .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5115  */ .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5116  */ .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5117  */ .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5118  */ .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5119  */ .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5120  */ .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5121  */ .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5122  */ .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5123  */ .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5124  */ .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle {
/* 5125  */   /* responsive min landscape tablet */
/* 5126  */   /* responsive portrait tablet */
/* 5127  */ }
/* 5128  */ @media (min-width: 1019px) {
/* 5129  */   .single_template_6 .td-header-style-11 .td-a-rec-id-header > div,
/* 5130  */   .single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
/* 5131  */   .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
/* 5132  */   .single_template_8 .td-header-style-11 .td-a-rec-id-header > div,
/* 5133  */   .single_template_10 .td-header-style-11 .td-a-rec-id-header > div,
/* 5134  */   .single_template_11 .td-header-style-11 .td-a-rec-id-header > div,
/* 5135  */   .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div,
/* 5136  */   .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div,
/* 5137  */   .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div,
/* 5138  */   .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div,
/* 5139  */   .single_template_6 .td-header-style-11 .td-g-rec-id-header > div,
/* 5140  */   .single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
/* 5141  */   .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
/* 5142  */   .single_template_8 .td-header-style-11 .td-g-rec-id-header > div,
/* 5143  */   .single_template_10 .td-header-style-11 .td-g-rec-id-header > div,
/* 5144  */   .single_template_11 .td-header-style-11 .td-g-rec-id-header > div,
/* 5145  */   .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div,
/* 5146  */   .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div,
/* 5147  */   .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div,
/* 5148  */   .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div,
/* 5149  */   .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5150  */   .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 5151  */   .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5152  */   .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5153  */   .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5154  */   .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5155  */   .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5156  */   .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5157  */   .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5158  */   .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5159  */   .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5160  */   .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5161  */   .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5162  */   .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5163  */   .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5164  */   .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5165  */   .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5166  */   .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5167  */   .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5168  */   .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle {
/* 5169  */     margin-bottom: 24px !important;
/* 5170  */   }
/* 5171  */ }
/* 5172  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5173  */   .single_template_6 .td-header-style-11 .td-a-rec-id-header > div,
/* 5174  */   .single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
/* 5175  */   .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
/* 5176  */   .single_template_8 .td-header-style-11 .td-a-rec-id-header > div,
/* 5177  */   .single_template_10 .td-header-style-11 .td-a-rec-id-header > div,
/* 5178  */   .single_template_11 .td-header-style-11 .td-a-rec-id-header > div,
/* 5179  */   .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div,
/* 5180  */   .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div,
/* 5181  */   .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div,
/* 5182  */   .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div,
/* 5183  */   .single_template_6 .td-header-style-11 .td-g-rec-id-header > div,
/* 5184  */   .single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
/* 5185  */   .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
/* 5186  */   .single_template_8 .td-header-style-11 .td-g-rec-id-header > div,
/* 5187  */   .single_template_10 .td-header-style-11 .td-g-rec-id-header > div,
/* 5188  */   .single_template_11 .td-header-style-11 .td-g-rec-id-header > div,
/* 5189  */   .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div,
/* 5190  */   .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div,
/* 5191  */   .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div,
/* 5192  */   .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div,
/* 5193  */   .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5194  */   .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5195  */   .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5196  */   .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5197  */   .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5198  */   .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5199  */   .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5200  */   .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,

/* td_standard_pack_main.css */

/* 5201  */   .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5202  */   .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
/* 5203  */   .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5204  */   .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5205  */   .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5206  */   .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5207  */   .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5208  */   .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5209  */   .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5210  */   .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5211  */   .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
/* 5212  */   .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle {
/* 5213  */     margin-bottom: 14px !important;
/* 5214  */   }
/* 5215  */ }
/* 5216  */ /* -------------------------------------------------------------------
/* 5217  *|   Style 12
/* 5218  *| ----------------------------------------------------------------------  */
/* 5219  */ .td-header-style-12 {
/* 5220  */   /* hover and current menu */
/* 5221  */ }
/* 5222  */ .td-header-style-12 .td-header-top-menu-full {
/* 5223  */   background-color: #2b2b2b;
/* 5224  */   z-index: 1;
/* 5225  */ }
/* 5226  */ .td-header-style-12 .td-header-top-menu-full .td-header-top-menu {
/* 5227  */   text-transform: uppercase;
/* 5228  */ }
/* 5229  */ .td-header-style-12 .top-header-menu .sub-menu {
/* 5230  */   background-color: #222222;
/* 5231  */ }
/* 5232  */ .td-header-style-12 .top-header-menu > li,
/* 5233  */ .td-header-style-12 .td-header-sp-top-menu,
/* 5234  */ .td-header-style-12 .td-header-sp-top-widget {
/* 5235  */   line-height: 54px;
/* 5236  */ }
/* 5237  */ .td-header-style-12 .td-main-menu-logo {
/* 5238  */   display: block;
/* 5239  */   height: 80px;
/* 5240  */   margin-right: 0;
/* 5241  */   /* responsive portrait phone */
/* 5242  */ }
/* 5243  */ @media (max-width: 767px) {
/* 5244  */   .td-header-style-12 .td-main-menu-logo {
/* 5245  */     display: inline;
/* 5246  */     width: 0;
/* 5247  */     height: 0;
/* 5248  */   }
/* 5249  */ }
/* 5250  */ .td-header-style-12 .td-main-menu-logo a {

/* td_standard_pack_main.css */

/* 5251  */   line-height: 80px;
/* 5252  */ }
/* 5253  */ .td-header-style-12 .td-main-menu-logo img {
/* 5254  */   max-height: 66px;
/* 5255  */   margin-right: 22px;
/* 5256  */   /* responsive portrait tablet */
/* 5257  */   /* responsive portrait phone */
/* 5258  */ }
/* 5259  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5260  */   .td-header-style-12 .td-main-menu-logo img {
/* 5261  */     margin-right: 12px;
/* 5262  */   }
/* 5263  */ }
/* 5264  */ @media (max-width: 767px) {
/* 5265  */   .td-header-style-12 .td-main-menu-logo img {
/* 5266  */     max-height: 48px;
/* 5267  */     margin: auto;
/* 5268  */   }
/* 5269  */ }
/* 5270  */ .td-header-style-12 .td-header-rec-wrap {
/* 5271  */   min-height: 0;
/* 5272  */ }
/* 5273  */ .td-header-style-12 .td-a-rec-id-header img,
/* 5274  */ .td-header-style-12 .td-g-rec-id-header img {
/* 5275  */   position: relative;
/* 5276  */ }
/* 5277  */ .td-header-style-12 .td-a-rec-id-header .adsbygoogle,
/* 5278  */ .td-header-style-12 .td-g-rec-id-header .adsbygoogle {
/* 5279  */   position: relative;
/* 5280  */   display: block !important;
/* 5281  */ }
/* 5282  */ .td-header-style-12 .td-header-menu-social {
/* 5283  */   margin-right: 5px;
/* 5284  */   line-height: 80px;
/* 5285  */ }
/* 5286  */ .td-header-style-12 .header-search-wrap .td-icon-search {
/* 5287  */   color: #fff;
/* 5288  */ }
/* 5289  */ .td-header-style-12 .td-header-menu-wrap-full #td-header-search-button .td-icon-search {
/* 5290  */   line-height: 80px;
/* 5291  */ }
/* 5292  */ .td-header-style-12 .td-header-menu-wrap-full {
/* 5293  */   background-color: var(--td_theme_color, #4db2ec);
/* 5294  */ }
/* 5295  */ .td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
/* 5296  */   content: '';
/* 5297  */   position: absolute;
/* 5298  */   height: 100%;
/* 5299  */   width: 100%;
/* 5300  */   top: 0;

/* td_standard_pack_main.css */

/* 5301  */   left: 0;
/* 5302  */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
/* 5303  */   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
/* 5304  */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
/* 5305  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
/* 5306  */ }
/* 5307  */ .td-header-style-12 .sf-menu > .current-menu-item > a,
/* 5308  */ .td-header-style-12 .sf-menu > .current-menu-ancestor > a,
/* 5309  */ .td-header-style-12 .sf-menu > .current-category-ancestor > a,
/* 5310  */ .td-header-style-12 .sf-menu > li > a:hover,
/* 5311  */ .td-header-style-12 .sf-menu > .sfHover > a {
/* 5312  */   background-color: rgba(0, 0, 0, 0.3) !important;
/* 5313  */ }
/* 5314  */ .td-header-style-12 .td-affix {
/* 5315  */   background-color: var(--td_theme_color, #4db2ec);
/* 5316  */ }
/* 5317  */ .td-header-style-12 .td-header-menu-wrap .td-header-main-menu {
/* 5318  */   background-color: transparent;
/* 5319  */ }
/* 5320  */ .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a {
/* 5321  */   color: #fff;
/* 5322  */   line-height: 80px;
/* 5323  */   /* responsive landscape tablet */
/* 5324  */ }
/* 5325  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5326  */   .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a {
/* 5327  */     padding: 0 13px;
/* 5328  */   }
/* 5329  */ }
/* 5330  */ .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:after {
/* 5331  */   display: none;
/* 5332  */ }
/* 5333  */ .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul {
/* 5334  */   /* responsive landscape tablet */
/* 5335  */ }
/* 5336  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5337  */   .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul {
/* 5338  */     padding-right: 28px;
/* 5339  */   }
/* 5340  */ }
/* 5341  */ .td-header-style-12 .td-mega-menu ul {
/* 5342  */   border-top: none;
/* 5343  */ }
/* 5344  */ .single_template_6 .td-header-style-12 .td-a-rec-id-header > div,
/* 5345  */ .single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
/* 5346  */ .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
/* 5347  */ .single_template_8 .td-header-style-12 .td-a-rec-id-header > div,
/* 5348  */ .single_template_10 .td-header-style-12 .td-a-rec-id-header > div,
/* 5349  */ .single_template_11 .td-header-style-12 .td-a-rec-id-header > div,
/* 5350  */ .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div,

/* td_standard_pack_main.css */

/* 5351  */ .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div,
/* 5352  */ .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div,
/* 5353  */ .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div,
/* 5354  */ .single_template_6 .td-header-style-12 .td-g-rec-id-header > div,
/* 5355  */ .single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
/* 5356  */ .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
/* 5357  */ .single_template_8 .td-header-style-12 .td-g-rec-id-header > div,
/* 5358  */ .single_template_10 .td-header-style-12 .td-g-rec-id-header > div,
/* 5359  */ .single_template_11 .td-header-style-12 .td-g-rec-id-header > div,
/* 5360  */ .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div,
/* 5361  */ .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div,
/* 5362  */ .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div,
/* 5363  */ .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div,
/* 5364  */ .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5365  */ .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5366  */ .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5367  */ .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5368  */ .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5369  */ .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5370  */ .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5371  */ .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5372  */ .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5373  */ .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5374  */ .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5375  */ .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5376  */ .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5377  */ .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5378  */ .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5379  */ .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5380  */ .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5381  */ .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5382  */ .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5383  */ .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {
/* 5384  */   /* responsive min landscape tablet */
/* 5385  */   /* responsive portrait tablet */
/* 5386  */ }
/* 5387  */ @media (min-width: 1019px) {
/* 5388  */   .single_template_6 .td-header-style-12 .td-a-rec-id-header > div,
/* 5389  */   .single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
/* 5390  */   .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
/* 5391  */   .single_template_8 .td-header-style-12 .td-a-rec-id-header > div,
/* 5392  */   .single_template_10 .td-header-style-12 .td-a-rec-id-header > div,
/* 5393  */   .single_template_11 .td-header-style-12 .td-a-rec-id-header > div,
/* 5394  */   .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div,
/* 5395  */   .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div,
/* 5396  */   .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div,
/* 5397  */   .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div,
/* 5398  */   .single_template_6 .td-header-style-12 .td-g-rec-id-header > div,
/* 5399  */   .single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
/* 5400  */   .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div,

/* td_standard_pack_main.css */

/* 5401  */   .single_template_8 .td-header-style-12 .td-g-rec-id-header > div,
/* 5402  */   .single_template_10 .td-header-style-12 .td-g-rec-id-header > div,
/* 5403  */   .single_template_11 .td-header-style-12 .td-g-rec-id-header > div,
/* 5404  */   .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div,
/* 5405  */   .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div,
/* 5406  */   .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div,
/* 5407  */   .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div,
/* 5408  */   .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5409  */   .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5410  */   .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5411  */   .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5412  */   .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5413  */   .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5414  */   .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5415  */   .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5416  */   .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5417  */   .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5418  */   .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5419  */   .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5420  */   .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5421  */   .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5422  */   .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5423  */   .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5424  */   .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5425  */   .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5426  */   .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5427  */   .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {
/* 5428  */     margin-bottom: 24px !important;
/* 5429  */   }
/* 5430  */ }
/* 5431  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5432  */   .single_template_6 .td-header-style-12 .td-a-rec-id-header > div,
/* 5433  */   .single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
/* 5434  */   .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
/* 5435  */   .single_template_8 .td-header-style-12 .td-a-rec-id-header > div,
/* 5436  */   .single_template_10 .td-header-style-12 .td-a-rec-id-header > div,
/* 5437  */   .single_template_11 .td-header-style-12 .td-a-rec-id-header > div,
/* 5438  */   .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div,
/* 5439  */   .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div,
/* 5440  */   .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div,
/* 5441  */   .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div,
/* 5442  */   .single_template_6 .td-header-style-12 .td-g-rec-id-header > div,
/* 5443  */   .single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
/* 5444  */   .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
/* 5445  */   .single_template_8 .td-header-style-12 .td-g-rec-id-header > div,
/* 5446  */   .single_template_10 .td-header-style-12 .td-g-rec-id-header > div,
/* 5447  */   .single_template_11 .td-header-style-12 .td-g-rec-id-header > div,
/* 5448  */   .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div,
/* 5449  */   .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div,
/* 5450  */   .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div,

/* td_standard_pack_main.css */

/* 5451  */   .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div,
/* 5452  */   .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5453  */   .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5454  */   .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5455  */   .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5456  */   .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5457  */   .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5458  */   .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5459  */   .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5460  */   .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5461  */   .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
/* 5462  */   .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5463  */   .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5464  */   .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5465  */   .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5466  */   .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5467  */   .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5468  */   .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5469  */   .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5470  */   .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
/* 5471  */   .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {
/* 5472  */     margin-bottom: 14px !important;
/* 5473  */   }
/* 5474  */ }
/* 5475  */ /*  ----------------------------------------------------------------------------
/* 5476  *|     Social icons
/* 5477  *| */
/* 5478  */ .td-header-menu-social {
/* 5479  */   float: right;
/* 5480  */   margin-right: 5px;
/* 5481  */   line-height: 48px;
/* 5482  */   /* responsive tablet + phone */
/* 5483  */ }
/* 5484  */ .td-header-menu-social .td-social-icon-wrap a {
/* 5485  */   color: #000;
/* 5486  */ }
/* 5487  */ .td-header-menu-social .td-social-icon-wrap i {
/* 5488  */   min-width: 16px;
/* 5489  */   font-size: 12px;
/* 5490  */   line-height: 24px;
/* 5491  */   vertical-align: middle;
/* 5492  */   /* responsive portrait tablet */
/* 5493  */ }
/* 5494  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5495  */   .td-header-menu-social .td-social-icon-wrap i {
/* 5496  */     font-size: 12px !important;
/* 5497  */   }
/* 5498  */ }
/* 5499  */ @media (max-width: 1140px) {
/* 5500  */   .td-header-menu-social {

/* td_standard_pack_main.css */

/* 5501  */     display: none;
/* 5502  */   }
/* 5503  */ }
/* 5504  */ .td-affix .td-header-menu-social {
/* 5505  */   line-height: 48px !important;
/* 5506  */ }
/* 5507  */ .td-header-menu-no-search .td-header-menu-social {
/* 5508  */   margin-right: 0 !important;
/* 5509  */ }
/* 5510  */ .td_stretch_content .td-header-menu-social {
/* 5511  */   margin-right: 44px;
/* 5512  */ }
/* 5513  */ /*  ----------------------------------------------------------------------------
/* 5514  *|     Mega Menu
/* 5515  *| */
/* 5516  */ .td-mega-menu {
/* 5517  */   position: static !important;
/* 5518  */ }
/* 5519  */ .td-mega-menu ul.sub-menu {
/* 5520  */   position: absolute;
/* 5521  */   width: 1114px !important;
/* 5522  */   height: auto;
/* 5523  */   left: 50% !important;
/* 5524  */   transform: translateX(-50%);
/* 5525  */   -webkit-transform: translateX(-50%);
/* 5526  */   display: none;
/* 5527  */   border: 1px solid #eaeaea;
/* 5528  */   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
/* 5529  */   /* responsive portrait tablet */
/* 5530  */ }
/* 5531  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5532  */   .td-mega-menu ul.sub-menu {
/* 5533  */     width: 1024px !important;
/* 5534  */   }
/* 5535  */ }
/* 5536  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5537  */   .td-mega-menu ul.sub-menu {
/* 5538  */     width: 786px !important;
/* 5539  */   }
/* 5540  */ }
/* 5541  */ .td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
/* 5542  */   margin: 0 0 22px 22px;
/* 5543  */ }
/* 5544  */ /*
/* 5545  *|
/* 5546  *|   page in mega menu mega-menu-page
/* 5547  *|
/* 5548  *|   */
/* 5549  */ .td-mega-menu-page .td-mega-grid {
/* 5550  */   padding: 22px;

/* td_standard_pack_main.css */

/* 5551  */   /* responsive landscape tablet */
/* 5552  */   /* responsive portrait tablet */
/* 5553  */ }
/* 5554  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5555  */   .td-mega-menu-page .td-mega-grid {
/* 5556  */     padding: 21px;
/* 5557  */   }
/* 5558  */ }
/* 5559  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5560  */   .td-mega-menu-page .td-mega-grid {
/* 5561  */     padding: 22px;
/* 5562  */   }
/* 5563  */ }
/* 5564  */ .td-mega-menu-page .td-mega-grid .td_block_wrap {
/* 5565  */   padding-bottom: 26px;
/* 5566  */ }
/* 5567  */ .td-mega-menu-page .wpb_content_element {
/* 5568  */   clear: both;
/* 5569  */ }
/* 5570  */ .td-mega-menu-page .wpb_content_element .td_block_wrap .td-pulldown-filter-display-option {
/* 5571  */   display: none;
/* 5572  */ }
/* 5573  */ .td-mega-menu-page .wpb_content_element .widgettitle:after {
/* 5574  */   width: 1200px;
/* 5575  */ }
/* 5576  */ .td-mega-menu-page .wpb_content_element ul {
/* 5577  */   display: inline-block !important;
/* 5578  */   position: relative !important;
/* 5579  */   width: 100% !important;
/* 5580  */   border: none !important;
/* 5581  */   left: 0 !important;
/* 5582  */   top: 0 !important;
/* 5583  */   margin-left: 0 !important;
/* 5584  */   webkit-box-shadow: none !important;
/* 5585  */   -moz-box-shadow: none !important;
/* 5586  */   box-shadow: none !important;
/* 5587  */ }
/* 5588  */ .td-mega-menu-page .wpb_content_element ul li {
/* 5589  */   webkit-box-shadow: none !important;
/* 5590  */   -moz-box-shadow: none !important;
/* 5591  */   box-shadow: none !important;
/* 5592  */   float: none !important;
/* 5593  */   width: auto !important;
/* 5594  */   line-height: 30px !important;
/* 5595  */   margin-left: 0;
/* 5596  */   padding: 0 !important;
/* 5597  */   list-style-type: disc !important;
/* 5598  */   list-style-position: inside;
/* 5599  */ }
/* 5600  */ .td-mega-menu-page .wpb_content_element ul li ul {

/* td_standard_pack_main.css */

/* 5601  */   opacity: 1 !important;
/* 5602  */   margin-top: 4px !important;
/* 5603  */   margin-left: 21px !important;
/* 5604  */   padding-bottom: 0 !important;
/* 5605  */ }
/* 5606  */ .td-mega-menu-page .wpb_content_element ul li ul li:last-child {
/* 5607  */   border-bottom: 0 !important;
/* 5608  */   padding-bottom: 0 !important;
/* 5609  */ }
/* 5610  */ .td-mega-menu-page .wpb_content_element ul li a {
/* 5611  */   background-color: transparent !important;
/* 5612  */   line-height: 26px !important;
/* 5613  */   padding: 0 !important;
/* 5614  */   margin: 0 !important;
/* 5615  */   color: #222222 !important;
/* 5616  */ }
/* 5617  */ .td-mega-menu-page .wpb_content_element ul li a i {
/* 5618  */   display: none;
/* 5619  */ }
/* 5620  */ .td-mega-menu-page .wpb_content_element ul li a:hover {
/* 5621  */   background-color: transparent !important;
/* 5622  */   color: var(--td_theme_color, #4db2ec) !important;
/* 5623  */ }
/* 5624  */ .td-mega-menu-page .vc_wp_custommenu ul li {
/* 5625  */   padding: 5px 0 !important;
/* 5626  */   border-top: 1px dashed #EDEDED;
/* 5627  */   list-style-type: none !important;
/* 5628  */ }
/* 5629  */ .td-mega-menu-page .vc_wp_custommenu ul li:first-child {
/* 5630  */   border: none;
/* 5631  */ }
/* 5632  */ .td-mega-menu-page .vc_wp_custommenu ul li:last-child {
/* 5633  */   border-bottom: 1px dashed #EDEDED;
/* 5634  */ }
/* 5635  */ .td-mega-menu-page .vc_wp_custommenu ul li li {
/* 5636  */   border-top: 1px dashed #EDEDED !important;
/* 5637  */ }
/* 5638  */ /*
/* 5639  *|
/* 5640  *|   end fix mega menu with page
/* 5641  *|
/* 5642  *| */
/* 5643  */ .td_block_mega_menu {
/* 5644  */   display: table;
/* 5645  */   width: 100%;
/* 5646  */   margin-bottom: 0 !important;
/* 5647  */ }
/* 5648  */ .td_mega_menu_sub_cats {
/* 5649  */   width: 218px;
/* 5650  */   max-width: 218px;

/* td_standard_pack_main.css */

/* 5651  */   text-align: right;
/* 5652  */   display: table-cell;
/* 5653  */   height: 100%;
/* 5654  */   vertical-align: top;
/* 5655  */   padding-top: 22px;
/* 5656  */   background-color: #fafafa;
/* 5657  */   position: relative;
/* 5658  */ }
/* 5659  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5660  */   .td_mega_menu_sub_cats {
/* 5661  */     width: 200px;
/* 5662  */     max-width: 200px;
/* 5663  */   }
/* 5664  */ }
/* 5665  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5666  */   .td_mega_menu_sub_cats {
/* 5667  */     width: 152px;
/* 5668  */     max-width: 152px;
/* 5669  */   }
/* 5670  */ }
/* 5671  */ .td_mega_menu_sub_cats:after {
/* 5672  */   content: "";
/* 5673  */   width: 1px;
/* 5674  */   height: 100%;
/* 5675  */   position: absolute;
/* 5676  */   top: 0;
/* 5677  */   right: 0;
/* 5678  */   background-color: #eaeaea;
/* 5679  */ }
/* 5680  */ .td_mega_menu_sub_cats a {
/* 5681  */   display: block;
/* 5682  */   font-size: 13px;
/* 5683  */   font-weight: 600;
/* 5684  */   color: #333;
/* 5685  */   padding: 5px 22px;
/* 5686  */   position: relative;
/* 5687  */   vertical-align: middle;
/* 5688  */   border-top: 1px solid transparent;
/* 5689  */   border-bottom: 1px solid transparent;
/* 5690  */ }
/* 5691  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5692  */   .td_mega_menu_sub_cats a {
/* 5693  */     padding: 4px 22px;
/* 5694  */   }
/* 5695  */ }
/* 5696  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5697  */   .td_mega_menu_sub_cats a {
/* 5698  */     font-size: 11px;
/* 5699  */     padding: 3px 22px;
/* 5700  */   }

/* td_standard_pack_main.css */

/* 5701  */ }
/* 5702  */ .td_mega_menu_sub_cats .cur-sub-cat {
/* 5703  */   background-color: #fff;
/* 5704  */   color: var(--td_theme_color, #4db2ec);
/* 5705  */   border-top: 1px solid #eaeaea;
/* 5706  */   border-bottom: 1px solid #eaeaea;
/* 5707  */ }
/* 5708  */ .td_mega_menu_sub_cats .cur-sub-cat:before {
/* 5709  */   content: '';
/* 5710  */   width: 1px;
/* 5711  */   height: 100%;
/* 5712  */   position: absolute;
/* 5713  */   top: 0;
/* 5714  */   right: 0;
/* 5715  */   background-color: #fff;
/* 5716  */   z-index: 1;
/* 5717  */ }
/* 5718  */ .block-mega-child-cats {
/* 5719  */   overflow-x: hidden;
/* 5720  */   overflow-y: auto;
/* 5721  */   max-height: 252px;
/* 5722  */   -webkit-overflow-scrolling: touch;
/* 5723  */ }
/* 5724  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5725  */   .block-mega-child-cats {
/* 5726  */     max-height: 238px;
/* 5727  */   }
/* 5728  */ }
/* 5729  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5730  */   .block-mega-child-cats {
/* 5731  */     max-height: 224px;
/* 5732  */   }
/* 5733  */ }
/* 5734  */ .td-mega-row {
/* 5735  */   display: table-cell;
/* 5736  */   padding: 22px 0 10px 0;
/* 5737  */   /* responsive portrait tablet */
/* 5738  */ }
/* 5739  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5740  */   .td-mega-row {
/* 5741  */     padding-bottom: 6px;
/* 5742  */   }
/* 5743  */ }
/* 5744  */ .td-mega-span {
/* 5745  */   width: 196px;
/* 5746  */   min-height: 202px;
/* 5747  */   float: left;
/* 5748  */   margin-left: 22px;
/* 5749  */ }
/* 5750  */ @media (min-width: 1019px) and (max-width: 1140px) {

/* td_standard_pack_main.css */

/* 5751  */   .td-mega-span {
/* 5752  */     width: 178px;
/* 5753  */     min-height: 189px;
/* 5754  */   }
/* 5755  */ }
/* 5756  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5757  */   .td-mega-span {
/* 5758  */     width: 130px;
/* 5759  */     min-height: 176px;
/* 5760  */   }
/* 5761  */ }
/* 5762  */ .td-mega-span .td-module-thumb {
/* 5763  */   position: relative;
/* 5764  */   margin-bottom: 0;
/* 5765  */ }
/* 5766  */ .td-mega-span .entry-thumb {
/* 5767  */   min-height: 135px;
/* 5768  */ }
/* 5769  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5770  */   .td-mega-span .entry-thumb {
/* 5771  */     min-height: 122px;
/* 5772  */   }
/* 5773  */ }
/* 5774  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5775  */   .td-mega-span .entry-thumb {
/* 5776  */     min-height: 89px;
/* 5777  */   }
/* 5778  */ }
/* 5779  */ .td-mega-span h3 {
/* 5780  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 5781  */   font-weight: 500;
/* 5782  */   font-size: 13px;
/* 5783  */   margin: 7px 0 0;
/* 5784  */   line-height: 18px;
/* 5785  */   /* responsive portrait tablet */
/* 5786  */ }
/* 5787  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 5788  */   .td-mega-span h3 {
/* 5789  */     font-size: 12px;
/* 5790  */     line-height: 16px;
/* 5791  */   }
/* 5792  */ }
/* 5793  */ .td-mega-span h3 a {
/* 5794  */   color: #333;
/* 5795  */   display: block;
/* 5796  */   -webkit-transition: color 0.4s;
/* 5797  */   transition: color 0.4s;
/* 5798  */ }
/* 5799  */ .td-mega-span h3 a:hover {
/* 5800  */   color: var(--td_theme_color, #4db2ec);

/* td_standard_pack_main.css */

/* 5801  */ }
/* 5802  */ .td_mod_mega_menu:hover .entry-title a {
/* 5803  */   color: var(--td_theme_color, #4db2ec);
/* 5804  */ }
/* 5805  */ /*  ----------------------------------------------------------------------------
/* 5806  *|     Search
/* 5807  *| */
/* 5808  */ .td-header-menu-social + .td-search-wrapper #td-header-search-button {
/* 5809  */   position: relative;
/* 5810  */ }
/* 5811  */ .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
/* 5812  */   content: '';
/* 5813  */   position: absolute;
/* 5814  */   top: 0;
/* 5815  */   left: 0;
/* 5816  */   width: 1px;
/* 5817  */   height: 100%;
/* 5818  */   background-color: #000;
/* 5819  */   opacity: 0.08;
/* 5820  */   /* responsive tablet + phone */
/* 5821  */ }
/* 5822  */ @media (max-width: 1140px) {
/* 5823  */   .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
/* 5824  */     display: none;
/* 5825  */   }
/* 5826  */ }
/* 5827  */ /*  ----------------------------------------------------------------------------
/* 5828  *|     top-menu grid
/* 5829  *| */
/* 5830  */ .td-header-top-menu {
/* 5831  */   color: #fff;
/* 5832  */   font-size: 11px;
/* 5833  */ }
/* 5834  */ .td-header-top-menu .fa {
/* 5835  */   text-align: center;
/* 5836  */   min-width: 13px !important;
/* 5837  */   margin-right: 3px;
/* 5838  */ }
/* 5839  */ .td-header-top-menu a {
/* 5840  */   color: #fff;
/* 5841  */ }
/* 5842  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 5843  */   .td-header-top-menu {
/* 5844  */     overflow: visible;
/* 5845  */   }
/* 5846  */ }
/* 5847  */ /* left menu side */
/* 5848  */ .td-header-sp-top-menu {
/* 5849  */   line-height: 28px;
/* 5850  */   padding: 0 !important;

/* td_standard_pack_main.css */

/* 5851  */   z-index: 1000;
/* 5852  */   float: left;
/* 5853  */   /* responsive portrait phone */
/* 5854  */ }
/* 5855  */ @media (max-width: 767px) {
/* 5856  */   .td-header-sp-top-menu {
/* 5857  */     display: none !important;
/* 5858  */   }
/* 5859  */ }
/* 5860  */ .td-header-sp-top-menu .td_ul_logout {
/* 5861  */   margin-right: 16px;
/* 5862  */ }
/* 5863  */ /* right widget side */
/* 5864  */ .td-header-sp-top-widget {
/* 5865  */   position: relative;
/* 5866  */   line-height: 28px;
/* 5867  */   text-align: right;
/* 5868  */   padding-left: 0 !important;
/* 5869  */   padding-right: 0 !important;
/* 5870  */   /* responsive portrait phone */
/* 5871  */ }
/* 5872  */ .td-header-sp-top-widget .td-social-icon-wrap .td-icon-font {
/* 5873  */   vertical-align: middle;
/* 5874  */ }
/* 5875  */ @media (max-width: 767px) {
/* 5876  */   .td-header-sp-top-widget {
/* 5877  */     width: 100%;
/* 5878  */     text-align: center;
/* 5879  */   }
/* 5880  */ }
/* 5881  */ .td-header-sp-top-widget .td-search-btns-wrap {
/* 5882  */   float: left;
/* 5883  */ }
/* 5884  */ .td-header-sp-top-widget .td-search-btns-wrap:hover .td-icon-search {
/* 5885  */   opacity: 0.8;
/* 5886  */ }
/* 5887  */ .td-header-sp-top-widget .td-icon-search {
/* 5888  */   width: 30px;
/* 5889  */   height: 24px;
/* 5890  */   font-size: 13px;
/* 5891  */   line-height: 24px;
/* 5892  */   vertical-align: middle;
/* 5893  */ }
/* 5894  */ .td-header-sp-top-widget .td-icon-search:hover {
/* 5895  */   color: var(--td_theme_color, #4db2ec);
/* 5896  */ }
/* 5897  */ .td-header-sp-top-widget .td-icon-search:before {
/* 5898  */   font-weight: 700;
/* 5899  */ }
/* 5900  */ .td-header-sp-top-widget .td-drop-down-search {

/* td_standard_pack_main.css */

/* 5901  */   top: calc(100% + 1px);
/* 5902  */   text-align: left;
/* 5903  */ }
/* 5904  */ .td-header-sp-top-widget .td-drop-down-search:before,
/* 5905  */ .td-header-sp-top-widget .td-drop-down-search:after {
/* 5906  */   display: none;
/* 5907  */ }
/* 5908  */ .td-header-sp-top-widget .td-drop-down-search .entry-title a {
/* 5909  */   color: #000;
/* 5910  */ }
/* 5911  */ .td-header-sp-top-widget .td-drop-down-search .td_module_wrap:hover .entry-title a {
/* 5912  */   color: var(--td_theme_color, #4db2ec);
/* 5913  */ }
/* 5914  */ /*  ----------------------------------------------------------------------------
/* 5915  *|     top-menu data time
/* 5916  *| */
/* 5917  */ .td_data_time {
/* 5918  */   display: inline-block;
/* 5919  */   margin-right: 32px;
/* 5920  */ }
/* 5921  */ /*  ----------------------------------------------------------------------------
/* 5922  *|     top-menu - login & menu
/* 5923  *| */
/* 5924  */ .menu-top-container {
/* 5925  */   display: inline-block;
/* 5926  */   margin-right: 16px;
/* 5927  */ }
/* 5928  */ .top-header-menu {
/* 5929  */   list-style: none;
/* 5930  */   margin: 0;
/* 5931  */   display: inline-block;
/* 5932  */ }
/* 5933  */ .top-header-menu li {
/* 5934  */   display: inline-block;
/* 5935  */   position: relative;
/* 5936  */   margin-left: 0;
/* 5937  */ }
/* 5938  */ .top-header-menu li li {
/* 5939  */   width: 100%;
/* 5940  */ }
/* 5941  */ .top-header-menu li a {
/* 5942  */   margin-right: 16px;
/* 5943  */   line-height: 1;
/* 5944  */ }
/* 5945  */ .top-header-menu li a:hover {
/* 5946  */   color: var(--td_theme_color, #4db2ec);
/* 5947  */ }
/* 5948  */ .top-header-menu > li {
/* 5949  */   line-height: 28px;
/* 5950  */ }

/* td_standard_pack_main.css */

/* 5951  */ .top-header-menu > .td-normal-menu:hover > .sub-menu {
/* 5952  */   display: block !important;
/* 5953  */ }
/* 5954  */ .top-header-menu .avatar {
/* 5955  */   display: inline-block;
/* 5956  */   vertical-align: middle;
/* 5957  */   margin-right: 6px;
/* 5958  */   position: relative;
/* 5959  */   top: -1px;
/* 5960  */ }
/* 5961  */ .top-header-menu .td-icon-menu-down {
/* 5962  */   padding-left: 6px;
/* 5963  */   font-size: 8px;
/* 5964  */   position: relative;
/* 5965  */   top: -1px;
/* 5966  */ }
/* 5967  */ .top-header-menu .td-icon-logout {
/* 5968  */   font-size: 10px;
/* 5969  */   position: relative;
/* 5970  */   top: 1px;
/* 5971  */   margin-right: 2px;
/* 5972  */ }
/* 5973  */ .top-header-menu .sub-menu {
/* 5974  */   display: none;
/* 5975  */   position: absolute;
/* 5976  */   top: 100%;
/* 5977  */   left: -10px;
/* 5978  */   line-height: 28px;
/* 5979  */   background-color: #222222;
/* 5980  */   z-index: 1000;
/* 5981  */ }
/* 5982  */ .top-header-menu .sub-menu a {
/* 5983  */   display: block;
/* 5984  */   margin: 0 10px;
/* 5985  */   white-space: nowrap;
/* 5986  */   line-height: 28px;
/* 5987  */ }
/* 5988  */ .top-header-menu .td_user_logd_in {
/* 5989  */   font-weight: bold;
/* 5990  */ }
/* 5991  */ .top-header-menu .td_user_logd_in:hover {
/* 5992  */   text-decoration: none !important;
/* 5993  */ }
/* 5994  */ .top-header-menu .current-menu-item > a,
/* 5995  */ .top-header-menu .current-menu-ancestor > a,
/* 5996  */ .top-header-menu .current-category-ancestor > a {
/* 5997  */   color: var(--td_theme_color, #4db2ec);
/* 5998  */ }
/* 5999  */ .top-header-menu ul .td-icon-menu-down,
/* 6000  */ .top-header-menu .td-mega-menu .td-icon-menu-down {

/* td_standard_pack_main.css */

/* 6001  */   display: none;
/* 6002  */ }
/* 6003  */ .top-header-menu .td-mega-menu ul,
/* 6004  */ .top-header-menu ul ul {
/* 6005  */   display: none !important;
/* 6006  */ }
/* 6007  */ .td_sp_login_ico_style {
/* 6008  */   position: absolute;
/* 6009  */   top: 3px;
/* 6010  */   right: -9px;
/* 6011  */ }
/* 6012  */ .td_sp_logout_ico_style {
/* 6013  */   position: relative;
/* 6014  */   top: 3px;
/* 6015  */   left: 17px;
/* 6016  */ }
/* 6017  */ /*  ----------------------------------------------------------------------------
/* 6018  *|     top-menu social widget
/* 6019  *| */
/* 6020  */ .td-social-icon-wrap {
/* 6021  */   /* responsive portrait phone */
/* 6022  */ }
/* 6023  */ .td-social-icon-wrap > a {
/* 6024  */   display: inline-block;
/* 6025  */ }
/* 6026  */ .td-social-icon-wrap .td-icon-font {
/* 6027  */   font-size: 12px;
/* 6028  */   width: 30px;
/* 6029  */   height: 24px;
/* 6030  */   line-height: 24px;
/* 6031  */ }
/* 6032  */ .td-social-icon-wrap .td-icon-instagram,
/* 6033  */ .td-social-icon-wrap .td-icon-discord {
/* 6034  */   font-size: 15px;
/* 6035  */ }
/* 6036  */ .td-social-icon-wrap .td-icon-naver,
/* 6037  */ .td-social-icon-wrap .td-icon-gettr {
/* 6038  */   font-size: 16px;
/* 6039  */ }
/* 6040  */ .td-social-icon-wrap .td-icon-koo {
/* 6041  */   font-size: 14px;
/* 6042  */ }
/* 6043  */ @media (max-width: 767px) {
/* 6044  */   .td-social-icon-wrap {
/* 6045  */     margin: 0 3px;
/* 6046  */   }
/* 6047  */ }
/* 6048  */ /*  ----------------------------------------------------------------------------
/* 6049  *|     Top Bar Style 1
/* 6050  *| */

/* td_standard_pack_main.css */

/* 6051  */ .top-bar-style-1 .td-header-sp-top-widget {
/* 6052  */   float: right;
/* 6053  */ }
/* 6054  */ /*  ----------------------------------------------------------------------------
/* 6055  *|     Top Bar Style 2
/* 6056  *| */
/* 6057  */ .top-bar-style-2 .td_ul_login,
/* 6058  */ .top-bar-style-2 .td_ul_logout {
/* 6059  */   margin-right: 32px;
/* 6060  */ }
/* 6061  */ .top-bar-style-2 .td-header-sp-top-menu {
/* 6062  */   float: right;
/* 6063  */ }
/* 6064  */ .top-bar-style-2 .td-header-sp-top-menu ul:last-child,
/* 6065  */ .top-bar-style-2 .td-header-sp-top-menu div:last-child {
/* 6066  */   margin-right: 0;
/* 6067  */ }
/* 6068  */ .top-bar-style-2 .menu-top-container,
/* 6069  */ .top-bar-style-2 .top-header-menu li:last-child a {
/* 6070  */   margin-right: 0;
/* 6071  */ }
/* 6072  */ .top-bar-style-2 .td-search-box-wrap {
/* 6073  */   left: 0;
/* 6074  */   right: auto;
/* 6075  */ }
/* 6076  */ /*  ----------------------------------------------------------------------------
/* 6077  *|     Top Bar Style 3
/* 6078  *| */
/* 6079  */ /*  ----------------------------------------------------------------------------
/* 6080  *|     Top Bar Style 4
/* 6081  *| */
/* 6082  */ .top-bar-style-4 .td-header-sp-top-widget,
/* 6083  */ .top-bar-style-4 .td-header-sp-top-menu {
/* 6084  */   float: right;
/* 6085  */ }
/* 6086  */ .td_block_weather .block-title {
/* 6087  */   margin-bottom: 22px;
/* 6088  */ }
/* 6089  */ .td_block_weather .td-weather-wrap {
/* 6090  */   position: relative;
/* 6091  */   -webkit-touch-callout: none;
/* 6092  */   -webkit-user-select: none;
/* 6093  */   user-select: none;
/* 6094  */ }
/* 6095  */ .td-weather-header {
/* 6096  */   padding-left: 10px;
/* 6097  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 6098  */ }
/* 6099  */ .td-weather-city {
/* 6100  */   font-size: 20px;

/* td_standard_pack_main.css */

/* 6101  */   font-weight: bold;
/* 6102  */   line-height: 1;
/* 6103  */   text-transform: uppercase;
/* 6104  */   margin-bottom: 7px;
/* 6105  */ }
/* 6106  */ .td-weather-condition {
/* 6107  */   font-size: 14px;
/* 6108  */   line-height: 1;
/* 6109  */   text-transform: capitalize;
/* 6110  */   opacity: 0.8;
/* 6111  */ }
/* 6112  */ .td-location-icon {
/* 6113  */   position: absolute;
/* 6114  */   top: 0;
/* 6115  */   right: 10px;
/* 6116  */   font-size: 22px;
/* 6117  */   opacity: 0.6;
/* 6118  */   z-index: 1;
/* 6119  */ }
/* 6120  */ .td-location-icon:hover {
/* 6121  */   cursor: pointer;
/* 6122  */   opacity: 0.9;
/* 6123  */ }
/* 6124  */ .td-weather-temperature {
/* 6125  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 6126  */   padding: 3px 0;
/* 6127  */   display: inline-block;
/* 6128  */   width: 100%;
/* 6129  */   float: left;
/* 6130  */   text-align: center;
/* 6131  */   /* responsive portrait tablet */
/* 6132  */ }
/* 6133  */ @media (max-width: 1018px) {
/* 6134  */   .td-weather-temperature {
/* 6135  */     margin-bottom: -6px;
/* 6136  */     padding: 0;
/* 6137  */   }
/* 6138  */ }
/* 6139  */ .td-weather-temp-wrap {
/* 6140  */   display: inline-block;
/* 6141  */ }
/* 6142  */ .td-weather-now {
/* 6143  */   float: left;
/* 6144  */   text-align: center;
/* 6145  */   line-height: 1;
/* 6146  */   padding: 32px 16px;
/* 6147  */   font-weight: 300;
/* 6148  */   width: 145px;
/* 6149  */   -webkit-touch-callout: none;
/* 6150  */   -webkit-user-select: none;

/* td_standard_pack_main.css */

/* 6151  */   user-select: none;
/* 6152  */   /* responsive portrait tablet + phone */
/* 6153  */   /* responsive portrait tablet */
/* 6154  */   /* responsive portrait phone */
/* 6155  */ }
/* 6156  */ @media (max-width: 1018px) {
/* 6157  */   .td-weather-now {
/* 6158  */     padding: 28px 0;
/* 6159  */     position: relative;
/* 6160  */     left: -10px;
/* 6161  */     width: 90px;
/* 6162  */     margin-left: 12px;
/* 6163  */   }
/* 6164  */ }
/* 6165  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6166  */   .td-weather-now {
/* 6167  */     margin-left: 0;
/* 6168  */   }
/* 6169  */ }
/* 6170  */ @media (max-width: 767px) {
/* 6171  */   .td-weather-now {
/* 6172  */     width: 100px;
/* 6173  */   }
/* 6174  */ }
/* 6175  */ .td-weather-now .td-big-degrees {
/* 6176  */   font-size: 40px;
/* 6177  */   /* responsive portrait tablet + phone */
/* 6178  */ }
/* 6179  */ @media (max-width: 1018px) {
/* 6180  */   .td-weather-now .td-big-degrees {
/* 6181  */     font-size: 32px;
/* 6182  */   }
/* 6183  */ }
/* 6184  */ .td-weather-now .td-circle {
/* 6185  */   font-size: 30px;
/* 6186  */   position: relative;
/* 6187  */   top: -6px;
/* 6188  */   opacity: 0.6;
/* 6189  */   line-height: 1;
/* 6190  */   vertical-align: top;
/* 6191  */ }
/* 6192  */ .td-weather-now .td-weather-unit {
/* 6193  */   font-size: 16px;
/* 6194  */   position: relative;
/* 6195  */   top: -4px;
/* 6196  */   font-weight: 400;
/* 6197  */   opacity: 0.6;
/* 6198  */   left: -2px;
/* 6199  */   line-height: 1;
/* 6200  */   vertical-align: top;

/* td_standard_pack_main.css */

/* 6201  */ }
/* 6202  */ .td-weather-now:hover {
/* 6203  */   cursor: pointer;
/* 6204  */ }
/* 6205  */ .td-weather-lo-hi {
/* 6206  */   float: left;
/* 6207  */   text-align: left;
/* 6208  */   width: 55px;
/* 6209  */ }
/* 6210  */ .td-weather-degrees-wrap {
/* 6211  */   padding: 15px 0;
/* 6212  */   /* responsive portrait tablet */
/* 6213  */ }
/* 6214  */ @media (max-width: 1018px) {
/* 6215  */   .td-weather-degrees-wrap {
/* 6216  */     padding: 10px 0;
/* 6217  */   }
/* 6218  */ }
/* 6219  */ .td-weather-degrees-wrap i {
/* 6220  */   position: relative;
/* 6221  */   top: 3px;
/* 6222  */   font-size: 16px;
/* 6223  */   color: #b3b3b3;
/* 6224  */ }
/* 6225  */ .td-weather-degrees-wrap .td-small-degrees {
/* 6226  */   font-size: 12px;
/* 6227  */ }
/* 6228  */ .td-weather-degrees-wrap .td-circle {
/* 6229  */   font-size: 18px;
/* 6230  */   position: relative;
/* 6231  */   right: 3px;
/* 6232  */   top: 3px;
/* 6233  */ }
/* 6234  */ .td-weather-information {
/* 6235  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 6236  */   font-size: 12px;
/* 6237  */   position: relative;
/* 6238  */   padding: 5px 0;
/* 6239  */   display: inline-block;
/* 6240  */   width: 100%;
/* 6241  */   float: left;
/* 6242  */   opacity: 0.6;
/* 6243  */ }
/* 6244  */ .td-weather-information:before {
/* 6245  */   content: '';
/* 6246  */   width: 100%;
/* 6247  */   height: 2px;
/* 6248  */   position: absolute;
/* 6249  */   top: -2px;
/* 6250  */   left: 0;

/* td_standard_pack_main.css */

/* 6251  */   background-color: var(--td_header_color, #222222);
/* 6252  */   opacity: 0.2;
/* 6253  */ }
/* 6254  */ .td-weather-information i {
/* 6255  */   font-size: 16px;
/* 6256  */   position: relative;
/* 6257  */   top: 2px;
/* 6258  */ }
/* 6259  */ .td-weather-section-1,
/* 6260  */ .td-weather-section-2,
/* 6261  */ .td-weather-section-3 {
/* 6262  */   float: left;
/* 6263  */   width: 33%;
/* 6264  */ }
/* 6265  */ .td-weather-section-1 {
/* 6266  */   text-align: right;
/* 6267  */   padding-right: 10px;
/* 6268  */ }
/* 6269  */ .td-weather-section-2 {
/* 6270  */   text-align: center;
/* 6271  */ }
/* 6272  */ .td-weather-section-3 {
/* 6273  */   text-align: left;
/* 6274  */   padding-left: 10px;
/* 6275  */ }
/* 6276  */ .td-weather-week {
/* 6277  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 6278  */   padding: 15px 8px;
/* 6279  */   width: 100%;
/* 6280  */   text-align: center;
/* 6281  */   line-height: 1;
/* 6282  */   position: relative;
/* 6283  */   display: inline-block;
/* 6284  */ }
/* 6285  */ .td-weather-week:before {
/* 6286  */   content: '';
/* 6287  */   width: 100%;
/* 6288  */   height: 100%;
/* 6289  */   position: absolute;
/* 6290  */   top: 0;
/* 6291  */   left: 0;
/* 6292  */   background-color: var(--td_header_color, #222222);
/* 6293  */   opacity: 0.07;
/* 6294  */ }
/* 6295  */ .td-weather-days {
/* 6296  */   width: 20%;
/* 6297  */   float: left;
/* 6298  */   text-align: center;
/* 6299  */   text-transform: uppercase;
/* 6300  */   line-height: 1;

/* td_standard_pack_main.css */

/* 6301  */ }
/* 6302  */ .td-weather-days .td-day-0,
/* 6303  */ .td-weather-days .td-day-1,
/* 6304  */ .td-weather-days .td-day-2,
/* 6305  */ .td-weather-days .td-day-3,
/* 6306  */ .td-weather-days .td-day-4 {
/* 6307  */   margin-bottom: 8px;
/* 6308  */   font-size: 11px;
/* 6309  */   opacity: 0.5;
/* 6310  */ }
/* 6311  */ .td-weather-days .td-day-degrees {
/* 6312  */   font-size: 20px;
/* 6313  */   position: relative;
/* 6314  */   left: 4px;
/* 6315  */   line-height: 14px;
/* 6316  */   opacity: 0.7;
/* 6317  */ }
/* 6318  */ .td-weather-days .td-circle {
/* 6319  */   position: relative;
/* 6320  */   right: 5px;
/* 6321  */ }
/* 6322  */ .td-weather-animated-icon {
/* 6323  */   float: left;
/* 6324  */   text-align: right;
/* 6325  */   margin-left: -15px;
/* 6326  */   position: relative;
/* 6327  */   /* responsive portrait tablet + phone */
/* 6328  */   /* responsive portrait tablet */
/* 6329  */ }
/* 6330  */ @media (max-width: 1018px) {
/* 6331  */   .td-weather-animated-icon {
/* 6332  */     left: 0;
/* 6333  */     top: -6px;
/* 6334  */     margin-right: 0;
/* 6335  */     margin-left: -22px;
/* 6336  */   }
/* 6337  */ }
/* 6338  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6339  */   .td-weather-animated-icon {
/* 6340  */     transform: scale(0.72);
/* 6341  */     -webkit-transform: scale(0.72);
/* 6342  */     margin-left: -20px;
/* 6343  */   }
/* 6344  */ }
/* 6345  */ .td-weather-animated-icon span {
/* 6346  */   width: 100px;
/* 6347  */   height: 100px;
/* 6348  */   display: inline-block;
/* 6349  */   opacity: 0.4;
/* 6350  */   margin-top: 4px;

/* td_standard_pack_main.css */

/* 6351  */   /* responsive portrait tablet + phone */
/* 6352  */ }
/* 6353  */ @media (max-width: 1018px) {
/* 6354  */   .td-weather-animated-icon span {
/* 6355  */     margin-top: 0;
/* 6356  */   }
/* 6357  */ }
/* 6358  */ .clear-sky-d {
/* 6359  */   background: url('images/sprite/weather/clear-sky-d.png') no-repeat;
/* 6360  */ }
/* 6361  */ .clear-sky-n {
/* 6362  */   background: url('images/sprite/weather/clear-sky-n.png') no-repeat;
/* 6363  */ }
/* 6364  */ .few-clouds-d {
/* 6365  */   background: url('images/sprite/weather/few-clouds-d.png') no-repeat;
/* 6366  */ }
/* 6367  */ .few-clouds-n {
/* 6368  */   background: url('images/sprite/weather/few-clouds-n.png') no-repeat;
/* 6369  */ }
/* 6370  */ .scattered-clouds-d {
/* 6371  */   background: url('images/sprite/weather/scattered-clouds-d.png') no-repeat;
/* 6372  */ }
/* 6373  */ .scattered-clouds-n {
/* 6374  */   background: url('images/sprite/weather/scattered-clouds-n.png') no-repeat;
/* 6375  */ }
/* 6376  */ .broken-clouds-d {
/* 6377  */   background: url('images/sprite/weather/broken-clouds-d.png') no-repeat;
/* 6378  */ }
/* 6379  */ .broken-clouds-n {
/* 6380  */   background: url('images/sprite/weather/broken-clouds-n.png') no-repeat;
/* 6381  */ }
/* 6382  */ .shower-rain-d {
/* 6383  */   background: url('images/sprite/weather/shower-rain-d.png') no-repeat;
/* 6384  */ }
/* 6385  */ .shower-rain-n {
/* 6386  */   background: url('images/sprite/weather/shower-rain-n.png') no-repeat;
/* 6387  */ }
/* 6388  */ .rain-d {
/* 6389  */   background: url('images/sprite/weather/rain-d.png') no-repeat;
/* 6390  */ }
/* 6391  */ .rain-n {
/* 6392  */   background: url('images/sprite/weather/rain-n.png') no-repeat;
/* 6393  */ }
/* 6394  */ .thunderstorm-d {
/* 6395  */   background: url('images/sprite/weather/thunderstorm.png') no-repeat;
/* 6396  */ }
/* 6397  */ .thunderstorm-n {
/* 6398  */   background: url('images/sprite/weather/thunderstorm.png') no-repeat;
/* 6399  */ }
/* 6400  */ .snow-d {

/* td_standard_pack_main.css */

/* 6401  */   background: url('images/sprite/weather/snow-d.png') no-repeat;
/* 6402  */ }
/* 6403  */ .snow-n {
/* 6404  */   background: url('images/sprite/weather/snow-n.png') no-repeat;
/* 6405  */ }
/* 6406  */ .mist-d {
/* 6407  */   background: url('images/sprite/weather/mist.png') no-repeat;
/* 6408  */ }
/* 6409  */ .mist-n {
/* 6410  */   background: url('images/sprite/weather/mist.png') no-repeat;
/* 6411  */ }
/* 6412  */ /*
/* 6413  *|     weather location
/* 6414  *| */
/* 6415  */ .td-weather-set-location {
/* 6416  */   display: none;
/* 6417  */   position: absolute;
/* 6418  */   top: 0;
/* 6419  */ }
/* 6420  */ .td-weather-set-location .td-location-set-input {
/* 6421  */   height: 20px;
/* 6422  */   font-size: 20px;
/* 6423  */   font-weight: bold;
/* 6424  */   text-transform: uppercase;
/* 6425  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 6426  */   border: 0;
/* 6427  */   padding: 0 10px;
/* 6428  */ }
/* 6429  */ .td-weather-set-location .td-location-set-input:focus ~ label {
/* 6430  */   top: -20px;
/* 6431  */   font-size: 11px;
/* 6432  */   opacity: 0.5;
/* 6433  */ }
/* 6434  */ .td-show-location {
/* 6435  */   display: block !important;
/* 6436  */ }
/* 6437  */ .td-show-location label {
/* 6438  */   position: absolute;
/* 6439  */   top: 0;
/* 6440  */   left: 10px;
/* 6441  */   font-size: 13px;
/* 6442  */   opacity: 0.6;
/* 6443  */   pointer-events: none;
/* 6444  */   -webkit-transition: all 0.2s ease;
/* 6445  */   transition: all 0.2s ease;
/* 6446  */ }
/* 6447  */ /*
/* 6448  *|
/* 6449  *|     2,3 columns
/* 6450  *|

/* td_standard_pack_main.css *|

/* 6451  *| */
/* 6452  */ .td_block_weather .td-column-2,
/* 6453  */ .td_block_weather .td-column-3 {
/* 6454  */   text-align: right;
/* 6455  */   height: 90px;
/* 6456  */   /* responsive portrait tablet + phone */
/* 6457  */ }
/* 6458  */ @media (max-width: 1018px) {
/* 6459  */   .td_block_weather .td-column-2,
/* 6460  */   .td_block_weather .td-column-3 {
/* 6461  */     height: auto;
/* 6462  */     display: inline-block;
/* 6463  */     text-align: left;
/* 6464  */     width: 100%;
/* 6465  */   }
/* 6466  */ }
/* 6467  */ .td_block_weather .td-column-2 .td-weather-city,
/* 6468  */ .td_block_weather .td-column-3 .td-weather-city {
/* 6469  */   position: absolute;
/* 6470  */   top: 0;
/* 6471  */   /* responsive portrait tablet + phone */
/* 6472  */ }
/* 6473  */ @media (max-width: 1018px) {
/* 6474  */   .td_block_weather .td-column-2 .td-weather-city,
/* 6475  */   .td_block_weather .td-column-3 .td-weather-city {
/* 6476  */     position: relative;
/* 6477  */   }
/* 6478  */ }
/* 6479  */ .td_block_weather .td-column-2 .td-weather-condition,
/* 6480  */ .td_block_weather .td-column-3 .td-weather-condition {
/* 6481  */   position: absolute;
/* 6482  */   bottom: 0;
/* 6483  */   /* responsive portrait tablet + phone */
/* 6484  */ }
/* 6485  */ @media (max-width: 1018px) {
/* 6486  */   .td_block_weather .td-column-2 .td-weather-condition,
/* 6487  */   .td_block_weather .td-column-3 .td-weather-condition {
/* 6488  */     position: relative;
/* 6489  */   }
/* 6490  */ }
/* 6491  */ .td_block_weather .td-column-2 .td-weather-temperature,
/* 6492  */ .td_block_weather .td-column-3 .td-weather-temperature {
/* 6493  */   text-align: right;
/* 6494  */   width: 55%;
/* 6495  */   padding-right: 20px;
/* 6496  */   /* responsive portrait tablet + phone */
/* 6497  */ }
/* 6498  */ @media (max-width: 1018px) {
/* 6499  */   .td_block_weather .td-column-2 .td-weather-temperature,
/* 6500  */   .td_block_weather .td-column-3 .td-weather-temperature {

/* td_standard_pack_main.css */

/* 6501  */     width: 100%;
/* 6502  */     text-align: center;
/* 6503  */     padding: 0;
/* 6504  */   }
/* 6505  */ }
/* 6506  */ .td_block_weather .td-column-2 .td-weather-temp-wrap,
/* 6507  */ .td_block_weather .td-column-3 .td-weather-temp-wrap {
/* 6508  */   position: relative;
/* 6509  */   top: -3px;
/* 6510  */   /* responsive portrait tablet + phone */
/* 6511  */ }
/* 6512  */ @media (max-width: 1018px) {
/* 6513  */   .td_block_weather .td-column-2 .td-weather-temp-wrap,
/* 6514  */   .td_block_weather .td-column-3 .td-weather-temp-wrap {
/* 6515  */     top: 0;
/* 6516  */   }
/* 6517  */ }
/* 6518  */ .td_block_weather .td-column-2 .td-weather-animated-icon,
/* 6519  */ .td_block_weather .td-column-3 .td-weather-animated-icon {
/* 6520  */   transform: scale(0.7);
/* 6521  */   -webkit-transform: scale(0.7);
/* 6522  */   margin-right: -15px;
/* 6523  */   top: -5px;
/* 6524  */   /* responsive portrait tablet + phone */
/* 6525  */ }
/* 6526  */ @media (max-width: 1018px) {
/* 6527  */   .td_block_weather .td-column-2 .td-weather-animated-icon,
/* 6528  */   .td_block_weather .td-column-3 .td-weather-animated-icon {
/* 6529  */     transform: scale(1);
/* 6530  */     -webkit-transform: scale(1);
/* 6531  */     left: 0;
/* 6532  */     top: -5px;
/* 6533  */     margin-right: 0;
/* 6534  */     margin-left: -22px;
/* 6535  */   }
/* 6536  */ }
/* 6537  */ .td_block_weather .td-column-2 .td-weather-now,
/* 6538  */ .td_block_weather .td-column-3 .td-weather-now {
/* 6539  */   width: 110px;
/* 6540  */   padding: 32px 0;
/* 6541  */   margin-right: 10px;
/* 6542  */   /* responsive portrait tablet + phone */
/* 6543  */ }
/* 6544  */ @media (max-width: 1018px) {
/* 6545  */   .td_block_weather .td-column-2 .td-weather-now,
/* 6546  */   .td_block_weather .td-column-3 .td-weather-now {
/* 6547  */     padding: 30px 0;
/* 6548  */     position: relative;
/* 6549  */     left: -10px;
/* 6550  */     width: 100px;

/* td_standard_pack_main.css */

/* 6551  */     margin-right: 0;
/* 6552  */   }
/* 6553  */ }
/* 6554  */ .td_block_weather .td-column-2 .td-weather-now .td-big-degrees,
/* 6555  */ .td_block_weather .td-column-3 .td-weather-now .td-big-degrees {
/* 6556  */   font-size: 32px;
/* 6557  */ }
/* 6558  */ .td_block_weather .td-column-2 .td-weather-degrees-wrap,
/* 6559  */ .td_block_weather .td-column-3 .td-weather-degrees-wrap {
/* 6560  */   padding: 12px 0;
/* 6561  */ }
/* 6562  */ .td_block_weather .td-column-2 .td-weather-animated-icon,
/* 6563  */ .td_block_weather .td-column-3 .td-weather-animated-icon {
/* 6564  */   width: auto;
/* 6565  */ }
/* 6566  */ .td_block_weather .td-column-2 .td-weather-lo-hi,
/* 6567  */ .td_block_weather .td-column-3 .td-weather-lo-hi {
/* 6568  */   width: auto;
/* 6569  */ }
/* 6570  */ .td_block_weather .td-column-2 .td-weather-info-wrap,
/* 6571  */ .td_block_weather .td-column-3 .td-weather-info-wrap {
/* 6572  */   width: 45%;
/* 6573  */   float: right;
/* 6574  */   padding-left: 20px;
/* 6575  */   /* responsive portrait tablet + phone */
/* 6576  */ }
/* 6577  */ @media (max-width: 1018px) {
/* 6578  */   .td_block_weather .td-column-2 .td-weather-info-wrap,
/* 6579  */   .td_block_weather .td-column-3 .td-weather-info-wrap {
/* 6580  */     width: 100%;
/* 6581  */     padding-left: 0;
/* 6582  */   }
/* 6583  */ }
/* 6584  */ .td_block_weather .td-column-2 .td-weather-information,
/* 6585  */ .td_block_weather .td-column-3 .td-weather-information {
/* 6586  */   padding: 3px 0 10px;
/* 6587  */   /* responsive portrait tablet + phone */
/* 6588  */ }
/* 6589  */ @media (max-width: 1018px) {
/* 6590  */   .td_block_weather .td-column-2 .td-weather-information,
/* 6591  */   .td_block_weather .td-column-3 .td-weather-information {
/* 6592  */     padding: 5px 0;
/* 6593  */   }
/* 6594  */ }
/* 6595  */ .td_block_weather .td-column-2 .td-weather-information:before,
/* 6596  */ .td_block_weather .td-column-3 .td-weather-information:before {
/* 6597  */   top: auto;
/* 6598  */   bottom: -4px;
/* 6599  */   /* responsive portrait tablet + phone */
/* 6600  */ }

/* td_standard_pack_main.css */

/* 6601  */ @media (max-width: 1018px) {
/* 6602  */   .td_block_weather .td-column-2 .td-weather-information:before,
/* 6603  */   .td_block_weather .td-column-3 .td-weather-information:before {
/* 6604  */     bottom: auto;
/* 6605  */     top: -2px;
/* 6606  */   }
/* 6607  */ }
/* 6608  */ .td_block_weather .td-column-2 .td-weather-week,
/* 6609  */ .td_block_weather .td-column-3 .td-weather-week {
/* 6610  */   padding: 20px 0 15px;
/* 6611  */   /* responsive portrait tablet + phone */
/* 6612  */ }
/* 6613  */ @media (max-width: 1018px) {
/* 6614  */   .td_block_weather .td-column-2 .td-weather-week,
/* 6615  */   .td_block_weather .td-column-3 .td-weather-week {
/* 6616  */     padding: 15px 0;
/* 6617  */   }
/* 6618  */ }
/* 6619  */ .td_block_weather .td-column-2 .td-weather-week:before,
/* 6620  */ .td_block_weather .td-column-3 .td-weather-week:before {
/* 6621  */   display: none;
/* 6622  */   /* responsive portrait tablet + phone */
/* 6623  */ }
/* 6624  */ @media (max-width: 1018px) {
/* 6625  */   .td_block_weather .td-column-2 .td-weather-week:before,
/* 6626  */   .td_block_weather .td-column-3 .td-weather-week:before {
/* 6627  */     display: block;
/* 6628  */   }
/* 6629  */ }
/* 6630  */ .td_block_weather .td-column-3 .td-weather-temp-wrap {
/* 6631  */   margin-right: 100px;
/* 6632  */   /* responsive portrait tablet */
/* 6633  */ }
/* 6634  */ @media (max-width: 1018px) {
/* 6635  */   .td_block_weather .td-column-3 .td-weather-temp-wrap {
/* 6636  */     margin-right: 0;
/* 6637  */   }
/* 6638  */ }
/* 6639  */ /*
/* 6640  *|
/* 6641  *|     top weather widget
/* 6642  *|
/* 6643  *| */
/* 6644  */ .td-weather-top-widget {
/* 6645  */   display: inline-block;
/* 6646  */   margin-right: 32px;
/* 6647  */ }
/* 6648  */ .td-weather-top-widget .td-icons {
/* 6649  */   background: none;
/* 6650  */   vertical-align: middle;

/* td_standard_pack_main.css */

/* 6651  */   position: relative;
/* 6652  */   top: -1px;
/* 6653  */   margin-right: 2px;
/* 6654  */ }
/* 6655  */ .td-weather-top-widget .td-icons:before {
/* 6656  */   font-size: 18px;
/* 6657  */   display: block;
/* 6658  */ }
/* 6659  */ .td-weather-top-widget .td-weather-now {
/* 6660  */   line-height: inherit;
/* 6661  */   padding: 0;
/* 6662  */   float: none;
/* 6663  */   width: auto;
/* 6664  */   display: inline-block;
/* 6665  */   /* responsive portrait tablet */
/* 6666  */ }
/* 6667  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6668  */   .td-weather-top-widget .td-weather-now {
/* 6669  */     left: 0;
/* 6670  */   }
/* 6671  */ }
/* 6672  */ .td-weather-top-widget .td-weather-now span {
/* 6673  */   font-weight: 600;
/* 6674  */ }
/* 6675  */ .td-weather-top-widget .td-weather-now .td-big-degrees {
/* 6676  */   font-size: 11px;
/* 6677  */ }
/* 6678  */ .td-weather-top-widget .td-weather-now .td-weather-unit {
/* 6679  */   font-size: 8px;
/* 6680  */   opacity: 1;
/* 6681  */   left: 1px;
/* 6682  */   top: -6px;
/* 6683  */   vertical-align: inherit;
/* 6684  */ }
/* 6685  */ .td-weather-top-widget .td-weather-header {
/* 6686  */   display: inline-block;
/* 6687  */   padding-left: 6px;
/* 6688  */ }
/* 6689  */ .td-weather-top-widget .td-weather-header .td-weather-city {
/* 6690  */   font-size: 11px;
/* 6691  */   font-weight: 500;
/* 6692  */   text-transform: none;
/* 6693  */   margin: 0;
/* 6694  */ }
/* 6695  */ /*  ----------------------------------------------------------------------------
/* 6696  *|     Module 1
/* 6697  *| */
/* 6698  */ .td_module_1 {
/* 6699  */   padding-bottom: 24px;
/* 6700  */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 6701  */   /* responsive portrait phone */
/* 6702  */ }
/* 6703  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6704  */   .td_module_1 .entry-title {
/* 6705  */     font-size: 17px;
/* 6706  */     line-height: 22px;
/* 6707  */   }
/* 6708  */ }
/* 6709  */ @media (max-width: 767px) {
/* 6710  */   .td_module_1 .entry-thumb {
/* 6711  */     width: 100%;
/* 6712  */   }
/* 6713  */ }
/* 6714  */ /*  ----------------------------------------------------------------------------
/* 6715  *|     Module 2
/* 6716  *| */
/* 6717  */ .td_module_2 {
/* 6718  */   padding-bottom: 32px;
/* 6719  */   /* responsive portrait tablet */
/* 6720  */   /* responsive portrait phone */
/* 6721  */ }
/* 6722  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6723  */   .td_module_2 .entry-title {
/* 6724  */     font-size: 17px;
/* 6725  */     line-height: 22px;
/* 6726  */   }
/* 6727  */ }
/* 6728  */ @media (max-width: 767px) {
/* 6729  */   .td_module_2 .entry-thumb {
/* 6730  */     width: 100%;
/* 6731  */   }
/* 6732  */ }
/* 6733  */ /*  ----------------------------------------------------------------------------
/* 6734  *|     Module 3
/* 6735  *| */
/* 6736  */ .td_module_3 {
/* 6737  */   /* responsive portrait tablet */
/* 6738  */   /* responsive portrait phone */
/* 6739  */ }
/* 6740  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6741  */   .td_module_3 .entry-title {
/* 6742  */     font-size: 17px;
/* 6743  */     line-height: 22px;
/* 6744  */   }
/* 6745  */ }
/* 6746  */ @media (max-width: 767px) {
/* 6747  */   .td_module_3 .entry-thumb {
/* 6748  */     width: 100%;
/* 6749  */   }
/* 6750  */ }

/* td_standard_pack_main.css */

/* 6751  */ /*  ----------------------------------------------------------------------------
/* 6752  *|     Module 4
/* 6753  *| */
/* 6754  */ .td_module_4 {
/* 6755  */   padding-bottom: 43px;
/* 6756  */   /* responsive portrait tablet */
/* 6757  */   /* responsive portrait phone */
/* 6758  */ }
/* 6759  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6760  */   .td_module_4 .entry-title {
/* 6761  */     font-size: 17px;
/* 6762  */     line-height: 22px;
/* 6763  */   }
/* 6764  */ }
/* 6765  */ @media (max-width: 767px) {
/* 6766  */   .td_module_4 .entry-thumb {
/* 6767  */     width: 100%;
/* 6768  */   }
/* 6769  */ }
/* 6770  */ /*  ----------------------------------------------------------------------------
/* 6771  *|     Module 5
/* 6772  *| */
/* 6773  */ .td_module_5 {
/* 6774  */   padding-bottom: 20px;
/* 6775  */   border-bottom: 1px dashed #f2f2f2;
/* 6776  */   margin-bottom: 17px;
/* 6777  */   /* responsive portrait tablet */
/* 6778  */   /* responsive landscape tablet */
/* 6779  */   /* responsive portrait phone */
/* 6780  */ }
/* 6781  */ .td_module_5 .td-module-meta-info {
/* 6782  */   margin-bottom: 17px;
/* 6783  */ }
/* 6784  */ .td_module_5 .td-module-thumb {
/* 6785  */   margin-bottom: 14px;
/* 6786  */ }
/* 6787  */ .td_module_5 .td-excerpt {
/* 6788  */   margin-top: 0;
/* 6789  */ }
/* 6790  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6791  */   .td_module_5 .entry-title {
/* 6792  */     font-size: 17px;
/* 6793  */     line-height: 22px;
/* 6794  */     font-weight: 500;
/* 6795  */   }
/* 6796  */ }
/* 6797  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 6798  */   .td_module_5 .entry-title {
/* 6799  */     font-weight: 400;
/* 6800  */   }

/* td_standard_pack_main.css */

/* 6801  */ }
/* 6802  */ @media (max-width: 767px) {
/* 6803  */   .td_module_5 .entry-thumb {
/* 6804  */     width: 100%;
/* 6805  */   }
/* 6806  */ }
/* 6807  */ /*  ----------------------------------------------------------------------------
/* 6808  *|     Module 6
/* 6809  *| */
/* 6810  */ .td_module_6 {
/* 6811  */   padding-bottom: 26px;
/* 6812  */   /* responsive landscape & portrait tablet */
/* 6813  */   /* responsive portrait tablet */
/* 6814  */   /* responsive landscape & portrait tablet */
/* 6815  */ }
/* 6816  */ .td_module_6 .td-module-thumb {
/* 6817  */   position: absolute;
/* 6818  */   left: 0;
/* 6819  */   top: 0;
/* 6820  */   /* responsive portrait tablet */
/* 6821  */ }
/* 6822  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6823  */   .td_module_6 .td-module-thumb {
/* 6824  */     width: 80px;
/* 6825  */   }
/* 6826  */ }
/* 6827  */ .td_module_6 .item-details {
/* 6828  */   margin-left: 116px;
/* 6829  */   min-height: 70px;
/* 6830  */   /* responsive portrait tablet */
/* 6831  */ }
/* 6832  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6833  */   .td_module_6 .item-details {
/* 6834  */     margin-left: 95px;
/* 6835  */     min-height: 55px;
/* 6836  */   }
/* 6837  */ }
/* 6838  */ .td_module_6 .entry-title {
/* 6839  */   font-size: 14px;
/* 6840  */   line-height: 20px;
/* 6841  */   margin-bottom: 4px;
/* 6842  */   font-weight: 500;
/* 6843  */   /* responsive portrait tablet */
/* 6844  */   /* responsive portrait phone */
/* 6845  */ }
/* 6846  */ @media (min-width: 768px) and (max-width: 1140px) {
/* 6847  */   .td_module_6 .entry-title {
/* 6848  */     font-size: 12px;
/* 6849  */     line-height: 18px;
/* 6850  */   }

/* td_standard_pack_main.css */

/* 6851  */ }
/* 6852  */ @media (max-width: 767px) {
/* 6853  */   .td_module_6 .entry-title {
/* 6854  */     font-size: 14px;
/* 6855  */   }
/* 6856  */ }
/* 6857  */ .td_module_6 .td-module-meta-info {
/* 6858  */   margin-bottom: 0;
/* 6859  */   min-height: 0;
/* 6860  */ }
/* 6861  */ @media (min-width: 768px) and (max-width: 1140px) {
/* 6862  */   .td_module_6 .td-icon-star,
/* 6863  */   .td_module_6 .td-icon-star-empty,
/* 6864  */   .td_module_6 .td-icon-star-half {
/* 6865  */     font-size: 15px;
/* 6866  */     width: 17px;
/* 6867  */   }
/* 6868  */ }
/* 6869  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6870  */   .td_module_6 .td-post-category {
/* 6871  */     margin-bottom: 5px;
/* 6872  */   }
/* 6873  */ }
/* 6874  */ @media (max-width: 500px) {
/* 6875  */   .td_module_6 .td-icon-star,
/* 6876  */   .td_module_6 .td-icon-star-empty,
/* 6877  */   .td_module_6 .td-icon-star-half {
/* 6878  */     font-size: 15px;
/* 6879  */     width: 17px;
/* 6880  */   }
/* 6881  */ }
/* 6882  */ /*  ----------------------------------------------------------------------------
/* 6883  *|     Module 7
/* 6884  *| */
/* 6885  */ .td_module_7 {
/* 6886  */   padding-bottom: 26px;
/* 6887  */   /* responsive landscape & portrait tablet */
/* 6888  */   /* responsive portrait tablet */
/* 6889  */   /* responsive landscape & portrait tablet */
/* 6890  */ }
/* 6891  */ .td_module_7 .td-module-thumb {
/* 6892  */   position: absolute;
/* 6893  */   right: 0;
/* 6894  */   top: 0;
/* 6895  */ }
/* 6896  */ .td_module_7 .item-details {
/* 6897  */   margin-right: 116px;
/* 6898  */   min-height: 70px;
/* 6899  */ }
/* 6900  */ .td_module_7 .entry-title {

/* td_standard_pack_main.css */

/* 6901  */   font-size: 13px;
/* 6902  */   line-height: 20px;
/* 6903  */   margin-bottom: 4px;
/* 6904  */   font-weight: 500;
/* 6905  */   /* responsive portrait tablet */
/* 6906  */   /* responsive portrait phone */
/* 6907  */ }
/* 6908  */ @media (min-width: 768px) and (max-width: 1140px) {
/* 6909  */   .td_module_7 .entry-title {
/* 6910  */     font-size: 12px;
/* 6911  */     line-height: 18px;
/* 6912  */   }
/* 6913  */ }
/* 6914  */ @media (max-width: 767px) {
/* 6915  */   .td_module_7 .entry-title {
/* 6916  */     font-size: 14px;
/* 6917  */   }
/* 6918  */ }
/* 6919  */ .td_module_7 .td-module-meta-info {
/* 6920  */   margin-bottom: 0;
/* 6921  */ }
/* 6922  */ @media (min-width: 768px) and (max-width: 1140px) {
/* 6923  */   .td_module_7 .td-icon-star,
/* 6924  */   .td_module_7 .td-icon-star-empty,
/* 6925  */   .td_module_7 .td-icon-star-half {
/* 6926  */     font-size: 15px;
/* 6927  */     width: 17px;
/* 6928  */   }
/* 6929  */ }
/* 6930  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6931  */   .td_module_7 .td-post-category {
/* 6932  */     margin-bottom: 5px;
/* 6933  */   }
/* 6934  */ }
/* 6935  */ @media (max-width: 500px) {
/* 6936  */   .td_module_7 .td-icon-star,
/* 6937  */   .td_module_7 .td-icon-star-empty,
/* 6938  */   .td_module_7 .td-icon-star-half {
/* 6939  */     font-size: 15px;
/* 6940  */     width: 17px;
/* 6941  */   }
/* 6942  */ }
/* 6943  */ /*  ----------------------------------------------------------------------------
/* 6944  *|     Module 8
/* 6945  *| */
/* 6946  */ .td_module_8 {
/* 6947  */   padding-bottom: 25px;
/* 6948  */   border-bottom: 1px dashed #f2f2f2;
/* 6949  */   margin-bottom: 16px;
/* 6950  */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 6951  */ }
/* 6952  */ .td_module_8 .entry-title {
/* 6953  */   font-size: 17px;
/* 6954  */   line-height: 24px;
/* 6955  */   margin-bottom: 7px;
/* 6956  */   font-weight: 500;
/* 6957  */ }
/* 6958  */ .td_module_8 .td-module-meta-info {
/* 6959  */   margin-bottom: 0;
/* 6960  */ }
/* 6961  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 6962  */   .td_module_8 .td-post-author-name {
/* 6963  */     display: none;
/* 6964  */   }
/* 6965  */ }
/* 6966  */ /*  ----------------------------------------------------------------------------
/* 6967  *|     Module 9
/* 6968  *| */
/* 6969  */ .td_module_9 {
/* 6970  */   padding-bottom: 25px;
/* 6971  */   border-bottom: 1px dashed #f2f2f2;
/* 6972  */   margin-bottom: 26px;
/* 6973  */   text-align: center;
/* 6974  */ }
/* 6975  */ .td_module_9 .td-module-comments {
/* 6976  */   top: auto;
/* 6977  */   float: none;
/* 6978  */   margin-bottom: 8px;
/* 6979  */ }
/* 6980  */ .td_module_9 .entry-title {
/* 6981  */   font-size: 17px;
/* 6982  */   line-height: 24px;
/* 6983  */   margin-bottom: 8px;
/* 6984  */   font-weight: 500;
/* 6985  */ }
/* 6986  */ .td_module_9 .td-module-meta-info {
/* 6987  */   margin-bottom: 0;
/* 6988  */ }
/* 6989  */ .td_module_9 .td_quote_on_blocks {
/* 6990  */   text-align: center;
/* 6991  */ }
/* 6992  */ .td_module_9 .td-post-category {
/* 6993  */   display: inline-block;
/* 6994  */   margin: 0 0 8px 0;
/* 6995  */ }
/* 6996  */ /*  ----------------------------------------------------------------------------
/* 6997  *|     Module 10
/* 6998  *| */
/* 6999  */ .td_module_10 {
/* 7000  */   padding-bottom: 40px;

/* td_standard_pack_main.css */

/* 7001  */   /* responsive portrait phone */
/* 7002  */   /* responsive small portrait phone */
/* 7003  */ }
/* 7004  */ @media (max-width: 767px) {
/* 7005  */   .td_module_10 {
/* 7006  */     padding-bottom: 26px;
/* 7007  */   }
/* 7008  */   .td_module_10 .td-post-category {
/* 7009  */     display: none;
/* 7010  */   }
/* 7011  */ }
/* 7012  */ .td_module_10 .td-module-thumb {
/* 7013  */   position: absolute;
/* 7014  */   left: 0;
/* 7015  */   top: 0;
/* 7016  */   /* responsive portrait phone */
/* 7017  */   /* responsive small portrait phone */
/* 7018  */ }
/* 7019  */ @media (max-width: 767px) {
/* 7020  */   .td_module_10 .td-module-thumb {
/* 7021  */     width: 150px;
/* 7022  */   }
/* 7023  */ }
/* 7024  */ @media (max-width: 500px) {
/* 7025  */   .td_module_10 .td-module-thumb {
/* 7026  */     width: 100px;
/* 7027  */   }
/* 7028  */ }
/* 7029  */ .td_module_10 .item-details {
/* 7030  */   margin-left: 244px;
/* 7031  */   min-height: 150px;
/* 7032  */   /* responsive portrait phone */
/* 7033  */   /* responsive small portrait phone */
/* 7034  */ }
/* 7035  */ @media (max-width: 767px) {
/* 7036  */   .td_module_10 .item-details {
/* 7037  */     margin-left: 170px;
/* 7038  */     min-height: 103px;
/* 7039  */   }
/* 7040  */ }
/* 7041  */ @media (max-width: 500px) {
/* 7042  */   .td_module_10 .item-details {
/* 7043  */     margin-left: 115px;
/* 7044  */     min-height: 69px;
/* 7045  */   }
/* 7046  */ }
/* 7047  */ .td_module_10 .td-excerpt {
/* 7048  */   /* responsive portrait phone */
/* 7049  */ }
/* 7050  */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 7051  */   .td_module_10 .td-excerpt {
/* 7052  */     display: none;
/* 7053  */   }
/* 7054  */ }
/* 7055  */ .td_module_10 .entry-title {
/* 7056  */   font-size: 22px;
/* 7057  */   line-height: 28px;
/* 7058  */   margin-bottom: 5px;
/* 7059  */   /* responsive small portrait phone */
/* 7060  */ }
/* 7061  */ @media (max-width: 500px) {
/* 7062  */   .td_module_10 .entry-title {
/* 7063  */     font-size: 14px;
/* 7064  */     line-height: 20px;
/* 7065  */     font-weight: 500;
/* 7066  */   }
/* 7067  */ }
/* 7068  */ @media (max-width: 500px) {
/* 7069  */   .td_module_10 .td-video-play-ico {
/* 7070  */     width: 20px;
/* 7071  */     height: 20px;
/* 7072  */     font-size: 20px;
/* 7073  */   }
/* 7074  */ }
/* 7075  */ .td-pb-span8 .td_module_10 {
/* 7076  */   /* responsive portrait tablet */
/* 7077  */ }
/* 7078  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7079  */   .td-pb-span8 .td_module_10 .td-module-thumb {
/* 7080  */     width: 190px;
/* 7081  */   }
/* 7082  */   .td-pb-span8 .td_module_10 .item-details {
/* 7083  */     margin-left: 210px;
/* 7084  */     min-height: 131px;
/* 7085  */   }
/* 7086  */   .td-pb-span8 .td_module_10 .entry-title {
/* 7087  */     font-size: 17px;
/* 7088  */     line-height: 22px;
/* 7089  */   }
/* 7090  */   .td-pb-span8 .td_module_10 .td-post-author-name {
/* 7091  */     display: none;
/* 7092  */   }
/* 7093  */ }
/* 7094  */ .td-pb-span4 .td_module_10 {
/* 7095  */   padding-bottom: 40px;
/* 7096  */   /* responsive portrait tablet */
/* 7097  */ }
/* 7098  */ .td-pb-span4 .td_module_10 .td-module-thumb {
/* 7099  */   width: 80px;
/* 7100  */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 7101  */   /* responsive portrait phone */
/* 7102  */ }
/* 7103  */ @media (max-width: 767px) {
/* 7104  */   .td-pb-span4 .td_module_10 .td-module-thumb {
/* 7105  */     width: 150px;
/* 7106  */   }
/* 7107  */ }
/* 7108  */ @media (max-width: 500px) {
/* 7109  */   .td-pb-span4 .td_module_10 .td-module-thumb {
/* 7110  */     width: 100px;
/* 7111  */   }
/* 7112  */ }
/* 7113  */ .td-pb-span4 .td_module_10 .item-details {
/* 7114  */   margin-left: 0;
/* 7115  */   min-height: 70px;
/* 7116  */   /* responsive portrait phone */
/* 7117  */   /* responsive portrait phone */
/* 7118  */ }
/* 7119  */ @media (max-width: 767px) {
/* 7120  */   .td-pb-span4 .td_module_10 .item-details {
/* 7121  */     padding-left: 170px;
/* 7122  */     min-height: 103px;
/* 7123  */   }
/* 7124  */ }
/* 7125  */ @media (max-width: 500px) {
/* 7126  */   .td-pb-span4 .td_module_10 .item-details {
/* 7127  */     padding-left: 0;
/* 7128  */     min-height: 69px;
/* 7129  */   }
/* 7130  */ }
/* 7131  */ .td-pb-span4 .td_module_10 .entry-title {
/* 7132  */   font-size: 15px;
/* 7133  */   font-weight: 500;
/* 7134  */   line-height: 21px;
/* 7135  */   padding-left: 95px;
/* 7136  */   min-height: 55px;
/* 7137  */   margin-bottom: 13px;
/* 7138  */   /* responsive portrait tablet */
/* 7139  */   /* responsive portrait phone */
/* 7140  */   /* responsive small portrait phone */
/* 7141  */ }
/* 7142  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7143  */   .td-pb-span4 .td_module_10 .entry-title {
/* 7144  */     font-size: 13px;
/* 7145  */     line-height: 18px;
/* 7146  */     min-height: 50px;
/* 7147  */   }
/* 7148  */ }
/* 7149  */ @media (max-width: 767px) {
/* 7150  */   .td-pb-span4 .td_module_10 .entry-title {

/* td_standard_pack_main.css */

/* 7151  */     font-size: 22px;
/* 7152  */     line-height: 28px;
/* 7153  */     margin-bottom: 5px;
/* 7154  */     padding-left: 0;
/* 7155  */     font-weight: 400;
/* 7156  */     min-height: 0;
/* 7157  */   }
/* 7158  */ }
/* 7159  */ @media (max-width: 500px) {
/* 7160  */   .td-pb-span4 .td_module_10 .entry-title {
/* 7161  */     font-size: 17px;
/* 7162  */     line-height: 23px;
/* 7163  */     font-weight: 500;
/* 7164  */     padding-left: 110px;
/* 7165  */     min-height: 69px;
/* 7166  */     margin-bottom: 13px;
/* 7167  */   }
/* 7168  */ }
/* 7169  */ .td-pb-span4 .td_module_10 .td-video-play-ico {
/* 7170  */   width: 20px;
/* 7171  */   height: 20px;
/* 7172  */   font-size: 20px;
/* 7173  */ }
/* 7174  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7175  */   .td-pb-span4 .td_module_10 .td-post-author-name {
/* 7176  */     display: none;
/* 7177  */   }
/* 7178  */ }
/* 7179  */ /*  ----------------------------------------------------------------------------
/* 7180  *|     Module 11
/* 7181  *| */
/* 7182  */ .td_module_11 {
/* 7183  */   padding-bottom: 48px;
/* 7184  */   /* responsive portrait tablet */
/* 7185  */   /* responsive portrait phone */
/* 7186  */   /* responsive portrait phone */
/* 7187  */ }
/* 7188  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7189  */   .td_module_11 {
/* 7190  */     padding-bottom: 0;
/* 7191  */     border-bottom: 1px dashed #EAEAEA;
/* 7192  */     margin-bottom: 20px;
/* 7193  */   }
/* 7194  */   .td_module_11:last-child {
/* 7195  */     border: 0;
/* 7196  */   }
/* 7197  */ }
/* 7198  */ @media (max-width: 767px) {
/* 7199  */   .td_module_11 {
/* 7200  */     padding-bottom: 30px;

/* td_standard_pack_main.css */

/* 7201  */   }
/* 7202  */ }
/* 7203  */ .td_module_11 .td-module-thumb {
/* 7204  */   position: absolute;
/* 7205  */   left: 0;
/* 7206  */   top: 0;
/* 7207  */   /* responsive portrait phone */
/* 7208  */   /* responsive small portrait phone */
/* 7209  */ }
/* 7210  */ @media (max-width: 767px) {
/* 7211  */   .td_module_11 .td-module-thumb {
/* 7212  */     width: 200px;
/* 7213  */   }
/* 7214  */ }
/* 7215  */ @media (max-width: 500px) {
/* 7216  */   .td_module_11 .td-module-thumb {
/* 7217  */     width: 100px;
/* 7218  */   }
/* 7219  */ }
/* 7220  */ .td_module_11 .item-details {
/* 7221  */   margin-left: 350px;
/* 7222  */   min-height: 235px;
/* 7223  */   /* responsive portrait phone */
/* 7224  */   /* responsive small portrait phone */
/* 7225  */ }
/* 7226  */ @media (max-width: 767px) {
/* 7227  */   .td_module_11 .item-details {
/* 7228  */     margin-left: 220px;
/* 7229  */     min-height: 145px;
/* 7230  */   }
/* 7231  */ }
/* 7232  */ @media (max-width: 500px) {
/* 7233  */   .td_module_11 .item-details {
/* 7234  */     margin-left: 0;
/* 7235  */     min-height: 73px;
/* 7236  */     padding-left: 110px;
/* 7237  */   }
/* 7238  */ }
/* 7239  */ .td_module_11 .entry-title {
/* 7240  */   font-size: 25px;
/* 7241  */   line-height: 29px;
/* 7242  */   margin-bottom: 11px;
/* 7243  */   /* responsive portrait tablet */
/* 7244  */   /* responsive small portrait phone */
/* 7245  */ }
/* 7246  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7247  */   .td_module_11 .entry-title {
/* 7248  */     font-size: 20px;
/* 7249  */     line-height: 24px;
/* 7250  */     font-weight: 500;

/* td_standard_pack_main.css */

/* 7251  */   }
/* 7252  */ }
/* 7253  */ @media (max-width: 500px) {
/* 7254  */   .td_module_11 .entry-title {
/* 7255  */     font-size: 17px;
/* 7256  */     line-height: 23px;
/* 7257  */     font-weight: 500;
/* 7258  */     margin-bottom: 8px;
/* 7259  */   }
/* 7260  */ }
/* 7261  */ .td_module_11 .td-post-author-name {
/* 7262  */   /* responsive portrait phone */
/* 7263  */ }
/* 7264  */ @media (max-width: 767px) {
/* 7265  */   .td_module_11 .td-post-author-name {
/* 7266  */     display: none;
/* 7267  */   }
/* 7268  */ }
/* 7269  */ .td_module_11 .td-excerpt {
/* 7270  */   margin-bottom: 15px;
/* 7271  */   /* responsive portrait phone */
/* 7272  */ }
/* 7273  */ @media (max-width: 767px) {
/* 7274  */   .td_module_11 .td-excerpt {
/* 7275  */     display: none;
/* 7276  */   }
/* 7277  */ }
/* 7278  */ .td_module_11 .td-read-more {
/* 7279  */   margin-bottom: 0;
/* 7280  */   /* responsive portrait tablet */
/* 7281  */   /* responsive portrait phone */
/* 7282  */ }
/* 7283  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7284  */   .td_module_11 .td-read-more {
/* 7285  */     display: none;
/* 7286  */   }
/* 7287  */ }
/* 7288  */ @media (max-width: 767px) {
/* 7289  */   .td_module_11 .td-read-more {
/* 7290  */     display: none;
/* 7291  */   }
/* 7292  */ }
/* 7293  */ @media (max-width: 767px) {
/* 7294  */   .td_module_11 .td-video-play-ico {
/* 7295  */     width: 20px;
/* 7296  */     height: 20px;
/* 7297  */     font-size: 20px;
/* 7298  */   }
/* 7299  */ }
/* 7300  */ .td-pb-span12 .td_module_11 .entry-title {

/* td_standard_pack_main.css */

/* 7301  */   /* responsive portrait tablet */
/* 7302  */ }
/* 7303  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7304  */   .td-pb-span12 .td_module_11 .entry-title {
/* 7305  */     font-size: 22px;
/* 7306  */     line-height: 28px;
/* 7307  */     font-weight: 400;
/* 7308  */   }
/* 7309  */ }
/* 7310  */ .td-pb-span8 .td_module_11 {
/* 7311  */   /* responsive landscape tablet */
/* 7312  */   /* responsive portrait tablet */
/* 7313  */ }
/* 7314  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 7315  */   .td-pb-span8 .td_module_11 .td-module-thumb {
/* 7316  */     width: 300px;
/* 7317  */   }
/* 7318  */   .td-pb-span8 .td_module_11 .item-details {
/* 7319  */     margin-left: 324px;
/* 7320  */     min-height: 218px;
/* 7321  */   }
/* 7322  */ }
/* 7323  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7324  */   .td-pb-span8 .td_module_11 .td-module-thumb {
/* 7325  */     width: 192px;
/* 7326  */   }
/* 7327  */   .td-pb-span8 .td_module_11 .item-details {
/* 7328  */     margin-left: 210px;
/* 7329  */     min-height: 165px;
/* 7330  */   }
/* 7331  */   .td-pb-span8 .td_module_11 .td-post-author-name {
/* 7332  */     display: none;
/* 7333  */   }
/* 7334  */ }
/* 7335  */ .td-pb-span4 .td_module_11 {
/* 7336  */   /* responsive portrait tablet */
/* 7337  */ }
/* 7338  */ .td-pb-span4 .td_module_11 .td-module-thumb {
/* 7339  */   position: relative;
/* 7340  */   margin-bottom: 8px;
/* 7341  */   /* responsive portrait phone */
/* 7342  */   /* responsive small portrait phone */
/* 7343  */ }
/* 7344  */ @media (max-width: 767px) {
/* 7345  */   .td-pb-span4 .td_module_11 .td-module-thumb {
/* 7346  */     position: absolute;
/* 7347  */   }
/* 7348  */ }
/* 7349  */ @media (max-width: 500px) {
/* 7350  */   .td-pb-span4 .td_module_11 .td-module-thumb {

/* td_standard_pack_main.css */

/* 7351  */     width: 100px;
/* 7352  */   }
/* 7353  */ }
/* 7354  */ .td-pb-span4 .td_module_11 .item-details {
/* 7355  */   margin-left: 0;
/* 7356  */   /* responsive portrait phone */
/* 7357  */   /* responsive small portrait phone */
/* 7358  */ }
/* 7359  */ @media (max-width: 767px) {
/* 7360  */   .td-pb-span4 .td_module_11 .item-details {
/* 7361  */     margin-left: 220px;
/* 7362  */   }
/* 7363  */ }
/* 7364  */ @media (max-width: 500px) {
/* 7365  */   .td-pb-span4 .td_module_11 .item-details {
/* 7366  */     margin-left: 0;
/* 7367  */     min-height: 73px;
/* 7368  */   }
/* 7369  */ }
/* 7370  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7371  */   .td-pb-span4 .td_module_11 .td-post-author-name {
/* 7372  */     display: none;
/* 7373  */   }
/* 7374  */ }
/* 7375  */ /*  ----------------------------------------------------------------------------
/* 7376  *|     Module 12
/* 7377  *| */
/* 7378  */ .td_module_12 {
/* 7379  */   padding-bottom: 20px;
/* 7380  */   border-bottom: 1px dashed #f2f2f2;
/* 7381  */   margin-bottom: 30px;
/* 7382  */ }
/* 7383  */ .td_module_12 .entry-title {
/* 7384  */   font-size: 34px;
/* 7385  */   line-height: 42px;
/* 7386  */   margin-bottom: 8px;
/* 7387  */   /* responsive max portrait tablet */
/* 7388  */ }
/* 7389  */ @media (max-width: 1018px) {
/* 7390  */   .td_module_12 .entry-title {
/* 7391  */     font-size: 26px;
/* 7392  */     line-height: 36px;
/* 7393  */   }
/* 7394  */ }
/* 7395  */ .td_module_12 .td-module-meta-info {
/* 7396  */   margin-bottom: 17px;
/* 7397  */ }
/* 7398  */ .td_module_12 .td-excerpt {
/* 7399  */   font-size: 14px;
/* 7400  */   line-height: 24px;

/* td_standard_pack_main.css */

/* 7401  */   margin-bottom: 15px;
/* 7402  */ }
/* 7403  */ /*  ----------------------------------------------------------------------------
/* 7404  *|     Module 13
/* 7405  *| */
/* 7406  */ .td_module_13 {
/* 7407  */   padding-bottom: 20px;
/* 7408  */   border-bottom: 1px dashed #f2f2f2;
/* 7409  */   margin-bottom: 30px;
/* 7410  */ }
/* 7411  */ .td_module_13 .entry-title {
/* 7412  */   font-size: 34px;
/* 7413  */   line-height: 42px;
/* 7414  */   margin-bottom: 8px;
/* 7415  */   /* responsive max portrait tablet */
/* 7416  */ }
/* 7417  */ @media (max-width: 1018px) {
/* 7418  */   .td_module_13 .entry-title {
/* 7419  */     font-size: 26px;
/* 7420  */     line-height: 36px;
/* 7421  */   }
/* 7422  */ }
/* 7423  */ .td_module_13 .td-module-meta-info {
/* 7424  */   margin-bottom: 17px;
/* 7425  */ }
/* 7426  */ .td_module_13 .td-module-thumb {
/* 7427  */   margin-bottom: 22px;
/* 7428  */ }
/* 7429  */ /*  ----------------------------------------------------------------------------
/* 7430  *|     Module 14
/* 7431  *| */
/* 7432  */ .td_module_14 {
/* 7433  */   padding-bottom: 40px;
/* 7434  */   /* responsive portrait tablet */
/* 7435  */   /* responsive portrait phone */
/* 7436  */ }
/* 7437  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7438  */   .td_module_14 {
/* 7439  */     padding-bottom: 30px;
/* 7440  */   }
/* 7441  */ }
/* 7442  */ @media (max-width: 767px) {
/* 7443  */   .td_module_14 {
/* 7444  */     padding-bottom: 21px;
/* 7445  */   }
/* 7446  */ }
/* 7447  */ .td_module_14 .entry-thumb {
/* 7448  */   width: 100%;
/* 7449  */ }
/* 7450  */ .td_module_14:last-child {

/* td_standard_pack_main.css */

/* 7451  */   padding-bottom: 0;
/* 7452  */ }
/* 7453  */ .td_module_14 .meta-info-container {
/* 7454  */   position: relative;
/* 7455  */ }
/* 7456  */ .td_module_14 .entry-title {
/* 7457  */   font-size: 30px;
/* 7458  */   line-height: 38px;
/* 7459  */   font-weight: 500;
/* 7460  */   margin-bottom: 10px;
/* 7461  */   position: relative;
/* 7462  */   bottom: -2px;
/* 7463  */   /* responsive portrait phone */
/* 7464  */   /* responsive small portrait phone */
/* 7465  */ }
/* 7466  */ @media (max-width: 767px) {
/* 7467  */   .td_module_14 .entry-title {
/* 7468  */     font-size: 22px;
/* 7469  */     line-height: 30px;
/* 7470  */   }
/* 7471  */ }
/* 7472  */ @media (max-width: 500px) {
/* 7473  */   .td_module_14 .entry-title {
/* 7474  */     font-size: 18px;
/* 7475  */     line-height: 26px;
/* 7476  */     margin-left: 14px;
/* 7477  */     margin-right: 14px;
/* 7478  */   }
/* 7479  */ }
/* 7480  */ .td_module_14 .entry-title:after {
/* 7481  */   content: '';
/* 7482  */   position: absolute;
/* 7483  */   bottom: -43px;
/* 7484  */   left: 0;
/* 7485  */   width: 100%;
/* 7486  */   border-bottom: 1px dashed #f1f1f1;
/* 7487  */ }
/* 7488  */ .td_module_14 .td-module-meta-info {
/* 7489  */   position: absolute;
/* 7490  */   margin: 0;
/* 7491  */   padding: 0 60px;
/* 7492  */   bottom: -43px;
/* 7493  */   width: 100%;
/* 7494  */   /* responsive portrait tablet */
/* 7495  */   /* responsive portrait phone */
/* 7496  */   /* responsive small portrait phone */
/* 7497  */ }
/* 7498  */ @media (max-width: 1018px) {
/* 7499  */   .td_module_14 .td-module-meta-info {
/* 7500  */     padding: 0 40px;

/* td_standard_pack_main.css */

/* 7501  */   }
/* 7502  */ }
/* 7503  */ @media (max-width: 767px) {
/* 7504  */   .td_module_14 .td-module-meta-info {
/* 7505  */     bottom: -45px;
/* 7506  */   }
/* 7507  */ }
/* 7508  */ @media (max-width: 500px) {
/* 7509  */   .td_module_14 .td-module-meta-info {
/* 7510  */     padding: 0 20px;
/* 7511  */   }
/* 7512  */ }
/* 7513  */ .td_module_14 .td-module-meta-holder {
/* 7514  */   background-color: #fff;
/* 7515  */   padding: 10px 20px 17px 20px;
/* 7516  */   /* responsive small portrait phone */
/* 7517  */ }
/* 7518  */ @media (max-width: 500px) {
/* 7519  */   .td_module_14 .td-module-meta-holder {
/* 7520  */     padding: 8px 0 19px 0;
/* 7521  */   }
/* 7522  */ }
/* 7523  */ .td_module_14 .td-post-category {
/* 7524  */   /* responsive portrait phone */
/* 7525  */ }
/* 7526  */ @media (max-width: 767px) {
/* 7527  */   .td_module_14 .td-post-category {
/* 7528  */     display: none;
/* 7529  */   }
/* 7530  */ }
/* 7531  */ .td_module_14 .td-module-thumb {
/* 7532  */   margin-bottom: 60px;
/* 7533  */   /* responsive portrait phone */
/* 7534  */ }
/* 7535  */ @media (max-width: 767px) {
/* 7536  */   .td_module_14 .td-module-thumb {
/* 7537  */     margin-bottom: 70px;
/* 7538  */   }
/* 7539  */ }
/* 7540  */ .td_module_14 .td-post-author-name {
/* 7541  */   /* responsive portrait phone */
/* 7542  */ }
/* 7543  */ @media (max-width: 500px) {
/* 7544  */   .td_module_14 .td-post-author-name {
/* 7545  */     margin-left: 14px;
/* 7546  */   }
/* 7547  */ }
/* 7548  */ .td_module_14 .td-module-comments {
/* 7549  */   /* responsive portrait phone */
/* 7550  */ }

/* td_standard_pack_main.css */

/* 7551  */ @media (max-width: 500px) {
/* 7552  */   .td_module_14 .td-module-comments {
/* 7553  */     margin-right: 14px;
/* 7554  */   }
/* 7555  */ }
/* 7556  */ .td_module_14 .td-excerpt {
/* 7557  */   padding: 0 80px;
/* 7558  */   font-size: 14px;
/* 7559  */   line-height: 24px;
/* 7560  */   margin-top: 11px;
/* 7561  */   /* responsive portrait tablet */
/* 7562  */   /* responsive portrait phone */
/* 7563  */   /* responsive small portrait phone */
/* 7564  */ }
/* 7565  */ @media (max-width: 1018px) {
/* 7566  */   .td_module_14 .td-excerpt {
/* 7567  */     padding: 0 60px;
/* 7568  */   }
/* 7569  */ }
/* 7570  */ @media (max-width: 767px) {
/* 7571  */   .td_module_14 .td-excerpt {
/* 7572  */     padding: 0 60px;
/* 7573  */     margin-top: -5px;
/* 7574  */   }
/* 7575  */ }
/* 7576  */ @media (max-width: 500px) {
/* 7577  */   .td_module_14 .td-excerpt {
/* 7578  */     padding: 0 32px;
/* 7579  */   }
/* 7580  */ }
/* 7581  */ .td_module_14 .td-read-more {
/* 7582  */   display: block;
/* 7583  */   margin-top: 15px;
/* 7584  */ }
/* 7585  */ .td-pb-span8 .td_module_14 {
/* 7586  */   /* responsive portrait tablet */
/* 7587  */ }
/* 7588  */ .td-pb-span8 .td_module_14 .td-module-meta-info {
/* 7589  */   padding: 0 40px;
/* 7590  */   /* responsive small portrait phone */
/* 7591  */ }
/* 7592  */ @media (max-width: 500px) {
/* 7593  */   .td-pb-span8 .td_module_14 .td-module-meta-info {
/* 7594  */     padding: 0 20px;
/* 7595  */   }
/* 7596  */ }
/* 7597  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7598  */   .td-pb-span8 .td_module_14 .entry-title {
/* 7599  */     font-size: 22px;
/* 7600  */     line-height: 30px;

/* td_standard_pack_main.css */

/* 7601  */   }
/* 7602  */   .td-pb-span8 .td_module_14 .td-module-meta-info {
/* 7603  */     padding: 0 20px;
/* 7604  */   }
/* 7605  */ }
/* 7606  */ .td-pb-span8 .td_module_14 .td-excerpt {
/* 7607  */   padding: 0 60px;
/* 7608  */   /* responsive portrait tablet */
/* 7609  */   /* responsive small portrait phone */
/* 7610  */ }
/* 7611  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7612  */   .td-pb-span8 .td_module_14 .td-excerpt {
/* 7613  */     padding: 0 40px;
/* 7614  */   }
/* 7615  */ }
/* 7616  */ @media (max-width: 500px) {
/* 7617  */   .td-pb-span8 .td_module_14 .td-excerpt {
/* 7618  */     padding: 0 34px;
/* 7619  */   }
/* 7620  */ }
/* 7621  */ .td-pb-span4 .td_module_14 {
/* 7622  */   /* responsive portrait tablet */
/* 7623  */ }
/* 7624  */ .td-pb-span4 .td_module_14 .td-module-meta-info {
/* 7625  */   padding: 0 40px;
/* 7626  */   /* responsive small portrait phone */
/* 7627  */ }
/* 7628  */ @media (max-width: 500px) {
/* 7629  */   .td-pb-span4 .td_module_14 .td-module-meta-info {
/* 7630  */     padding: 0 20px;
/* 7631  */   }
/* 7632  */ }
/* 7633  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 7634  */   .td-pb-span4 .td_module_14 .entry-title {
/* 7635  */     font-size: 22px;
/* 7636  */     line-height: 30px;
/* 7637  */   }
/* 7638  */   .td-pb-span4 .td_module_14 .td-module-meta-info {
/* 7639  */     padding: 0 20px;
/* 7640  */   }
/* 7641  */ }
/* 7642  */ /*  ----------------------------------------------------------------------------
/* 7643  *|     Module 16
/* 7644  *| */
/* 7645  */ .td_module_16 {
/* 7646  */   padding-bottom: 40px;
/* 7647  */   /* responsive portrait phone */
/* 7648  */ }
/* 7649  */ @media (max-width: 767px) {
/* 7650  */   .td_module_16 {

/* td_standard_pack_main.css */

/* 7651  */     padding-bottom: 26px;
/* 7652  */   }
/* 7653  */ }
/* 7654  */ .td_module_16 .td-module-thumb {
/* 7655  */   position: absolute;
/* 7656  */   left: 0;
/* 7657  */   top: 0;
/* 7658  */   /* responsive portrait phone */
/* 7659  */ }
/* 7660  */ @media (max-width: 767px) {
/* 7661  */   .td_module_16 .td-module-thumb {
/* 7662  */     width: 80px;
/* 7663  */   }
/* 7664  */ }
/* 7665  */ .td_module_16 .item-details {
/* 7666  */   margin-left: 174px;
/* 7667  */   min-height: 150px;
/* 7668  */   /* responsive portrait phone */
/* 7669  */ }
/* 7670  */ @media (max-width: 767px) {
/* 7671  */   .td_module_16 .item-details {
/* 7672  */     margin-left: 95px;
/* 7673  */     min-height: 80px;
/* 7674  */   }
/* 7675  */ }
/* 7676  */ .td_module_16 .entry-title {
/* 7677  */   font-size: 22px;
/* 7678  */   line-height: 28px;
/* 7679  */   margin-bottom: 5px;
/* 7680  */   /* responsive portrait phone */
/* 7681  */   /* responsive portrait phone */
/* 7682  */ }
/* 7683  */ @media (max-width: 767px) {
/* 7684  */   .td_module_16 .entry-title {
/* 7685  */     font-weight: 500;
/* 7686  */   }
/* 7687  */ }
/* 7688  */ @media (max-width: 500px) {
/* 7689  */   .td_module_16 .entry-title {
/* 7690  */     font-size: 17px;
/* 7691  */     line-height: 22px;
/* 7692  */   }
/* 7693  */ }
/* 7694  */ .td_module_16 .td-excerpt {
/* 7695  */   /* responsive portrait phone */
/* 7696  */ }
/* 7697  */ @media (max-width: 767px) {
/* 7698  */   .td_module_16 .td-excerpt {
/* 7699  */     display: none;
/* 7700  */   }

/* td_standard_pack_main.css */

/* 7701  */ }
/* 7702  */ /*  ----------------------------------------------------------------------------
/* 7703  *|     Module 17
/* 7704  *| */
/* 7705  */ .td_module_17 {
/* 7706  */   /* responsive portrait tablet */
/* 7707  */ }
/* 7708  */ @media (max-width: 1018px) {
/* 7709  */   .td_module_17 {
/* 7710  */     padding-bottom: 10px;
/* 7711  */   }
/* 7712  */ }
/* 7713  */ .td_module_17 .td-module-image {
/* 7714  */   position: relative;
/* 7715  */   /* responsive portrait phone */
/* 7716  */ }
/* 7717  */ @media (max-width: 767px) {
/* 7718  */   .td_module_17 .td-module-image {
/* 7719  */     margin-left: -20px;
/* 7720  */     margin-right: -20px;
/* 7721  */   }
/* 7722  */ }
/* 7723  */ .td_module_17 .td-module-image .entry-thumb {
/* 7724  */   width: 100%;
/* 7725  */ }
/* 7726  */ .td_module_17 .entry-title {
/* 7727  */   font-size: 28px;
/* 7728  */   line-height: 38px;
/* 7729  */   font-weight: bold;
/* 7730  */   margin-bottom: 17px;
/* 7731  */ }
/* 7732  */ @media (max-width: 1018px) {
/* 7733  */   .td_module_17 .entry-title {
/* 7734  */     font-size: 21px;
/* 7735  */     line-height: 28px;
/* 7736  */     margin-bottom: 13px;
/* 7737  */   }
/* 7738  */ }
/* 7739  */ .td_module_17 .td-module-meta-holder {
/* 7740  */   position: absolute;
/* 7741  */   bottom: 0;
/* 7742  */   width: 100%;
/* 7743  */   height: 47px;
/* 7744  */   background-color: rgba(0, 0, 0, 0.7);
/* 7745  */   padding: 15px 15px 15px 18px;
/* 7746  */   font-size: 12px;
/* 7747  */   line-height: 1;
/* 7748  */   pointer-events: none;
/* 7749  */   /* responsive portrait phone */
/* 7750  */ }

/* td_standard_pack_main.css */

/* 7751  */ @media (max-width: 767px) {
/* 7752  */   .td_module_17 .td-module-meta-holder {
/* 7753  */     padding: 13px 12px;
/* 7754  */     height: 43px;
/* 7755  */   }
/* 7756  */ }
/* 7757  */ .td_module_17 .td-left-meta {
/* 7758  */   display: inline-block;
/* 7759  */ }
/* 7760  */ .td_module_17 .td-left-meta .td-post-author-name a {
/* 7761  */   color: #fff;
/* 7762  */   pointer-events: auto;
/* 7763  */ }
/* 7764  */ .td_module_17 .td-left-meta .td-post-author-name a:hover {
/* 7765  */   color: #aaa;
/* 7766  */ }
/* 7767  */ .td_module_17 .entry-review-stars {
/* 7768  */   color: #fff;
/* 7769  */ }
/* 7770  */ .td_module_17 .td-category-corner {
/* 7771  */   padding: 0;
/* 7772  */   text-align: left;
/* 7773  */ }
/* 7774  */ .td_module_17 .td-post-category {
/* 7775  */   background-color: #fff !important;
/* 7776  */   color: #000;
/* 7777  */   font-size: 11px;
/* 7778  */   padding: 5px 10px;
/* 7779  */   bottom: auto;
/* 7780  */   top: 0;
/* 7781  */ }
/* 7782  */ .td_module_17 .td-post-category:hover {
/* 7783  */   background-color: #fff;
/* 7784  */   color: #aaa;
/* 7785  */ }
/* 7786  */ .td_module_17 .td-module-comments {
/* 7787  */   pointer-events: auto;
/* 7788  */ }
/* 7789  */ .td_module_17 .td-module-comments a {
/* 7790  */   color: #000;
/* 7791  */   background-color: #fff !important;
/* 7792  */ }
/* 7793  */ .td_module_17 .td-module-comments a:after {
/* 7794  */   border-color: #fff transparent transparent transparent !important;
/* 7795  */ }
/* 7796  */ .td_module_17 .td-excerpt {
/* 7797  */   font-size: 16px;
/* 7798  */   line-height: 26px;
/* 7799  */   margin-top: 24px;
/* 7800  */ }

/* td_standard_pack_main.css */

/* 7801  */ @media (max-width: 1018px) {
/* 7802  */   .td_module_17 .td-excerpt {
/* 7803  */     font-size: 14px;
/* 7804  */     line-height: 24px;
/* 7805  */     margin-top: 20px;
/* 7806  */   }
/* 7807  */ }
/* 7808  */ .td_module_17 .td-read-more {
/* 7809  */   margin-top: 20px;
/* 7810  */ }
/* 7811  */ @media (max-width: 1018px) {
/* 7812  */   .td_module_17 .td-read-more {
/* 7813  */     margin-top: 15px;
/* 7814  */   }
/* 7815  */ }
/* 7816  */ .td_module_17 .td-read-more a {
/* 7817  */   background-color: transparent !important;
/* 7818  */   color: #000;
/* 7819  */   font-size: 14px;
/* 7820  */   padding: 0 10px 10px 0;
/* 7821  */ }
/* 7822  */ .td_module_17 .td-read-more a:hover {
/* 7823  */   color: var(--td_theme_color, #4db2ec);
/* 7824  */ }
/* 7825  */ .td_module_17 .td-icon-menu-right {
/* 7826  */   font-size: 9px;
/* 7827  */   margin-left: 8px;
/* 7828  */   vertical-align: middle;
/* 7829  */ }
/* 7830  */ .td_module_17 .td-module-image {
/* 7831  */   overflow: hidden;
/* 7832  */ }
/* 7833  */ .td_module_17 .td-module-thumb {
/* 7834  */   margin-bottom: 0;
/* 7835  */ }
/* 7836  */ /*  ----------------------------------------------------------------------------
/* 7837  *|     Module 18
/* 7838  *| */
/* 7839  */ .td_module_18 {
/* 7840  */   padding-bottom: 40px;
/* 7841  */   /* responsive portrait tablet */
/* 7842  */ }
/* 7843  */ @media (max-width: 1018px) {
/* 7844  */   .td_module_18 {
/* 7845  */     padding-bottom: 30px;
/* 7846  */   }
/* 7847  */ }
/* 7848  */ .td_module_18 .meta-info-container {
/* 7849  */   padding-bottom: 10px;
/* 7850  */   border-bottom: 1px dashed #f2f2f2;

/* td_standard_pack_main.css */

/* 7851  */   text-align: center;
/* 7852  */   /* responsive portrait tablet */
/* 7853  */ }
/* 7854  */ @media (max-width: 1018px) {
/* 7855  */   .td_module_18 .meta-info-container {
/* 7856  */     padding-bottom: 0;
/* 7857  */   }
/* 7858  */ }
/* 7859  */ .td_module_18 .td-module-thumb {
/* 7860  */   /* responsive portrait phone */
/* 7861  */ }
/* 7862  */ @media (max-width: 767px) {
/* 7863  */   .td_module_18 .td-module-thumb {
/* 7864  */     margin-left: -20px;
/* 7865  */     margin-right: -20px;
/* 7866  */   }
/* 7867  */ }
/* 7868  */ .td_module_18 .entry-title {
/* 7869  */   font-size: 25px;
/* 7870  */   line-height: 32px;
/* 7871  */   font-weight: bold;
/* 7872  */   margin: 9px 0 12px;
/* 7873  */   /* responsive portrait tablet */
/* 7874  */ }
/* 7875  */ @media (max-width: 1018px) {
/* 7876  */   .td_module_18 .entry-title {
/* 7877  */     font-size: 22px;
/* 7878  */     line-height: 28px;
/* 7879  */     margin: 8px 0;
/* 7880  */   }
/* 7881  */ }
/* 7882  */ .td_module_18 .td-module-meta-info {
/* 7883  */   position: relative;
/* 7884  */   width: 100%;
/* 7885  */   margin-bottom: 27px;
/* 7886  */   /* responsive portrait tablet */
/* 7887  */ }
/* 7888  */ @media (max-width: 1018px) {
/* 7889  */   .td_module_18 .td-module-meta-info {
/* 7890  */     margin-bottom: 18px;
/* 7891  */   }
/* 7892  */ }
/* 7893  */ .td_module_18 .td-post-author-name a {
/* 7894  */   font-size: 12px;
/* 7895  */ }
/* 7896  */ .td_module_18 .td-post-author-name a:hover {
/* 7897  */   opacity: 0.7;
/* 7898  */ }
/* 7899  */ .td_module_18 .td-post-date {
/* 7900  */   font-size: 12px;

/* td_standard_pack_main.css */

/* 7901  */ }
/* 7902  */ .td_module_18 .td-module-comments {
/* 7903  */   position: absolute;
/* 7904  */   right: 0;
/* 7905  */   bottom: -5px;
/* 7906  */ }
/* 7907  */ .td_module_18 .td-post-category {
/* 7908  */   text-transform: uppercase;
/* 7909  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 7910  */   font-size: 12px;
/* 7911  */   line-height: 1;
/* 7912  */   background-color: transparent;
/* 7913  */   color: #000;
/* 7914  */   display: inline-block;
/* 7915  */ }
/* 7916  */ .td_module_18 .td-post-category:hover {
/* 7917  */   background-color: transparent !important;
/* 7918  */   opacity: 0.7;
/* 7919  */ }
/* 7920  */ .td_module_18 .entry-thumb {
/* 7921  */   width: 100%;
/* 7922  */ }
/* 7923  */ .td_module_18 .td-excerpt {
/* 7924  */   font-size: 15px;
/* 7925  */   line-height: 27px;
/* 7926  */   margin-top: 20px;
/* 7927  */   /* responsive portrait tablet */
/* 7928  */ }
/* 7929  */ @media (max-width: 1018px) {
/* 7930  */   .td_module_18 .td-excerpt {
/* 7931  */     font-size: 13px;
/* 7932  */     line-height: 23px;
/* 7933  */   }
/* 7934  */ }
/* 7935  */ .td_module_18 .td-read-more {
/* 7936  */   margin-top: 9px;
/* 7937  */   margin-bottom: 23px;
/* 7938  */ }
/* 7939  */ .td_module_18 .td-read-more a {
/* 7940  */   background-color: transparent !important;
/* 7941  */   color: #000;
/* 7942  */   font-size: 14px;
/* 7943  */ }
/* 7944  */ .td_module_18 .td-read-more a:hover {
/* 7945  */   background-color: transparent !important;
/* 7946  */   color: var(--td_theme_color, #4db2ec);
/* 7947  */ }
/* 7948  */ .td_module_18 .td-icon-menu-right {
/* 7949  */   font-size: 9px;
/* 7950  */   margin-left: 8px;

/* td_standard_pack_main.css */

/* 7951  */   vertical-align: middle;
/* 7952  */ }
/* 7953  */ .td-pb-span12.td-main-content .td_module_18 .entry-title {
/* 7954  */   font-size: 34px;
/* 7955  */   line-height: 44px;
/* 7956  */   /* responsive portrait tablet */
/* 7957  */ }
/* 7958  */ @media (max-width: 1018px) {
/* 7959  */   .td-pb-span12.td-main-content .td_module_18 .entry-title {
/* 7960  */     font-size: 22px;
/* 7961  */     line-height: 28px;
/* 7962  */   }
/* 7963  */ }
/* 7964  */ /*  ----------------------------------------------------------------------------
/* 7965  *|     Module 19
/* 7966  *| */
/* 7967  */ .td_module_19 {
/* 7968  */   padding-bottom: 50px;
/* 7969  */   /* responsive portrait tablet */
/* 7970  */   /* responsive portrait phone */
/* 7971  */ }
/* 7972  */ @media (max-width: 1018px) {
/* 7973  */   .td_module_19 {
/* 7974  */     padding-bottom: 40px;
/* 7975  */   }
/* 7976  */ }
/* 7977  */ @media (max-width: 767px) {
/* 7978  */   .td_module_19 {
/* 7979  */     border-bottom: 1px dashed #f2f2f2;
/* 7980  */     padding-bottom: 20px;
/* 7981  */     margin-bottom: 20px;
/* 7982  */   }
/* 7983  */ }
/* 7984  */ .td_module_19 .meta-info-container {
/* 7985  */   position: relative;
/* 7986  */ }
/* 7987  */ .td_module_19 .td-module-image {
/* 7988  */   position: absolute;
/* 7989  */   top: 0;
/* 7990  */   left: 0;
/* 7991  */ }
/* 7992  */ .td_module_19 .td-module-thumb {
/* 7993  */   overflow: hidden;
/* 7994  */   width: 264px;
/* 7995  */   height: 366px;
/* 7996  */   margin-bottom: 0;
/* 7997  */   /* responsive portrait tablet */
/* 7998  */   /* responsive portrait phone */
/* 7999  */ }
/* 8000  */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 8001  */   .td_module_19 .td-module-thumb {
/* 8002  */     width: 210px;
/* 8003  */   }
/* 8004  */ }
/* 8005  */ @media (max-width: 767px) {
/* 8006  */   .td_module_19 .td-module-thumb {
/* 8007  */     width: 100px;
/* 8008  */     height: 120px;
/* 8009  */   }
/* 8010  */ }
/* 8011  */ .td_module_19 .entry-thumb {
/* 8012  */   max-width: none;
/* 8013  */   position: absolute;
/* 8014  */   margin: 0 auto;
/* 8015  */   left: -9999px;
/* 8016  */   right: -9999px;
/* 8017  */   width: auto;
/* 8018  */   height: 100%;
/* 8019  */ }
/* 8020  */ .td_module_19 .td-post-category {
/* 8021  */   display: inline-block;
/* 8022  */   padding: 5px 8px;
/* 8023  */   text-transform: uppercase;
/* 8024  */   font-size: 11px;
/* 8025  */   line-height: 1;
/* 8026  */   background-color: #000;
/* 8027  */   color: #fff;
/* 8028  */   position: absolute;
/* 8029  */   left: 0;
/* 8030  */   bottom: 25px;
/* 8031  */   z-index: 1;
/* 8032  */   /* responsive portrait phone */
/* 8033  */ }
/* 8034  */ @media (max-width: 767px) {
/* 8035  */   .td_module_19 .td-post-category {
/* 8036  */     padding: 4px 7px;
/* 8037  */     font-size: 9px;
/* 8038  */     bottom: 10px;
/* 8039  */   }
/* 8040  */ }
/* 8041  */ .td_module_19 .td-item-details {
/* 8042  */   margin-left: 294px;
/* 8043  */   min-height: 366px;
/* 8044  */   /* responsive portrait tablet */
/* 8045  */   /* responsive portrait phone */
/* 8046  */ }
/* 8047  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8048  */   .td_module_19 .td-item-details {
/* 8049  */     margin-left: 230px;
/* 8050  */   }

/* td_standard_pack_main.css */

/* 8051  */ }
/* 8052  */ @media (max-width: 767px) {
/* 8053  */   .td_module_19 .td-item-details {
/* 8054  */     margin-left: 120px;
/* 8055  */     min-height: 120px;
/* 8056  */   }
/* 8057  */ }
/* 8058  */ .td_module_19 .td-module-meta-info {
/* 8059  */   position: relative;
/* 8060  */ }
/* 8061  */ .td_module_19 .entry-title {
/* 8062  */   font-size: 30px;
/* 8063  */   line-height: 38px;
/* 8064  */   font-weight: 900;
/* 8065  */   margin-bottom: 10px;
/* 8066  */   /* responsive portrait tablet */
/* 8067  */   /* responsive portrait phone */
/* 8068  */ }
/* 8069  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8070  */   .td_module_19 .entry-title {
/* 8071  */     font-size: 24px;
/* 8072  */     line-height: 28px;
/* 8073  */   }
/* 8074  */ }
/* 8075  */ @media (max-width: 767px) {
/* 8076  */   .td_module_19 .entry-title {
/* 8077  */     font-size: 20px;
/* 8078  */     line-height: 25px;
/* 8079  */     margin-bottom: 8px;
/* 8080  */   }
/* 8081  */ }
/* 8082  */ .td_module_19 .td-post-author-name {
/* 8083  */   font-size: 13px;
/* 8084  */   /* responsive portrait tablet */
/* 8085  */   /* responsive portrait phone */
/* 8086  */ }
/* 8087  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8088  */   .td_module_19 .td-post-author-name {
/* 8089  */     font-size: 12px;
/* 8090  */   }
/* 8091  */ }
/* 8092  */ @media (max-width: 767px) {
/* 8093  */   .td_module_19 .td-post-author-name {
/* 8094  */     display: none;
/* 8095  */   }
/* 8096  */ }
/* 8097  */ .td_module_19 .td-post-author-name:hover {
/* 8098  */   color: var(--td_theme_color, #4db2ec);
/* 8099  */ }
/* 8100  */ .td_module_19 .td-post-date {

/* td_standard_pack_main.css */

/* 8101  */   font-size: 13px;
/* 8102  */   /* responsive portrait tablet */
/* 8103  */ }
/* 8104  */ @media (max-width: 1018px) {
/* 8105  */   .td_module_19 .td-post-date {
/* 8106  */     font-size: 12px;
/* 8107  */   }
/* 8108  */ }
/* 8109  */ .td_module_19 .td-excerpt {
/* 8110  */   font-size: 16px;
/* 8111  */   line-height: 26px;
/* 8112  */   margin-top: 18px;
/* 8113  */   /* responsive portrait tablet */
/* 8114  */   /* responsive portrait phone */
/* 8115  */ }
/* 8116  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8117  */   .td_module_19 .td-excerpt {
/* 8118  */     font-size: 14px;
/* 8119  */     line-height: 22px;
/* 8120  */     margin-top: 15px;
/* 8121  */   }
/* 8122  */ }
/* 8123  */ @media (max-width: 767px) {
/* 8124  */   .td_module_19 .td-excerpt {
/* 8125  */     display: none;
/* 8126  */   }
/* 8127  */ }
/* 8128  */ .td_module_19 .td-read-more {
/* 8129  */   margin-top: 21px;
/* 8130  */   /* responsive portrait tablet */
/* 8131  */   /* responsive portrait phone */
/* 8132  */ }
/* 8133  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8134  */   .td_module_19 .td-read-more {
/* 8135  */     margin-top: 15px;
/* 8136  */   }
/* 8137  */ }
/* 8138  */ @media (max-width: 767px) {
/* 8139  */   .td_module_19 .td-read-more {
/* 8140  */     display: none;
/* 8141  */   }
/* 8142  */ }
/* 8143  */ .td_module_19 .td-video-play-ico {
/* 8144  */   top: 20px;
/* 8145  */   right: 20px;
/* 8146  */   left: auto;
/* 8147  */   transform: none;
/* 8148  */   -webkit-transform: none;
/* 8149  */   /* responsive portrait phone */
/* 8150  */ }

/* td_standard_pack_main.css */

/* 8151  */ @media (max-width: 767px) {
/* 8152  */   .td_module_19 .td-video-play-ico {
/* 8153  */     width: 30px;
/* 8154  */     height: 30px;
/* 8155  */     font-size: 30px;
/* 8156  */     top: 10px;
/* 8157  */     right: 10px;
/* 8158  */     transform: none;
/* 8159  */     -webkit-transform: none;
/* 8160  */   }
/* 8161  */ }
/* 8162  */ .td_module_19 .td-read-more a {
/* 8163  */   background-color: #000;
/* 8164  */   color: #fff;
/* 8165  */   font-size: 14px;
/* 8166  */   /* responsive portrait tablet */
/* 8167  */   /* responsive portrait phone */
/* 8168  */ }
/* 8169  */ @media (max-width: 1018px) {
/* 8170  */   .td_module_19 .td-read-more a {
/* 8171  */     font-size: 13px;
/* 8172  */   }
/* 8173  */ }
/* 8174  */ @media (max-width: 767px) {
/* 8175  */   .td_module_19 .td-read-more a {
/* 8176  */     font-size: 11px;
/* 8177  */     padding: 8px 11px;
/* 8178  */     display: none;
/* 8179  */   }
/* 8180  */ }
/* 8181  */ .td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
/* 8182  */   width: 534px;
/* 8183  */   height: 350px;
/* 8184  */   /* responsive portrait tablet */
/* 8185  */   /* responsive portrait phone */
/* 8186  */ }
/* 8187  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8188  */   .td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
/* 8189  */     width: 400px;
/* 8190  */     height: 320px;
/* 8191  */   }
/* 8192  */ }
/* 8193  */ @media (max-width: 767px) {
/* 8194  */   .td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
/* 8195  */     width: 100px;
/* 8196  */     height: 120px;
/* 8197  */   }
/* 8198  */ }
/* 8199  */ .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
/* 8200  */   height: auto;

/* td_standard_pack_main.css */

/* 8201  */   /* responsive tablet + desktop */
/* 8202  */   /* responsive portrait tablet */
/* 8203  */   /* responsive portrait phone */
/* 8204  */ }
/* 8205  */ @media (min-width: 767px) {
/* 8206  */   .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
/* 8207  */     max-width: 100%;
/* 8208  */   }
/* 8209  */ }
/* 8210  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8211  */   .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
/* 8212  */     width: 100%;
/* 8213  */   }
/* 8214  */ }
/* 8215  */ @media (max-width: 767px) {
/* 8216  */   .td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
/* 8217  */     height: 100%;
/* 8218  */   }
/* 8219  */ }
/* 8220  */ .td-pb-span12.td-main-content .td_module_19 .td-item-details {
/* 8221  */   min-height: 350px;
/* 8222  */   margin-left: 564px;
/* 8223  */   /* responsive portrait tablet */
/* 8224  */   /* responsive portrait phone */
/* 8225  */ }
/* 8226  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8227  */   .td-pb-span12.td-main-content .td_module_19 .td-item-details {
/* 8228  */     min-height: 330px;
/* 8229  */     margin-left: 430px;
/* 8230  */   }
/* 8231  */ }
/* 8232  */ @media (max-width: 767px) {
/* 8233  */   .td-pb-span12.td-main-content .td_module_19 .td-item-details {
/* 8234  */     min-height: 120px;
/* 8235  */     margin-left: 115px;
/* 8236  */   }
/* 8237  */ }
/* 8238  */ /*  ----------------------------------------------------------------------------
/* 8239  *|     Module mx1
/* 8240  *| */
/* 8241  */ .td_module_mx1 {
/* 8242  */   position: relative;
/* 8243  */   padding-bottom: 0;
/* 8244  */   margin-bottom: 3px;
/* 8245  */   /* responsive portrait tablet */
/* 8246  */ }
/* 8247  */ .td_module_mx1 .td-module-meta-info .td-post-category {
/* 8248  */   background-color: #fff !important;
/* 8249  */   color: #222;
/* 8250  */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 8251  */ }
/* 8252  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8253  */   .td_module_mx1 .td-module-meta-info .td-post-category {
/* 8254  */     display: none;
/* 8255  */   }
/* 8256  */ }
/* 8257  */ .td_module_mx1 .td-module-meta-info {
/* 8258  */   position: absolute;
/* 8259  */   bottom: 0;
/* 8260  */   padding: 0 17px;
/* 8261  */   margin-bottom: 17px;
/* 8262  */   z-index: 1;
/* 8263  */ }
/* 8264  */ .td_module_mx1 .td-module-meta-info .td-post-author-name a {
/* 8265  */   color: #fff;
/* 8266  */ }
/* 8267  */ .td_module_mx1 .entry-title {
/* 8268  */   font-size: 17px;
/* 8269  */   font-weight: 700;
/* 8270  */   line-height: 21px;
/* 8271  */   /* responsive portrait tablet */
/* 8272  */ }
/* 8273  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8274  */   .td_module_mx1 .entry-title {
/* 8275  */     font-size: 15px;
/* 8276  */     font-weight: 500;
/* 8277  */     line-height: 20px;
/* 8278  */   }
/* 8279  */ }
/* 8280  */ .td_module_mx1 .entry-title a {
/* 8281  */   color: #fff !important;
/* 8282  */ }
/* 8283  */ .td_module_mx1 .td-video-play-ico {
/* 8284  */   z-index: 1;
/* 8285  */   /* responsive portrait tablet */
/* 8286  */ }
/* 8287  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8288  */   .td_module_mx1 .td-video-play-ico {
/* 8289  */     top: auto;
/* 8290  */     left: auto;
/* 8291  */     bottom: 10px;
/* 8292  */     right: 10px;
/* 8293  */     transform: none;
/* 8294  */     -webkit-transform: none;
/* 8295  */   }
/* 8296  */ }
/* 8297  */ .td_module_mx1 .td-icon-star,
/* 8298  */ .td_module_mx1 .td-icon-star-half,
/* 8299  */ .td_module_mx1 .td-icon-star-empty {
/* 8300  */   color: #fff;

/* td_standard_pack_main.css */

/* 8301  */   /* responsive portrait tablet */
/* 8302  */ }
/* 8303  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8304  */   .td_module_mx1 .td-icon-star,
/* 8305  */   .td_module_mx1 .td-icon-star-half,
/* 8306  */   .td_module_mx1 .td-icon-star-empty {
/* 8307  */     font-size: 14px;
/* 8308  */     width: 17px;
/* 8309  */   }
/* 8310  */ }
/* 8311  */ .td_module_mx1 .td-module-thumb {
/* 8312  */   margin-bottom: 0;
/* 8313  */   overflow: hidden;
/* 8314  */   height: 220px;
/* 8315  */   /* responsive landscape tablet */
/* 8316  */ }
/* 8317  */ @media (max-width: 1140px) {
/* 8318  */   .td_module_mx1 .td-module-thumb {
/* 8319  */     height: auto;
/* 8320  */   }
/* 8321  */ }
/* 8322  */ .td_module_mx1 .td-module-thumb .entry-thumb {
/* 8323  */   max-width: none;
/* 8324  */   /* responsive landscape tablet */
/* 8325  */ }
/* 8326  */ @media (max-width: 1140px) {
/* 8327  */   .td_module_mx1 .td-module-thumb .entry-thumb {
/* 8328  */     max-width: 100%;
/* 8329  */     width: 100%;
/* 8330  */   }
/* 8331  */ }
/* 8332  */ .td_module_mx1 .td-module-thumb a:last-child:before {
/* 8333  */   bottom: 0;
/* 8334  */   top: auto;
/* 8335  */   content: "";
/* 8336  */   display: block;
/* 8337  */   height: 80%;
/* 8338  */   width: 100%;
/* 8339  */   position: absolute;
/* 8340  */   z-index: 1;
/* 8341  */   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)));
/* 8342  */   /* Chrome,Safari4+ */
/* 8343  */   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
/* 8344  */   /* Chrome10+,Safari5.1+ */
/* 8345  */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
/* 8346  */   /* W3C */
/* 8347  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
/* 8348  */   /* IE6-9 */
/* 8349  */ }
/* 8350  */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 8351  */   .td_module_mx1 .td-author-date {
/* 8352  */     display: block;
/* 8353  */     margin-top: 5px;
/* 8354  */   }
/* 8355  */ }
/* 8356  */ /*  ----------------------------------------------------------------------------
/* 8357  *|     Module mx2
/* 8358  *| */
/* 8359  */ .td_module_mx2 {
/* 8360  */   padding-bottom: 0;
/* 8361  */   *zoom: 1;
/* 8362  */ }
/* 8363  */ .td_module_mx2:before,
/* 8364  */ .td_module_mx2:after {
/* 8365  */   display: table;
/* 8366  */   content: "";
/* 8367  */   line-height: 0;
/* 8368  */ }
/* 8369  */ .td_module_mx2:after {
/* 8370  */   clear: both;
/* 8371  */ }
/* 8372  */ .td_module_mx2 .entry-title {
/* 8373  */   font-size: 13px;
/* 8374  */   font-weight: 500;
/* 8375  */   line-height: 18px;
/* 8376  */   margin: 0 0 5px 0;
/* 8377  */ }
/* 8378  */ .td_module_mx2 .entry-thumb {
/* 8379  */   width: 80px;
/* 8380  */ }
/* 8381  */ .td_module_mx2 .td-module-thumb {
/* 8382  */   position: absolute;
/* 8383  */   margin-bottom: 0;
/* 8384  */ }
/* 8385  */ .td_module_mx2 .item-details {
/* 8386  */   margin: 0 0 20px 100px;
/* 8387  */   min-height: 60px;
/* 8388  */   padding-top: 2px;
/* 8389  */ }
/* 8390  */ .td_module_mx2.td-module-search-def .item-details {
/* 8391  */   min-height: 80px;
/* 8392  */ }
/* 8393  */ .td_block_inner .td_module_mx2 {
/* 8394  */   /* responsive portrait tablet */
/* 8395  */   /* responsive portrait phone */
/* 8396  */   /* responsive small portrait phone */
/* 8397  */ }
/* 8398  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8399  */   .td_block_inner .td_module_mx2 .item-details {
/* 8400  */     margin-left: 95px;

/* td_standard_pack_main.css */

/* 8401  */   }
/* 8402  */   .td_block_inner .td_module_mx2 .td-post-category {
/* 8403  */     margin-bottom: 5px;
/* 8404  */   }
/* 8405  */   .td_block_inner .td_module_mx2 .td-icon-star,
/* 8406  */   .td_block_inner .td_module_mx2 .td-icon-star-empty,
/* 8407  */   .td_block_inner .td_module_mx2 .td-icon-star-half {
/* 8408  */     font-size: 15px;
/* 8409  */     width: 17px;
/* 8410  */   }
/* 8411  */ }
/* 8412  */ @media (max-width: 767px) {
/* 8413  */   .td_block_inner .td_module_mx2 .entry-title {
/* 8414  */     font-size: 16px;
/* 8415  */     line-height: 22px;
/* 8416  */   }
/* 8417  */   .td_block_inner .td_module_mx2 .item-details {
/* 8418  */     margin-bottom: 30px;
/* 8419  */   }
/* 8420  */ }
/* 8421  */ @media (max-width: 500px) {
/* 8422  */   .td_block_inner .td_module_mx2 .entry-title {
/* 8423  */     font-size: 14px;
/* 8424  */     line-height: 20px;
/* 8425  */   }
/* 8426  */ }
/* 8427  */ /*  ----------------------------------------------------------------------------
/* 8428  *|     Module mx3
/* 8429  *| */
/* 8430  */ .td_module_mx3 {
/* 8431  */   position: relative;
/* 8432  */   padding-bottom: 53px;
/* 8433  */   margin-bottom: 18px;
/* 8434  */   /* responsive portrait phone */
/* 8435  */   /* responsive small portrait phone */
/* 8436  */   /* responsive portrait phone */
/* 8437  */ }
/* 8438  */ @media (max-width: 767px) {
/* 8439  */   .td_module_mx3 {
/* 8440  */     width: 48%;
/* 8441  */     float: left;
/* 8442  */     padding-bottom: 73px;
/* 8443  */     margin-bottom: 0;
/* 8444  */   }
/* 8445  */   .td_module_mx3:nth-child(even) {
/* 8446  */     margin-left: 4%;
/* 8447  */   }
/* 8448  */ }
/* 8449  */ @media (max-width: 500px) {
/* 8450  */   .td_module_mx3 {

/* td_standard_pack_main.css */

/* 8451  */     width: 100%;
/* 8452  */     float: left;
/* 8453  */     padding-bottom: 75px;
/* 8454  */   }
/* 8455  */   .td_module_mx3:nth-child(even) {
/* 8456  */     margin-left: 0;
/* 8457  */   }
/* 8458  */ }
/* 8459  */ .td_module_mx3:last-child {
/* 8460  */   margin-bottom: 0;
/* 8461  */ }
/* 8462  */ .td_module_mx3 .td-module-meta-info {
/* 8463  */   position: absolute;
/* 8464  */   bottom: 7px;
/* 8465  */   width: 284px;
/* 8466  */   background-color: #fff;
/* 8467  */   border-bottom: 1px dashed #f1f1f1;
/* 8468  */   margin: 0 20px;
/* 8469  */   padding: 14px 20px 25px 20px;
/* 8470  */   /* responsive landscape tablet */
/* 8471  */   /* responsive portrait tablet */
/* 8472  */   /* responsive portrait phone */
/* 8473  */ }
/* 8474  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 8475  */   .td_module_mx3 .td-module-meta-info {
/* 8476  */     width: 270px;
/* 8477  */     margin: 0 15px;
/* 8478  */   }
/* 8479  */ }
/* 8480  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8481  */   .td_module_mx3 .td-module-meta-info {
/* 8482  */     width: 208px;
/* 8483  */     margin: 0 10px;
/* 8484  */     padding: 9px 16px 25px;
/* 8485  */   }
/* 8486  */   .td_module_mx3 .td-module-meta-info .td-post-category {
/* 8487  */     display: none;
/* 8488  */   }
/* 8489  */ }
/* 8490  */ @media (max-width: 767px) {
/* 8491  */   .td_module_mx3 .td-module-meta-info {
/* 8492  */     width: 90%;
/* 8493  */     margin: 0 5%;
/* 8494  */     bottom: 33px;
/* 8495  */     padding-left: 5%;
/* 8496  */     padding-right: 5%;
/* 8497  */     padding-bottom: 20px;
/* 8498  */     border-bottom: 0;
/* 8499  */   }
/* 8500  */ }

/* td_standard_pack_main.css */

/* 8501  */ .td_module_mx3 .td-post-category {
/* 8502  */   /* responsive max portrait tablet */
/* 8503  */ }
/* 8504  */ @media (max-width: 1018px) {
/* 8505  */   .td_module_mx3 .td-post-category {
/* 8506  */     display: none;
/* 8507  */   }
/* 8508  */ }
/* 8509  */ .td_module_mx3 .entry-title {
/* 8510  */   position: relative;
/* 8511  */   font-size: 17px;
/* 8512  */   font-weight: 700;
/* 8513  */   line-height: 21px;
/* 8514  */   font-style: normal;
/* 8515  */   margin: 0 0 12px 0;
/* 8516  */   height: auto;
/* 8517  */   bottom: 0;
/* 8518  */   /* responsive portrait tablet */
/* 8519  */   /* responsive small portrait phone */
/* 8520  */ }
/* 8521  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8522  */   .td_module_mx3 .entry-title {
/* 8523  */     font-size: 15px;
/* 8524  */   }
/* 8525  */ }
/* 8526  */ @media (max-width: 500px) {
/* 8527  */   .td_module_mx3 .entry-title {
/* 8528  */     font-size: 18px;
/* 8529  */     line-height: 26px;
/* 8530  */     font-weight: 500;
/* 8531  */   }
/* 8532  */ }
/* 8533  */ @media (max-width: 767px) {
/* 8534  */   .td_module_mx3 .entry-thumb {
/* 8535  */     width: 100%;
/* 8536  */   }
/* 8537  */ }
/* 8538  */ /*  ----------------------------------------------------------------------------
/* 8539  *|     Module mx4
/* 8540  *| */
/* 8541  */ .td_module_mx4 {
/* 8542  */   /* responsive small portrait phone */
/* 8543  */ }
/* 8544  */ .td_module_mx4 .td-module-thumb {
/* 8545  */   margin-bottom: 7px;
/* 8546  */   /* responsive small portrait phone */
/* 8547  */ }
/* 8548  */ @media (max-width: 500px) {
/* 8549  */   .td_module_mx4 .td-module-thumb {
/* 8550  */     margin-bottom: 0;

/* td_standard_pack_main.css */

/* 8551  */   }
/* 8552  */ }
/* 8553  */ .td_module_mx4 .entry-title {
/* 8554  */   font-size: 15px;
/* 8555  */   line-height: 20px;
/* 8556  */   font-weight: 500;
/* 8557  */   margin-bottom: 0;
/* 8558  */   /* responsive small portrait phone */
/* 8559  */ }
/* 8560  */ @media (max-width: 500px) {
/* 8561  */   .td_module_mx4 .entry-title {
/* 8562  */     padding-left: 115px;
/* 8563  */     font-size: 14px;
/* 8564  */     line-height: 21px;
/* 8565  */   }
/* 8566  */ }
/* 8567  */ .td_module_mx4 .td_quote_on_blocks {
/* 8568  */   margin-top: 10px;
/* 8569  */ }
/* 8570  */ .td_module_mx4 .entry-thumb {
/* 8571  */   width: 100%;
/* 8572  */ }
/* 8573  */ .td_module_mx4 .td-video-play-ico {
/* 8574  */   /* responsive portrait phone */
/* 8575  */   /* responsive small portrait phone */
/* 8576  */ }
/* 8577  */ @media (max-width: 767px) {
/* 8578  */   .td_module_mx4 .td-video-play-ico {
/* 8579  */     width: 30px;
/* 8580  */     height: 30px;
/* 8581  */     font-size: 30px;
/* 8582  */   }
/* 8583  */ }
/* 8584  */ @media (max-width: 500px) {
/* 8585  */   .td_module_mx4 .td-video-play-ico {
/* 8586  */     width: 20px;
/* 8587  */     height: 20px;
/* 8588  */     font-size: 20px;
/* 8589  */   }
/* 8590  */ }
/* 8591  */ @media (max-width: 500px) {
/* 8592  */   .td_module_mx4 {
/* 8593  */     min-height: 69px;
/* 8594  */     padding-bottom: 0;
/* 8595  */     margin-bottom: 30px;
/* 8596  */   }
/* 8597  */   .td_module_mx4 .td-module-image {
/* 8598  */     width: 100px;
/* 8599  */     position: absolute;
/* 8600  */     left: 0;

/* td_standard_pack_main.css */

/* 8601  */     top: 0;
/* 8602  */   }
/* 8603  */ }
/* 8604  */ .td-column-3 .td_module_mx4 .entry-title {
/* 8605  */   /* responsive portrait phone */
/* 8606  */   /* responsive small portrait phone */
/* 8607  */ }
/* 8608  */ @media (max-width: 767px) {
/* 8609  */   .td-column-3 .td_module_mx4 .entry-title {
/* 8610  */     font-size: 12px;
/* 8611  */     line-height: 18px;
/* 8612  */   }
/* 8613  */ }
/* 8614  */ @media (max-width: 500px) {
/* 8615  */   .td-column-3 .td_module_mx4 .entry-title {
/* 8616  */     padding-left: 115px;
/* 8617  */     font-size: 14px;
/* 8618  */     line-height: 21px;
/* 8619  */   }
/* 8620  */ }
/* 8621  */ .td-column-1 .td_module_mx4 {
/* 8622  */   padding-bottom: 22px;
/* 8623  */   /* responsive portrait phone */
/* 8624  */   /* responsive small portrait phone */
/* 8625  */ }
/* 8626  */ @media (max-width: 767px) {
/* 8627  */   .td-column-1 .td_module_mx4 {
/* 8628  */     padding-bottom: 35px;
/* 8629  */   }
/* 8630  */ }
/* 8631  */ .td-column-1 .td_module_mx4 .entry-title {
/* 8632  */   font-size: 13px;
/* 8633  */   line-height: 18px;
/* 8634  */   font-weight: 500;
/* 8635  */   /* responsive portrait phone */
/* 8636  */   /* responsive small portrait phone */
/* 8637  */ }
/* 8638  */ @media (max-width: 767px) {
/* 8639  */   .td-column-1 .td_module_mx4 .entry-title {
/* 8640  */     font-size: 16px;
/* 8641  */     line-height: 22px;
/* 8642  */   }
/* 8643  */ }
/* 8644  */ @media (max-width: 500px) {
/* 8645  */   .td-column-1 .td_module_mx4 .entry-title {
/* 8646  */     font-size: 14px;
/* 8647  */     line-height: 21px;
/* 8648  */     padding-left: 0;
/* 8649  */   }
/* 8650  */ }

/* td_standard_pack_main.css */

/* 8651  */ .td-column-1 .td_module_mx4 .td-video-play-ico {
/* 8652  */   width: 30px;
/* 8653  */   height: 30px;
/* 8654  */   font-size: 30px;
/* 8655  */ }
/* 8656  */ @media (max-width: 500px) {
/* 8657  */   .td-column-1 .td_module_mx4 {
/* 8658  */     margin-bottom: 0;
/* 8659  */   }
/* 8660  */   .td-column-1 .td_module_mx4 .td-module-thumb {
/* 8661  */     margin-bottom: 7px;
/* 8662  */   }
/* 8663  */   .td-column-1 .td_module_mx4 .td-module-image {
/* 8664  */     width: 100%;
/* 8665  */     position: relative;
/* 8666  */   }
/* 8667  */   .td-column-1 .td_module_mx4 .td-post-category {
/* 8668  */     width: auto;
/* 8669  */   }
/* 8670  */ }
/* 8671  */ /*  ----------------------------------------------------------------------------
/* 8672  *|     Module mx7
/* 8673  *| */
/* 8674  */ .td_module_mx7 {
/* 8675  */   /* responsive portrait tablet */
/* 8676  */   /* responsive portrait phone */
/* 8677  */ }
/* 8678  */ .td_module_mx7 .td-module-thumb {
/* 8679  */   margin-bottom: 9px;
/* 8680  */ }
/* 8681  */ .td_module_mx7 .entry-title {
/* 8682  */   font-size: 16px;
/* 8683  */   line-height: 21px;
/* 8684  */   font-weight: 500;
/* 8685  */   /* responsive portrait tablet */
/* 8686  */ }
/* 8687  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8688  */   .td_module_mx7 .entry-title {
/* 8689  */     font-size: 14px;
/* 8690  */     line-height: 20px;
/* 8691  */   }
/* 8692  */ }
/* 8693  */ .td_module_mx7 .td-module-meta-info {
/* 8694  */   margin-bottom: 13px;
/* 8695  */ }
/* 8696  */ .td_module_mx7 .td_quote_on_blocks {
/* 8697  */   margin-top: 10px;
/* 8698  */ }
/* 8699  */ .td_module_mx7 .td-post-author-name {
/* 8700  */   display: block;

/* td_standard_pack_main.css */

/* 8701  */   margin-bottom: 10px;
/* 8702  */ }
/* 8703  */ .td_module_mx7 .td-post-author-name span {
/* 8704  */   display: none;
/* 8705  */ }
/* 8706  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8707  */   .td_module_mx7 .td-post-author-name {
/* 8708  */     display: none;
/* 8709  */   }
/* 8710  */ }
/* 8711  */ @media (max-width: 767px) {
/* 8712  */   .td_module_mx7 .entry-thumb {
/* 8713  */     width: 100%;
/* 8714  */   }
/* 8715  */ }
/* 8716  */ .td-column-3 .td_module_mx7 {
/* 8717  */   /* responsive portrait phone */
/* 8718  */ }
/* 8719  */ @media (max-width: 767px) {
/* 8720  */   .td-column-3 .td_module_mx7 .td-post-author-name {
/* 8721  */     display: none;
/* 8722  */   }
/* 8723  */   .td-column-3 .td_module_mx7 .entry-title {
/* 8724  */     font-size: 18px;
/* 8725  */     line-height: 24px;
/* 8726  */   }
/* 8727  */   .td-column-3 .td_module_mx7 .td-video-play-ico {
/* 8728  */     width: 40px;
/* 8729  */     height: 40px;
/* 8730  */     font-size: 40px;
/* 8731  */     border-width: 2px;
/* 8732  */   }
/* 8733  */ }
/* 8734  */ /*  ----------------------------------------------------------------------------
/* 8735  *|     Module mx8
/* 8736  *| */
/* 8737  */ .td_module_mx8:hover .entry-title a {
/* 8738  */   color: #fff !important;
/* 8739  */ }
/* 8740  */ .td_module_mx8 .td-module-thumb {
/* 8741  */   margin-bottom: 5px;
/* 8742  */   overflow: hidden;
/* 8743  */ }
/* 8744  */ .td_module_mx8 .td-module-thumb a:last-child:after {
/* 8745  */   bottom: 0;
/* 8746  */   content: "";
/* 8747  */   display: block;
/* 8748  */   height: 80%;
/* 8749  */   width: 100%;
/* 8750  */   position: absolute;

/* td_standard_pack_main.css */

/* 8751  */   z-index: 0;
/* 8752  */   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)));
/* 8753  */   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
/* 8754  */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
/* 8755  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
/* 8756  */ }
/* 8757  */ .td_module_mx8 .entry-thumb {
/* 8758  */   width: 100%;
/* 8759  */ }
/* 8760  */ .td_module_mx8 .meta-info-container {
/* 8761  */   position: relative;
/* 8762  */ }
/* 8763  */ .td_module_mx8 .td-module-meta-info {
/* 8764  */   position: absolute;
/* 8765  */   bottom: 14px;
/* 8766  */   margin-bottom: 0;
/* 8767  */   width: 100%;
/* 8768  */   padding: 0 21px;
/* 8769  */ }
/* 8770  */ .td_module_mx8 .entry-title {
/* 8771  */   font-weight: 500;
/* 8772  */   font-size: 24px;
/* 8773  */   line-height: 32px;
/* 8774  */ }
/* 8775  */ .td_module_mx8 .td-post-category {
/* 8776  */   background-color: #fff !important;
/* 8777  */   color: #000;
/* 8778  */ }
/* 8779  */ .td_module_mx8 .entry-review-stars {
/* 8780  */   margin-right: 22px;
/* 8781  */ }
/* 8782  */ .td_module_mx8 .entry-title a,
/* 8783  */ .td_module_mx8 .td-post-author-name a,
/* 8784  */ .td_module_mx8 .td-post-date,
/* 8785  */ .td_module_mx8 .td-icon-star,
/* 8786  */ .td_module_mx8 .td-icon-star-half,
/* 8787  */ .td_module_mx8 .td-icon-star-empty {
/* 8788  */   color: #fff;
/* 8789  */ }
/* 8790  */ .td_module_mx8 .td-module-comments {
/* 8791  */   float: none;
/* 8792  */   display: inline-block;
/* 8793  */   vertical-align: top;
/* 8794  */   top: 2px;
/* 8795  */   margin-left: 22px;
/* 8796  */ }
/* 8797  */ .td_module_mx8 .td-module-comments a {
/* 8798  */   background-color: transparent !important;
/* 8799  */   padding: 0;
/* 8800  */   font-size: 11px;

/* td_standard_pack_main.css */

/* 8801  */   font-weight: 400;
/* 8802  */ }
/* 8803  */ .td_module_mx8 .td-module-comments a:before {
/* 8804  */   font-family: 'newspaper', sans-serif;
/* 8805  */   speak: none;
/* 8806  */   font-style: normal;
/* 8807  */   font-weight: normal;
/* 8808  */   font-variant: normal;
/* 8809  */   text-transform: none;
/* 8810  */   line-height: 1;
/* 8811  */   text-align: center;
/* 8812  */   -webkit-font-smoothing: antialiased;
/* 8813  */   -moz-osx-font-smoothing: grayscale;
/* 8814  */   content: "\e83b";
/* 8815  */   margin-right: 5px;
/* 8816  */   font-size: 9px;
/* 8817  */ }
/* 8818  */ .td_module_mx8 .td-module-comments a:after {
/* 8819  */   display: none;
/* 8820  */ }
/* 8821  */ .td-pb-span4 .td_module_mx8 {
/* 8822  */   /* responsive portrait tablet */
/* 8823  */ }
/* 8824  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8825  */   .td-pb-span4 .td_module_mx8 .td-author-date {
/* 8826  */     display: none;
/* 8827  */   }
/* 8828  */   .td-pb-span4 .td_module_mx8 .td-module-meta-info {
/* 8829  */     bottom: 10px;
/* 8830  */   }
/* 8831  */   .td-pb-span4 .td_module_mx8 .td_module_wrap .entry-title {
/* 8832  */     margin: 0;
/* 8833  */   }
/* 8834  */   .td-pb-span4 .td_module_mx8 .td-video-play-ico {
/* 8835  */     width: 30px;
/* 8836  */     height: 30px;
/* 8837  */     top: 10px;
/* 8838  */     right: 10px;
/* 8839  */     transform: none;
/* 8840  */     -webkit-transform: none;
/* 8841  */   }
/* 8842  */   .td-pb-span4 .td_module_mx8 .entry-title {
/* 8843  */     margin: 0;
/* 8844  */   }
/* 8845  */ }
/* 8846  */ /*  ----------------------------------------------------------------------------
/* 8847  *|     Module MX16
/* 8848  *| */
/* 8849  */ .td_module_mx16 {
/* 8850  */   padding-bottom: 35px;

/* td_standard_pack_main.css */

/* 8851  */ }
/* 8852  */ .td_module_mx16 .entry-title {
/* 8853  */   font-size: 24px;
/* 8854  */   line-height: 28px;
/* 8855  */   font-weight: 900;
/* 8856  */   margin-bottom: 10px;
/* 8857  */   /* responsive portrait tablet */
/* 8858  */ }
/* 8859  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8860  */   .td_module_mx16 .entry-title {
/* 8861  */     font-size: 19px;
/* 8862  */     line-height: 22px;
/* 8863  */     font-weight: 700;
/* 8864  */   }
/* 8865  */ }
/* 8866  */ .td_module_mx16 .td-info-container {
/* 8867  */   position: relative;
/* 8868  */ }
/* 8869  */ .td_module_mx16 .td-module-image {
/* 8870  */   width: 100px;
/* 8871  */   height: 140px;
/* 8872  */   overflow: hidden;
/* 8873  */   position: absolute;
/* 8874  */   top: 0;
/* 8875  */   left: 0;
/* 8876  */   /* responsive portrait tablet */
/* 8877  */ }
/* 8878  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8879  */   .td_module_mx16 .td-module-image {
/* 8880  */     width: 80px;
/* 8881  */   }
/* 8882  */ }
/* 8883  */ .td_module_mx16 .entry-thumb {
/* 8884  */   max-width: none;
/* 8885  */   position: absolute;
/* 8886  */   margin: 0 auto;
/* 8887  */   left: -9999px;
/* 8888  */   right: -9999px;
/* 8889  */   width: auto;
/* 8890  */   height: 140px;
/* 8891  */ }
/* 8892  */ .td_module_mx16 .td-post-category {
/* 8893  */   display: inline-block;
/* 8894  */   padding: 4px 7px;
/* 8895  */   margin-right: 0;
/* 8896  */   font-size: 9px;
/* 8897  */   bottom: 15px;
/* 8898  */   text-transform: uppercase;
/* 8899  */   line-height: 1;
/* 8900  */   background-color: #000;

/* td_standard_pack_main.css */

/* 8901  */   color: #fff;
/* 8902  */   position: absolute;
/* 8903  */   left: 0;
/* 8904  */   z-index: 1;
/* 8905  */ }
/* 8906  */ .td_module_mx16 .td-video-play-ico {
/* 8907  */   width: 20px;
/* 8908  */   height: 20px;
/* 8909  */   font-size: 20px;
/* 8910  */   top: 10px;
/* 8911  */   right: 10px;
/* 8912  */   border-width: 1px;
/* 8913  */   transform: none;
/* 8914  */   -webkit-transform: none;
/* 8915  */   /* responsive portrait phone */
/* 8916  */ }
/* 8917  */ @media (max-width: 767px) {
/* 8918  */   .td_module_mx16 .td-video-play-ico {
/* 8919  */     width: 30px;
/* 8920  */     height: 30px;
/* 8921  */     font-size: 30px;
/* 8922  */     border-width: 2px;
/* 8923  */     top: 10px;
/* 8924  */     right: 10px;
/* 8925  */   }
/* 8926  */ }
/* 8927  */ .td_module_mx16 .td-item-details {
/* 8928  */   margin-left: 120px;
/* 8929  */   min-height: 140px;
/* 8930  */   /* responsive portrait tablet */
/* 8931  */ }
/* 8932  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8933  */   .td_module_mx16 .td-item-details {
/* 8934  */     margin-left: 90px;
/* 8935  */   }
/* 8936  */ }
/* 8937  */ .td_module_mx16 .td-module-meta-info {
/* 8938  */   position: relative;
/* 8939  */ }
/* 8940  */ .td_module_mx16 .td-post-date {
/* 8941  */   font-size: 12px;
/* 8942  */ }
/* 8943  */ .td_module_mx16 .td-module-comments {
/* 8944  */   position: absolute;
/* 8945  */   bottom: 2px;
/* 8946  */   right: 0;
/* 8947  */ }
/* 8948  */ .td_module_mx16 .td-excerpt {
/* 8949  */   font-size: 13px;
/* 8950  */   line-height: 19px;

/* td_standard_pack_main.css */

/* 8951  */   margin: 0;
/* 8952  */ }
/* 8953  */ .td_module_mx16 .td-read-more {
/* 8954  */   margin: 13px 0 0 0;
/* 8955  */   /* responsive portrait tablet */
/* 8956  */ }
/* 8957  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 8958  */   .td_module_mx16 .td-read-more {
/* 8959  */     display: none;
/* 8960  */   }
/* 8961  */ }
/* 8962  */ .td_module_mx16 .td-read-more a {
/* 8963  */   background-color: #000;
/* 8964  */   color: #fff;
/* 8965  */   font-size: 11px;
/* 8966  */   padding: 8px 11px;
/* 8967  */ }
/* 8968  */ /*  ----------------------------------------------------------------------------
/* 8969  *|     Module MX17
/* 8970  *| */
/* 8971  */ .td_module_mx17 .td-module-image {
/* 8972  */   height: 450px;
/* 8973  */   overflow: hidden;
/* 8974  */   margin-bottom: 15px;
/* 8975  */   position: relative;
/* 8976  */   /* responsive portrait phone */
/* 8977  */ }
/* 8978  */ @media (max-width: 767px) {
/* 8979  */   .td_module_mx17 .td-module-image {
/* 8980  */     height: auto;
/* 8981  */     margin-bottom: 0;
/* 8982  */   }
/* 8983  */ }
/* 8984  */ .td_module_mx17 .entry-thumb {
/* 8985  */   max-width: none;
/* 8986  */   position: absolute;
/* 8987  */   margin: 0 auto;
/* 8988  */   left: -9999px;
/* 8989  */   right: -9999px;
/* 8990  */   width: auto;
/* 8991  */   /* responsive portrait phone */
/* 8992  */ }
/* 8993  */ @media (max-width: 767px) {
/* 8994  */   .td_module_mx17 .entry-thumb {
/* 8995  */     width: 100%;
/* 8996  */     left: auto;
/* 8997  */     right: auto;
/* 8998  */     position: relative;
/* 8999  */   }
/* 9000  */ }

/* td_standard_pack_main.css */

/* 9001  */ .td_module_mx17 .td-post-category {
/* 9002  */   display: inline-block;
/* 9003  */   padding: 5px 8px 6px;
/* 9004  */   text-transform: uppercase;
/* 9005  */   font-size: 11px;
/* 9006  */   line-height: 1;
/* 9007  */   background-color: #000;
/* 9008  */   color: #fff;
/* 9009  */   position: absolute;
/* 9010  */   left: 0;
/* 9011  */   bottom: 25px;
/* 9012  */   z-index: 1;
/* 9013  */   /* responsive portrait tablet */
/* 9014  */ }
/* 9015  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9016  */   .td_module_mx17 .td-post-category {
/* 9017  */     padding: 4px 7px;
/* 9018  */     font-size: 9px;
/* 9019  */     bottom: 15px;
/* 9020  */   }
/* 9021  */ }
/* 9022  */ .td_module_mx17 .entry-title {
/* 9023  */   font-size: 26px;
/* 9024  */   line-height: 32px;
/* 9025  */   font-weight: 900;
/* 9026  */   margin-bottom: 10px;
/* 9027  */   /* responsive portrait tablet */
/* 9028  */   /* responsive portrait phone */
/* 9029  */ }
/* 9030  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9031  */   .td_module_mx17 .entry-title {
/* 9032  */     font-size: 18px;
/* 9033  */     line-height: 24px;
/* 9034  */   }
/* 9035  */ }
/* 9036  */ @media (max-width: 767px) {
/* 9037  */   .td_module_mx17 .entry-title {
/* 9038  */     font-size: 24px;
/* 9039  */     line-height: 30px;
/* 9040  */   }
/* 9041  */ }
/* 9042  */ .td_module_mx17 .td-video-play-ico {
/* 9043  */   top: 20px;
/* 9044  */   right: 20px;
/* 9045  */   left: auto;
/* 9046  */   transform: none;
/* 9047  */   -webkit-transform: none;
/* 9048  */ }
/* 9049  */ .td_module_mx17 .td-module-meta-info {
/* 9050  */   position: relative;

/* td_standard_pack_main.css */

/* 9051  */ }
/* 9052  */ .td_module_mx17 .td-post-author-name {
/* 9053  */   font-size: 13px;
/* 9054  */   /* responsive portrait tablet */
/* 9055  */ }
/* 9056  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9057  */   .td_module_mx17 .td-post-author-name {
/* 9058  */     font-size: 12px;
/* 9059  */   }
/* 9060  */ }
/* 9061  */ .td_module_mx17 .td-post-author-name:hover {
/* 9062  */   color: var(--td_theme_color, #4db2ec);
/* 9063  */ }
/* 9064  */ .td_module_mx17 .td-post-date {
/* 9065  */   font-size: 13px;
/* 9066  */   /* responsive portrait tablet */
/* 9067  */ }
/* 9068  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9069  */   .td_module_mx17 .td-post-date {
/* 9070  */     font-size: 12px;
/* 9071  */   }
/* 9072  */ }
/* 9073  */ .td_module_mx17 .td-module-comments {
/* 9074  */   position: absolute;
/* 9075  */   bottom: -4px;
/* 9076  */   right: 0;
/* 9077  */ }
/* 9078  */ /*  ----------------------------------------------------------------------------
/* 9079  *|     IOS Slider
/* 9080  *| */
/* 9081  */ .td_block_slide {
/* 9082  */   position: relative;
/* 9083  */   overflow: hidden;
/* 9084  */   *zoom: 1;
/* 9085  */ }
/* 9086  */ .td_block_slide:before,
/* 9087  */ .td_block_slide:after {
/* 9088  */   display: table;
/* 9089  */   content: "";
/* 9090  */   line-height: 0;
/* 9091  */ }
/* 9092  */ .td_block_slide:after {
/* 9093  */   clear: both;
/* 9094  */ }
/* 9095  */ .td_block_slide .td_block_inner {
/* 9096  */   position: relative;
/* 9097  */ }
/* 9098  */ .td_block_slide .td-module-thumb,
/* 9099  */ .td_block_slide .td-video-play-ico,
/* 9100  */ .td_block_slide .td-slide-meta,

/* td_standard_pack_main.css */

/* 9101  */ .td_block_slide i {
/* 9102  */   -webkit-touch-callout: none;
/* 9103  */   -webkit-user-select: none;
/* 9104  */   user-select: none;
/* 9105  */ }
/* 9106  */ .td_block_slide .td-module-thumb {
/* 9107  */   margin-bottom: 0;
/* 9108  */   z-index: -1;
/* 9109  */   position: static;
/* 9110  */ }
/* 9111  */ .td_block_slide .td-video-play-ico {
/* 9112  */   width: 40px !important;
/* 9113  */   height: 40px !important;
/* 9114  */   font-size: 40px !important;
/* 9115  */   border-width: 0.050em !important;
/* 9116  */   /* responsive portrait phone */
/* 9117  */ }
/* 9118  */ @media (max-width: 1018px) {
/* 9119  */   .td_block_slide .td-video-play-ico {
/* 9120  */     top: 12px;
/* 9121  */     left: auto;
/* 9122  */     right: 12px;
/* 9123  */     transform: none;
/* 9124  */     -webkit-transform: none;
/* 9125  */   }
/* 9126  */ }
/* 9127  */ .td_block_slide .td-admin-edit {
/* 9128  */   height: auto !important;
/* 9129  */ }
/* 9130  */ .td_block_slide .td_module_slide {
/* 9131  */   z-index: 1;
/* 9132  */ }
/* 9133  */ .td_block_slide .td-image-gradient:before {
/* 9134  */   height: 100%;
/* 9135  */ }
/* 9136  */ .td_block_slide .td-module-thumb,
/* 9137  */ .td_block_slide .entry-thumb {
/* 9138  */   height: 100%;
/* 9139  */ }
/* 9140  */ .td_block_slide .entry-thumb {
/* 9141  */   background-size: cover;
/* 9142  */ }
/* 9143  */ .td_block_slide .td-slide-meta {
/* 9144  */   z-index: 2;
/* 9145  */   position: absolute;
/* 9146  */   bottom: 10px;
/* 9147  */   width: 100%;
/* 9148  */   padding: 0 22px;
/* 9149  */   color: #fff;
/* 9150  */   left: 0;

/* td_standard_pack_main.css */

/* 9151  */   right: 0;
/* 9152  */   margin: 0 auto;
/* 9153  */   /* responsive portrait phone */
/* 9154  */ }
/* 9155  */ @media (max-width: 767px) {
/* 9156  */   .td_block_slide .td-slide-meta {
/* 9157  */     padding: 0 12px;
/* 9158  */     bottom: 3px;
/* 9159  */   }
/* 9160  */ }
/* 9161  */ .td_block_slide .td-slide-meta a,
/* 9162  */ .td_block_slide .td-slide-meta span {
/* 9163  */   color: #fff;
/* 9164  */ }
/* 9165  */ .td_block_slide .entry-title {
/* 9166  */   margin: 5px 0;
/* 9167  */ }
/* 9168  */ .td_block_slide .entry-review-stars {
/* 9169  */   margin-right: 22px;
/* 9170  */   top: 0;
/* 9171  */ }
/* 9172  */ .td_block_slide .td-post-date {
/* 9173  */   color: #fff;
/* 9174  */   margin-left: 4px;
/* 9175  */ }
/* 9176  */ .td_block_slide .td-post-views {
/* 9177  */   display: inline-block;
/* 9178  */   vertical-align: top;
/* 9179  */   margin-right: 22px;
/* 9180  */   line-height: 15px;
/* 9181  */ }
/* 9182  */ .td_block_slide .td-icon-views {
/* 9183  */   position: relative;
/* 9184  */   line-height: 17px;
/* 9185  */   font-size: 14px;
/* 9186  */   margin-right: 5px;
/* 9187  */   vertical-align: top;
/* 9188  */ }
/* 9189  */ .td_block_slide .td-post-comments {
/* 9190  */   position: relative;
/* 9191  */   top: 2px;
/* 9192  */   display: inline-block;
/* 9193  */   vertical-align: top;
/* 9194  */   margin-left: 10px;
/* 9195  */ }
/* 9196  */ .td_block_slide .td-icon-comments {
/* 9197  */   margin-right: 5px;
/* 9198  */   font-size: 9px;
/* 9199  */   position: relative;
/* 9200  */   top: 1px;

/* td_standard_pack_main.css */

/* 9201  */ }
/* 9202  */ .td_block_slide .td-slide-nav {
/* 9203  */   padding: 20px;
/* 9204  */   position: absolute;
/* 9205  */   display: block;
/* 9206  */   height: 80px;
/* 9207  */   margin-top: -40px;
/* 9208  */   top: 50%;
/* 9209  */   font-size: 38px;
/* 9210  */   color: #fff;
/* 9211  */   opacity: 0;
/* 9212  */   -webkit-transition: opacity 0.4s;
/* 9213  */   transition: opacity 0.4s;
/* 9214  */ }
/* 9215  */ .td_block_slide .td-slide-nav-svg {
/* 9216  */   display: inline-flex;
/* 9217  */   align-items: center;
/* 9218  */   justify-content: center;
/* 9219  */ }
/* 9220  */ .td_block_slide .td-slide-nav-svg svg {
/* 9221  */   width: 38px;
/* 9222  */   height: auto;
/* 9223  */ }
/* 9224  */ .td_block_slide .td-slide-nav-svg svg,
/* 9225  */ .td_block_slide .td-slide-nav-svg svg * {
/* 9226  */   fill: #fff;
/* 9227  */ }
/* 9228  */ .td_block_slide .prevButton {
/* 9229  */   left: 0;
/* 9230  */ }
/* 9231  */ .td_block_slide .nextButton {
/* 9232  */   right: 0;
/* 9233  */ }
/* 9234  */ .td_block_slide .td_module_wrap:hover .entry-title a {
/* 9235  */   color: #fff;
/* 9236  */ }
/* 9237  */ .td-ss-main-sidebar .td_block_slide,
/* 9238  */ .td-ss-row .td-pb-span4 .td_block_slide {
/* 9239  */   overflow: visible;
/* 9240  */ }
/* 9241  */ .td-theme-slider {
/* 9242  */   /* Slider Category */
/* 9243  */ }
/* 9244  */ .td-theme-slider .slide-meta-cat a {
/* 9245  */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 9246  */   font-size: 12px;
/* 9247  */   font-weight: 500;
/* 9248  */   text-transform: uppercase;
/* 9249  */   display: inline-block;
/* 9250  */   margin: 0 0 5px 0;

/* td_standard_pack_main.css */

/* 9251  */   padding: 4px 7px 3px;
/* 9252  */   line-height: 14px;
/* 9253  */   background-color: rgba(0, 0, 0, 0.7);
/* 9254  */   -webkit-transition: background-color 0.3s ease;
/* 9255  */   transition: background-color 0.3s ease;
/* 9256  */   /* responsive portrait phone */
/* 9257  */ }
/* 9258  */ @media (max-width: 767px) {
/* 9259  */   .td-theme-slider .slide-meta-cat a {
/* 9260  */     font-size: 10px;
/* 9261  */     padding: 2px 5px 2px;
/* 9262  */     margin-bottom: 0;
/* 9263  */     line-height: 13px;
/* 9264  */   }
/* 9265  */ }
/* 9266  */ .td-theme-slider:hover .td-slide-nav {
/* 9267  */   opacity: 1;
/* 9268  */   z-index: 1;
/* 9269  */ }
/* 9270  */ .td-theme-slider:hover .slide-meta-cat a {
/* 9271  */   background-color: var(--td_theme_color, #4db2ec);
/* 9272  */ }
/* 9273  */ @-moz-document url-prefix() {
/* 9274  */   .td-theme-slider .slide-meta-cat a {
/* 9275  */     padding: 3px 7px 4px;
/* 9276  */     /* responsive portrait phone */
/* 9277  */   }
/* 9278  */   @media (max-width: 767px) {
/* 9279  */     .td-theme-slider .slide-meta-cat a {
/* 9280  */       line-height: 12px;
/* 9281  */     }
/* 9282  */   }
/* 9283  */ }
/* 9284  */ /* 3 column */
/* 9285  */ .iosSlider-col-3,
/* 9286  */ .iosSlider-col-3 .td_module_slide {
/* 9287  */   height: 580px;
/* 9288  */   /* responsive landscape tablet */
/* 9289  */   /* responsive portrait tablet */
/* 9290  */   /* responsive portrait phone */
/* 9291  */   /* responsive small portrait phone */
/* 9292  */ }
/* 9293  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 9294  */   .iosSlider-col-3,
/* 9295  */   .iosSlider-col-3 .td_module_slide {
/* 9296  */     height: 532px;
/* 9297  */   }
/* 9298  */ }
/* 9299  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9300  */   .iosSlider-col-3,

/* td_standard_pack_main.css */

/* 9301  */   .iosSlider-col-3 .td_module_slide {
/* 9302  */     height: 402px;
/* 9303  */   }
/* 9304  */ }
/* 9305  */ @media (max-width: 767px) {
/* 9306  */   .iosSlider-col-3,
/* 9307  */   .iosSlider-col-3 .td_module_slide {
/* 9308  */     height: 298px;
/* 9309  */   }
/* 9310  */ }
/* 9311  */ @media (max-width: 500px) {
/* 9312  */   .iosSlider-col-3,
/* 9313  */   .iosSlider-col-3 .td_module_slide {
/* 9314  */     height: 163px;
/* 9315  */   }
/* 9316  */ }
/* 9317  */ .iosSlider-col-3 .entry-title {
/* 9318  */   font-size: 48px;
/* 9319  */   line-height: 58px;
/* 9320  */   /* responsive landscape tablet */
/* 9321  */   /* responsive portrait tablet */
/* 9322  */   /* responsive portrait phone */
/* 9323  */   /* responsive small portrait phone */
/* 9324  */ }
/* 9325  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 9326  */   .iosSlider-col-3 .entry-title {
/* 9327  */     font-size: 42px;
/* 9328  */     line-height: 52px;
/* 9329  */   }
/* 9330  */ }
/* 9331  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9332  */   .iosSlider-col-3 .entry-title {
/* 9333  */     font-size: 34px;
/* 9334  */     line-height: 44px;
/* 9335  */   }
/* 9336  */ }
/* 9337  */ @media (max-width: 767px) {
/* 9338  */   .iosSlider-col-3 .entry-title {
/* 9339  */     font-size: 26px;
/* 9340  */     line-height: 32px;
/* 9341  */   }
/* 9342  */ }
/* 9343  */ @media (max-width: 500px) {
/* 9344  */   .iosSlider-col-3 .entry-title {
/* 9345  */     font-size: 18px;
/* 9346  */     line-height: 24px;
/* 9347  */   }
/* 9348  */ }
/* 9349  */ /* 2 columns */
/* 9350  */ .iosSlider-col-2,

/* td_standard_pack_main.css */

/* 9351  */ .iosSlider-col-2 .td_module_slide {
/* 9352  */   height: 385px;
/* 9353  */   /* responsive landscape tablet */
/* 9354  */   /* responsive portrait tablet */
/* 9355  */   /* responsive portrait phone */
/* 9356  */   /* responsive small portrait phone */
/* 9357  */ }
/* 9358  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 9359  */   .iosSlider-col-2,
/* 9360  */   .iosSlider-col-2 .td_module_slide {
/* 9361  */     height: 354px;
/* 9362  */   }
/* 9363  */ }
/* 9364  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9365  */   .iosSlider-col-2,
/* 9366  */   .iosSlider-col-2 .td_module_slide {
/* 9367  */     height: 268px;
/* 9368  */   }
/* 9369  */ }
/* 9370  */ @media (max-width: 767px) {
/* 9371  */   .iosSlider-col-2,
/* 9372  */   .iosSlider-col-2 .td_module_slide {
/* 9373  */     height: 303px;
/* 9374  */   }
/* 9375  */ }
/* 9376  */ @media (max-width: 500px) {
/* 9377  */   .iosSlider-col-2,
/* 9378  */   .iosSlider-col-2 .td_module_slide {
/* 9379  */     height: 166px;
/* 9380  */   }
/* 9381  */ }
/* 9382  */ .iosSlider-col-2 .entry-title {
/* 9383  */   font-size: 26px;
/* 9384  */   line-height: 32px;
/* 9385  */   /* responsive portrait tablet */
/* 9386  */   /* responsive small portrait phone */
/* 9387  */ }
/* 9388  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9389  */   .iosSlider-col-2 .entry-title {
/* 9390  */     font-size: 22px;
/* 9391  */     line-height: 28px;
/* 9392  */   }
/* 9393  */ }
/* 9394  */ @media (max-width: 500px) {
/* 9395  */   .iosSlider-col-2 .entry-title {
/* 9396  */     font-size: 18px;
/* 9397  */     line-height: 24px;
/* 9398  */   }
/* 9399  */ }
/* 9400  */ /* 1 column */

/* td_standard_pack_main.css */

/* 9401  */ .td_block_slide .iosSlider-col-1,
/* 9402  */ .td_block_slide .iosSlider-col-1 .td_module_slide {
/* 9403  */   height: 385px;
/* 9404  */   /* responsive landscape tablet */
/* 9405  */   /* responsive portrait tablet */
/* 9406  */   /* responsive portrait phone */
/* 9407  */   /* responsive small portrait phone */
/* 9408  */ }
/* 9409  */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 9410  */   .td_block_slide .iosSlider-col-1,
/* 9411  */   .td_block_slide .iosSlider-col-1 .td_module_slide {
/* 9412  */     height: 354px;
/* 9413  */   }
/* 9414  */ }
/* 9415  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9416  */   .td_block_slide .iosSlider-col-1,
/* 9417  */   .td_block_slide .iosSlider-col-1 .td_module_slide {
/* 9418  */     height: 268px;
/* 9419  */   }
/* 9420  */ }
/* 9421  */ @media (max-width: 767px) {
/* 9422  */   .td_block_slide .iosSlider-col-1,
/* 9423  */   .td_block_slide .iosSlider-col-1 .td_module_slide {
/* 9424  */     height: 303px;
/* 9425  */   }
/* 9426  */ }
/* 9427  */ @media (max-width: 500px) {
/* 9428  */   .td_block_slide .iosSlider-col-1,
/* 9429  */   .td_block_slide .iosSlider-col-1 .td_module_slide {
/* 9430  */     height: 200px;
/* 9431  */   }
/* 9432  */ }
/* 9433  */ .td_block_slide .iosSlider-col-1 .entry-title {
/* 9434  */   font-size: 18px;
/* 9435  */   line-height: 24px;
/* 9436  */   /* responsive portrait phone */
/* 9437  */   /* responsive small portrait phone */
/* 9438  */ }
/* 9439  */ @media (max-width: 767px) {
/* 9440  */   .td_block_slide .iosSlider-col-1 .entry-title {
/* 9441  */     font-size: 26px;
/* 9442  */     line-height: 32px;
/* 9443  */   }
/* 9444  */ }
/* 9445  */ @media (max-width: 500px) {
/* 9446  */   .td_block_slide .iosSlider-col-1 .entry-title {
/* 9447  */     font-size: 18px;
/* 9448  */     line-height: 24px;
/* 9449  */   }
/* 9450  */ }

/* td_standard_pack_main.css */

/* 9451  */ .td_block_slide .td_module_slide {
/* 9452  */   visibility: hidden !important;
/* 9453  */ }
/* 9454  */ .td_block_slide .td_module_slide:first-child {
/* 9455  */   visibility: visible !important;
/* 9456  */ }
/* 9457  */ .td-js-loaded .td_block_slide .td_module_slide {
/* 9458  */   visibility: visible !important;
/* 9459  */ }
/* 9460  */ /*  ----------------------------------------------------------------------------
/* 9461  *|     Remove the bottom padding for latest modules
/* 9462  *| */
/* 9463  */ .td_block_padding {
/* 9464  */   /* without mobile */
/* 9465  */   /* responsive portrait phone */
/* 9466  */ }
/* 9467  */ @media (min-width: 768px) {
/* 9468  */   .td_block_padding .td-block-row:last-child .td_module_wrap {
/* 9469  */     padding-bottom: 0;
/* 9470  */   }
/* 9471  */ }
/* 9472  */ @media (max-width: 767px) {
/* 9473  */   .td_block_padding .td-block-row:last-child > div:last-child .td_module_wrap {
/* 9474  */     padding-bottom: 0;
/* 9475  */   }
/* 9476  */ }
/* 9477  */ .td_block_padding.td-column-1 .td-block-span12:last-child .td_module_wrap {
/* 9478  */   padding-bottom: 0;
/* 9479  */ }
/* 9480  */ .td_block_padding .td-next-prev-wrap,
/* 9481  */ .td_block_padding .td-load-more-wrap {
/* 9482  */   margin-top: 20px;
/* 9483  */ }
/* 9484  */ /*  ----------------------------------------------------------------------------
/* 9485  *|     Remove the bottom line for latest modules
/* 9486  *| */
/* 9487  */ .td_block_bot_line {
/* 9488  */   /* without mobile */
/* 9489  */   /* responsive portrait phone */
/* 9490  */ }
/* 9491  */ @media (min-width: 768px) {
/* 9492  */   .td_block_bot_line .td-block-row:last-child .td_module_wrap {
/* 9493  */     margin-bottom: 0;
/* 9494  */     border-bottom: 0;
/* 9495  */   }
/* 9496  */ }
/* 9497  */ @media (max-width: 767px) {
/* 9498  */   .td_block_bot_line .td-block-row:last-child > div:last-child .td_module_wrap {
/* 9499  */     margin-bottom: 0;
/* 9500  */     border-bottom: 0;

/* td_standard_pack_main.css */

/* 9501  */   }
/* 9502  */ }
/* 9503  */ .td_block_bot_line.td-column-1 .td-block-span12:last-child .td_module_wrap {
/* 9504  */   margin-bottom: 0;
/* 9505  */   border-bottom: 0;
/* 9506  */ }
/* 9507  */ /*  ----------------------------------------------------------------------------
/* 9508  *|     Block 1
/* 9509  *| */
/* 9510  */ .td_block_1 {
/* 9511  */   /* tablet + desktop */
/* 9512  */   /* responsive portrait phone */
/* 9513  */ }
/* 9514  */ @media (min-width: 767px) {
/* 9515  */   .td_block_1 .td-block-row:last-child .td_module_4:last-child {
/* 9516  */     padding-bottom: 0;
/* 9517  */   }
/* 9518  */ }
/* 9519  */ .td_block_1.td-column-2,
/* 9520  */ .td_block_1.td-column-3 {
/* 9521  */   /* responsive portrait tablet + desktop */
/* 9522  */   /* responsive portrait phone */
/* 9523  */ }
/* 9524  */ @media (min-width: 768px) {
/* 9525  */   .td_block_1.td-column-2 .td-block-row:last-child .td_module_6:last-child,
/* 9526  */   .td_block_1.td-column-3 .td-block-row:last-child .td_module_6:last-child {
/* 9527  */     padding-bottom: 0;
/* 9528  */   }
/* 9529  */ }
/* 9530  */ @media (max-width: 767px) {
/* 9531  */   .td_block_1.td-column-2 .td_module_4,
/* 9532  */   .td_block_1.td-column-3 .td_module_4 {
/* 9533  */     padding-bottom: 21px;
/* 9534  */   }
/* 9535  */ }
/* 9536  */ .td_block_1.td-column-1 {
/* 9537  */   /* responsive portrait tablet + desktop */
/* 9538  */   /* tablet + desktop */
/* 9539  */ }
/* 9540  */ .td_block_1.td-column-1 .td_module_4 {
/* 9541  */   padding-bottom: 21px;
/* 9542  */ }
/* 9543  */ @media (min-width: 768px) {
/* 9544  */   .td_block_1.td-column-1 .td-block-span12:last-child .td_module_6 {
/* 9545  */     padding-bottom: 0;
/* 9546  */   }
/* 9547  */ }
/* 9548  */ @media (min-width: 767px) {
/* 9549  */   .td_block_1.td-column-1 .td-next-prev-wrap,
/* 9550  */   .td_block_1.td-column-1 .td-load-more-wrap {

/* td_standard_pack_main.css */

/* 9551  */     margin-top: 25px;
/* 9552  */   }
/* 9553  */ }
/* 9554  */ @media (max-width: 767px) {
/* 9555  */   .td_block_1 .td-block-span4:last-child .td_module_6:last-child,
/* 9556  */   .td_block_1 .td-block-span6:last-child .td_module_6:last-child,
/* 9557  */   .td_block_1 .td-block-span12:last-child .td_module_6:last-child {
/* 9558  */     padding-bottom: 0;
/* 9559  */   }
/* 9560  */ }
/* 9561  */ /*  ----------------------------------------------------------------------------
/* 9562  *|     Block 2
/* 9563  *| */
/* 9564  */ .td_block_2 .td_module_2 {
/* 9565  */   padding-bottom: 21px;
/* 9566  */ }
/* 9567  */ .td_block_2 .td-next-prev-wrap,
/* 9568  */ .td_block_2 .td-load-more-wrap {
/* 9569  */   margin-top: 26px;
/* 9570  */ }
/* 9571  */ /*  ----------------------------------------------------------------------------
/* 9572  *|     Block 3
/* 9573  *| */
/* 9574  */ .td_block_3.td-column-2 .td-next-prev-wrap,
/* 9575  */ .td_block_3.td-column-3 .td-next-prev-wrap,
/* 9576  */ .td_block_3.td-column-2 .td-load-more-wrap,
/* 9577  */ .td_block_3.td-column-3 .td-load-more-wrap {
/* 9578  */   margin-top: 13px;
/* 9579  */ }
/* 9580  */ /*  ----------------------------------------------------------------------------
/* 9581  *|     Block 5
/* 9582  *| */
/* 9583  */ .td_block_5.td-column-2 .td-next-prev-wrap,
/* 9584  */ .td_block_5.td-column-3 .td-next-prev-wrap,
/* 9585  */ .td_block_5.td-column-2 .td-load-more-wrap,
/* 9586  */ .td_block_5.td-column-3 .td-load-more-wrap {
/* 9587  */   margin-top: 13px;
/* 9588  */ }
/* 9589  */ /*  ----------------------------------------------------------------------------
/* 9590  *|     Blocks 6 & 9
/* 9591  *| */
/* 9592  */ .td_block_6 .block-title,
/* 9593  */ .td_block_9 .block-title {
/* 9594  */   margin-bottom: 21px;
/* 9595  */ }
/* 9596  */ /*  ----------------------------------------------------------------------------
/* 9597  *|     Block 6
/* 9598  *| */
/* 9599  */ .td_block_6 {
/* 9600  */   /* without mobile */

/* td_standard_pack_main.css */

/* 9601  */   /* responsive portrait phone */
/* 9602  */ }
/* 9603  */ @media (min-width: 768px) {
/* 9604  */   .td_block_6 .td-block-row:last-child .td_module_wrap {
/* 9605  */     margin-bottom: 0;
/* 9606  */   }
/* 9607  */ }
/* 9608  */ @media (max-width: 767px) {
/* 9609  */   .td_block_6 .td-block-row:last-child > div:last-child .td_module_wrap {
/* 9610  */     margin-bottom: 0;
/* 9611  */   }
/* 9612  */ }
/* 9613  */ .td_block_6.td-column-1 .td-block-span12:last-child .td_module_wrap {
/* 9614  */   margin-bottom: 0;
/* 9615  */ }
/* 9616  */ /*  ----------------------------------------------------------------------------
/* 9617  *|     Blocks 7 & 8 & 11 & 12
/* 9618  *| */
/* 9619  */ .td_block_7,
/* 9620  */ .td_block_8,
/* 9621  */ .td_block_11,
/* 9622  */ .td_block_12 {
/* 9623  */   /* tablet + desktop */
/* 9624  */ }
/* 9625  */ @media (min-width: 767px) {
/* 9626  */   .td_block_7 .td-next-prev-wrap,
/* 9627  */   .td_block_8 .td-next-prev-wrap,
/* 9628  */   .td_block_11 .td-next-prev-wrap,
/* 9629  */   .td_block_12 .td-next-prev-wrap,
/* 9630  */   .td_block_7 .td-load-more-wrap,
/* 9631  */   .td_block_8 .td-load-more-wrap,
/* 9632  */   .td_block_11 .td-load-more-wrap,
/* 9633  */   .td_block_12 .td-load-more-wrap {
/* 9634  */     margin-top: 26px;
/* 9635  */   }
/* 9636  */ }
/* 9637  */ /*  ----------------------------------------------------------------------------
/* 9638  *|     Blocks 9 & 10
/* 9639  *| */
/* 9640  */ .td_block_9,
/* 9641  */ .td_block_10 {
/* 9642  */   /* tablet + desktop */
/* 9643  */ }
/* 9644  */ @media (min-width: 767px) {
/* 9645  */   .td_block_9 .td-next-prev-wrap,
/* 9646  */   .td_block_10 .td-next-prev-wrap,
/* 9647  */   .td_block_9 .td-load-more-wrap,
/* 9648  */   .td_block_10 .td-load-more-wrap {
/* 9649  */     margin-top: 25px;
/* 9650  */   }

/* td_standard_pack_main.css */

/* 9651  */ }
/* 9652  */ /*  ----------------------------------------------------------------------------
/* 9653  *|     Blocks 11 & 12 & 13
/* 9654  *| */
/* 9655  */ .td_block_11 .td-block-span12:last-child .td_module_wrap,
/* 9656  */ .td_block_12 .td-block-span12:last-child .td_module_wrap {
/* 9657  */   padding-bottom: 0;
/* 9658  */ }
/* 9659  */ /*  ----------------------------------------------------------------------------
/* 9660  *|     Block 11
/* 9661  *| */
/* 9662  */ .td_block_11 {
/* 9663  */   /* responsive portrait phone */
/* 9664  */ }
/* 9665  */ @media (max-width: 500px) {
/* 9666  */   .td_block_11.td-column-1 .td_module_10 {
/* 9667  */     padding-bottom: 26px;
/* 9668  */   }
/* 9669  */   .td_block_11.td-column-1 .td_module_10 .item-details {
/* 9670  */     padding-left: 115px;
/* 9671  */   }
/* 9672  */   .td_block_11.td-column-1 .td_module_10 .entry-title {
/* 9673  */     margin-bottom: 5px;
/* 9674  */     padding-left: 0;
/* 9675  */     min-height: 0;
/* 9676  */     font-size: 14px;
/* 9677  */     line-height: 20px;
/* 9678  */   }
/* 9679  */ }
/* 9680  */ /*  ----------------------------------------------------------------------------
/* 9681  *|     Block 13
/* 9682  *| */
/* 9683  */ .td_block_13 {
/* 9684  */   margin-bottom: 40px;
/* 9685  */   /* responsive portrait tablet */
/* 9686  */ }
/* 9687  */ .td_block_13 .td_block_inner:after {
/* 9688  */   content: '';
/* 9689  */   clear: both;
/* 9690  */   display: table;
/* 9691  */ }
/* 9692  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9693  */   .td_block_13 {
/* 9694  */     margin-bottom: 30px;
/* 9695  */   }
/* 9696  */ }
/* 9697  */ .td_block_13 .td_module_mx3:last-child .td-module-meta-info {
/* 9698  */   border-bottom: 0;
/* 9699  */ }
/* 9700  */ .td_block_13.td-column-1 .td-next-prev-wrap,

/* td_standard_pack_main.css */

/* 9701  */ .td_block_13.td-column-1 .td-load-more-wrap {
/* 9702  */   margin-top: 0;
/* 9703  */ }
/* 9704  */ .td_block_13.td-column-2 .td_module_wrap:last-child,
/* 9705  */ .td_block_13.td-column-3 .td_module_wrap:last-child {
/* 9706  */   padding-bottom: 0;
/* 9707  */ }
/* 9708  */ .td_block_13.td-column-2 .td-next-prev-wrap,
/* 9709  */ .td_block_13.td-column-3 .td-next-prev-wrap,
/* 9710  */ .td_block_13.td-column-2 .td-load-more-wrap,
/* 9711  */ .td_block_13.td-column-3 .td-load-more-wrap {
/* 9712  */   margin-top: 40px;
/* 9713  */   /* responsive portrait tablet */
/* 9714  */ }
/* 9715  */ @media (min-width: 768px) and (max-width: 1018px) {
/* 9716  */   .td_block_13.td-column-2 .td-next-prev-wrap,
/* 9717  */   .td_block_13.td-column-3 .td-next-prev-wrap,
/* 9718  */   .td_block_13.td-column-2 .td-load-more-wrap,
/* 9719  */   .td_block_13.td-column-3 .td-load-more-wrap {
/* 9720  */     margin-top: 30px;
/* 9721  */   }
/* 9722  */ }
/* 9723  */ .td-pb-span4 .td_block_13 {
/* 9724  */   margin-bottom: 22px;
/* 9725  */ }
/* 9726  */ /*  ----------------------------------------------------------------------------
/* 9727  *|     Block 14
/* 9728  *| */
/* 9729  */ .td_block_14 {
/* 9730  */   /* tablet + desktop */
/* 9731  */   /* responsive portrait phone */
/* 9732  */   /* responsive portrait phone */
/* 9733  */   /* responsive small portrait phone */
/* 9734  */ }
/* 9735  */ .td_block_14 .td_block_inner {
/* 9736  */   margin-right: -3px;
/* 9737  */ }
/* 9738  */ @media (max-width: 500px) {
/* 9739  */   .td_block_14 .td_block_inner {
/* 9740  */     margin-right: 0;
/* 9741  */   }
/* 9742  */ }
/* 9743  */ .td_block_14 .td-block-row {
/* 9744  */   margin-left: 0;
/* 9745  */   margin-right: 0;
/* 9746  */ }
/* 9747  */ .td_block_14 .td-block-row:last-child {
/* 9748  */   margin-bottom: 20px;
/* 9749  */ }
/* 9750  */ .td_block_14 .td-block-span12:last-child .td_module_mx1 {

/* td_standard_pack_main.css */

/* 9751  */   margin-bottom: 0;
/* 9752  */ }
/* 9753  */ @media (min-width: 767px) {
/* 9754  */   .td_block_14 .td-block-row:last-child .td_module_mx1 {
/* 9755  */     margin-bottom: 0;
/* 9756  */   }
/* 9757  */ }
/* 9758  */ @media (max-width: 767px) {
/* 9759  */   .td_block_14 .td-block-row:last-child > div:last-child .td_module_mx1 {
/* 9760  */     margin-bottom: 0;
/* 9761  */   }
/* 9762  */ }
/* 9763  */ .td_block_14 .td-block-span6 {
/* 9764  */   padding-left: 0;
/* 9765  */   padding-right: 3px;
/* 9766  */   width: 50%;
/* 9767  */ }
/* 9768  */ .td_block_14 .td-block-span4 {
/* 9769  */   padding-left: 0;
/* 9770  */   padding-right: 3px;
/* 9771  */   width: 33.33333333%;
/* 9772  */ }
/* 9773  */ .td_block_14.td-column-2,
/* 9774  */ .td_block_14.td-column-3 {
/* 9775  */   /* tablet + desktop */
/* 9776  */ }
/* 9777  */ @media (min-width: 767px) {
/* 9778  */   .td_block_14.td-column-2 .td-next-prev-wrap,
/* 9779  */   .td_block_14.td-column-3 .td-next-prev-wrap,
/* 9780  */   .td_block_14.td-column-2 .td-load-more-wrap,
/* 9781  */   .td_block_14.td-column-3 .td-load-more-wrap {
/* 9782  */     margin-top: 26px;
/* 9783  */   }
/* 9784  */ }
/* 9785  */ @media (max-width: 767px) {
/* 9786  */   .td_block_14 .td-block-span12,
/* 9787  */   .td_block_14 .td-block-span4 {
/* 9788  */     width: 50%;
/* 9789  */     float: left;
/* 9790  */     padding-right: 3px;
/* 9791  */   }
/* 9792  */   .td_block_14 .td-block-span12:nth-child(even) {
/* 9793  */     margin-right: -3px;
/* 9794  */   }
/* 9795  */ }
/* 9796  */ @media (max-width: 500px) {
/* 9797  */   .td_block_14 .td-block-span12,
/* 9798  */   .td_block_14 .td-block-span4,
/* 9799  */   .td_block_14 .td-block-span6 {
/* 9800  */     width: 100%;

/* td_standard_pack_main.css */

/* 9801  */     float: left;
/* 9802  */     padding-right: 0;
/* 9803  */   }
/* 9804  */   .td_block_14 .td-block-span12:nth-child(even) {
/* 9805  */     margin-right: 0;
/* 9806  */   }
/* 9807  */ }
/* 9808  */ .td_block_14 .td-next-prev-wrap,
/* 9809  */ .td_block_14 .td-load-more-wrap {
/* 9810  */   margin-top: 0;
/* 9811  */ }
/* 9812  */ /* responsive portrait phone */
/* 9813  */ @media (max-width: 767px) {
/* 9814  */   .td-pb-span12 .td_block_14 .td-block-span4:first-child {
/* 9815  */     width: 100%;
/* 9816  */   }
/* 9817  */   .td-pb-span12 .td_block_14 .td-block-span4:first-child .entry-thumb {
/* 9818  */     width: 100%;
/* 9819  */   }
/* 9820  */ }
/* 9821  */ .td-pb-span4 .td_block_14 {
/* 9822  */   margin-bottom: 48px;
/* 9823  */ }
/* 9824  */ .td-pb-span4 .td_block_14 .td_block_inner {
/* 9825  */   margin-right: 0;
/* 9826  */ }
/* 9827  */ @media (max-width: 767px) {
/* 9828  */   .td-pb-span4 .td_block_14 .td_block_inner {
/* 9829  */     margin-right: -3px;
/* 9830  */   }
/* 9831  */ }
/* 9832  */ @media (max-width: 500px) {
/* 9833  */   .td-pb-span4 .td_block_14 .td_block_inner {
/* 9834  */     margin-right: 0;
/* 9835  */   }
/* 9836  */ }
/* 9837  */ .td-pb-span4 .td_block_14 .td-next-prev-wrap,
/* 9838  */ .td-pb-span4 .td_block_14 .td-load-more-wrap {
/* 9839  */   margin-top: 23px;
/* 9840  */   margin-bottom: 0;
/* 9841  */ }
/* 9842  */ @media (max-width: 767px) {
/* 9843  */   .td-pb-span4 .td_block_14 .td-next-prev-wrap,
/* 9844  */   .td-pb-span4 .td_block_14 .td-load-more-wrap {
/* 9845  */     padding-top: 20px;
/* 9846  */   }
/* 9847  */ }
/* 9848  */ /*  ----------------------------------------------------------------------------
/* 9849  *|     Block 15
/* 9850  *| */

/* td_standard_pack_main.css */

/* 9851  */ .td_block_15 {
/* 9852  */   /* responsive portrait phone */
/* 9853  */   /* responsive portrait tablet */
/* 9854  */ }
/* 9855  */ .td_block_15 .td-block-span4 {
/* 9856  */   width: 33.33333333%;
/* 9857  */   /* responsive small portrait phone */
/* 9858  */ }
/* 9859  */ @media (max-width: 500px) {
/* 9860  */   .td_block_15 .td-block-span4 {
/* 9861  */     width: 100%;
/* 9862  */   }
/* 9863  */ }
/* 9864  */ .td_block_15 .td-block-row {
/* 9865  */   width: auto;
/* 9866  */ }
/* 9867  */ .td_block_15 .td-column-3 .td-block-row {
/* 9868  */   margin-right: -22px;
/* 9869  */   margin-left: 0;
/* 9870  */   /* responsive portrait tablet */
/* 9871  */ }
/* 9872  */ @media (max-width: 1018px) {
/* 9873  */   .td_block_15 .td-column-3 .td-block-row {
/* 9874  */     margin-right: -15px;
/* 9875  */   }
/* 9876  */ }
/* 9877  */ .td_block_15 .td-column-3 .td-block-row .td-block-span4 {
/* 9878  */   padding-right: 22px;
/* 9879  */   padding-left: 0;
/* 9880  */   width: 20%;
/* 9881  */   /* responsive portrait tablet */
/* 9882  */   /* responsive small portrait phone */
/* 9883  */ }
/* 9884  */ @media (max-width: 1018px) {
/* 9885  */   .td_block_15 .td-column-3 .td-block-row .td-block-span4 {
/* 9886  */     padding-right: 15px;
/* 9887  */     float: left;
/* 9888  */   }
/* 9889  */ }
/* 9890  */ @media (max-width: 500px) {
/* 9891  */   .td_block_15 .td-column-3 .td-block-row .td-block-span4 {
/* 9892  */     width: 100%;
/* 9893  */   }
/* 9894  */ }
/* 9895  */ .td_block_15 .td-column-2 .td-block-row {
/* 9896  */   margin-right: -21px;
/* 9897  */   margin-left: 0;
/* 9898  */   /* responsive portrait tablet */
/* 9899  */   /* responsive small portrait phone */
/* 9900  */ }

/* td_standard_pack_main.css */

/* 9901  */ @media (max-width: 1018px) {
/* 9902  */   .td_block_15 .td-column-2 .td-block-row {
/* 9903  */     margin-right: -15px;
/* 9904  */   }
/* 9905  */ }
/* 9906  */ @media (max-width: 500px) {
/* 9907  */   .td_block_15 .td-column-2 .td-block-row {
/* 9908  */     margin-right: 0;
/* 9909  */   }
/* 9910  */ }
/* 9911  */ .td_block_15 .td-column-2 .td-block-row .td-block-span4 {
/* 9912  */   padding-right: 21px;
/* 9913  */   padding-left: 0;
/* 9914  */   /* responsive portrait tablet */
/* 9915  */   /* responsive small portrait phone */
/* 9916  */ }
/* 9917  */ @media (max-width: 1018px) {
/* 9918  */   .td_block_15 .td-column-2 .td-block-row .td-block-span4 {
/* 9919  */     padding-right: 15px;
/* 9920  */     float: left;
/* 9921  */   }
/* 9922  */ }
/* 9923  */ @media (max-width: 500px) {
/* 9924  */   .td_block_15 .td-column-2 .td-block-row .td-block-span4 {
/* 9925  */     padding-right: 0;
/* 9926  */   }
/* 9927  */ }
/* 9928  */ .td_block_15 .td-column-2 .td_module_mx4 {
/* 9929  */   padding-bottom: 21px;
/* 9930  */   /* responsive portrait phone */
/* 9931  */ }
/* 9932  */ @media (max-width: 767px) {
/* 9933  */   .td_block_15 .td-column-2 .td_module_mx4 {
/* 9934  */     padding-bottom: 0;
/* 9935  */   }
/* 9936  */ }
/* 9937  */ .td_block_15.td-column-3 {
/* 9938  */   /* tablet + desktop */
/* 9939  */ }
/* 9940  */ @media (min-width: 767px) {
/* 9941  */   .td_block_15.td-column-3 .td-next-prev-wrap,
/* 9942  */   .td_block_15.td-column-3 .td-load-more-wrap {
/* 9943  */     margin-top: 36px;
/* 9944  */   }
/* 9945  */ }
/* 9946  */ .td_block_15 .td-column-1 {
/* 9947  */   margin-right: -21px;
/* 9948  */   /* responsive portrait tablet */
/* 9949  */ }
/* 9950  */ @media (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 9951  */   .td_block_15 .td-column-1 {
/* 9952  */     margin-right: -15px;
/* 9953  */   }
/* 9954  */ }
/* 9955  */ .td_block_15 .td-column-1 .td-block-span12 {
/* 9956  */   width: 50%;
/* 9957  */   padding-right: 21px;
/* 9958  */   padding-left: 0;
/* 9959  */   float: left;
/* 9960  */   /* responsive portrait tablet */
/* 9961  */ }
/* 9962  */ @media (max-width: 1018px) {
/* 9963  */   .td_block_15 .td-column-1 .td-block-span12 {
/* 9964  */     padding-right: 15px;
/* 9965  */   }
/* 9966  */ }
/* 9967  */ .td_block_15 .td-column-1 .td-block-span12:nth-of-type(odd) {
/* 9968  */   clear: left;
/* 9969  */ }
/* 9970  */ .td_block_15.td-column-1,
/* 9971  */ .td_block_15.td-column-2 {
/* 9972  */   /* tablet + desktop */
/* 9973  */ }
/* 9974  */ @media (min-width: 767px) {
/* 9975  */   .td_block_15.td-column-1 .td-next-prev-wrap,
/* 9976  */   .td_block_15.td-column-2 .td-next-prev-wrap,
/* 9977  */   .td_block_15.td-column-1 .td-load-more-wrap,
/* 9978  */   .td_block_15.td-column-2 .td-load-more-wrap {
/* 9979  */     margin-top: 21px;
/* 9980  */   }
/* 9981  */ }
/* 9982  */ .td_block_15.td-column-1 {
/* 9983  */   /* responsive portrait phone */
/* 9984  */ }
/* 9985  */ .td_block_15.td-column-1 .td-block-span12:last-child .td_module_wrap {
/* 9986  */   padding-bottom: 22px;
/* 9987  */ }
/* 9988  */ .td_block_15.td-column-1 .td-cust-row:last-child .td_module_mx4 {
/* 9989  */   padding-bottom: 0;
/* 9990  */ }
/* 9991  */ @media (max-width: 767px) {
/* 9992  */   .td_block_15.td-column-1 .td_module_mx4 {
/* 9993  */     margin-bottom: 0;
/* 9994  */   }
/* 9995  */ }
/* 9996  */ @media (max-width: 767px) {
/* 9997  */   .td_block_15 .td_module_mx4 {
/* 9998  */     padding-bottom: 0;
/* 9999  */     margin-bottom: 26px;
/* 10000 */   }

/* td_standard_pack_main.css */

/* 10001 */   .td_block_15 .td-block-row:last-child > div:last-child .td_module_mx4 {
/* 10002 */     margin-bottom: 0;
/* 10003 */   }
/* 10004 */ }
/* 10005 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10006 */   .td_block_15 .entry-title {
/* 10007 */     font-size: 14px;
/* 10008 */   }
/* 10009 */ }
/* 10010 */ .td-column-1.td_block_15 {
/* 10011 */   overflow: hidden;
/* 10012 */   /* tablet + desktop */
/* 10013 */ }
/* 10014 */ .td-column-1.td_block_15 .td_block_inner {
/* 10015 */   *zoom: 1;
/* 10016 */ }
/* 10017 */ .td-column-1.td_block_15 .td_block_inner:before,
/* 10018 */ .td-column-1.td_block_15 .td_block_inner:after {
/* 10019 */   display: table;
/* 10020 */   content: "";
/* 10021 */   line-height: 0;
/* 10022 */ }
/* 10023 */ .td-column-1.td_block_15 .td_block_inner:after {
/* 10024 */   clear: both;
/* 10025 */ }
/* 10026 */ /*  ----------------------------------------------------------------------------
/* 10027 *|     Block 16
/* 10028 *| */
/* 10029 */ .td_block_16 {
/* 10030 */   /* tablet + desktop */
/* 10031 */ }
/* 10032 */ .td_block_16 .td-column-3 .td-block-row {
/* 10033 */   margin-right: -22px;
/* 10034 */   margin-left: 0;
/* 10035 */   /* responsive portrait tablet */
/* 10036 */   /* responsive portrait phone */
/* 10037 */ }
/* 10038 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10039 */   .td_block_16 .td-column-3 .td-block-row {
/* 10040 */     margin-right: -15px;
/* 10041 */   }
/* 10042 */ }
/* 10043 */ @media (max-width: 767px) {
/* 10044 */   .td_block_16 .td-column-3 .td-block-row {
/* 10045 */     margin-right: 0;
/* 10046 */   }
/* 10047 */ }
/* 10048 */ .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
/* 10049 */   width: 20%;
/* 10050 */   padding-right: 22px;

/* td_standard_pack_main.css */

/* 10051 */   padding-left: 0;
/* 10052 */   /* responsive portrait tablet */
/* 10053 */   /* responsive portrait phone */
/* 10054 */ }
/* 10055 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10056 */   .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
/* 10057 */     padding-right: 15px;
/* 10058 */   }
/* 10059 */ }
/* 10060 */ @media (max-width: 767px) {
/* 10061 */   .td_block_16 .td-column-3 .td-block-row .td-block-span4 {
/* 10062 */     padding-right: 0;
/* 10063 */     float: left;
/* 10064 */     width: 100%;
/* 10065 */   }
/* 10066 */ }
/* 10067 */ .td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
/* 10068 */   /* responsive portrait phone */
/* 10069 */ }
/* 10070 */ @media (max-width: 767px) {
/* 10071 */   .td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
/* 10072 */     margin-bottom: 0;
/* 10073 */   }
/* 10074 */ }
/* 10075 */ .td_block_16 .td-column-2 .td-block-row {
/* 10076 */   margin-right: -21px;
/* 10077 */   margin-left: 0;
/* 10078 */   /* responsive portrait phone */
/* 10079 */ }
/* 10080 */ @media (max-width: 767px) {
/* 10081 */   .td_block_16 .td-column-2 .td-block-row {
/* 10082 */     margin-right: 0;
/* 10083 */   }
/* 10084 */ }
/* 10085 */ .td_block_16 .td-column-2 .td-block-row .td-block-span4 {
/* 10086 */   width: 33.33333333%;
/* 10087 */   padding-right: 21px;
/* 10088 */   padding-left: 0;
/* 10089 */   /* responsive portrait phone */
/* 10090 */ }
/* 10091 */ @media (max-width: 767px) {
/* 10092 */   .td_block_16 .td-column-2 .td-block-row .td-block-span4 {
/* 10093 */     width: 100%;
/* 10094 */     float: left;
/* 10095 */     padding-right: 0;
/* 10096 */   }
/* 10097 */ }
/* 10098 */ .td_block_16 .td-column-2 .td-block-row:last-child .td_module_mx4 {
/* 10099 */   padding-bottom: 26px;
/* 10100 */ }

/* td_standard_pack_main.css */

/* 10101 */ .td_block_16 .td-column-2 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
/* 10102 */   /* responsive portrait phone */
/* 10103 */ }
/* 10104 */ @media (max-width: 767px) {
/* 10105 */   .td_block_16 .td-column-2 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
/* 10106 */     margin-bottom: 0;
/* 10107 */   }
/* 10108 */ }
/* 10109 */ .td_block_16 .td-column-2 .td_module_mx7 {
/* 10110 */   padding-bottom: 26px;
/* 10111 */ }
/* 10112 */ @media (min-width: 767px) {
/* 10113 */   .td_block_16 .td-next-prev-wrap,
/* 10114 */   .td_block_16 .td-load-more-wrap {
/* 10115 */     margin-top: 26px;
/* 10116 */   }
/* 10117 */ }
/* 10118 */ .td_block_16 .td-excerpt {
/* 10119 */   /* responsive portrait tablet */
/* 10120 */   /* responsive portrait phone */
/* 10121 */ }
/* 10122 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10123 */   .td_block_16 .td-excerpt {
/* 10124 */     display: none;
/* 10125 */   }
/* 10126 */ }
/* 10127 */ @media (max-width: 767px) {
/* 10128 */   .td_block_16 .td-excerpt {
/* 10129 */     display: none;
/* 10130 */   }
/* 10131 */ }
/* 10132 */ .td_block_16 .td_module_mx7 {
/* 10133 */   /* responsive portrait tablet */
/* 10134 */   /* responsive portrait phone */
/* 10135 */ }
/* 10136 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10137 */   .td_block_16 .td_module_mx7 {
/* 10138 */     padding-bottom: 16px;
/* 10139 */   }
/* 10140 */ }
/* 10141 */ @media (max-width: 767px) {
/* 10142 */   .td_block_16 .td_module_mx7 {
/* 10143 */     padding-bottom: 16px;
/* 10144 */   }
/* 10145 */ }
/* 10146 */ .td_block_16 .td_module_mx7 .entry-title {
/* 10147 */   /* responsive portrait phone */
/* 10148 */ }
/* 10149 */ @media (max-width: 767px) {
/* 10150 */   .td_block_16 .td_module_mx7 .entry-title {

/* td_standard_pack_main.css */

/* 10151 */     font-size: 14px;
/* 10152 */     line-height: 20px;
/* 10153 */   }
/* 10154 */ }
/* 10155 */ .td_block_16 .td_module_mx7 .td-module-image {
/* 10156 */   /* responsive portrait phone */
/* 10157 */ }
/* 10158 */ @media (max-width: 767px) {
/* 10159 */   .td_block_16 .td_module_mx7 .td-module-image {
/* 10160 */     width: 100px;
/* 10161 */     float: left;
/* 10162 */     margin-bottom: 26px;
/* 10163 */   }
/* 10164 */ }
/* 10165 */ .td_block_16 .td_module_mx7 .td-module-thumb {
/* 10166 */   /* responsive portrait phone */
/* 10167 */ }
/* 10168 */ @media (max-width: 767px) {
/* 10169 */   .td_block_16 .td_module_mx7 .td-module-thumb {
/* 10170 */     margin-bottom: 0;
/* 10171 */   }
/* 10172 */ }
/* 10173 */ .td_block_16 .td_module_mx7 .item-details {
/* 10174 */   /* responsive portrait phone */
/* 10175 */ }
/* 10176 */ @media (max-width: 767px) {
/* 10177 */   .td_block_16 .td_module_mx7 .item-details {
/* 10178 */     margin-left: 115px;
/* 10179 */   }
/* 10180 */ }
/* 10181 */ .td_block_16 .td-module-meta-info {
/* 10182 */   /* responsive portrait tablet */
/* 10183 */   /* responsive portrait phone */
/* 10184 */ }
/* 10185 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10186 */   .td_block_16 .td-module-meta-info {
/* 10187 */     margin-bottom: 0;
/* 10188 */   }
/* 10189 */ }
/* 10190 */ @media (max-width: 767px) {
/* 10191 */   .td_block_16 .td-module-meta-info {
/* 10192 */     margin-bottom: 0;
/* 10193 */   }
/* 10194 */ }
/* 10195 */ /*  ----------------------------------------------------------------------------
/* 10196 *|     Block 17
/* 10197 *| */
/* 10198 */ .td_block_17 {
/* 10199 */   /* responsive portrait phone */
/* 10200 */ }

/* td_standard_pack_main.css */

/* 10201 */ @media (min-width: 768px) {
/* 10202 */   .td_block_17 .td-block-row:last-child .td-block-span4 .td_module_8:last-child,
/* 10203 */   .td_block_17 .td-block-row:last-child .td-block-span6 .td_module_8:last-child {
/* 10204 */     border-bottom: 0;
/* 10205 */     margin-bottom: 0;
/* 10206 */     padding-bottom: 0;
/* 10207 */   }
/* 10208 */ }
/* 10209 */ @media (max-width: 767px) {
/* 10210 */   .td_block_17 .td-block-row:last-child .td-block-span4:last-child .td_module_8:last-child,
/* 10211 */   .td_block_17 .td-block-row:last-child .td-block-span6:last-child .td_module_8:last-child {
/* 10212 */     border-bottom: 0;
/* 10213 */     margin-bottom: 0;
/* 10214 */     padding-bottom: 0;
/* 10215 */   }
/* 10216 */ }
/* 10217 */ .td_block_17 .td-column-1 .td_module_4 {
/* 10218 */   padding-bottom: 25px;
/* 10219 */   border-bottom: 1px dashed #F2F2F2;
/* 10220 */   margin-bottom: 16px;
/* 10221 */ }
/* 10222 */ .td_block_17 .td-column-1 .td-block-span12:last-child .td_module_8 {
/* 10223 */   border-bottom: 0;
/* 10224 */   margin-bottom: 0;
/* 10225 */   padding-bottom: 0;
/* 10226 */ }
/* 10227 */ .td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
/* 10228 */ .td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
/* 10229 */   padding-bottom: 0;
/* 10230 */   /* responsive portrait phone */
/* 10231 */ }
/* 10232 */ @media (max-width: 767px) {
/* 10233 */   .td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
/* 10234 */   .td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
/* 10235 */     padding-bottom: 16px;
/* 10236 */     border-bottom: 1px dashed #F2F2F2;
/* 10237 */     margin-bottom: 14px;
/* 10238 */   }
/* 10239 */ }
/* 10240 */ .td_block_17.td-column-1 {
/* 10241 */   /* tablet + desktop */
/* 10242 */ }
/* 10243 */ @media (min-width: 767px) {
/* 10244 */   .td_block_17.td-column-1 .td-next-prev-wrap,
/* 10245 */   .td_block_17.td-column-1 .td-load-more-wrap {
/* 10246 */     margin-top: 30px;
/* 10247 */   }
/* 10248 */ }
/* 10249 */ /*  ----------------------------------------------------------------------------
/* 10250 *|     Block 18

/* td_standard_pack_main.css *|

/* 10251 *| */
/* 10252 */ .td_block_18 .td-block-span12 {
/* 10253 */   width: 100%;
/* 10254 */ }
/* 10255 */ .td_block_18 .td_module_wrap:last-child {
/* 10256 */   padding-bottom: 0;
/* 10257 */ }
/* 10258 */ .td_block_18 .td_module_mx8 .td-module-thumb {
/* 10259 */   /* responsive portrait phone */
/* 10260 */ }
/* 10261 */ @media (max-width: 767px) {
/* 10262 */   .td_block_18 .td_module_mx8 .td-module-thumb {
/* 10263 */     margin-bottom: 20px;
/* 10264 */   }
/* 10265 */ }
/* 10266 */ .td_block_18 .td_module_mx8 .entry-title {
/* 10267 */   /* responsive portrait phone */
/* 10268 */ }
/* 10269 */ @media (max-width: 767px) {
/* 10270 */   .td_block_18 .td_module_mx8 .entry-title {
/* 10271 */     font-size: 18px;
/* 10272 */     line-height: 24px;
/* 10273 */   }
/* 10274 */ }
/* 10275 */ .td_block_18 .td_module_mx8 .td-module-meta-info {
/* 10276 */   /* responsive portrait phone */
/* 10277 */ }
/* 10278 */ @media (max-width: 767px) {
/* 10279 */   .td_block_18 .td_module_mx8 .td-module-meta-info {
/* 10280 */     padding: 0 14px;
/* 10281 */   }
/* 10282 */ }
/* 10283 */ .td_block_18 .td_module_mx2 .item-details {
/* 10284 */   /* responsive portrait phone */
/* 10285 */ }
/* 10286 */ @media (max-width: 767px) {
/* 10287 */   .td_block_18 .td_module_mx2 .item-details {
/* 10288 */     padding-top: 0;
/* 10289 */     margin-bottom: 26px;
/* 10290 */   }
/* 10291 */ }
/* 10292 */ .td_block_18 .td_module_mx2 .item-details .entry-title {
/* 10293 */   /* responsive portrait phone */
/* 10294 */ }
/* 10295 */ @media (max-width: 767px) {
/* 10296 */   .td_block_18 .td_module_mx2 .item-details .entry-title {
/* 10297 */     margin-bottom: 3px;
/* 10298 */   }
/* 10299 */ }
/* 10300 */ .td_block_18 .td_module_mx2 .td-module-meta-info {

/* td_standard_pack_main.css */

/* 10301 */   margin-bottom: 0;
/* 10302 */ }
/* 10303 */ .td_block_18 .td-column-1 .td_module_wrap {
/* 10304 */   padding-bottom: 0;
/* 10305 */ }
/* 10306 */ .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
/* 10307 */   margin-bottom: 20px;
/* 10308 */   /* responsive portrait phone */
/* 10309 */ }
/* 10310 */ @media (max-width: 767px) {
/* 10311 */   .td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
/* 10312 */     margin-bottom: 26px;
/* 10313 */   }
/* 10314 */ }
/* 10315 */ .td_block_18 .td-column-1 .td_module_mx8 .entry-title {
/* 10316 */   font-size: 18px;
/* 10317 */   line-height: 24px;
/* 10318 */   /* responsive portrait tablet */
/* 10319 */ }
/* 10320 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10321 */   .td_block_18 .td-column-1 .td_module_mx8 .entry-title {
/* 10322 */     font-size: 15px;
/* 10323 */     line-height: 19px;
/* 10324 */   }
/* 10325 */ }
/* 10326 */ .td_block_18 .td-column-1 .td_module_mx8 .td-module-meta-info {
/* 10327 */   padding: 0 14px;
/* 10328 */ }
/* 10329 */ .td_block_18 .td-column-1 .td_module_mx8 .td-post-category {
/* 10330 */   /* responsive portrait tablet */
/* 10331 */ }
/* 10332 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10333 */   .td_block_18 .td-column-1 .td_module_mx8 .td-post-category {
/* 10334 */     display: none;
/* 10335 */   }
/* 10336 */ }
/* 10337 */ .td_block_18 .td-column-1 .td_module_mx2:last-child .item-details {
/* 10338 */   margin-bottom: 0;
/* 10339 */ }
/* 10340 */ .td_block_18 .td-column-2 .td_module_mx8 {
/* 10341 */   /* responsive portrait tablet */
/* 10342 */   /* responsive portrait phone */
/* 10343 */ }
/* 10344 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10345 */   .td_block_18 .td-column-2 .td_module_mx8 {
/* 10346 */     padding-bottom: 25px;
/* 10347 */   }
/* 10348 */ }
/* 10349 */ @media (max-width: 767px) {
/* 10350 */   .td_block_18 .td-column-2 .td_module_mx8 {

/* td_standard_pack_main.css */

/* 10351 */     padding-bottom: 6px;
/* 10352 */   }
/* 10353 */ }
/* 10354 */ .td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
/* 10355 */   bottom: 20px;
/* 10356 */   /* responsive portrait phone */
/* 10357 */ }
/* 10358 */ @media (max-width: 767px) {
/* 10359 */   .td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
/* 10360 */     bottom: 14px;
/* 10361 */   }
/* 10362 */ }
/* 10363 */ .td_block_18 .td-column-2 .td_module_10 {
/* 10364 */   /* responsive portrait tablet */
/* 10365 */ }
/* 10366 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10367 */   .td_block_18 .td-column-2 .td_module_10 {
/* 10368 */     padding-bottom: 24px;
/* 10369 */   }
/* 10370 */ }
/* 10371 */ .td_block_18 .td-column-2 .td_module_10 .td-excerpt {
/* 10372 */   /* responsive portrait tablet */
/* 10373 */ }
/* 10374 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10375 */   .td_block_18 .td-column-2 .td_module_10 .td-excerpt {
/* 10376 */     margin-top: 3px;
/* 10377 */   }
/* 10378 */ }
/* 10379 */ .td_block_18 .td-column-2 .td_module_10 .td-module-meta-info {
/* 10380 */   /* responsive portrait phone */
/* 10381 */ }
/* 10382 */ @media (max-width: 767px) {
/* 10383 */   .td_block_18 .td-column-2 .td_module_10 .td-module-meta-info {
/* 10384 */     margin-bottom: 0;
/* 10385 */   }
/* 10386 */ }
/* 10387 */ .td_block_18 .td-column-3 .td_module_mx8 {
/* 10388 */   /* responsive portrait tablet */
/* 10389 */   /* responsive portrait phone */
/* 10390 */ }
/* 10391 */ .td_block_18 .td-column-3 .td_module_mx8 .entry-thumb {
/* 10392 */   width: 100%;
/* 10393 */ }
/* 10394 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10395 */   .td_block_18 .td-column-3 .td_module_mx8 {
/* 10396 */     padding-bottom: 25px;
/* 10397 */   }
/* 10398 */ }
/* 10399 */ @media (max-width: 767px) {
/* 10400 */   .td_block_18 .td-column-3 .td_module_mx8 {

/* td_standard_pack_main.css */

/* 10401 */     padding-bottom: 6px;
/* 10402 */   }
/* 10403 */ }
/* 10404 */ .td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
/* 10405 */   bottom: 20px;
/* 10406 */   /* responsive portrait phone */
/* 10407 */ }
/* 10408 */ @media (max-width: 767px) {
/* 10409 */   .td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
/* 10410 */     bottom: 14px;
/* 10411 */   }
/* 10412 */ }
/* 10413 */ .td_block_18.td-column-2,
/* 10414 */ .td_block_18.td-column-3 {
/* 10415 */   /* tablet + desktop */
/* 10416 */ }
/* 10417 */ @media (min-width: 767px) {
/* 10418 */   .td_block_18.td-column-2 .td-next-prev-wrap,
/* 10419 */   .td_block_18.td-column-3 .td-next-prev-wrap,
/* 10420 */   .td_block_18.td-column-2 .td-load-more-wrap,
/* 10421 */   .td_block_18.td-column-3 .td-load-more-wrap {
/* 10422 */     margin-top: 30px;
/* 10423 */   }
/* 10424 */ }
/* 10425 */ .td_block_18 .td_module_10 {
/* 10426 */   /* responsive portrait tablet */
/* 10427 */ }
/* 10428 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10429 */   .td_block_18 .td_module_10 {
/* 10430 */     padding-bottom: 30px;
/* 10431 */   }
/* 10432 */ }
/* 10433 */ .td_block_18 .td_module_10 .td-excerpt {
/* 10434 */   /* responsive portrait tablet */
/* 10435 */ }
/* 10436 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10437 */   .td_block_18 .td_module_10 .td-excerpt {
/* 10438 */     margin-top: 3px;
/* 10439 */   }
/* 10440 */ }
/* 10441 */ .td_block_18 .td_module_10 .td-module-meta-info {
/* 10442 */   /* responsive portrait phone */
/* 10443 */ }
/* 10444 */ @media (max-width: 767px) {
/* 10445 */   .td_block_18 .td_module_10 .td-module-meta-info {
/* 10446 */     margin-bottom: 0;
/* 10447 */   }
/* 10448 */ }
/* 10449 */ /*  ----------------------------------------------------------------------------
/* 10450 *|     Block 19

/* td_standard_pack_main.css *|

/* 10451 *| */
/* 10452 */ .td_block_19 {
/* 10453 */   /* responsive portrait tablet */
/* 10454 */   /* responsive portrait phone */
/* 10455 */   /* without mobile */
/* 10456 */   /* responsive portrait phone */
/* 10457 */ }
/* 10458 */ .td_block_19 .td_module_mx1 {
/* 10459 */   margin-bottom: 26px;
/* 10460 */ }
/* 10461 */ .td_block_19 .td_module_mx2 .item-details {
/* 10462 */   /* responsive portrait phone */
/* 10463 */ }
/* 10464 */ @media (max-width: 767px) {
/* 10465 */   .td_block_19 .td_module_mx2 .item-details {
/* 10466 */     padding-top: 0;
/* 10467 */     margin-bottom: 26px;
/* 10468 */   }
/* 10469 */ }
/* 10470 */ .td_block_19 .td_module_mx2 .item-details .entry-title {
/* 10471 */   /* responsive portrait phone */
/* 10472 */ }
/* 10473 */ @media (max-width: 767px) {
/* 10474 */   .td_block_19 .td_module_mx2 .item-details .entry-title {
/* 10475 */     margin-bottom: 3px;
/* 10476 */   }
/* 10477 */ }
/* 10478 */ .td_block_19 .td_module_mx2 .td-module-meta-info {
/* 10479 */   margin-bottom: 0;
/* 10480 */ }
/* 10481 */ .td_block_19 .td-block-row {
/* 10482 */   margin-right: -15px;
/* 10483 */   margin-left: -15px;
/* 10484 */ }
/* 10485 */ .td_block_19 .td-block-span6,
/* 10486 */ .td_block_19 .td-block-span4 {
/* 10487 */   padding-right: 15px;
/* 10488 */   padding-left: 15px;
/* 10489 */ }
/* 10490 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10491 */   .td_block_19 .td-block-row {
/* 10492 */     margin-right: -10px;
/* 10493 */     margin-left: -10px;
/* 10494 */   }
/* 10495 */   .td_block_19 .td-block-span6,
/* 10496 */   .td_block_19 .td-block-span4 {
/* 10497 */     padding-right: 10px;
/* 10498 */     padding-left: 10px;
/* 10499 */   }
/* 10500 */ }

/* td_standard_pack_main.css */

/* 10501 */ @media (max-width: 767px) {
/* 10502 */   .td_block_19 .td-block-row {
/* 10503 */     margin: 0;
/* 10504 */   }
/* 10505 */   .td_block_19 .td-block-span6,
/* 10506 */   .td_block_19 .td-block-span4 {
/* 10507 */     padding: 0;
/* 10508 */   }
/* 10509 */ }
/* 10510 */ @media (min-width: 768px) {
/* 10511 */   .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx1,
/* 10512 */   .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2,
/* 10513 */   .td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2 .item-details {
/* 10514 */     margin-bottom: 0;
/* 10515 */   }
/* 10516 */ }
/* 10517 */ @media (max-width: 767px) {
/* 10518 */   .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx1,
/* 10519 */   .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2,
/* 10520 */   .td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2 .item-details {
/* 10521 */     margin-bottom: 0;
/* 10522 */   }
/* 10523 */ }
/* 10524 */ .td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx1,
/* 10525 */ .td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2,
/* 10526 */ .td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2 .item-details {
/* 10527 */   margin-bottom: 0;
/* 10528 */ }
/* 10529 */ .td_block_19 .td-next-prev-wrap,
/* 10530 */ .td_block_19 .td-load-more-wrap {
/* 10531 */   margin-top: 20px;
/* 10532 */ }
/* 10533 */ /*  ----------------------------------------------------------------------------
/* 10534 *|     Block 20
/* 10535 *| */
/* 10536 */ .td_block_20 .td-module-meta-info {
/* 10537 */   margin-left: 0;
/* 10538 */ }
/* 10539 */ .td_block_20 .td-post-author-name,
/* 10540 */ .td_block_20 .td-post-date {
/* 10541 */   margin-left: 0;
/* 10542 */   line-height: 17px;
/* 10543 */   vertical-align: top;
/* 10544 */   top: -1px;
/* 10545 */ }
/* 10546 */ .td_block_20 .td-module-comments {
/* 10547 */   margin-right: 0;
/* 10548 */   position: absolute;
/* 10549 */   right: 20px;
/* 10550 */   bottom: 12px;

/* td_standard_pack_main.css */

/* 10551 */ }
/* 10552 */ .td_block_20 .td_module_14 .td-module-thumb {
/* 10553 */   margin-bottom: 12px;
/* 10554 */ }
/* 10555 */ .td_block_20 .td_module_14 .td-module-meta-holder {
/* 10556 */   padding: 14px 20px 12px 20px;
/* 10557 */ }
/* 10558 */ @media (max-width: 500px) {
/* 10559 */   .td_block_20 .td_module_14 .td-module-meta-holder {
/* 10560 */     padding: 10px 10px 12px 10px;
/* 10561 */   }
/* 10562 */ }
/* 10563 */ .td_block_20 .td_module_14 .td-module-meta-info {
/* 10564 */   bottom: 0;
/* 10565 */   padding: 0;
/* 10566 */   width: 90%;
/* 10567 */ }
/* 10568 */ .td_block_20 .td_module_14 .td-excerpt {
/* 10569 */   padding: 0 10px 0 20px;
/* 10570 */   width: 90%;
/* 10571 */ }
/* 10572 */ @media (max-width: 500px) {
/* 10573 */   .td_block_20 .td_module_14 .td-excerpt {
/* 10574 */     padding-left: 10px;
/* 10575 */   }
/* 10576 */ }
/* 10577 */ .td_block_20 .td_module_14 .entry-title {
/* 10578 */   bottom: auto;
/* 10579 */ }
/* 10580 */ @media (max-width: 500px) {
/* 10581 */   .td_block_20 .td_module_14 .entry-title {
/* 10582 */     margin-right: 0;
/* 10583 */     margin-left: 0;
/* 10584 */   }
/* 10585 */ }
/* 10586 */ .td_block_20 .td_module_14 .entry-title:after {
/* 10587 */   display: none;
/* 10588 */ }
/* 10589 */ .td_block_20 .td_module_14:last-child {
/* 10590 */   padding-bottom: 0;
/* 10591 */ }
/* 10592 */ .td_block_20 .td_module_mx3 {
/* 10593 */   padding-bottom: 25px;
/* 10594 */   margin-bottom: 25px;
/* 10595 */   border-bottom: 1px dashed var(--td_grid_border_color, #ededed);
/* 10596 */   /* responsive portrait phone */
/* 10597 */ }
/* 10598 */ @media (max-width: 767px) {
/* 10599 */   .td_block_20 .td_module_mx3 {
/* 10600 */     width: 100%;

/* td_standard_pack_main.css */

/* 10601 */   }
/* 10602 */   .td_block_20 .td_module_mx3:nth-child(even) {
/* 10603 */     margin-left: 0;
/* 10604 */   }
/* 10605 */ }
/* 10606 */ .td_block_20 .td_module_mx3:last-child {
/* 10607 */   border-bottom: 0;
/* 10608 */ }
/* 10609 */ .td_block_20 .td_module_mx3 .td-module-meta-info {
/* 10610 */   bottom: 25px;
/* 10611 */   border-bottom: 0;
/* 10612 */   margin: 0;
/* 10613 */   width: 90%;
/* 10614 */   padding: 14px 16px 12px;
/* 10615 */   /* responsive portrait tablet */
/* 10616 */ }
/* 10617 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10618 */   .td_block_20 .td_module_mx3 .td-module-meta-info {
/* 10619 */     padding: 6px 0 0;
/* 10620 */   }
/* 10621 */ }
/* 10622 */ @media (max-width: 500px) {
/* 10623 */   .td_block_20 .td_module_mx3 .td-module-meta-info {
/* 10624 */     padding: 10px 20px 12px 10px;
/* 10625 */   }
/* 10626 */ }
/* 10627 */ .td_block_20 .td_module_mx3 .td-post-author-name,
/* 10628 */ .td_block_20 .td_module_mx3 .td-post-date,
/* 10629 */ .td_block_20 .td_module_mx3 .td-module-comments {
/* 10630 */   /* responsive portrait tablet */
/* 10631 */ }
/* 10632 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10633 */   .td_block_20 .td_module_mx3 .td-post-author-name,
/* 10634 */   .td_block_20 .td_module_mx3 .td-post-date,
/* 10635 */   .td_block_20 .td_module_mx3 .td-module-comments {
/* 10636 */     display: none;
/* 10637 */   }
/* 10638 */ }
/* 10639 */ .td_block_20 .td_module_mx3 .entry-title {
/* 10640 */   font-weight: 500;
/* 10641 */   /* responsive portrait phone */
/* 10642 */ }
/* 10643 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10644 */   .td_block_20 .td_module_mx3 .entry-title {
/* 10645 */     font-size: 15px;
/* 10646 */     font-weight: 500;
/* 10647 */     line-height: 20px;
/* 10648 */     margin-bottom: 0;
/* 10649 */   }
/* 10650 */ }

/* td_standard_pack_main.css */

/* 10651 */ @media (max-width: 767px) {
/* 10652 */   .td_block_20 .td_module_mx3 .entry-title {
/* 10653 */     font-size: 22px;
/* 10654 */     line-height: 30px;
/* 10655 */   }
/* 10656 */ }
/* 10657 */ @media (max-width: 500px) {
/* 10658 */   .td_block_20 .td_module_mx3 .entry-title {
/* 10659 */     font-size: 18px;
/* 10660 */     line-height: 26px;
/* 10661 */     margin-right: 0;
/* 10662 */     margin-left: 0;
/* 10663 */   }
/* 10664 */ }
/* 10665 */ .td_block_20 .td_module_mx3 .td-module-thumb {
/* 10666 */   margin-bottom: 0;
/* 10667 */ }
/* 10668 */ .td_block_20 .td-video-play-ico {
/* 10669 */   top: 24px;
/* 10670 */   right: 24px;
/* 10671 */   left: auto;
/* 10672 */   transform: none;
/* 10673 */   -webkit-transform: none;
/* 10674 */   width: 30px;
/* 10675 */   height: 30px;
/* 10676 */   font-size: 30px;
/* 10677 */ }
/* 10678 */ .td_block_20 .td-next-prev-wrap,
/* 10679 */ .td_block_20 .td-load-more-wrap {
/* 10680 */   margin-top: 40px;
/* 10681 */ }
/* 10682 */ @media (max-width: 500px) {
/* 10683 */   .td_block_20 .td-next-prev-wrap,
/* 10684 */   .td_block_20 .td-load-more-wrap {
/* 10685 */     margin-bottom: 0;
/* 10686 */   }
/* 10687 */ }
/* 10688 */ .td_block_20.td-column-1 .td_module_mx3:last-child {
/* 10689 */   margin-bottom: 0;
/* 10690 */ }
/* 10691 */ .td_block_20.td-column-1 .td-next-prev-wrap,
/* 10692 */ .td_block_20.td-column-1 .td-load-more-wrap {
/* 10693 */   margin-top: 1px;
/* 10694 */ }
/* 10695 */ .td_block_20 .td_module_wrap:last-child {
/* 10696 */   margin-bottom: 0;
/* 10697 */ }
/* 10698 */ .td_block_20 .td_block_inner:after {
/* 10699 */   content: '';
/* 10700 */   clear: both;

/* td_standard_pack_main.css */

/* 10701 */   display: table;
/* 10702 */ }
/* 10703 */ /*  ----------------------------------------------------------------------------
/* 10704 *|     Block 21
/* 10705 *| */
/* 10706 */ .td_block_21 .td_module_16 .td-module-meta-info {
/* 10707 */   margin-bottom: 0;
/* 10708 */ }
/* 10709 */ .td_block_21.td-column-1 .td-module-thumb {
/* 10710 */   width: 100px;
/* 10711 */   /* responsive portrait tablet */
/* 10712 */   /* responsive portrait phone */
/* 10713 */ }
/* 10714 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10715 */   .td_block_21.td-column-1 .td-module-thumb {
/* 10716 */     width: 50px;
/* 10717 */   }
/* 10718 */ }
/* 10719 */ @media (max-width: 767px) {
/* 10720 */   .td_block_21.td-column-1 .td-module-thumb {
/* 10721 */     width: 80px;
/* 10722 */   }
/* 10723 */ }
/* 10724 */ .td_block_21.td-column-1 .item-details {
/* 10725 */   margin-left: 115px;
/* 10726 */   min-height: 100px;
/* 10727 */   /* responsive portrait tablet */
/* 10728 */   /* responsive portrait phone */
/* 10729 */ }
/* 10730 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10731 */   .td_block_21.td-column-1 .item-details {
/* 10732 */     margin-left: 60px;
/* 10733 */     min-height: 50px;
/* 10734 */   }
/* 10735 */ }
/* 10736 */ @media (max-width: 767px) {
/* 10737 */   .td_block_21.td-column-1 .item-details {
/* 10738 */     margin-left: 95px;
/* 10739 */     min-height: 80px;
/* 10740 */   }
/* 10741 */ }
/* 10742 */ .td_block_21.td-column-1 .entry-title {
/* 10743 */   font-size: 17px;
/* 10744 */   line-height: 23px;
/* 10745 */   min-height: 0;
/* 10746 */   padding-left: 0;
/* 10747 */   /* responsive portrait tablet */
/* 10748 */   /* responsive portrait phone */
/* 10749 */   /* responsive portrait phone */
/* 10750 */ }

/* td_standard_pack_main.css */

/* 10751 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10752 */   .td_block_21.td-column-1 .entry-title {
/* 10753 */     font-size: 14px;
/* 10754 */     line-height: 21px;
/* 10755 */   }
/* 10756 */ }
/* 10757 */ @media (max-width: 767px) {
/* 10758 */   .td_block_21.td-column-1 .entry-title {
/* 10759 */     font-size: 22px;
/* 10760 */     line-height: 28px;
/* 10761 */     font-weight: 500;
/* 10762 */   }
/* 10763 */ }
/* 10764 */ @media (max-width: 500px) {
/* 10765 */   .td_block_21.td-column-1 .entry-title {
/* 10766 */     font-size: 17px;
/* 10767 */     line-height: 22px;
/* 10768 */   }
/* 10769 */ }
/* 10770 */ .td_block_21.td-column-1 .td-excerpt {
/* 10771 */   display: none;
/* 10772 */ }
/* 10773 */ .td_block_21.td-column-1 .td_module_16 {
/* 10774 */   padding-bottom: 19px;
/* 10775 */ }
/* 10776 */ .td_block_21.td-column-1 .td-post-author-name {
/* 10777 */   /* responsive portrait tablet */
/* 10778 */ }
/* 10779 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10780 */   .td_block_21.td-column-1 .td-post-author-name {
/* 10781 */     display: none;
/* 10782 */   }
/* 10783 */ }
/* 10784 */ .td_block_21.td-column-1 {
/* 10785 */   /* tablet + desktop */
/* 10786 */ }
/* 10787 */ @media (min-width: 767px) {
/* 10788 */   .td_block_21.td-column-1 .td-next-prev-wrap,
/* 10789 */   .td_block_21.td-column-1 .td-load-more-wrap {
/* 10790 */     margin-top: 26px;
/* 10791 */   }
/* 10792 */ }
/* 10793 */ .td_block_21.td-column-2,
/* 10794 */ .td_block_21.td-column-3 {
/* 10795 */   /* tablet + desktop */
/* 10796 */ }
/* 10797 */ @media (min-width: 767px) {
/* 10798 */   .td_block_21.td-column-2 .td-next-prev-wrap,
/* 10799 */   .td_block_21.td-column-3 .td-next-prev-wrap,
/* 10800 */   .td_block_21.td-column-2 .td-load-more-wrap,

/* td_standard_pack_main.css */

/* 10801 */   .td_block_21.td-column-3 .td-load-more-wrap {
/* 10802 */     margin-top: 30px;
/* 10803 */   }
/* 10804 */ }
/* 10805 */ .td_block_21 .td_module_wrap:last-child {
/* 10806 */   padding-bottom: 0;
/* 10807 */ }
/* 10808 */ /*  ----------------------------------------------------------------------------
/* 10809 *|     Block 22
/* 10810 *| */
/* 10811 */ .td_block_22 .td-column-1 .entry-title {
/* 10812 */   font-size: 26px;
/* 10813 */   line-height: 30px;
/* 10814 */   /* responsive portrait tablet */
/* 10815 */ }
/* 10816 */ @media (max-width: 1018px) {
/* 10817 */   .td_block_22 .td-column-1 .entry-title {
/* 10818 */     font-size: 21px;
/* 10819 */     line-height: 28px;
/* 10820 */   }
/* 10821 */ }
/* 10822 */ .td_block_22 .td-column-1 .td-excerpt {
/* 10823 */   font-size: 15px;
/* 10824 */   line-height: 26px;
/* 10825 */   margin-top: 19px;
/* 10826 */   /* responsive portrait tablet */
/* 10827 */ }
/* 10828 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10829 */   .td_block_22 .td-column-1 .td-excerpt {
/* 10830 */     font-size: 13px;
/* 10831 */     line-height: 22px;
/* 10832 */     margin-top: 15px;
/* 10833 */   }
/* 10834 */ }
/* 10835 */ .td_block_22 .td-column-1 .td-read-more {
/* 10836 */   margin-top: 15px;
/* 10837 */   /* responsive portrait tablet */
/* 10838 */ }
/* 10839 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10840 */   .td_block_22 .td-column-1 .td-read-more {
/* 10841 */     margin-top: 8px;
/* 10842 */   }
/* 10843 */ }
/* 10844 */ .td_block_22 .td-column-1 .td_module_wrap {
/* 10845 */   padding-bottom: 20px;
/* 10846 */   /* responsive portrait tablet */
/* 10847 */ }
/* 10848 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10849 */   .td_block_22 .td-column-1 .td_module_wrap {
/* 10850 */     padding-bottom: 10px;

/* td_standard_pack_main.css */

/* 10851 */   }
/* 10852 */ }
/* 10853 */ .td_block_22 .td-column-1 .td-module-meta-holder {
/* 10854 */   height: 41px;
/* 10855 */   padding: 12px 12px 12px 15px;
/* 10856 */   /* responsive portrait tablet */
/* 10857 */ }
/* 10858 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10859 */   .td_block_22 .td-column-1 .td-module-meta-holder {
/* 10860 */     height: 33px;
/* 10861 */     padding: 8px 12px 8px 10px;
/* 10862 */     font-size: 11px;
/* 10863 */   }
/* 10864 */ }
/* 10865 */ .td_block_22 .td-column-3 .entry-title {
/* 10866 */   font-size: 34px;
/* 10867 */   line-height: 44px;
/* 10868 */   /* responsive portrait tablet */
/* 10869 */ }
/* 10870 */ @media (max-width: 1018px) {
/* 10871 */   .td_block_22 .td-column-3 .entry-title {
/* 10872 */     font-size: 21px;
/* 10873 */     line-height: 28px;
/* 10874 */   }
/* 10875 */ }
/* 10876 */ .td_block_22.td_with_ajax_pagination .td-module-image {
/* 10877 */   margin: 0;
/* 10878 */ }
/* 10879 */ .td_block_22 .td_module_wrap:last-child {
/* 10880 */   padding-bottom: 0;
/* 10881 */ }
/* 10882 */ .td_block_22 .td_module_wrap:last-child .td-read-more {
/* 10883 */   margin-bottom: 0;
/* 10884 */ }
/* 10885 */ /*  ----------------------------------------------------------------------------
/* 10886 *|     Block 23
/* 10887 *| */
/* 10888 */ .td_block_23 .td-column-1 .entry-title {
/* 10889 */   /* responsive portrait tablet */
/* 10890 */ }
/* 10891 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10892 */   .td_block_23 .td-column-1 .entry-title {
/* 10893 */     font-size: 19px;
/* 10894 */     line-height: 24px;
/* 10895 */   }
/* 10896 */ }
/* 10897 */ .td_block_23 .td-column-1 .td-post-author-name {
/* 10898 */   /* responsive portrait tablet */
/* 10899 */ }
/* 10900 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 10901 */   .td_block_23 .td-column-1 .td-post-author-name {
/* 10902 */     display: none;
/* 10903 */   }
/* 10904 */ }
/* 10905 */ .td_block_23 .td_module_wrap:last-child {
/* 10906 */   margin-bottom: 0;
/* 10907 */   padding-bottom: 0;
/* 10908 */ }
/* 10909 */ .td_block_23 .td_module_wrap:last-child .meta-info-container {
/* 10910 */   padding-bottom: 0;
/* 10911 */   border-bottom: none;
/* 10912 */ }
/* 10913 */ .td_block_23 .td_module_wrap:last-child .td-read-more {
/* 10914 */   margin-bottom: 0;
/* 10915 */ }
/* 10916 */ .td_block_23 .td-column-3 .entry-title {
/* 10917 */   font-size: 34px;
/* 10918 */   line-height: 44px;
/* 10919 */   /* responsive portrait tablet */
/* 10920 */ }
/* 10921 */ @media (max-width: 1018px) {
/* 10922 */   .td_block_23 .td-column-3 .entry-title {
/* 10923 */     font-size: 22px;
/* 10924 */     line-height: 28px;
/* 10925 */   }
/* 10926 */ }
/* 10927 */ /*  ----------------------------------------------------------------------------
/* 10928 *|     Block 24
/* 10929 *| */
/* 10930 */ .td_block_24 .td_module_wrap:last-child {
/* 10931 */   padding-bottom: 0;
/* 10932 */   margin-bottom: 0;
/* 10933 */   border-bottom: none;
/* 10934 */ }
/* 10935 */ .td_block_24 .td-read-more {
/* 10936 */   margin-bottom: 0;
/* 10937 */ }
/* 10938 */ .td_block_24 .td-column-3 .td-module-thumb {
/* 10939 */   width: 534px;
/* 10940 */   height: 350px;
/* 10941 */   /* responsive portrait tablet */
/* 10942 */   /* responsive portrait phone */
/* 10943 */ }
/* 10944 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10945 */   .td_block_24 .td-column-3 .td-module-thumb {
/* 10946 */     width: 400px;
/* 10947 */     height: 320px;
/* 10948 */   }
/* 10949 */ }
/* 10950 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 10951 */   .td_block_24 .td-column-3 .td-module-thumb {
/* 10952 */     width: 100px;
/* 10953 */     height: 120px;
/* 10954 */   }
/* 10955 */ }
/* 10956 */ .td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
/* 10957 */   height: auto;
/* 10958 */   width: 100%;
/* 10959 */   /* responsive portrait tablet */
/* 10960 */   /* responsive portrait phone */
/* 10961 */ }
/* 10962 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10963 */   .td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
/* 10964 */     width: 100%;
/* 10965 */   }
/* 10966 */ }
/* 10967 */ @media (max-width: 767px) {
/* 10968 */   .td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
/* 10969 */     height: 100%;
/* 10970 */     width: auto;
/* 10971 */   }
/* 10972 */ }
/* 10973 */ .td_block_24 .td-column-3 .td-item-details {
/* 10974 */   min-height: 350px;
/* 10975 */   margin-left: 564px;
/* 10976 */   /* responsive portrait tablet */
/* 10977 */   /* responsive portrait phone */
/* 10978 */ }
/* 10979 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 10980 */   .td_block_24 .td-column-3 .td-item-details {
/* 10981 */     min-height: 330px;
/* 10982 */     margin-left: 430px;
/* 10983 */   }
/* 10984 */ }
/* 10985 */ @media (max-width: 767px) {
/* 10986 */   .td_block_24 .td-column-3 .td-item-details {
/* 10987 */     min-height: 120px;
/* 10988 */     margin-left: 115px;
/* 10989 */   }
/* 10990 */ }
/* 10991 */ /*  ----------------------------------------------------------------------------
/* 10992 *|     Block 25
/* 10993 *| */
/* 10994 */ .td_block_25 {
/* 10995 */   /* without mobile */
/* 10996 */   /* responsive portrait phone */
/* 10997 */ }
/* 10998 */ @media (min-width: 768px) {
/* 10999 */   .td_block_25 .td-block-row:last-child > div .td_module_wrap:last-child {
/* 11000 */     padding-bottom: 0;

/* td_standard_pack_main.css */

/* 11001 */   }
/* 11002 */   .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
/* 11003 */     padding-bottom: 0;
/* 11004 */   }
/* 11005 */ }
/* 11006 */ @media (max-width: 767px) {
/* 11007 */   .td_block_25.td-column-3 .td-block-span4:last-child .td_module_wrap:last-child {
/* 11008 */     padding-bottom: 0;
/* 11009 */   }
/* 11010 */   .td_block_25.td-column-2 .td-block-span6:last-child .td_module_wrap:last-child {
/* 11011 */     padding-bottom: 0;
/* 11012 */   }
/* 11013 */   .td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
/* 11014 */     padding-bottom: 0;
/* 11015 */   }
/* 11016 */ }
/* 11017 */ /*  ----------------------------------------------------------------------------
/* 11018 *|     Homepage Post
/* 11019 *| */
/* 11020 */ .homepage-post .td-post-template-7 .td-post-header header .entry-title {
/* 11021 */   /* responsive portrait tablet */
/* 11022 */   /* responsive portrait phone */
/* 11023 */ }
/* 11024 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11025 */   .homepage-post .td-post-template-7 .td-post-header header .entry-title {
/* 11026 */     font-size: 36px;
/* 11027 */     line-height: 46px;
/* 11028 */   }
/* 11029 */ }
/* 11030 */ @media (max-width: 767px) {
/* 11031 */   .homepage-post .td-post-template-7 .td-post-header header .entry-title {
/* 11032 */     font-size: 26px;
/* 11033 */     line-height: 32px;
/* 11034 */     margin-bottom: 7px;
/* 11035 */   }
/* 11036 */ }
/* 11037 */ .td-homepage-post .entry-title {
/* 11038 */   margin-top: 0;
/* 11039 */ }
/* 11040 */ .td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
/* 11041 */ .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
/* 11042 */ .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
/* 11043 */ .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
/* 11044 */ .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
/* 11045 */ .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
/* 11046 */   position: relative;
/* 11047 */   margin: -24px 0 24px;
/* 11048 */   z-index: 1;
/* 11049 */   /* responsive portrait phone */
/* 11050 */ }

/* td_standard_pack_main.css */

/* 11051 */ @media (max-width: 767px) {
/* 11052 */   .td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
/* 11053 */   .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
/* 11054 */   .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
/* 11055 */   .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
/* 11056 */   .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
/* 11057 */   .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
/* 11058 */     margin-bottom: 0;
/* 11059 */     padding: 4px 0 12px;
/* 11060 */   }
/* 11061 */ }
/* 11062 */ .td-main-page-wrap .td-container > .td-pb-row:first-child .td-trending-style2:first-child,
/* 11063 */ .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td-trending-style2:first-child,
/* 11064 */ .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td-trending-style2:first-child,
/* 11065 */ .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child,
/* 11066 */ .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td-trending-style2:first-child,
/* 11067 */ .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child {
/* 11068 */   /* responsive portrait phone */
/* 11069 */ }
/* 11070 */ @media (max-width: 767px) {
/* 11071 */   .td-main-page-wrap .td-container > .td-pb-row:first-child .td-trending-style2:first-child,
/* 11072 */   .td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td-trending-style2:first-child,
/* 11073 */   .td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td-trending-style2:first-child,
/* 11074 */   .td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child,
/* 11075 */   .td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td-trending-style2:first-child,
/* 11076 */   .td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child {
/* 11077 */     padding: 12px 2px !important;
/* 11078 */     margin-bottom: 7px;
/* 11079 */   }
/* 11080 */ }
/* 11081 */ .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
/* 11082 */ .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
/* 11083 */   position: relative;
/* 11084 */   margin: -24px 0 24px;
/* 11085 */   z-index: 1;
/* 11086 */   /* responsive portrait phone */
/* 11087 */ }
/* 11088 */ @media (max-width: 767px) {
/* 11089 */   .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
/* 11090 */   .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
/* 11091 */     margin-bottom: 0;
/* 11092 */     padding: 4px 0 12px;
/* 11093 */   }
/* 11094 */ }
/* 11095 */ .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2,
/* 11096 */ .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2 {
/* 11097 */   /* responsive portrait phone */
/* 11098 */ }
/* 11099 */ @media (max-width: 767px) {
/* 11100 */   .td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2,

/* td_standard_pack_main.css */

/* 11101 */   .td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2 {
/* 11102 */     padding: 12px 2px !important;
/* 11103 */     margin-bottom: 7px;
/* 11104 */   }
/* 11105 */ }
/* 11106 */ a[href^="tel"] {
/* 11107 */   color: inherit;
/* 11108 */ }
/* 11109 */ .td_block_homepage_full_1 {
/* 11110 */   padding-bottom: 0;
/* 11111 */   margin-bottom: 0;
/* 11112 */ }
/* 11113 */ .td_block_popular_categories {
/* 11114 */   padding-bottom: 0;
/* 11115 */ }
/* 11116 */ .td-mx-13 .entry-title {
/* 11117 */   font-size: 13px;
/* 11118 */   line-height: 18px;
/* 11119 */   /* responsive portrait tablet */
/* 11120 */   /* responsive portrait phone */
/* 11121 */ }
/* 11122 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11123 */   .td-mx-13 .entry-title {
/* 11124 */     font-size: 12px !important;
/* 11125 */     line-height: 15px !important;
/* 11126 */   }
/* 11127 */ }
/* 11128 */ @media (max-width: 767px) {
/* 11129 */   .td-mx-13 .entry-title {
/* 11130 */     font-size: 13px !important;
/* 11131 */     line-height: 18px !important;
/* 11132 */   }
/* 11133 */ }
/* 11134 */ .td-mx-13 .td-post-category {
/* 11135 */   margin-bottom: 11px;
/* 11136 */   /* responsive portrait tablet */
/* 11137 */   /* responsive portrait phone */
/* 11138 */ }
/* 11139 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11140 */   .td-mx-13 .td-post-category {
/* 11141 */     margin-bottom: 9px;
/* 11142 */   }
/* 11143 */ }
/* 11144 */ @media (max-width: 767px) {
/* 11145 */   .td-mx-13 .td-post-category {
/* 11146 */     margin-bottom: 10px;
/* 11147 */   }
/* 11148 */ }
/* 11149 */ .td-mx-13 .td-module-meta-info {
/* 11150 */   margin-top: 6px;

/* td_standard_pack_main.css */

/* 11151 */ }
/* 11152 */ .td-mx-13 .td-meta-info-container {
/* 11153 */   padding: 0 15px 15px;
/* 11154 */   /* responsive portrait tablet */
/* 11155 */   /* responsive portrait phone */
/* 11156 */ }
/* 11157 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11158 */   .td-mx-13 .td-meta-info-container {
/* 11159 */     padding: 0 13px 10px;
/* 11160 */   }
/* 11161 */ }
/* 11162 */ @media (max-width: 767px) {
/* 11163 */   .td-mx-13 .td-meta-info-container {
/* 11164 */     padding: 0 10px 11px;
/* 11165 */   }
/* 11166 */ }
/* 11167 */ .td-grid-style-2 .td-mx-13 .td-meta-info-container,
/* 11168 */ .td-grid-style-3 .td-mx-13 .td-meta-info-container,
/* 11169 */ .td-grid-style-7 .td-mx-13 .td-meta-info-container {
/* 11170 */   padding: 0 !important;
/* 11171 */ }
/* 11172 */ .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
/* 11173 */ .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
/* 11174 */ .td-grid-style-7 .td-mx-13 .td-big-grid-meta,
/* 11175 */ .td-grid-style-2 .td-mx-13 .td-module-meta-info,
/* 11176 */ .td-grid-style-3 .td-mx-13 .td-module-meta-info,
/* 11177 */ .td-grid-style-7 .td-mx-13 .td-module-meta-info {
/* 11178 */   width: 100%;
/* 11179 */ }
/* 11180 */ .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
/* 11181 */ .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
/* 11182 */ .td-grid-style-7 .td-mx-13 .td-big-grid-meta {
/* 11183 */   padding: 15px 15px 0;
/* 11184 */   /* responsive portrait tablet */
/* 11185 */   /* responsive portrait phone */
/* 11186 */ }
/* 11187 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11188 */   .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
/* 11189 */   .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
/* 11190 */   .td-grid-style-7 .td-mx-13 .td-big-grid-meta {
/* 11191 */     padding: 13px 13px 0;
/* 11192 */   }
/* 11193 */ }
/* 11194 */ @media (max-width: 767px) {
/* 11195 */   .td-grid-style-2 .td-mx-13 .td-big-grid-meta,
/* 11196 */   .td-grid-style-3 .td-mx-13 .td-big-grid-meta,
/* 11197 */   .td-grid-style-7 .td-mx-13 .td-big-grid-meta {
/* 11198 */     padding: 10px 10px 0;
/* 11199 */   }
/* 11200 */ }

/* td_standard_pack_main.css */

/* 11201 */ .td-grid-style-2 .td-mx-13 .td-module-meta-info,
/* 11202 */ .td-grid-style-3 .td-mx-13 .td-module-meta-info,
/* 11203 */ .td-grid-style-7 .td-mx-13 .td-module-meta-info {
/* 11204 */   padding: 0 15px 15px;
/* 11205 */   /* responsive portrait tablet */
/* 11206 */   /* responsive portrait phone */
/* 11207 */ }
/* 11208 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11209 */   .td-grid-style-2 .td-mx-13 .td-module-meta-info,
/* 11210 */   .td-grid-style-3 .td-mx-13 .td-module-meta-info,
/* 11211 */   .td-grid-style-7 .td-mx-13 .td-module-meta-info {
/* 11212 */     padding: 0 13px 13px;
/* 11213 */   }
/* 11214 */ }
/* 11215 */ @media (max-width: 767px) {
/* 11216 */   .td-grid-style-2 .td-mx-13 .td-module-meta-info,
/* 11217 */   .td-grid-style-3 .td-mx-13 .td-module-meta-info,
/* 11218 */   .td-grid-style-7 .td-mx-13 .td-module-meta-info {
/* 11219 */     padding: 0 10px 10px;
/* 11220 */   }
/* 11221 */ }
/* 11222 */ .td-grid-style-4 .td-mx-13 .entry-title {
/* 11223 */   padding: 1px 5px 2px;
/* 11224 */ }
/* 11225 */ .td-grid-style-4 .td-mx-13 .td-meta-info-container {
/* 11226 */   width: 100%;
/* 11227 */ }
/* 11228 */ .td-grid-style-5 .td-mx-13 .td-meta-info-container,
/* 11229 */ .td-grid-style-6 .td-mx-13 .td-meta-info-container {
/* 11230 */   padding: 15px !important;
/* 11231 */   /* responsive portrait tablet */
/* 11232 */   /* responsive portrait phone */
/* 11233 */ }
/* 11234 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11235 */   .td-grid-style-5 .td-mx-13 .td-meta-info-container,
/* 11236 */   .td-grid-style-6 .td-mx-13 .td-meta-info-container {
/* 11237 */     padding: 13px !important;
/* 11238 */   }
/* 11239 */ }
/* 11240 */ @media (max-width: 767px) {
/* 11241 */   .td-grid-style-5 .td-mx-13 .td-meta-info-container,
/* 11242 */   .td-grid-style-6 .td-mx-13 .td-meta-info-container {
/* 11243 */     padding: 10px !important;
/* 11244 */   }
/* 11245 */ }
/* 11246 */ .td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
/* 11247 */   bottom: 13px;
/* 11248 */   /* responsive portrait tablet */
/* 11249 */   /* responsive portrait phone */
/* 11250 */ }

/* td_standard_pack_main.css */

/* 11251 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11252 */   .td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
/* 11253 */     bottom: 11px;
/* 11254 */   }
/* 11255 */ }
/* 11256 */ @media (max-width: 767px) {
/* 11257 */   .td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
/* 11258 */     bottom: 8px;
/* 11259 */   }
/* 11260 */ }
/* 11261 */ .td-mx-15 .entry-title {
/* 11262 */   font-size: 15px;
/* 11263 */   line-height: 20px;
/* 11264 */   /* responsive portrait tablet + phone */
/* 11265 */ }
/* 11266 */ @media (max-width: 1018px) {
/* 11267 */   .td-mx-15 .entry-title {
/* 11268 */     font-size: 13px !important;
/* 11269 */     line-height: 18px !important;
/* 11270 */   }
/* 11271 */ }
/* 11272 */ .td-mx-15 .td-post-category {
/* 11273 */   margin-bottom: 10px;
/* 11274 */ }
/* 11275 */ .td-mx-15 .td-module-meta-info {
/* 11276 */   margin-top: 6px;
/* 11277 */ }
/* 11278 */ .td-mx-15 .td-meta-info-container {
/* 11279 */   padding: 0 10px 18px;
/* 11280 */   /* responsive portrait tablet + phone */
/* 11281 */ }
/* 11282 */ @media (max-width: 1018px) {
/* 11283 */   .td-mx-15 .td-meta-info-container {
/* 11284 */     padding-bottom: 11px;
/* 11285 */   }
/* 11286 */ }
/* 11287 */ .td-grid-style-2 .td-mx-15 .td-meta-info-container,
/* 11288 */ .td-grid-style-3 .td-mx-15 .td-meta-info-container,
/* 11289 */ .td-grid-style-7 .td-mx-15 .td-meta-info-container {
/* 11290 */   padding: 0 !important;
/* 11291 */ }
/* 11292 */ .td-grid-style-2 .td-mx-15 .td-big-grid-meta,
/* 11293 */ .td-grid-style-3 .td-mx-15 .td-big-grid-meta,
/* 11294 */ .td-grid-style-7 .td-mx-15 .td-big-grid-meta,
/* 11295 */ .td-grid-style-2 .td-mx-15 .td-module-meta-info,
/* 11296 */ .td-grid-style-3 .td-mx-15 .td-module-meta-info,
/* 11297 */ .td-grid-style-7 .td-mx-15 .td-module-meta-info {
/* 11298 */   width: 100%;
/* 11299 */ }
/* 11300 */ .td-grid-style-2 .td-mx-15 .td-big-grid-meta,

/* td_standard_pack_main.css */

/* 11301 */ .td-grid-style-3 .td-mx-15 .td-big-grid-meta,
/* 11302 */ .td-grid-style-7 .td-mx-15 .td-big-grid-meta {
/* 11303 */   padding: 18px 10px 0;
/* 11304 */   /* responsive portrait tablet + phone */
/* 11305 */ }
/* 11306 */ @media (max-width: 1018px) {
/* 11307 */   .td-grid-style-2 .td-mx-15 .td-big-grid-meta,
/* 11308 */   .td-grid-style-3 .td-mx-15 .td-big-grid-meta,
/* 11309 */   .td-grid-style-7 .td-mx-15 .td-big-grid-meta {
/* 11310 */     padding: 11px 11px 0;
/* 11311 */   }
/* 11312 */ }
/* 11313 */ .td-grid-style-2 .td-mx-15 .td-module-meta-info,
/* 11314 */ .td-grid-style-3 .td-mx-15 .td-module-meta-info,
/* 11315 */ .td-grid-style-7 .td-mx-15 .td-module-meta-info {
/* 11316 */   padding: 0 10px 18px;
/* 11317 */   /* responsive portrait tablet + phone */
/* 11318 */ }
/* 11319 */ @media (max-width: 1018px) {
/* 11320 */   .td-grid-style-2 .td-mx-15 .td-module-meta-info,
/* 11321 */   .td-grid-style-3 .td-mx-15 .td-module-meta-info,
/* 11322 */   .td-grid-style-7 .td-mx-15 .td-module-meta-info {
/* 11323 */     padding: 0 11px 11px;
/* 11324 */   }
/* 11325 */ }
/* 11326 */ .td-grid-style-4 .td-mx-15 .entry-title {
/* 11327 */   padding: 2px 6px 3px;
/* 11328 */ }
/* 11329 */ .td-grid-style-4 .td-mx-15 .td-meta-info-container {
/* 11330 */   width: 100%;
/* 11331 */ }
/* 11332 */ .td-grid-style-5 .td-mx-15 .td-meta-info-container,
/* 11333 */ .td-grid-style-6 .td-mx-15 .td-meta-info-container {
/* 11334 */   padding: 18px !important;
/* 11335 */   /* responsive portrait tablet + phone */
/* 11336 */ }
/* 11337 */ @media (max-width: 1018px) {
/* 11338 */   .td-grid-style-5 .td-mx-15 .td-meta-info-container,
/* 11339 */   .td-grid-style-6 .td-mx-15 .td-meta-info-container {
/* 11340 */     padding: 11px !important;
/* 11341 */   }
/* 11342 */ }
/* 11343 */ .td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
/* 11344 */   bottom: 14px;
/* 11345 */   /* responsive portrait tablet + phone */
/* 11346 */ }
/* 11347 */ @media (max-width: 1018px) {
/* 11348 */   .td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
/* 11349 */     bottom: 9px !important;
/* 11350 */   }

/* td_standard_pack_main.css */

/* 11351 */ }
/* 11352 */ .td-mx-17 .entry-title {
/* 11353 */   font-size: 17px;
/* 11354 */   line-height: 22px;
/* 11355 */   /* responsive portrait tablet + phone */
/* 11356 */ }
/* 11357 */ @media (max-width: 1018px) {
/* 11358 */   .td-mx-17 .entry-title {
/* 11359 */     font-size: 15px !important;
/* 11360 */     line-height: 20px !important;
/* 11361 */   }
/* 11362 */ }
/* 11363 */ .td-mx-17 .td-post-category {
/* 11364 */   margin-bottom: 11px;
/* 11365 */ }
/* 11366 */ .td-mx-17 .td-module-meta-info {
/* 11367 */   margin-top: 7px;
/* 11368 */ }
/* 11369 */ .td-mx-17 .td-meta-info-container {
/* 11370 */   padding: 0 10px 18px;
/* 11371 */   /* responsive portrait tablet */
/* 11372 */   /* responsive portrait phone */
/* 11373 */ }
/* 11374 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11375 */   .td-mx-17 .td-meta-info-container {
/* 11376 */     padding: 0 14px 10px;
/* 11377 */   }
/* 11378 */ }
/* 11379 */ @media (max-width: 767px) {
/* 11380 */   .td-mx-17 .td-meta-info-container {
/* 11381 */     padding: 0 10px 11px;
/* 11382 */   }
/* 11383 */ }
/* 11384 */ .td-grid-style-1 .td-mx-17 .td-module-meta-info {
/* 11385 */   /* responsive portrait phone */
/* 11386 */ }
/* 11387 */ @media (max-width: 767px) {
/* 11388 */   .td-grid-style-1 .td-mx-17 .td-module-meta-info {
/* 11389 */     margin-bottom: 8px;
/* 11390 */   }
/* 11391 */ }
/* 11392 */ .td-grid-style-2 .td-mx-17 .td-meta-info-container,
/* 11393 */ .td-grid-style-3 .td-mx-17 .td-meta-info-container,
/* 11394 */ .td-grid-style-7 .td-mx-17 .td-meta-info-container {
/* 11395 */   padding: 0 !important;
/* 11396 */ }
/* 11397 */ .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
/* 11398 */ .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
/* 11399 */ .td-grid-style-7 .td-mx-17 .td-big-grid-meta,
/* 11400 */ .td-grid-style-2 .td-mx-17 .td-module-meta-info,

/* td_standard_pack_main.css */

/* 11401 */ .td-grid-style-3 .td-mx-17 .td-module-meta-info,
/* 11402 */ .td-grid-style-7 .td-mx-17 .td-module-meta-info {
/* 11403 */   width: 100%;
/* 11404 */ }
/* 11405 */ .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
/* 11406 */ .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
/* 11407 */ .td-grid-style-7 .td-mx-17 .td-big-grid-meta {
/* 11408 */   padding: 18px 10px 0;
/* 11409 */   /* responsive portrait tablet */
/* 11410 */   /* responsive portrait phone */
/* 11411 */ }
/* 11412 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11413 */   .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
/* 11414 */   .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
/* 11415 */   .td-grid-style-7 .td-mx-17 .td-big-grid-meta {
/* 11416 */     padding: 10px 14px 0;
/* 11417 */   }
/* 11418 */ }
/* 11419 */ @media (max-width: 767px) {
/* 11420 */   .td-grid-style-2 .td-mx-17 .td-big-grid-meta,
/* 11421 */   .td-grid-style-3 .td-mx-17 .td-big-grid-meta,
/* 11422 */   .td-grid-style-7 .td-mx-17 .td-big-grid-meta {
/* 11423 */     padding: 11px 10px 0;
/* 11424 */   }
/* 11425 */ }
/* 11426 */ .td-grid-style-2 .td-mx-17 .td-module-meta-info,
/* 11427 */ .td-grid-style-3 .td-mx-17 .td-module-meta-info,
/* 11428 */ .td-grid-style-7 .td-mx-17 .td-module-meta-info {
/* 11429 */   padding: 0 10px 18px;
/* 11430 */   /* responsive portrait tablet */
/* 11431 */   /* responsive portrait phone */
/* 11432 */ }
/* 11433 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11434 */   .td-grid-style-2 .td-mx-17 .td-module-meta-info,
/* 11435 */   .td-grid-style-3 .td-mx-17 .td-module-meta-info,
/* 11436 */   .td-grid-style-7 .td-mx-17 .td-module-meta-info {
/* 11437 */     padding: 0 14px 10px;
/* 11438 */   }
/* 11439 */ }
/* 11440 */ @media (max-width: 767px) {
/* 11441 */   .td-grid-style-2 .td-mx-17 .td-module-meta-info,
/* 11442 */   .td-grid-style-3 .td-mx-17 .td-module-meta-info,
/* 11443 */   .td-grid-style-7 .td-mx-17 .td-module-meta-info {
/* 11444 */     padding: 0 10px 11px;
/* 11445 */   }
/* 11446 */ }
/* 11447 */ .td-grid-style-4 .td-mx-17 .entry-title {
/* 11448 */   padding: 2px 6px 3px;
/* 11449 */ }
/* 11450 */ .td-grid-style-4 .td-mx-17 .td-meta-info-container {

/* td_standard_pack_main.css */

/* 11451 */   width: 100%;
/* 11452 */ }
/* 11453 */ .td-grid-style-5 .td-mx-17 .td-meta-info-container,
/* 11454 */ .td-grid-style-6 .td-mx-17 .td-meta-info-container {
/* 11455 */   padding: 18px !important;
/* 11456 */   /* responsive portrait tablet */
/* 11457 */   /* responsive portrait phone */
/* 11458 */ }
/* 11459 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11460 */   .td-grid-style-5 .td-mx-17 .td-meta-info-container,
/* 11461 */   .td-grid-style-6 .td-mx-17 .td-meta-info-container {
/* 11462 */     padding: 10px !important;
/* 11463 */   }
/* 11464 */ }
/* 11465 */ @media (max-width: 767px) {
/* 11466 */   .td-grid-style-5 .td-mx-17 .td-meta-info-container,
/* 11467 */   .td-grid-style-6 .td-mx-17 .td-meta-info-container {
/* 11468 */     padding: 11px !important;
/* 11469 */   }
/* 11470 */ }
/* 11471 */ .td-grid-style-7 {
/* 11472 */   /* responsive portrait phone */
/* 11473 */ }
/* 11474 */ .td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
/* 11475 */   bottom: 16px;
/* 11476 */   /* responsive portrait tablet */
/* 11477 */   /* responsive portrait phone */
/* 11478 */ }
/* 11479 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11480 */   .td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
/* 11481 */     bottom: 8px;
/* 11482 */   }
/* 11483 */ }
/* 11484 */ @media (max-width: 767px) {
/* 11485 */   .td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
/* 11486 */     bottom: 9px;
/* 11487 */   }
/* 11488 */ }
/* 11489 */ @media (max-width: 767px) {
/* 11490 */   .td-grid-style-7 .td-big-grid-scroll .td-mx-17 .td-big-grid-meta {
/* 11491 */     padding-left: 10px !important;
/* 11492 */     padding-right: 10px !important;
/* 11493 */   }
/* 11494 */ }
/* 11495 */ .td-mx-19 .entry-title {
/* 11496 */   font-size: 19px;
/* 11497 */   line-height: 24px;
/* 11498 */   /* responsive portrait tablet */
/* 11499 */   /* responsive portrait phone */
/* 11500 */ }

/* td_standard_pack_main.css */

/* 11501 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11502 */   .td-mx-19 .entry-title {
/* 11503 */     font-size: 17px !important;
/* 11504 */     line-height: 22px !important;
/* 11505 */   }
/* 11506 */ }
/* 11507 */ @media (max-width: 767px) {
/* 11508 */   .td-mx-19 .entry-title {
/* 11509 */     font-size: 19px !important;
/* 11510 */     line-height: 24px !important;
/* 11511 */   }
/* 11512 */ }
/* 11513 */ .td-mx-19 .td-post-category {
/* 11514 */   margin-bottom: 10px;
/* 11515 */   /* responsive portrait phone */
/* 11516 */ }
/* 11517 */ @media (max-width: 767px) {
/* 11518 */   .td-mx-19 .td-post-category {
/* 11519 */     margin-bottom: 12px;
/* 11520 */   }
/* 11521 */ }
/* 11522 */ .td-mx-19 .td-module-meta-info {
/* 11523 */   margin-top: 8px;
/* 11524 */ }
/* 11525 */ .td-mx-19 .td-meta-info-container {
/* 11526 */   padding: 0 20px 18px;
/* 11527 */   /* responsive portrait tablet */
/* 11528 */   /* responsive portrait phone */
/* 11529 */ }
/* 11530 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11531 */   .td-mx-19 .td-meta-info-container {
/* 11532 */     padding: 0 15px 10px;
/* 11533 */   }
/* 11534 */ }
/* 11535 */ @media (max-width: 767px) {
/* 11536 */   .td-mx-19 .td-meta-info-container {
/* 11537 */     padding: 0 13px 14px;
/* 11538 */   }
/* 11539 */ }
/* 11540 */ .td-grid-style-2 .td-mx-19 .td-meta-info-container,
/* 11541 */ .td-grid-style-3 .td-mx-19 .td-meta-info-container,
/* 11542 */ .td-grid-style-7 .td-mx-19 .td-meta-info-container {
/* 11543 */   padding: 0 !important;
/* 11544 */ }
/* 11545 */ .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
/* 11546 */ .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
/* 11547 */ .td-grid-style-7 .td-mx-19 .td-big-grid-meta,
/* 11548 */ .td-grid-style-2 .td-mx-19 .td-module-meta-info,
/* 11549 */ .td-grid-style-3 .td-mx-19 .td-module-meta-info,
/* 11550 */ .td-grid-style-7 .td-mx-19 .td-module-meta-info {

/* td_standard_pack_main.css */

/* 11551 */   width: 100%;
/* 11552 */ }
/* 11553 */ .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
/* 11554 */ .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
/* 11555 */ .td-grid-style-7 .td-mx-19 .td-big-grid-meta {
/* 11556 */   padding: 20px 20px 0;
/* 11557 */   /* responsive portrait tablet */
/* 11558 */   /* responsive portrait phone */
/* 11559 */ }
/* 11560 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11561 */   .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
/* 11562 */   .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
/* 11563 */   .td-grid-style-7 .td-mx-19 .td-big-grid-meta {
/* 11564 */     padding: 15px 15px 0;
/* 11565 */   }
/* 11566 */ }
/* 11567 */ @media (max-width: 767px) {
/* 11568 */   .td-grid-style-2 .td-mx-19 .td-big-grid-meta,
/* 11569 */   .td-grid-style-3 .td-mx-19 .td-big-grid-meta,
/* 11570 */   .td-grid-style-7 .td-mx-19 .td-big-grid-meta {
/* 11571 */     padding: 13px 13px 0;
/* 11572 */   }
/* 11573 */ }
/* 11574 */ .td-grid-style-2 .td-mx-19 .td-module-meta-info,
/* 11575 */ .td-grid-style-3 .td-mx-19 .td-module-meta-info,
/* 11576 */ .td-grid-style-7 .td-mx-19 .td-module-meta-info {
/* 11577 */   padding: 0 20px 20px;
/* 11578 */   /* responsive portrait tablet */
/* 11579 */   /* responsive portrait phone */
/* 11580 */ }
/* 11581 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11582 */   .td-grid-style-2 .td-mx-19 .td-module-meta-info,
/* 11583 */   .td-grid-style-3 .td-mx-19 .td-module-meta-info,
/* 11584 */   .td-grid-style-7 .td-mx-19 .td-module-meta-info {
/* 11585 */     padding: 0 15px 15px;
/* 11586 */   }
/* 11587 */ }
/* 11588 */ @media (max-width: 767px) {
/* 11589 */   .td-grid-style-2 .td-mx-19 .td-module-meta-info,
/* 11590 */   .td-grid-style-3 .td-mx-19 .td-module-meta-info,
/* 11591 */   .td-grid-style-7 .td-mx-19 .td-module-meta-info {
/* 11592 */     padding: 0 13px 13px;
/* 11593 */   }
/* 11594 */ }
/* 11595 */ .td-grid-style-4 .td-mx-19 .entry-title {
/* 11596 */   padding: 2px 6px 3px;
/* 11597 */ }
/* 11598 */ .td-grid-style-4 .td-mx-19 .td-meta-info-container {
/* 11599 */   width: 100%;
/* 11600 */ }

/* td_standard_pack_main.css */

/* 11601 */ .td-grid-style-5 .td-mx-19 .td-meta-info-container,
/* 11602 */ .td-grid-style-6 .td-mx-19 .td-meta-info-container {
/* 11603 */   padding: 20px !important;
/* 11604 */   /* responsive portrait tablet */
/* 11605 */   /* responsive portrait phone */
/* 11606 */ }
/* 11607 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11608 */   .td-grid-style-5 .td-mx-19 .td-meta-info-container,
/* 11609 */   .td-grid-style-6 .td-mx-19 .td-meta-info-container {
/* 11610 */     padding: 15px !important;
/* 11611 */   }
/* 11612 */ }
/* 11613 */ @media (max-width: 767px) {
/* 11614 */   .td-grid-style-5 .td-mx-19 .td-meta-info-container,
/* 11615 */   .td-grid-style-6 .td-mx-19 .td-meta-info-container {
/* 11616 */     padding: 13px !important;
/* 11617 */   }
/* 11618 */ }
/* 11619 */ .td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
/* 11620 */   bottom: 16px;
/* 11621 */   /* responsive portrait tablet */
/* 11622 */   /* responsive portrait phone */
/* 11623 */ }
/* 11624 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11625 */   .td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
/* 11626 */     bottom: 12px;
/* 11627 */   }
/* 11628 */ }
/* 11629 */ @media (max-width: 767px) {
/* 11630 */   .td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
/* 11631 */     bottom: 10px;
/* 11632 */   }
/* 11633 */ }
/* 11634 */ .td-mx-23 .entry-title {
/* 11635 */   font-size: 23px;
/* 11636 */   line-height: 30px;
/* 11637 */   font-weight: 500;
/* 11638 */   /* responsive portrait tablet + phone */
/* 11639 */ }
/* 11640 */ @media (max-width: 1018px) {
/* 11641 */   .td-mx-23 .entry-title {
/* 11642 */     font-size: 19px !important;
/* 11643 */     line-height: 24px !important;
/* 11644 */   }
/* 11645 */ }
/* 11646 */ .td-mx-23 .td-post-category {
/* 11647 */   margin-bottom: 14px;
/* 11648 */   /* responsive portrait tablet + phone */
/* 11649 */ }
/* 11650 */ @media (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 11651 */   .td-mx-23 .td-post-category {
/* 11652 */     margin-bottom: 10px;
/* 11653 */   }
/* 11654 */ }
/* 11655 */ .td-mx-23 .td-module-meta-info {
/* 11656 */   margin-top: 8px;
/* 11657 */ }
/* 11658 */ .td-mx-23 .td-meta-info-container {
/* 11659 */   padding: 0 8% 20px;
/* 11660 */   /* responsive portrait tablet */
/* 11661 */   /* responsive portrait phone */
/* 11662 */ }
/* 11663 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11664 */   .td-mx-23 .td-meta-info-container {
/* 11665 */     padding: 0 4% 20px;
/* 11666 */   }
/* 11667 */ }
/* 11668 */ @media (max-width: 767px) {
/* 11669 */   .td-mx-23 .td-meta-info-container {
/* 11670 */     padding: 0 15px 14px;
/* 11671 */   }
/* 11672 */ }
/* 11673 */ .td-grid-style-2 .td-mx-23 .td-meta-info-container,
/* 11674 */ .td-grid-style-3 .td-mx-23 .td-meta-info-container,
/* 11675 */ .td-grid-style-7 .td-mx-23 .td-meta-info-container {
/* 11676 */   padding: 0 !important;
/* 11677 */ }
/* 11678 */ .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
/* 11679 */ .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
/* 11680 */ .td-grid-style-7 .td-mx-23 .td-big-grid-meta,
/* 11681 */ .td-grid-style-2 .td-mx-23 .td-module-meta-info,
/* 11682 */ .td-grid-style-3 .td-mx-23 .td-module-meta-info,
/* 11683 */ .td-grid-style-7 .td-mx-23 .td-module-meta-info {
/* 11684 */   width: 100%;
/* 11685 */ }
/* 11686 */ .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
/* 11687 */ .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
/* 11688 */ .td-grid-style-7 .td-mx-23 .td-big-grid-meta {
/* 11689 */   padding: 20px 8% 0;
/* 11690 */   /* responsive portrait tablet */
/* 11691 */   /* responsive portrait phone */
/* 11692 */ }
/* 11693 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11694 */   .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
/* 11695 */   .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
/* 11696 */   .td-grid-style-7 .td-mx-23 .td-big-grid-meta {
/* 11697 */     padding: 20px 4% 0;
/* 11698 */   }
/* 11699 */ }
/* 11700 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 11701 */   .td-grid-style-2 .td-mx-23 .td-big-grid-meta,
/* 11702 */   .td-grid-style-3 .td-mx-23 .td-big-grid-meta,
/* 11703 */   .td-grid-style-7 .td-mx-23 .td-big-grid-meta {
/* 11704 */     padding: 15px 15px 0;
/* 11705 */   }
/* 11706 */ }
/* 11707 */ .td-grid-style-2 .td-mx-23 .td-module-meta-info,
/* 11708 */ .td-grid-style-3 .td-mx-23 .td-module-meta-info,
/* 11709 */ .td-grid-style-7 .td-mx-23 .td-module-meta-info {
/* 11710 */   padding: 0 8% 20px;
/* 11711 */   /* responsive portrait tablet */
/* 11712 */   /* responsive portrait phone */
/* 11713 */ }
/* 11714 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11715 */   .td-grid-style-2 .td-mx-23 .td-module-meta-info,
/* 11716 */   .td-grid-style-3 .td-mx-23 .td-module-meta-info,
/* 11717 */   .td-grid-style-7 .td-mx-23 .td-module-meta-info {
/* 11718 */     padding: 0 4% 20px;
/* 11719 */   }
/* 11720 */ }
/* 11721 */ @media (max-width: 767px) {
/* 11722 */   .td-grid-style-2 .td-mx-23 .td-module-meta-info,
/* 11723 */   .td-grid-style-3 .td-mx-23 .td-module-meta-info,
/* 11724 */   .td-grid-style-7 .td-mx-23 .td-module-meta-info {
/* 11725 */     padding: 0 15px 15px;
/* 11726 */   }
/* 11727 */ }
/* 11728 */ .td-grid-style-4 .td-mx-23 .entry-title {
/* 11729 */   padding: 2px 6px 4px;
/* 11730 */ }
/* 11731 */ .td-grid-style-4 .td-mx-23 .td-meta-info-container {
/* 11732 */   width: auto;
/* 11733 */   max-width: 80%;
/* 11734 */   /* responsive portrait phone */
/* 11735 */ }
/* 11736 */ @media (max-width: 767px) {
/* 11737 */   .td-grid-style-4 .td-mx-23 .td-meta-info-container {
/* 11738 */     width: 100%;
/* 11739 */     max-width: 100%;
/* 11740 */   }
/* 11741 */ }
/* 11742 */ .td-grid-style-5 .td-mx-23 .td-meta-info-container,
/* 11743 */ .td-grid-style-6 .td-mx-23 .td-meta-info-container {
/* 11744 */   padding: 20px !important;
/* 11745 */   /* responsive portrait tablet */
/* 11746 */   /* responsive portrait phone */
/* 11747 */ }
/* 11748 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11749 */   .td-grid-style-5 .td-mx-23 .td-meta-info-container,
/* 11750 */   .td-grid-style-6 .td-mx-23 .td-meta-info-container {

/* td_standard_pack_main.css */

/* 11751 */     padding: 20px !important;
/* 11752 */   }
/* 11753 */ }
/* 11754 */ @media (max-width: 767px) {
/* 11755 */   .td-grid-style-5 .td-mx-23 .td-meta-info-container,
/* 11756 */   .td-grid-style-6 .td-mx-23 .td-meta-info-container {
/* 11757 */     padding: 15px !important;
/* 11758 */   }
/* 11759 */ }
/* 11760 */ .td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
/* 11761 */   bottom: 16px;
/* 11762 */   /* responsive portrait tablet */
/* 11763 */   /* responsive portrait phone */
/* 11764 */ }
/* 11765 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11766 */   .td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
/* 11767 */     bottom: 16px;
/* 11768 */   }
/* 11769 */ }
/* 11770 */ @media (max-width: 767px) {
/* 11771 */   .td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
/* 11772 */     bottom: 12px;
/* 11773 */   }
/* 11774 */ }
/* 11775 */ .td-mx-28 .entry-title {
/* 11776 */   font-size: 28px;
/* 11777 */   line-height: 38px;
/* 11778 */   font-weight: 500;
/* 11779 */   /* responsive portrait tablet */
/* 11780 */   /* responsive portrait phone */
/* 11781 */ }
/* 11782 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11783 */   .td-mx-28 .entry-title {
/* 11784 */     font-size: 22px !important;
/* 11785 */     line-height: 29px !important;
/* 11786 */   }
/* 11787 */ }
/* 11788 */ @media (max-width: 767px) {
/* 11789 */   .td-mx-28 .entry-title {
/* 11790 */     font-size: 19px !important;
/* 11791 */     line-height: 24px !important;
/* 11792 */   }
/* 11793 */ }
/* 11794 */ .td-mx-28 .td-post-category {
/* 11795 */   margin-bottom: 14px;
/* 11796 */   /* phone + tablet */
/* 11797 */ }
/* 11798 */ @media (max-width: 1018px) {
/* 11799 */   .td-mx-28 .td-post-category {
/* 11800 */     margin-bottom: 11px;

/* td_standard_pack_main.css */

/* 11801 */   }
/* 11802 */ }
/* 11803 */ .td-mx-28 .td-module-meta-info {
/* 11804 */   margin-top: 12px;
/* 11805 */   /* responsive portrait phone */
/* 11806 */ }
/* 11807 */ @media (max-width: 767px) {
/* 11808 */   .td-mx-28 .td-module-meta-info {
/* 11809 */     margin-top: 7px;
/* 11810 */   }
/* 11811 */ }
/* 11812 */ .td-mx-28 .td-meta-info-container {
/* 11813 */   padding: 0 10px 28px;
/* 11814 */   /* responsive portrait tablet */
/* 11815 */   /* responsive portrait phone */
/* 11816 */ }
/* 11817 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11818 */   .td-mx-28 .td-meta-info-container {
/* 11819 */     padding: 0 14px 20px;
/* 11820 */   }
/* 11821 */ }
/* 11822 */ @media (max-width: 767px) {
/* 11823 */   .td-mx-28 .td-meta-info-container {
/* 11824 */     padding: 0 10px 14px;
/* 11825 */   }
/* 11826 */ }
/* 11827 */ .td-grid-style-2 .td-mx-28 .td-meta-info-container,
/* 11828 */ .td-grid-style-3 .td-mx-28 .td-meta-info-container,
/* 11829 */ .td-grid-style-7 .td-mx-28 .td-meta-info-container {
/* 11830 */   padding: 0 !important;
/* 11831 */ }
/* 11832 */ .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
/* 11833 */ .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
/* 11834 */ .td-grid-style-7 .td-mx-28 .td-big-grid-meta,
/* 11835 */ .td-grid-style-2 .td-mx-28 .td-module-meta-info,
/* 11836 */ .td-grid-style-3 .td-mx-28 .td-module-meta-info,
/* 11837 */ .td-grid-style-7 .td-mx-28 .td-module-meta-info {
/* 11838 */   width: 100%;
/* 11839 */ }
/* 11840 */ .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
/* 11841 */ .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
/* 11842 */ .td-grid-style-7 .td-mx-28 .td-big-grid-meta {
/* 11843 */   padding: 28px 10px 0;
/* 11844 */   /* responsive portrait tablet */
/* 11845 */   /* responsive portrait phone */
/* 11846 */ }
/* 11847 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11848 */   .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
/* 11849 */   .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
/* 11850 */   .td-grid-style-7 .td-mx-28 .td-big-grid-meta {

/* td_standard_pack_main.css */

/* 11851 */     padding: 20px 14px 0;
/* 11852 */   }
/* 11853 */ }
/* 11854 */ @media (max-width: 767px) {
/* 11855 */   .td-grid-style-2 .td-mx-28 .td-big-grid-meta,
/* 11856 */   .td-grid-style-3 .td-mx-28 .td-big-grid-meta,
/* 11857 */   .td-grid-style-7 .td-mx-28 .td-big-grid-meta {
/* 11858 */     padding: 14px 10px 0;
/* 11859 */   }
/* 11860 */ }
/* 11861 */ .td-grid-style-2 .td-mx-28 .td-module-meta-info,
/* 11862 */ .td-grid-style-3 .td-mx-28 .td-module-meta-info,
/* 11863 */ .td-grid-style-7 .td-mx-28 .td-module-meta-info {
/* 11864 */   padding: 0 10px 28px;
/* 11865 */   /* responsive portrait tablet */
/* 11866 */   /* responsive portrait phone */
/* 11867 */ }
/* 11868 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11869 */   .td-grid-style-2 .td-mx-28 .td-module-meta-info,
/* 11870 */   .td-grid-style-3 .td-mx-28 .td-module-meta-info,
/* 11871 */   .td-grid-style-7 .td-mx-28 .td-module-meta-info {
/* 11872 */     padding: 0 14px 20px;
/* 11873 */   }
/* 11874 */ }
/* 11875 */ @media (max-width: 767px) {
/* 11876 */   .td-grid-style-2 .td-mx-28 .td-module-meta-info,
/* 11877 */   .td-grid-style-3 .td-mx-28 .td-module-meta-info,
/* 11878 */   .td-grid-style-7 .td-mx-28 .td-module-meta-info {
/* 11879 */     padding: 0 10px 14px;
/* 11880 */   }
/* 11881 */ }
/* 11882 */ .td-grid-style-4 .td-mx-28 .entry-title {
/* 11883 */   padding: 3px 8px 6px;
/* 11884 */ }
/* 11885 */ .td-grid-style-4 .td-mx-28 .td-meta-info-container {
/* 11886 */   width: auto;
/* 11887 */   max-width: 70%;
/* 11888 */   /* responsive portrait phone */
/* 11889 */ }
/* 11890 */ @media (max-width: 767px) {
/* 11891 */   .td-grid-style-4 .td-mx-28 .td-meta-info-container {
/* 11892 */     width: 100%;
/* 11893 */     max-width: none;
/* 11894 */   }
/* 11895 */ }
/* 11896 */ .td-grid-style-5 .td-mx-28 .td-meta-info-container,
/* 11897 */ .td-grid-style-6 .td-mx-28 .td-meta-info-container {
/* 11898 */   padding: 28px !important;
/* 11899 */   /* responsive portrait tablet */
/* 11900 */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 11901 */ }
/* 11902 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11903 */   .td-grid-style-5 .td-mx-28 .td-meta-info-container,
/* 11904 */   .td-grid-style-6 .td-mx-28 .td-meta-info-container {
/* 11905 */     padding: 20px !important;
/* 11906 */   }
/* 11907 */ }
/* 11908 */ @media (max-width: 767px) {
/* 11909 */   .td-grid-style-5 .td-mx-28 .td-meta-info-container,
/* 11910 */   .td-grid-style-6 .td-mx-28 .td-meta-info-container {
/* 11911 */     padding: 14px !important;
/* 11912 */   }
/* 11913 */ }
/* 11914 */ .td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
/* 11915 */   bottom: 24px;
/* 11916 */   /* responsive portrait tablet */
/* 11917 */   /* responsive portrait phone */
/* 11918 */ }
/* 11919 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 11920 */   .td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
/* 11921 */     bottom: 16px;
/* 11922 */   }
/* 11923 */ }
/* 11924 */ @media (max-width: 767px) {
/* 11925 */   .td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
/* 11926 */     bottom: 12px;
/* 11927 */   }
/* 11928 */ }
/* 11929 */ /*
/* 11930 *|
/* 11931 *|
/* 11932 *|   Big grid styles
/* 11933 *|
/* 11934 *|
/* 11935 *| */
/* 11936 */ .td-hover-1 .td-big-grid-wrapper .entry-thumb {
/* 11937 */   transition-timing-function: ease !important;
/* 11938 */ }
/* 11939 */ /*
/* 11940 *|   Colored gradients
/* 11941 *| */
/* 11942 */ .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
/* 11943 */ .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
/* 11944 */   bottom: 0;
/* 11945 */   content: "";
/* 11946 */   display: block;
/* 11947 */   height: 100%;
/* 11948 */   width: 100%;
/* 11949 */   position: absolute;
/* 11950 */   z-index: 1;

/* td_standard_pack_main.css */

/* 11951 */   background: #4db2ec;
/* 11952 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
/* 11953 */   background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 11954 */   background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 11955 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
/* 11956 */ }
/* 11957 */ .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
/* 11958 */ .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
/* 11959 */ .td-grid-style-2 .td-big-grid-post-7 .td-module-thumb a:last-child:before,
/* 11960 */ .td-grid-style-3 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
/* 11961 */   bottom: 0;
/* 11962 */   content: "";
/* 11963 */   display: block;
/* 11964 */   height: 100%;
/* 11965 */   width: 100%;
/* 11966 */   position: absolute;
/* 11967 */   z-index: 1;
/* 11968 */   background: #d17646;
/* 11969 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
/* 11970 */   background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 11971 */   background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 11972 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
/* 11973 */ }
/* 11974 */ .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 11975 */ .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
/* 11976 */   bottom: 0;
/* 11977 */   content: "";
/* 11978 */   display: block;
/* 11979 */   height: 100%;
/* 11980 */   width: 100%;
/* 11981 */   position: absolute;
/* 11982 */   z-index: 1;
/* 11983 */   background: #d760b7;
/* 11984 */   background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
/* 11985 */   background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
/* 11986 */   background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
/* 11987 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
/* 11988 */ }
/* 11989 */ .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
/* 11990 */ .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
/* 11991 */   bottom: 0;
/* 11992 */   content: "";
/* 11993 */   display: block;
/* 11994 */   height: 100%;
/* 11995 */   width: 100%;
/* 11996 */   position: absolute;
/* 11997 */   z-index: 1;
/* 11998 */   background: #54a3db;
/* 11999 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #54a3db), color-stop(100%, #4bcf77));
/* 12000 */   background: -webkit-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);

/* td_standard_pack_main.css */

/* 12001 */   background: linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
/* 12002 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
/* 12003 */ }
/* 12004 */ .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
/* 12005 */ .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
/* 12006 */   bottom: 0;
/* 12007 */   content: "";
/* 12008 */   display: block;
/* 12009 */   height: 100%;
/* 12010 */   width: 100%;
/* 12011 */   position: absolute;
/* 12012 */   z-index: 1;
/* 12013 */   background: #f4d03f;
/* 12014 */   background: -webkit-gradient(left top, right bottom, color-stop(0%, #f4d03f), color-stop(100%, #f27a35));
/* 12015 */   background: -webkit-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
/* 12016 */   background: linear-gradient(135deg, #f4d03f 0%, #f27a35 100%);
/* 12017 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
/* 12018 */ }
/* 12019 */ .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
/* 12020 */ .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
/* 12021 */   bottom: 0;
/* 12022 */   content: "";
/* 12023 */   display: block;
/* 12024 */   height: 100%;
/* 12025 */   width: 100%;
/* 12026 */   position: absolute;
/* 12027 */   z-index: 1;
/* 12028 */   background: #d760b7;
/* 12029 */   background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
/* 12030 */   background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
/* 12031 */   background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
/* 12032 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
/* 12033 */ }
/* 12034 */ .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
/* 12035 */ .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
/* 12036 */   bottom: 0;
/* 12037 */   content: "";
/* 12038 */   display: block;
/* 12039 */   height: 100%;
/* 12040 */   width: 100%;
/* 12041 */   position: absolute;
/* 12042 */   z-index: 1;
/* 12043 */   background: #4db2ec;
/* 12044 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
/* 12045 */   background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 12046 */   background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 12047 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
/* 12048 */ }
/* 12049 */ .td-grid-style-2 .td-video-play-ico,
/* 12050 */ .td-grid-style-3 .td-video-play-ico {

/* td_standard_pack_main.css */

/* 12051 */   opacity: 0.5;
/* 12052 */ }
/* 12053 */ /*
/* 12054 *|   Style 1
/* 12055 *| */
/* 12056 */ .td-grid-style-1 .td-meta-info-container {
/* 12057 */   bottom: 0;
/* 12058 */ }
/* 12059 */ .td-grid-style-1 .td-module-thumb a:last-child:before {
/* 12060 */   bottom: 0;
/* 12061 */   content: "";
/* 12062 */   display: block;
/* 12063 */   height: 70%;
/* 12064 */   width: 100%;
/* 12065 */   position: absolute;
/* 12066 */   z-index: 1;
/* 12067 */   background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
/* 12068 */   /* Chrome,Safari4+ */
/* 12069 */   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
/* 12070 */   /* Chrome10+,Safari5.1+ */
/* 12071 */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
/* 12072 */   /* W3C */
/* 12073 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
/* 12074 */   /* IE6-9 */
/* 12075 */   /* responsive portrait phone */
/* 12076 */ }
/* 12077 */ @media (max-width: 767px) {
/* 12078 */   .td-grid-style-1 .td-module-thumb a:last-child:before {
/* 12079 */     height: 130% !important;
/* 12080 */   }
/* 12081 */ }
/* 12082 */ .td-grid-style-1 .td-post-category {
/* 12083 */   background-color: rgba(0, 0, 0, 0.7);
/* 12084 */ }
/* 12085 */ .td-grid-style-1 .td-big-thumb .td-big-grid-meta {
/* 12086 */   width: 80%;
/* 12087 */   margin: 0 0 0 20px;
/* 12088 */   /* responsive portrait phone */
/* 12089 */ }
/* 12090 */ @media (max-width: 767px) {
/* 12091 */   .td-grid-style-1 .td-big-thumb .td-big-grid-meta {
/* 12092 */     width: 90%;
/* 12093 */     margin-left: 15px;
/* 12094 */   }
/* 12095 */ }
/* 12096 */ .td-grid-style-1 .td-big-thumb .entry-title {
/* 12097 */   font-size: 27px;
/* 12098 */   font-weight: 500;
/* 12099 */   line-height: 34px;
/* 12100 */ }

/* td_standard_pack_main.css */

/* 12101 */ .td-grid-style-1 .td-big-thumb .td-module-meta-info {
/* 12102 */   /* responsive portrait phone */
/* 12103 */ }
/* 12104 */ @media (max-width: 767px) {
/* 12105 */   .td-grid-style-1 .td-big-thumb .td-module-meta-info {
/* 12106 */     margin-bottom: 18px;
/* 12107 */   }
/* 12108 */ }
/* 12109 */ .td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
/* 12110 */   width: 80%;
/* 12111 */   margin: 20px 0 14px 19px;
/* 12112 */   /* responsive portrait phone */
/* 12113 */ }
/* 12114 */ @media (max-width: 767px) {
/* 12115 */   .td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
/* 12116 */     margin: 0 15px 11px;
/* 12117 */   }
/* 12118 */ }
/* 12119 */ .td-grid-style-1 .td-medium-thumb .entry-title {
/* 12120 */   font-size: 24px;
/* 12121 */   line-height: 30px;
/* 12122 */   font-weight: 500;
/* 12123 */ }
/* 12124 */ .td-grid-style-1 .td-small-thumb .td-big-grid-meta {
/* 12125 */   margin: 0 15px 11px;
/* 12126 */ }
/* 12127 */ .td-grid-style-1 .td-small-thumb .entry-title {
/* 12128 */   margin-top: 2px;
/* 12129 */   font-size: 16px;
/* 12130 */   line-height: 21px;
/* 12131 */   font-weight: 500;
/* 12132 */ }
/* 12133 */ .td-grid-style-1 .td-tiny-thumb .td-big-grid-meta {
/* 12134 */   margin: 0 10px 10px 14px;
/* 12135 */ }
/* 12136 */ .td-grid-style-1 .td-tiny-thumb .entry-title {
/* 12137 */   font-size: 15px;
/* 12138 */   line-height: 17px;
/* 12139 */   font-weight: 500;
/* 12140 */ }
/* 12141 */ .td-grid-style-1 .td-tiny-thumb .td-post-category {
/* 12142 */   font-size: 9px;
/* 12143 */   font-weight: 600;
/* 12144 */   padding: 3px 5px;
/* 12145 */   line-height: 1;
/* 12146 */ }
/* 12147 */ .td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
/* 12148 */   transition: transform 0.3s ease, opacity 0.3s;
/* 12149 */   -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
/* 12150 */ }

/* td_standard_pack_main.css */

/* 12151 */ .td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
/* 12152 */   bottom: 0;
/* 12153 */   content: "";
/* 12154 */   display: block;
/* 12155 */   height: 100%;
/* 12156 */   width: 100%;
/* 12157 */   position: absolute;
/* 12158 */   -webkit-transition: background-color 0.3s ease;
/* 12159 */   transition: background-color 0.3s ease;
/* 12160 */ }
/* 12161 */ .td-grid-style-1.td-hover-1 .td-post-category {
/* 12162 */   -webkit-transition: background-color 0.3s ease;
/* 12163 */   transition: background-color 0.3s ease;
/* 12164 */ }
/* 12165 */ .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
/* 12166 */   transform: scale3d(1.1, 1.1, 1);
/* 12167 */   -webkit-transform: scale3d(1.1, 1.1, 1);
/* 12168 */   -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
/* 12169 */ }
/* 12170 */ .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
/* 12171 */   background-color: rgba(0, 0, 0, 0.1);
/* 12172 */ }
/* 12173 */ .td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category {
/* 12174 */   background-color: var(--td_theme_color, #4db2ec);
/* 12175 */ }
/* 12176 */ .td-grid-style-1 .td-video-play-ico {
/* 12177 */   /* responsive portrait phone */
/* 12178 */ }
/* 12179 */ @media (max-width: 767px) {
/* 12180 */   .td-grid-style-1 .td-video-play-ico {
/* 12181 */     top: 20px;
/* 12182 */     left: auto;
/* 12183 */     right: 20px;
/* 12184 */     transform: none;
/* 12185 */     -webkit-transform: none;
/* 12186 */   }
/* 12187 */ }
/* 12188 */ /*
/* 12189 *|   Style 2
/* 12190 *| */
/* 12191 */ .td-grid-style-2 .td-meta-info-container {
/* 12192 */   bottom: 0;
/* 12193 */ }
/* 12194 */ .td-grid-style-2 .td-module-thumb a:last-child:before {
/* 12195 */   -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
/* 12196 */   -moz-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
/* 12197 */   box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
/* 12198 */   opacity: 0.6;
/* 12199 */ }
/* 12200 */ .td-grid-style-2 .td-post-category {

/* td_standard_pack_main.css */

/* 12201 */   background-color: rgba(0, 0, 0, 0.2);
/* 12202 */ }
/* 12203 */ .td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
/* 12204 */   font-size: 34px;
/* 12205 */ }
/* 12206 */ .td-grid-style-2 .td-big-thumb .td-meta-info-container {
/* 12207 */   position: static;
/* 12208 */   top: 0;
/* 12209 */   bottom: auto;
/* 12210 */ }
/* 12211 */ .td-grid-style-2 .td-big-thumb .td-big-grid-meta {
/* 12212 */   width: 80%;
/* 12213 */   margin: 20px 0 20px 20px;
/* 12214 */   top: 0;
/* 12215 */   position: absolute;
/* 12216 */   /* responsive portrait phone */
/* 12217 */ }
/* 12218 */ @media (max-width: 767px) {
/* 12219 */   .td-grid-style-2 .td-big-thumb .td-big-grid-meta {
/* 12220 */     width: 90%;
/* 12221 */     margin-left: 15px;
/* 12222 */   }
/* 12223 */ }
/* 12224 */ .td-grid-style-2 .td-big-thumb .td-module-meta-info {
/* 12225 */   position: absolute;
/* 12226 */   bottom: 0;
/* 12227 */ }
/* 12228 */ .td-grid-style-2 .td-big-thumb .entry-title {
/* 12229 */   font-size: 34px;
/* 12230 */   line-height: 41px;
/* 12231 */   /* responsive */
/* 12232 */ }
/* 12233 */ @media (max-width: 1140px) {
/* 12234 */   .td-grid-style-2 .td-big-thumb .entry-title {
/* 12235 */     font-weight: 500;
/* 12236 */   }
/* 12237 */ }
/* 12238 */ .td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
/* 12239 */   top: auto;
/* 12240 */   bottom: -6px;
/* 12241 */ }
/* 12242 */ .td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
/* 12243 */   bottom: auto;
/* 12244 */   right: 22px;
/* 12245 */   top: 5px;
/* 12246 */ }
/* 12247 */ .td-grid-style-2 .td-medium-thumb .td-meta-info-container {
/* 12248 */   top: 0;
/* 12249 */   bottom: auto;
/* 12250 */ }

/* td_standard_pack_main.css */

/* 12251 */ .td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
/* 12252 */   width: 80%;
/* 12253 */   margin: 20px 0 14px 19px;
/* 12254 */   /* responsive portrait phone */
/* 12255 */ }
/* 12256 */ @media (max-width: 767px) {
/* 12257 */   .td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
/* 12258 */     margin: 16px 15px 11px;
/* 12259 */   }
/* 12260 */ }
/* 12261 */ .td-grid-style-2 .td-medium-thumb .entry-title {
/* 12262 */   font-size: 24px;
/* 12263 */   line-height: 30px;
/* 12264 */   font-weight: 500;
/* 12265 */ }
/* 12266 */ .td-grid-style-2 .td-small-thumb .td-meta-info-container {
/* 12267 */   bottom: auto;
/* 12268 */   top: 0;
/* 12269 */   margin-top: 16px;
/* 12270 */ }
/* 12271 */ .td-grid-style-2 .td-small-thumb .td-big-grid-meta {
/* 12272 */   margin: 0 15px 11px;
/* 12273 */ }
/* 12274 */ .td-grid-style-2 .td-small-thumb .entry-title {
/* 12275 */   margin-top: 2px;
/* 12276 */   font-size: 17px;
/* 12277 */   line-height: 21px;
/* 12278 */   font-weight: 500;
/* 12279 */ }
/* 12280 */ .td-grid-style-2 .td-tiny-thumb .td-meta-info-container {
/* 12281 */   top: 0;
/* 12282 */   bottom: auto;
/* 12283 */ }
/* 12284 */ .td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
/* 12285 */   margin: 14px 10px 10px 14px;
/* 12286 */   /* responsive portrait tablet */
/* 12287 */ }
/* 12288 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 12289 */   .td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
/* 12290 */     margin: 10px;
/* 12291 */   }
/* 12292 */ }
/* 12293 */ .td-grid-style-2 .td-tiny-thumb .entry-title {
/* 12294 */   font-size: 15px;
/* 12295 */   line-height: 17px;
/* 12296 */   font-weight: 500;
/* 12297 */ }
/* 12298 */ .td-grid-style-2 .td-tiny-thumb .td-post-category {
/* 12299 */   font-size: 9px;
/* 12300 */   font-weight: 600;

/* td_standard_pack_main.css */

/* 12301 */   padding: 3px 5px;
/* 12302 */   line-height: 1;
/* 12303 */ }
/* 12304 */ .td-grid-style-2.td-hover-1 .td-module-thumb .entry-thumb {
/* 12305 */   transition: transform 0.3s ease, opacity 0.3s;
/* 12306 */   -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
/* 12307 */ }
/* 12308 */ .td-grid-style-2.td-hover-1 .td-post-category {
/* 12309 */   -webkit-transition: background-color 0.3s ease;
/* 12310 */   transition: background-color 0.3s ease;
/* 12311 */ }
/* 12312 */ .td-grid-style-2.td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 12313 */   transform: scale3d(1.1, 1.1, 1);
/* 12314 */   -webkit-transform: scale3d(1.1, 1.1, 1);
/* 12315 */   -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
/* 12316 */ }
/* 12317 */ .td-grid-style-2.td-hover-1 .td-big-grid-post:hover .td-post-category {
/* 12318 */   background-color: rgba(0, 0, 0, 0.5);
/* 12319 */ }
/* 12320 */ /*
/* 12321 *|   Style 3
/* 12322 *| */
/* 12323 */ .td-grid-style-3 .td-meta-info-container {
/* 12324 */   bottom: 0;
/* 12325 */ }
/* 12326 */ .td-grid-style-3 .td-module-thumb a:last-child:before {
/* 12327 */   opacity: 0.8;
/* 12328 */ }
/* 12329 */ .td-grid-style-3 .td-post-category {
/* 12330 */   background-color: rgba(0, 0, 0, 0.2);
/* 12331 */ }
/* 12332 */ .td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
/* 12333 */   font-size: 34px;
/* 12334 */ }
/* 12335 */ .td-grid-style-3 .td-big-thumb .td-meta-info-container {
/* 12336 */   position: static;
/* 12337 */   top: 0;
/* 12338 */   bottom: auto;
/* 12339 */ }
/* 12340 */ .td-grid-style-3 .td-big-thumb .td-big-grid-meta {
/* 12341 */   width: 80%;
/* 12342 */   margin: 20px 0 20px 20px;
/* 12343 */   top: 0;
/* 12344 */   position: absolute;
/* 12345 */   /* responsive portrait phone */
/* 12346 */ }
/* 12347 */ @media (max-width: 767px) {
/* 12348 */   .td-grid-style-3 .td-big-thumb .td-big-grid-meta {
/* 12349 */     width: 90%;
/* 12350 */     margin-left: 15px;

/* td_standard_pack_main.css */

/* 12351 */   }
/* 12352 */ }
/* 12353 */ .td-grid-style-3 .td-big-thumb .td-module-meta-info {
/* 12354 */   position: absolute;
/* 12355 */   bottom: 0;
/* 12356 */ }
/* 12357 */ .td-grid-style-3 .td-big-thumb .entry-title {
/* 12358 */   font-size: 34px;
/* 12359 */   line-height: 41px;
/* 12360 */   /* responsive */
/* 12361 */ }
/* 12362 */ @media (max-width: 1140px) {
/* 12363 */   .td-grid-style-3 .td-big-thumb .entry-title {
/* 12364 */     font-weight: 500;
/* 12365 */   }
/* 12366 */ }
/* 12367 */ .td-grid-style-3 .td-big-thumb .entry-title a {
/* 12368 */   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
/* 12369 */ }
/* 12370 */ .td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
/* 12371 */   top: auto;
/* 12372 */   bottom: -6px;
/* 12373 */ }
/* 12374 */ .td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
/* 12375 */   bottom: auto;
/* 12376 */   right: 22px;
/* 12377 */   top: 5px;
/* 12378 */ }
/* 12379 */ .td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
/* 12380 */   width: 80%;
/* 12381 */   margin: 20px 0 14px 19px;
/* 12382 */   /* responsive portrait phone */
/* 12383 */ }
/* 12384 */ @media (max-width: 767px) {
/* 12385 */   .td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
/* 12386 */     margin: 0 15px 11px;
/* 12387 */   }
/* 12388 */ }
/* 12389 */ .td-grid-style-3 .td-medium-thumb .entry-title {
/* 12390 */   font-size: 24px;
/* 12391 */   line-height: 30px;
/* 12392 */   font-weight: 500;
/* 12393 */ }
/* 12394 */ .td-grid-style-3 .td-medium-thumb .entry-title a {
/* 12395 */   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
/* 12396 */ }
/* 12397 */ .td-grid-style-3 .td-small-thumb .td-big-grid-meta {
/* 12398 */   margin: 0 15px 11px;
/* 12399 */ }
/* 12400 */ .td-grid-style-3 .td-small-thumb .entry-title {

/* td_standard_pack_main.css */

/* 12401 */   margin-top: 2px;
/* 12402 */   font-size: 17px;
/* 12403 */   line-height: 21px;
/* 12404 */   font-weight: 500;
/* 12405 */ }
/* 12406 */ .td-grid-style-3 .td-small-thumb .entry-title a {
/* 12407 */   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
/* 12408 */ }
/* 12409 */ .td-grid-style-3 .td-tiny-thumb .td-big-grid-meta {
/* 12410 */   margin: 0 10px 10px 14px;
/* 12411 */ }
/* 12412 */ .td-grid-style-3 .td-tiny-thumb .entry-title {
/* 12413 */   font-size: 15px;
/* 12414 */   line-height: 17px;
/* 12415 */   font-weight: 500;
/* 12416 */ }
/* 12417 */ .td-grid-style-3 .td-tiny-thumb .entry-title a {
/* 12418 */   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
/* 12419 */ }
/* 12420 */ .td-grid-style-3 .td-tiny-thumb .td-post-category {
/* 12421 */   font-size: 9px;
/* 12422 */   font-weight: 600;
/* 12423 */   padding: 3px 5px;
/* 12424 */   line-height: 1;
/* 12425 */ }
/* 12426 */ .td-grid-style-3.td-hover-1 .td-module-thumb .entry-thumb {
/* 12427 */   transition: transform 0.3s ease, opacity 0.3s;
/* 12428 */   -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
/* 12429 */ }
/* 12430 */ .td-grid-style-3.td-hover-1 .td-post-category {
/* 12431 */   -webkit-transition: background-color 0.3s ease;
/* 12432 */   transition: background-color 0.3s ease;
/* 12433 */ }
/* 12434 */ .td-grid-style-3.td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 12435 */   transform: scale3d(1.1, 1.1, 1);
/* 12436 */   -webkit-transform: scale3d(1.1, 1.1, 1);
/* 12437 */   -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
/* 12438 */ }
/* 12439 */ .td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-post-category {
/* 12440 */   background-color: rgba(0, 0, 0, 0.5);
/* 12441 */ }
/* 12442 */ /*
/* 12443 *|   Style 4
/* 12444 *| */
/* 12445 */ .td-grid-style-4 .td-meta-info-container {
/* 12446 */   bottom: 0;
/* 12447 */   z-index: 1;
/* 12448 */ }
/* 12449 */ .td-grid-style-4 .td-post-category {
/* 12450 */   background-color: rgba(0, 0, 0, 0.4);

/* td_standard_pack_main.css */

/* 12451 */ }
/* 12452 */ .td-grid-style-4 .entry-title {
/* 12453 */   background-color: var(--td_slider_text, rgba(77, 178, 236, 0.7));
/* 12454 */ }
/* 12455 */ .td-grid-style-4 .entry-title a {
/* 12456 */   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
/* 12457 */ }
/* 12458 */ .td-grid-style-4 .td-module-meta-info {
/* 12459 */   margin: 0;
/* 12460 */   background-color: rgba(0, 0, 0, 0.4);
/* 12461 */   display: table;
/* 12462 */   /* responsive portrait phone */
/* 12463 */ }
/* 12464 */ .td-grid-style-4 .td-module-meta-info > span {
/* 12465 */   padding: 5px 0 6px 7px;
/* 12466 */ }
/* 12467 */ .td-grid-style-4 .td-module-meta-info > span span {
/* 12468 */   margin: 0 -2px 0 2px;
/* 12469 */   display: inline-block;
/* 12470 */ }
/* 12471 */ .td-grid-style-4 .td-module-meta-info > span:last-child {
/* 12472 */   padding-right: 7px;
/* 12473 */ }
/* 12474 */ @media (max-width: 767px) {
/* 12475 */   .td-grid-style-4 .td-module-meta-info {
/* 12476 */     display: none;
/* 12477 */   }
/* 12478 */ }
/* 12479 */ .td-grid-style-4 .td-big-thumb .td-meta-info-container {
/* 12480 */   width: 80%;
/* 12481 */   /* responsive portrait phone */
/* 12482 */ }
/* 12483 */ @media (max-width: 767px) {
/* 12484 */   .td-grid-style-4 .td-big-thumb .td-meta-info-container {
/* 12485 */     width: 100%;
/* 12486 */   }
/* 12487 */ }
/* 12488 */ .td-grid-style-4 .td-big-thumb .td-post-category {
/* 12489 */   margin-bottom: 0;
/* 12490 */   display: table;
/* 12491 */ }
/* 12492 */ .td-grid-style-4 .td-big-thumb .td-module-meta-info {
/* 12493 */   margin: 0;
/* 12494 */ }
/* 12495 */ .td-grid-style-4 .td-big-thumb .entry-title {
/* 12496 */   font-size: 28px;
/* 12497 */   line-height: 35px;
/* 12498 */   font-weight: 500;
/* 12499 */   padding: 3px 8px 6px;
/* 12500 */ }

/* td_standard_pack_main.css */

/* 12501 */ .td-grid-style-4 .td-medium-thumb .entry-title {
/* 12502 */   font-size: 24px;
/* 12503 */   line-height: 30px;
/* 12504 */   font-weight: 500;
/* 12505 */   padding: 4px 11px 6px;
/* 12506 */   /* responsive portrait phone */
/* 12507 */ }
/* 12508 */ @media (max-width: 767px) {
/* 12509 */   .td-grid-style-4 .td-medium-thumb .entry-title {
/* 12510 */     padding: 5px 7px 6px;
/* 12511 */   }
/* 12512 */ }
/* 12513 */ .td-grid-style-4 .td-medium-thumb .td-post-category {
/* 12514 */   margin-bottom: 0;
/* 12515 */   display: table;
/* 12516 */ }
/* 12517 */ .td-grid-style-4 .td-small-thumb .td-post-category {
/* 12518 */   margin-bottom: 0;
/* 12519 */   display: table;
/* 12520 */ }
/* 12521 */ .td-grid-style-4 .td-small-thumb .td-module-meta-info {
/* 12522 */   margin: 0;
/* 12523 */ }
/* 12524 */ .td-grid-style-4 .td-small-thumb .entry-title {
/* 12525 */   font-size: 16px;
/* 12526 */   line-height: 21px;
/* 12527 */   font-weight: 500;
/* 12528 */   padding: 5px 7px 6px;
/* 12529 */ }
/* 12530 */ .td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
/* 12531 */   margin: 0 10px 10px 14px;
/* 12532 */ }
/* 12533 */ .td-grid-style-4 .td-tiny-thumb .entry-title {
/* 12534 */   font-size: 15px;
/* 12535 */   line-height: 17px;
/* 12536 */   font-weight: 500;
/* 12537 */   padding: 5px 7px 6px;
/* 12538 */   margin-right: 3px;
/* 12539 */   /* responsive portrait phone */
/* 12540 */ }
/* 12541 */ @media (max-width: 767px) {
/* 12542 */   .td-grid-style-4 .td-tiny-thumb .entry-title {
/* 12543 */     margin-right: 0;
/* 12544 */   }
/* 12545 */ }
/* 12546 */ .td-grid-style-4 .td-tiny-thumb .td-post-category {
/* 12547 */   font-size: 9px;
/* 12548 */   font-weight: 600;
/* 12549 */   padding: 3px 5px;
/* 12550 */   line-height: 1;

/* td_standard_pack_main.css */

/* 12551 */   margin-bottom: 0;
/* 12552 */   display: table;
/* 12553 */ }
/* 12554 */ .td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
/* 12555 */   margin: 0;
/* 12556 */ }
/* 12557 */ .td-grid-style-4.td-hover-1 .td-module-thumb .entry-thumb {
/* 12558 */   transition: transform 0.3s ease, opacity 0.3s;
/* 12559 */   -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
/* 12560 */ }
/* 12561 */ .td-grid-style-4.td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 12562 */   transform: scale3d(1.1, 1.1, 1);
/* 12563 */   -webkit-transform: scale3d(1.1, 1.1, 1);
/* 12564 */   -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
/* 12565 */ }
/* 12566 */ /*
/* 12567 *|   Style 5
/* 12568 *| */
/* 12569 */ .td-grid-style-5 .td-meta-info-container {
/* 12570 */   top: 0;
/* 12571 */   bottom: 0;
/* 12572 */   text-align: center;
/* 12573 */   margin: 0;
/* 12574 */   font-size: 0;
/* 12575 */   width: 100%;
/* 12576 */ }
/* 12577 */ .td-grid-style-5 .td-meta-info-container:before {
/* 12578 */   content: '';
/* 12579 */   display: inline-block;
/* 12580 */   height: 100%;
/* 12581 */   vertical-align: middle;
/* 12582 */ }
/* 12583 */ .td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
/* 12584 */   font-size: 34px;
/* 12585 */ }
/* 12586 */ .td-grid-style-5 .td-meta-align {
/* 12587 */   display: inline-block;
/* 12588 */   vertical-align: middle;
/* 12589 */ }
/* 12590 */ .td-grid-style-5 .td-module-meta-info {
/* 12591 */   margin-left: 0;
/* 12592 */   margin-right: 0;
/* 12593 */   margin-bottom: 0;
/* 12594 */ }
/* 12595 */ .td-grid-style-5 .td-module-thumb a:last-child:before {
/* 12596 */   bottom: 0;
/* 12597 */   content: "";
/* 12598 */   display: block;
/* 12599 */   height: 100%;
/* 12600 */   width: 100%;

/* td_standard_pack_main.css */

/* 12601 */   position: absolute;
/* 12602 */   background-color: rgba(0, 0, 0, 0.6);
/* 12603 */   z-index: 1;
/* 12604 */ }
/* 12605 */ .td-grid-style-5 .td-post-category {
/* 12606 */   background-color: rgba(0, 0, 0, 0.7);
/* 12607 */   margin-top: 0;
/* 12608 */ }
/* 12609 */ .td-grid-style-5 .td-big-thumb .td-meta-info-container {
/* 12610 */   padding: 0 30px;
/* 12611 */   /* responsive portrait phone */
/* 12612 */ }
/* 12613 */ @media (max-width: 767px) {
/* 12614 */   .td-grid-style-5 .td-big-thumb .td-meta-info-container {
/* 12615 */     padding: 0 15px;
/* 12616 */   }
/* 12617 */ }
/* 12618 */ .td-grid-style-5 .td-big-thumb .entry-title {
/* 12619 */   font-size: 28px;
/* 12620 */   line-height: 36px;
/* 12621 */   /* responsive */
/* 12622 */ }
/* 12623 */ @media (max-width: 1140px) {
/* 12624 */   .td-grid-style-5 .td-big-thumb .entry-title {
/* 12625 */     font-weight: 500;
/* 12626 */   }
/* 12627 */ }
/* 12628 */ .td-grid-style-5 .td-medium-thumb .td-meta-info-container {
/* 12629 */   padding: 0 25px;
/* 12630 */ }
/* 12631 */ .td-grid-style-5 .td-medium-thumb .entry-title {
/* 12632 */   font-size: 24px;
/* 12633 */   line-height: 30px;
/* 12634 */   font-weight: 500;
/* 12635 */ }
/* 12636 */ .td-grid-style-5 .td-small-thumb .td-meta-info-container {
/* 12637 */   padding: 0 15px;
/* 12638 */ }
/* 12639 */ .td-grid-style-5 .td-small-thumb .entry-title {
/* 12640 */   margin-top: 2px;
/* 12641 */   font-size: 16px;
/* 12642 */   line-height: 21px;
/* 12643 */   font-weight: 500;
/* 12644 */ }
/* 12645 */ .td-grid-style-5 .td-tiny-thumb .td-big-grid-meta {
/* 12646 */   padding: 0 10px;
/* 12647 */ }
/* 12648 */ .td-grid-style-5 .td-tiny-thumb .entry-title {
/* 12649 */   font-size: 15px;
/* 12650 */   line-height: 17px;

/* td_standard_pack_main.css */

/* 12651 */   font-weight: 500;
/* 12652 */ }
/* 12653 */ .td-grid-style-5 .td-tiny-thumb .entry-title a {
/* 12654 */   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
/* 12655 */ }
/* 12656 */ .td-grid-style-5 .td-tiny-thumb .td-post-category {
/* 12657 */   font-size: 9px;
/* 12658 */   font-weight: 600;
/* 12659 */   padding: 3px 5px;
/* 12660 */   line-height: 1;
/* 12661 */ }
/* 12662 */ .td-grid-style-5 .td-video-play-ico {
/* 12663 */   top: 20px;
/* 12664 */   left: auto;
/* 12665 */   right: 20px;
/* 12666 */   transform: none;
/* 12667 */   -webkit-transform: none;
/* 12668 */ }
/* 12669 */ .td-grid-style-5.td-hover-1 .td-module-thumb a:last-child:before {
/* 12670 */   -webkit-transition: box-shadow 0.3s ease;
/* 12671 */   transition: box-shadow 0.3s ease;
/* 12672 */ }
/* 12673 */ .td-grid-style-5.td-hover-1 .td-module-thumb .entry-thumb {
/* 12674 */   transition: transform 0.3s ease, opacity 0.3s;
/* 12675 */   -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
/* 12676 */ }
/* 12677 */ .td-grid-style-5.td-hover-1 .td-post-category {
/* 12678 */   background-color: rgba(0, 0, 0, 0.7);
/* 12679 */   -webkit-transition: background-color 0.3s ease;
/* 12680 */   transition: background-color 0.3s ease;
/* 12681 */ }
/* 12682 */ .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
/* 12683 */   box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.75);
/* 12684 */ }
/* 12685 */ .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 12686 */   transform: scale3d(1.1, 1.1, 1);
/* 12687 */   -webkit-transform: scale3d(1.1, 1.1, 1);
/* 12688 */   -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
/* 12689 */ }
/* 12690 */ .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category {
/* 12691 */   background-color: var(--td_theme_color, #4db2ec);
/* 12692 */ }
/* 12693 */ /*
/* 12694 *|   Style 6
/* 12695 *| */
/* 12696 */ .td-grid-style-6 .td-meta-info-container {
/* 12697 */   top: 0;
/* 12698 */   bottom: 0;
/* 12699 */   text-align: center;
/* 12700 */   margin: 0;

/* td_standard_pack_main.css */

/* 12701 */   font-size: 0;
/* 12702 */   width: 100%;
/* 12703 */ }
/* 12704 */ .td-grid-style-6 .td-meta-info-container:before {
/* 12705 */   content: '';
/* 12706 */   display: inline-block;
/* 12707 */   height: 100%;
/* 12708 */   vertical-align: middle;
/* 12709 */ }
/* 12710 */ .td-grid-style-6 .td-big-grid-meta {
/* 12711 */   position: relative;
/* 12712 */   text-align: center;
/* 12713 */   padding: 0 10%;
/* 12714 */   /* responsive portrait phone */
/* 12715 */ }
/* 12716 */ @media (max-width: 767px) {
/* 12717 */   .td-grid-style-6 .td-big-grid-meta {
/* 12718 */     padding: 0 4%;
/* 12719 */   }
/* 12720 */ }
/* 12721 */ .td-grid-style-6 .td-big-grid-post .td-big-grid-meta .entry-title {
/* 12722 */   display: inline-block;
/* 12723 */   width: 100%;
/* 12724 */   font-weight: 300;
/* 12725 */   margin-bottom: 0 !important;
/* 12726 */ }
/* 12727 */ .td-grid-style-6 .td-big-grid-post .entry-title {
/* 12728 */   text-transform: uppercase;
/* 12729 */ }
/* 12730 */ .td-grid-style-6 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
/* 12731 */   font-size: 34px;
/* 12732 */ }
/* 12733 */ .td-grid-style-6 .td-big-grid-wrapper .td-big-grid-post .td-big-grid-meta {
/* 12734 */   margin: 0;
/* 12735 */ }
/* 12736 */ .td-grid-style-6 .td-meta-align {
/* 12737 */   display: inline-block;
/* 12738 */   vertical-align: middle;
/* 12739 */ }
/* 12740 */ .td-grid-style-6 .td-big-grid-post .td-module-meta-info {
/* 12741 */   margin-left: 0;
/* 12742 */   margin-right: 0;
/* 12743 */   margin-bottom: 0;
/* 12744 */ }
/* 12745 */ .td-grid-style-6 .td-module-thumb a:last-child:before {
/* 12746 */   content: '';
/* 12747 */   width: 100%;
/* 12748 */   height: 100%;
/* 12749 */   position: absolute;
/* 12750 */   z-index: 1;

/* td_standard_pack_main.css */

/* 12751 */   background-color: #000;
/* 12752 */   opacity: 0.7;
/* 12753 */   top: 0;
/* 12754 */ }
/* 12755 */ .td-grid-style-6 .td-post-category {
/* 12756 */   -webkit-transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
/* 12757 */   transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
/* 12758 */ }
/* 12759 */ .td-grid-style-6 .td-post-category:hover {
/* 12760 */   background-color: #fff;
/* 12761 */   color: #000;
/* 12762 */ }
/* 12763 */ .td-grid-style-6 .td-big-grid-post .td-post-category {
/* 12764 */   font-size: 10px;
/* 12765 */   padding: 2px 6px;
/* 12766 */   line-height: 13px;
/* 12767 */   margin-bottom: 10px;
/* 12768 */ }
/* 12769 */ .td-grid-style-6 .td-video-play-ico {
/* 12770 */   /* responsive portrait phone */
/* 12771 */ }
/* 12772 */ @media (max-width: 767px) {
/* 12773 */   .td-grid-style-6 .td-video-play-ico {
/* 12774 */     display: none;
/* 12775 */   }
/* 12776 */ }
/* 12777 */ .td-grid-style-6 .td-video-play-ico img {
/* 12778 */   top: 10px !important;
/* 12779 */   bottom: auto;
/* 12780 */   left: auto;
/* 12781 */   right: 10px;
/* 12782 */   width: 30px;
/* 12783 */ }
/* 12784 */ .td-grid-style-6 .td-big-thumb .entry-title {
/* 12785 */   font-size: 37px;
/* 12786 */   line-height: 45px;
/* 12787 */   /* responsive portrait tablet */
/* 12788 */   /* responsive portrait phone */
/* 12789 */ }
/* 12790 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 12791 */   .td-grid-style-6 .td-big-thumb .entry-title {
/* 12792 */     font-size: 22px !important;
/* 12793 */     line-height: 26px !important;
/* 12794 */   }
/* 12795 */ }
/* 12796 */ @media (max-width: 767px) {
/* 12797 */   .td-grid-style-6 .td-big-thumb .entry-title {
/* 12798 */     font-size: 26px !important;
/* 12799 */     line-height: 28px !important;
/* 12800 */   }

/* td_standard_pack_main.css */

/* 12801 */ }
/* 12802 */ .td-grid-style-6 .td-medium-thumb .entry-title {
/* 12803 */   font-size: 24px;
/* 12804 */   line-height: 28px;
/* 12805 */   /* responsive portrait tablet */
/* 12806 */   /* responsive portrait phone */
/* 12807 */ }
/* 12808 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 12809 */   .td-grid-style-6 .td-medium-thumb .entry-title {
/* 12810 */     font-size: 18px !important;
/* 12811 */     line-height: 21px !important;
/* 12812 */   }
/* 12813 */ }
/* 12814 */ @media (max-width: 767px) {
/* 12815 */   .td-grid-style-6 .td-medium-thumb .entry-title {
/* 12816 */     font-size: 20px !important;
/* 12817 */     line-height: 24px !important;
/* 12818 */   }
/* 12819 */ }
/* 12820 */ .td-grid-style-6 .td-small-thumb .entry-title {
/* 12821 */   font-size: 18px;
/* 12822 */   line-height: 22px;
/* 12823 */   /* responsive portrait tablet */
/* 12824 */ }
/* 12825 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 12826 */   .td-grid-style-6 .td-small-thumb .entry-title {
/* 12827 */     font-size: 13px !important;
/* 12828 */     line-height: 15px !important;
/* 12829 */   }
/* 12830 */ }
/* 12831 */ .td-grid-style-6 .td-small-thumb .td-module-comments {
/* 12832 */   display: none;
/* 12833 */ }
/* 12834 */ .td-grid-style-6 .td-tiny-thumb .entry-title {
/* 12835 */   font-size: 14px;
/* 12836 */   line-height: 18px;
/* 12837 */   font-weight: 400;
/* 12838 */   /* responsive portrait tablet */
/* 12839 */   /* responsive portrait phone */
/* 12840 */ }
/* 12841 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 12842 */   .td-grid-style-6 .td-tiny-thumb .entry-title {
/* 12843 */     font-size: 13px !important;
/* 12844 */     line-height: 16px !important;
/* 12845 */   }
/* 12846 */ }
/* 12847 */ @media (max-width: 767px) {
/* 12848 */   .td-grid-style-6 .td-tiny-thumb .entry-title {
/* 12849 */     font-size: 11px !important;
/* 12850 */     line-height: 13px !important;

/* td_standard_pack_main.css */

/* 12851 */     margin: 5px 0;
/* 12852 */   }
/* 12853 */ }
/* 12854 */ .td-grid-style-6 .td-tiny-thumb .td-post-category,
/* 12855 */ .td-grid-style-6 .td-tiny-thumb .td-module-comments {
/* 12856 */   display: none;
/* 12857 */ }
/* 12858 */ .td-grid-style-6 .td-tiny-thumb .td-module-meta-info {
/* 12859 */   /* responsive portrait tablet */
/* 12860 */ }
/* 12861 */ @media (max-width: 1018px) {
/* 12862 */   .td-grid-style-6 .td-tiny-thumb .td-module-meta-info {
/* 12863 */     display: none;
/* 12864 */   }
/* 12865 */ }
/* 12866 */ .td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-meta-info-container .entry-title {
/* 12867 */   /* responsive portrait phone */
/* 12868 */ }
/* 12869 */ @media (max-width: 767px) {
/* 12870 */   .td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-meta-info-container .entry-title {
/* 12871 */     font-size: 16px !important;
/* 12872 */     line-height: 21px !important;
/* 12873 */   }
/* 12874 */ }
/* 12875 */ .td-grid-style-6.td-hover-1 {
/* 12876 */   /* responsive desktop - disable all effects on devices */
/* 12877 */ }
/* 12878 */ @media (min-width: 1025px) {
/* 12879 */   .td-grid-style-6.td-hover-1 .entry-thumb {
/* 12880 */     -webkit-transition: transform 0.6s ease 0s;
/* 12881 */     transition: transform 0.6s ease 0s;
/* 12882 */     transform: scale(1.1);
/* 12883 */     -webkit-transform: scale(1.1);
/* 12884 */   }
/* 12885 */   .td-grid-style-6.td-hover-1 .td-module-thumb:after {
/* 12886 */     content: '';
/* 12887 */     width: 100%;
/* 12888 */     height: 100%;
/* 12889 */     position: absolute;
/* 12890 */     z-index: 1;
/* 12891 */     background-color: var(--td_theme_color, #4db2ec);
/* 12892 */     opacity: 0;
/* 12893 */     top: 0;
/* 12894 */     left: 0;
/* 12895 */     pointer-events: none;
/* 12896 */     -webkit-transition: opacity 0.4s ease 0.2s;
/* 12897 */     transition: opacity 0.4s ease 0.2s;
/* 12898 */   }
/* 12899 */   .td-grid-style-6.td-hover-1 .td-module-thumb a:last-child:after {
/* 12900 */     position: absolute;

/* td_standard_pack_main.css */

/* 12901 */     top: 0;
/* 12902 */     left: 0;
/* 12903 */     width: 160%;
/* 12904 */     height: 100%;
/* 12905 */     background: rgba(255, 255, 255, 0.2);
/* 12906 */     content: '';
/* 12907 */     z-index: 1;
/* 12908 */     transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
/* 12909 */     -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
/* 12910 */   }
/* 12911 */   .td-grid-style-6.td-hover-1 .td-module-comments {
/* 12912 */     -webkit-transition: opacity 0.6s ease 0s;
/* 12913 */     transition: opacity 0.6s ease 0s;
/* 12914 */     opacity: 0;
/* 12915 */   }
/* 12916 */   .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 12917 */     transform: scale(1);
/* 12918 */     -webkit-transform: scale(1);
/* 12919 */   }
/* 12920 */   .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-comments {
/* 12921 */     opacity: 1;
/* 12922 */   }
/* 12923 */   .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
/* 12924 */     -webkit-transition: transform 0.7s ease 0s;
/* 12925 */     transition: transform 0.7s ease 0s;
/* 12926 */     transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
/* 12927 */     -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
/* 12928 */   }
/* 12929 */   .td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb:after {
/* 12930 */     opacity: 0.3;
/* 12931 */   }
/* 12932 */ }
/* 12933 */ /*
/* 12934 *|   Style 7
/* 12935 *| */
/* 12936 */ .td-grid-style-7 .td-video-play-ico img {
/* 12937 */   top: auto;
/* 12938 */   left: auto;
/* 12939 */   width: 30px;
/* 12940 */   right: 10px;
/* 12941 */   bottom: 10px;
/* 12942 */ }
/* 12943 */ .td-grid-style-7 .td-big-grid-post .entry-title a {
/* 12944 */   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
/* 12945 */ }
/* 12946 */ .td-grid-style-7 .td-big-grid-post .td-post-category {
/* 12947 */   background-color: transparent;
/* 12948 */   padding: 0 !important;
/* 12949 */   position: absolute;
/* 12950 */   bottom: 17px;

/* td_standard_pack_main.css */

/* 12951 */   text-transform: none;
/* 12952 */   margin: 0 !important;
/* 12953 */   font-size: 12px !important;
/* 12954 */   line-height: 14px !important;
/* 12955 */   /* responsive portrait tablet */
/* 12956 */ }
/* 12957 */ @media (max-width: 1018px) {
/* 12958 */   .td-grid-style-7 .td-big-grid-post .td-post-category {
/* 12959 */     bottom: 10px;
/* 12960 */   }
/* 12961 */ }
/* 12962 */ .td-grid-style-7 .td-big-grid-post .td-post-category:hover {
/* 12963 */   background-color: transparent;
/* 12964 */ }
/* 12965 */ .td-grid-style-7 .td-module-meta-info {
/* 12966 */   /* responsive portrait tablet */
/* 12967 */   /* responsive portrait phone */
/* 12968 */ }
/* 12969 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 12970 */   .td-grid-style-7 .td-module-meta-info {
/* 12971 */     margin-left: 17px !important;
/* 12972 */   }
/* 12973 */ }
/* 12974 */ @media (max-width: 767px) {
/* 12975 */   .td-grid-style-7 .td-module-meta-info {
/* 12976 */     margin-left: 14px !important;
/* 12977 */   }
/* 12978 */ }
/* 12979 */ .td-grid-style-7 .td-meta-info-container {
/* 12980 */   top: 0;
/* 12981 */   height: 100%;
/* 12982 */ }
/* 12983 */ .td-grid-style-7 .td-big-grid-post .td-big-grid-meta {
/* 12984 */   padding-bottom: 0 !important;
/* 12985 */ }
/* 12986 */ .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta {
/* 12987 */   /* responsive portrait phone */
/* 12988 */ }
/* 12989 */ @media (max-width: 767px) {
/* 12990 */   .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta {
/* 12991 */     padding: 10px 14px;
/* 12992 */   }
/* 12993 */ }
/* 12994 */ .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta .entry-title {
/* 12995 */   /* responsive portrait phone */
/* 12996 */ }
/* 12997 */ @media (max-width: 767px) {
/* 12998 */   .td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta .entry-title {
/* 12999 */     font-size: 16px !important;
/* 13000 */     line-height: 19px !important;

/* td_standard_pack_main.css */

/* 13001 */   }
/* 13002 */ }
/* 13003 */ .td-grid-style-7 .td-big-thumb .td-big-grid-meta {
/* 13004 */   padding: 20px 26px 14px 20px;
/* 13005 */   /* responsive portrait tablet */
/* 13006 */   /* responsive portrait phone */
/* 13007 */ }
/* 13008 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13009 */   .td-grid-style-7 .td-big-thumb .td-big-grid-meta {
/* 13010 */     padding: 12px 17px 11px;
/* 13011 */   }
/* 13012 */ }
/* 13013 */ @media (max-width: 767px) {
/* 13014 */   .td-grid-style-7 .td-big-thumb .td-big-grid-meta {
/* 13015 */     padding: 14px;
/* 13016 */   }
/* 13017 */ }
/* 13018 */ .td-grid-style-7 .td-big-thumb .entry-title {
/* 13019 */   font-size: 30px;
/* 13020 */   line-height: 36px;
/* 13021 */   font-weight: 700;
/* 13022 */   margin-bottom: 7px;
/* 13023 */   /* responsive portrait tablet */
/* 13024 */   /* responsive portrait phone */
/* 13025 */ }
/* 13026 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13027 */   .td-grid-style-7 .td-big-thumb .entry-title {
/* 13028 */     font-size: 24px !important;
/* 13029 */     line-height: 28px !important;
/* 13030 */   }
/* 13031 */ }
/* 13032 */ @media (max-width: 767px) {
/* 13033 */   .td-grid-style-7 .td-big-thumb .entry-title {
/* 13034 */     font-size: 26px !important;
/* 13035 */     line-height: 30px !important;
/* 13036 */     margin-bottom: 5px;
/* 13037 */   }
/* 13038 */ }
/* 13039 */ .td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
/* 13040 */   padding: 20px 26px 14px 20px;
/* 13041 */   /* responsive portrait tablet */
/* 13042 */   /* responsive portrait phone */
/* 13043 */ }
/* 13044 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13045 */   .td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
/* 13046 */     padding: 12px 20px 11px 17px;
/* 13047 */   }
/* 13048 */ }
/* 13049 */ @media (max-width: 767px) {
/* 13050 */   .td-grid-style-7 .td-medium-thumb .td-big-grid-meta {

/* td_standard_pack_main.css */

/* 13051 */     padding: 12px 14px 10px;
/* 13052 */   }
/* 13053 */ }
/* 13054 */ .td-grid-style-7 .td-medium-thumb .entry-title {
/* 13055 */   font-size: 26px;
/* 13056 */   line-height: 32px;
/* 13057 */   font-weight: 700;
/* 13058 */   margin-bottom: 7px;
/* 13059 */   /* responsive portrait tablet */
/* 13060 */   /* responsive portrait phone */
/* 13061 */ }
/* 13062 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13063 */   .td-grid-style-7 .td-medium-thumb .entry-title {
/* 13064 */     font-size: 16px !important;
/* 13065 */     line-height: 20px !important;
/* 13066 */     margin-bottom: 5px;
/* 13067 */   }
/* 13068 */ }
/* 13069 */ @media (max-width: 767px) {
/* 13070 */   .td-grid-style-7 .td-medium-thumb .entry-title {
/* 13071 */     font-size: 20px !important;
/* 13072 */     line-height: 26px !important;
/* 13073 */     margin-bottom: 5px;
/* 13074 */   }
/* 13075 */ }
/* 13076 */ .td-grid-style-7 .td-small-thumb .td-big-grid-meta {
/* 13077 */   padding: 14px 20px 10px;
/* 13078 */   margin: 0 !important;
/* 13079 */   /* responsive portrait tablet */
/* 13080 */   /* responsive portrait phone */
/* 13081 */ }
/* 13082 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13083 */   .td-grid-style-7 .td-small-thumb .td-big-grid-meta {
/* 13084 */     padding: 12px 17px 5px;
/* 13085 */   }
/* 13086 */ }
/* 13087 */ @media (max-width: 767px) {
/* 13088 */   .td-grid-style-7 .td-small-thumb .td-big-grid-meta {
/* 13089 */     padding: 10px 14px;
/* 13090 */   }
/* 13091 */ }
/* 13092 */ .td-grid-style-7 .td-small-thumb .td-module-meta-info {
/* 13093 */   /* responsive portrait tablet */
/* 13094 */ }
/* 13095 */ @media (max-width: 1018px) {
/* 13096 */   .td-grid-style-7 .td-small-thumb .td-module-meta-info {
/* 13097 */     display: none;
/* 13098 */   }
/* 13099 */ }
/* 13100 */ .td-grid-style-7 .td-small-thumb .entry-title {

/* td_standard_pack_main.css */

/* 13101 */   font-size: 18px;
/* 13102 */   line-height: 24px;
/* 13103 */   font-weight: 700;
/* 13104 */   margin-bottom: 6px;
/* 13105 */   /* responsive landscape tablet */
/* 13106 */   /* responsive portrait tablet */
/* 13107 */   /* responsive portrait phone */
/* 13108 */ }
/* 13109 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13110 */   .td-grid-style-7 .td-small-thumb .entry-title {
/* 13111 */     font-size: 18px !important;
/* 13112 */     line-height: 24px !important;
/* 13113 */   }
/* 13114 */ }
/* 13115 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13116 */   .td-grid-style-7 .td-small-thumb .entry-title {
/* 13117 */     font-size: 14px !important;
/* 13118 */     line-height: 18px !important;
/* 13119 */   }
/* 13120 */ }
/* 13121 */ @media (max-width: 767px) {
/* 13122 */   .td-grid-style-7 .td-small-thumb .entry-title {
/* 13123 */     font-size: 19px !important;
/* 13124 */     line-height: 23px !important;
/* 13125 */   }
/* 13126 */ }
/* 13127 */ .td-grid-style-7 .td-small-thumb .td-post-category {
/* 13128 */   /* responsive portrait tablet */
/* 13129 */ }
/* 13130 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13131 */   .td-grid-style-7 .td-small-thumb .td-post-category {
/* 13132 */     display: inline;
/* 13133 */   }
/* 13134 */ }
/* 13135 */ .td-grid-style-7 .td-small-thumb .td-module-comments {
/* 13136 */   display: none;
/* 13137 */ }
/* 13138 */ .td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
/* 13139 */   padding: 4px 16px;
/* 13140 */   /* responsive portrait tablet */
/* 13141 */   /* responsive portrait phone */
/* 13142 */ }
/* 13143 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13144 */   .td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
/* 13145 */     padding: 4px 14px;
/* 13146 */   }
/* 13147 */ }
/* 13148 */ @media (max-width: 767px) {
/* 13149 */   .td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
/* 13150 */     padding: 2px 10px 0;

/* td_standard_pack_main.css */

/* 13151 */   }
/* 13152 */ }
/* 13153 */ .td-grid-style-7 .td-tiny-thumb .entry-title {
/* 13154 */   font-size: 16px;
/* 13155 */   line-height: 21px;
/* 13156 */   font-weight: 600;
/* 13157 */   margin-top: 6px;
/* 13158 */   margin-bottom: 7px;
/* 13159 */   /* responsive portrait tablet */
/* 13160 */   /* responsive portrait phone */
/* 13161 */ }
/* 13162 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13163 */   .td-grid-style-7 .td-tiny-thumb .entry-title {
/* 13164 */     font-size: 12px !important;
/* 13165 */     line-height: 13px !important;
/* 13166 */   }
/* 13167 */ }
/* 13168 */ @media (max-width: 767px) {
/* 13169 */   .td-grid-style-7 .td-tiny-thumb .entry-title {
/* 13170 */     font-size: 12px !important;
/* 13171 */     line-height: 15px !important;
/* 13172 */   }
/* 13173 */ }
/* 13174 */ .td-grid-style-7 .td-tiny-thumb .td-module-meta-info,
/* 13175 */ .td-grid-style-7 .td-tiny-thumb .td-module-comments {
/* 13176 */   display: none;
/* 13177 */ }
/* 13178 */ .td-grid-style-7 .td-module-thumb a:last-child:before,
/* 13179 */ .td-grid-style-7 .td-big-grid-post .td-module-thumb a:last-child:after {
/* 13180 */   content: '';
/* 13181 */   width: 100%;
/* 13182 */   height: 100%;
/* 13183 */   position: absolute;
/* 13184 */   z-index: 1;
/* 13185 */   top: 0;
/* 13186 */ }
/* 13187 */ .td-grid-style-7 .td-module-thumb a:last-child:after {
/* 13188 */   -webkit-box-shadow: inset 0 0 16px 4px #000000;
/* 13189 */   -moz-box-shadow: inset 0 0 16px 4px #000000;
/* 13190 */   box-shadow: inset 0 0 16px 4px #000000;
/* 13191 */   opacity: 0.15;
/* 13192 */ }
/* 13193 */ .td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
/* 13194 */   opacity: 0.6;
/* 13195 */   background: #410cbc;
/* 13196 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #410cbc), color-stop(100%, #ff6f31));
/* 13197 */   background: -webkit-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
/* 13198 */   background: linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
/* 13199 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#410cbc', endColorstr='#ff6f31', GradientType=1);
/* 13200 */ }

/* td_standard_pack_main.css */

/* 13201 */ .td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
/* 13202 */   opacity: 0.6;
/* 13203 */   background: #f4880d;
/* 13204 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #f4880d), color-stop(100%, #70ff99));
/* 13205 */   background: -webkit-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
/* 13206 */   background: linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
/* 13207 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4880d', endColorstr='#70ff99', GradientType=1);
/* 13208 */ }
/* 13209 */ .td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
/* 13210 */   opacity: 0.6;
/* 13211 */   background: #c40f79;
/* 13212 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #c40f79), color-stop(100%, #7ebfff));
/* 13213 */   background: -webkit-linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
/* 13214 */   background: linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
/* 13215 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40f79', endColorstr='#7ebfff', GradientType=1);
/* 13216 */ }
/* 13217 */ .td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 13218 */ .td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 13219 */ .td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 13220 */ .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 13221 */ .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 13222 */ .td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
/* 13223 */ .td-grid-style-7 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
/* 13224 */   opacity: 0.6;
/* 13225 */   background: #0016be;
/* 13226 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #0016be), color-stop(100%, #2aec74));
/* 13227 */   background: -webkit-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
/* 13228 */   background: linear-gradient(20deg, #0016be 0%, #2aec74 100%);
/* 13229 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0016be', endColorstr='#2aec74', GradientType=1);
/* 13230 */ }
/* 13231 */ .td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
/* 13232 */ .td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
/* 13233 */   opacity: 0.6;
/* 13234 */   background: #023c8c;
/* 13235 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #023c8c), color-stop(100%, #ff86d3));
/* 13236 */   background: -webkit-linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
/* 13237 */   background: linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
/* 13238 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023c8c', endColorstr='#ff86d3', GradientType=1);
/* 13239 */ }
/* 13240 */ .td-grid-style-7.td_block_big_grid_1 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
/* 13241 */ .td-grid-style-7 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
/* 13242 */   opacity: 0.6;
/* 13243 */   background: #00ac81;
/* 13244 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #00ac81), color-stop(100%, #ff778e));
/* 13245 */   background: -webkit-linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
/* 13246 */   background: linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
/* 13247 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac81', endColorstr='#ff778e', GradientType=1);
/* 13248 */ }
/* 13249 */ .td-grid-style-7 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
/* 13250 */   opacity: 0.6;

/* td_standard_pack_main.css */

/* 13251 */   background: #007808;
/* 13252 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #007808), color-stop(100%, #fff940));
/* 13253 */   background: -webkit-linear-gradient(20deg, #007808 0%, #fff940 100%);
/* 13254 */   background: linear-gradient(20deg, #007808 0%, #fff940 100%);
/* 13255 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007808', endColorstr='#fff940', GradientType=1);
/* 13256 */ }
/* 13257 */ .td-grid-style-7.td-hover-1 {
/* 13258 */   /* responsive desktop - disable all effects on devices */
/* 13259 */ }
/* 13260 */ @media (min-width: 1025px) {
/* 13261 */   .td-grid-style-7.td-hover-1 .entry-thumb {
/* 13262 */     -webkit-transition: transform 0.35s ease 0s;
/* 13263 */     transition: transform 0.35s ease 0s;
/* 13264 */   }
/* 13265 */   .td-grid-style-7.td-hover-1 .td-big-grid-post:hover .entry-thumb {
/* 13266 */     transform: scale3d(1.05, 1.05, 1);
/* 13267 */     -webkit-transform: scale3d(1.05, 1.05, 1);
/* 13268 */     -moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
/* 13269 */   }
/* 13270 */ }
/* 13271 */ .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-1 .entry-title,
/* 13272 */ .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .entry-title {
/* 13273 */   /* responsive portrait phone */
/* 13274 */ }
/* 13275 */ @media (max-width: 767px) {
/* 13276 */   .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-1 .entry-title,
/* 13277 */   .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .entry-title {
/* 13278 */     font-size: 17px !important;
/* 13279 */     line-height: 21px !important;
/* 13280 */   }
/* 13281 */ }
/* 13282 */ .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
/* 13283 */   margin-top: 11px;
/* 13284 */   /* responsive portrait phone */
/* 13285 */ }
/* 13286 */ @media (max-width: 767px) {
/* 13287 */   .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
/* 13288 */     margin-top: 0;
/* 13289 */   }
/* 13290 */ }
/* 13291 */ .td-grid-style-7.td_block_big_grid_9 .td-big-grid-post .entry-title,
/* 13292 */ .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post .entry-title {
/* 13293 */   /* responsive portrait phone */
/* 13294 */ }
/* 13295 */ @media (max-width: 767px) {
/* 13296 */   .td-grid-style-7.td_block_big_grid_9 .td-big-grid-post .entry-title,
/* 13297 */   .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post .entry-title {
/* 13298 */     font-size: 19px !important;
/* 13299 */     line-height: 23px !important;
/* 13300 */   }

/* td_standard_pack_main.css */

/* 13301 */ }
/* 13302 */ .td-grid-style-7.td_block_big_grid_11 .td-big-grid-post .entry-title {
/* 13303 */   /* responsive portrait phone */
/* 13304 */ }
/* 13305 */ @media (max-width: 767px) {
/* 13306 */   .td-grid-style-7.td_block_big_grid_11 .td-big-grid-post .entry-title {
/* 13307 */     font-size: 17px !important;
/* 13308 */     line-height: 21px !important;
/* 13309 */   }
/* 13310 */ }
/* 13311 */ .td-grid-style-7.td_block_big_grid_5 .td-big-grid-meta {
/* 13312 */   /* responsive portrait phone */
/* 13313 */ }
/* 13314 */ @media (max-width: 767px) {
/* 13315 */   .td-grid-style-7.td_block_big_grid_5 .td-big-grid-meta {
/* 13316 */     padding-top: 14px;
/* 13317 */   }
/* 13318 */ }
/* 13319 */ /*
/* 13320 *|
/* 13321 *|
/* 13322 *|   General big grids
/* 13323 *|
/* 13324 *|
/* 13325 *| */
/* 13326 */ .td-big-grid-post {
/* 13327 */   position: relative;
/* 13328 */   overflow: hidden;
/* 13329 */   /*
/* 13330 *|
/* 13331 *|
/* 13332 *|           font responsive
/* 13333 *|
/* 13334 *|
/* 13335 *|   */
/* 13336 */ }
/* 13337 */ .td-big-grid-post .entry-review-stars {
/* 13338 */   color: #fff;
/* 13339 */   margin-top: -5px;
/* 13340 */ }
/* 13341 */ .td-big-grid-post .td-post-category {
/* 13342 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 13343 */   font-size: 10px;
/* 13344 */   font-weight: 500;
/* 13345 */   text-transform: uppercase;
/* 13346 */   display: inline-block;
/* 13347 */   margin: 0 0 5px 0;
/* 13348 */   padding: 3px 7px;
/* 13349 */   line-height: 13px;
/* 13350 */   pointer-events: auto;

/* td_standard_pack_main.css */

/* 13351 */ }
/* 13352 */ .td-big-grid-post .td-meta-info-container {
/* 13353 */   position: absolute;
/* 13354 */   pointer-events: none;
/* 13355 */   z-index: 1;
/* 13356 */   width: 100%;
/* 13357 */ }
/* 13358 */ .td-big-grid-post .td-meta-align {
/* 13359 */   pointer-events: none;
/* 13360 */   width: 100%;
/* 13361 */ }
/* 13362 */ .td-big-grid-post .td-post-author-name a,
/* 13363 */ .td-big-grid-post .td-post-author-name span,
/* 13364 */ .td-big-grid-post .td-post-date {
/* 13365 */   color: #fff;
/* 13366 */   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
/* 13367 */ }
/* 13368 */ .td-big-grid-post .entry-title {
/* 13369 */   margin: 0;
/* 13370 */   word-wrap: break-word;
/* 13371 */ }
/* 13372 */ .td-big-grid-post .entry-title a {
/* 13373 */   color: #fff;
/* 13374 */   text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
/* 13375 */ }
/* 13376 */ .td-big-grid-post .td-module-meta-info {
/* 13377 */   margin: 11px 0 20px 20px;
/* 13378 */   min-height: 0;
/* 13379 */   z-index: 1;
/* 13380 */   /* responsive portrait phone */
/* 13381 */ }
/* 13382 */ @media (max-width: 767px) {
/* 13383 */   .td-big-grid-post .td-module-meta-info {
/* 13384 */     margin-left: 17px;
/* 13385 */   }
/* 13386 */ }
/* 13387 */ .td-big-grid-post .td-post-author-name {
/* 13388 */   pointer-events: auto;
/* 13389 */ }
/* 13390 */ .td-big-grid-post .td-big-grid-meta {
/* 13391 */   z-index: 1;
/* 13392 */ }
/* 13393 */ .td-big-grid-post .td-video-play-ico {
/* 13394 */   /* responsive portrait tablet */
/* 13395 */ }
/* 13396 */ @media (max-width: 1018px) {
/* 13397 */   .td-big-grid-post .td-video-play-ico {
/* 13398 */     width: 30px !important;
/* 13399 */     height: 30px !important;
/* 13400 */     font-size: 30px !important;

/* td_standard_pack_main.css */

/* 13401 */     border-width: 0.050em !important;
/* 13402 */   }
/* 13403 */ }
/* 13404 */ .td-big-grid-post.td-big-thumb .td-big-grid-meta {
/* 13405 */   font-size: 27px;
/* 13406 */ }
/* 13407 */ .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13408 */   /* responsive */
/* 13409 */   /* responsive landscape tablet */
/* 13410 */   /* responsive portrait tablet */
/* 13411 */   /* responsive portrait phone */
/* 13412 */ }
/* 13413 */ @media (max-width: 1140px) {
/* 13414 */   .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13415 */     line-height: 1.3;
/* 13416 */   }
/* 13417 */ }
/* 13418 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13419 */   .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13420 */     font-size: 80%;
/* 13421 */   }
/* 13422 */ }
/* 13423 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13424 */   .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13425 */     font-size: 16px;
/* 13426 */   }
/* 13427 */ }
/* 13428 */ @media (max-width: 767px) {
/* 13429 */   .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13430 */     font-size: 22px;
/* 13431 */   }
/* 13432 */ }
/* 13433 */ .td-big-grid-post.td-medium-thumb .td-big-grid-meta {
/* 13434 */   font-size: 24px;
/* 13435 */   /* responsive portrait phone */
/* 13436 */ }
/* 13437 */ @media (max-width: 767px) {
/* 13438 */   .td-big-grid-post.td-medium-thumb .td-big-grid-meta {
/* 13439 */     font-size: 16px;
/* 13440 */   }
/* 13441 */ }
/* 13442 */ .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
/* 13443 */   /* responsive */
/* 13444 */   /* responsive landscape tablet */
/* 13445 */   /* responsive portrait tablet */
/* 13446 */   /* responsive portrait phone */
/* 13447 */ }
/* 13448 */ @media (max-width: 1140px) {
/* 13449 */   .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
/* 13450 */     line-height: 1.3;

/* td_standard_pack_main.css */

/* 13451 */   }
/* 13452 */ }
/* 13453 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13454 */   .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
/* 13455 */     font-size: 85%;
/* 13456 */   }
/* 13457 */ }
/* 13458 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13459 */   .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
/* 13460 */     font-size: 65%;
/* 13461 */   }
/* 13462 */ }
/* 13463 */ @media (max-width: 767px) {
/* 13464 */   .td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
/* 13465 */     font-size: 16px;
/* 13466 */     line-height: 21px;
/* 13467 */   }
/* 13468 */ }
/* 13469 */ .td-big-grid-post.td-small-thumb .td-big-grid-meta {
/* 13470 */   font-size: 16px;
/* 13471 */ }
/* 13472 */ .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
/* 13473 */   /* responsive */
/* 13474 */   /* responsive landscape tablet */
/* 13475 */   /* responsive portrait tablet */
/* 13476 */   /* responsive portrait phone */
/* 13477 */ }
/* 13478 */ @media (max-width: 1140px) {
/* 13479 */   .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
/* 13480 */     line-height: 1.4;
/* 13481 */   }
/* 13482 */ }
/* 13483 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13484 */   .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
/* 13485 */     font-size: 90%;
/* 13486 */   }
/* 13487 */ }
/* 13488 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13489 */   .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
/* 13490 */     font-size: 80%;
/* 13491 */   }
/* 13492 */ }
/* 13493 */ @media (max-width: 767px) {
/* 13494 */   .td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
/* 13495 */     font-size: 16px;
/* 13496 */     line-height: 21px;
/* 13497 */   }
/* 13498 */ }
/* 13499 */ .td-big-grid-post.td-tiny-thumb .td-big-grid-meta {
/* 13500 */   font-size: 15px;

/* td_standard_pack_main.css */

/* 13501 */ }
/* 13502 */ .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
/* 13503 */   /* responsive */
/* 13504 */   /* responsive landscape tablet */
/* 13505 */   /* responsive portrait tablet */
/* 13506 */   /* responsive portrait phone */
/* 13507 */ }
/* 13508 */ @media (max-width: 1140px) {
/* 13509 */   .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
/* 13510 */     line-height: 1.4;
/* 13511 */   }
/* 13512 */ }
/* 13513 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13514 */   .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
/* 13515 */     font-size: 90%;
/* 13516 */   }
/* 13517 */ }
/* 13518 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13519 */   .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
/* 13520 */     font-size: 70%;
/* 13521 */   }
/* 13522 */ }
/* 13523 */ @media (max-width: 767px) {
/* 13524 */   .td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
/* 13525 */     font-size: 16px;
/* 13526 */     line-height: 21px;
/* 13527 */   }
/* 13528 */ }
/* 13529 */ .td-big-grid-post .td-module-thumb {
/* 13530 */   overflow: hidden;
/* 13531 */   margin: 0;
/* 13532 */ }
/* 13533 */ .td-big-grid-post .td-module-thumb img {
/* 13534 */   max-width: none;
/* 13535 */ }
/* 13536 */ .td-big-grid-post .entry-thumb {
/* 13537 */   /* responsive landscape tablet */
/* 13538 */   /* responsive portrait tablet */
/* 13539 */   /* responsive portrait phone */
/* 13540 */ }
/* 13541 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13542 */   .td-big-grid-post .entry-thumb {
/* 13543 */     width: 100%;
/* 13544 */   }
/* 13545 */ }
/* 13546 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13547 */   .td-big-grid-post .entry-thumb {
/* 13548 */     width: 100%;
/* 13549 */   }
/* 13550 */ }

/* td_standard_pack_main.css */

/* 13551 */ @media (max-width: 767px) {
/* 13552 */   .td-big-grid-post .entry-thumb {
/* 13553 */     width: 100%;
/* 13554 */   }
/* 13555 */ }
/* 13556 */ .td-big-grid-post .td-module-thumb {
/* 13557 */   background-color: #e5e5e5;
/* 13558 */ }
/* 13559 */ .td-big-grid-post .td-post-author-name,
/* 13560 */ .td-big-grid-post .td-post-date {
/* 13561 */   top: 0;
/* 13562 */ }
/* 13563 */ .td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title {
/* 13564 */   /* responsive portrait phone */
/* 13565 */ }
/* 13566 */ @media (max-width: 767px) {
/* 13567 */   .td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title {
/* 13568 */     font-size: 16px !important;
/* 13569 */     line-height: 21px !important;
/* 13570 */   }
/* 13571 */ }
/* 13572 */ .td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
/* 13573 */ .td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title {
/* 13574 */   /* responsive portrait phone */
/* 13575 */ }
/* 13576 */ @media (max-width: 767px) {
/* 13577 */   .td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
/* 13578 */   .td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title {
/* 13579 */     font-size: 24px !important;
/* 13580 */     line-height: 30px !important;
/* 13581 */   }
/* 13582 */ }
/* 13583 */ .td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
/* 13584 */ .td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13585 */   /* responsive portrait phone */
/* 13586 */ }
/* 13587 */ @media (max-width: 767px) {
/* 13588 */   .td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
/* 13589 */   .td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13590 */     font-size: 70%;
/* 13591 */   }
/* 13592 */ }
/* 13593 */ .td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13594 */   /* responsive portrait phone */
/* 13595 */ }
/* 13596 */ @media (max-width: 767px) {
/* 13597 */   .td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
/* 13598 */     font-size: 60%;
/* 13599 */   }
/* 13600 */ }

/* td_standard_pack_main.css */

/* 13601 */ /* responsive portrait phone */
/* 13602 */ @media (max-width: 767px) {
/* 13603 */   .td_block_big_grid_1,
/* 13604 */   .td_block_big_grid_2,
/* 13605 */   .td_block_big_grid_3,
/* 13606 */   .td_block_big_grid_4,
/* 13607 */   .td_block_big_grid_5,
/* 13608 */   .td_block_big_grid_6,
/* 13609 */   .td_block_big_grid_7,
/* 13610 */   .td_block_big_grid_8,
/* 13611 */   .td_block_big_grid_9,
/* 13612 */   .td_block_big_grid_10,
/* 13613 */   .td_block_big_grid_11,
/* 13614 */   .td_block_big_grid_12 {
/* 13615 */     margin-left: -20px;
/* 13616 */     margin-right: -20px;
/* 13617 */   }
/* 13618 */ }
/* 13619 */ .vc_tta-tabs .td_block_big_grid_1,
/* 13620 */ .vc_tta-tabs .td_block_big_grid_2,
/* 13621 */ .vc_tta-tabs .td_block_big_grid_3,
/* 13622 */ .vc_tta-tabs .td_block_big_grid_4,
/* 13623 */ .vc_tta-tabs .td_block_big_grid_5,
/* 13624 */ .vc_tta-tabs .td_block_big_grid_6,
/* 13625 */ .vc_tta-tabs .td_block_big_grid_7,
/* 13626 */ .vc_tta-tabs .td_block_big_grid_8,
/* 13627 */ .vc_tta-tabs .td_block_big_grid_9,
/* 13628 */ .vc_tta-tabs .td_block_big_grid_10,
/* 13629 */ .vc_tta-tabs .td_block_big_grid_11,
/* 13630 */ .vc_tta-tabs .td_block_big_grid_12 {
/* 13631 */   /* responsive portrait phone */
/* 13632 */ }
/* 13633 */ @media (max-width: 767px) {
/* 13634 */   .vc_tta-tabs .td_block_big_grid_1,
/* 13635 */   .vc_tta-tabs .td_block_big_grid_2,
/* 13636 */   .vc_tta-tabs .td_block_big_grid_3,
/* 13637 */   .vc_tta-tabs .td_block_big_grid_4,
/* 13638 */   .vc_tta-tabs .td_block_big_grid_5,
/* 13639 */   .vc_tta-tabs .td_block_big_grid_6,
/* 13640 */   .vc_tta-tabs .td_block_big_grid_7,
/* 13641 */   .vc_tta-tabs .td_block_big_grid_8,
/* 13642 */   .vc_tta-tabs .td_block_big_grid_9,
/* 13643 */   .vc_tta-tabs .td_block_big_grid_10,
/* 13644 */   .vc_tta-tabs .td_block_big_grid_11,
/* 13645 */   .vc_tta-tabs .td_block_big_grid_12 {
/* 13646 */     margin-left: 0;
/* 13647 */     margin-right: 0;
/* 13648 */   }
/* 13649 */ }
/* 13650 */ .iosSlider.td_block_wrap {

/* td_standard_pack_main.css */

/* 13651 */   margin-bottom: 34px !important;
/* 13652 */ }
/* 13653 */ /*
/* 13654 *|
/* 13655 *|   scroll bar
/* 13656 *|
/* 13657 *|
/* 13658 *| */
/* 13659 */ .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
/* 13660 */   /* responsive portrait phone */
/* 13661 */ }
/* 13662 */ @media (max-width: 767px) {
/* 13663 */   .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
/* 13664 */     overflow-x: auto;
/* 13665 */     white-space: nowrap;
/* 13666 */     font-size: 0;
/* 13667 */     overflow-y: hidden;
/* 13668 */     padding-top: 3px;
/* 13669 */     z-index: 0;
/* 13670 */     -webkit-overflow-scrolling: touch;
/* 13671 */     transform: translate3d(0, 0, 0);
/* 13672 */   }
/* 13673 */   .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
/* 13674 */     margin-left: 3px;
/* 13675 */     margin-right: 0;
/* 13676 */     margin-bottom: 0;
/* 13677 */   }
/* 13678 */   .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post:first-child {
/* 13679 */     margin-left: 0;
/* 13680 */   }
/* 13681 */ }
/* 13682 */ .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
/* 13683 */   /* responsive portrait phone */
/* 13684 */ }
/* 13685 */ @media (max-width: 767px) {
/* 13686 */   .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
/* 13687 */     width: 100%;
/* 13688 */     height: 170px;
/* 13689 */   }
/* 13690 */ }
/* 13691 */ .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
/* 13692 */   /* responsive portrait phone */
/* 13693 */ }
/* 13694 */ @media (max-width: 767px) {
/* 13695 */   .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
/* 13696 */     display: inline-block;
/* 13697 */     white-space: normal;
/* 13698 */     float: none;
/* 13699 */     vertical-align: top;
/* 13700 */     width: 80%;

/* td_standard_pack_main.css */

/* 13701 */   }
/* 13702 */ }
/* 13703 */ .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post {
/* 13704 */   /* responsive portrait phone */
/* 13705 */ }
/* 13706 */ @media (max-width: 767px) {
/* 13707 */   .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post {
/* 13708 */     width: 100%;
/* 13709 */   }
/* 13710 */ }
/* 13711 */ /*
/* 13712 *|     Big grid 1
/* 13713 *|   */
/* 13714 */ .td_block_big_grid_1 .td-big-grid-post {
/* 13715 */   float: left;
/* 13716 */ }
/* 13717 */ .td_block_big_grid_1 .td-big-thumb {
/* 13718 */   margin-right: 3px;
/* 13719 */ }
/* 13720 */ .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
/* 13721 */   width: 532px;
/* 13722 */   height: 399px;
/* 13723 */   /* responsive landscape tablet */
/* 13724 */   /* responsive portrait tablet */
/* 13725 */   /* responsive portrait phone */
/* 13726 */ }
/* 13727 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13728 */   .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
/* 13729 */     width: 504px;
/* 13730 */     height: 355px;
/* 13731 */   }
/* 13732 */ }
/* 13733 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13734 */   .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
/* 13735 */     width: 374px;
/* 13736 */     height: 271px;
/* 13737 */   }
/* 13738 */ }
/* 13739 */ @media (max-width: 767px) {
/* 13740 */   .td_block_big_grid_1 .td-big-thumb .td-module-thumb {
/* 13741 */     width: 100%;
/* 13742 */     height: auto;
/* 13743 */   }
/* 13744 */ }
/* 13745 */ .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
/* 13746 */   width: 265px;
/* 13747 */   height: 198px;
/* 13748 */   /* responsive landscape tablet */
/* 13749 */   /* responsive portrait tablet */
/* 13750 */ }

/* td_standard_pack_main.css */

/* 13751 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13752 */   .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
/* 13753 */     width: 235px;
/* 13754 */     height: 176px;
/* 13755 */   }
/* 13756 */ }
/* 13757 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13758 */   .td_block_big_grid_1 .td-small-thumb .td-module-thumb {
/* 13759 */     width: 180px;
/* 13760 */     height: 134px;
/* 13761 */   }
/* 13762 */ }
/* 13763 */ .td_block_big_grid_1 .td-big-grid-post-0 {
/* 13764 */   /* responsive portrait phone */
/* 13765 */ }
/* 13766 */ @media (max-width: 767px) {
/* 13767 */   .td_block_big_grid_1 .td-big-grid-post-0 {
/* 13768 */     width: 100%;
/* 13769 */     float: none;
/* 13770 */   }
/* 13771 */ }
/* 13772 */ .td_block_big_grid_1 .td-big-grid-post-1,
/* 13773 */ .td_block_big_grid_1 .td-big-grid-post-3 {
/* 13774 */   margin-right: 3px;
/* 13775 */ }
/* 13776 */ .td_block_big_grid_1 .td-big-grid-post-1,
/* 13777 */ .td_block_big_grid_1 .td-big-grid-post-2 {
/* 13778 */   margin-bottom: 3px;
/* 13779 */ }
/* 13780 */ .td_block_big_grid_1.td-grid-style-5 .td-module-meta-info,
/* 13781 */ .td_block_big_grid_1.td-grid-style-6 .td-module-meta-info {
/* 13782 */   margin-left: 0;
/* 13783 */   margin-right: 0;
/* 13784 */   margin-bottom: 0;
/* 13785 */ }
/* 13786 */ .td_block_big_grid_1 .td-module-empty {
/* 13787 */   /* responsive portrait phone */
/* 13788 */ }
/* 13789 */ @media (max-width: 767px) {
/* 13790 */   .td_block_big_grid_1 .td-module-empty {
/* 13791 */     display: none !important;
/* 13792 */   }
/* 13793 */ }
/* 13794 */ .td_block_big_grid_1 .td-module-empty .td-module-thumb {
/* 13795 */   width: 265px;
/* 13796 */   height: 198px;
/* 13797 */   /* responsive landscape tablet */
/* 13798 */   /* responsive portrait tablet */
/* 13799 */ }
/* 13800 */ @media (min-width: 1019px) and (max-width: 1140px) {

/* td_standard_pack_main.css */

/* 13801 */   .td_block_big_grid_1 .td-module-empty .td-module-thumb {
/* 13802 */     width: 235px;
/* 13803 */     height: 176px;
/* 13804 */   }
/* 13805 */ }
/* 13806 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13807 */   .td_block_big_grid_1 .td-module-empty .td-module-thumb {
/* 13808 */     width: 180px;
/* 13809 */     height: 134px;
/* 13810 */   }
/* 13811 */ }
/* 13812 */ /*
/* 13813 *|   Big grid 2
/* 13814 *| */
/* 13815 */ .td_block_big_grid_2 .td-big-grid-post {
/* 13816 */   float: left;
/* 13817 */ }
/* 13818 */ .td_block_big_grid_2 .td-big-thumb {
/* 13819 */   margin-right: 3px;
/* 13820 */ }
/* 13821 */ .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
/* 13822 */   width: 741px;
/* 13823 */   height: 486px;
/* 13824 */   /* responsive landscape tablet */
/* 13825 */   /* responsive portrait tablet */
/* 13826 */   /* responsive portrait phone */
/* 13827 */ }
/* 13828 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13829 */   .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
/* 13830 */     width: 692px;
/* 13831 */     height: 426px;
/* 13832 */   }
/* 13833 */ }
/* 13834 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13835 */   .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
/* 13836 */     width: 515px;
/* 13837 */     height: 336px;
/* 13838 */   }
/* 13839 */ }
/* 13840 */ @media (max-width: 767px) {
/* 13841 */   .td_block_big_grid_2 .td-big-thumb .td-module-thumb {
/* 13842 */     width: 100%;
/* 13843 */     height: auto;
/* 13844 */   }
/* 13845 */ }
/* 13846 */ .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
/* 13847 */   width: 324px;
/* 13848 */   height: 160px;
/* 13849 */   /* responsive landscape tablet */
/* 13850 */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 13851 */   /* responsive portrait phone */
/* 13852 */ }
/* 13853 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13854 */   .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
/* 13855 */     width: 285px;
/* 13856 */     height: 140px;
/* 13857 */   }
/* 13858 */ }
/* 13859 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13860 */   .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
/* 13861 */     width: 222px;
/* 13862 */     height: 110px;
/* 13863 */   }
/* 13864 */ }
/* 13865 */ @media (max-width: 767px) {
/* 13866 */   .td_block_big_grid_2 .td-small-thumb .td-module-thumb {
/* 13867 */     height: 124px !important;
/* 13868 */   }
/* 13869 */ }
/* 13870 */ .td_block_big_grid_2 .td-big-grid-post-0 {
/* 13871 */   /* responsive portrait phone */
/* 13872 */ }
/* 13873 */ @media (max-width: 767px) {
/* 13874 */   .td_block_big_grid_2 .td-big-grid-post-0 {
/* 13875 */     width: 100%;
/* 13876 */     float: none;
/* 13877 */   }
/* 13878 */ }
/* 13879 */ .td_block_big_grid_2 .td-big-grid-post-1,
/* 13880 */ .td_block_big_grid_2 .td-big-grid-post-2 {
/* 13881 */   margin-bottom: 3px;
/* 13882 */ }
/* 13883 */ .td_block_big_grid_2.td-grid-style-5 .td-module-meta-info,
/* 13884 */ .td_block_big_grid_2.td-grid-style-6 .td-module-meta-info {
/* 13885 */   margin-left: 0;
/* 13886 */   margin-right: 0;
/* 13887 */   margin-bottom: 0;
/* 13888 */ }
/* 13889 */ .td_block_big_grid_2 .td-module-empty {
/* 13890 */   /* responsive portrait phone */
/* 13891 */ }
/* 13892 */ @media (max-width: 767px) {
/* 13893 */   .td_block_big_grid_2 .td-module-empty {
/* 13894 */     display: none !important;
/* 13895 */   }
/* 13896 */ }
/* 13897 */ .td_block_big_grid_2 .td-module-empty .td-module-thumb {
/* 13898 */   width: 324px;
/* 13899 */   height: 160px;
/* 13900 */   /* responsive landscape tablet */

/* td_standard_pack_main.css */

/* 13901 */   /* responsive portrait tablet */
/* 13902 */ }
/* 13903 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13904 */   .td_block_big_grid_2 .td-module-empty .td-module-thumb {
/* 13905 */     width: 285px;
/* 13906 */     height: 140px;
/* 13907 */   }
/* 13908 */ }
/* 13909 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13910 */   .td_block_big_grid_2 .td-module-empty .td-module-thumb {
/* 13911 */     width: 222px;
/* 13912 */     height: 110px;
/* 13913 */   }
/* 13914 */ }
/* 13915 */ /*
/* 13916 *|   Big grid 3
/* 13917 *| */
/* 13918 */ .td_block_big_grid_3 .td-big-grid-post {
/* 13919 */   float: left;
/* 13920 */ }
/* 13921 */ .td_block_big_grid_3 .td-big-thumb {
/* 13922 */   margin-right: 3px;
/* 13923 */ }
/* 13924 */ .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
/* 13925 */   width: 532px;
/* 13926 */   height: 462px;
/* 13927 */   /* responsive landscape tablet */
/* 13928 */   /* responsive portrait tablet */
/* 13929 */   /* responsive portrait phone */
/* 13930 */ }
/* 13931 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13932 */   .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
/* 13933 */     width: 488px;
/* 13934 */     height: 422px;
/* 13935 */   }
/* 13936 */ }
/* 13937 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13938 */   .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
/* 13939 */     width: 368px;
/* 13940 */     height: 318px;
/* 13941 */   }
/* 13942 */ }
/* 13943 */ @media (max-width: 767px) {
/* 13944 */   .td_block_big_grid_3 .td-big-thumb .td-module-thumb {
/* 13945 */     width: 100%;
/* 13946 */     height: auto;
/* 13947 */   }
/* 13948 */ }
/* 13949 */ .td_block_big_grid_3 .td-medium-thumb {
/* 13950 */   margin-bottom: 3px;

/* td_standard_pack_main.css */

/* 13951 */ }
/* 13952 */ .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
/* 13953 */   width: 533px;
/* 13954 */   height: 261px;
/* 13955 */   /* responsive landscape tablet */
/* 13956 */   /* responsive portrait tablet */
/* 13957 */   /* responsive portrait phone */
/* 13958 */   /* responsive portrait phone */
/* 13959 */ }
/* 13960 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13961 */   .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
/* 13962 */     height: 237px;
/* 13963 */     width: 489px;
/* 13964 */   }
/* 13965 */ }
/* 13966 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13967 */   .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
/* 13968 */     height: 179px;
/* 13969 */     width: 369px;
/* 13970 */   }
/* 13971 */ }
/* 13972 */ @media (min-width: 375px) and (max-width: 767px) {
/* 13973 */   .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
/* 13974 */     height: 140px !important;
/* 13975 */   }
/* 13976 */ }
/* 13977 */ @media (max-width: 374px) {
/* 13978 */   .td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
/* 13979 */     height: 124px !important;
/* 13980 */   }
/* 13981 */ }
/* 13982 */ .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
/* 13983 */   width: 265px;
/* 13984 */   height: 198px;
/* 13985 */   /* responsive landscape tablet */
/* 13986 */   /* responsive portrait tablet */
/* 13987 */   /* responsive portrait phone */
/* 13988 */   /* responsive portrait phone */
/* 13989 */ }
/* 13990 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 13991 */   .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
/* 13992 */     width: 243px;
/* 13993 */     height: 182px;
/* 13994 */   }
/* 13995 */ }
/* 13996 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 13997 */   .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
/* 13998 */     width: 183px;
/* 13999 */     height: 136px;
/* 14000 */   }

/* td_standard_pack_main.css */

/* 14001 */ }
/* 14002 */ @media (min-width: 375px) and (max-width: 767px) {
/* 14003 */   .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
/* 14004 */     height: 140px !important;
/* 14005 */   }
/* 14006 */ }
/* 14007 */ @media (max-width: 374px) {
/* 14008 */   .td_block_big_grid_3 .td-small-thumb .td-module-thumb {
/* 14009 */     height: 124px !important;
/* 14010 */   }
/* 14011 */ }
/* 14012 */ .td_block_big_grid_3 .td-big-grid-post-0 {
/* 14013 */   /* responsive portrait phone */
/* 14014 */ }
/* 14015 */ @media (max-width: 767px) {
/* 14016 */   .td_block_big_grid_3 .td-big-grid-post-0 {
/* 14017 */     width: 100%;
/* 14018 */     float: none;
/* 14019 */   }
/* 14020 */ }
/* 14021 */ .td_block_big_grid_3 .td-big-grid-post-3 {
/* 14022 */   margin-left: 3px;
/* 14023 */ }
/* 14024 */ .td_block_big_grid_3.td-grid-style-4 .td-post-category {
/* 14025 */   margin-bottom: 0;
/* 14026 */ }
/* 14027 */ .td_block_big_grid_3.td-grid-style-5 .td-module-meta-info,
/* 14028 */ .td_block_big_grid_3.td-grid-style-6 .td-module-meta-info {
/* 14029 */   margin-left: 0;
/* 14030 */   margin-right: 0;
/* 14031 */   margin-bottom: 0;
/* 14032 */ }
/* 14033 */ .td_block_big_grid_3 .td-module-empty {
/* 14034 */   /* responsive portrait phone */
/* 14035 */ }
/* 14036 */ @media (max-width: 767px) {
/* 14037 */   .td_block_big_grid_3 .td-module-empty {
/* 14038 */     display: none !important;
/* 14039 */   }
/* 14040 */ }
/* 14041 */ .td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
/* 14042 */   width: 533px;
/* 14043 */   height: 261px;
/* 14044 */   margin-bottom: 3px;
/* 14045 */   /* responsive landscape tablet */
/* 14046 */   /* responsive portrait tablet */
/* 14047 */ }
/* 14048 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14049 */   .td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
/* 14050 */     height: 237px;

/* td_standard_pack_main.css */

/* 14051 */     width: 489px;
/* 14052 */   }
/* 14053 */ }
/* 14054 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14055 */   .td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
/* 14056 */     height: 179px;
/* 14057 */     width: 369px;
/* 14058 */   }
/* 14059 */ }
/* 14060 */ .td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
/* 14061 */ .td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
/* 14062 */   width: 265px;
/* 14063 */   height: 198px;
/* 14064 */   /* responsive landscape tablet */
/* 14065 */   /* responsive portrait tablet */
/* 14066 */ }
/* 14067 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14068 */   .td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
/* 14069 */   .td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
/* 14070 */     width: 243px;
/* 14071 */     height: 182px;
/* 14072 */   }
/* 14073 */ }
/* 14074 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14075 */   .td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
/* 14076 */   .td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
/* 14077 */     width: 183px;
/* 14078 */     height: 136px;
/* 14079 */   }
/* 14080 */ }
/* 14081 */ /*
/* 14082 *|   Big grid 4
/* 14083 *| */
/* 14084 */ .td_block_big_grid_4 {
/* 14085 */   margin-right: -3px;
/* 14086 */   /* responsive portrait phone */
/* 14087 */ }
/* 14088 */ @media (max-width: 767px) {
/* 14089 */   .td_block_big_grid_4 {
/* 14090 */     margin-right: -20px;
/* 14091 */   }
/* 14092 */ }
/* 14093 */ .td_block_big_grid_4 .td-big-grid-post {
/* 14094 */   width: 50%;
/* 14095 */   float: left;
/* 14096 */   /* responsive portrait phone */
/* 14097 */ }
/* 14098 */ @media (max-width: 767px) {
/* 14099 */   .td_block_big_grid_4 .td-big-grid-post {
/* 14100 */     width: 100%;

/* td_standard_pack_main.css */

/* 14101 */     float: none;
/* 14102 */   }
/* 14103 */ }
/* 14104 */ .td_block_big_grid_4 .td-big-grid-post:first-child {
/* 14105 */   /* responsive portrait phone */
/* 14106 */ }
/* 14107 */ @media (max-width: 767px) {
/* 14108 */   .td_block_big_grid_4 .td-big-grid-post:first-child {
/* 14109 */     padding-bottom: 3px;
/* 14110 */   }
/* 14111 */ }
/* 14112 */ .td_block_big_grid_4 .td-module-thumb {
/* 14113 */   height: 399px;
/* 14114 */   /* responsive landscape tablet */
/* 14115 */   /* responsive portrait tablet */
/* 14116 */   /* responsive portrait phone */
/* 14117 */ }
/* 14118 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14119 */   .td_block_big_grid_4 .td-module-thumb {
/* 14120 */     height: 350px;
/* 14121 */   }
/* 14122 */ }
/* 14123 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14124 */   .td_block_big_grid_4 .td-module-thumb {
/* 14125 */     height: 280px;
/* 14126 */   }
/* 14127 */ }
/* 14128 */ @media (max-width: 767px) {
/* 14129 */   .td_block_big_grid_4 .td-module-thumb {
/* 14130 */     width: 100%;
/* 14131 */     height: 220px;
/* 14132 */   }
/* 14133 */ }
/* 14134 */ .td_block_big_grid_4 .td-big-thumb {
/* 14135 */   padding-right: 3px;
/* 14136 */   /* responsive portrait phone */
/* 14137 */ }
/* 14138 */ @media (max-width: 767px) {
/* 14139 */   .td_block_big_grid_4 .td-big-thumb {
/* 14140 */     padding-right: 0;
/* 14141 */   }
/* 14142 */ }
/* 14143 */ .td_block_big_grid_4.td-grid-style-1 .td-big-grid-meta,
/* 14144 */ .td_block_big_grid_4.td-grid-style-1 .td-module-meta-info {
/* 14145 */   /* responsive portrait phone */
/* 14146 */ }
/* 14147 */ @media (max-width: 767px) {
/* 14148 */   .td_block_big_grid_4.td-grid-style-1 .td-big-grid-meta,
/* 14149 */   .td_block_big_grid_4.td-grid-style-1 .td-module-meta-info {
/* 14150 */     margin-left: 12px;

/* td_standard_pack_main.css */

/* 14151 */   }
/* 14152 */ }
/* 14153 */ .td_block_big_grid_4.td-grid-style-5 .td-module-meta-info,
/* 14154 */ .td_block_big_grid_4.td-grid-style-6 .td-module-meta-info {
/* 14155 */   margin-left: 0;
/* 14156 */   margin-right: 0;
/* 14157 */   margin-bottom: 0;
/* 14158 */ }
/* 14159 */ .td_block_big_grid_4 .td-module-empty {
/* 14160 */   /* responsive portrait phone */
/* 14161 */ }
/* 14162 */ @media (max-width: 767px) {
/* 14163 */   .td_block_big_grid_4 .td-module-empty {
/* 14164 */     display: none !important;
/* 14165 */   }
/* 14166 */ }
/* 14167 */ /*
/* 14168 *|   Big grid 5
/* 14169 *| */
/* 14170 */ .td_block_big_grid_5 {
/* 14171 */   margin-right: -3px;
/* 14172 */   /* responsive portrait phone */
/* 14173 */ }
/* 14174 */ @media (max-width: 767px) {
/* 14175 */   .td_block_big_grid_5 {
/* 14176 */     margin-right: -20px;
/* 14177 */   }
/* 14178 */ }
/* 14179 */ .td_block_big_grid_5 .td-big-grid-post {
/* 14180 */   width: 33.33333333%;
/* 14181 */   float: left;
/* 14182 */   /* responsive portrait phone */
/* 14183 */ }
/* 14184 */ @media (max-width: 767px) {
/* 14185 */   .td_block_big_grid_5 .td-big-grid-post {
/* 14186 */     width: 100%;
/* 14187 */     float: none;
/* 14188 */     padding-top: 3px;
/* 14189 */   }
/* 14190 */ }
/* 14191 */ .td_block_big_grid_5 .td-big-grid-post:first-child {
/* 14192 */   /* responsive portrait phone */
/* 14193 */ }
/* 14194 */ @media (max-width: 767px) {
/* 14195 */   .td_block_big_grid_5 .td-big-grid-post:first-child {
/* 14196 */     padding-top: 0;
/* 14197 */   }
/* 14198 */ }
/* 14199 */ .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
/* 14200 */   height: 220px;

/* td_standard_pack_main.css */

/* 14201 */   /* responsive landscape tablet */
/* 14202 */   /* responsive portrait tablet */
/* 14203 */   /* responsive portrait phone */
/* 14204 */ }
/* 14205 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14206 */   .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
/* 14207 */     height: 200px;
/* 14208 */   }
/* 14209 */ }
/* 14210 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14211 */   .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
/* 14212 */     height: 148px;
/* 14213 */   }
/* 14214 */ }
/* 14215 */ @media (max-width: 767px) {
/* 14216 */   .td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
/* 14217 */     height: 168px;
/* 14218 */   }
/* 14219 */ }
/* 14220 */ .td_block_big_grid_5 .td-module-meta-info {
/* 14221 */   /* responsive portrait tablet */
/* 14222 */   /* responsive portrait phone */
/* 14223 */ }
/* 14224 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14225 */   .td_block_big_grid_5 .td-module-meta-info {
/* 14226 */     display: none;
/* 14227 */   }
/* 14228 */ }
/* 14229 */ @media (max-width: 767px) {
/* 14230 */   .td_block_big_grid_5 .td-module-meta-info {
/* 14231 */     display: none;
/* 14232 */   }
/* 14233 */ }
/* 14234 */ .td_block_big_grid_5 .td-module-thumb a:last-child:before {
/* 14235 */   height: 100%;
/* 14236 */ }
/* 14237 */ .td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
/* 14238 */ .td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
/* 14239 */ .td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
/* 14240 */   margin: 0 20px 11px;
/* 14241 */   /* responsive */
/* 14242 */ }
/* 14243 */ @media (max-width: 1018px) {
/* 14244 */   .td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
/* 14245 */   .td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
/* 14246 */   .td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
/* 14247 */     margin: 0 14px 11px;
/* 14248 */   }
/* 14249 */ }
/* 14250 */ .td_block_big_grid_5.td-grid-style-1 .entry-title,

/* td_standard_pack_main.css */

/* 14251 */ .td_block_big_grid_5.td-grid-style-2 .entry-title,
/* 14252 */ .td_block_big_grid_5.td-grid-style-3 .entry-title {
/* 14253 */   font-size: 20px;
/* 14254 */   line-height: 26px;
/* 14255 */   font-weight: 700;
/* 14256 */   /* responsive portrait phone */
/* 14257 */ }
/* 14258 */ @media (max-width: 767px) {
/* 14259 */   .td_block_big_grid_5.td-grid-style-1 .entry-title,
/* 14260 */   .td_block_big_grid_5.td-grid-style-2 .entry-title,
/* 14261 */   .td_block_big_grid_5.td-grid-style-3 .entry-title {
/* 14262 */     font-size: 22px !important;
/* 14263 */     line-height: 28px !important;
/* 14264 */     font-weight: 500;
/* 14265 */   }
/* 14266 */ }
/* 14267 */ .td_block_big_grid_5.td-grid-style-4 .td-module-meta-info {
/* 14268 */   display: none;
/* 14269 */ }
/* 14270 */ .td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
/* 14271 */   padding-right: 3px;
/* 14272 */   /* responsive portrait phone */
/* 14273 */ }
/* 14274 */ @media (max-width: 767px) {
/* 14275 */   .td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
/* 14276 */     padding-right: 0;
/* 14277 */   }
/* 14278 */ }
/* 14279 */ .td_block_big_grid_5.td-grid-style-5 .td-module-meta-info {
/* 14280 */   margin-left: 0;
/* 14281 */   margin-bottom: 0;
/* 14282 */ }
/* 14283 */ .td_block_big_grid_5.td-grid-style-5 .entry-title {
/* 14284 */   font-size: 20px;
/* 14285 */   line-height: 26px;
/* 14286 */   font-weight: 700;
/* 14287 */ }
/* 14288 */ .td_block_big_grid_5 .td-small-thumb {
/* 14289 */   padding-right: 3px;
/* 14290 */   /* responsive portrait phone */
/* 14291 */ }
/* 14292 */ @media (max-width: 767px) {
/* 14293 */   .td_block_big_grid_5 .td-small-thumb {
/* 14294 */     padding-right: 0;
/* 14295 */   }
/* 14296 */ }
/* 14297 */ .td_block_big_grid_5 .td-module-empty {
/* 14298 */   /* responsive portrait phone */
/* 14299 */ }
/* 14300 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 14301 */   .td_block_big_grid_5 .td-module-empty {
/* 14302 */     display: none !important;
/* 14303 */   }
/* 14304 */ }
/* 14305 */ .td_block_big_grid_5 .td-module-empty .td-module-thumb {
/* 14306 */   height: 220px;
/* 14307 */   /* responsive landscape tablet */
/* 14308 */   /* responsive portrait tablet */
/* 14309 */   /* responsive portrait phone */
/* 14310 */ }
/* 14311 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14312 */   .td_block_big_grid_5 .td-module-empty .td-module-thumb {
/* 14313 */     height: 200px;
/* 14314 */   }
/* 14315 */ }
/* 14316 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14317 */   .td_block_big_grid_5 .td-module-empty .td-module-thumb {
/* 14318 */     height: 148px;
/* 14319 */   }
/* 14320 */ }
/* 14321 */ @media (max-width: 767px) {
/* 14322 */   .td_block_big_grid_5 .td-module-empty .td-module-thumb {
/* 14323 */     height: 168px;
/* 14324 */   }
/* 14325 */ }
/* 14326 */ .td_block_big_grid_5 .td-module-empty.td-big-grid-post-1 {
/* 14327 */   padding-right: 3px;
/* 14328 */ }
/* 14329 */ .td_block_big_grid_5.td-grid-style-1 .td-video-play-ico,
/* 14330 */ .td_block_big_grid_5.td-grid-style-2 .td-video-play-ico,
/* 14331 */ .td_block_big_grid_5.td-grid-style-3 .td-video-play-ico {
/* 14332 */   top: 20px;
/* 14333 */   right: 20px;
/* 14334 */   left: auto;
/* 14335 */   transform: none;
/* 14336 */   -webkit-transform: none;
/* 14337 */ }
/* 14338 */ /*
/* 14339 *|   Big grid 6
/* 14340 *| */
/* 14341 */ .td_block_big_grid_6 {
/* 14342 */   margin-right: -2px;
/* 14343 */   /* responsive portrait phone */
/* 14344 */ }
/* 14345 */ @media (max-width: 767px) {
/* 14346 */   .td_block_big_grid_6 {
/* 14347 */     margin-right: -20px;
/* 14348 */   }
/* 14349 */ }
/* 14350 */ .td_block_big_grid_6 .td-big-grid-post-0,

/* td_standard_pack_main.css */

/* 14351 */ .td_block_big_grid_6 .td-big-grid-post-1 {
/* 14352 */   width: 50%;
/* 14353 */   float: left;
/* 14354 */   margin-bottom: 3px;
/* 14355 */   /* responsive portrait phone */
/* 14356 */ }
/* 14357 */ @media (max-width: 767px) {
/* 14358 */   .td_block_big_grid_6 .td-big-grid-post-0,
/* 14359 */   .td_block_big_grid_6 .td-big-grid-post-1 {
/* 14360 */     margin-bottom: 0;
/* 14361 */     margin-top: 3px;
/* 14362 */     width: 100%;
/* 14363 */     float: none;
/* 14364 */   }
/* 14365 */ }
/* 14366 */ .td_block_big_grid_6 .td-big-grid-post-0:first-child,
/* 14367 */ .td_block_big_grid_6 .td-big-grid-post-1:first-child {
/* 14368 */   /* responsive portrait phone */
/* 14369 */ }
/* 14370 */ @media (max-width: 767px) {
/* 14371 */   .td_block_big_grid_6 .td-big-grid-post-0:first-child,
/* 14372 */   .td_block_big_grid_6 .td-big-grid-post-1:first-child {
/* 14373 */     margin-top: 0;
/* 14374 */   }
/* 14375 */ }
/* 14376 */ .td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
/* 14377 */ .td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
/* 14378 */   padding-right: 3px;
/* 14379 */   /* responsive portrait phone */
/* 14380 */ }
/* 14381 */ @media (max-width: 767px) {
/* 14382 */   .td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
/* 14383 */   .td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
/* 14384 */     padding-right: 0;
/* 14385 */   }
/* 14386 */ }
/* 14387 */ .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
/* 14388 */ .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
/* 14389 */   height: 373px;
/* 14390 */   /* responsive landscape tablet */
/* 14391 */   /* responsive portrait tablet */
/* 14392 */   /* responsive portrait phone */
/* 14393 */ }
/* 14394 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14395 */   .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
/* 14396 */   .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
/* 14397 */     height: 360px;
/* 14398 */   }
/* 14399 */ }
/* 14400 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 14401 */   .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
/* 14402 */   .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
/* 14403 */     height: 280px;
/* 14404 */   }
/* 14405 */ }
/* 14406 */ @media (max-width: 767px) {
/* 14407 */   .td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
/* 14408 */   .td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
/* 14409 */     width: 100%;
/* 14410 */     height: 220px;
/* 14411 */   }
/* 14412 */ }
/* 14413 */ .td_block_big_grid_6 .td-big-grid-post-2,
/* 14414 */ .td_block_big_grid_6 .td-big-grid-post-3,
/* 14415 */ .td_block_big_grid_6 .td-big-grid-post-4,
/* 14416 */ .td_block_big_grid_6 .td-big-grid-post-5,
/* 14417 */ .td_block_big_grid_6 .td-big-grid-post-6 {
/* 14418 */   width: 20%;
/* 14419 */   float: left;
/* 14420 */ }
/* 14421 */ .td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
/* 14422 */ .td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
/* 14423 */ .td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
/* 14424 */ .td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
/* 14425 */ .td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
/* 14426 */   padding-right: 3px;
/* 14427 */   /* responsive portrait phone */
/* 14428 */ }
/* 14429 */ @media (max-width: 767px) {
/* 14430 */   .td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
/* 14431 */   .td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
/* 14432 */   .td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
/* 14433 */   .td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
/* 14434 */   .td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
/* 14435 */     padding-right: 0;
/* 14436 */   }
/* 14437 */ }
/* 14438 */ .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
/* 14439 */ .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
/* 14440 */ .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
/* 14441 */ .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
/* 14442 */ .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
/* 14443 */   height: 140px;
/* 14444 */   /* responsive landscape tablet */
/* 14445 */   /* responsive portrait tablet */
/* 14446 */   /* responsive portrait phone */
/* 14447 */ }
/* 14448 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14449 */   .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
/* 14450 */   .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,

/* td_standard_pack_main.css */

/* 14451 */   .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
/* 14452 */   .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
/* 14453 */   .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
/* 14454 */     height: 130px;
/* 14455 */   }
/* 14456 */ }
/* 14457 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14458 */   .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
/* 14459 */   .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
/* 14460 */   .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
/* 14461 */   .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
/* 14462 */   .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
/* 14463 */     height: 100px;
/* 14464 */   }
/* 14465 */ }
/* 14466 */ @media (max-width: 767px) {
/* 14467 */   .td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
/* 14468 */   .td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
/* 14469 */   .td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
/* 14470 */   .td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
/* 14471 */   .td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
/* 14472 */     height: auto;
/* 14473 */   }
/* 14474 */ }
/* 14475 */ .td_block_big_grid_6 .td-post-category {
/* 14476 */   vertical-align: bottom;
/* 14477 */ }
/* 14478 */ .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
/* 14479 */   /* responsive portrait tablet */
/* 14480 */ }
/* 14481 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14482 */   .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
/* 14483 */     margin: 0 0 0 14px;
/* 14484 */   }
/* 14485 */ }
/* 14486 */ .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info {
/* 14487 */   /* responsive portrait tablet */
/* 14488 */ }
/* 14489 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14490 */   .td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info {
/* 14491 */     margin: 7px 0 14px 14px;
/* 14492 */   }
/* 14493 */ }
/* 14494 */ .td_block_big_grid_6.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
/* 14495 */ .td_block_big_grid_6.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
/* 14496 */   background: #d17646;
/* 14497 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
/* 14498 */   background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 14499 */   background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 14500 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);

/* td_standard_pack_main.css */

/* 14501 */ }
/* 14502 */ .td_block_big_grid_6.td-grid-style-5 .td-module-meta-info {
/* 14503 */   margin-left: 0;
/* 14504 */   margin-right: 0;
/* 14505 */   margin-bottom: 0;
/* 14506 */ }
/* 14507 */ .td_block_big_grid_6 .td-module-empty.td-big-grid-post {
/* 14508 */   padding-right: 3px;
/* 14509 */   /* responsive portrait phone */
/* 14510 */ }
/* 14511 */ @media (max-width: 767px) {
/* 14512 */   .td_block_big_grid_6 .td-module-empty.td-big-grid-post {
/* 14513 */     display: none !important;
/* 14514 */   }
/* 14515 */ }
/* 14516 */ .td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
/* 14517 */   top: 20px;
/* 14518 */   right: 20px;
/* 14519 */   left: auto;
/* 14520 */   transform: none;
/* 14521 */   -webkit-transform: none;
/* 14522 */   /* responsive portrait tablet */
/* 14523 */ }
/* 14524 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14525 */   .td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
/* 14526 */     top: 10px;
/* 14527 */     right: 10px;
/* 14528 */   }
/* 14529 */ }
/* 14530 */ .td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
/* 14531 */ .td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
/* 14532 */ .td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
/* 14533 */ .td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
/* 14534 */   top: 20px;
/* 14535 */   right: 20px;
/* 14536 */   left: auto;
/* 14537 */   transform: none;
/* 14538 */   -webkit-transform: none;
/* 14539 */   /* responsive portrait tablet */
/* 14540 */ }
/* 14541 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14542 */   .td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
/* 14543 */   .td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
/* 14544 */   .td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
/* 14545 */   .td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
/* 14546 */     top: 10px;
/* 14547 */     right: 10px;
/* 14548 */   }
/* 14549 */ }
/* 14550 */ .td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {

/* td_standard_pack_main.css */

/* 14551 */   width: 30px;
/* 14552 */   height: 30px;
/* 14553 */   font-size: 30px;
/* 14554 */   /* responsive portrait tablet */
/* 14555 */ }
/* 14556 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14557 */   .td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {
/* 14558 */     width: 20px !important;
/* 14559 */     height: 20px !important;
/* 14560 */     font-size: 20px !important;
/* 14561 */   }
/* 14562 */ }
/* 14563 */ /*
/* 14564 *|   Big grid 7
/* 14565 *| */
/* 14566 */ .td_block_big_grid_7 {
/* 14567 */   margin-right: -12px;
/* 14568 */   /* responsive portrait phone */
/* 14569 */ }
/* 14570 */ @media (max-width: 767px) {
/* 14571 */   .td_block_big_grid_7 {
/* 14572 */     margin-right: -20px;
/* 14573 */   }
/* 14574 */ }
/* 14575 */ .td_block_big_grid_7 .td-big-grid-post-0,
/* 14576 */ .td_block_big_grid_7 .td-big-grid-post-1,
/* 14577 */ .td_block_big_grid_7 .td-big-grid-post-2 {
/* 14578 */   width: 33.33333333%;
/* 14579 */   float: left;
/* 14580 */   margin-bottom: 12px;
/* 14581 */   /* responsive portrait phone */
/* 14582 */ }
/* 14583 */ @media (max-width: 767px) {
/* 14584 */   .td_block_big_grid_7 .td-big-grid-post-0,
/* 14585 */   .td_block_big_grid_7 .td-big-grid-post-1,
/* 14586 */   .td_block_big_grid_7 .td-big-grid-post-2 {
/* 14587 */     margin-bottom: 0;
/* 14588 */     float: none;
/* 14589 */   }
/* 14590 */ }
/* 14591 */ .td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
/* 14592 */ .td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
/* 14593 */ .td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {
/* 14594 */   padding-right: 12px;
/* 14595 */   /* responsive portrait phone */
/* 14596 */ }
/* 14597 */ @media (max-width: 767px) {
/* 14598 */   .td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
/* 14599 */   .td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
/* 14600 */   .td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {

/* td_standard_pack_main.css */

/* 14601 */     padding-right: 0;
/* 14602 */   }
/* 14603 */ }
/* 14604 */ .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
/* 14605 */ .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
/* 14606 */ .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
/* 14607 */   height: 220px;
/* 14608 */   /* responsive landscape tablet */
/* 14609 */   /* responsive portrait tablet */
/* 14610 */   /* responsive portrait phone */
/* 14611 */ }
/* 14612 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14613 */   .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
/* 14614 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
/* 14615 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
/* 14616 */     height: 195px;
/* 14617 */   }
/* 14618 */ }
/* 14619 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14620 */   .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
/* 14621 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
/* 14622 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
/* 14623 */     height: 146px;
/* 14624 */   }
/* 14625 */ }
/* 14626 */ @media (max-width: 767px) {
/* 14627 */   .td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
/* 14628 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
/* 14629 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
/* 14630 */     height: 196px;
/* 14631 */   }
/* 14632 */ }
/* 14633 */ .td_block_big_grid_7 .td-big-grid-post-0 .td-module-meta-info,
/* 14634 */ .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
/* 14635 */ .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
/* 14636 */   /* responsive portrait tablet */
/* 14637 */ }
/* 14638 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14639 */   .td_block_big_grid_7 .td-big-grid-post-0 .td-module-meta-info,
/* 14640 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
/* 14641 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
/* 14642 */     display: none;
/* 14643 */   }
/* 14644 */ }
/* 14645 */ .td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
/* 14646 */ .td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
/* 14647 */ .td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
/* 14648 */   margin: 0 20px 11px;
/* 14649 */   /* responsive portrait tablet */
/* 14650 */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 14651 */ }
/* 14652 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14653 */   .td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
/* 14654 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
/* 14655 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
/* 14656 */     margin: 0 15px 11px;
/* 14657 */   }
/* 14658 */ }
/* 14659 */ @media (max-width: 767px) {
/* 14660 */   .td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
/* 14661 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
/* 14662 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
/* 14663 */     margin: 0 15px 11px;
/* 14664 */   }
/* 14665 */ }
/* 14666 */ .td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
/* 14667 */ .td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
/* 14668 */ .td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
/* 14669 */   font-size: 20px;
/* 14670 */   line-height: 26px;
/* 14671 */   font-weight: 700;
/* 14672 */   /* responsive portrait phone */
/* 14673 */ }
/* 14674 */ @media (max-width: 767px) {
/* 14675 */   .td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
/* 14676 */   .td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
/* 14677 */   .td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
/* 14678 */     font-weight: 500;
/* 14679 */   }
/* 14680 */ }
/* 14681 */ .td_block_big_grid_7 .td-big-grid-post-0 {
/* 14682 */   /* responsive portrait phone */
/* 14683 */ }
/* 14684 */ @media (max-width: 767px) {
/* 14685 */   .td_block_big_grid_7 .td-big-grid-post-0 {
/* 14686 */     width: 100%;
/* 14687 */   }
/* 14688 */ }
/* 14689 */ .td_block_big_grid_7 .td-big-grid-post-0 .entry-title {
/* 14690 */   /* responsive portrait phone */
/* 14691 */ }
/* 14692 */ @media (max-width: 767px) {
/* 14693 */   .td_block_big_grid_7 .td-big-grid-post-0 .entry-title {
/* 14694 */     font-size: 22px !important;
/* 14695 */     line-height: 28px !important;
/* 14696 */   }
/* 14697 */ }
/* 14698 */ .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
/* 14699 */ .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
/* 14700 */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 14701 */ }
/* 14702 */ @media (max-width: 767px) {
/* 14703 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
/* 14704 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
/* 14705 */     display: none;
/* 14706 */   }
/* 14707 */ }
/* 14708 */ .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
/* 14709 */ .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
/* 14710 */   /* responsive portrait phone */
/* 14711 */ }
/* 14712 */ @media (max-width: 767px) {
/* 14713 */   .td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
/* 14714 */   .td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
/* 14715 */     height: 150px !important;
/* 14716 */   }
/* 14717 */ }
/* 14718 */ .td_block_big_grid_7 .td-meta-info-container {
/* 14719 */   padding-right: 12px;
/* 14720 */   /* responsive portrait phone */
/* 14721 */ }
/* 14722 */ @media (max-width: 767px) {
/* 14723 */   .td_block_big_grid_7 .td-meta-info-container {
/* 14724 */     padding-right: 0;
/* 14725 */   }
/* 14726 */ }
/* 14727 */ .td_block_big_grid_7 .td-big-grid-post-3,
/* 14728 */ .td_block_big_grid_7 .td-big-grid-post-4,
/* 14729 */ .td_block_big_grid_7 .td-big-grid-post-5,
/* 14730 */ .td_block_big_grid_7 .td-big-grid-post-6 {
/* 14731 */   width: 25%;
/* 14732 */   float: left;
/* 14733 */ }
/* 14734 */ .td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
/* 14735 */ .td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
/* 14736 */ .td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
/* 14737 */ .td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
/* 14738 */   padding-right: 12px;
/* 14739 */   /* responsive portrait phone */
/* 14740 */ }
/* 14741 */ @media (max-width: 767px) {
/* 14742 */   .td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
/* 14743 */   .td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
/* 14744 */   .td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
/* 14745 */   .td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
/* 14746 */     padding-right: 0;
/* 14747 */   }
/* 14748 */ }
/* 14749 */ .td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
/* 14750 */ .td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,

/* td_standard_pack_main.css */

/* 14751 */ .td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
/* 14752 */ .td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
/* 14753 */   height: 175px;
/* 14754 */   /* responsive portrait tablet */
/* 14755 */   /* responsive portrait phone */
/* 14756 */ }
/* 14757 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14758 */   .td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
/* 14759 */   .td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
/* 14760 */   .td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
/* 14761 */   .td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
/* 14762 */     height: 124px;
/* 14763 */   }
/* 14764 */ }
/* 14765 */ @media (max-width: 767px) {
/* 14766 */   .td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
/* 14767 */   .td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
/* 14768 */   .td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
/* 14769 */   .td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
/* 14770 */     height: 150px !important;
/* 14771 */   }
/* 14772 */ }
/* 14773 */ .td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
/* 14774 */ .td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
/* 14775 */   background: #d760b7;
/* 14776 */   background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
/* 14777 */   background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
/* 14778 */   background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
/* 14779 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
/* 14780 */ }
/* 14781 */ .td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
/* 14782 */ .td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
/* 14783 */   background: #4db2ec;
/* 14784 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
/* 14785 */   background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 14786 */   background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 14787 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
/* 14788 */ }
/* 14789 */ .td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
/* 14790 */ .td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
/* 14791 */   background: #d17646;
/* 14792 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
/* 14793 */   background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 14794 */   background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 14795 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
/* 14796 */ }
/* 14797 */ .td_block_big_grid_7.td-grid-style-4 .td-module-meta-info {
/* 14798 */   display: none;
/* 14799 */ }
/* 14800 */ .td_block_big_grid_7.td-grid-style-4 .td-big-grid-meta {

/* td_standard_pack_main.css */

/* 14801 */   margin: 0;
/* 14802 */ }
/* 14803 */ .td_block_big_grid_7.td-grid-style-5 .td-module-meta-info {
/* 14804 */   margin-left: 0;
/* 14805 */   margin-right: 0;
/* 14806 */   margin-bottom: 0;
/* 14807 */ }
/* 14808 */ .td_block_big_grid_7.td-grid-style-5 .td-small-thumb .td-meta-info-container {
/* 14809 */   padding: 0 30px 0 18px;
/* 14810 */ }
/* 14811 */ .td_block_big_grid_7 .td-module-empty.td-big-grid-post {
/* 14812 */   padding-right: 12px;
/* 14813 */   /* responsive portrait phone */
/* 14814 */ }
/* 14815 */ @media (max-width: 767px) {
/* 14816 */   .td_block_big_grid_7 .td-module-empty.td-big-grid-post {
/* 14817 */     display: none !important;
/* 14818 */   }
/* 14819 */ }
/* 14820 */ .td_block_big_grid_7.td-grid-style-1 .td-video-play-ico,
/* 14821 */ .td_block_big_grid_7.td-grid-style-2 .td-video-play-ico,
/* 14822 */ .td_block_big_grid_7.td-grid-style-3 .td-video-play-ico,
/* 14823 */ .td_block_big_grid_7.td-grid-style-4 .td-video-play-ico {
/* 14824 */   top: 20px;
/* 14825 */   right: 20px;
/* 14826 */   left: auto;
/* 14827 */   transform: none;
/* 14828 */   -webkit-transform: none;
/* 14829 */ }
/* 14830 */ /*
/* 14831 *|   Big grid 8
/* 14832 *| */
/* 14833 */ .td_block_big_grid_8 .td-grid-columns {
/* 14834 */   width: 33.33333333%;
/* 14835 */   float: left;
/* 14836 */   /* responsive portrait phone */
/* 14837 */ }
/* 14838 */ @media (max-width: 767px) {
/* 14839 */   .td_block_big_grid_8 .td-grid-columns {
/* 14840 */     display: inline;
/* 14841 */     float: none;
/* 14842 */     width: 100%;
/* 14843 */   }
/* 14844 */ }
/* 14845 */ .td_block_big_grid_8 .td-meta-info-container {
/* 14846 */   /* responsive portrait phone */
/* 14847 */ }
/* 14848 */ @media (max-width: 767px) {
/* 14849 */   .td_block_big_grid_8 .td-meta-info-container {
/* 14850 */     width: 100% !important;

/* td_standard_pack_main.css */

/* 14851 */   }
/* 14852 */ }
/* 14853 */ .td_block_big_grid_8 .td-module-meta-info {
/* 14854 */   /* responsive portrait phone */
/* 14855 */ }
/* 14856 */ @media (max-width: 767px) {
/* 14857 */   .td_block_big_grid_8 .td-module-meta-info {
/* 14858 */     display: none;
/* 14859 */   }
/* 14860 */ }
/* 14861 */ .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post {
/* 14862 */   /* responsive portrait phone */
/* 14863 */ }
/* 14864 */ @media (max-width: 767px) {
/* 14865 */   .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post {
/* 14866 */     padding-top: 3px;
/* 14867 */   }
/* 14868 */ }
/* 14869 */ .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post:first-child {
/* 14870 */   /* responsive portrait phone */
/* 14871 */ }
/* 14872 */ @media (max-width: 767px) {
/* 14873 */   .td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post:first-child {
/* 14874 */     padding-top: 0;
/* 14875 */   }
/* 14876 */ }
/* 14877 */ .td_block_big_grid_8 .td-big-grid-scroll.td-scroll-full .td-grid-columns {
/* 14878 */   /* responsive portrait phone */
/* 14879 */ }
/* 14880 */ @media (max-width: 767px) {
/* 14881 */   .td_block_big_grid_8 .td-big-grid-scroll.td-scroll-full .td-grid-columns {
/* 14882 */     padding-left: 0;
/* 14883 */   }
/* 14884 */ }
/* 14885 */ .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns {
/* 14886 */   /* responsive portrait phone */
/* 14887 */ }
/* 14888 */ @media (max-width: 767px) {
/* 14889 */   .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns {
/* 14890 */     padding-left: 3px;
/* 14891 */   }
/* 14892 */ }
/* 14893 */ .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns:first-child {
/* 14894 */   /* responsive portrait phone */
/* 14895 */ }
/* 14896 */ @media (max-width: 767px) {
/* 14897 */   .td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns:first-child {
/* 14898 */     padding-left: 0;
/* 14899 */   }
/* 14900 */ }

/* td_standard_pack_main.css */

/* 14901 */ .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
/* 14902 */ .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
/* 14903 */ .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
/* 14904 */ .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
/* 14905 */ .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
/* 14906 */   height: 182px;
/* 14907 */   /* responsive landscape tablet */
/* 14908 */   /* responsive portrait tablet */
/* 14909 */ }
/* 14910 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14911 */   .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
/* 14912 */   .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
/* 14913 */   .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
/* 14914 */   .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
/* 14915 */   .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
/* 14916 */     height: 167px;
/* 14917 */   }
/* 14918 */ }
/* 14919 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 14920 */   .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
/* 14921 */   .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
/* 14922 */   .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
/* 14923 */   .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
/* 14924 */   .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
/* 14925 */     height: 125px;
/* 14926 */   }
/* 14927 */ }
/* 14928 */ .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
/* 14929 */ .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb {
/* 14930 */   /* responsive portrait phone */
/* 14931 */ }
/* 14932 */ @media (max-width: 767px) {
/* 14933 */   .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
/* 14934 */   .td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb {
/* 14935 */     height: 198px !important;
/* 14936 */   }
/* 14937 */ }
/* 14938 */ .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
/* 14939 */ .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
/* 14940 */   height: 364px;
/* 14941 */   /* responsive landscape tablet */
/* 14942 */   /* responsive portrait tablet */
/* 14943 */ }
/* 14944 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 14945 */   .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
/* 14946 */   .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
/* 14947 */     height: 334px;
/* 14948 */   }
/* 14949 */ }
/* 14950 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 14951 */   .td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
/* 14952 */   .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
/* 14953 */     height: 250px;
/* 14954 */   }
/* 14955 */ }
/* 14956 */ .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
/* 14957 */ .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
/* 14958 */ .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
/* 14959 */ .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb,
/* 14960 */ .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
/* 14961 */   /* responsive portrait phone */
/* 14962 */ }
/* 14963 */ @media (max-width: 767px) {
/* 14964 */   .td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
/* 14965 */   .td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
/* 14966 */   .td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
/* 14967 */   .td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb,
/* 14968 */   .td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
/* 14969 */     height: 156px !important;
/* 14970 */   }
/* 14971 */ }
/* 14972 */ .td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
/* 14973 */   display: none;
/* 14974 */ }
/* 14975 */ .td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
/* 14976 */   margin: 0 20px 14px;
/* 14977 */   /* responsive portrait phone */
/* 14978 */ }
/* 14979 */ @media (max-width: 767px) {
/* 14980 */   .td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
/* 14981 */     margin: 0 15px 14px;
/* 14982 */   }
/* 14983 */ }
/* 14984 */ .td_block_big_grid_8.td-grid-style-2 .td-meta-info-container,
/* 14985 */ .td_block_big_grid_8.td-grid-style-3 .td-meta-info-container {
/* 14986 */   bottom: auto;
/* 14987 */   top: 0;
/* 14988 */ }
/* 14989 */ .td_block_big_grid_8.td-grid-style-2 .td-small-thumb .td-big-grid-meta,
/* 14990 */ .td_block_big_grid_8.td-grid-style-3 .td-small-thumb .td-big-grid-meta {
/* 14991 */   margin-top: 20px;
/* 14992 */ }
/* 14993 */ .td_block_big_grid_8.td-grid-style-4 .td-small-thumb .td-big-grid-meta {
/* 14994 */   margin: 0;
/* 14995 */ }
/* 14996 */ .td_block_big_grid_8.td-grid-style-4 .td-meta-info-container {
/* 14997 */   width: 80%;
/* 14998 */ }
/* 14999 */ .td_block_big_grid_8.td-grid-style-5 .td-module-meta-info {
/* 15000 */   margin-left: 0;

/* td_standard_pack_main.css */

/* 15001 */   margin-right: 0;
/* 15002 */   margin-bottom: 0;
/* 15003 */ }
/* 15004 */ .td_block_big_grid_8.td-grid-style-2 .td-meta-info-container {
/* 15005 */   margin-top: 0;
/* 15006 */ }
/* 15007 */ .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
/* 15008 */ .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
/* 15009 */   background: rgba(244, 208, 63, 0.97);
/* 15010 */   background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244, 208, 63, 0.97)), color-stop(100%, #f27a35));
/* 15011 */   background: -webkit-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
/* 15012 */   background: linear-gradient(135deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
/* 15013 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
/* 15014 */ }
/* 15015 */ .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
/* 15016 */ .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
/* 15017 */   background: #d17646;
/* 15018 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
/* 15019 */   background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 15020 */   background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
/* 15021 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
/* 15022 */ }
/* 15023 */ .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
/* 15024 */ .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
/* 15025 */   background: #d760b7;
/* 15026 */   background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
/* 15027 */   background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
/* 15028 */   background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
/* 15029 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
/* 15030 */ }
/* 15031 */ .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
/* 15032 */ .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
/* 15033 */   background: #4db2ec;
/* 15034 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
/* 15035 */   background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 15036 */   background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 15037 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
/* 15038 */ }
/* 15039 */ .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
/* 15040 */ .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
/* 15041 */   background: #4db2ec;
/* 15042 */   background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
/* 15043 */   background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 15044 */   background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
/* 15045 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
/* 15046 */ }
/* 15047 */ .td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
/* 15048 */ .td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
/* 15049 */   background: #b0b43b;
/* 15050 */   background: -webkit-gradient(left top, right bottom, color-stop(0%, #b0b43b), color-stop(100%, rgba(145, 96, 81, 0.97)));

/* td_standard_pack_main.css */

/* 15051 */   background: -webkit-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
/* 15052 */   background: linear-gradient(135deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
/* 15053 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b43b', endColorstr='#916051', GradientType=1);
/* 15054 */ }
/* 15055 */ .td_block_big_grid_8 .td-module-empty {
/* 15056 */   /* responsive portrait phone */
/* 15057 */ }
/* 15058 */ @media (max-width: 767px) {
/* 15059 */   .td_block_big_grid_8 .td-module-empty {
/* 15060 */     display: none !important;
/* 15061 */   }
/* 15062 */ }
/* 15063 */ .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
/* 15064 */   height: 364px;
/* 15065 */   /* responsive landscape tablet */
/* 15066 */   /* responsive portrait tablet */
/* 15067 */ }
/* 15068 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 15069 */   .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
/* 15070 */     height: 334px;
/* 15071 */   }
/* 15072 */ }
/* 15073 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15074 */   .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
/* 15075 */     height: 250px;
/* 15076 */   }
/* 15077 */ }
/* 15078 */ .td_block_big_grid_8 .td-module-empty.td-big-grid-post-2 {
/* 15079 */   opacity: 0.9;
/* 15080 */ }
/* 15081 */ .td_block_big_grid_8 .td-module-empty.td-big-grid-post-3 {
/* 15082 */   opacity: 0.8;
/* 15083 */ }
/* 15084 */ .td_block_big_grid_8 .td-module-empty.td-big-grid-post-4 {
/* 15085 */   opacity: 0.7;
/* 15086 */ }
/* 15087 */ .td_block_big_grid_8 .td-module-empty.td-big-grid-post-5 {
/* 15088 */   opacity: 0.7;
/* 15089 */ }
/* 15090 */ .td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 {
/* 15091 */   opacity: 0.8;
/* 15092 */ }
/* 15093 */ .td_block_big_grid_8.td-grid-style-1 .td-big-grid-meta {
/* 15094 */   /* responsive portrait phone */
/* 15095 */ }
/* 15096 */ @media (max-width: 767px) {
/* 15097 */   .td_block_big_grid_8.td-grid-style-1 .td-big-grid-meta {
/* 15098 */     margin: 0 15px 13px !important;
/* 15099 */   }
/* 15100 */ }

/* td_standard_pack_main.css */

/* 15101 */ .td_block_big_grid_8.td-grid-style-1 .td-big-thumb .td-video-play-ico {
/* 15102 */   top: 20px;
/* 15103 */   right: 20px;
/* 15104 */   left: auto;
/* 15105 */   transform: none;
/* 15106 */   -webkit-transform: none;
/* 15107 */ }
/* 15108 */ .td_block_big_grid_8.td-grid-style-2 .td-video-play-ico,
/* 15109 */ .td_block_big_grid_8.td-grid-style-3 .td-video-play-ico {
/* 15110 */   top: auto;
/* 15111 */   bottom: 20px;
/* 15112 */   right: 20px;
/* 15113 */   left: auto;
/* 15114 */   transform: none;
/* 15115 */   -webkit-transform: none;
/* 15116 */ }
/* 15117 */ .td_block_big_grid_8.td-grid-style-4 .td-video-play-ico {
/* 15118 */   top: 20px;
/* 15119 */   right: 20px;
/* 15120 */   left: auto;
/* 15121 */   transform: none;
/* 15122 */   -webkit-transform: none;
/* 15123 */ }
/* 15124 */ .td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-0 .entry-title,
/* 15125 */ .td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-6 .entry-title {
/* 15126 */   font-size: 30px;
/* 15127 */   line-height: 36px;
/* 15128 */ }
/* 15129 */ /*
/* 15130 *|   Big grid 9
/* 15131 *| */
/* 15132 */ .td_block_big_grid_9 .td-big-grid-post {
/* 15133 */   width: 25%;
/* 15134 */   float: left;
/* 15135 */   /* responsive portrait phone */
/* 15136 */   /* responsive portrait phone */
/* 15137 */ }
/* 15138 */ @media (max-width: 767px) {
/* 15139 */   .td_block_big_grid_9 .td-big-grid-post {
/* 15140 */     width: 50%;
/* 15141 */     margin-bottom: 2px;
/* 15142 */   }
/* 15143 */ }
/* 15144 */ @media (max-width: 600px) {
/* 15145 */   .td_block_big_grid_9 .td-big-grid-post {
/* 15146 */     width: 100%;
/* 15147 */   }
/* 15148 */ }
/* 15149 */ .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
/* 15150 */ .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {

/* td_standard_pack_main.css */

/* 15151 */   /* responsive portrait phone */
/* 15152 */   /* responsive portrait phone */
/* 15153 */ }
/* 15154 */ @media (max-width: 767px) {
/* 15155 */   .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
/* 15156 */   .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
/* 15157 */     margin-right: 2px;
/* 15158 */   }
/* 15159 */ }
/* 15160 */ @media (max-width: 600px) {
/* 15161 */   .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
/* 15162 */   .td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
/* 15163 */     margin-right: 0;
/* 15164 */   }
/* 15165 */ }
/* 15166 */ .td_block_big_grid_9 .td-big-grid-post .entry-title {
/* 15167 */   font-size: 21px;
/* 15168 */   line-height: 24px;
/* 15169 */   font-weight: bold;
/* 15170 */ }
/* 15171 */ .td_block_big_grid_9 .td-big-grid-post .td-post-category {
/* 15172 */   font-size: 10px;
/* 15173 */   padding: 2px 6px;
/* 15174 */   line-height: 13px;
/* 15175 */   margin-bottom: 10px;
/* 15176 */   /* responsive portrait tablet */
/* 15177 */ }
/* 15178 */ @media (max-width: 1018px) {
/* 15179 */   .td_block_big_grid_9 .td-big-grid-post .td-post-category {
/* 15180 */     margin-bottom: 7px;
/* 15181 */   }
/* 15182 */ }
/* 15183 */ .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
/* 15184 */   margin-right: 2px;
/* 15185 */   height: 364px;
/* 15186 */   /* responsive landscape tablet */
/* 15187 */   /* responsive portrait tablet */
/* 15188 */   /* responsive portrait phone */
/* 15189 */ }
/* 15190 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 15191 */   .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
/* 15192 */     height: 330px;
/* 15193 */   }
/* 15194 */ }
/* 15195 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15196 */   .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
/* 15197 */     height: 250px;
/* 15198 */   }
/* 15199 */ }
/* 15200 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 15201 */   .td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
/* 15202 */     height: 140px;
/* 15203 */     margin-right: 0;
/* 15204 */   }
/* 15205 */ }
/* 15206 */ .td_block_big_grid_9 .td-big-grid-post:last-child .td-module-thumb {
/* 15207 */   margin-right: 0;
/* 15208 */ }
/* 15209 */ .td_block_big_grid_9 .td-big-grid-post .entry-thumb {
/* 15210 */   margin: 0 auto;
/* 15211 */   position: absolute;
/* 15212 */   left: -9999px;
/* 15213 */   right: -9999px;
/* 15214 */   width: auto;
/* 15215 */   /* responsive landscape tablet */
/* 15216 */   /* responsive portrait phone */
/* 15217 */ }
/* 15218 */ @media (max-width: 1140px) {
/* 15219 */   .td_block_big_grid_9 .td-big-grid-post .entry-thumb {
/* 15220 */     height: 100%;
/* 15221 */   }
/* 15222 */ }
/* 15223 */ @media (max-width: 767px) {
/* 15224 */   .td_block_big_grid_9 .td-big-grid-post .entry-thumb {
/* 15225 */     height: auto;
/* 15226 */     width: 100%;
/* 15227 */     top: -30px;
/* 15228 */   }
/* 15229 */ }
/* 15230 */ .td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
/* 15231 */   top: 20px;
/* 15232 */   right: 20px;
/* 15233 */   left: auto;
/* 15234 */   transform: none;
/* 15235 */   -webkit-transform: none;
/* 15236 */   width: 30px;
/* 15237 */   height: 30px;
/* 15238 */   font-size: 30px;
/* 15239 */   /* responsive portrait phone */
/* 15240 */ }
/* 15241 */ @media (max-width: 767px) {
/* 15242 */   .td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
/* 15243 */     top: 10px;
/* 15244 */     right: 10px;
/* 15245 */   }
/* 15246 */ }
/* 15247 */ .td_block_big_grid_9 .td-post-author-name {
/* 15248 */   /* responsive portrait tablet */
/* 15249 */ }
/* 15250 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 15251 */   .td_block_big_grid_9 .td-post-author-name {
/* 15252 */     display: none;
/* 15253 */   }
/* 15254 */ }
/* 15255 */ .td_block_big_grid_9 .td_module_mx_empty {
/* 15256 */   /* responsive portrait phone */
/* 15257 */ }
/* 15258 */ @media (max-width: 767px) {
/* 15259 */   .td_block_big_grid_9 .td_module_mx_empty {
/* 15260 */     display: none;
/* 15261 */   }
/* 15262 */ }
/* 15263 */ .td_block_big_grid_9.td-grid-style-1 .td-post-category {
/* 15264 */   background-color: var(--td_theme_color, #4db2ec);
/* 15265 */ }
/* 15266 */ .td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
/* 15267 */ .td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
/* 15268 */ .td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
/* 15269 */   margin-bottom: 11px;
/* 15270 */   margin-right: 20px;
/* 15271 */   width: auto;
/* 15272 */   /* responsive portrait tablet */
/* 15273 */   /* responsive portrait phone */
/* 15274 */ }
/* 15275 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15276 */   .td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
/* 15277 */   .td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
/* 15278 */   .td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
/* 15279 */     margin-bottom: 8px;
/* 15280 */     margin-left: 10px;
/* 15281 */     margin-right: 8px;
/* 15282 */   }
/* 15283 */ }
/* 15284 */ @media (max-width: 767px) {
/* 15285 */   .td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
/* 15286 */   .td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
/* 15287 */   .td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
/* 15288 */     margin-bottom: 7px;
/* 15289 */   }
/* 15290 */ }
/* 15291 */ .td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
/* 15292 */ .td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
/* 15293 */ .td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
/* 15294 */   /* responsive portrait tablet */
/* 15295 */   /* responsive portrait phone */
/* 15296 */ }
/* 15297 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15298 */   .td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
/* 15299 */   .td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
/* 15300 */   .td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {

/* td_standard_pack_main.css */

/* 15301 */     margin-top: 8px;
/* 15302 */     margin-left: 10px;
/* 15303 */   }
/* 15304 */ }
/* 15305 */ @media (max-width: 767px) {
/* 15306 */   .td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
/* 15307 */   .td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
/* 15308 */   .td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
/* 15309 */     margin-bottom: 15px;
/* 15310 */     margin-top: 7px;
/* 15311 */     margin-left: 15px;
/* 15312 */   }
/* 15313 */ }
/* 15314 */ .td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
/* 15315 */   margin-right: 2px;
/* 15316 */   /* responsive portrait phone */
/* 15317 */ }
/* 15318 */ @media (max-width: 767px) {
/* 15319 */   .td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
/* 15320 */     margin-right: 0;
/* 15321 */   }
/* 15322 */ }
/* 15323 */ .td_block_big_grid_9.td-grid-style-4 .td-big-grid-post:last-child .td-big-grid-meta {
/* 15324 */   margin-right: 0;
/* 15325 */ }
/* 15326 */ .td_block_big_grid_9.td-grid-style-4 .td-module-meta-info {
/* 15327 */   margin: 0;
/* 15328 */   padding-left: 11px;
/* 15329 */   padding-right: 11px;
/* 15330 */ }
/* 15331 */ .td_block_big_grid_9.td-grid-style-4 .td-post-category {
/* 15332 */   padding-left: 11px;
/* 15333 */   padding-right: 11px;
/* 15334 */   margin-bottom: 0;
/* 15335 */ }
/* 15336 */ .td_block_big_grid_9.td-grid-style-5 .td-module-meta-info {
/* 15337 */   margin-left: 0;
/* 15338 */   margin-bottom: 0;
/* 15339 */ }
/* 15340 */ .td_block_big_grid_9.td-grid-style-5 .td-meta-info-container {
/* 15341 */   padding: 0 10%;
/* 15342 */ }
/* 15343 */ .td_block_big_grid_9.td-grid-style-5 .td-post-category {
/* 15344 */   padding: 2px 7px;
/* 15345 */   background-color: var(--td_theme_color, #4db2ec);
/* 15346 */ }
/* 15347 */ /*
/* 15348 *|   Big grid 10
/* 15349 *| */
/* 15350 */ .td_block_big_grid_10 .td-big-grid-post {

/* td_standard_pack_main.css */

/* 15351 */   float: left;
/* 15352 */   padding-right: 2px;
/* 15353 */   /* responsive portrait phone */
/* 15354 */ }
/* 15355 */ @media (max-width: 767px) {
/* 15356 */   .td_block_big_grid_10 .td-big-grid-post {
/* 15357 */     padding-right: 0;
/* 15358 */     margin-bottom: 2px;
/* 15359 */   }
/* 15360 */ }
/* 15361 */ .td_block_big_grid_10 .td-big-grid-post:last-child {
/* 15362 */   padding-right: 0;
/* 15363 */ }
/* 15364 */ .td_block_big_grid_10 .td-big-grid-post .entry-title {
/* 15365 */   /* responsive portrait phone */
/* 15366 */ }
/* 15367 */ @media (max-width: 767px) {
/* 15368 */   .td_block_big_grid_10 .td-big-grid-post .entry-title {
/* 15369 */     font-size: 16px !important;
/* 15370 */     line-height: 21px !important;
/* 15371 */   }
/* 15372 */ }
/* 15373 */ .td_block_big_grid_10 .td-big-grid-post .td-post-category {
/* 15374 */   margin-bottom: 10px;
/* 15375 */   /* responsive portrait tablet */
/* 15376 */ }
/* 15377 */ @media (max-width: 1018px) {
/* 15378 */   .td_block_big_grid_10 .td-big-grid-post .td-post-category {
/* 15379 */     margin-bottom: 7px;
/* 15380 */   }
/* 15381 */ }
/* 15382 */ .td_block_big_grid_10 .td-module-thumb {
/* 15383 */   height: 350px;
/* 15384 */   /* responsive landscape tablet */
/* 15385 */   /* responsive portrait tablet */
/* 15386 */   /* responsive portrait phone */
/* 15387 */ }
/* 15388 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 15389 */   .td_block_big_grid_10 .td-module-thumb {
/* 15390 */     height: 300px;
/* 15391 */   }
/* 15392 */ }
/* 15393 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15394 */   .td_block_big_grid_10 .td-module-thumb {
/* 15395 */     height: 250px;
/* 15396 */   }
/* 15397 */ }
/* 15398 */ @media (max-width: 767px) {
/* 15399 */   .td_block_big_grid_10 .td-module-thumb {
/* 15400 */     height: 140px;

/* td_standard_pack_main.css */

/* 15401 */     margin-right: 0;
/* 15402 */   }
/* 15403 */ }
/* 15404 */ .td_block_big_grid_10 .entry-thumb {
/* 15405 */   margin: 0 auto;
/* 15406 */   position: absolute;
/* 15407 */   left: -9999px;
/* 15408 */   right: -9999px;
/* 15409 */   width: auto;
/* 15410 */   /* responsive portrait phone */
/* 15411 */ }
/* 15412 */ @media (max-width: 767px) {
/* 15413 */   .td_block_big_grid_10 .entry-thumb {
/* 15414 */     width: 100%;
/* 15415 */     top: -30px;
/* 15416 */   }
/* 15417 */ }
/* 15418 */ .td_block_big_grid_10 .td-post-author-name {
/* 15419 */   /* responsive portrait tablet */
/* 15420 */ }
/* 15421 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15422 */   .td_block_big_grid_10 .td-post-author-name {
/* 15423 */     display: none;
/* 15424 */   }
/* 15425 */ }
/* 15426 */ .td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
/* 15427 */   top: 20px;
/* 15428 */   right: 20px;
/* 15429 */   left: auto;
/* 15430 */   transform: none;
/* 15431 */   -webkit-transform: none;
/* 15432 */   width: 30px;
/* 15433 */   height: 30px;
/* 15434 */   font-size: 30px;
/* 15435 */   /* responsive portrait phone */
/* 15436 */ }
/* 15437 */ @media (max-width: 767px) {
/* 15438 */   .td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
/* 15439 */     top: 10px;
/* 15440 */     right: 10px;
/* 15441 */   }
/* 15442 */ }
/* 15443 */ .td_block_big_grid_10 .td-big-grid-post-0 {
/* 15444 */   width: 50%;
/* 15445 */ }
/* 15446 */ .td_block_big_grid_10 .td-big-grid-post-1,
/* 15447 */ .td_block_big_grid_10 .td-big-grid-post-2 {
/* 15448 */   width: 25%;
/* 15449 */ }
/* 15450 */ .td_block_big_grid_10 .td-big-grid-post {

/* td_standard_pack_main.css */

/* 15451 */   /* responsive portrait phone */
/* 15452 */ }
/* 15453 */ @media (max-width: 767px) {
/* 15454 */   .td_block_big_grid_10 .td-big-grid-post {
/* 15455 */     width: 100%;
/* 15456 */   }
/* 15457 */ }
/* 15458 */ .td_block_big_grid_10 .td_module_mx_empty {
/* 15459 */   /* responsive portrait phone */
/* 15460 */ }
/* 15461 */ @media (max-width: 767px) {
/* 15462 */   .td_block_big_grid_10 .td_module_mx_empty {
/* 15463 */     display: none;
/* 15464 */   }
/* 15465 */ }
/* 15466 */ .td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
/* 15467 */ .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
/* 15468 */ .td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
/* 15469 */   margin-bottom: 11px;
/* 15470 */   margin-right: 20px;
/* 15471 */   width: auto;
/* 15472 */   /* responsive portrait tablet */
/* 15473 */   /* responsive portrait phone */
/* 15474 */ }
/* 15475 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15476 */   .td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
/* 15477 */   .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
/* 15478 */   .td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
/* 15479 */     margin-bottom: 8px;
/* 15480 */     margin-left: 10px;
/* 15481 */     margin-right: 8px;
/* 15482 */   }
/* 15483 */ }
/* 15484 */ @media (max-width: 767px) {
/* 15485 */   .td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
/* 15486 */   .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
/* 15487 */   .td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
/* 15488 */     margin-bottom: 7px;
/* 15489 */   }
/* 15490 */ }
/* 15491 */ .td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
/* 15492 */ .td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
/* 15493 */ .td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
/* 15494 */   /* responsive portrait tablet */
/* 15495 */   /* responsive portrait phone */
/* 15496 */ }
/* 15497 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15498 */   .td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
/* 15499 */   .td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
/* 15500 */   .td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {

/* td_standard_pack_main.css */

/* 15501 */     margin-top: 8px;
/* 15502 */     margin-left: 10px;
/* 15503 */   }
/* 15504 */ }
/* 15505 */ @media (max-width: 767px) {
/* 15506 */   .td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
/* 15507 */   .td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
/* 15508 */   .td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
/* 15509 */     margin-bottom: 15px;
/* 15510 */     margin-top: 7px;
/* 15511 */     margin-left: 15px;
/* 15512 */   }
/* 15513 */ }
/* 15514 */ .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container,
/* 15515 */ .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-meta-info-container {
/* 15516 */   /* responsive portrait phone */
/* 15517 */ }
/* 15518 */ @media (max-width: 767px) {
/* 15519 */   .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container,
/* 15520 */   .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-meta-info-container {
/* 15521 */     position: absolute;
/* 15522 */     top: auto;
/* 15523 */     bottom: 0;
/* 15524 */   }
/* 15525 */ }
/* 15526 */ .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-big-grid-meta,
/* 15527 */ .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-big-grid-meta,
/* 15528 */ .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-module-meta-info,
/* 15529 */ .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-module-meta-info {
/* 15530 */   /* responsive portrait phone */
/* 15531 */ }
/* 15532 */ @media (max-width: 767px) {
/* 15533 */   .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-big-grid-meta,
/* 15534 */   .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-big-grid-meta,
/* 15535 */   .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-module-meta-info,
/* 15536 */   .td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-module-meta-info {
/* 15537 */     position: static;
/* 15538 */   }
/* 15539 */ }
/* 15540 */ .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta {
/* 15541 */   /* responsive portrait tablet */
/* 15542 */ }
/* 15543 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15544 */   .td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta {
/* 15545 */     margin-top: 13px;
/* 15546 */   }
/* 15547 */ }
/* 15548 */ .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container {
/* 15549 */   /* responsive portrait phone */
/* 15550 */ }

/* td_standard_pack_main.css */

/* 15551 */ @media (max-width: 767px) {
/* 15552 */   .td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container {
/* 15553 */     top: 0;
/* 15554 */     bottom: auto;
/* 15555 */   }
/* 15556 */ }
/* 15557 */ .td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
/* 15558 */   width: 100%;
/* 15559 */   padding-right: 2px;
/* 15560 */   /* responsive portrait phone */
/* 15561 */ }
/* 15562 */ @media (max-width: 767px) {
/* 15563 */   .td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
/* 15564 */     padding-right: 0;
/* 15565 */   }
/* 15566 */ }
/* 15567 */ .td_block_big_grid_10.td-grid-style-4 .td-big-grid-post:last-child .td-meta-info-container {
/* 15568 */   padding-right: 0;
/* 15569 */ }
/* 15570 */ .td_block_big_grid_10.td-grid-style-4 .td-module-meta-info {
/* 15571 */   margin: 0;
/* 15572 */ }
/* 15573 */ .td_block_big_grid_10.td-grid-style-4 .td-post-category {
/* 15574 */   margin-bottom: 0;
/* 15575 */ }
/* 15576 */ .td_block_big_grid_10.td-grid-style-5 .td-post-author-name {
/* 15577 */   display: none;
/* 15578 */ }
/* 15579 */ .td_block_big_grid_10.td-grid-style-5 .td-module-meta-info {
/* 15580 */   margin-left: 0;
/* 15581 */   margin-bottom: 0;
/* 15582 */ }
/* 15583 */ .td_block_big_grid_10.td-grid-style-5 .td-meta-info-container {
/* 15584 */   padding: 0 10%;
/* 15585 */ }
/* 15586 */ /*
/* 15587 *|   Big grid 11
/* 15588 *| */
/* 15589 */ .td_block_big_grid_11 .td-big-grid-post {
/* 15590 */   float: left;
/* 15591 */   padding-right: 2px;
/* 15592 */ }
/* 15593 */ .td_block_big_grid_11 .td-big-grid-post .entry-title {
/* 15594 */   font-size: 21px;
/* 15595 */   line-height: 24px;
/* 15596 */   font-weight: 500;
/* 15597 */ }
/* 15598 */ .td_block_big_grid_11 .td-big-grid-post .td-post-category {
/* 15599 */   margin-bottom: 10px;
/* 15600 */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 15601 */ }
/* 15602 */ @media (max-width: 1018px) {
/* 15603 */   .td_block_big_grid_11 .td-big-grid-post .td-post-category {
/* 15604 */     margin-bottom: 7px;
/* 15605 */   }
/* 15606 */ }
/* 15607 */ .td_block_big_grid_11 .entry-thumb {
/* 15608 */   margin: 0 auto;
/* 15609 */   position: absolute;
/* 15610 */   left: -9999px;
/* 15611 */   right: -9999px;
/* 15612 */   width: auto;
/* 15613 */   /* responsive portrait phone */
/* 15614 */ }
/* 15615 */ @media (max-width: 767px) {
/* 15616 */   .td_block_big_grid_11 .entry-thumb {
/* 15617 */     width: 100%;
/* 15618 */   }
/* 15619 */ }
/* 15620 */ .td_block_big_grid_11 .td-post-author-name {
/* 15621 */   /* responsive portrait tablet */
/* 15622 */ }
/* 15623 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15624 */   .td_block_big_grid_11 .td-post-author-name {
/* 15625 */     display: none;
/* 15626 */   }
/* 15627 */ }
/* 15628 */ .td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
/* 15629 */   top: 20px;
/* 15630 */   right: 20px;
/* 15631 */   left: auto;
/* 15632 */   transform: none;
/* 15633 */   -webkit-transform: none;
/* 15634 */   width: 30px;
/* 15635 */   height: 30px;
/* 15636 */   font-size: 30px;
/* 15637 */   /* responsive portrait phone */
/* 15638 */ }
/* 15639 */ @media (max-width: 767px) {
/* 15640 */   .td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
/* 15641 */     top: 10px;
/* 15642 */     right: 10px;
/* 15643 */   }
/* 15644 */ }
/* 15645 */ .td_block_big_grid_11 .td_module_mx15 {
/* 15646 */   width: 30%;
/* 15647 */   /* responsive portrait phone */
/* 15648 */ }
/* 15649 */ @media (max-width: 767px) {
/* 15650 */   .td_block_big_grid_11 .td_module_mx15 {

/* td_standard_pack_main.css */

/* 15651 */     width: 50%;
/* 15652 */   }
/* 15653 */ }
/* 15654 */ .td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
/* 15655 */   height: 360px;
/* 15656 */   /* responsive portrait tablet */
/* 15657 */   /* responsive portrait phone */
/* 15658 */ }
/* 15659 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15660 */   .td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
/* 15661 */     height: 282px;
/* 15662 */   }
/* 15663 */ }
/* 15664 */ @media (max-width: 767px) {
/* 15665 */   .td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
/* 15666 */     height: 150px;
/* 15667 */   }
/* 15668 */ }
/* 15669 */ .td_block_big_grid_11 .td_module_mx15 .td-meta-align {
/* 15670 */   padding-right: 2px;
/* 15671 */ }
/* 15672 */ .td_block_big_grid_11 .td_module_mx11 {
/* 15673 */   width: 40%;
/* 15674 */   padding-right: 0;
/* 15675 */   /* responsive portrait phone */
/* 15676 */ }
/* 15677 */ @media (max-width: 767px) {
/* 15678 */   .td_block_big_grid_11 .td_module_mx11 {
/* 15679 */     width: 50%;
/* 15680 */     padding-right: 2px;
/* 15681 */   }
/* 15682 */ }
/* 15683 */ .td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
/* 15684 */   height: 179px;
/* 15685 */   /* responsive portrait tablet */
/* 15686 */   /* responsive portrait phone */
/* 15687 */ }
/* 15688 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15689 */   .td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
/* 15690 */     height: 140px;
/* 15691 */   }
/* 15692 */ }
/* 15693 */ @media (max-width: 767px) {
/* 15694 */   .td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
/* 15695 */     height: 150px;
/* 15696 */   }
/* 15697 */ }
/* 15698 */ .td_block_big_grid_11 .td_module_mx11 .entry-thumb {
/* 15699 */   /* responsive portrait phone */
/* 15700 */ }

/* td_standard_pack_main.css */

/* 15701 */ @media (max-width: 630px) {
/* 15702 */   .td_block_big_grid_11 .td_module_mx11 .entry-thumb {
/* 15703 */     height: 100%;
/* 15704 */     width: auto;
/* 15705 */   }
/* 15706 */ }
/* 15707 */ .td_block_big_grid_11 .td-module-meta-info {
/* 15708 */   /* responsive portrait phone */
/* 15709 */ }
/* 15710 */ @media (max-width: 767px) {
/* 15711 */   .td_block_big_grid_11 .td-module-meta-info {
/* 15712 */     display: none;
/* 15713 */   }
/* 15714 */ }
/* 15715 */ .td_block_big_grid_11 .td-big-grid-post-1 {
/* 15716 */   /* responsive portrait phone */
/* 15717 */ }
/* 15718 */ @media (max-width: 767px) {
/* 15719 */   .td_block_big_grid_11 .td-big-grid-post-1 {
/* 15720 */     padding-right: 0;
/* 15721 */   }
/* 15722 */ }
/* 15723 */ .td_block_big_grid_11 .td-big-grid-post-2 .td-module-thumb {
/* 15724 */   /* responsive portrait phone */
/* 15725 */ }
/* 15726 */ @media (max-width: 767px) {
/* 15727 */   .td_block_big_grid_11 .td-big-grid-post-2 .td-module-thumb {
/* 15728 */     margin-top: 2px;
/* 15729 */   }
/* 15730 */ }
/* 15731 */ .td_block_big_grid_11 .td-big-grid-post-3 {
/* 15732 */   /* responsive portrait phone */
/* 15733 */ }
/* 15734 */ @media (max-width: 767px) {
/* 15735 */   .td_block_big_grid_11 .td-big-grid-post-3 {
/* 15736 */     padding-right: 0;
/* 15737 */   }
/* 15738 */ }
/* 15739 */ .td_block_big_grid_11 .td-big-grid-post-3 .td-module-thumb {
/* 15740 */   margin-top: 2px;
/* 15741 */ }
/* 15742 */ .td_block_big_grid_11 .td_module_mx_empty {
/* 15743 */   /* responsive portrait phone */
/* 15744 */ }
/* 15745 */ @media (max-width: 767px) {
/* 15746 */   .td_block_big_grid_11 .td_module_mx_empty {
/* 15747 */     display: none;
/* 15748 */   }
/* 15749 */ }
/* 15750 */ .td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,

/* td_standard_pack_main.css */

/* 15751 */ .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
/* 15752 */ .td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
/* 15753 */   margin-bottom: 11px;
/* 15754 */   margin-right: 20px;
/* 15755 */   width: auto;
/* 15756 */   /* responsive portrait tablet */
/* 15757 */   /* responsive portrait phone */
/* 15758 */ }
/* 15759 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15760 */   .td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
/* 15761 */   .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
/* 15762 */   .td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
/* 15763 */     margin-bottom: 8px;
/* 15764 */     margin-left: 10px;
/* 15765 */     margin-right: 8px;
/* 15766 */   }
/* 15767 */ }
/* 15768 */ @media (max-width: 767px) {
/* 15769 */   .td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
/* 15770 */   .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
/* 15771 */   .td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
/* 15772 */     margin-bottom: 10px;
/* 15773 */   }
/* 15774 */ }
/* 15775 */ .td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
/* 15776 */ .td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
/* 15777 */ .td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
/* 15778 */   /* responsive portrait tablet */
/* 15779 */   /* responsive portrait phone */
/* 15780 */ }
/* 15781 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15782 */   .td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
/* 15783 */   .td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
/* 15784 */   .td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
/* 15785 */     margin-top: 8px;
/* 15786 */     margin-left: 10px;
/* 15787 */   }
/* 15788 */ }
/* 15789 */ @media (max-width: 767px) {
/* 15790 */   .td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
/* 15791 */   .td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
/* 15792 */   .td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
/* 15793 */     margin-bottom: 15px;
/* 15794 */     margin-top: 7px;
/* 15795 */     margin-left: 15px;
/* 15796 */   }
/* 15797 */ }
/* 15798 */ .td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
/* 15799 */ .td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
/* 15800 */ .td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {

/* td_standard_pack_main.css */

/* 15801 */   margin-bottom: 16px;
/* 15802 */   /* responsive portrait phone */
/* 15803 */ }
/* 15804 */ @media (max-width: 767px) {
/* 15805 */   .td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
/* 15806 */   .td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
/* 15807 */   .td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
/* 15808 */     margin-bottom: 10px;
/* 15809 */   }
/* 15810 */ }
/* 15811 */ .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta {
/* 15812 */   /* responsive portrait tablet */
/* 15813 */ }
/* 15814 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15815 */   .td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta {
/* 15816 */     margin-top: 13px;
/* 15817 */   }
/* 15818 */ }
/* 15819 */ .td_block_big_grid_11.td-grid-style-4 .td-meta-info-container {
/* 15820 */   width: 100%;
/* 15821 */ }
/* 15822 */ .td_block_big_grid_11.td-grid-style-4 .td-module-meta-info {
/* 15823 */   margin: 0;
/* 15824 */   padding-left: 11px;
/* 15825 */   padding-right: 11px;
/* 15826 */ }
/* 15827 */ .td_block_big_grid_11.td-grid-style-4 .td-post-category {
/* 15828 */   padding-left: 11px;
/* 15829 */   padding-right: 11px;
/* 15830 */   margin-bottom: 0;
/* 15831 */ }
/* 15832 */ .td_block_big_grid_11.td-grid-style-5 .td-post-author-name {
/* 15833 */   display: none;
/* 15834 */ }
/* 15835 */ .td_block_big_grid_11.td-grid-style-5 .td-module-meta-info {
/* 15836 */   margin-left: 0;
/* 15837 */   margin-bottom: 0;
/* 15838 */ }
/* 15839 */ .td_block_big_grid_11.td-grid-style-5 .td-meta-info-container {
/* 15840 */   padding: 0 10%;
/* 15841 */ }
/* 15842 */ .td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-0 .entry-title,
/* 15843 */ .td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-1 .entry-title {
/* 15844 */   font-size: 26px;
/* 15845 */   line-height: 30px;
/* 15846 */ }
/* 15847 */ .td_block_big_grid_11.td-grid-style-6 .entry-title {
/* 15848 */   /* responsive portrait phone */
/* 15849 */ }
/* 15850 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 15851 */   .td_block_big_grid_11.td-grid-style-6 .entry-title {
/* 15852 */     font-size: 13px !important;
/* 15853 */     line-height: 15px !important;
/* 15854 */   }
/* 15855 */ }
/* 15856 */ /*
/* 15857 *|   Big grid 12
/* 15858 *| */
/* 15859 */ .td_block_big_grid_12 .td-big-grid-post {
/* 15860 */   float: left;
/* 15861 */ }
/* 15862 */ .td_block_big_grid_12 .td-big-grid-post .td-post-category {
/* 15863 */   margin-bottom: 10px;
/* 15864 */   /* responsive portrait tablet */
/* 15865 */ }
/* 15866 */ @media (max-width: 1018px) {
/* 15867 */   .td_block_big_grid_12 .td-big-grid-post .td-post-category {
/* 15868 */     margin-bottom: 7px;
/* 15869 */   }
/* 15870 */ }
/* 15871 */ .td_block_big_grid_12 .entry-thumb {
/* 15872 */   margin: 0 auto;
/* 15873 */   position: absolute;
/* 15874 */   left: -9999px;
/* 15875 */   right: -9999px;
/* 15876 */   width: auto;
/* 15877 */   /* responsive portrait phone */
/* 15878 */ }
/* 15879 */ @media (max-width: 767px) {
/* 15880 */   .td_block_big_grid_12 .entry-thumb {
/* 15881 */     width: 100%;
/* 15882 */   }
/* 15883 */ }
/* 15884 */ .td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
/* 15885 */   top: 20px;
/* 15886 */   right: 20px;
/* 15887 */   left: auto;
/* 15888 */   transform: none;
/* 15889 */   -webkit-transform: none;
/* 15890 */   width: 30px;
/* 15891 */   height: 30px;
/* 15892 */   font-size: 30px;
/* 15893 */   /* responsive portrait phone */
/* 15894 */ }
/* 15895 */ @media (max-width: 767px) {
/* 15896 */   .td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
/* 15897 */     top: 10px;
/* 15898 */     right: 10px;
/* 15899 */   }
/* 15900 */ }

/* td_standard_pack_main.css */

/* 15901 */ .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
/* 15902 */   margin-top: 11px;
/* 15903 */   /* responsive portrait phone */
/* 15904 */ }
/* 15905 */ @media (max-width: 767px) {
/* 15906 */   .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
/* 15907 */     margin-top: 2px;
/* 15908 */     margin-left: 2px;
/* 15909 */   }
/* 15910 */ }
/* 15911 */ .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-meta-info-container {
/* 15912 */   /* responsive portrait phone */
/* 15913 */ }
/* 15914 */ @media (max-width: 767px) {
/* 15915 */   .td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-meta-info-container {
/* 15916 */     margin-left: 2px;
/* 15917 */   }
/* 15918 */ }
/* 15919 */ .td_block_big_grid_12 .td_module_mx5 {
/* 15920 */   width: 51%;
/* 15921 */   padding-right: 11px;
/* 15922 */   /* responsive portrait phone */
/* 15923 */ }
/* 15924 */ @media (max-width: 767px) {
/* 15925 */   .td_block_big_grid_12 .td_module_mx5 {
/* 15926 */     width: 100%;
/* 15927 */     padding-right: 0;
/* 15928 */   }
/* 15929 */ }
/* 15930 */ .td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
/* 15931 */   height: 451px;
/* 15932 */   /* responsive portrait tablet */
/* 15933 */   /* responsive portrait phone */
/* 15934 */ }
/* 15935 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15936 */   .td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
/* 15937 */     height: 291px;
/* 15938 */   }
/* 15939 */ }
/* 15940 */ @media (max-width: 767px) {
/* 15941 */   .td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
/* 15942 */     height: 240px;
/* 15943 */   }
/* 15944 */ }
/* 15945 */ .td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {
/* 15946 */   padding-right: 11px;
/* 15947 */   /* responsive portrait phone */
/* 15948 */ }
/* 15949 */ @media (max-width: 767px) {
/* 15950 */   .td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {

/* td_standard_pack_main.css */

/* 15951 */     padding-right: 0;
/* 15952 */   }
/* 15953 */ }
/* 15954 */ .td_block_big_grid_12 .td-big-grid-post-1,
/* 15955 */ .td_block_big_grid_12 .td-big-grid-post-2 {
/* 15956 */   width: 49%;
/* 15957 */   /* responsive portrait phone */
/* 15958 */ }
/* 15959 */ @media (max-width: 767px) {
/* 15960 */   .td_block_big_grid_12 .td-big-grid-post-1,
/* 15961 */   .td_block_big_grid_12 .td-big-grid-post-2 {
/* 15962 */     width: 50%;
/* 15963 */   }
/* 15964 */ }
/* 15965 */ .td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
/* 15966 */ .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
/* 15967 */   height: 220px;
/* 15968 */   /* responsive portrait tablet */
/* 15969 */   /* responsive portrait phone */
/* 15970 */ }
/* 15971 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 15972 */   .td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
/* 15973 */   .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
/* 15974 */     height: 140px;
/* 15975 */   }
/* 15976 */ }
/* 15977 */ @media (max-width: 767px) {
/* 15978 */   .td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
/* 15979 */   .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
/* 15980 */     height: 150px;
/* 15981 */     margin-top: 2px;
/* 15982 */   }
/* 15983 */ }
/* 15984 */ .td_block_big_grid_12 .td-big-grid-post-1 .entry-thumb,
/* 15985 */ .td_block_big_grid_12 .td-big-grid-post-2 .entry-thumb {
/* 15986 */   /* responsive portrait phone */
/* 15987 */ }
/* 15988 */ @media (max-width: 630px) {
/* 15989 */   .td_block_big_grid_12 .td-big-grid-post-1 .entry-thumb,
/* 15990 */   .td_block_big_grid_12 .td-big-grid-post-2 .entry-thumb {
/* 15991 */     height: 100%;
/* 15992 */     width: auto;
/* 15993 */   }
/* 15994 */ }
/* 15995 */ .td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {
/* 15996 */   margin-top: 11px;
/* 15997 */   /* responsive portrait phone */
/* 15998 */ }
/* 15999 */ @media (max-width: 767px) {
/* 16000 */   .td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {

/* td_standard_pack_main.css */

/* 16001 */     margin-top: 0;
/* 16002 */   }
/* 16003 */ }
/* 16004 */ .td_block_big_grid_12 .td_module_mx_empty {
/* 16005 */   /* responsive portrait phone */
/* 16006 */ }
/* 16007 */ @media (max-width: 767px) {
/* 16008 */   .td_block_big_grid_12 .td_module_mx_empty {
/* 16009 */     display: none;
/* 16010 */   }
/* 16011 */ }
/* 16012 */ .td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
/* 16013 */ .td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
/* 16014 */ .td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
/* 16015 */   margin-bottom: 11px;
/* 16016 */   margin-right: 20px;
/* 16017 */   width: auto;
/* 16018 */   /* responsive portrait tablet */
/* 16019 */   /* responsive portrait phone */
/* 16020 */ }
/* 16021 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16022 */   .td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
/* 16023 */   .td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
/* 16024 */   .td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
/* 16025 */     margin-bottom: 8px;
/* 16026 */     margin-left: 10px;
/* 16027 */     margin-right: 20px;
/* 16028 */   }
/* 16029 */ }
/* 16030 */ @media (max-width: 767px) {
/* 16031 */   .td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
/* 16032 */   .td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
/* 16033 */   .td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
/* 16034 */     margin-bottom: 10px;
/* 16035 */   }
/* 16036 */ }
/* 16037 */ .td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
/* 16038 */ .td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
/* 16039 */ .td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
/* 16040 */   /* responsive portrait tablet */
/* 16041 */   /* responsive portrait phone */
/* 16042 */ }
/* 16043 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16044 */   .td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
/* 16045 */   .td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
/* 16046 */   .td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
/* 16047 */     margin-top: 8px;
/* 16048 */     margin-left: 10px;
/* 16049 */   }
/* 16050 */ }

/* td_standard_pack_main.css */

/* 16051 */ @media (max-width: 767px) {
/* 16052 */   .td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
/* 16053 */   .td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
/* 16054 */   .td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
/* 16055 */     margin-bottom: 15px;
/* 16056 */     margin-top: 7px;
/* 16057 */     margin-left: 15px;
/* 16058 */   }
/* 16059 */ }
/* 16060 */ .td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
/* 16061 */ .td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
/* 16062 */ .td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
/* 16063 */   margin-bottom: 16px;
/* 16064 */   /* responsive portrait tablet */
/* 16065 */   /* responsive portrait phone */
/* 16066 */ }
/* 16067 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16068 */   .td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
/* 16069 */   .td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
/* 16070 */   .td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
/* 16071 */     margin-bottom: 6px;
/* 16072 */   }
/* 16073 */ }
/* 16074 */ @media (max-width: 767px) {
/* 16075 */   .td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
/* 16076 */   .td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
/* 16077 */   .td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
/* 16078 */     margin-bottom: 10px;
/* 16079 */   }
/* 16080 */ }
/* 16081 */ .td_block_big_grid_12.td-grid-style-4 .td-meta-info-container {
/* 16082 */   width: 100%;
/* 16083 */ }
/* 16084 */ .td_block_big_grid_12.td-grid-style-4 .td-module-meta-info {
/* 16085 */   margin: 0;
/* 16086 */   padding-left: 11px;
/* 16087 */   padding-right: 11px;
/* 16088 */ }
/* 16089 */ .td_block_big_grid_12.td-grid-style-4 .td-post-category {
/* 16090 */   padding-left: 11px;
/* 16091 */   padding-right: 11px;
/* 16092 */   margin-bottom: 0;
/* 16093 */ }
/* 16094 */ .td_block_big_grid_12.td-grid-style-5 .td-post-author-name {
/* 16095 */   display: none;
/* 16096 */ }
/* 16097 */ .td_block_big_grid_12.td-grid-style-5 .td-module-meta-info {
/* 16098 */   margin-left: 0;
/* 16099 */   margin-bottom: 0;
/* 16100 */ }

/* td_standard_pack_main.css */

/* 16101 */ .td_block_big_grid_12.td-grid-style-5 .td-meta-info-container {
/* 16102 */   padding: 0 10%;
/* 16103 */ }
/* 16104 */ .td_block_big_grid_12.td-grid-style-6 .td-medium-thumb .entry-title {
/* 16105 */   /* responsive portrait phone */
/* 16106 */ }
/* 16107 */ @media (max-width: 767px) {
/* 16108 */   .td_block_big_grid_12.td-grid-style-6 .td-medium-thumb .entry-title {
/* 16109 */     font-size: 13px !important;
/* 16110 */     line-height: 15px !important;
/* 16111 */   }
/* 16112 */ }
/* 16113 */ /*
/* 16114 *|   Big grids full
/* 16115 *| */
/* 16116 */ .td-big-grids-fl {
/* 16117 */   /* responsive portrait phone */
/* 16118 */ }
/* 16119 */ .td-big-grids-fl .td-big-grid-post {
/* 16120 */   position: relative;
/* 16121 */   height: 0;
/* 16122 */ }
/* 16123 */ .td-big-grids-fl .td_module_wrap {
/* 16124 */   padding-bottom: 0;
/* 16125 */ }
/* 16126 */ .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
/* 16127 */   /* tablet + desktop */
/* 16128 */   /* landscape tablet + desktop */
/* 16129 */   /* responsive portrait tablet */
/* 16130 */ }
/* 16131 */ @media (min-width: 767px) {
/* 16132 */   .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
/* 16133 */     border-style: solid;
/* 16134 */     border-color: transparent;
/* 16135 */   }
/* 16136 */ }
/* 16137 */ @media (min-width: 1018px) {
/* 16138 */   .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
/* 16139 */     border-width: 0 6px;
/* 16140 */   }
/* 16141 */ }
/* 16142 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16143 */   .td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
/* 16144 */     border-width: 0 2px;
/* 16145 */   }
/* 16146 */ }
/* 16147 */ .td-big-grids-fl .td-module-image,
/* 16148 */ .td-big-grids-fl .td-module-empty .td-module-thumb {
/* 16149 */   position: absolute;
/* 16150 */   top: 0;

/* td_standard_pack_main.css */

/* 16151 */   left: 0;
/* 16152 */   width: 100%;
/* 16153 */   height: 100%;
/* 16154 */ }
/* 16155 */ .td-big-grids-fl .td-module-thumb {
/* 16156 */   height: 100%;
/* 16157 */ }
/* 16158 */ .td-big-grids-fl .td-thumb-css {
/* 16159 */   height: 100%;
/* 16160 */   background-position: center center;
/* 16161 */   background-size: cover;
/* 16162 */ }
/* 16163 */ .td-big-grids-fl .td-module-meta-info {
/* 16164 */   margin-left: 0;
/* 16165 */   margin-bottom: 0;
/* 16166 */ }
/* 16167 */ .td-big-grids-fl .td_module_wrap:hover .entry-title a {
/* 16168 */   color: #fff;
/* 16169 */ }
/* 16170 */ @media (max-width: 767px) {
/* 16171 */   .td-big-grids-fl {
/* 16172 */     margin-left: -20px;
/* 16173 */     margin-right: -20px;
/* 16174 */   }
/* 16175 */   .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
/* 16176 */     height: 260px;
/* 16177 */     /* responsive portrait phone */
/* 16178 */   }
/* 16179 */   .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .td-module-thumb {
/* 16180 */     height: 100% !important;
/* 16181 */   }
/* 16182 */   .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .entry-title {
/* 16183 */     font-size: 19px !important;
/* 16184 */     line-height: 24px !important;
/* 16185 */   }
/* 16186 */   .td-big-grids-fl.td-big-grids-scroll.td-grid-style-7 .td-big-grid-post-0 .entry-title {
/* 16187 */     font-size: 26px !important;
/* 16188 */     line-height: 30px !important;
/* 16189 */   }
/* 16190 */   .td-big-grids-fl.td-big-grids-scroll .td-big-grid-scroll .td-big-grid-post .entry-title {
/* 16191 */     font-size: 15px !important;
/* 16192 */     line-height: 20px !important;
/* 16193 */   }
/* 16194 */   .td-big-grids-fl .td-big-grid-scroll .td_module_wrap {
/* 16195 */     height: 165px;
/* 16196 */     padding-top: 0 !important;
/* 16197 */   }
/* 16198 */   .td-big-grids-fl .td-big-grid-scroll .td-module-thumb {
/* 16199 */     height: 100% !important;
/* 16200 */   }

/* td_standard_pack_main.css */

/* 16201 */ }
/* 16202 */ @media (max-width: 767px) and (max-width: 767px) {
/* 16203 */   .td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
/* 16204 */     padding: 0 !important;
/* 16205 */   }
/* 16206 */ }
/* 16207 */ .td-big-grids-fl .td-module-empty {
/* 16208 */   /* responsive portrait phone */
/* 16209 */ }
/* 16210 */ @media (max-width: 767px) {
/* 16211 */   .td-big-grids-fl .td-module-empty {
/* 16212 */     display: none !important;
/* 16213 */   }
/* 16214 */ }
/* 16215 */ .td-big-grids-fl.td-grid-style-1 .td-module-meta-info {
/* 16216 */   /* responsive portrait phone */
/* 16217 */ }
/* 16218 */ @media (max-width: 767px) {
/* 16219 */   .td-big-grids-fl.td-grid-style-1 .td-module-meta-info {
/* 16220 */     margin-bottom: 8px;
/* 16221 */   }
/* 16222 */ }
/* 16223 */ .td-big-grids-fl.td-grid-style-2 .td-meta-info-container,
/* 16224 */ .td-big-grids-fl.td-grid-style-3 .td-meta-info-container {
/* 16225 */   height: 100%;
/* 16226 */ }
/* 16227 */ .td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
/* 16228 */ .td-big-grids-fl.td-grid-style-3 .td-big-grid-meta,
/* 16229 */ .td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
/* 16230 */ .td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
/* 16231 */   position: absolute;
/* 16232 */ }
/* 16233 */ .td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
/* 16234 */ .td-big-grids-fl.td-grid-style-3 .td-big-grid-meta {
/* 16235 */   top: 0;
/* 16236 */ }
/* 16237 */ .td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
/* 16238 */ .td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
/* 16239 */   bottom: 0;
/* 16240 */ }
/* 16241 */ .td-big-grids-fl.td-grid-style-4 .td-post-category {
/* 16242 */   display: table;
/* 16243 */   margin-bottom: 0 !important;
/* 16244 */ }
/* 16245 */ .td-big-grids-fl.td-grid-style-4 .td-module-meta-info {
/* 16246 */   margin-top: 0 !important;
/* 16247 */ }
/* 16248 */ .td-big-grids-fl.td-grid-style-4 .td-meta-info-container {
/* 16249 */   padding: 0 !important;
/* 16250 */ }

/* td_standard_pack_main.css */

/* 16251 */ .td-big-grids-fl.td-grid-style-7 .td-module-meta-info {
/* 16252 */   margin-left: 0 !important;
/* 16253 */ }
/* 16254 */ .td-category-grid-fl .td-container {
/* 16255 */   width: 100% !important;
/* 16256 */ }
/* 16257 */ /*
/* 16258 *|   Negative margin
/* 16259 *| */
/* 16260 */ .td-big-grids-margin {
/* 16261 */   /* landscape tablet + desktop */
/* 16262 */   /* responsive portrait tablet */
/* 16263 */ }
/* 16264 */ @media (min-width: 1018px) {
/* 16265 */   .td-big-grids-margin {
/* 16266 */     margin-left: -6px;
/* 16267 */     margin-right: -6px;
/* 16268 */   }
/* 16269 */ }
/* 16270 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16271 */   .td-big-grids-margin {
/* 16272 */     margin-left: -2px;
/* 16273 */     margin-right: -2px;
/* 16274 */   }
/* 16275 */ }
/* 16276 */ /*
/* 16277 *|   Big grid full 1
/* 16278 *| */
/* 16279 */ .td_block_big_grid_fl_1 .td-big-grid-post {
/* 16280 */   width: 100%;
/* 16281 */   padding-top: 48%;
/* 16282 */   /* desktop only */
/* 16283 */   /* responsive portrait tablet */
/* 16284 */   /* responsive portrait phone */
/* 16285 */ }
/* 16286 */ @media (min-width: 1018px) {
/* 16287 */   .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
/* 16288 */     font-size: 22px;
/* 16289 */     line-height: 29px;
/* 16290 */   }
/* 16291 */   .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
/* 16292 */     padding: 0 20px 28px;
/* 16293 */   }
/* 16294 */ }
/* 16295 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16296 */   .td_block_big_grid_fl_1 .td-big-grid-post {
/* 16297 */     padding-top: 56%;
/* 16298 */   }
/* 16299 */ }
/* 16300 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 16301 */   .td_block_big_grid_fl_1 .td-big-grid-post {
/* 16302 */     padding-top: 60%;
/* 16303 */   }
/* 16304 */ }
/* 16305 */ .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16306 */ .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16307 */ .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16308 */ .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
/* 16309 */ .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16310 */ .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
/* 16311 */   /* desktop only */
/* 16312 */ }
/* 16313 */ @media (min-width: 1140px) {
/* 16314 */   .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16315 */   .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16316 */   .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16317 */   .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
/* 16318 */   .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16319 */   .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
/* 16320 */     padding-left: 20px;
/* 16321 */     padding-right: 20px;
/* 16322 */   }
/* 16323 */ }
/* 16324 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
/* 16325 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
/* 16326 */   padding-top: 30%;
/* 16327 */   /* desktop only */
/* 16328 */   /* responsive landscape tablet */
/* 16329 */   /* responsive portrait tablet */
/* 16330 */   /* responsive portrait phone */
/* 16331 */ }
/* 16332 */ @media (min-width: 1140px) {
/* 16333 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
/* 16334 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
/* 16335 */     font-size: 28px;
/* 16336 */     line-height: 38px;
/* 16337 */   }
/* 16338 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
/* 16339 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
/* 16340 */     padding: 0 28px 28px;
/* 16341 */   }
/* 16342 */ }
/* 16343 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16344 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
/* 16345 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
/* 16346 */     padding-top: 44%;
/* 16347 */   }
/* 16348 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
/* 16349 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
/* 16350 */     font-size: 22px !important;

/* td_standard_pack_main.css */

/* 16351 */     line-height: 29px !important;
/* 16352 */   }
/* 16353 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
/* 16354 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
/* 16355 */     padding: 0 20px 28px;
/* 16356 */   }
/* 16357 */ }
/* 16358 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16359 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
/* 16360 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
/* 16361 */     padding-top: 48%;
/* 16362 */   }
/* 16363 */ }
/* 16364 */ @media (max-width: 767px) {
/* 16365 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
/* 16366 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
/* 16367 */     padding-top: 60%;
/* 16368 */   }
/* 16369 */ }
/* 16370 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
/* 16371 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
/* 16372 */   /* desktop only */
/* 16373 */   /* responsive portrait tablet */
/* 16374 */ }
/* 16375 */ @media (min-width: 1019px) {
/* 16376 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
/* 16377 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
/* 16378 */     width: auto;
/* 16379 */     max-width: 60%;
/* 16380 */   }
/* 16381 */ }
/* 16382 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16383 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
/* 16384 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
/* 16385 */     width: auto;
/* 16386 */     max-width: 75%;
/* 16387 */   }
/* 16388 */ }
/* 16389 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after,
/* 16390 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
/* 16391 */   transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
/* 16392 */   -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
/* 16393 */ }
/* 16394 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16395 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16396 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16397 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16398 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16399 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16400 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,

/* td_standard_pack_main.css */

/* 16401 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
/* 16402 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16403 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16404 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
/* 16405 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
/* 16406 */   /* desktop only */
/* 16407 */   /* responsive landscape tablet */
/* 16408 */ }
/* 16409 */ @media (min-width: 1140px) {
/* 16410 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16411 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16412 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16413 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16414 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16415 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16416 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
/* 16417 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
/* 16418 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16419 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16420 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
/* 16421 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
/* 16422 */     padding-left: 28px;
/* 16423 */     padding-right: 28px;
/* 16424 */   }
/* 16425 */ }
/* 16426 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16427 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16428 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
/* 16429 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16430 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
/* 16431 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16432 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
/* 16433 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
/* 16434 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
/* 16435 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16436 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
/* 16437 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
/* 16438 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
/* 16439 */     padding-left: 20px;
/* 16440 */     padding-right: 20px;
/* 16441 */   }
/* 16442 */ }
/* 16443 */ /*
/* 16444 *|   Big grid full 2
/* 16445 *| */
/* 16446 */ .td_block_big_grid_fl_2 {
/* 16447 */   /* landscape tablet + desktop */
/* 16448 */   /* phone + portrait tablet */
/* 16449 */ }
/* 16450 */ .td_block_big_grid_fl_2 .td-big-grid-post {

/* td_standard_pack_main.css */

/* 16451 */   float: left;
/* 16452 */   width: 50%;
/* 16453 */   padding-top: 34%;
/* 16454 */   /* desktop only */
/* 16455 */   /* responsive portrait phone */
/* 16456 */ }
/* 16457 */ @media (min-width: 1018px) {
/* 16458 */   .td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
/* 16459 */     font-size: 19px;
/* 16460 */     line-height: 24px;
/* 16461 */   }
/* 16462 */   .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
/* 16463 */     padding: 0 14px 20px;
/* 16464 */   }
/* 16465 */ }
/* 16466 */ @media (max-width: 767px) {
/* 16467 */   .td_block_big_grid_fl_2 .td-big-grid-post {
/* 16468 */     width: 100%;
/* 16469 */     padding-top: 50%;
/* 16470 */   }
/* 16471 */   .td_block_big_grid_fl_2 .td-big-grid-post:first-child {
/* 16472 */     margin-bottom: 2px;
/* 16473 */   }
/* 16474 */ }
/* 16475 */ @media (min-width: 1018px) {
/* 16476 */   .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
/* 16477 */   .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
/* 16478 */   .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
/* 16479 */   .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
/* 16480 */   .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
/* 16481 */   .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
/* 16482 */     padding-left: 14px;
/* 16483 */     padding-right: 14px;
/* 16484 */   }
/* 16485 */ }
/* 16486 */ @media (max-width: 1018px) {
/* 16487 */   .td_block_big_grid_fl_2.td-grid-style-5 .td-module-meta-info,
/* 16488 */   .td_block_big_grid_fl_2.td-grid-style-6 .td-module-meta-info {
/* 16489 */     display: none;
/* 16490 */   }
/* 16491 */ }
/* 16492 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2,
/* 16493 */ .td-stretch-content .td_block_big_grid_fl_2 {
/* 16494 */   /* desktop only */
/* 16495 */ }
/* 16496 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
/* 16497 */ .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
/* 16498 */   padding-top: 28%;
/* 16499 */   /* desktop only */
/* 16500 */   /* responsive landscape tablet */

/* td_standard_pack_main.css */

/* 16501 */   /* responsive portrait tablet */
/* 16502 */   /* responsive portrait phone */
/* 16503 */ }
/* 16504 */ @media (min-width: 1140px) {
/* 16505 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .entry-title,
/* 16506 */   .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
/* 16507 */     font-size: 23px;
/* 16508 */     line-height: 30px;
/* 16509 */   }
/* 16510 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container,
/* 16511 */   .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
/* 16512 */     padding: 0 20px 20px;
/* 16513 */   }
/* 16514 */ }
/* 16515 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16516 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
/* 16517 */   .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
/* 16518 */     padding-top: 30%;
/* 16519 */   }
/* 16520 */ }
/* 16521 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16522 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
/* 16523 */   .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
/* 16524 */     padding-top: 34%;
/* 16525 */   }
/* 16526 */ }
/* 16527 */ @media (max-width: 767px) {
/* 16528 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
/* 16529 */   .td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
/* 16530 */     padding-top: 60%;
/* 16531 */   }
/* 16532 */ }
/* 16533 */ @media (min-width: 1140px) {
/* 16534 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
/* 16535 */   .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
/* 16536 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
/* 16537 */   .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
/* 16538 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
/* 16539 */   .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
/* 16540 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
/* 16541 */   .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
/* 16542 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
/* 16543 */   .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
/* 16544 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info,
/* 16545 */   .td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
/* 16546 */     padding-left: 20px;
/* 16547 */     padding-right: 20px;
/* 16548 */   }
/* 16549 */ }
/* 16550 */ /*

/* td_standard_pack_main.css *|

/* 16551 *|   Big grid full 3, 4
/* 16552 *| */
/* 16553 */ .td_block_big_grid_fl_3,
/* 16554 */ .td_block_big_grid_fl_4 {
/* 16555 */   /* phone + portrait tablet */
/* 16556 */ }
/* 16557 */ @media (max-width: 1018px) {
/* 16558 */   .td_block_big_grid_fl_3 .td-module-meta-info,
/* 16559 */   .td_block_big_grid_fl_4 .td-module-meta-info {
/* 16560 */     display: none;
/* 16561 */   }
/* 16562 */ }
/* 16563 */ /*
/* 16564 *|   Big grid full 3
/* 16565 *| */
/* 16566 */ .td_block_big_grid_fl_3 {
/* 16567 */   /* responsive portrait phone */
/* 16568 */ }
/* 16569 */ .td_block_big_grid_fl_3 .td-big-grid-post {
/* 16570 */   float: left;
/* 16571 */   width: 33.33333%;
/* 16572 */   padding-top: 32%;
/* 16573 */   /* desktop only */
/* 16574 */   /* phone + tablet */
/* 16575 */   /* responsive portrait phone */
/* 16576 */ }
/* 16577 */ @media (min-width: 1018px) {
/* 16578 */   .td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
/* 16579 */     font-size: 17px;
/* 16580 */     line-height: 22px;
/* 16581 */   }
/* 16582 */   .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
/* 16583 */     padding: 0 10px 18px;
/* 16584 */   }
/* 16585 */ }
/* 16586 */ @media (max-width: 1018px) {
/* 16587 */   .td_block_big_grid_fl_3 .td-big-grid-post {
/* 16588 */     padding-top: 36%;
/* 16589 */   }
/* 16590 */ }
/* 16591 */ @media (max-width: 767px) {
/* 16592 */   .td_block_big_grid_fl_3 .td-big-grid-post {
/* 16593 */     padding-top: 50%;
/* 16594 */     width: 100%;
/* 16595 */   }
/* 16596 */ }
/* 16597 */ .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
/* 16598 */ .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
/* 16599 */ .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
/* 16600 */ .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,

/* td_standard_pack_main.css */

/* 16601 */ .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
/* 16602 */ .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
/* 16603 */   /* desktop only */
/* 16604 */   /* responsive landscape + portrait tablet */
/* 16605 */ }
/* 16606 */ @media (min-width: 1140px) {
/* 16607 */   .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
/* 16608 */   .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
/* 16609 */   .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
/* 16610 */   .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
/* 16611 */   .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
/* 16612 */   .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
/* 16613 */     padding-left: 15px;
/* 16614 */     padding-right: 15px;
/* 16615 */   }
/* 16616 */ }
/* 16617 */ @media (max-width: 1140px) {
/* 16618 */   .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
/* 16619 */   .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
/* 16620 */   .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
/* 16621 */   .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
/* 16622 */   .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
/* 16623 */   .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
/* 16624 */     padding-left: 13px;
/* 16625 */     padding-right: 13px;
/* 16626 */   }
/* 16627 */ }
/* 16628 */ @media (max-width: 767px) {
/* 16629 */   .td_block_big_grid_fl_3 .td-big-grid-post-0,
/* 16630 */   .td_block_big_grid_fl_3 .td-big-grid-post-1 {
/* 16631 */     margin-bottom: 2px;
/* 16632 */   }
/* 16633 */ }
/* 16634 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3,
/* 16635 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 {
/* 16636 */   /* desktop only */
/* 16637 */ }
/* 16638 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
/* 16639 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
/* 16640 */   padding-top: 23%;
/* 16641 */   /* desktop only */
/* 16642 */   /* responsive landscape tablet */
/* 16643 */   /* responsive portrait tablet */
/* 16644 */   /* responsive portrait phone */
/* 16645 */ }
/* 16646 */ @media (min-width: 1140px) {
/* 16647 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .entry-title,
/* 16648 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
/* 16649 */     font-size: 19px;
/* 16650 */     line-height: 24px;

/* td_standard_pack_main.css */

/* 16651 */   }
/* 16652 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container,
/* 16653 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
/* 16654 */     padding: 0 20px 20px;
/* 16655 */   }
/* 16656 */ }
/* 16657 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16658 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
/* 16659 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
/* 16660 */     padding-top: 30%;
/* 16661 */   }
/* 16662 */ }
/* 16663 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16664 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
/* 16665 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
/* 16666 */     padding-top: 32%;
/* 16667 */   }
/* 16668 */ }
/* 16669 */ @media (max-width: 767px) {
/* 16670 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
/* 16671 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
/* 16672 */     padding-top: 60%;
/* 16673 */   }
/* 16674 */ }
/* 16675 */ @media (min-width: 1140px) {
/* 16676 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
/* 16677 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
/* 16678 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
/* 16679 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
/* 16680 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
/* 16681 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
/* 16682 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
/* 16683 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
/* 16684 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
/* 16685 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
/* 16686 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info,
/* 16687 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
/* 16688 */     padding-left: 20px;
/* 16689 */     padding-right: 20px;
/* 16690 */   }
/* 16691 */ }
/* 16692 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container,
/* 16693 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container {
/* 16694 */   /* tablet + desktop */
/* 16695 */ }
/* 16696 */ @media (min-width: 768px) {
/* 16697 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container,
/* 16698 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container {
/* 16699 */     max-width: 80%;
/* 16700 */     width: auto;

/* td_standard_pack_main.css */

/* 16701 */   }
/* 16702 */ }
/* 16703 */ /*
/* 16704 *|   Big grids full 4, 5, 6, 7
/* 16705 *| */
/* 16706 */ /* responsive portrait phone */
/* 16707 */ @media (max-width: 767px) {
/* 16708 */   .td_block_big_grid_fl_4 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
/* 16709 */   .td_block_big_grid_fl_5 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
/* 16710 */   .td_block_big_grid_fl_6 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
/* 16711 */   .td_block_big_grid_fl_7 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info {
/* 16712 */     display: none;
/* 16713 */   }
/* 16714 */   .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
/* 16715 */   .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
/* 16716 */   .td_block_big_grid_fl_6.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
/* 16717 */   .td_block_big_grid_fl_7.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
/* 16718 */   .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
/* 16719 */   .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
/* 16720 */   .td_block_big_grid_fl_6.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
/* 16721 */   .td_block_big_grid_fl_7.td-grid-style-3 .td-big-grid-post .td-module-meta-info {
/* 16722 */     display: block;
/* 16723 */   }
/* 16724 */ }
/* 16725 */ /*
/* 16726 *|   Big grid full 4
/* 16727 *| */
/* 16728 */ .td_block_big_grid_fl_4 {
/* 16729 */   /* responsive portrait tablet */
/* 16730 */   /* desktop only */
/* 16731 */   /* responsive portrait tablet */
/* 16732 */   /* responsive portrait phone */
/* 16733 */ }
/* 16734 */ .td_block_big_grid_fl_4 .td-big-grid-post {
/* 16735 */   float: left;
/* 16736 */   width: 25%;
/* 16737 */   padding-top: 30%;
/* 16738 */   /* desktop only */
/* 16739 */   /* responsive portrait tablet */
/* 16740 */ }
/* 16741 */ @media (min-width: 1018px) {
/* 16742 */   .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
/* 16743 */     font-size: 15px;
/* 16744 */     line-height: 20px;
/* 16745 */   }
/* 16746 */   .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
/* 16747 */     padding: 0 17px 18px;
/* 16748 */   }
/* 16749 */ }
/* 16750 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 16751 */   .td_block_big_grid_fl_4 .td-big-grid-post {
/* 16752 */     padding-top: 36%;
/* 16753 */   }
/* 16754 */ }
/* 16755 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16756 */   .td_block_big_grid_fl_4.td-big-grids-margin {
/* 16757 */     margin-left: -1px;
/* 16758 */     margin-right: -1px;
/* 16759 */   }
/* 16760 */   .td_block_big_grid_fl_4.td-big-grids-margin .td-big-grid-post {
/* 16761 */     border-width: 0 1px;
/* 16762 */   }
/* 16763 */ }
/* 16764 */ @media (min-width: 1018px) {
/* 16765 */   .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
/* 16766 */   .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
/* 16767 */   .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
/* 16768 */   .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
/* 16769 */   .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
/* 16770 */   .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
/* 16771 */     padding-left: 17px;
/* 16772 */     padding-right: 10px;
/* 16773 */   }
/* 16774 */ }
/* 16775 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16776 */   .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
/* 16777 */     width: 100%;
/* 16778 */     max-width: none;
/* 16779 */   }
/* 16780 */   .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container .td-module-meta-info {
/* 16781 */     display: none;
/* 16782 */   }
/* 16783 */ }
/* 16784 */ @media (max-width: 767px) {
/* 16785 */   .td_block_big_grid_fl_4 .td-big-grid-post-0 {
/* 16786 */     width: 100%;
/* 16787 */     float: none;
/* 16788 */   }
/* 16789 */ }
/* 16790 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4,
/* 16791 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 {
/* 16792 */   /* responsive landscape tablet */
/* 16793 */ }
/* 16794 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
/* 16795 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
/* 16796 */   padding-top: 23%;
/* 16797 */   /* desktop only */
/* 16798 */   /* responsive landscape tablet */
/* 16799 */   /* responsive portrait tablet */
/* 16800 */ }

/* td_standard_pack_main.css */

/* 16801 */ @media (min-width: 1140px) {
/* 16802 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
/* 16803 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
/* 16804 */     font-size: 19px;
/* 16805 */     line-height: 24px;
/* 16806 */   }
/* 16807 */ }
/* 16808 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16809 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
/* 16810 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
/* 16811 */     padding-top: 26%;
/* 16812 */   }
/* 16813 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
/* 16814 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
/* 16815 */     font-size: 15px;
/* 16816 */     line-height: 20px;
/* 16817 */   }
/* 16818 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container,
/* 16819 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
/* 16820 */     padding: 0 10px 18px;
/* 16821 */   }
/* 16822 */ }
/* 16823 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16824 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
/* 16825 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
/* 16826 */     padding-top: 32%;
/* 16827 */   }
/* 16828 */ }
/* 16829 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16830 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
/* 16831 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
/* 16832 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
/* 16833 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
/* 16834 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
/* 16835 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
/* 16836 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
/* 16837 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
/* 16838 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
/* 16839 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
/* 16840 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info,
/* 16841 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
/* 16842 */     padding-left: 15px;
/* 16843 */     padding-right: 10px;
/* 16844 */   }
/* 16845 */ }
/* 16846 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container,
/* 16847 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
/* 16848 */   /* tablet landscape + desktop */
/* 16849 */ }
/* 16850 */ @media (min-width: 1019px) {

/* td_standard_pack_main.css */

/* 16851 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container,
/* 16852 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
/* 16853 */     max-width: 80%;
/* 16854 */   }
/* 16855 */ }
/* 16856 */ /*
/* 16857 *|   Big grid full 5
/* 16858 *| */
/* 16859 */ .td_block_big_grid_fl_5 {
/* 16860 */   /* responsive tablet+ */
/* 16861 */   /* responsive landscape + portrait tablet */
/* 16862 */   /* responsive portrait phone */
/* 16863 */ }
/* 16864 */ .td_block_big_grid_fl_5 .td-big-grid-post {
/* 16865 */   float: left;
/* 16866 */   width: 20%;
/* 16867 */   padding-top: 35%;
/* 16868 */   /* landscape tablet + desktop */
/* 16869 */   /* responsive landscape tablet */
/* 16870 */   /* responsive portrait tablet */
/* 16871 */ }
/* 16872 */ .td_block_big_grid_fl_5 .td-big-grid-post .td-post-author-name {
/* 16873 */   /* responsive without desktop */
/* 16874 */ }
/* 16875 */ @media (max-width: 1018px) {
/* 16876 */   .td_block_big_grid_fl_5 .td-big-grid-post .td-post-author-name {
/* 16877 */     display: none;
/* 16878 */   }
/* 16879 */ }
/* 16880 */ @media (min-width: 1018px) {
/* 16881 */   .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
/* 16882 */     font-size: 15px;
/* 16883 */     line-height: 20px;
/* 16884 */   }
/* 16885 */   .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
/* 16886 */     padding: 0 11px 15px;
/* 16887 */   }
/* 16888 */ }
/* 16889 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16890 */   .td_block_big_grid_fl_5 .td-big-grid-post {
/* 16891 */     padding-top: 32%;
/* 16892 */   }
/* 16893 */ }
/* 16894 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16895 */   .td_block_big_grid_fl_5 .td-big-grid-post {
/* 16896 */     padding-top: 37%;
/* 16897 */   }
/* 16898 */   .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
/* 16899 */     font-size: 12px !important;
/* 16900 */     line-height: 15px !important;

/* td_standard_pack_main.css */

/* 16901 */   }
/* 16902 */   .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
/* 16903 */     padding: 0 11px 10px;
/* 16904 */   }
/* 16905 */ }
/* 16906 */ .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 16907 */ .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 16908 */ .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 16909 */ .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 16910 */ .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 16911 */ .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
/* 16912 */   /* landscape tablet + desktop */
/* 16913 */   /* responsive portrait tablet */
/* 16914 */ }
/* 16915 */ @media (min-width: 1018px) {
/* 16916 */   .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 16917 */   .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 16918 */   .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 16919 */   .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 16920 */   .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 16921 */   .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
/* 16922 */     padding-left: 10px;
/* 16923 */     padding-right: 10px;
/* 16924 */   }
/* 16925 */ }
/* 16926 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 16927 */   .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 16928 */   .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 16929 */   .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 16930 */   .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 16931 */   .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 16932 */   .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
/* 16933 */     padding-left: 11px;
/* 16934 */     padding-right: 11px;
/* 16935 */   }
/* 16936 */ }
/* 16937 */ @media (min-width: 768px) {
/* 16938 */   .td_block_big_grid_fl_5.td-big-grids-margin {
/* 16939 */     margin-left: -1px;
/* 16940 */     margin-right: -1px;
/* 16941 */   }
/* 16942 */   .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
/* 16943 */     border-width: 0 1px;
/* 16944 */   }
/* 16945 */ }
/* 16946 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 16947 */   .td_block_big_grid_fl_5 .td-module-meta-info {
/* 16948 */     display: none;
/* 16949 */   }
/* 16950 */ }

/* td_standard_pack_main.css */

/* 16951 */ @media (max-width: 767px) {
/* 16952 */   .td_block_big_grid_fl_5 .td-big-grid-post-0 {
/* 16953 */     width: 100%;
/* 16954 */     float: none;
/* 16955 */   }
/* 16956 */   .td_block_big_grid_fl_5 .td-posts-1 .td-big-grid-post-0 .entry-title {
/* 16957 */     font-size: 19px !important;
/* 16958 */     line-height: 23px !important;
/* 16959 */   }
/* 16960 */   .td_block_big_grid_fl_5 .td-posts-3 .td-big-grid-post-0 .entry-title {
/* 16961 */     font-size: 19px !important;
/* 16962 */     line-height: 23px !important;
/* 16963 */   }
/* 16964 */ }
/* 16965 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5,
/* 16966 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 {
/* 16967 */   /* responsive desktop only */
/* 16968 */   /* desktop only */
/* 16969 */ }
/* 16970 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
/* 16971 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
/* 16972 */   padding-top: 23%;
/* 16973 */   /* desktop only */
/* 16974 */   /* responsive landscape tablet */
/* 16975 */   /* responsive portrait tablet */
/* 16976 */ }
/* 16977 */ @media (min-width: 1140px) {
/* 16978 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
/* 16979 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
/* 16980 */     font-size: 19px;
/* 16981 */     line-height: 24px;
/* 16982 */   }
/* 16983 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
/* 16984 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
/* 16985 */     padding: 0 20px 18px;
/* 16986 */   }
/* 16987 */ }
/* 16988 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 16989 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
/* 16990 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
/* 16991 */     padding-top: 30%;
/* 16992 */   }
/* 16993 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
/* 16994 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
/* 16995 */     font-size: 15px;
/* 16996 */     line-height: 20px;
/* 16997 */   }
/* 16998 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
/* 16999 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
/* 17000 */     padding: 0 10px 18px;

/* td_standard_pack_main.css */

/* 17001 */   }
/* 17002 */ }
/* 17003 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17004 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
/* 17005 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
/* 17006 */     padding-top: 34%;
/* 17007 */   }
/* 17008 */ }
/* 17009 */ @media (min-width: 1140px) {
/* 17010 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin,
/* 17011 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin {
/* 17012 */     margin-left: -5px;
/* 17013 */     margin-right: -5px;
/* 17014 */   }
/* 17015 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post,
/* 17016 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
/* 17017 */     border-width: 0 5px;
/* 17018 */   }
/* 17019 */ }
/* 17020 */ @media (min-width: 1140px) {
/* 17021 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container,
/* 17022 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container {
/* 17023 */     max-width: 85%;
/* 17024 */   }
/* 17025 */ }
/* 17026 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 17027 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 17028 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 17029 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 17030 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 17031 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 17032 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 17033 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 17034 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 17035 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 17036 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
/* 17037 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
/* 17038 */   /* desktop only */
/* 17039 */   /* responsive landscape tablet */
/* 17040 */ }
/* 17041 */ @media (min-width: 1140px) {
/* 17042 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 17043 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 17044 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 17045 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 17046 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 17047 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 17048 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 17049 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 17050 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,

/* td_standard_pack_main.css */

/* 17051 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 17052 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
/* 17053 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
/* 17054 */     padding-left: 20px;
/* 17055 */     padding-right: 20px;
/* 17056 */   }
/* 17057 */ }
/* 17058 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17059 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 17060 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
/* 17061 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 17062 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
/* 17063 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 17064 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
/* 17065 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 17066 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
/* 17067 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 17068 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
/* 17069 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
/* 17070 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
/* 17071 */     padding-left: 10px;
/* 17072 */     padding-right: 10px;
/* 17073 */   }
/* 17074 */ }
/* 17075 */ /*
/* 17076 *|   Big grid full 6
/* 17077 *| */
/* 17078 */ .td_block_big_grid_fl_6 {
/* 17079 */   /* tablet + desktop */
/* 17080 */   /* responsive portrait phone */
/* 17081 */ }
/* 17082 */ .td_block_big_grid_fl_6 .td-big-grid-post {
/* 17083 */   float: left;
/* 17084 */ }
/* 17085 */ .td_block_big_grid_fl_6 .td_module_mx18 {
/* 17086 */   width: 100%;
/* 17087 */   padding-top: 31%;
/* 17088 */   /* desktop only */
/* 17089 */   /* landscape tablet + desktop */
/* 17090 */   /* responsive portrait tablet */
/* 17091 */ }
/* 17092 */ @media (min-width: 1018px) {
/* 17093 */   .td_block_big_grid_fl_6 .td_module_mx18 .entry-title {
/* 17094 */     font-size: 23px;
/* 17095 */     line-height: 30px;
/* 17096 */   }
/* 17097 */   .td_block_big_grid_fl_6 .td_module_mx18 .td-meta-info-container {
/* 17098 */     padding: 0 28px 18px;
/* 17099 */   }
/* 17100 */ }

/* td_standard_pack_main.css */

/* 17101 */ @media (min-width: 1018px) {
/* 17102 */   .td_block_big_grid_fl_6 .td_module_mx18 {
/* 17103 */     margin-bottom: 12px;
/* 17104 */   }
/* 17105 */ }
/* 17106 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17107 */   .td_block_big_grid_fl_6 .td_module_mx18 {
/* 17108 */     margin-bottom: 4px;
/* 17109 */     padding-top: 33%;
/* 17110 */   }
/* 17111 */ }
/* 17112 */ .td_block_big_grid_fl_6 .td_module_mx22 {
/* 17113 */   position: relative;
/* 17114 */   width: 33.333%;
/* 17115 */   padding-top: 17%;
/* 17116 */   /* desktop only */
/* 17117 */   /* responsive portrait tablet */
/* 17118 */   /* responsive portrait tablet */
/* 17119 */   /* responsive portrait phone */
/* 17120 */ }
/* 17121 */ @media (min-width: 1018px) {
/* 17122 */   .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
/* 17123 */     padding: 0 28px 18px;
/* 17124 */   }
/* 17125 */ }
/* 17126 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17127 */   .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
/* 17128 */     padding-left: 14px;
/* 17129 */     padding-right: 14px;
/* 17130 */   }
/* 17131 */   .td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
/* 17132 */     display: none;
/* 17133 */   }
/* 17134 */ }
/* 17135 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17136 */   .td_block_big_grid_fl_6 .td_module_mx22 {
/* 17137 */     padding-top: 19%;
/* 17138 */   }
/* 17139 */   .td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
/* 17140 */     font-size: 13px !important;
/* 17141 */     line-height: 18px !important;
/* 17142 */   }
/* 17143 */ }
/* 17144 */ @media (max-width: 767px) {
/* 17145 */   .td_block_big_grid_fl_6 .td_module_mx22 {
/* 17146 */     width: 100%;
/* 17147 */     padding: 0;
/* 17148 */     float: none;
/* 17149 */   }
/* 17150 */ }

/* td_standard_pack_main.css */

/* 17151 */ .td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
/* 17152 */   max-width: none;
/* 17153 */   /* responsive desktop */
/* 17154 */ }
/* 17155 */ @media (min-width: 1140px) {
/* 17156 */   .td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
/* 17157 */     min-width: 100%;
/* 17158 */     width: auto;
/* 17159 */   }
/* 17160 */ }
/* 17161 */ @media (min-width: 767px) {
/* 17162 */   .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-1.td-module-empty,
/* 17163 */   .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-2.td-module-empty,
/* 17164 */   .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-3.td-module-empty,
/* 17165 */   .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-4.td-module-empty,
/* 17166 */   .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-5.td-module-empty,
/* 17167 */   .td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-6.td-module-empty {
/* 17168 */     display: none !important;
/* 17169 */   }
/* 17170 */ }
/* 17171 */ @media (max-width: 767px) {
/* 17172 */   .td_block_big_grid_fl_6 .td-big-grid-post-0 {
/* 17173 */     width: 100%;
/* 17174 */     float: none;
/* 17175 */   }
/* 17176 */ }
/* 17177 */ .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
/* 17178 */   transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
/* 17179 */   -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
/* 17180 */ }
/* 17181 */ .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
/* 17182 */ .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
/* 17183 */ .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
/* 17184 */ .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
/* 17185 */ .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
/* 17186 */ .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
/* 17187 */ .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
/* 17188 */ .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
/* 17189 */ .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
/* 17190 */ .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
/* 17191 */ .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
/* 17192 */ .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
/* 17193 */   /* desktop only */
/* 17194 */   /* responsive portrait tablet */
/* 17195 */ }
/* 17196 */ @media (min-width: 1140px) {
/* 17197 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
/* 17198 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
/* 17199 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
/* 17200 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,

/* td_standard_pack_main.css */

/* 17201 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
/* 17202 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
/* 17203 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
/* 17204 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
/* 17205 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
/* 17206 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
/* 17207 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
/* 17208 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
/* 17209 */     padding-left: 28px;
/* 17210 */     padding-right: 28px;
/* 17211 */   }
/* 17212 */ }
/* 17213 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17214 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
/* 17215 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
/* 17216 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
/* 17217 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
/* 17218 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
/* 17219 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
/* 17220 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
/* 17221 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
/* 17222 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
/* 17223 */   .td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
/* 17224 */   .td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
/* 17225 */   .td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
/* 17226 */     padding-left: 14px;
/* 17227 */     padding-right: 14px;
/* 17228 */   }
/* 17229 */ }
/* 17230 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6,
/* 17231 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 {
/* 17232 */   /* responsive portrait + landscape tablet */
/* 17233 */ }
/* 17234 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
/* 17235 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
/* 17236 */   padding-top: 23%;
/* 17237 */   /* responsive landscape tablet */
/* 17238 */   /* responsive portrait tablet */
/* 17239 */ }
/* 17240 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17241 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
/* 17242 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
/* 17243 */     padding-top: 27%;
/* 17244 */   }
/* 17245 */ }
/* 17246 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17247 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
/* 17248 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
/* 17249 */     padding-top: 31%;
/* 17250 */   }

/* td_standard_pack_main.css */

/* 17251 */ }
/* 17252 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
/* 17253 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
/* 17254 */   padding-top: 12%;
/* 17255 */   /* responsive landscape tablet */
/* 17256 */   /* responsive portrait tablet */
/* 17257 */   /* desktop only */
/* 17258 */ }
/* 17259 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17260 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
/* 17261 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
/* 17262 */     padding-top: 16%;
/* 17263 */   }
/* 17264 */ }
/* 17265 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17266 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
/* 17267 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
/* 17268 */     padding-top: 18%;
/* 17269 */   }
/* 17270 */ }
/* 17271 */ @media (min-width: 1140px) {
/* 17272 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22 .entry-title,
/* 17273 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
/* 17274 */     font-size: 17px;
/* 17275 */     line-height: 22px;
/* 17276 */   }
/* 17277 */ }
/* 17278 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container,
/* 17279 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container {
/* 17280 */   /* landscape tablet + desktop */
/* 17281 */   /* responsive portrait tablet */
/* 17282 */ }
/* 17283 */ @media (min-width: 1019px) {
/* 17284 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container,
/* 17285 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container {
/* 17286 */     width: auto;
/* 17287 */     max-width: 80%;
/* 17288 */   }
/* 17289 */ }
/* 17290 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17291 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info,
/* 17292 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
/* 17293 */     display: none;
/* 17294 */   }
/* 17295 */ }
/* 17296 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 17297 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
/* 17298 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
/* 17299 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info,
/* 17300 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info {

/* td_standard_pack_main.css */

/* 17301 */     display: none;
/* 17302 */   }
/* 17303 */ }
/* 17304 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after,
/* 17305 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after {
/* 17306 */   transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
/* 17307 */   -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
/* 17308 */ }
/* 17309 */ /*
/* 17310 *|   Big grid full 7
/* 17311 *| */
/* 17312 */ .td_block_big_grid_fl_7 {
/* 17313 */   /* desktop only */
/* 17314 */   /* tablet + desktop */
/* 17315 */   /* portrait + landscape tablet */
/* 17316 */   /* responsive portrait phone */
/* 17317 */ }
/* 17318 */ .td_block_big_grid_fl_7 .td-big-grid-post {
/* 17319 */   float: left;
/* 17320 */ }
/* 17321 */ .td_block_big_grid_fl_7 .td_module_mx23 {
/* 17322 */   width: 33.33333333%;
/* 17323 */   margin-bottom: 10px;
/* 17324 */   padding-top: 26%;
/* 17325 */   /* desktop only */
/* 17326 */   /* responsive portrait tablet */
/* 17327 */   /* responsive portrait phone */
/* 17328 */ }
/* 17329 */ @media (min-width: 1140px) {
/* 17330 */   .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
/* 17331 */     font-size: 17px;
/* 17332 */     line-height: 22px;
/* 17333 */   }
/* 17334 */   .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
/* 17335 */     padding: 0 15px 18px;
/* 17336 */   }
/* 17337 */ }
/* 17338 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17339 */   .td_block_big_grid_fl_7 .td_module_mx23 {
/* 17340 */     padding-top: 27%;
/* 17341 */     margin-bottom: 4px;
/* 17342 */   }
/* 17343 */   .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
/* 17344 */     font-size: 13px !important;
/* 17345 */     line-height: 18px !important;
/* 17346 */   }
/* 17347 */   .td_block_big_grid_fl_7 .td_module_mx23 .td-module-meta-info {
/* 17348 */     display: none;
/* 17349 */   }
/* 17350 */ }

/* td_standard_pack_main.css */

/* 17351 */ @media (max-width: 767px) {
/* 17352 */   .td_block_big_grid_fl_7 .td_module_mx23 {
/* 17353 */     width: 100%;
/* 17354 */     margin-bottom: 0;
/* 17355 */     padding: 0;
/* 17356 */     float: none;
/* 17357 */   }
/* 17358 */ }
/* 17359 */ .td_block_big_grid_fl_7 .td_module_mx24 {
/* 17360 */   position: relative;
/* 17361 */   width: 20%;
/* 17362 */   height: 0;
/* 17363 */   padding-top: 15%;
/* 17364 */   /* responsive no mobile */
/* 17365 */   /* desktop only */
/* 17366 */   /* responsive portrait tablet */
/* 17367 */   /* responsive portrait phone */
/* 17368 */ }
/* 17369 */ @media (min-width: 768px) {
/* 17370 */   .td_block_big_grid_fl_7 .td_module_mx24 .td-module-meta-info {
/* 17371 */     display: none;
/* 17372 */   }
/* 17373 */ }
/* 17374 */ @media (min-width: 1140px) {
/* 17375 */   .td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
/* 17376 */     font-size: 13px;
/* 17377 */     line-height: 18px;
/* 17378 */   }
/* 17379 */   .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container {
/* 17380 */     padding: 0 10px 13px;
/* 17381 */   }
/* 17382 */ }
/* 17383 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17384 */   .td_block_big_grid_fl_7 .td_module_mx24 {
/* 17385 */     padding-top: 18%;
/* 17386 */   }
/* 17387 */   .td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
/* 17388 */     font-size: 10px !important;
/* 17389 */     line-height: 13px !important;
/* 17390 */   }
/* 17391 */ }
/* 17392 */ @media (max-width: 767px) {
/* 17393 */   .td_block_big_grid_fl_7 .td_module_mx24 {
/* 17394 */     width: 100%;
/* 17395 */     padding: 0;
/* 17396 */     float: none;
/* 17397 */   }
/* 17398 */ }
/* 17399 */ .td_block_big_grid_fl_7 .td_module_mx24 .entry-thumb {
/* 17400 */   max-width: none;

/* td_standard_pack_main.css */

/* 17401 */   /* responsive desktop */
/* 17402 */ }
/* 17403 */ @media (min-width: 1140px) {
/* 17404 */   .td_block_big_grid_fl_7 .td_module_mx24 .entry-thumb {
/* 17405 */     min-width: 100%;
/* 17406 */     width: auto;
/* 17407 */   }
/* 17408 */ }
/* 17409 */ @media (min-width: 1140px) {
/* 17410 */   .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17411 */   .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17412 */   .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17413 */   .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17414 */   .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17415 */   .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
/* 17416 */     padding-left: 15px;
/* 17417 */     padding-right: 15px;
/* 17418 */   }
/* 17419 */   .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
/* 17420 */   .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
/* 17421 */   .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
/* 17422 */   .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
/* 17423 */   .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
/* 17424 */   .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
/* 17425 */     padding-left: 10px;
/* 17426 */     padding-right: 10px;
/* 17427 */   }
/* 17428 */ }
/* 17429 */ @media (min-width: 767px) {
/* 17430 */   .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-3.td-module-empty,
/* 17431 */   .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-3.td-module-empty,
/* 17432 */   .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-4.td-module-empty,
/* 17433 */   .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-4.td-module-empty,
/* 17434 */   .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-5.td-module-empty,
/* 17435 */   .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-5.td-module-empty,
/* 17436 */   .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-6.td-module-empty,
/* 17437 */   .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-6.td-module-empty,
/* 17438 */   .td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-7.td-module-empty,
/* 17439 */   .td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-7.td-module-empty {
/* 17440 */     display: none !important;
/* 17441 */   }
/* 17442 */   .td_block_big_grid_fl_7 .td-posts-3 .td-module-empty {
/* 17443 */     display: none !important;
/* 17444 */   }
/* 17445 */ }
/* 17446 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 17447 */   .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
/* 17448 */     width: 100%;
/* 17449 */     max-width: none;
/* 17450 */   }

/* td_standard_pack_main.css */

/* 17451 */ }
/* 17452 */ .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
/* 17453 */   /* responsive landscape tablet */
/* 17454 */   /* responsive portrait tablet */
/* 17455 */ }
/* 17456 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17457 */   .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container .td-module-meta-info {
/* 17458 */     display: none;
/* 17459 */   }
/* 17460 */ }
/* 17461 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17462 */   .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
/* 17463 */     width: 100%;
/* 17464 */     max-width: none;
/* 17465 */   }
/* 17466 */ }
/* 17467 */ @media (max-width: 767px) {
/* 17468 */   .td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap {
/* 17469 */     /* responsive portrait phone */
/* 17470 */   }
/* 17471 */ }
/* 17472 */ @media (max-width: 767px) and (max-width: 767px) {
/* 17473 */   .td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
/* 17474 */     font-size: 19px !important;
/* 17475 */     line-height: 23px !important;
/* 17476 */   }
/* 17477 */   .td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap .td-meta-info-container {
/* 17478 */     padding-bottom: 12px !important;
/* 17479 */   }
/* 17480 */ }
/* 17481 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
/* 17482 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
/* 17483 */   padding-top: 18%;
/* 17484 */   /* desktop only */
/* 17485 */   /* responsive  landscape tablet */
/* 17486 */   /* responsive portrait tablet */
/* 17487 */ }
/* 17488 */ @media (min-width: 1140px) {
/* 17489 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
/* 17490 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
/* 17491 */     font-size: 19px;
/* 17492 */     line-height: 24px;
/* 17493 */   }
/* 17494 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
/* 17495 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
/* 17496 */     padding: 0 20px 20px;
/* 17497 */   }
/* 17498 */ }
/* 17499 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17500 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,

/* td_standard_pack_main.css */

/* 17501 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
/* 17502 */     padding-top: 22%;
/* 17503 */   }
/* 17504 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
/* 17505 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
/* 17506 */     font-size: 17px;
/* 17507 */     line-height: 22px;
/* 17508 */   }
/* 17509 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
/* 17510 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
/* 17511 */     padding: 0 20px 18px;
/* 17512 */   }
/* 17513 */ }
/* 17514 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17515 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
/* 17516 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
/* 17517 */     padding-top: 25%;
/* 17518 */   }
/* 17519 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
/* 17520 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
/* 17521 */     font-size: 17px;
/* 17522 */     line-height: 22px;
/* 17523 */   }
/* 17524 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
/* 17525 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
/* 17526 */     padding: 0 13px 12px;
/* 17527 */   }
/* 17528 */ }
/* 17529 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
/* 17530 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
/* 17531 */   padding-top: 12%;
/* 17532 */   /* desktop only */
/* 17533 */   /* responsive landscape tablet */
/* 17534 */   /* responsive portrait tablet */
/* 17535 */ }
/* 17536 */ @media (min-width: 1140px) {
/* 17537 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24 .entry-title,
/* 17538 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
/* 17539 */     font-size: 15px;
/* 17540 */     line-height: 20px;
/* 17541 */   }
/* 17542 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container,
/* 17543 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container {
/* 17544 */     padding: 0 18px 18px;
/* 17545 */   }
/* 17546 */ }
/* 17547 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17548 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
/* 17549 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
/* 17550 */     padding-top: 14%;

/* td_standard_pack_main.css */

/* 17551 */   }
/* 17552 */ }
/* 17553 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17554 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
/* 17555 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
/* 17556 */     padding-top: 16%;
/* 17557 */   }
/* 17558 */ }
/* 17559 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17560 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17561 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17562 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17563 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17564 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17565 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17566 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17567 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17568 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17569 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
/* 17570 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
/* 17571 */   /* desktop only */
/* 17572 */   /* responsive landscape tablet */
/* 17573 */   /* responsive portrait tablet */
/* 17574 */ }
/* 17575 */ @media (min-width: 1140px) {
/* 17576 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17577 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17578 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17579 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17580 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17581 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17582 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17583 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17584 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17585 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17586 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
/* 17587 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
/* 17588 */     padding-left: 18px;
/* 17589 */     padding-right: 18px;
/* 17590 */   }
/* 17591 */ }
/* 17592 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17593 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17594 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17595 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17596 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17597 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17598 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17599 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17600 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,

/* td_standard_pack_main.css */

/* 17601 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17602 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17603 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
/* 17604 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
/* 17605 */     padding-left: 15px;
/* 17606 */     padding-right: 15px;
/* 17607 */   }
/* 17608 */ }
/* 17609 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17610 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17611 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17612 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17613 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17614 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17615 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17616 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17617 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
/* 17618 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17619 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
/* 17620 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
/* 17621 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
/* 17622 */     padding-left: 13px;
/* 17623 */     padding-right: 13px;
/* 17624 */   }
/* 17625 */ }
/* 17626 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17627 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17628 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17629 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17630 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17631 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
/* 17632 */   /* responsive landscape tablet */
/* 17633 */   /* responsive portrait tablet */
/* 17634 */ }
/* 17635 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17636 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17637 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17638 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17639 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17640 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
/* 17641 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
/* 17642 */     padding-top: 15px;
/* 17643 */   }
/* 17644 */ }
/* 17645 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17646 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17647 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
/* 17648 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17649 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
/* 17650 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,

/* td_standard_pack_main.css */

/* 17651 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
/* 17652 */     padding-top: 13px;
/* 17653 */   }
/* 17654 */ }
/* 17655 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
/* 17656 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
/* 17657 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
/* 17658 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
/* 17659 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
/* 17660 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
/* 17661 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
/* 17662 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
/* 17663 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
/* 17664 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
/* 17665 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info,
/* 17666 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
/* 17667 */   /* desktop only */
/* 17668 */ }
/* 17669 */ @media (min-width: 1140px) {
/* 17670 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
/* 17671 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
/* 17672 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
/* 17673 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
/* 17674 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
/* 17675 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
/* 17676 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
/* 17677 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
/* 17678 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
/* 17679 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
/* 17680 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info,
/* 17681 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
/* 17682 */     padding-left: 18px;
/* 17683 */     padding-right: 18px;
/* 17684 */   }
/* 17685 */ }
/* 17686 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container,
/* 17687 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
/* 17688 */   /* landscape tablet + desktop */
/* 17689 */ }
/* 17690 */ @media (min-width: 1018px) {
/* 17691 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container,
/* 17692 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
/* 17693 */     width: auto;
/* 17694 */     max-width: 80%;
/* 17695 */   }
/* 17696 */ }
/* 17697 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container,
/* 17698 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
/* 17699 */   /* desktop only */
/* 17700 */ }

/* td_standard_pack_main.css */

/* 17701 */ @media (min-width: 1140px) {
/* 17702 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container,
/* 17703 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
/* 17704 */     width: auto;
/* 17705 */     max-width: 85%;
/* 17706 */   }
/* 17707 */ }
/* 17708 */ /*
/* 17709 *|   Big grid fl 8
/* 17710 *| */
/* 17711 */ .td_block_big_grid_fl_8 {
/* 17712 */   /* responsive portrait phone */
/* 17713 */   /* desktop only */
/* 17714 */   /* responsive portrait tablet */
/* 17715 */ }
/* 17716 */ .td_block_big_grid_fl_8 .td-big-grid-post {
/* 17717 */   float: left;
/* 17718 */ }
/* 17719 */ .td_block_big_grid_fl_8.td-big-grids {
/* 17720 */   /* desktop + tablet */
/* 17721 */ }
/* 17722 */ @media (min-width: 767px) {
/* 17723 */   .td_block_big_grid_fl_8.td-big-grids {
/* 17724 */     margin-bottom: 40px;
/* 17725 */   }
/* 17726 */ }
/* 17727 */ .td_block_big_grid_fl_8 .td_module_mx19 {
/* 17728 */   width: 50%;
/* 17729 */   padding-top: 36%;
/* 17730 */   /* desktop only */
/* 17731 */   /* responsive portrait tablet */
/* 17732 */ }
/* 17733 */ @media (min-width: 1018px) {
/* 17734 */   .td_block_big_grid_fl_8 .td_module_mx19 .entry-title {
/* 17735 */     font-size: 19px;
/* 17736 */     line-height: 24px;
/* 17737 */   }
/* 17738 */   .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container {
/* 17739 */     padding: 0 20px 18px;
/* 17740 */   }
/* 17741 */ }
/* 17742 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17743 */   .td_block_big_grid_fl_8 .td_module_mx19 {
/* 17744 */     padding-top: 44%;
/* 17745 */   }
/* 17746 */ }
/* 17747 */ .td_block_big_grid_fl_8 .td_module_mx25 {
/* 17748 */   width: 25%;
/* 17749 */   padding-top: 18%;
/* 17750 */   /* desktop only */

/* td_standard_pack_main.css */

/* 17751 */   /* responsive portrait tablet */
/* 17752 */ }
/* 17753 */ @media (min-width: 1018px) {
/* 17754 */   .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
/* 17755 */     font-size: 13px;
/* 17756 */     line-height: 18px;
/* 17757 */   }
/* 17758 */   .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
/* 17759 */     padding: 0 10px 13px;
/* 17760 */   }
/* 17761 */ }
/* 17762 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17763 */   .td_block_big_grid_fl_8 .td_module_mx25 {
/* 17764 */     padding-top: 22%;
/* 17765 */   }
/* 17766 */   .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
/* 17767 */     font-size: 12px !important;
/* 17768 */     line-height: 15px !important;
/* 17769 */   }
/* 17770 */ }
/* 17771 */ .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
/* 17772 */ .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
/* 17773 */ .td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
/* 17774 */ .td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
/* 17775 */   /* landscape tablet + desktop */
/* 17776 */   /* responsive portrait tablet */
/* 17777 */ }
/* 17778 */ @media (min-width: 1019px) {
/* 17779 */   .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
/* 17780 */   .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
/* 17781 */   .td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
/* 17782 */   .td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
/* 17783 */     top: -6px;
/* 17784 */   }
/* 17785 */ }
/* 17786 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17787 */   .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
/* 17788 */   .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
/* 17789 */   .td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
/* 17790 */   .td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
/* 17791 */     top: -2px;
/* 17792 */   }
/* 17793 */ }
/* 17794 */ .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
/* 17795 */ .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
/* 17796 */   /* landscape tablet + desktop */
/* 17797 */   /* responsive portrait tablet */
/* 17798 */ }
/* 17799 */ @media (min-width: 1019px) {
/* 17800 */   .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,

/* td_standard_pack_main.css */

/* 17801 */   .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
/* 17802 */     top: 6px;
/* 17803 */   }
/* 17804 */ }
/* 17805 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17806 */   .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
/* 17807 */   .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
/* 17808 */     top: 2px;
/* 17809 */   }
/* 17810 */ }
/* 17811 */ .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
/* 17812 */ .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
/* 17813 */   /* landscape tablet + desktop */
/* 17814 */   /* responsive portrait tablet */
/* 17815 */ }
/* 17816 */ @media (min-width: 1019px) {
/* 17817 */   .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
/* 17818 */   .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
/* 17819 */     bottom: 6px;
/* 17820 */   }
/* 17821 */ }
/* 17822 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17823 */   .td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
/* 17824 */   .td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
/* 17825 */     bottom: 2px;
/* 17826 */   }
/* 17827 */ }
/* 17828 */ .td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
/* 17829 */ .td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
/* 17830 */ .td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
/* 17831 */ .td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
/* 17832 */   top: auto;
/* 17833 */   /* landscape tablet + desktop */
/* 17834 */   /* responsive portrait tablet */
/* 17835 */ }
/* 17836 */ @media (min-width: 1019px) {
/* 17837 */   .td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
/* 17838 */   .td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
/* 17839 */   .td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
/* 17840 */   .td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
/* 17841 */     bottom: -6px;
/* 17842 */   }
/* 17843 */ }
/* 17844 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17845 */   .td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
/* 17846 */   .td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
/* 17847 */   .td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
/* 17848 */   .td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
/* 17849 */     bottom: -2px;
/* 17850 */   }

/* td_standard_pack_main.css */

/* 17851 */ }
/* 17852 */ @media (max-width: 767px) {
/* 17853 */   .td_block_big_grid_fl_8 .td-big-grid-post-0 {
/* 17854 */     width: 100%;
/* 17855 */     float: none;
/* 17856 */   }
/* 17857 */ }
/* 17858 */ .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap {
/* 17859 */   /* responsive portrait phone */
/* 17860 */ }
/* 17861 */ @media (max-width: 767px) {
/* 17862 */   .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap {
/* 17863 */     width: 100% !important;
/* 17864 */     padding-right: 0;
/* 17865 */   }
/* 17866 */   .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
/* 17867 */     font-size: 19px !important;
/* 17868 */     line-height: 24px !important;
/* 17869 */   }
/* 17870 */   .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-meta-info-container {
/* 17871 */     padding: 0 13px 14px;
/* 17872 */   }
/* 17873 */   .td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-module-thumb {
/* 17874 */     height: 215px !important;
/* 17875 */   }
/* 17876 */ }
/* 17877 */ @media (min-width: 1018px) {
/* 17878 */   .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 17879 */   .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 17880 */   .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 17881 */   .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 17882 */   .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 17883 */   .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
/* 17884 */     padding-left: 20px;
/* 17885 */     padding-right: 20px;
/* 17886 */   }
/* 17887 */   .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 17888 */   .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 17889 */   .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 17890 */   .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 17891 */   .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 17892 */   .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 17893 */     padding-left: 10px;
/* 17894 */     padding-right: 10px;
/* 17895 */   }
/* 17896 */ }
/* 17897 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17898 */   .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
/* 17899 */     width: 100%;
/* 17900 */     max-width: none;

/* td_standard_pack_main.css */

/* 17901 */   }
/* 17902 */   .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container .td-module-meta-info {
/* 17903 */     display: none;
/* 17904 */   }
/* 17905 */   .td_block_big_grid_fl_8.td-grid-style-5 .td_module_mx19 .td-module-meta-info,
/* 17906 */   .td_block_big_grid_fl_8.td-grid-style-6 .td_module_mx19 .td-module-meta-info {
/* 17907 */     display: none;
/* 17908 */   }
/* 17909 */ }
/* 17910 */ .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 17911 */ .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
/* 17912 */   /* landscape tablet + desktop */
/* 17913 */   /* responsive portrait tablet */
/* 17914 */ }
/* 17915 */ @media (min-width: 1019px) {
/* 17916 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 17917 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
/* 17918 */     bottom: 15px !important;
/* 17919 */   }
/* 17920 */ }
/* 17921 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17922 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 17923 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
/* 17924 */     bottom: 11px !important;
/* 17925 */   }
/* 17926 */ }
/* 17927 */ .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 17928 */ .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
/* 17929 */   /* landscape tablet + desktop */
/* 17930 */   /* responsive portrait tablet */
/* 17931 */ }
/* 17932 */ @media (min-width: 1019px) {
/* 17933 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 17934 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
/* 17935 */     padding-top: 17px;
/* 17936 */   }
/* 17937 */ }
/* 17938 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17939 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 17940 */   .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
/* 17941 */     padding-top: 13px;
/* 17942 */   }
/* 17943 */ }
/* 17944 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
/* 17945 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
/* 17946 */   padding-top: 28%;
/* 17947 */   /* landscape table + desktop */
/* 17948 */   /* responsive landscape tablet */
/* 17949 */   /* responsive portrait tablet */
/* 17950 */ }

/* td_standard_pack_main.css */

/* 17951 */ @media (min-width: 1019px) {
/* 17952 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19 .entry-title,
/* 17953 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 .entry-title {
/* 17954 */     font-size: 23px;
/* 17955 */     line-height: 30px;
/* 17956 */   }
/* 17957 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container,
/* 17958 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container {
/* 17959 */     padding: 0 20px 20px;
/* 17960 */   }
/* 17961 */ }
/* 17962 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17963 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
/* 17964 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
/* 17965 */     padding-top: 36%;
/* 17966 */   }
/* 17967 */ }
/* 17968 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 17969 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
/* 17970 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
/* 17971 */     padding-top: 40%;
/* 17972 */   }
/* 17973 */ }
/* 17974 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
/* 17975 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
/* 17976 */   padding-top: 14%;
/* 17977 */   /* desktop only */
/* 17978 */   /* responsive landscape tablet */
/* 17979 */   /* responsive portrait tablet */
/* 17980 */ }
/* 17981 */ @media (min-width: 1140px) {
/* 17982 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
/* 17983 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
/* 17984 */     font-size: 19px;
/* 17985 */     line-height: 24px;
/* 17986 */   }
/* 17987 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
/* 17988 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
/* 17989 */     padding: 0 20px 18px;
/* 17990 */   }
/* 17991 */ }
/* 17992 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 17993 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
/* 17994 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
/* 17995 */     padding-top: 18%;
/* 17996 */   }
/* 17997 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
/* 17998 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
/* 17999 */     font-size: 15px;
/* 18000 */     line-height: 20px;

/* td_standard_pack_main.css */

/* 18001 */   }
/* 18002 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-post-category,
/* 18003 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-post-category {
/* 18004 */     margin-bottom: 10px;
/* 18005 */   }
/* 18006 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
/* 18007 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
/* 18008 */     padding: 0 10px 18px;
/* 18009 */   }
/* 18010 */ }
/* 18011 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18012 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
/* 18013 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
/* 18014 */     padding-top: 20%;
/* 18015 */   }
/* 18016 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
/* 18017 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
/* 18018 */     font-size: 12px !important;
/* 18019 */     line-height: 15px !important;
/* 18020 */   }
/* 18021 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
/* 18022 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
/* 18023 */     padding: 0 10px 13px;
/* 18024 */   }
/* 18025 */ }
/* 18026 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2,
/* 18027 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2,
/* 18028 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3,
/* 18029 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3,
/* 18030 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7,
/* 18031 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 {
/* 18032 */   /* landscape table + desktop */
/* 18033 */ }
/* 18034 */ @media (min-width: 1019px) {
/* 18035 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 18036 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 18037 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 18038 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 18039 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 18040 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 18041 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 18042 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 18043 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 18044 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 18045 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
/* 18046 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
/* 18047 */     padding-left: 20px;
/* 18048 */     padding-right: 20px;
/* 18049 */   }
/* 18050 */ }

/* td_standard_pack_main.css */

/* 18051 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18052 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18053 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18054 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18055 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18056 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18057 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18058 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18059 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18060 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18061 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
/* 18062 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18063 */   /* desktop only */
/* 18064 */   /* responsive landscape + portrait tablet */
/* 18065 */ }
/* 18066 */ @media (min-width: 1140px) {
/* 18067 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18068 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18069 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18070 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18071 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18072 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18073 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18074 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18075 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18076 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18077 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
/* 18078 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18079 */     padding-left: 20px;
/* 18080 */     padding-right: 20px;
/* 18081 */   }
/* 18082 */ }
/* 18083 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 18084 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18085 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18086 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18087 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18088 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18089 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18090 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18091 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18092 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18093 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18094 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
/* 18095 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18096 */     padding-left: 10px;
/* 18097 */     padding-right: 10px;
/* 18098 */   }
/* 18099 */ }
/* 18100 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,

/* td_standard_pack_main.css */

/* 18101 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
/* 18102 */   /* responsive landscape tablet */
/* 18103 */   /* responsive portrait tablet */
/* 18104 */ }
/* 18105 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 18106 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
/* 18107 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
/* 18108 */     padding: 0 14px 16px;
/* 18109 */   }
/* 18110 */ }
/* 18111 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18112 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
/* 18113 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
/* 18114 */     padding: 0 13px 9px;
/* 18115 */   }
/* 18116 */ }
/* 18117 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4,
/* 18118 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 {
/* 18119 */   /* desktop only */
/* 18120 */   /* responsive portrait tablet */
/* 18121 */ }
/* 18122 */ @media (min-width: 1140px) {
/* 18123 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
/* 18124 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
/* 18125 */     width: auto;
/* 18126 */     max-width: 80%;
/* 18127 */   }
/* 18128 */ }
/* 18129 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18130 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container,
/* 18131 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
/* 18132 */     width: 100%;
/* 18133 */     max-width: none;
/* 18134 */   }
/* 18135 */ }
/* 18136 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 18137 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 18138 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
/* 18139 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
/* 18140 */   /* landscape tablet + desktop */
/* 18141 */   /* responsive portrait tablet */
/* 18142 */ }
/* 18143 */ @media (min-width: 1019px) {
/* 18144 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 18145 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 18146 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
/* 18147 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
/* 18148 */     bottom: 20px !important;
/* 18149 */   }
/* 18150 */ }

/* td_standard_pack_main.css */

/* 18151 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18152 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 18153 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
/* 18154 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
/* 18155 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
/* 18156 */     bottom: 11px !important;
/* 18157 */   }
/* 18158 */ }
/* 18159 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 18160 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 18161 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
/* 18162 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
/* 18163 */   /* landscape tablet + desktop */
/* 18164 */   /* responsive portrait tablet */
/* 18165 */ }
/* 18166 */ @media (min-width: 1019px) {
/* 18167 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 18168 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 18169 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
/* 18170 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
/* 18171 */     padding-top: 24px;
/* 18172 */   }
/* 18173 */ }
/* 18174 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18175 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 18176 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
/* 18177 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
/* 18178 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
/* 18179 */     padding-top: 13px;
/* 18180 */   }
/* 18181 */ }
/* 18182 */ /*
/* 18183 *|   Big grid fl 9
/* 18184 *| */
/* 18185 */ .td_block_big_grid_fl_9 {
/* 18186 */   /* responsive portrait phone */
/* 18187 */   /* landscape tablet + desktop */
/* 18188 */   /* responsive landscape + portrait tablet */
/* 18189 */   /* responsive portrait tablet */
/* 18190 */   /* responsive portrait phone */
/* 18191 */ }
/* 18192 */ .td_block_big_grid_fl_9 .td-big-grid-post {
/* 18193 */   float: left;
/* 18194 */ }
/* 18195 */ .td_block_big_grid_fl_9 .td_module_mx19 {
/* 18196 */   width: 50%;
/* 18197 */   padding-top: 38%;
/* 18198 */   /* desktop only */
/* 18199 */   /* responsive portrait tablet */
/* 18200 */ }

/* td_standard_pack_main.css */

/* 18201 */ @media (min-width: 1018px) {
/* 18202 */   .td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
/* 18203 */     font-size: 19px;
/* 18204 */     line-height: 24px;
/* 18205 */   }
/* 18206 */   .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
/* 18207 */     padding: 0 20px 18px;
/* 18208 */   }
/* 18209 */ }
/* 18210 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18211 */   .td_block_big_grid_fl_9 .td_module_mx19 {
/* 18212 */     padding-top: 42%;
/* 18213 */   }
/* 18214 */ }
/* 18215 */ .td_block_big_grid_fl_9 .td_module_mx26 {
/* 18216 */   width: 50%;
/* 18217 */   padding-top: 22%;
/* 18218 */   /* desktop only */
/* 18219 */   /* responsive portrait tablet */
/* 18220 */ }
/* 18221 */ @media (min-width: 1018px) {
/* 18222 */   .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
/* 18223 */     font-size: 17px;
/* 18224 */     line-height: 22px;
/* 18225 */   }
/* 18226 */   .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
/* 18227 */     padding: 0 15px 18px;
/* 18228 */   }
/* 18229 */ }
/* 18230 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18231 */   .td_block_big_grid_fl_9 .td_module_mx26 {
/* 18232 */     padding-top: 25%;
/* 18233 */   }
/* 18234 */   .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
/* 18235 */     font-size: 15px !important;
/* 18236 */     line-height: 20px !important;
/* 18237 */   }
/* 18238 */ }
/* 18239 */ @media (max-width: 767px) {
/* 18240 */   .td_block_big_grid_fl_9 .td-big-grid-post-0 {
/* 18241 */     width: 100%;
/* 18242 */     float: none;
/* 18243 */   }
/* 18244 */   .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
/* 18245 */     padding: 0 10px 11px;
/* 18246 */   }
/* 18247 */ }
/* 18248 */ .td_block_big_grid_fl_9 .td_module_mx25 {
/* 18249 */   width: 25%;
/* 18250 */   padding-top: 16%;

/* td_standard_pack_main.css */

/* 18251 */   /* tablet + desktop */
/* 18252 */   /* responsive portrait tablet */
/* 18253 */ }
/* 18254 */ @media (min-width: 767px) {
/* 18255 */   .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
/* 18256 */     font-size: 13px;
/* 18257 */     line-height: 18px;
/* 18258 */   }
/* 18259 */   .td_block_big_grid_fl_9 .td_module_mx25 .td-post-category {
/* 18260 */     margin-bottom: 10px;
/* 18261 */   }
/* 18262 */   .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
/* 18263 */     padding: 0 10px 13px;
/* 18264 */   }
/* 18265 */ }
/* 18266 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18267 */   .td_block_big_grid_fl_9 .td_module_mx25 {
/* 18268 */     padding-top: 17%;
/* 18269 */   }
/* 18270 */ }
/* 18271 */ @media (min-width: 1018px) {
/* 18272 */   .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 18273 */   .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 18274 */   .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 18275 */   .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 18276 */   .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 18277 */   .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
/* 18278 */     padding-left: 20px;
/* 18279 */     padding-right: 20px;
/* 18280 */   }
/* 18281 */   .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
/* 18282 */   .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
/* 18283 */   .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
/* 18284 */   .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
/* 18285 */   .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
/* 18286 */   .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info {
/* 18287 */     padding-left: 15px;
/* 18288 */     padding-right: 15px;
/* 18289 */   }
/* 18290 */   .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18291 */   .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18292 */   .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18293 */   .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18294 */   .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18295 */   .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18296 */     padding-left: 10px;
/* 18297 */     padding-right: 10px;
/* 18298 */   }
/* 18299 */   .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx_rd_bg_32 .td-meta-info-container {
/* 18300 */     padding: 0 17px 23px;

/* td_standard_pack_main.css */

/* 18301 */   }
/* 18302 */ }
/* 18303 */ .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
/* 18304 */ .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
/* 18305 */   /* landscape tablet + desktop */
/* 18306 */   /* responsive portrait tablet */
/* 18307 */ }
/* 18308 */ @media (min-width: 1019px) {
/* 18309 */   .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
/* 18310 */   .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
/* 18311 */     top: -6px;
/* 18312 */   }
/* 18313 */ }
/* 18314 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18315 */   .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
/* 18316 */   .td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
/* 18317 */     top: -2px;
/* 18318 */   }
/* 18319 */ }
/* 18320 */ .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
/* 18321 */   /* landscape tablet + desktop */
/* 18322 */   /* responsive portrait tablet */
/* 18323 */ }
/* 18324 */ @media (min-width: 1019px) {
/* 18325 */   .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
/* 18326 */     top: 6px;
/* 18327 */   }
/* 18328 */ }
/* 18329 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18330 */   .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
/* 18331 */     top: 2px;
/* 18332 */   }
/* 18333 */ }
/* 18334 */ .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
/* 18335 */   /* landscape tablet + desktop */
/* 18336 */   /* responsive portrait tablet */
/* 18337 */ }
/* 18338 */ @media (min-width: 1019px) {
/* 18339 */   .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
/* 18340 */     bottom: 6px;
/* 18341 */   }
/* 18342 */ }
/* 18343 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18344 */   .td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
/* 18345 */     bottom: 2px;
/* 18346 */   }
/* 18347 */ }
/* 18348 */ .td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
/* 18349 */ .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
/* 18350 */ .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,

/* td_standard_pack_main.css */

/* 18351 */ .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
/* 18352 */   top: auto;
/* 18353 */   /* landscape tablet + desktop */
/* 18354 */   /* responsive portrait tablet */
/* 18355 */ }
/* 18356 */ @media (min-width: 1019px) {
/* 18357 */   .td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
/* 18358 */   .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
/* 18359 */   .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
/* 18360 */   .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
/* 18361 */     bottom: -6px;
/* 18362 */   }
/* 18363 */ }
/* 18364 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18365 */   .td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
/* 18366 */   .td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
/* 18367 */   .td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
/* 18368 */   .td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
/* 18369 */     bottom: -2px;
/* 18370 */   }
/* 18371 */ }
/* 18372 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 18373 */   .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
/* 18374 */   .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx26 .td-meta-info-container {
/* 18375 */     width: 100%;
/* 18376 */     max-width: none;
/* 18377 */   }
/* 18378 */ }
/* 18379 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18380 */   .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
/* 18381 */     width: 100%;
/* 18382 */     max-width: none;
/* 18383 */   }
/* 18384 */   .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-module-meta-info {
/* 18385 */     display: none;
/* 18386 */   }
/* 18387 */ }
/* 18388 */ @media (max-width: 767px) {
/* 18389 */   .td_block_big_grid_fl_9.td-grid-style-2 .td-big-grid-post-1 .td-big-grid-meta,
/* 18390 */   .td_block_big_grid_fl_9.td-grid-style-3 .td-big-grid-post-1 .td-big-grid-meta {
/* 18391 */     padding: 11px 11px 0;
/* 18392 */   }
/* 18393 */   .td_block_big_grid_fl_9.td-grid-style-4 .td-big-grid-post-1 .td-module-title {
/* 18394 */     padding-bottom: 3px;
/* 18395 */   }
/* 18396 */ }
/* 18397 */ .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap {
/* 18398 */   /* responsive portrait phone */
/* 18399 */ }
/* 18400 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 18401 */   .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap {
/* 18402 */     width: 100% !important;
/* 18403 */     padding-right: 0;
/* 18404 */   }
/* 18405 */   .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
/* 18406 */     font-size: 19px !important;
/* 18407 */     line-height: 24px !important;
/* 18408 */   }
/* 18409 */   .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container {
/* 18410 */     padding: 0 13px 14px;
/* 18411 */   }
/* 18412 */   .td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-module-thumb {
/* 18413 */     height: 215px !important;
/* 18414 */   }
/* 18415 */ }
/* 18416 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9,
/* 18417 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 {
/* 18418 */   /* desktop only */
/* 18419 */ }
/* 18420 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
/* 18421 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
/* 18422 */   padding-top: 32%;
/* 18423 */   /* desktop only */
/* 18424 */   /* responsive landscape tablet */
/* 18425 */   /* responsive portrait tablet */
/* 18426 */ }
/* 18427 */ @media (min-width: 1019px) {
/* 18428 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .entry-title,
/* 18429 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
/* 18430 */     font-size: 23px;
/* 18431 */     line-height: 30px;
/* 18432 */   }
/* 18433 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container,
/* 18434 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
/* 18435 */     padding: 0 20px 20px;
/* 18436 */   }
/* 18437 */ }
/* 18438 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 18439 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
/* 18440 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
/* 18441 */     padding-top: 36%;
/* 18442 */   }
/* 18443 */ }
/* 18444 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18445 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
/* 18446 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
/* 18447 */     padding-top: 40%;
/* 18448 */   }
/* 18449 */ }
/* 18450 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,

/* td_standard_pack_main.css */

/* 18451 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
/* 18452 */   padding-top: 21%;
/* 18453 */   /* desktop only */
/* 18454 */   /* responsive landscape tablet */
/* 18455 */   /* responsive portrait tablet */
/* 18456 */ }
/* 18457 */ @media (min-width: 1140px) {
/* 18458 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .entry-title,
/* 18459 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
/* 18460 */     font-size: 19px;
/* 18461 */     line-height: 24px;
/* 18462 */   }
/* 18463 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container,
/* 18464 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
/* 18465 */     padding: 0 20px 18px;
/* 18466 */   }
/* 18467 */ }
/* 18468 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 18469 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
/* 18470 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
/* 18471 */     padding-top: 21%;
/* 18472 */   }
/* 18473 */ }
/* 18474 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18475 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
/* 18476 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
/* 18477 */     padding-top: 23%;
/* 18478 */   }
/* 18479 */ }
/* 18480 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
/* 18481 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
/* 18482 */   padding-top: 11%;
/* 18483 */   /* desktop only */
/* 18484 */   /* responsive landscape tablet */
/* 18485 */   /* responsive portrait tablet */
/* 18486 */ }
/* 18487 */ @media (min-width: 1140px) {
/* 18488 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
/* 18489 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
/* 18490 */     font-size: 17px;
/* 18491 */     line-height: 22px;
/* 18492 */   }
/* 18493 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container,
/* 18494 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
/* 18495 */     padding: 0 20px 18px;
/* 18496 */   }
/* 18497 */ }
/* 18498 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 18499 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
/* 18500 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {

/* td_standard_pack_main.css */

/* 18501 */     padding-top: 15%;
/* 18502 */   }
/* 18503 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
/* 18504 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
/* 18505 */     font-size: 15px;
/* 18506 */     line-height: 20px;
/* 18507 */   }
/* 18508 */ }
/* 18509 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18510 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
/* 18511 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
/* 18512 */     padding-top: 17%;
/* 18513 */   }
/* 18514 */ }
/* 18515 */ @media (min-width: 1140px) {
/* 18516 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 18517 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 18518 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 18519 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 18520 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 18521 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 18522 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
/* 18523 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
/* 18524 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
/* 18525 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
/* 18526 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
/* 18527 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
/* 18528 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18529 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18530 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18531 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18532 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18533 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18534 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 18535 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 18536 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 18537 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 18538 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
/* 18539 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
/* 18540 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
/* 18541 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
/* 18542 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
/* 18543 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
/* 18544 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
/* 18545 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
/* 18546 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18547 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18548 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18549 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18550 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info,

/* td_standard_pack_main.css */

/* 18551 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18552 */     padding-left: 20px;
/* 18553 */     padding-right: 20px;
/* 18554 */   }
/* 18555 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
/* 18556 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
/* 18557 */     width: auto;
/* 18558 */     max-width: 80%;
/* 18559 */   }
/* 18560 */ }
/* 18561 */ /*
/* 18562 *|   Big grid full 10
/* 18563 *| */
/* 18564 */ .td_block_big_grid_fl_10 {
/* 18565 */   /* responsive portrait phone */
/* 18566 */   /* responsive landscape + portrait tablet */
/* 18567 */   /* responsive portrait phone */
/* 18568 */ }
/* 18569 */ .td_block_big_grid_fl_10 .td-big-grid-post {
/* 18570 */   float: left;
/* 18571 */ }
/* 18572 */ .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
/* 18573 */ .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
/* 18574 */ .td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
/* 18575 */ .td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
/* 18576 */   /* landscape tablet + desktop */
/* 18577 */   /* responsive portrait tablet */
/* 18578 */ }
/* 18579 */ @media (min-width: 1019px) {
/* 18580 */   .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
/* 18581 */   .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
/* 18582 */   .td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
/* 18583 */   .td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
/* 18584 */     top: -6px;
/* 18585 */   }
/* 18586 */ }
/* 18587 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18588 */   .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
/* 18589 */   .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
/* 18590 */   .td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
/* 18591 */   .td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
/* 18592 */     top: -2px;
/* 18593 */   }
/* 18594 */ }
/* 18595 */ .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
/* 18596 */ .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
/* 18597 */   /* landscape tablet + desktop */
/* 18598 */   /* responsive portrait tablet */
/* 18599 */ }
/* 18600 */ @media (min-width: 1019px) {

/* td_standard_pack_main.css */

/* 18601 */   .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
/* 18602 */   .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
/* 18603 */     top: 6px;
/* 18604 */   }
/* 18605 */ }
/* 18606 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18607 */   .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
/* 18608 */   .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
/* 18609 */     top: 2px;
/* 18610 */   }
/* 18611 */ }
/* 18612 */ .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
/* 18613 */ .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
/* 18614 */   /* landscape tablet + desktop */
/* 18615 */   /* responsive portrait tablet */
/* 18616 */ }
/* 18617 */ @media (min-width: 1019px) {
/* 18618 */   .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
/* 18619 */   .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
/* 18620 */     bottom: 6px;
/* 18621 */   }
/* 18622 */ }
/* 18623 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18624 */   .td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
/* 18625 */   .td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
/* 18626 */     bottom: 2px;
/* 18627 */   }
/* 18628 */ }
/* 18629 */ .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
/* 18630 */ .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
/* 18631 */ .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
/* 18632 */ .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
/* 18633 */   /* tablet + desktop */
/* 18634 */   /* landscape tablet + desktop */
/* 18635 */   /* responsive portrait tablet */
/* 18636 */ }
/* 18637 */ @media (min-width: 768px) {
/* 18638 */   .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
/* 18639 */   .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
/* 18640 */   .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
/* 18641 */   .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
/* 18642 */     top: auto;
/* 18643 */   }
/* 18644 */ }
/* 18645 */ @media (min-width: 1019px) {
/* 18646 */   .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
/* 18647 */   .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
/* 18648 */   .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
/* 18649 */   .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
/* 18650 */     bottom: -6px;

/* td_standard_pack_main.css */

/* 18651 */   }
/* 18652 */ }
/* 18653 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18654 */   .td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
/* 18655 */   .td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
/* 18656 */   .td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
/* 18657 */   .td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
/* 18658 */     bottom: -2px;
/* 18659 */   }
/* 18660 */ }
/* 18661 */ .td_block_big_grid_fl_10 .td_module_mx25 {
/* 18662 */   width: 24.5%;
/* 18663 */   padding-top: 18%;
/* 18664 */   /* tablet + desktop */
/* 18665 */   /* responsive portrait tablet */
/* 18666 */   /* responsive portrait phone */
/* 18667 */ }
/* 18668 */ @media (min-width: 767px) {
/* 18669 */   .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
/* 18670 */     font-size: 13px;
/* 18671 */     line-height: 18px;
/* 18672 */   }
/* 18673 */   .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
/* 18674 */     padding: 0 10px 13px;
/* 18675 */   }
/* 18676 */ }
/* 18677 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18678 */   .td_block_big_grid_fl_10 .td_module_mx25 {
/* 18679 */     padding-top: 21%;
/* 18680 */   }
/* 18681 */   .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
/* 18682 */     font-size: 12px !important;
/* 18683 */     line-height: 15px !important;
/* 18684 */   }
/* 18685 */ }
/* 18686 */ @media (max-width: 767px) {
/* 18687 */   .td_block_big_grid_fl_10 .td_module_mx25 {
/* 18688 */     width: 100%;
/* 18689 */   }
/* 18690 */ }
/* 18691 */ .td_block_big_grid_fl_10 .td_module_mx19 {
/* 18692 */   width: 51%;
/* 18693 */   padding-top: 36%;
/* 18694 */   /* desktop only */
/* 18695 */   /* responsive portrait tablet */
/* 18696 */   /* responsive portrait phone */
/* 18697 */ }
/* 18698 */ @media (min-width: 1018px) {
/* 18699 */   .td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
/* 18700 */     font-size: 19px;

/* td_standard_pack_main.css */

/* 18701 */     line-height: 24px;
/* 18702 */   }
/* 18703 */   .td_block_big_grid_fl_10 .td_module_mx19 .td-post-category {
/* 18704 */     margin-bottom: 10px;
/* 18705 */   }
/* 18706 */   .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
/* 18707 */     padding: 0 20px 18px;
/* 18708 */   }
/* 18709 */ }
/* 18710 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18711 */   .td_block_big_grid_fl_10 .td_module_mx19 {
/* 18712 */     padding-top: 42%;
/* 18713 */   }
/* 18714 */ }
/* 18715 */ @media (max-width: 767px) {
/* 18716 */   .td_block_big_grid_fl_10 .td_module_mx19 {
/* 18717 */     width: 46%;
/* 18718 */   }
/* 18719 */ }
/* 18720 */ .td_block_big_grid_fl_10 .td-module-image {
/* 18721 */   position: absolute;
/* 18722 */   top: 0;
/* 18723 */   lefT: 0;
/* 18724 */   width: 100%;
/* 18725 */   height: 100%;
/* 18726 */ }
/* 18727 */ .td_block_big_grid_fl_10 .td-big-grid-column {
/* 18728 */   width: 24.5%;
/* 18729 */   display: block;
/* 18730 */   float: left;
/* 18731 */   /* responsive portrait phone */
/* 18732 */ }
/* 18733 */ @media (max-width: 767px) {
/* 18734 */   .td_block_big_grid_fl_10 .td-big-grid-column {
/* 18735 */     width: 100%;
/* 18736 */     float: none;
/* 18737 */   }
/* 18738 */ }
/* 18739 */ .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18740 */   width: 100%;
/* 18741 */   /* landscape tablet + desktop */
/* 18742 */   /* responsive portrait tablet */
/* 18743 */   /* responsive portrait phone */
/* 18744 */ }
/* 18745 */ @media (min-width: 1018px) {
/* 18746 */   .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18747 */     padding-top: 73.5%;
/* 18748 */   }
/* 18749 */ }
/* 18750 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 18751 */   .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18752 */     padding-top: 85.7%;
/* 18753 */   }
/* 18754 */ }
/* 18755 */ @media (max-width: 767px) {
/* 18756 */   .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18757 */     float: left;
/* 18758 */   }
/* 18759 */   .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25:first-child {
/* 18760 */     margin-bottom: 3px;
/* 18761 */   }
/* 18762 */ }
/* 18763 */ @media (max-width: 767px) {
/* 18764 */   .td_block_big_grid_fl_10 .td-big-grid-post-1,
/* 18765 */   .td_block_big_grid_fl_10 .td-big-grid-post-2 {
/* 18766 */     height: 260px;
/* 18767 */     padding: 0;
/* 18768 */   }
/* 18769 */   .td_block_big_grid_fl_10 .td-big-grid-post-1 .entry-title {
/* 18770 */     font-size: 19px !important;
/* 18771 */     line-height: 24px !important;
/* 18772 */   }
/* 18773 */   .td_block_big_grid_fl_10 .td-big-grid-post-2 .td-meta-info-container {
/* 18774 */     padding: 0 10px 11px;
/* 18775 */   }
/* 18776 */   .td_block_big_grid_fl_10 .td-big-grid-post-2 .td-module-meta-info {
/* 18777 */     display: none;
/* 18778 */   }
/* 18779 */ }
/* 18780 */ .td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap {
/* 18781 */   /* responsive portrait phone */
/* 18782 */ }
/* 18783 */ @media (max-width: 767px) {
/* 18784 */   .td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
/* 18785 */     font-size: 19px !important;
/* 18786 */     line-height: 23px !important;
/* 18787 */   }
/* 18788 */   .td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-module-thumb {
/* 18789 */     height: 220px !important;
/* 18790 */   }
/* 18791 */ }
/* 18792 */ .td_block_big_grid_fl_10.td-grid-style-2,
/* 18793 */ .td_block_big_grid_fl_10.td-grid-style-3,
/* 18794 */ .td_block_big_grid_fl_10.td-grid-style-7 {
/* 18795 */   /* tablet + desktop */
/* 18796 */   /* desktop only */
/* 18797 */ }
/* 18798 */ @media (min-width: 767px) {
/* 18799 */   .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18800 */   .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,

/* td_standard_pack_main.css */

/* 18801 */   .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18802 */   .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18803 */   .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18804 */   .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18805 */     padding-left: 10px;
/* 18806 */     padding-right: 10px;
/* 18807 */   }
/* 18808 */ }
/* 18809 */ @media (min-width: 1018px) {
/* 18810 */   .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 18811 */   .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 18812 */   .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 18813 */   .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 18814 */   .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 18815 */   .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
/* 18816 */     padding-left: 20px;
/* 18817 */     padding-right: 20px;
/* 18818 */   }
/* 18819 */ }
/* 18820 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 18821 */   .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
/* 18822 */     width: 100%;
/* 18823 */     max-width: none;
/* 18824 */   }
/* 18825 */   .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container .td-module-meta-info {
/* 18826 */     display: none;
/* 18827 */   }
/* 18828 */ }
/* 18829 */ @media (max-width: 767px) {
/* 18830 */   .td_block_big_grid_fl_10.td-grid-style-2 .td-big-grid-post-2 .td-big-grid-meta,
/* 18831 */   .td_block_big_grid_fl_10.td-grid-style-3 .td-big-grid-post-2 .td-big-grid-meta {
/* 18832 */     padding: 11px 11px 0;
/* 18833 */   }
/* 18834 */   .td_block_big_grid_fl_10.td-grid-style-4 .td-big-grid-post-2 .entry-title {
/* 18835 */     padding-bottom: 3px;
/* 18836 */   }
/* 18837 */   .td_block_big_grid_fl_10.td-grid-style-7 .td-big-grid-post-1 .entry-title {
/* 18838 */     font-size: 26px !important;
/* 18839 */     line-height: 30px !important;
/* 18840 */   }
/* 18841 */ }
/* 18842 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10,
/* 18843 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 {
/* 18844 */   /* desktop only */
/* 18845 */ }
/* 18846 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
/* 18847 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
/* 18848 */   padding-top: 13%;
/* 18849 */   /* desktop only */
/* 18850 */   /* responsive landscape tablet */

/* td_standard_pack_main.css */

/* 18851 */   /* responsive portrait tablet */
/* 18852 */ }
/* 18853 */ @media (min-width: 1140px) {
/* 18854 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
/* 18855 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
/* 18856 */     font-size: 17px;
/* 18857 */     line-height: 22px;
/* 18858 */   }
/* 18859 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
/* 18860 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
/* 18861 */     padding: 0 17px 18px;
/* 18862 */   }
/* 18863 */ }
/* 18864 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 18865 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
/* 18866 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
/* 18867 */     padding-top: 17.52%;
/* 18868 */   }
/* 18869 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
/* 18870 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
/* 18871 */     font-size: 15px;
/* 18872 */     line-height: 20px;
/* 18873 */   }
/* 18874 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
/* 18875 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
/* 18876 */     padding: 0 10px 18px;
/* 18877 */   }
/* 18878 */ }
/* 18879 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18880 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
/* 18881 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
/* 18882 */     padding-top: 23%;
/* 18883 */   }
/* 18884 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
/* 18885 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
/* 18886 */     font-size: 13px !important;
/* 18887 */     line-height: 18px !important;
/* 18888 */   }
/* 18889 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
/* 18890 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
/* 18891 */     padding: 0 10px 13px;
/* 18892 */   }
/* 18893 */ }
/* 18894 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
/* 18895 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
/* 18896 */   padding-top: 26%;
/* 18897 */   /* desktop only */
/* 18898 */   /* responsive landscape tablet */
/* 18899 */   /* responsive portrait tablet */
/* 18900 */ }

/* td_standard_pack_main.css */

/* 18901 */ @media (min-width: 1140px) {
/* 18902 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .entry-title,
/* 18903 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
/* 18904 */     font-size: 23px;
/* 18905 */     line-height: 30px;
/* 18906 */   }
/* 18907 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container,
/* 18908 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
/* 18909 */     padding: 0 20px 20px;
/* 18910 */   }
/* 18911 */ }
/* 18912 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 18913 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
/* 18914 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
/* 18915 */     padding-top: 35%;
/* 18916 */   }
/* 18917 */ }
/* 18918 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18919 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
/* 18920 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
/* 18921 */     padding-top: 46%;
/* 18922 */   }
/* 18923 */ }
/* 18924 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
/* 18925 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18926 */   /* desktop only */
/* 18927 */   /* responsive landscape tablet */
/* 18928 */   /* responsive portrait tablet */
/* 18929 */ }
/* 18930 */ @media (min-width: 1140px) {
/* 18931 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
/* 18932 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18933 */     padding-top: 53%;
/* 18934 */   }
/* 18935 */ }
/* 18936 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 18937 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
/* 18938 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18939 */     padding-top: 71.5%;
/* 18940 */   }
/* 18941 */ }
/* 18942 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 18943 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
/* 18944 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
/* 18945 */     padding-top: 93.9%;
/* 18946 */   }
/* 18947 */ }
/* 18948 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2,
/* 18949 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2,
/* 18950 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3,

/* td_standard_pack_main.css */

/* 18951 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3,
/* 18952 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7,
/* 18953 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 {
/* 18954 */   /* desktop only */
/* 18955 */ }
/* 18956 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18957 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18958 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18959 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18960 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18961 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18962 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18963 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18964 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18965 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18966 */ .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
/* 18967 */ .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18968 */   /* desktop only */
/* 18969 */   /* responsive landscape + portrait tablet */
/* 18970 */ }
/* 18971 */ @media (min-width: 1140px) {
/* 18972 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18973 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18974 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18975 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18976 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18977 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18978 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18979 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18980 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18981 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18982 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
/* 18983 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
/* 18984 */     padding-left: 17px;
/* 18985 */     padding-right: 17px;
/* 18986 */   }
/* 18987 */ }
/* 18988 */ @media (min-width: 768px) and (max-width: 1140px) {
/* 18989 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18990 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
/* 18991 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18992 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
/* 18993 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18994 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
/* 18995 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18996 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
/* 18997 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18998 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
/* 18999 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
/* 19000 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {

/* td_standard_pack_main.css */

/* 19001 */     padding-left: 10px;
/* 19002 */     padding-right: 10px;
/* 19003 */   }
/* 19004 */ }
/* 19005 */ @media (min-width: 1140px) {
/* 19006 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 19007 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
/* 19008 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 19009 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
/* 19010 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 19011 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
/* 19012 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 19013 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
/* 19014 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 19015 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
/* 19016 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
/* 19017 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
/* 19018 */     padding-left: 20px;
/* 19019 */     padding-right: 20px;
/* 19020 */   }
/* 19021 */ }
/* 19022 */ @media (min-width: 1140px) {
/* 19023 */   .td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
/* 19024 */   .td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
/* 19025 */     width: auto;
/* 19026 */     max-width: 90%;
/* 19027 */   }
/* 19028 */ }
/* 19029 */ .td-big-grid-slide {
/* 19030 */   margin-bottom: 0;
/* 19031 */   height: 534px !important;
/* 19032 */   overflow: hidden;
/* 19033 */   /* responsive portrait phone */
/* 19034 */   /* responsive landscape tablet */
/* 19035 */   /* responsive portrait tablet */
/* 19036 */ }
/* 19037 */ @media (max-width: 767px) {
/* 19038 */   .td-big-grid-slide {
/* 19039 */     height: 451px !important;
/* 19040 */     margin-bottom: 48px !important;
/* 19041 */     margin-left: auto;
/* 19042 */     margin-right: auto;
/* 19043 */   }
/* 19044 */   .td-big-grid-slide .td-big-grid-scroll {
/* 19045 */     overflow: visible !important;
/* 19046 */     white-space: normal;
/* 19047 */   }
/* 19048 */   .td-big-grid-slide .td_module_mx10,
/* 19049 */   .td-big-grid-slide .td_module_mx9 {
/* 19050 */     display: block !important;

/* td_standard_pack_main.css */

/* 19051 */     width: 100% !important;
/* 19052 */   }
/* 19053 */   .td-big-grid-slide .td_module_mx9 .td-module-thumb {
/* 19054 */     max-height: 200px;
/* 19055 */   }
/* 19056 */   .td-big-grid-slide .td-big-grid-post-1 {
/* 19057 */     margin-bottom: 3px !important;
/* 19058 */   }
/* 19059 */   .td-big-grid-slide .td-big-grid-post-2 {
/* 19060 */     width: 50% !important;
/* 19061 */     display: inline-block !important;
/* 19062 */     margin-left: 0 !important;
/* 19063 */   }
/* 19064 */   .td-big-grid-slide .td-big-grid-post-2 .entry-thumb {
/* 19065 */     min-height: 100%;
/* 19066 */     min-width: 100%;
/* 19067 */   }
/* 19068 */   .td-big-grid-slide .td-big-grid-post-3 {
/* 19069 */     width: 50% !important;
/* 19070 */     display: inline-block !important;
/* 19071 */   }
/* 19072 */   .td-big-grid-slide .td-big-grid-post-3 .entry-thumb {
/* 19073 */     min-height: 100%;
/* 19074 */     min-width: 100%;
/* 19075 */   }
/* 19076 */ }
/* 19077 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 19078 */   .td-big-grid-slide {
/* 19079 */     height: 474px !important;
/* 19080 */   }
/* 19081 */ }
/* 19082 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19083 */   .td-big-grid-slide {
/* 19084 */     height: 384px !important;
/* 19085 */   }
/* 19086 */ }
/* 19087 */ .td-big-grid-slide .td-icon-left,
/* 19088 */ .td-big-grid-slide .td-icon-right {
/* 19089 */   z-index: 1;
/* 19090 */   padding: 20px;
/* 19091 */   position: absolute;
/* 19092 */   display: block;
/* 19093 */   height: 80px;
/* 19094 */   margin-top: -65px;
/* 19095 */   top: 50%;
/* 19096 */   font-size: 40px;
/* 19097 */   color: #fff;
/* 19098 */   opacity: 0;
/* 19099 */   -webkit-transition: opacity 0.4s;
/* 19100 */   transition: opacity 0.4s;

/* td_standard_pack_main.css */

/* 19101 */   /* responsive portrait phone */
/* 19102 */ }
/* 19103 */ @media (max-width: 767px) {
/* 19104 */   .td-big-grid-slide .td-icon-left,
/* 19105 */   .td-big-grid-slide .td-icon-right {
/* 19106 */     display: none;
/* 19107 */   }
/* 19108 */ }
/* 19109 */ .td-big-grid-slide .td-icon-left {
/* 19110 */   left: 0;
/* 19111 */ }
/* 19112 */ .td-big-grid-slide .td-icon-right {
/* 19113 */   right: 0;
/* 19114 */ }
/* 19115 */ .td-big-grid-slide:hover .td-icon-left,
/* 19116 */ .td-big-grid-slide:hover .td-icon-right {
/* 19117 */   opacity: 0.6;
/* 19118 */ }
/* 19119 */ .td-big-grid-slide .td_block_wrap {
/* 19120 */   /* responsive landscape tablet */
/* 19121 */   /* responsive portrait tablet */
/* 19122 */   /* responsive portrait phone */
/* 19123 */ }
/* 19124 */ @media (min-width: 1140px) {
/* 19125 */   .td-big-grid-slide .td_block_wrap {
/* 19126 */     width: 1068px !important;
/* 19127 */   }
/* 19128 */ }
/* 19129 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 19130 */   .td-big-grid-slide .td_block_wrap {
/* 19131 */     width: 980px !important;
/* 19132 */   }
/* 19133 */ }
/* 19134 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19135 */   .td-big-grid-slide .td_block_wrap {
/* 19136 */     width: 740px !important;
/* 19137 */   }
/* 19138 */ }
/* 19139 */ @media (max-width: 767px) {
/* 19140 */   .td-big-grid-slide .td_block_wrap {
/* 19141 */     margin: 0 !important;
/* 19142 */     padding: 0 !important;
/* 19143 */     overflow: hidden;
/* 19144 */   }
/* 19145 */ }
/* 19146 */ /*  ----------------------------------------------------------------------------
/* 19147 *|     Related / similar articles
/* 19148 *| */
/* 19149 */ /* related_posts_row */
/* 19150 */ .td-related-row {

/* td_standard_pack_main.css */

/* 19151 */   margin-right: -21px;
/* 19152 */   *zoom: 1;
/* 19153 */   /* responsive 500px phone */
/* 19154 */ }
/* 19155 */ .td-related-row:before,
/* 19156 */ .td-related-row:after {
/* 19157 */   display: table;
/* 19158 */   content: '';
/* 19159 */ }
/* 19160 */ .td-related-row:after {
/* 19161 */   clear: both;
/* 19162 */ }
/* 19163 */ .td-related-row [class*="td-related-span"] {
/* 19164 */   display: block;
/* 19165 */   min-height: 1px;
/* 19166 */   float: left;
/* 19167 */   padding-right: 24px;
/* 19168 */   padding-left: 24px;
/* 19169 */   /* responsive landscape tablet */
/* 19170 */   /* responsive portrait tablet */
/* 19171 */   /* responsive portrait phone */
/* 19172 */ }
/* 19173 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 19174 */   .td-related-row [class*="td-related-span"] {
/* 19175 */     padding-right: 20px;
/* 19176 */     padding-left: 20px;
/* 19177 */   }
/* 19178 */ }
/* 19179 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19180 */   .td-related-row [class*="td-related-span"] {
/* 19181 */     padding-right: 14px;
/* 19182 */     padding-left: 14px;
/* 19183 */   }
/* 19184 */ }
/* 19185 */ @media (max-width: 767px) {
/* 19186 */   .td-related-row [class*="td-related-span"] {
/* 19187 */     padding-right: 0;
/* 19188 */     padding-left: 0;
/* 19189 */     float: none;
/* 19190 */     width: 100%;
/* 19191 */   }
/* 19192 */ }
/* 19193 */ .td-related-row .td-related-span4 {
/* 19194 */   width: 33.33333333%;
/* 19195 */   padding-left: 0;
/* 19196 */   padding-right: 21px;
/* 19197 */   /* responsive 500px phone */
/* 19198 */ }
/* 19199 */ @media (max-width: 500px) {
/* 19200 */   .td-related-row .td-related-span4 {

/* td_standard_pack_main.css */

/* 19201 */     padding-right: 10px;
/* 19202 */   }
/* 19203 */ }
/* 19204 */ @media (max-width: 500px) {
/* 19205 */   .td-related-row {
/* 19206 */     margin-right: -10px;
/* 19207 */   }
/* 19208 */   .td-related-row .td-video-play-ico {
/* 19209 */     width: 20px;
/* 19210 */     height: 20px;
/* 19211 */     font-size: 20px;
/* 19212 */   }
/* 19213 */ }
/* 19214 */ .td-related-full-width .td-related-row {
/* 19215 */   margin-right: -22px;
/* 19216 */   /* responsive portrait phone */
/* 19217 */ }
/* 19218 */ .td-related-full-width .td-related-row .td-related-span4 {
/* 19219 */   width: 20%;
/* 19220 */   padding-right: 22px;
/* 19221 */   position: relative;
/* 19222 */   /* responsive portrait phone */
/* 19223 */ }
/* 19224 */ @media (max-width: 767px) {
/* 19225 */   .td-related-full-width .td-related-row .td-related-span4 {
/* 19226 */     width: 100%;
/* 19227 */     padding-right: 0;
/* 19228 */   }
/* 19229 */ }
/* 19230 */ @media (max-width: 767px) {
/* 19231 */   .td-related-full-width .td-related-row {
/* 19232 */     margin-right: 0;
/* 19233 */   }
/* 19234 */   .td-related-full-width .td-related-row .td-video-play-ico {
/* 19235 */     width: 20px;
/* 19236 */     height: 20px;
/* 19237 */     font-size: 20px;
/* 19238 */   }
/* 19239 */ }
/* 19240 */ .td_block_related_posts {
/* 19241 */   position: relative;
/* 19242 */   /* responsive portrait phone */
/* 19243 */ }
/* 19244 */ .td_block_related_posts .td-module-thumb {
/* 19245 */   margin-bottom: 7px;
/* 19246 */   /* responsive portrait phone */
/* 19247 */ }
/* 19248 */ @media (max-width: 767px) {
/* 19249 */   .td_block_related_posts .td-module-thumb {
/* 19250 */     margin-bottom: 0;

/* td_standard_pack_main.css */

/* 19251 */   }
/* 19252 */ }
/* 19253 */ .td_block_related_posts .td-video-play-ico {
/* 19254 */   /* responsive portrait phone */
/* 19255 */ }
/* 19256 */ @media (max-width: 767px) {
/* 19257 */   .td_block_related_posts .td-video-play-ico {
/* 19258 */     width: 25px;
/* 19259 */     height: 25px;
/* 19260 */     font-size: 25px;
/* 19261 */   }
/* 19262 */ }
/* 19263 */ .td_block_related_posts .td-module-title {
/* 19264 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 19265 */   font-weight: 500;
/* 19266 */   font-size: 13px;
/* 19267 */   line-height: 20px;
/* 19268 */   margin-top: 0;
/* 19269 */   /* responsive portrait phone */
/* 19270 */ }
/* 19271 */ @media (max-width: 767px) {
/* 19272 */   .td_block_related_posts .td-module-title {
/* 19273 */     font-size: 17px;
/* 19274 */     line-height: 23px;
/* 19275 */   }
/* 19276 */ }
/* 19277 */ @media (max-width: 767px) {
/* 19278 */   .td_block_related_posts .td-related-span4 {
/* 19279 */     width: 100%;
/* 19280 */   }
/* 19281 */   .td_block_related_posts .td-module-image {
/* 19282 */     position: absolute;
/* 19283 */     width: 100px;
/* 19284 */   }
/* 19285 */   .td_block_related_posts .item-details {
/* 19286 */     padding-left: 110px;
/* 19287 */     min-height: 70px;
/* 19288 */     margin-bottom: 26px;
/* 19289 */   }
/* 19290 */ }
/* 19291 */ .td_block_related_posts .td-next-prev-wrap {
/* 19292 */   margin-top: 0;
/* 19293 */ }
/* 19294 */ .td_block_template_1 .td-related-title {
/* 19295 */   border-bottom: 2px solid var(--td_theme_color, #4db2ec);
/* 19296 */ }
/* 19297 */ .td_block_template_1 .td-related-title a {
/* 19298 */   line-height: 1;
/* 19299 */   padding: 9px 12px 5px 12px;
/* 19300 */   /* responsive 320px phone */

/* td_standard_pack_main.css */

/* 19301 */ }
/* 19302 */ @media (max-width: 319px) {
/* 19303 */   .td_block_template_1 .td-related-title a {
/* 19304 */     width: 100%;
/* 19305 */     font-size: 12px !important;
/* 19306 */   }
/* 19307 */ }
/* 19308 */ .td_block_template_1 .td-related-title .td-cur-simple-item {
/* 19309 */   background-color: var(--td_header_color, #222222);
/* 19310 */   color: #fff;
/* 19311 */ }
/* 19312 */ .td_block_template_1 .td-related-title .td-cur-simple-item:hover {
/* 19313 */   color: #fff;
/* 19314 */ }
/* 19315 */ .td-related-title {
/* 19316 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 19317 */   font-size: 14px;
/* 19318 */   line-height: 1;
/* 19319 */   margin-top: 0;
/* 19320 */   margin-bottom: 27px;
/* 19321 */ }
/* 19322 */ .td-related-title > .td-related-left,
/* 19323 */ .td-related-title > .td-related-right {
/* 19324 */   display: inline-block;
/* 19325 */   white-space: nowrap;
/* 19326 */   /* responsive 320px phone */
/* 19327 */ }
/* 19328 */ @media (max-width: 320px) {
/* 19329 */   .td-related-title > .td-related-left,
/* 19330 */   .td-related-title > .td-related-right {
/* 19331 */     font-size: 13px !important;
/* 19332 */   }
/* 19333 */ }
/* 19334 */ .td-related-title > .td-related-right {
/* 19335 */   /* responsive portrait phone */
/* 19336 */ }
/* 19337 */ @media (max-width: 767px) {
/* 19338 */   .td-related-title > .td-related-right {
/* 19339 */     margin-right: 0 !important;
/* 19340 */   }
/* 19341 */ }
/* 19342 */ @-moz-document url-prefix() {
/* 19343 */   .td_block_template_1 .td-related-title > .td-related-left,
/* 19344 */   .td_block_template_1 .td-related-title > .td-related-right {
/* 19345 */     padding: 8px 12px 6px 12px;
/* 19346 */   }
/* 19347 */ }
/* 19348 */ .td_mod_related_posts:hover h3 > a {
/* 19349 */   color: var(--td_theme_color, #4db2ec);
/* 19350 */ }

/* td_standard_pack_main.css */

/* 19351 */ /*  ----------------------------------
/* 19352 *|     Parallax header
/* 19353 *| */
/* 19354 */ .td-parallax-header {
/* 19355 */   margin-bottom: 60px;
/* 19356 */   /* responsive portrait tablet */
/* 19357 */   /* responsive portrait phone */
/* 19358 */ }
/* 19359 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19360 */   .td-parallax-header {
/* 19361 */     margin-bottom: 36px;
/* 19362 */   }
/* 19363 */ }
/* 19364 */ @media (max-width: 767px) {
/* 19365 */   .td-parallax-header {
/* 19366 */     margin-bottom: 25px;
/* 19367 */   }
/* 19368 */ }
/* 19369 */ /*  ----------------------------------------------------------------------------
/* 19370 *|     Template 1
/* 19371 *| */
/* 19372 */ .td-post-template-1 {
/* 19373 */   /* Video */
/* 19374 */ }
/* 19375 */ .td-post-template-1 .td-post-header .entry-title {
/* 19376 */   font-size: 38px;
/* 19377 */   line-height: 44px;
/* 19378 */ }
/* 19379 */ @media (max-width: 1018px) {
/* 19380 */   .td-post-template-1 .td-post-header header .entry-title {
/* 19381 */     font-size: 32px;
/* 19382 */     line-height: 36px;
/* 19383 */   }
/* 19384 */ }
/* 19385 */ .td-post-template-1 .td-featured-image-rec {
/* 19386 */   float: left;
/* 19387 */   width: 300px;
/* 19388 */   margin-right: 21px;
/* 19389 */   /* responsive portrait phone */
/* 19390 */   /* responsive portrait phone */
/* 19391 */ }
/* 19392 */ @media (max-width: 767px) {
/* 19393 */   .td-post-template-1 .td-featured-image-rec {
/* 19394 */     width: auto;
/* 19395 */     margin-right: 15px;
/* 19396 */   }
/* 19397 */ }
/* 19398 */ @media (max-width: 500px) {
/* 19399 */   .td-post-template-1 .td-featured-image-rec {
/* 19400 */     width: 100%;

/* td_standard_pack_main.css */

/* 19401 */     margin-right: 0;
/* 19402 */   }
/* 19403 */ }
/* 19404 */ .td-post-template-1 .td-featured-image-rec img,
/* 19405 */ .td-post-template-1 .td-featured-image-rec .wpb_video_wrapper {
/* 19406 */   margin-bottom: 21px;
/* 19407 */ }
/* 19408 */ .td-post-template-1 .td-pb-span8 .td-featured-image-rec {
/* 19409 */   /* responsive portrait tablet */
/* 19410 */ }
/* 19411 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19412 */   .td-post-template-1 .td-pb-span8 .td-featured-image-rec {
/* 19413 */     width: 250px;
/* 19414 */     margin-right: 17px;
/* 19415 */   }
/* 19416 */ }
/* 19417 */ .td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
/* 19418 */   float: left;
/* 19419 */   width: 60%;
/* 19420 */   /* responsive portrait phone */
/* 19421 */ }
/* 19422 */ @media (max-width: 767px) {
/* 19423 */   .td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
/* 19424 */     float: none;
/* 19425 */     width: 100%;
/* 19426 */   }
/* 19427 */ }
/* 19428 */ .td-post-template-1 .td-post-title .td-post-comments {
/* 19429 */   margin-left: 22px;
/* 19430 */ }
/* 19431 */ .td-post-template-1 .td-post-title .td-post-views {
/* 19432 */   margin-right: 0;
/* 19433 */ }
/* 19434 */ .td-post-template-1 .wpb_video_wrapper .twitter-video {
/* 19435 */   min-width: 300px !important;
/* 19436 */   /* responsive portrait tablet */
/* 19437 */ }
/* 19438 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19439 */   .td-post-template-1 .wpb_video_wrapper .twitter-video {
/* 19440 */     min-width: 200px !important;
/* 19441 */   }
/* 19442 */ }
/* 19443 */ /* Video */
/* 19444 */ .wpb_video_wrapper {
/* 19445 */   margin-bottom: 26px;
/* 19446 */ }
/* 19447 */ .wpb_video_wrapper .fb-video {
/* 19448 */   margin-bottom: 0;
/* 19449 */ }
/* 19450 */ .wpb_video_wrapper iframe {

/* td_standard_pack_main.css */

/* 19451 */   display: block;
/* 19452 */ }
/* 19453 */ .wpb_video_wrapper .twitter-video {
/* 19454 */   max-width: none !important;
/* 19455 */ }
/* 19456 */ .wpb_video_wrapper video {
/* 19457 */   max-width: 100%;
/* 19458 */ }
/* 19459 */ /*  ----------------------------------------------------------------------------
/* 19460 *|     Template 2
/* 19461 *| */
/* 19462 */ .td-post-template-2 .td-post-content {
/* 19463 */   margin-top: 0;
/* 19464 */ }
/* 19465 */ .td-post-template-2 .td-post-header .entry-title {
/* 19466 */   font-size: 44px;
/* 19467 */   line-height: 54px;
/* 19468 */   margin-bottom: 5px;
/* 19469 */   /* responsive portrait phone */
/* 19470 */ }
/* 19471 */ @media (max-width: 767px) {
/* 19472 */   .td-post-template-2 .td-post-header .entry-title {
/* 19473 */     margin-bottom: 9px;
/* 19474 */   }
/* 19475 */ }
/* 19476 */ @media (max-width: 1018px) {
/* 19477 */   .td-post-template-2 .td-post-header header .entry-title {
/* 19478 */     font-size: 32px;
/* 19479 */     line-height: 36px;
/* 19480 */   }
/* 19481 */ }
/* 19482 */ .td-post-template-2 .td-post-title .td-category {
/* 19483 */   margin-bottom: 5px;
/* 19484 */ }
/* 19485 */ .td-post-template-2 .td-post-title .td-post-date {
/* 19486 */   margin-right: 22px;
/* 19487 */ }
/* 19488 */ .td-post-template-2 .td-post-title .td-post-comments,
/* 19489 */ .td-post-template-2 .td-post-title .td-post-views {
/* 19490 */   float: none;
/* 19491 */   display: inline-block;
/* 19492 */   vertical-align: top;
/* 19493 */ }
/* 19494 */ .td-post-template-2 .td-post-featured-image img {
/* 19495 */   width: auto;
/* 19496 */ }
/* 19497 */ .td-post-template-2 .td-post-sub-title {
/* 19498 */   font-size: 19px;
/* 19499 */   line-height: 25px;
/* 19500 */   margin: 12px 0 20px;

/* td_standard_pack_main.css */

/* 19501 */ }
/* 19502 */ @media (max-width: 767px) {
/* 19503 */   .td-post-template-2 .td-post-sub-title {
/* 19504 */     margin: 0 0 16px;
/* 19505 */   }
/* 19506 */ }
/* 19507 */ /*  ----------------------------------------------------------------------------
/* 19508 *|     Template 3
/* 19509 *| */
/* 19510 */ .td-post-template-3 {
/* 19511 */   /* align center top sharing on full width */
/* 19512 */ }
/* 19513 */ .td-post-template-3 .td-post-featured-image img {
/* 19514 */   margin-bottom: 0;
/* 19515 */ }
/* 19516 */ .td-post-template-3 .td-crumb-container {
/* 19517 */   margin-top: 0;
/* 19518 */   margin-bottom: 0;
/* 19519 */   padding-top: 0;
/* 19520 */   min-height: 0;
/* 19521 */   /* responsive portrait phone */
/* 19522 */ }
/* 19523 */ @media (max-width: 767px) {
/* 19524 */   .td-post-template-3 .td-crumb-container {
/* 19525 */     padding-left: 10px;
/* 19526 */     padding-right: 10px;
/* 19527 */   }
/* 19528 */ }
/* 19529 */ .td-post-template-3 .td-crumb-container .entry-crumbs {
/* 19530 */   padding-top: 15px;
/* 19531 */   padding-bottom: 15px;
/* 19532 */ }
/* 19533 */ @media (max-width: 1018px) {
/* 19534 */   .td-post-template-3 .td-crumb-container .entry-crumbs {
/* 19535 */     padding-top: 10px;
/* 19536 */     padding-bottom: 10px;
/* 19537 */   }
/* 19538 */ }
/* 19539 */ .td-post-template-3 .td-post-header-holder {
/* 19540 */   position: relative;
/* 19541 */   min-height: 300px;
/* 19542 */   background-color: #444;
/* 19543 */   margin-bottom: 36px;
/* 19544 */   overflow: hidden;
/* 19545 */   /* responsive portrait tablet */
/* 19546 */   /* responsive portrait phone */
/* 19547 */ }
/* 19548 */ @media (max-width: 1018px) {
/* 19549 */   .td-post-template-3 .td-post-header-holder {
/* 19550 */     margin-bottom: 30px;

/* td_standard_pack_main.css */

/* 19551 */   }
/* 19552 */ }
/* 19553 */ @media (max-width: 767px) {
/* 19554 */   .td-post-template-3 .td-post-header-holder {
/* 19555 */     margin-bottom: 21px;
/* 19556 */     min-height: 200px;
/* 19557 */   }
/* 19558 */ }
/* 19559 */ .td-post-template-3 .td-post-header-holder .wp-caption-text {
/* 19560 */   display: none;
/* 19561 */ }
/* 19562 */ .td-post-template-3 .td-post-featured-image img {
/* 19563 */   margin-bottom: 0;
/* 19564 */ }
/* 19565 */ .td-post-template-3 .td-post-title {
/* 19566 */   position: absolute;
/* 19567 */   bottom: 0;
/* 19568 */   padding: 0 30px 9px 30px;
/* 19569 */   width: 80%;
/* 19570 */   z-index: 1;
/* 19571 */   /* responsive portrait phone */
/* 19572 */ }
/* 19573 */ @media (max-width: 1018px) {
/* 19574 */   .td-post-template-3 .td-post-title {
/* 19575 */     width: 100%;
/* 19576 */   }
/* 19577 */ }
/* 19578 */ @media (max-width: 767px) {
/* 19579 */   .td-post-template-3 .td-post-title {
/* 19580 */     padding: 0 14px 0;
/* 19581 */   }
/* 19582 */ }
/* 19583 */ .td-post-template-3 .td-post-title .td-category {
/* 19584 */   margin-bottom: 5px;
/* 19585 */ }
/* 19586 */ .td-post-template-3 .td-post-title .td-post-comments,
/* 19587 */ .td-post-template-3 .td-post-title .td-post-views {
/* 19588 */   float: none;
/* 19589 */   display: inline-block;
/* 19590 */   vertical-align: top;
/* 19591 */   margin-left: 22px;
/* 19592 */   margin-right: 0;
/* 19593 */ }
/* 19594 */ .td-post-template-3 .td-post-title .td-post-author-name,
/* 19595 */ .td-post-template-3 .td-post-title .td-post-author-name a,
/* 19596 */ .td-post-template-3 .td-post-title .td-post-date,
/* 19597 */ .td-post-template-3 .td-post-title .td-post-comments a,
/* 19598 */ .td-post-template-3 .td-post-title .td-post-views {
/* 19599 */   color: #fff;
/* 19600 */ }

/* td_standard_pack_main.css */

/* 19601 */ .td-post-template-3 .td-post-title .wp-caption-text {
/* 19602 */   color: #fff;
/* 19603 */   position: absolute;
/* 19604 */   bottom: 27px;
/* 19605 */   right: 21px;
/* 19606 */   margin-bottom: 0;
/* 19607 */   height: 17px;
/* 19608 */   max-width: 40%;
/* 19609 */   overflow: hidden;
/* 19610 */   text-align: right;
/* 19611 */ }
/* 19612 */ .td-post-template-3 .td-post-header .entry-title {
/* 19613 */   font-size: 44px;
/* 19614 */   line-height: 54px;
/* 19615 */   font-weight: 500;
/* 19616 */   margin-bottom: 14px;
/* 19617 */   color: #fff;
/* 19618 */ }
/* 19619 */ .td-post-template-3 .td-post-header header .entry-title {
/* 19620 */   /* responsive portrait tablet */
/* 19621 */   /* responsive portrait phone */
/* 19622 */ }
/* 19623 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19624 */   .td-post-template-3 .td-post-header header .entry-title {
/* 19625 */     font-size: 36px;
/* 19626 */     line-height: 46px;
/* 19627 */   }
/* 19628 */ }
/* 19629 */ @media (max-width: 767px) {
/* 19630 */   .td-post-template-3 .td-post-header header .entry-title {
/* 19631 */     font-size: 22px;
/* 19632 */     line-height: 26px;
/* 19633 */     margin-bottom: 10px;
/* 19634 */   }
/* 19635 */ }
/* 19636 */ .td-post-template-3 .td-post-header.td-container {
/* 19637 */   /* responsive portrait phone */
/* 19638 */ }
/* 19639 */ @media (max-width: 767px) {
/* 19640 */   .td-post-template-3 .td-post-header.td-container {
/* 19641 */     padding-right: 0;
/* 19642 */     padding-left: 0;
/* 19643 */   }
/* 19644 */ }
/* 19645 */ .td-post-template-3 .td-post-sub-title {
/* 19646 */   color: #ddd;
/* 19647 */   margin-bottom: 25px;
/* 19648 */   font-size: 19px;
/* 19649 */   line-height: 25px;
/* 19650 */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 19651 */   /* responsive portrait phone */
/* 19652 */ }
/* 19653 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19654 */   .td-post-template-3 .td-post-sub-title {
/* 19655 */     margin-bottom: 16px;
/* 19656 */     font-size: 16px;
/* 19657 */     line-height: 22px;
/* 19658 */   }
/* 19659 */ }
/* 19660 */ @media (max-width: 767px) {
/* 19661 */   .td-post-template-3 .td-post-sub-title {
/* 19662 */     margin-top: 0;
/* 19663 */     margin-bottom: 10px;
/* 19664 */     font-size: 13px;
/* 19665 */     line-height: 18px;
/* 19666 */     color: #fff;
/* 19667 */   }
/* 19668 */ }
/* 19669 */ .td-post-template-3 .td-post-content {
/* 19670 */   margin-top: 0;
/* 19671 */ }
/* 19672 */ .td-post-template-3 .td-image-gradient:before {
/* 19673 */   z-index: 1;
/* 19674 */ }
/* 19675 */ .td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
/* 19676 */ .td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
/* 19677 */   text-align: center;
/* 19678 */ }
/* 19679 */ .td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
/* 19680 */   left: 19px;
/* 19681 */ }
/* 19682 */ .td-boxed-layout .td-post-template-3 .td-post-title {
/* 19683 */   padding: 0 48px 25px;
/* 19684 */ }
/* 19685 */ @media (max-width: 1140px) {
/* 19686 */   .td-boxed-layout .td-post-template-3 .td-post-title {
/* 19687 */     padding: 0 21px 9px;
/* 19688 */   }
/* 19689 */ }
/* 19690 */ .td-boxed-layout .td-post-template-3 .td-post-header-holder {
/* 19691 */   width: 1164px;
/* 19692 */   left: -48px;
/* 19693 */ }
/* 19694 */ @media (max-width: 1140px) {
/* 19695 */   .td-boxed-layout .td-post-template-3 .td-post-header-holder {
/* 19696 */     width: 100%;
/* 19697 */     left: 0;
/* 19698 */   }
/* 19699 */ }
/* 19700 */ /*  ----------------------------------------------------------------------------

/* td_standard_pack_main.css *|

/* 19701 *|     Template 4
/* 19702 *| */
/* 19703 */ .td-post-template-4 {
/* 19704 */   /* responsive portrait phone */
/* 19705 */ }
/* 19706 */ @media (max-width: 1018px) {
/* 19707 */   .td-post-template-4 .td-post-header header .entry-title {
/* 19708 */     font-size: 32px;
/* 19709 */     line-height: 36px;
/* 19710 */   }
/* 19711 */ }
/* 19712 */ .td-post-template-4 .td-crumb-container {
/* 19713 */   margin-top: 0;
/* 19714 */   margin-bottom: 0;
/* 19715 */   padding-top: 0;
/* 19716 */   min-height: 0;
/* 19717 */ }
/* 19718 */ .td-post-template-4 .td-crumb-container .entry-crumbs {
/* 19719 */   margin-bottom: 0;
/* 19720 */   padding-top: 15px;
/* 19721 */ }
/* 19722 */ @media (max-width: 1018px) {
/* 19723 */   .td-post-template-4 .td-crumb-container .entry-crumbs {
/* 19724 */     margin-bottom: -24px;
/* 19725 */     padding-top: 10px;
/* 19726 */   }
/* 19727 */ }
/* 19728 */ @media (max-width: 767px) {
/* 19729 */   .td-post-template-4 .td-crumb-container .entry-crumbs {
/* 19730 */     padding-bottom: 30px;
/* 19731 */   }
/* 19732 */ }
/* 19733 */ .td-post-template-4 .td-post-header-holder {
/* 19734 */   position: relative;
/* 19735 */   min-height: 240px;
/* 19736 */   margin-bottom: 48px;
/* 19737 */   padding-top: 13px;
/* 19738 */   /* responsive portrait tablet */
/* 19739 */   /* responsive portrait phone */
/* 19740 */ }
/* 19741 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19742 */   .td-post-template-4 .td-post-header-holder {
/* 19743 */     margin-bottom: 30px;
/* 19744 */     padding-top: 30px;
/* 19745 */   }
/* 19746 */ }
/* 19747 */ @media (max-width: 767px) {
/* 19748 */   .td-post-template-4 .td-post-header-holder {
/* 19749 */     padding-top: 0;
/* 19750 */     margin-bottom: 0;

/* td_standard_pack_main.css */

/* 19751 */     background-color: transparent;
/* 19752 */     min-height: 0;
/* 19753 */   }
/* 19754 */ }
/* 19755 */ .td-post-template-4 .td-post-header-holder .wp-caption-text {
/* 19756 */   display: none;
/* 19757 */ }
/* 19758 */ .td-post-template-4 .td-post-featured-image {
/* 19759 */   background-color: #444;
/* 19760 */   /* responsive portrait phone */
/* 19761 */ }
/* 19762 */ @media (max-width: 767px) {
/* 19763 */   .td-post-template-4 .td-post-featured-image {
/* 19764 */     margin-bottom: 13px;
/* 19765 */   }
/* 19766 */ }
/* 19767 */ .td-post-template-4 .td-post-featured-image .entry-thumb {
/* 19768 */   /* responsive portrait phone */
/* 19769 */ }
/* 19770 */ @media (max-width: 767px) {
/* 19771 */   .td-post-template-4 .td-post-featured-image .entry-thumb {
/* 19772 */     margin-bottom: 0;
/* 19773 */   }
/* 19774 */ }
/* 19775 */ .td-post-template-4 .td-post-title {
/* 19776 */   width: 720px;
/* 19777 */   position: absolute;
/* 19778 */   bottom: 0;
/* 19779 */   padding: 21px 21px 0 0;
/* 19780 */   background-color: #fff;
/* 19781 */   z-index: 1;
/* 19782 */   /* responsive landscape tablet */
/* 19783 */   /* responsive portrait tablet */
/* 19784 */   /* responsive portrait phone */
/* 19785 */ }
/* 19786 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 19787 */   .td-post-template-4 .td-post-title {
/* 19788 */     width: 664px;
/* 19789 */   }
/* 19790 */ }
/* 19791 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19792 */   .td-post-template-4 .td-post-title {
/* 19793 */     width: 498px;
/* 19794 */   }
/* 19795 */ }
/* 19796 */ @media (max-width: 767px) {
/* 19797 */   .td-post-template-4 .td-post-title {
/* 19798 */     width: 100%;
/* 19799 */     padding: 0;
/* 19800 */     position: relative;

/* td_standard_pack_main.css */

/* 19801 */   }
/* 19802 */ }
/* 19803 */ .td-post-template-4 .td-post-title h1.entry-title {
/* 19804 */   margin-bottom: 14px;
/* 19805 */ }
/* 19806 */ @media (max-width: 1018px) {
/* 19807 */   .td-post-template-4 .td-post-title h1.entry-title {
/* 19808 */     margin-bottom: 9px;
/* 19809 */   }
/* 19810 */ }
/* 19811 */ .td-post-template-4 .td-post-title .td-category {
/* 19812 */   margin-bottom: 7px;
/* 19813 */   /* responsive portrait phone */
/* 19814 */ }
/* 19815 */ @media (max-width: 767px) {
/* 19816 */   .td-post-template-4 .td-post-title .td-category {
/* 19817 */     margin-bottom: 0;
/* 19818 */   }
/* 19819 */ }
/* 19820 */ .td-post-template-4 .td-post-title .td-module-meta-info {
/* 19821 */   margin-bottom: 0;
/* 19822 */   position: relative;
/* 19823 */   bottom: -4px;
/* 19824 */   /* responsive portrait phone */
/* 19825 */ }
/* 19826 */ @media (max-width: 767px) {
/* 19827 */   .td-post-template-4 .td-post-title .td-module-meta-info {
/* 19828 */     bottom: 0;
/* 19829 */   }
/* 19830 */ }
/* 19831 */ .td-post-template-4 .td-post-title .wp-caption-text {
/* 19832 */   color: #fff;
/* 19833 */   position: absolute;
/* 19834 */   bottom: 17px;
/* 19835 */   right: 21px;
/* 19836 */   margin-bottom: 0;
/* 19837 */   max-width: 300px;
/* 19838 */   text-align: right;
/* 19839 */ }
/* 19840 */ .td-post-template-4 .td-post-title .td-post-views {
/* 19841 */   margin-right: 0;
/* 19842 */ }
/* 19843 */ .td-post-template-4 .td-post-title .td-post-comments {
/* 19844 */   margin-left: 22px;
/* 19845 */ }
/* 19846 */ .td-post-template-4 .td-post-sub-title {
/* 19847 */   margin-bottom: 18px;
/* 19848 */ }
/* 19849 */ .td-post-template-4 .td-post-content {
/* 19850 */   margin-top: 0;

/* td_standard_pack_main.css */

/* 19851 */   /* responsive portrait phone */
/* 19852 */ }
/* 19853 */ @media (max-width: 767px) {
/* 19854 */   .td-post-template-4 .td-post-content {
/* 19855 */     margin-top: 16px;
/* 19856 */   }
/* 19857 */ }
/* 19858 */ .td-post-template-4 .td-image-gradient:before {
/* 19859 */   height: 57%;
/* 19860 */ }
/* 19861 */ @media (max-width: 767px) {
/* 19862 */   .td-post-template-4 .td-image-gradient:before {
/* 19863 */     display: none;
/* 19864 */   }
/* 19865 */ }
/* 19866 */ /*  ----------------------------------------------------------------------------
/* 19867 *|     Template 5
/* 19868 *| */
/* 19869 */ @media (max-width: 1018px) {
/* 19870 */   .td-post-template-5 .td-post-header header .entry-title {
/* 19871 */     font-size: 32px;
/* 19872 */     line-height: 36px;
/* 19873 */   }
/* 19874 */ }
/* 19875 */ .td-post-template-5 .td-post-title .td-post-comments {
/* 19876 */   margin-left: 22px;
/* 19877 */ }
/* 19878 */ .td-post-template-5 .td-post-title .td-post-views {
/* 19879 */   margin-right: 0;
/* 19880 */ }
/* 19881 */ .td-post-template-5 .td-crumb-container {
/* 19882 */   margin-bottom: 9px;
/* 19883 */ }
/* 19884 */ /*  ----------------------------------------------------------------------------
/* 19885 *|     Template 6
/* 19886 *| */
/* 19887 */ .td-post-template-6 {
/* 19888 */   /* responsive portrait phone */
/* 19889 */ }
/* 19890 */ .td-post-template-6 .td-post-header {
/* 19891 */   height: 700px;
/* 19892 */   position: relative;
/* 19893 */   width: 1128px;
/* 19894 */   /* responsive portrait tablet */
/* 19895 */   /* responsive portrait tablet */
/* 19896 */   /* responsive portrait phone */
/* 19897 */ }
/* 19898 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 19899 */   .td-post-template-6 .td-post-header {
/* 19900 */     width: 1040px;

/* td_standard_pack_main.css */

/* 19901 */     height: 600px;
/* 19902 */   }
/* 19903 */ }
/* 19904 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19905 */   .td-post-template-6 .td-post-header {
/* 19906 */     width: 740px;
/* 19907 */     height: 500px;
/* 19908 */   }
/* 19909 */ }
/* 19910 */ @media (max-width: 767px) {
/* 19911 */   .td-post-template-6 .td-post-header {
/* 19912 */     width: 100%;
/* 19913 */     height: auto;
/* 19914 */     padding: 0;
/* 19915 */   }
/* 19916 */ }
/* 19917 */ .td-post-template-6 .td-post-header-holder {
/* 19918 */   position: absolute;
/* 19919 */   bottom: 0;
/* 19920 */   z-index: 1;
/* 19921 */   width: 100%;
/* 19922 */   background-color: #fff;
/* 19923 */   padding: 21px 30px 0 30px;
/* 19924 */   /* responsive portrait tablet */
/* 19925 */   /* responsive portrait phone */
/* 19926 */ }
/* 19927 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 19928 */   .td-post-template-6 .td-post-header-holder {
/* 19929 */     padding: 21px 21px 0;
/* 19930 */   }
/* 19931 */ }
/* 19932 */ @media (max-width: 767px) {
/* 19933 */   .td-post-template-6 .td-post-header-holder {
/* 19934 */     padding: 10px 10px 0 10px;
/* 19935 */     position: relative;
/* 19936 */   }
/* 19937 */ }
/* 19938 */ .td-post-template-6 .entry-crumbs {
/* 19939 */   margin-bottom: 9px;
/* 19940 */ }
/* 19941 */ .td-post-template-6 .td-post-header .entry-title {
/* 19942 */   font-size: 44px;
/* 19943 */   line-height: 54px;
/* 19944 */   margin-bottom: 11px;
/* 19945 */ }
/* 19946 */ .td-post-template-6 .td-post-header header .entry-title {
/* 19947 */   /* responsive portrait tablet */
/* 19948 */   /* responsive portrait phone */
/* 19949 */ }
/* 19950 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 19951 */   .td-post-template-6 .td-post-header header .entry-title {
/* 19952 */     font-size: 36px;
/* 19953 */     line-height: 46px;
/* 19954 */   }
/* 19955 */ }
/* 19956 */ @media (max-width: 767px) {
/* 19957 */   .td-post-template-6 .td-post-header header .entry-title {
/* 19958 */     font-size: 32px;
/* 19959 */     line-height: 36px;
/* 19960 */     margin-bottom: 9px;
/* 19961 */   }
/* 19962 */ }
/* 19963 */ .td-post-template-6 .td-post-title .td-category {
/* 19964 */   margin-bottom: 5px;
/* 19965 */   /* responsive portrait phone */
/* 19966 */ }
/* 19967 */ @media (max-width: 767px) {
/* 19968 */   .td-post-template-6 .td-post-title .td-category {
/* 19969 */     margin-bottom: 0;
/* 19970 */   }
/* 19971 */ }
/* 19972 */ .td-post-template-6 .td-post-title .td-post-date {
/* 19973 */   margin-right: 22px;
/* 19974 */ }
/* 19975 */ .td-post-template-6 .td-post-title .td-post-comments,
/* 19976 */ .td-post-template-6 .td-post-title .td-post-views {
/* 19977 */   float: none;
/* 19978 */   display: inline-block;
/* 19979 */   vertical-align: top;
/* 19980 */ }
/* 19981 */ .td-post-template-6 .td-post-title .td-module-meta-info {
/* 19982 */   margin-bottom: 0;
/* 19983 */ }
/* 19984 */ .td-post-template-6 .td-main-content,
/* 19985 */ .td-post-template-6 .td-main-sidebar {
/* 19986 */   margin-top: 48px;
/* 19987 */ }
/* 19988 */ @media (max-width: 767px) {
/* 19989 */   .td-post-template-6 .td-main-content {
/* 19990 */     margin-top: 0;
/* 19991 */   }
/* 19992 */   .td-post-template-6 .td-main-sidebar {
/* 19993 */     margin-top: 28px;
/* 19994 */   }
/* 19995 */ }
/* 19996 */ .td-post-template-6 .td-post-content {
/* 19997 */   margin-top: 0;
/* 19998 */   /* responsive portrait phone */
/* 19999 */ }
/* 20000 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 20001 */   .td-post-template-6 .td-post-content {
/* 20002 */     margin-top: 16px;
/* 20003 */   }
/* 20004 */ }
/* 20005 */ .td-post-template-6 .td-post-sub-title {
/* 20006 */   font-size: 19px;
/* 20007 */   line-height: 25px;
/* 20008 */   margin: 9px 0 18px;
/* 20009 */ }
/* 20010 */ .td-post-template-6 #td-full-screen-header-image {
/* 20011 */   position: absolute;
/* 20012 */   /* responsive portrait phone */
/* 20013 */ }
/* 20014 */ @media (max-width: 767px) {
/* 20015 */   .td-post-template-6 #td-full-screen-header-image {
/* 20016 */     position: relative;
/* 20017 */     height: 240px;
/* 20018 */   }
/* 20019 */ }
/* 20020 */ .td-image-gradient-style6:after {
/* 20021 */   top: 0;
/* 20022 */   left: 0;
/* 20023 */   content: "";
/* 20024 */   display: block;
/* 20025 */   height: 100%;
/* 20026 */   width: 100%;
/* 20027 */   position: absolute;
/* 20028 */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
/* 20029 */   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
/* 20030 */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
/* 20031 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
/* 20032 */   /* responsive portrait phone */
/* 20033 */ }
/* 20034 */ @media (max-width: 767px) {
/* 20035 */   .td-image-gradient-style6:after {
/* 20036 */     display: none;
/* 20037 */   }
/* 20038 */ }
/* 20039 */ .td-full-screen-header-image-wrap {
/* 20040 */   position: relative;
/* 20041 */   overflow: hidden;
/* 20042 */ }
/* 20043 */ #td-full-screen-header-image {
/* 20044 */   top: 0;
/* 20045 */   right: 0;
/* 20046 */   left: 0;
/* 20047 */   z-index: 0;
/* 20048 */   height: 100%;
/* 20049 */   text-align: center;
/* 20050 */ }

/* td_standard_pack_main.css */

/* 20051 */ /*  ----------------------------------------------------------------------------
/* 20052 *|     Template 7
/* 20053 *| */
/* 20054 */ .td-post-template-7 {
/* 20055 */   /* responsive portrait phone */
/* 20056 */   /* align center top sharing on full width */
/* 20057 */ }
/* 20058 */ .td-post-template-7 .td-post-header {
/* 20059 */   height: 700px;
/* 20060 */   position: relative;
/* 20061 */   /* responsive landscape tablet */
/* 20062 */   /* responsive portrait tablet */
/* 20063 */   /* responsive portrait phone */
/* 20064 */ }
/* 20065 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 20066 */   .td-post-template-7 .td-post-header {
/* 20067 */     height: 600px;
/* 20068 */   }
/* 20069 */ }
/* 20070 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20071 */   .td-post-template-7 .td-post-header {
/* 20072 */     height: 500px;
/* 20073 */   }
/* 20074 */ }
/* 20075 */ @media (max-width: 767px) {
/* 20076 */   .td-post-template-7 .td-post-header {
/* 20077 */     height: auto;
/* 20078 */     min-height: 400px;
/* 20079 */   }
/* 20080 */ }
/* 20081 */ .td-post-template-7 .td-post-header-holder {
/* 20082 */   position: absolute;
/* 20083 */   bottom: 0;
/* 20084 */   z-index: 1;
/* 20085 */   width: 100%;
/* 20086 */   /* responsive portrait phone */
/* 20087 */ }
/* 20088 */ @media (max-width: 767px) {
/* 20089 */   .td-post-template-7 .td-post-header-holder {
/* 20090 */     width: auto;
/* 20091 */     padding-right: 10px;
/* 20092 */   }
/* 20093 */ }
/* 20094 */ .td-post-template-7 .td-crumb-container {
/* 20095 */   z-index: 1;
/* 20096 */   position: absolute;
/* 20097 */   top: 0;
/* 20098 */   left: 0;
/* 20099 */   /* responsive portrait tablet */
/* 20100 */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 20101 */ }
/* 20102 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20103 */   .td-post-template-7 .td-crumb-container {
/* 20104 */     padding-top: 12px;
/* 20105 */   }
/* 20106 */ }
/* 20107 */ @media (max-width: 767px) {
/* 20108 */   .td-post-template-7 .td-crumb-container {
/* 20109 */     left: 10px;
/* 20110 */     padding-right: 10px;
/* 20111 */     padding-top: 10px;
/* 20112 */   }
/* 20113 */ }
/* 20114 */ .td-post-template-7 .td-post-title .td-category {
/* 20115 */   margin-bottom: 5px;
/* 20116 */ }
/* 20117 */ .td-post-template-7 .td-post-title .td-post-author-name,
/* 20118 */ .td-post-template-7 .td-post-title .td-post-author-name a,
/* 20119 */ .td-post-template-7 .td-post-title .td-post-date,
/* 20120 */ .td-post-template-7 .td-post-title .td-post-comments a,
/* 20121 */ .td-post-template-7 .td-post-title .td-post-views {
/* 20122 */   color: #fff;
/* 20123 */ }
/* 20124 */ .td-post-template-7 .td-post-title .td-post-date {
/* 20125 */   margin-right: 22px;
/* 20126 */ }
/* 20127 */ .td-post-template-7 .td-post-title .td-post-comments,
/* 20128 */ .td-post-template-7 .td-post-title .td-post-views {
/* 20129 */   float: none;
/* 20130 */   display: inline-block;
/* 20131 */   vertical-align: top;
/* 20132 */ }
/* 20133 */ .td-post-template-7 .entry-crumbs,
/* 20134 */ .td-post-template-7 .entry-crumbs a {
/* 20135 */   color: #fff;
/* 20136 */ }
/* 20137 */ .td-post-template-7 .td-post-header .entry-title {
/* 20138 */   font-size: 44px;
/* 20139 */   line-height: 54px;
/* 20140 */   margin-bottom: 14px;
/* 20141 */   color: #fff;
/* 20142 */ }
/* 20143 */ .td-post-template-7 .td-post-header .entry-title a {
/* 20144 */   color: #fff;
/* 20145 */ }
/* 20146 */ .td-post-template-7 .td-post-header header .entry-title {
/* 20147 */   /* responsive portrait tablet */
/* 20148 */   /* responsive portrait phone */
/* 20149 */ }
/* 20150 */ @media (min-width: 768px) and (max-width: 1018px) {

/* td_standard_pack_main.css */

/* 20151 */   .td-post-template-7 .td-post-header header .entry-title {
/* 20152 */     font-size: 36px;
/* 20153 */     line-height: 46px;
/* 20154 */   }
/* 20155 */ }
/* 20156 */ @media (max-width: 767px) {
/* 20157 */   .td-post-template-7 .td-post-header header .entry-title {
/* 20158 */     font-size: 26px;
/* 20159 */     line-height: 32px;
/* 20160 */     margin-bottom: 7px;
/* 20161 */   }
/* 20162 */ }
/* 20163 */ .td-post-template-7 .td-post-sub-title {
/* 20164 */   font-size: 19px;
/* 20165 */   line-height: 25px;
/* 20166 */   color: #ddd;
/* 20167 */   margin-bottom: 25px;
/* 20168 */   /* responsive portrait tablet */
/* 20169 */   /* responsive portrait phone */
/* 20170 */ }
/* 20171 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20172 */   .td-post-template-7 .td-post-sub-title {
/* 20173 */     margin-bottom: 16px;
/* 20174 */     font-size: 16px;
/* 20175 */     line-height: 22px;
/* 20176 */   }
/* 20177 */ }
/* 20178 */ @media (max-width: 767px) {
/* 20179 */   .td-post-template-7 .td-post-sub-title {
/* 20180 */     margin-top: 0;
/* 20181 */     margin-bottom: 10px;
/* 20182 */     font-size: 13px;
/* 20183 */     line-height: 18px;
/* 20184 */     color: #fff;
/* 20185 */   }
/* 20186 */ }
/* 20187 */ .td-post-template-7 .td-read-down {
/* 20188 */   bottom: 0;
/* 20189 */   z-index: 1;
/* 20190 */   text-align: center;
/* 20191 */ }
/* 20192 */ .td-post-template-7 .td-read-down a {
/* 20193 */   display: inline-block;
/* 20194 */ }
/* 20195 */ .td-post-template-7 .td-read-down .td-icon-read-down {
/* 20196 */   font-size: 44px;
/* 20197 */   opacity: 0.8;
/* 20198 */   color: #fff;
/* 20199 */   bottom: -10px;
/* 20200 */   position: relative;

/* td_standard_pack_main.css */

/* 20201 */   /* responsive portrait tablet */
/* 20202 */   /* responsive portrait phone */
/* 20203 */ }
/* 20204 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20205 */   .td-post-template-7 .td-read-down .td-icon-read-down {
/* 20206 */     font-size: 25px;
/* 20207 */     bottom: 0;
/* 20208 */   }
/* 20209 */ }
/* 20210 */ @media (max-width: 767px) {
/* 20211 */   .td-post-template-7 .td-read-down .td-icon-read-down {
/* 20212 */     font-size: 25px;
/* 20213 */     bottom: 0;
/* 20214 */   }
/* 20215 */ }
/* 20216 */ .td-post-template-7 .td-main-content,
/* 20217 */ .td-post-template-7 .td-main-sidebar {
/* 20218 */   margin-top: 48px;
/* 20219 */ }
/* 20220 */ @media (max-width: 767px) {
/* 20221 */   .td-post-template-7 .td-main-content {
/* 20222 */     margin-top: 0;
/* 20223 */   }
/* 20224 */   .td-post-template-7 .td-main-sidebar {
/* 20225 */     margin-top: 28px;
/* 20226 */   }
/* 20227 */ }
/* 20228 */ .td-post-template-7 .td-post-content {
/* 20229 */   margin-top: 0;
/* 20230 */   /* responsive portrait phone */
/* 20231 */ }
/* 20232 */ @media (max-width: 767px) {
/* 20233 */   .td-post-template-7 .td-post-content {
/* 20234 */     margin-top: 21px;
/* 20235 */   }
/* 20236 */ }
/* 20237 */ .td-post-template-7 #td-full-screen-header-image {
/* 20238 */   position: absolute;
/* 20239 */ }
/* 20240 */ .td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
/* 20241 */ .td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
/* 20242 */   text-align: center;
/* 20243 */ }
/* 20244 */ .td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
/* 20245 */   left: 19px;
/* 20246 */ }
/* 20247 */ .td-post-template-7 .td-post-sharing-top {
/* 20248 */   /* responsive portrait phone */
/* 20249 */ }
/* 20250 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 20251 */   .td-post-template-7 .td-post-sharing-top {
/* 20252 */     margin-top: 21px;
/* 20253 */   }
/* 20254 */ }
/* 20255 */ .td-image-gradient-style7:after {
/* 20256 */   top: 0;
/* 20257 */   left: 0;
/* 20258 */   content: "";
/* 20259 */   display: block;
/* 20260 */   height: 100%;
/* 20261 */   width: 100%;
/* 20262 */   position: absolute;
/* 20263 */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
/* 20264 */   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
/* 20265 */   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
/* 20266 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
/* 20267 */ }
/* 20268 */ /*  ----------------------------------------------------------------------------
/* 20269 *|     Template 8
/* 20270 *| */
/* 20271 */ .td-post-template-8-box {
/* 20272 */   margin: 0 auto;
/* 20273 */   width: 1164px;
/* 20274 */   padding: 0 48px;
/* 20275 */   background-color: #fff;
/* 20276 */ }
/* 20277 */ @media (max-width: 1180px) {
/* 20278 */   .td-post-template-8-box {
/* 20279 */     width: 100%;
/* 20280 */     padding: 0;
/* 20281 */   }
/* 20282 */ }
/* 20283 */ .td-post-template-8 {
/* 20284 */   background: transparent;
/* 20285 */   /* responsive portrait phone */
/* 20286 */   /* align center top sharing on full width */
/* 20287 */ }
/* 20288 */ @media (min-width: 1180px) {
/* 20289 */   .td-post-template-8 {
/* 20290 */     max-width: 1164px;
/* 20291 */     margin: 0 auto;
/* 20292 */   }
/* 20293 */ }
/* 20294 */ .td-post-template-8 .td-post-header {
/* 20295 */   margin: 0 auto;
/* 20296 */   width: 1164px;
/* 20297 */   height: 570px;
/* 20298 */   position: relative;
/* 20299 */   display: table;
/* 20300 */   background-color: rgba(0, 0, 0, 0.5);

/* td_standard_pack_main.css */

/* 20301 */   /* responsive portrait tablet */
/* 20302 */   /* responsive portrait phone */
/* 20303 */ }
/* 20304 */ @media (max-width: 1180px) {
/* 20305 */   .td-post-template-8 .td-post-header {
/* 20306 */     width: 100%;
/* 20307 */   }
/* 20308 */ }
/* 20309 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20310 */   .td-post-template-8 .td-post-header {
/* 20311 */     height: 450px;
/* 20312 */   }
/* 20313 */ }
/* 20314 */ @media (max-width: 767px) {
/* 20315 */   .td-post-template-8 .td-post-header {
/* 20316 */     height: 340px;
/* 20317 */   }
/* 20318 */ }
/* 20319 */ .td-post-template-8 .td-post-sharing-top {
/* 20320 */   /* responsive portrait phone */
/* 20321 */ }
/* 20322 */ @media (max-width: 767px) {
/* 20323 */   .td-post-template-8 .td-post-sharing-top {
/* 20324 */     margin-top: 21px;
/* 20325 */   }
/* 20326 */ }
/* 20327 */ .td-post-template-8 .td-post-header-holder {
/* 20328 */   display: table-cell;
/* 20329 */   padding: 20px 48px;
/* 20330 */   z-index: 1;
/* 20331 */   vertical-align: bottom;
/* 20332 */   text-align: left;
/* 20333 */   /* responsive landscape tablet */
/* 20334 */   /* responsive portrait tablet */
/* 20335 */   /* responsive portrait phone */
/* 20336 */ }
/* 20337 */ @media (max-width: 1180px) {
/* 20338 */   .td-post-template-8 .td-post-header-holder {
/* 20339 */     padding: 20px 0;
/* 20340 */     width: 1068px;
/* 20341 */   }
/* 20342 */ }
/* 20343 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 20344 */   .td-post-template-8 .td-post-header-holder {
/* 20345 */     padding: 20px 0;
/* 20346 */     width: 980px;
/* 20347 */   }
/* 20348 */ }
/* 20349 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20350 */   .td-post-template-8 .td-post-header-holder {

/* td_standard_pack_main.css */

/* 20351 */     padding: 20px 0;
/* 20352 */     width: 740px;
/* 20353 */   }
/* 20354 */ }
/* 20355 */ @media (max-width: 767px) {
/* 20356 */   .td-post-template-8 .td-post-header-holder {
/* 20357 */     padding: 10px;
/* 20358 */   }
/* 20359 */ }
/* 20360 */ .td-post-template-8 .td-crumb-container {
/* 20361 */   z-index: 1;
/* 20362 */   position: absolute;
/* 20363 */   top: 0;
/* 20364 */   left: 0;
/* 20365 */   right: 0;
/* 20366 */   width: 1068px;
/* 20367 */   margin: auto;
/* 20368 */   /* responsive landscape tablet */
/* 20369 */   /* responsive portrait tablet */
/* 20370 */   /* responsive portrait phone */
/* 20371 */ }
/* 20372 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 20373 */   .td-post-template-8 .td-crumb-container {
/* 20374 */     width: 980px;
/* 20375 */   }
/* 20376 */ }
/* 20377 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20378 */   .td-post-template-8 .td-crumb-container {
/* 20379 */     width: 740px;
/* 20380 */   }
/* 20381 */ }
/* 20382 */ @media (max-width: 767px) {
/* 20383 */   .td-post-template-8 .td-crumb-container {
/* 20384 */     width: 100%;
/* 20385 */     padding: 11px;
/* 20386 */   }
/* 20387 */ }
/* 20388 */ .td-post-template-8 .entry-crumbs,
/* 20389 */ .td-post-template-8 .entry-crumbs a {
/* 20390 */   color: #fff;
/* 20391 */ }
/* 20392 */ .td-post-template-8 .td-post-title .td-category {
/* 20393 */   margin-bottom: 5px;
/* 20394 */ }
/* 20395 */ .td-post-template-8 .td-post-title .td-module-meta-info {
/* 20396 */   margin-bottom: 0;
/* 20397 */   /* responsive portrait phone */
/* 20398 */ }
/* 20399 */ @media (max-width: 767px) {
/* 20400 */   .td-post-template-8 .td-post-title .td-module-meta-info {

/* td_standard_pack_main.css */

/* 20401 */     margin-bottom: 5px;
/* 20402 */   }
/* 20403 */ }
/* 20404 */ .td-post-template-8 .td-post-title .td-post-author-name,
/* 20405 */ .td-post-template-8 .td-post-title .td-post-author-name a,
/* 20406 */ .td-post-template-8 .td-post-title .td-post-date,
/* 20407 */ .td-post-template-8 .td-post-title .td-post-comments a,
/* 20408 */ .td-post-template-8 .td-post-title .td-post-views {
/* 20409 */   color: #fff;
/* 20410 */ }
/* 20411 */ .td-post-template-8 .td-post-title .td-post-date {
/* 20412 */   margin-right: 22px;
/* 20413 */ }
/* 20414 */ .td-post-template-8 .td-post-title .td-post-comments,
/* 20415 */ .td-post-template-8 .td-post-title .td-post-views {
/* 20416 */   float: none;
/* 20417 */   display: inline-block;
/* 20418 */   vertical-align: top;
/* 20419 */ }
/* 20420 */ .td-post-template-8 .td-post-title {
/* 20421 */   width: 81%;
/* 20422 */ }
/* 20423 */ @media (max-width: 1018px) {
/* 20424 */   .td-post-template-8 .td-post-title {
/* 20425 */     width: 100%;
/* 20426 */   }
/* 20427 */ }
/* 20428 */ .td-post-template-8 .td-post-header .entry-title {
/* 20429 */   font-size: 44px;
/* 20430 */   line-height: 54px;
/* 20431 */   margin-bottom: 14px;
/* 20432 */   color: #fff;
/* 20433 */ }
/* 20434 */ .td-post-template-8 .td-post-header .entry-title a {
/* 20435 */   color: #fff;
/* 20436 */ }
/* 20437 */ .td-post-template-8 .td-post-header header .entry-title {
/* 20438 */   /* responsive portrait tablet */
/* 20439 */   /* responsive portrait phone */
/* 20440 */ }
/* 20441 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20442 */   .td-post-template-8 .td-post-header header .entry-title {
/* 20443 */     font-size: 36px;
/* 20444 */     line-height: 46px;
/* 20445 */   }
/* 20446 */ }
/* 20447 */ @media (max-width: 767px) {
/* 20448 */   .td-post-template-8 .td-post-header header .entry-title {
/* 20449 */     font-size: 26px;
/* 20450 */     line-height: 32px;

/* td_standard_pack_main.css */

/* 20451 */     margin-bottom: 7px;
/* 20452 */   }
/* 20453 */ }
/* 20454 */ .td-post-template-8 .td-post-sub-title {
/* 20455 */   font-size: 19px;
/* 20456 */   line-height: 25px;
/* 20457 */   color: #ddd;
/* 20458 */   margin-bottom: 21px;
/* 20459 */   /* responsive portrait tablet */
/* 20460 */   /* responsive portrait phone */
/* 20461 */ }
/* 20462 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20463 */   .td-post-template-8 .td-post-sub-title {
/* 20464 */     margin-bottom: 16px;
/* 20465 */     font-size: 16px;
/* 20466 */     line-height: 22px;
/* 20467 */   }
/* 20468 */ }
/* 20469 */ @media (max-width: 767px) {
/* 20470 */   .td-post-template-8 .td-post-sub-title {
/* 20471 */     margin-top: 0;
/* 20472 */     margin-bottom: 10px;
/* 20473 */     font-size: 13px;
/* 20474 */     line-height: 18px;
/* 20475 */     color: #fff;
/* 20476 */   }
/* 20477 */ }
/* 20478 */ .td-post-template-8 .td-main-content,
/* 20479 */ .td-post-template-8 .td-main-sidebar {
/* 20480 */   margin-top: 48px;
/* 20481 */   /* responsive landscape tablet */
/* 20482 */   /* responsive portrait tablet */
/* 20483 */ }
/* 20484 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 20485 */   .td-post-template-8 .td-main-content,
/* 20486 */   .td-post-template-8 .td-main-sidebar {
/* 20487 */     margin-top: 26px;
/* 20488 */   }
/* 20489 */ }
/* 20490 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20491 */   .td-post-template-8 .td-main-content,
/* 20492 */   .td-post-template-8 .td-main-sidebar {
/* 20493 */     margin-top: 21px;
/* 20494 */   }
/* 20495 */ }
/* 20496 */ @media (max-width: 767px) {
/* 20497 */   .td-post-template-8 .td-main-content {
/* 20498 */     margin-top: 0;
/* 20499 */   }
/* 20500 */   .td-post-template-8 .td-main-sidebar {

/* td_standard_pack_main.css */

/* 20501 */     margin-top: 28px;
/* 20502 */   }
/* 20503 */ }
/* 20504 */ .td-post-template-8 .td-post-content {
/* 20505 */   margin-top: 0;
/* 20506 */   /* responsive portrait phone */
/* 20507 */ }
/* 20508 */ @media (max-width: 767px) {
/* 20509 */   .td-post-template-8 .td-post-content {
/* 20510 */     margin-top: 21px;
/* 20511 */   }
/* 20512 */ }
/* 20513 */ .td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
/* 20514 */ .td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
/* 20515 */   text-align: center;
/* 20516 */ }
/* 20517 */ .td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
/* 20518 */   left: 19px;
/* 20519 */ }
/* 20520 */ .td-image-gradient-style8:after {
/* 20521 */   top: 0;
/* 20522 */   left: 0;
/* 20523 */   content: "";
/* 20524 */   display: block;
/* 20525 */   height: 100%;
/* 20526 */   width: 100%;
/* 20527 */   position: absolute;
/* 20528 */   -webkit-box-shadow: inset 0 0 188px 0 #000000;
/* 20529 */   -moz-box-shadow: inset 0 0 188px 0 #000000;
/* 20530 */   box-shadow: inset 0 0 188px 0 #000000;
/* 20531 */   z-index: -1;
/* 20532 */ }
/* 20533 */ /*  ----------------------------------------------------------------------------
/* 20534 *|     Template 9
/* 20535 *| */
/* 20536 */ @media (max-width: 1018px) {
/* 20537 */   .td-post-template-9 .td-post-header header .entry-title {
/* 20538 */     font-size: 32px;
/* 20539 */     line-height: 36px;
/* 20540 */   }
/* 20541 */ }
/* 20542 */ .td-post-template-9 .td-crumb-container {
/* 20543 */   margin-top: 0;
/* 20544 */   margin-bottom: 0;
/* 20545 */   padding-top: 0;
/* 20546 */   min-height: 0;
/* 20547 */ }
/* 20548 */ .td-post-template-9 .td-crumb-container .entry-crumbs {
/* 20549 */   margin-bottom: -35px;
/* 20550 */   padding-top: 15px;

/* td_standard_pack_main.css */

/* 20551 */ }
/* 20552 */ @media (max-width: 1018px) {
/* 20553 */   .td-post-template-9 .td-crumb-container .entry-crumbs {
/* 20554 */     margin-bottom: -24px;
/* 20555 */     padding-top: 10px;
/* 20556 */   }
/* 20557 */ }
/* 20558 */ .td-post-template-9 .td-post-featured-video {
/* 20559 */   margin-bottom: 48px;
/* 20560 */   padding-top: 48px;
/* 20561 */   /* responsive portrait phone */
/* 20562 */ }
/* 20563 */ @media (max-width: 1018px) {
/* 20564 */   .td-post-template-9 .td-post-featured-video {
/* 20565 */     margin-bottom: 30px;
/* 20566 */     padding-top: 30px;
/* 20567 */   }
/* 20568 */ }
/* 20569 */ @media (max-width: 767px) {
/* 20570 */   .td-post-template-9 .td-post-featured-video {
/* 20571 */     margin-bottom: 13px;
/* 20572 */     padding-top: 34px;
/* 20573 */   }
/* 20574 */ }
/* 20575 */ .td-post-template-9 .td-post-featured-video .wpb_video_wrapper {
/* 20576 */   /* responsive portrait phone */
/* 20577 */ }
/* 20578 */ @media (max-width: 767px) {
/* 20579 */   .td-post-template-9 .td-post-featured-video .wpb_video_wrapper {
/* 20580 */     margin-bottom: 13px;
/* 20581 */   }
/* 20582 */ }
/* 20583 */ .td-post-template-9 .td-post-featured-video iframe {
/* 20584 */   display: block;
/* 20585 */ }
/* 20586 */ .td-post-template-9 .td-post-featured-image img {
/* 20587 */   /* responsive portrait phone */
/* 20588 */ }
/* 20589 */ @media (max-width: 767px) {
/* 20590 */   .td-post-template-9 .td-post-featured-image img {
/* 20591 */     margin-bottom: 0;
/* 20592 */   }
/* 20593 */ }
/* 20594 */ .td-post-template-9 .td-post-title .td-post-comments {
/* 20595 */   margin-left: 22px;
/* 20596 */ }
/* 20597 */ .td-post-template-9 .td-post-title .td-post-views {
/* 20598 */   margin-right: 0;
/* 20599 */ }
/* 20600 */ /*  ----------------------------------------------------------------------------

/* td_standard_pack_main.css *|

/* 20601 *|     Template 10
/* 20602 *| */
/* 20603 */ @media (max-width: 1018px) {
/* 20604 */   .td-post-template-10 .td-post-header header .entry-title {
/* 20605 */     font-size: 32px;
/* 20606 */     line-height: 36px;
/* 20607 */   }
/* 20608 */ }
/* 20609 */ .td-post-template-10 .td-crumb-container {
/* 20610 */   margin-top: 0;
/* 20611 */   margin-bottom: 0;
/* 20612 */   padding-top: 0;
/* 20613 */   min-height: 0;
/* 20614 */ }
/* 20615 */ .td-post-template-10 .td-crumb-container .entry-crumbs {
/* 20616 */   margin-bottom: -35px;
/* 20617 */   padding-top: 15px;
/* 20618 */ }
/* 20619 */ @media (max-width: 1018px) {
/* 20620 */   .td-post-template-10 .td-crumb-container .entry-crumbs {
/* 20621 */     margin-bottom: -23px;
/* 20622 */     padding-top: 9px;
/* 20623 */   }
/* 20624 */ }
/* 20625 */ .td-post-template-10 .entry-crumbs a:hover {
/* 20626 */   color: #fff;
/* 20627 */ }
/* 20628 */ .td-post-template-10 .td-post-featured-video {
/* 20629 */   padding-bottom: 48px;
/* 20630 */   padding-top: 48px;
/* 20631 */ }
/* 20632 */ @media (max-width: 1018px) {
/* 20633 */   .td-post-template-10 .td-post-featured-video {
/* 20634 */     margin-bottom: 30px;
/* 20635 */     padding-bottom: 30px;
/* 20636 */     padding-top: 30px;
/* 20637 */     /* responsive portrait phone */
/* 20638 */   }
/* 20639 */ }
/* 20640 */ @media (max-width: 1018px) and (max-width: 767px) {
/* 20641 */   .td-post-template-10 .td-post-featured-video {
/* 20642 */     margin-bottom: 13px;
/* 20643 */     padding-bottom: 15px;
/* 20644 */     padding-top: 30px;
/* 20645 */   }
/* 20646 */ }
/* 20647 */ .td-post-template-10 .td-post-featured-video img,
/* 20648 */ .td-post-template-10 .td-post-featured-video .wpb_video_wrapper {
/* 20649 */   margin-bottom: 0;
/* 20650 */ }

/* td_standard_pack_main.css */

/* 20651 */ .td-post-template-10 .td-post-featured-video iframe,
/* 20652 */ .td-post-template-10 .td-post-featured-video img {
/* 20653 */   display: block;
/* 20654 */   -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
/* 20655 */   -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
/* 20656 */   box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
/* 20657 */ }
/* 20658 */ .td-post-template-10 .td-container .td-pb-row {
/* 20659 */   padding-top: 48px;
/* 20660 */ }
/* 20661 */ .td-post-template-10 .td-post-title .wp-caption-text {
/* 20662 */   color: #c3c3c3;
/* 20663 */   margin-bottom: 0;
/* 20664 */ }
/* 20665 */ .td-post-template-10 .td-post-title .td-post-comments {
/* 20666 */   margin-left: 22px;
/* 20667 */ }
/* 20668 */ .td-post-template-10 .td-post-title .td-post-views {
/* 20669 */   margin-right: 0;
/* 20670 */ }
/* 20671 */ .td-video-template-bg {
/* 20672 */   background-color: #222222;
/* 20673 */ }
/* 20674 */ .td-video-template-bg .td-category a {
/* 20675 */   background-color: #111;
/* 20676 */ }
/* 20677 */ /*  ----------------------------------------------------------------------------
/* 20678 *|     Template 11
/* 20679 *| */
/* 20680 */ .td-post-template-11 {
/* 20681 */   /* responsive portrait phone */
/* 20682 */ }
/* 20683 */ .td-post-template-11 .td-video-template-bg .td-pb-span4 {
/* 20684 */   float: right;
/* 20685 */   /* responsive portrait tablet */
/* 20686 */ }
/* 20687 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20688 */   .td-post-template-11 .td-video-template-bg .td-pb-span4 {
/* 20689 */     clear: both;
/* 20690 */     width: 100%;
/* 20691 */   }
/* 20692 */ }
/* 20693 */ .td-post-template-11 .td-crumb-container {
/* 20694 */   margin-top: 0;
/* 20695 */   margin-bottom: 13px;
/* 20696 */   padding-top: 14px;
/* 20697 */ }
/* 20698 */ .td-post-template-11 .entry-crumbs a:hover {
/* 20699 */   color: #fff;
/* 20700 */ }

/* td_standard_pack_main.css */

/* 20701 */ .td-post-template-11 .td-post-featured-video {
/* 20702 */   padding-bottom: 21px;
/* 20703 */   /* responsive portrait tablet */
/* 20704 */   /* responsive portrait phone */
/* 20705 */ }
/* 20706 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20707 */   .td-post-template-11 .td-post-featured-video {
/* 20708 */     clear: both;
/* 20709 */     width: 100%;
/* 20710 */   }
/* 20711 */ }
/* 20712 */ @media (max-width: 767px) {
/* 20713 */   .td-post-template-11 .td-post-featured-video {
/* 20714 */     clear: both;
/* 20715 */   }
/* 20716 */ }
/* 20717 */ .td-post-template-11 .td-post-featured-video img {
/* 20718 */   margin-bottom: 0;
/* 20719 */ }
/* 20720 */ .td-post-template-11 .td-post-featured-video iframe {
/* 20721 */   display: block;
/* 20722 */ }
/* 20723 */ .td-post-template-11 .wpb_video_wrapper {
/* 20724 */   margin-bottom: 0;
/* 20725 */ }
/* 20726 */ .td-post-template-11 .td-post-sharing-top {
/* 20727 */   margin-top: 21px;
/* 20728 */   margin-bottom: 0;
/* 20729 */ }
/* 20730 */ .td-post-template-11 .td-post-sharing-top .td-post-sharing-classic,
/* 20731 */ .td-post-template-11 .td-post-sharing-top .td-post-sharing {
/* 20732 */   text-align: center;
/* 20733 */ }
/* 20734 */ .td-post-template-11 .td-post-sharing-top .td-post-sharing-classic {
/* 20735 */   left: 19px;
/* 20736 */ }
/* 20737 */ .td-post-template-11 .td-post-sharing-top .td-post-sharing-classic iframe {
/* 20738 */   display: inline;
/* 20739 */ }
/* 20740 */ .td-post-template-11 .td-post-sharing-top .td-social-network {
/* 20741 */   color: #fff;
/* 20742 */ }
/* 20743 */ .td-post-template-11 .td-post-sharing-top .td-social-handler {
/* 20744 */   color: #ccc;
/* 20745 */   border-color: #464646;
/* 20746 */ }
/* 20747 */ .td-post-template-11 .td-post-sharing-top .td-social-handler:before {
/* 20748 */   border-color: transparent transparent transparent #434343;
/* 20749 */ }
/* 20750 */ .td-post-template-11 .td-post-sharing-top .td-social-handler:after {

/* td_standard_pack_main.css */

/* 20751 */   border-color: transparent transparent transparent #222;
/* 20752 */ }
/* 20753 */ .td-post-template-11 .td-post-sharing-top .td-social-handler .td-social-but-text:before {
/* 20754 */   background-color: #fff;
/* 20755 */ }
/* 20756 */ .td-post-template-11 .td-post-sharing-top .td-ps-border .td-social-network .td-social-but-text:before {
/* 20757 */   background-color: #fff;
/* 20758 */ }
/* 20759 */ .td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-icon,
/* 20760 */ .td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-text {
/* 20761 */   border-color: #434343;
/* 20762 */ }
/* 20763 */ .td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-mail .td-social-but-icon,
/* 20764 */ .td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-digg .td-social-but-icon,
/* 20765 */ .td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-print .td-social-but-icon {
/* 20766 */   color: #fff;
/* 20767 */ }
/* 20768 */ .td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-mail .td-social-but-text,
/* 20769 */ .td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-digg .td-social-but-text,
/* 20770 */ .td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-print .td-social-but-text {
/* 20771 */   color: #fff;
/* 20772 */ }
/* 20773 */ .td-post-template-11 .td-post-header {
/* 20774 */   padding-bottom: 21px;
/* 20775 */   /* responsive portrait tablet */
/* 20776 */ }
/* 20777 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20778 */   .td-post-template-11 .td-post-header {
/* 20779 */     padding-bottom: 16px;
/* 20780 */   }
/* 20781 */ }
/* 20782 */ @media (max-width: 767px) {
/* 20783 */   .td-post-template-11 .td-post-header {
/* 20784 */     padding-bottom: 0;
/* 20785 */   }
/* 20786 */ }
/* 20787 */ .td-post-template-11 .td-post-header .entry-title {
/* 20788 */   font-size: 24px;
/* 20789 */   line-height: 30px;
/* 20790 */   font-weight: 500;
/* 20791 */   color: #fff;
/* 20792 */ }
/* 20793 */ @media (max-width: 1018px) {
/* 20794 */   .td-post-template-11 .td-post-header header .entry-title {
/* 20795 */     font-size: 26px;
/* 20796 */     line-height: 32px;
/* 20797 */   }
/* 20798 */ }
/* 20799 */ .td-post-template-11 .td-post-sub-title {
/* 20800 */   color: #ddd;

/* td_standard_pack_main.css */

/* 20801 */   font-size: 14px;
/* 20802 */   margin-bottom: 10px;
/* 20803 */ }
/* 20804 */ .td-post-template-11 .td-post-title .td-module-meta-info {
/* 20805 */   margin-bottom: 36px;
/* 20806 */   /* responsive portrait phone */
/* 20807 */ }
/* 20808 */ @media (max-width: 1018px) {
/* 20809 */   .td-post-template-11 .td-post-title .td-module-meta-info {
/* 20810 */     margin-bottom: 12px;
/* 20811 */   }
/* 20812 */ }
/* 20813 */ .td-post-template-11 .td-post-title .td-post-date {
/* 20814 */   margin-right: 22px;
/* 20815 */ }
/* 20816 */ .td-post-template-11 .td-post-title .td-post-comments,
/* 20817 */ .td-post-template-11 .td-post-title .td-post-views {
/* 20818 */   float: none;
/* 20819 */   display: inline-block;
/* 20820 */   vertical-align: top;
/* 20821 */   /* responsive portrait tablet */
/* 20822 */ }
/* 20823 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20824 */   .td-post-template-11 .td-post-title .td-post-comments,
/* 20825 */   .td-post-template-11 .td-post-title .td-post-views {
/* 20826 */     margin-top: 0;
/* 20827 */   }
/* 20828 */ }
/* 20829 */ .td-post-template-11 .td-post-title .td-post-author-name,
/* 20830 */ .td-post-template-11 .td-post-title .td-post-date,
/* 20831 */ .td-post-template-11 .td-post-title .td-post-comments a,
/* 20832 */ .td-post-template-11 .td-post-title .td-post-views {
/* 20833 */   color: #aaa;
/* 20834 */   /* responsive portrait tablet */
/* 20835 */ }
/* 20836 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20837 */   .td-post-template-11 .td-post-title .td-post-author-name,
/* 20838 */   .td-post-template-11 .td-post-title .td-post-date,
/* 20839 */   .td-post-template-11 .td-post-title .td-post-comments a,
/* 20840 */   .td-post-template-11 .td-post-title .td-post-views {
/* 20841 */     float: left;
/* 20842 */   }
/* 20843 */ }
/* 20844 */ .td-post-template-11 .td-post-title .td-post-comments {
/* 20845 */   /* responsive portrait tablet */
/* 20846 */ }
/* 20847 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20848 */   .td-post-template-11 .td-post-title .td-post-comments {
/* 20849 */     width: 60%;
/* 20850 */   }

/* td_standard_pack_main.css */

/* 20851 */ }
/* 20852 */ .td-post-template-11 .td-post-title .td-post-views {
/* 20853 */   /* responsive portrait tablet */
/* 20854 */ }
/* 20855 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20856 */   .td-post-template-11 .td-post-title .td-post-views {
/* 20857 */     clear: left;
/* 20858 */     float: none;
/* 20859 */   }
/* 20860 */ }
/* 20861 */ .td-post-template-11 .td-post-title .td-post-author-name a {
/* 20862 */   color: #e6e6e6;
/* 20863 */ }
/* 20864 */ .td-post-template-11 .td-post-title .wp-caption-text {
/* 20865 */   color: #c3c3c3;
/* 20866 */   margin-bottom: 0;
/* 20867 */ }
/* 20868 */ .td-post-template-11 .td-post-title .td-category a {
/* 20869 */   background-color: #000;
/* 20870 */ }
/* 20871 */ .td-post-template-11 .td_block_related_posts {
/* 20872 */   margin-bottom: 0;
/* 20873 */ }
/* 20874 */ .td-post-template-11 .td_block_related_posts .td-module-thumb {
/* 20875 */   /* responsive portrait phone */
/* 20876 */ }
/* 20877 */ @media (max-width: 500px) {
/* 20878 */   .td-post-template-11 .td_block_related_posts .td-module-thumb {
/* 20879 */     margin-bottom: 0;
/* 20880 */   }
/* 20881 */ }
/* 20882 */ .td-post-template-11 .td_block_related_posts .td-post-category {
/* 20883 */   margin-right: 0;
/* 20884 */   /* responsive portrait phone */
/* 20885 */ }
/* 20886 */ @media (max-width: 500px) {
/* 20887 */   .td-post-template-11 .td_block_related_posts .td-post-category {
/* 20888 */     word-wrap: break-word;
/* 20889 */     width: auto;
/* 20890 */   }
/* 20891 */ }
/* 20892 */ .td-post-template-11 .td_block_related_posts .td-related-span4 {
/* 20893 */   /* responsive portrait phone */
/* 20894 */ }
/* 20895 */ @media (max-width: 767px) {
/* 20896 */   .td-post-template-11 .td_block_related_posts .td-related-span4 {
/* 20897 */     margin-top: 0;
/* 20898 */     margin-bottom: 0;
/* 20899 */   }
/* 20900 */ }

/* td_standard_pack_main.css */

/* 20901 */ .td-post-template-11 .td_block_related_posts .item-details {
/* 20902 */   /* responsive portrait phone */
/* 20903 */ }
/* 20904 */ @media (max-width: 767px) {
/* 20905 */   .td-post-template-11 .td_block_related_posts .item-details {
/* 20906 */     padding-right: 10px;
/* 20907 */   }
/* 20908 */ }
/* 20909 */ .td-post-template-11 .td_block_related_posts .td-related-row {
/* 20910 */   /* responsive portrait phone */
/* 20911 */ }
/* 20912 */ @media (max-width: 767px) {
/* 20913 */   .td-post-template-11 .td_block_related_posts .td-related-row {
/* 20914 */     margin-right: 0;
/* 20915 */   }
/* 20916 */ }
/* 20917 */ .td-post-template-11 .td-related-title {
/* 20918 */   padding: 10px 0 0 0 !important;
/* 20919 */   margin-bottom: 0;
/* 20920 */   text-align: left !important;
/* 20921 */   line-height: 1 !important;
/* 20922 */   background-color: transparent !important;
/* 20923 */   letter-spacing: normal !important;
/* 20924 */   margin-top: 0 !important;
/* 20925 */   border: none !important;
/* 20926 */   top: auto !important;
/* 20927 */   font-size: 14px !important;
/* 20928 */   /* responsive portrait phone */
/* 20929 */ }
/* 20930 */ .td-post-template-11 .td-related-title:after,
/* 20931 */ .td-post-template-11 .td-related-title:before {
/* 20932 */   display: none !important;
/* 20933 */ }
/* 20934 */ @media (max-width: 767px) {
/* 20935 */   .td-post-template-11 .td-related-title {
/* 20936 */     margin-bottom: 16px;
/* 20937 */   }
/* 20938 */ }
/* 20939 */ .td-post-template-11 .td-related-title .td-related-left,
/* 20940 */ .td-post-template-11 .td-related-title .td-related-right {
/* 20941 */   color: #fff;
/* 20942 */   background-color: transparent !important;
/* 20943 */   border: none !important;
/* 20944 */   font-size: 14px !important;
/* 20945 */   line-height: 1 !important;
/* 20946 */   font-weight: 500 !important;
/* 20947 */   padding: 9px 20px 5px 0 !important;
/* 20948 */   margin-left: 0 !important;
/* 20949 */ }
/* 20950 */ .td-post-template-11 .td-related-title .td-related-left:after,

/* td_standard_pack_main.css */

/* 20951 */ .td-post-template-11 .td-related-title .td-related-right:after,
/* 20952 */ .td-post-template-11 .td-related-title .td-related-left:before,
/* 20953 */ .td-post-template-11 .td-related-title .td-related-right:before {
/* 20954 */   display: none !important;
/* 20955 */ }
/* 20956 */ .td-post-template-11 .td-related-title .td-related-right {
/* 20957 */   margin-right: 30px !important;
/* 20958 */ }
/* 20959 */ .td-post-template-11 .td-related-title .td-related-left {
/* 20960 */   padding-left: 0;
/* 20961 */ }
/* 20962 */ .td-post-template-11 .td-related-title .td-related-left:hover,
/* 20963 */ .td-post-template-11 .td-related-title .td-related-right:hover {
/* 20964 */   color: var(--td_theme_color, #4db2ec);
/* 20965 */ }
/* 20966 */ .td-post-template-11 .td-related-title .td-cur-simple-item {
/* 20967 */   background-color: transparent;
/* 20968 */   color: var(--td_theme_color, #4db2ec);
/* 20969 */ }
/* 20970 */ .td-post-template-11 .td-related-span4 {
/* 20971 */   margin-top: 12px;
/* 20972 */   margin-bottom: 32px;
/* 20973 */ }
/* 20974 */ .td-post-template-11 .td_block_related_posts .td-next-prev-wrap {
/* 20975 */   position: absolute;
/* 20976 */   right: 0;
/* 20977 */   top: 13px;
/* 20978 */ }
/* 20979 */ .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a {
/* 20980 */   border: none;
/* 20981 */   margin-right: 0;
/* 20982 */   margin-left: 10px;
/* 20983 */   font-size: 10px;
/* 20984 */   padding: 0;
/* 20985 */   line-height: 25px;
/* 20986 */   width: 20px;
/* 20987 */ }
/* 20988 */ .td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover {
/* 20989 */   background-color: transparent;
/* 20990 */   border: none;
/* 20991 */   color: var(--td_theme_color, #4db2ec);
/* 20992 */ }
/* 20993 */ .td-post-template-11 .td_mod_related_posts .td-module-title {
/* 20994 */   margin-bottom: 0;
/* 20995 */   /* responsive portrait tablet */
/* 20996 */ }
/* 20997 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 20998 */   .td-post-template-11 .td_mod_related_posts .td-module-title {
/* 20999 */     font-size: 11px;
/* 21000 */     line-height: 15px;

/* td_standard_pack_main.css */

/* 21001 */   }
/* 21002 */ }
/* 21003 */ .td-post-template-11 .td_mod_related_posts a {
/* 21004 */   color: #fff;
/* 21005 */ }
/* 21006 */ .td-post-template-11 .td-main-content,
/* 21007 */ .td-post-template-11 .td-main-sidebar {
/* 21008 */   margin-top: 48px;
/* 21009 */ }
/* 21010 */ @media (max-width: 767px) {
/* 21011 */   .td-post-template-11 .td-main-content,
/* 21012 */   .td-post-template-11 .td-main-sidebar {
/* 21013 */     margin-top: 28px;
/* 21014 */   }
/* 21015 */ }
/* 21016 */ .td-post-template-11 .td-post-content {
/* 21017 */   margin-top: 0;
/* 21018 */ }
/* 21019 */ @media (max-width: 500px) {
/* 21020 */   .td-post-template-11 .td-related-title > .td-related-right {
/* 21021 */     padding-left: 0;
/* 21022 */   }
/* 21023 */ }
/* 21024 */ .td-video-template-bg-small {
/* 21025 */   background-color: #1d1d1d;
/* 21026 */ }
/* 21027 */ /*  ----------------------------------------------------------------------------
/* 21028 *|     Template 12,
/* 21029 *|     Template 13
/* 21030 *| */
/* 21031 */ .td-post-template-12 .td-post-header,
/* 21032 */ .td-post-template-13 .td-post-header {
/* 21033 */   margin-bottom: 40px;
/* 21034 */   /* responsive portrait phone */
/* 21035 */ }
/* 21036 */ @media (max-width: 767px) {
/* 21037 */   .td-post-template-12 .td-post-header,
/* 21038 */   .td-post-template-13 .td-post-header {
/* 21039 */     margin-bottom: 20px;
/* 21040 */   }
/* 21041 */ }
/* 21042 */ .td-post-template-12 .td-post-header .entry-title,
/* 21043 */ .td-post-template-13 .td-post-header .entry-title {
/* 21044 */   font-size: 42px;
/* 21045 */   line-height: 48px;
/* 21046 */   font-weight: 600;
/* 21047 */   padding: 10px 8%;
/* 21048 */   letter-spacing: 0.02em;
/* 21049 */   /* responsive portrait phone */
/* 21050 */ }

/* td_standard_pack_main.css */

/* 21051 */ @media (max-width: 767px) {
/* 21052 */   .td-post-template-12 .td-post-header .entry-title,
/* 21053 */   .td-post-template-13 .td-post-header .entry-title {
/* 21054 */     padding: 10px;
/* 21055 */   }
/* 21056 */ }
/* 21057 */ .td-post-template-12 .td-post-header .td-a-rec > div,
/* 21058 */ .td-post-template-13 .td-post-header .td-a-rec > div,
/* 21059 */ .td-post-template-12 .td-post-header .td-g-rec .adsbygoogle,
/* 21060 */ .td-post-template-13 .td-post-header .td-g-rec .adsbygoogle {
/* 21061 */   margin-bottom: 9px;
/* 21062 */   margin-top: 9px;
/* 21063 */ }
/* 21064 */ .td-post-template-12 .td-post-header .td-crumb-container,
/* 21065 */ .td-post-template-13 .td-post-header .td-crumb-container {
/* 21066 */   padding-top: 11px;
/* 21067 */ }
/* 21068 */ .td-post-template-12 .td-post-header .td-post-title,
/* 21069 */ .td-post-template-13 .td-post-header .td-post-title {
/* 21070 */   margin-top: 16px;
/* 21071 */   text-align: center;
/* 21072 */ }
/* 21073 */ .td-post-template-12 .td-post-header .td-post-title .td-category,
/* 21074 */ .td-post-template-13 .td-post-header .td-post-title .td-category {
/* 21075 */   margin-bottom: 5px;
/* 21076 */ }
/* 21077 */ .td-post-template-12 .td-post-header .td-post-title .td-post-comments,
/* 21078 */ .td-post-template-13 .td-post-header .td-post-title .td-post-comments,
/* 21079 */ .td-post-template-12 .td-post-header .td-post-title .td-post-views,
/* 21080 */ .td-post-template-13 .td-post-header .td-post-title .td-post-views {
/* 21081 */   float: none;
/* 21082 */   display: inline-block;
/* 21083 */   vertical-align: top;
/* 21084 */   margin-right: 0;
/* 21085 */   margin-left: 22px;
/* 21086 */ }
/* 21087 */ .td-post-template-12 .td-post-header .td-post-title .td-post-author-name,
/* 21088 */ .td-post-template-13 .td-post-header .td-post-title .td-post-author-name,
/* 21089 */ .td-post-template-12 .td-post-header .td-post-title .td-post-date,
/* 21090 */ .td-post-template-13 .td-post-header .td-post-title .td-post-date {
/* 21091 */   float: none;
/* 21092 */ }
/* 21093 */ @media (max-width: 1018px) {
/* 21094 */   .td-post-template-12 .td-post-header header .entry-title,
/* 21095 */   .td-post-template-13 .td-post-header header .entry-title {
/* 21096 */     font-size: 32px;
/* 21097 */     line-height: 36px;
/* 21098 */   }
/* 21099 */ }
/* 21100 */ .td-post-template-12 .td-post-sharing-top,

/* td_standard_pack_main.css */

/* 21101 */ .td-post-template-13 .td-post-sharing-top {
/* 21102 */   /* responsive portrait phone */
/* 21103 */ }
/* 21104 */ .td-post-template-12 .td-post-sharing-top .td-post-sharing-classic,
/* 21105 */ .td-post-template-13 .td-post-sharing-top .td-post-sharing-classic,
/* 21106 */ .td-post-template-12 .td-post-sharing-top .td-post-sharing,
/* 21107 */ .td-post-template-13 .td-post-sharing-top .td-post-sharing {
/* 21108 */   text-align: center;
/* 21109 */ }
/* 21110 */ .td-post-template-12 .td-post-sharing-top .td-post-sharing-classic,
/* 21111 */ .td-post-template-13 .td-post-sharing-top .td-post-sharing-classic {
/* 21112 */   left: 19px;
/* 21113 */ }
/* 21114 */ @media (max-width: 767px) {
/* 21115 */   .td-post-template-12 .td-post-sharing-top,
/* 21116 */   .td-post-template-13 .td-post-sharing-top {
/* 21117 */     margin-top: 5px;
/* 21118 */   }
/* 21119 */ }
/* 21120 */ .td-post-template-12 .td-post-content,
/* 21121 */ .td-post-template-13 .td-post-content,
/* 21122 */ .td-post-template-12 .td_smart_list_1,
/* 21123 */ .td-post-template-13 .td_smart_list_1,
/* 21124 */ .td-post-template-12 .td_smart_list_2,
/* 21125 */ .td-post-template-13 .td_smart_list_2,
/* 21126 */ .td-post-template-12 .td_smart_list_3,
/* 21127 */ .td-post-template-13 .td_smart_list_3,
/* 21128 */ .td-post-template-12 .td_smart_list_4,
/* 21129 */ .td-post-template-13 .td_smart_list_4,
/* 21130 */ .td-post-template-12 .td_smart_list_5,
/* 21131 */ .td-post-template-13 .td_smart_list_5,
/* 21132 */ .td-post-template-12 .td_smart_list_6,
/* 21133 */ .td-post-template-13 .td_smart_list_6,
/* 21134 */ .td-post-template-12 .td_smart_list_7,
/* 21135 */ .td-post-template-13 .td_smart_list_7,
/* 21136 */ .td-post-template-12 .td_smart_list_8,
/* 21137 */ .td-post-template-13 .td_smart_list_8 {
/* 21138 */   margin-top: 0;
/* 21139 */ }
/* 21140 */ .td-post-template-12 .td-post-sub-title,
/* 21141 */ .td-post-template-13 .td-post-sub-title {
/* 21142 */   font-size: 19px;
/* 21143 */   line-height: 25px;
/* 21144 */   margin: 12px 0 20px;
/* 21145 */ }
/* 21146 */ @media (max-width: 767px) {
/* 21147 */   .td-post-template-12 .td-post-sub-title,
/* 21148 */   .td-post-template-13 .td-post-sub-title {
/* 21149 */     margin: 0 0 16px;
/* 21150 */   }

/* td_standard_pack_main.css */

/* 21151 */ }
/* 21152 */ /*  ----------------------------------------------------------------------------
/* 21153 *|     Sidebar fix for post template with parallax
/* 21154 *| */
/* 21155 */ .td-post-template-6 .td-ss-main-sidebar,
/* 21156 */ .td-post-template-7 .td-ss-main-sidebar {
/* 21157 */   -webkit-transform: translate3d(0, 0, 0);
/* 21158 */ }
/* 21159 */ /*  ----------------------------------------------------------------------------
/* 21160 *|     General Category Templates
/* 21161 *| */
/* 21162 */ .td-pulldown-filter-list {
/* 21163 */   display: none;
/* 21164 */ }
/* 21165 */ .td-category-pulldown-filter:hover .td-pulldown-filter-list {
/* 21166 */   display: block;
/* 21167 */ }
/* 21168 */ .td-category-header {
/* 21169 */   background-color: #fff;
/* 21170 */   clear: both;
/* 21171 */ }
/* 21172 */ .td-category-header .td-container {
/* 21173 */   position: relative;
/* 21174 */ }
/* 21175 */ .td-category-header .td-page-title {
/* 21176 */   text-transform: uppercase;
/* 21177 */   font-weight: 700;
/* 21178 */   margin-top: -2px;
/* 21179 */   margin-bottom: 0;
/* 21180 */ }
/* 21181 */ .td-category-header .entry-category a {
/* 21182 */   font-size: 11px;
/* 21183 */   padding: 4px 8px 5px 8px;
/* 21184 */ }
/* 21185 */ .td-category-header .td-category-pulldown-filter {
/* 21186 */   position: absolute;
/* 21187 */   top: 49px;
/* 21188 */   right: 0;
/* 21189 */   /* responsive portrait tablet */
/* 21190 */   /* responsive portrait phone */
/* 21191 */ }
/* 21192 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21193 */   .td-category-header .td-category-pulldown-filter {
/* 21194 */     top: 46px;
/* 21195 */   }
/* 21196 */ }
/* 21197 */ @media (max-width: 767px) {
/* 21198 */   .td-category-header .td-category-pulldown-filter {
/* 21199 */     top: 50px;
/* 21200 */     right: 10px;

/* td_standard_pack_main.css */

/* 21201 */   }
/* 21202 */ }
/* 21203 */ .td-category-header .td-pulldown-filter-display-option {
/* 21204 */   background-color: #222222;
/* 21205 */   color: #fff;
/* 21206 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 21207 */   text-transform: uppercase;
/* 21208 */   cursor: pointer;
/* 21209 */   padding: 5px 13px 4px 13px;
/* 21210 */   font-size: 11px;
/* 21211 */   white-space: nowrap;
/* 21212 */ }
/* 21213 */ .td-category-header .td-icon-menu-down {
/* 21214 */   font-size: 9px;
/* 21215 */   margin-left: 5px;
/* 21216 */   position: relative;
/* 21217 */   top: -1px;
/* 21218 */ }
/* 21219 */ .td-category-header .td-pulldown-filter-list {
/* 21220 */   position: absolute;
/* 21221 */   z-index: 2;
/* 21222 */   right: 0;
/* 21223 */   background-color: #222222;
/* 21224 */   padding: 6px 0;
/* 21225 */   text-align: left;
/* 21226 */   margin: 4px 0 0;
/* 21227 */   min-width: 113px;
/* 21228 */ }
/* 21229 */ .td-category-header .td-pulldown-filter-list a {
/* 21230 */   background-color: transparent !important;
/* 21231 */ }
/* 21232 */ .td-category-header .td-pulldown-filter-item {
/* 21233 */   list-style: none;
/* 21234 */   margin-left: 0;
/* 21235 */   line-height: 1;
/* 21236 */ }
/* 21237 */ .td-category-header .td-pulldown-category-filter-link {
/* 21238 */   padding: 0 13px;
/* 21239 */   display: inline-block;
/* 21240 */   font-size: 10px;
/* 21241 */   line-height: 24px;
/* 21242 */   width: 100%;
/* 21243 */   color: #fff;
/* 21244 */   text-transform: none;
/* 21245 */ }
/* 21246 */ .td-category-header .td-pulldown-category-filter-link:hover {
/* 21247 */   color: var(--td_theme_color, #4db2ec);
/* 21248 */ }
/* 21249 */ .td-category-description {
/* 21250 */   width: 90%;

/* td_standard_pack_main.css */

/* 21251 */   /* responsive portrait phone */
/* 21252 */ }
/* 21253 */ @media (max-width: 767px) {
/* 21254 */   .td-category-description {
/* 21255 */     width: 100%;
/* 21256 */   }
/* 21257 */ }
/* 21258 */ .td-category-description p {
/* 21259 */   font-style: italic;
/* 21260 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 21261 */   color: #777;
/* 21262 */   font-size: 16px;
/* 21263 */   line-height: 26px;
/* 21264 */   margin-bottom: 0;
/* 21265 */   margin-top: 15px;
/* 21266 */ }
/* 21267 */ @-moz-document url-prefix() {
/* 21268 */   .td-category-header .td-pulldown-filter-display-option {
/* 21269 */     padding: 4px 13px 5px 13px;
/* 21270 */   }
/* 21271 */ }
/* 21272 */ .td-category-siblings {
/* 21273 */   z-index: 2;
/* 21274 */   opacity: 0;
/* 21275 */   width: 744px;
/* 21276 */   position: relative;
/* 21277 */   /* responsive portrait tablet */
/* 21278 */   /* responsive portrait phone */
/* 21279 */ }
/* 21280 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21281 */   .td-category-siblings {
/* 21282 */     width: 560px;
/* 21283 */   }
/* 21284 */ }
/* 21285 */ @media (max-width: 767px) {
/* 21286 */   .td-category-siblings {
/* 21287 */     margin-right: 0;
/* 21288 */     width: auto;
/* 21289 */   }
/* 21290 */ }
/* 21291 */ .td-category-siblings .td-category {
/* 21292 */   display: inline-block;
/* 21293 */   vertical-align: top;
/* 21294 */   height: 20px;
/* 21295 */   overflow: hidden;
/* 21296 */ }
/* 21297 */ .td-category-siblings .td-subcat-more {
/* 21298 */   line-height: 1;
/* 21299 */   padding: 4px 5px 3px;
/* 21300 */ }

/* td_standard_pack_main.css */

/* 21301 */ .td-category-siblings .td-subcat-dropdown {
/* 21302 */   background-color: transparent;
/* 21303 */   display: inline-block;
/* 21304 */   padding: 0;
/* 21305 */   position: absolute;
/* 21306 */   border: 1px solid #eaeaea;
/* 21307 */   color: #222;
/* 21308 */   top: 0;
/* 21309 */   /* responsive portrait phone */
/* 21310 */ }
/* 21311 */ @media (max-width: 767px) {
/* 21312 */   .td-category-siblings .td-subcat-dropdown {
/* 21313 */     position: absolute;
/* 21314 */     top: 0;
/* 21315 */   }
/* 21316 */ }
/* 21317 */ .td-category-siblings .td-subcat-dropdown i {
/* 21318 */   margin: 0;
/* 21319 */   top: 0;
/* 21320 */ }
/* 21321 */ .td-category-siblings .td-subcat-dropdown ul {
/* 21322 */   z-index: 999;
/* 21323 */   border: 1px solid #e6e6e6;
/* 21324 */   margin: 0;
/* 21325 */ }
/* 21326 */ .td-category-siblings .td-subcat-dropdown:hover {
/* 21327 */   border-color: #222;
/* 21328 */   color: #fff;
/* 21329 */   background-color: #222;
/* 21330 */ }
/* 21331 */ .td-category-siblings .td-subcat-dropdown:hover ul {
/* 21332 */   display: block;
/* 21333 */   border-color: #222;
/* 21334 */   right: -1px;
/* 21335 */   top: 23px;
/* 21336 */ }
/* 21337 */ .td-category-siblings .td-subcat-dropdown:hover ul:before {
/* 21338 */   background-color: #222;
/* 21339 */   content: '';
/* 21340 */   height: 4px;
/* 21341 */   position: absolute;
/* 21342 */   right: -1px;
/* 21343 */   top: -5px;
/* 21344 */   width: 21px;
/* 21345 */ }
/* 21346 */ .td-category-siblings .td-subcat-dropdown li {
/* 21347 */   list-style: none;
/* 21348 */   margin-left: 0;
/* 21349 */ }
/* 21350 */ .td-category-siblings .td-subcat-dropdown a {

/* td_standard_pack_main.css */

/* 21351 */   display: block;
/* 21352 */   color: #fff !important;
/* 21353 */   padding: 0 13px;
/* 21354 */   white-space: nowrap;
/* 21355 */   text-transform: none;
/* 21356 */   font-size: 10px;
/* 21357 */ }
/* 21358 */ .td-category-siblings .td-subcat-dropdown a:hover {
/* 21359 */   color: var(--td_theme_color, #4db2ec);
/* 21360 */ }
/* 21361 */ .td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
/* 21362 */   background-color: transparent;
/* 21363 */   color: var(--td_theme_color, #4db2ec);
/* 21364 */ }
/* 21365 */ .td-js-loaded .td-category-siblings {
/* 21366 */   opacity: 1;
/* 21367 */   -webkit-transition: opacity 0.3s;
/* 21368 */   transition: opacity 0.3s;
/* 21369 */ }
/* 21370 */ .category .td-crumb-container {
/* 21371 */   /* responsive portrait phone */
/* 21372 */ }
/* 21373 */ @media (max-width: 767px) {
/* 21374 */   .category .td-crumb-container {
/* 21375 */     margin-bottom: 3px;
/* 21376 */     padding-top: 15px;
/* 21377 */   }
/* 21378 */ }
/* 21379 */ .category .td-category-grid .td_block_wrap {
/* 21380 */   /* responsive portrait phone */
/* 21381 */ }
/* 21382 */ @media (max-width: 767px) {
/* 21383 */   .category .td-category-grid .td_block_wrap {
/* 21384 */     padding-bottom: 40px;
/* 21385 */   }
/* 21386 */ }
/* 21387 */ .category .td-main-content .td-load-more-wrap {
/* 21388 */   /* responsive portrait phone */
/* 21389 */ }
/* 21390 */ @media (max-width: 767px) {
/* 21391 */   .category .td-main-content .td-load-more-wrap {
/* 21392 */     margin-bottom: 26px;
/* 21393 */   }
/* 21394 */ }
/* 21395 */ /*  ----------------------------------------------------------------------------
/* 21396 *|     Category Template 1
/* 21397 *| */
/* 21398 */ .td_category_template_1 .td-category-header {
/* 21399 */   padding-bottom: 18px;
/* 21400 */ }

/* td_standard_pack_main.css */

/* 21401 */ @media (max-width: 1018px) {
/* 21402 */   .td_category_template_1 .td-category-header {
/* 21403 */     padding-bottom: 14px;
/* 21404 */   }
/* 21405 */ }
/* 21406 */ .td_category_template_1 .td-category-description p {
/* 21407 */   margin-top: 12px;
/* 21408 */   margin-bottom: 5px;
/* 21409 */ }
/* 21410 */ @media (max-width: 1018px) {
/* 21411 */   .td_category_template_1 .td-category-description p {
/* 21412 */     margin-top: 9px;
/* 21413 */   }
/* 21414 */ }
/* 21415 */ .td_category_template_1 .td-category-pulldown-filter {
/* 21416 */   /* responsive portrait phone */
/* 21417 */ }
/* 21418 */ @media (max-width: 767px) {
/* 21419 */   .td_category_template_1 .td-category-pulldown-filter {
/* 21420 */     display: none;
/* 21421 */   }
/* 21422 */ }
/* 21423 */ .td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
/* 21424 */   margin-bottom: 6px;
/* 21425 */   /* responsive portrait phone */
/* 21426 */ }
/* 21427 */ @media (max-width: 767px) {
/* 21428 */   .td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
/* 21429 */     margin-bottom: 5px;
/* 21430 */   }
/* 21431 */ }
/* 21432 */ /*  ----------------------------------------------------------------------------
/* 21433 *|     Category Template 2
/* 21434 *| */
/* 21435 */ .td_category_template_2 .td-category-header {
/* 21436 */   background-color: #fcfcfc;
/* 21437 */   border-bottom: 1px solid #f2f2f2;
/* 21438 */   border-top: 1px solid #f2f2f2;
/* 21439 */   padding-bottom: 18px;
/* 21440 */   /* responsive portrait phone */
/* 21441 */ }
/* 21442 */ @media (max-width: 767px) {
/* 21443 */   .td_category_template_2 .td-category-header {
/* 21444 */     padding-bottom: 14px;
/* 21445 */   }
/* 21446 */ }
/* 21447 */ .td_category_template_2 .td-category-pulldown-filter {
/* 21448 */   top: 42px;
/* 21449 */   /* responsive portrait tablet */
/* 21450 */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 21451 */ }
/* 21452 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21453 */   .td_category_template_2 .td-category-pulldown-filter {
/* 21454 */     top: 40px;
/* 21455 */   }
/* 21456 */ }
/* 21457 */ @media (max-width: 767px) {
/* 21458 */   .td_category_template_2 .td-category-pulldown-filter {
/* 21459 */     display: none;
/* 21460 */   }
/* 21461 */ }
/* 21462 */ .td_category_template_2 .td-crumb-container {
/* 21463 */   margin-bottom: 2px;
/* 21464 */   /* responsive portrait phone */
/* 21465 */ }
/* 21466 */ @media (max-width: 767px) {
/* 21467 */   .td_category_template_2 .td-crumb-container {
/* 21468 */     padding-top: 15px;
/* 21469 */     margin-bottom: 3px;
/* 21470 */   }
/* 21471 */ }
/* 21472 */ .td_category_template_2 .td-category-description p {
/* 21473 */   margin-top: 12px;
/* 21474 */   margin-bottom: 1px;
/* 21475 */   /* responsive portrait phone */
/* 21476 */ }
/* 21477 */ @media (max-width: 767px) {
/* 21478 */   .td_category_template_2 .td-category-description p {
/* 21479 */     margin-top: 9px;
/* 21480 */     margin-bottom: 0;
/* 21481 */   }
/* 21482 */ }
/* 21483 */ .td_category_template_2 .td-category-grid {
/* 21484 */   padding-top: 26px;
/* 21485 */   /* responsive portrait phone */
/* 21486 */ }
/* 21487 */ @media (max-width: 767px) {
/* 21488 */   .td_category_template_2 .td-category-grid {
/* 21489 */     padding-top: 21px;
/* 21490 */   }
/* 21491 */ }
/* 21492 */ .td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
/* 21493 */   padding-top: 26px;
/* 21494 */   /* responsive portrait phone */
/* 21495 */ }
/* 21496 */ @media (max-width: 767px) {
/* 21497 */   .td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
/* 21498 */     padding-top: 21px;
/* 21499 */   }
/* 21500 */ }

/* td_standard_pack_main.css */

/* 21501 */ /*  ----------------------------------------------------------------------------
/* 21502 *|     Category Template 3
/* 21503 *| */
/* 21504 */ .td_category_template_3 .td-category-header {
/* 21505 */   padding-bottom: 23px;
/* 21506 */   /* responsive portrait tablet */
/* 21507 */   /* responsive portrait phone */
/* 21508 */ }
/* 21509 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21510 */   .td_category_template_3 .td-category-header {
/* 21511 */     padding-bottom: 19px;
/* 21512 */   }
/* 21513 */ }
/* 21514 */ @media (max-width: 767px) {
/* 21515 */   .td_category_template_3 .td-category-header {
/* 21516 */     padding-bottom: 20px;
/* 21517 */   }
/* 21518 */ }
/* 21519 */ .td_category_template_3 .td-crumb-container {
/* 21520 */   margin-bottom: 2px;
/* 21521 */ }
/* 21522 */ .td_category_template_3 .td-category-siblings {
/* 21523 */   margin-top: 13px;
/* 21524 */   margin-bottom: 6px;
/* 21525 */   /* responsive portrait tablet */
/* 21526 */   /* responsive portrait phone */
/* 21527 */ }
/* 21528 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21529 */   .td_category_template_3 .td-category-siblings {
/* 21530 */     margin-top: 14px;
/* 21531 */     margin-bottom: 1px;
/* 21532 */   }
/* 21533 */ }
/* 21534 */ @media (max-width: 767px) {
/* 21535 */   .td_category_template_3 .td-category-siblings {
/* 21536 */     margin-top: 14px;
/* 21537 */     margin-bottom: 0;
/* 21538 */   }
/* 21539 */ }
/* 21540 */ .td_category_template_3 .td-category-siblings .td-subcat-dropdown {
/* 21541 */   border-color: #222;
/* 21542 */   color: #fff;
/* 21543 */   background-color: #222;
/* 21544 */ }
/* 21545 */ .td_category_template_3 .td-category-description p {
/* 21546 */   margin-top: 19px;
/* 21547 */ }
/* 21548 */ @media (max-width: 1018px) {
/* 21549 */   .td_category_template_3 .td-category-description p {
/* 21550 */     margin-top: 15px;

/* td_standard_pack_main.css */

/* 21551 */   }
/* 21552 */ }
/* 21553 */ .td_category_template_3 .td-category,
/* 21554 */ .td_category_template_3 .entry-category {
/* 21555 */   margin-bottom: 0;
/* 21556 */ }
/* 21557 */ .td_category_template_3 .td-current-sub-category {
/* 21558 */   background-color: var(--td_theme_color, #4db2ec);
/* 21559 */ }
/* 21560 */ .td_category_template_3 .td-category-pulldown-filter {
/* 21561 */   top: 83px;
/* 21562 */   /* responsive portrait tablet */
/* 21563 */   /* responsive portrait phone */
/* 21564 */ }
/* 21565 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21566 */   .td_category_template_3 .td-category-pulldown-filter {
/* 21567 */     top: 80px;
/* 21568 */   }
/* 21569 */ }
/* 21570 */ @media (max-width: 767px) {
/* 21571 */   .td_category_template_3 .td-category-pulldown-filter {
/* 21572 */     display: none;
/* 21573 */   }
/* 21574 */ }
/* 21575 */ @-moz-document url-prefix() {
/* 21576 */   .td_category_template_3 .td-category-siblings .td-subcat-more {
/* 21577 */     padding: 3px 5px 4px;
/* 21578 */   }
/* 21579 */ }
/* 21580 */ /*  ----------------------------------------------------------------------------
/* 21581 *|     Category Template 4
/* 21582 *| */
/* 21583 */ .td_category_template_4 .td-category-header {
/* 21584 */   padding-bottom: 23px;
/* 21585 */   /* responsive portrait tablet */
/* 21586 */   /* responsive portrait phone */
/* 21587 */ }
/* 21588 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21589 */   .td_category_template_4 .td-category-header {
/* 21590 */     padding-bottom: 19px;
/* 21591 */   }
/* 21592 */ }
/* 21593 */ @media (max-width: 767px) {
/* 21594 */   .td_category_template_4 .td-category-header {
/* 21595 */     padding-bottom: 20px;
/* 21596 */   }
/* 21597 */ }
/* 21598 */ .td_category_template_4 .td-crumb-container {
/* 21599 */   margin-bottom: 3px;
/* 21600 */ }

/* td_standard_pack_main.css */

/* 21601 */ .td_category_template_4 .td-category-siblings {
/* 21602 */   margin-top: 13px;
/* 21603 */   margin-bottom: 6px;
/* 21604 */   /* responsive portrait tablet */
/* 21605 */   /* responsive portrait phone */
/* 21606 */ }
/* 21607 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21608 */   .td_category_template_4 .td-category-siblings {
/* 21609 */     margin-top: 14px;
/* 21610 */     margin-bottom: 1px;
/* 21611 */   }
/* 21612 */ }
/* 21613 */ @media (max-width: 767px) {
/* 21614 */   .td_category_template_4 .td-category-siblings {
/* 21615 */     margin-top: 14px;
/* 21616 */     margin-bottom: 0;
/* 21617 */   }
/* 21618 */ }
/* 21619 */ .td_category_template_4 .td-category-siblings .td-category {
/* 21620 */   margin-bottom: 0;
/* 21621 */ }
/* 21622 */ .td_category_template_4 .td-category-siblings .td-category a {
/* 21623 */   background-color: transparent;
/* 21624 */   color: #222222;
/* 21625 */   border: 1px solid #eaeaea;
/* 21626 */   padding: 3px 7px 4px 7px;
/* 21627 */ }
/* 21628 */ .td_category_template_4 .td-category-siblings .td-category a:hover {
/* 21629 */   border-color: var(--td_theme_color, #4db2ec);
/* 21630 */   background-color: var(--td_theme_color, #4db2ec);
/* 21631 */   color: #fff;
/* 21632 */ }
/* 21633 */ .td_category_template_4 .td-category-siblings .td-category .td-current-sub-category {
/* 21634 */   background-color: #222222;
/* 21635 */   border-color: #222222;
/* 21636 */   color: #fff;
/* 21637 */ }
/* 21638 */ .td_category_template_4 .td-category-siblings .entry-category {
/* 21639 */   margin-bottom: 0;
/* 21640 */ }
/* 21641 */ .td_category_template_4 .td-category-description p {
/* 21642 */   margin-top: 19px;
/* 21643 */ }
/* 21644 */ @media (max-width: 1018px) {
/* 21645 */   .td_category_template_4 .td-category-description p {
/* 21646 */     margin-top: 15px;
/* 21647 */   }
/* 21648 */ }
/* 21649 */ .td_category_template_4 .td-category-pulldown-filter {
/* 21650 */   top: 83px;

/* td_standard_pack_main.css */

/* 21651 */   /* responsive portrait tablet */
/* 21652 */   /* responsive portrait phone */
/* 21653 */ }
/* 21654 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21655 */   .td_category_template_4 .td-category-pulldown-filter {
/* 21656 */     top: 81px;
/* 21657 */   }
/* 21658 */ }
/* 21659 */ @media (max-width: 767px) {
/* 21660 */   .td_category_template_4 .td-category-pulldown-filter {
/* 21661 */     display: none;
/* 21662 */   }
/* 21663 */ }
/* 21664 */ @-moz-document url-prefix() {
/* 21665 */   .td_category_template_4 .td-category-siblings .td-subcat-more {
/* 21666 */     padding: 3px 5px 4px;
/* 21667 */   }
/* 21668 */ }
/* 21669 */ /*  ----------------------------------------------------------------------------
/* 21670 *|     Category Template 5
/* 21671 *| */
/* 21672 */ .td_category_template_5 .td-category-header {
/* 21673 */   padding-bottom: 18px;
/* 21674 */   /* responsive portrait tablet */
/* 21675 */   /* responsive portrait phone */
/* 21676 */ }
/* 21677 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21678 */   .td_category_template_5 .td-category-header {
/* 21679 */     padding-bottom: 13px;
/* 21680 */   }
/* 21681 */ }
/* 21682 */ @media (max-width: 767px) {
/* 21683 */   .td_category_template_5 .td-category-header {
/* 21684 */     padding-bottom: 14px;
/* 21685 */   }
/* 21686 */ }
/* 21687 */ .td_category_template_5 .td-crumb-container {
/* 21688 */   padding-bottom: 20px;
/* 21689 */   padding-top: 20px;
/* 21690 */   margin-bottom: 0;
/* 21691 */   /* responsive portrait tablet */
/* 21692 */   /* responsive portrait phone */
/* 21693 */ }
/* 21694 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21695 */   .td_category_template_5 .td-crumb-container {
/* 21696 */     padding-bottom: 15px;
/* 21697 */     padding-top: 15px;
/* 21698 */   }
/* 21699 */ }
/* 21700 */ @media (max-width: 767px) {

/* td_standard_pack_main.css */

/* 21701 */   .td_category_template_5 .td-crumb-container {
/* 21702 */     padding-bottom: 9px;
/* 21703 */     padding-top: 9px;
/* 21704 */   }
/* 21705 */ }
/* 21706 */ .td_category_template_5 .td-scrumb-holder {
/* 21707 */   min-height: 62px;
/* 21708 */   background-color: #fcfcfc;
/* 21709 */   border-bottom: 1px solid #f2f2f2;
/* 21710 */   border-top: 1px solid #f2f2f2;
/* 21711 */   /* responsive portrait tablet */
/* 21712 */   /* responsive portrait phone */
/* 21713 */ }
/* 21714 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21715 */   .td_category_template_5 .td-scrumb-holder {
/* 21716 */     min-height: 52px;
/* 21717 */   }
/* 21718 */ }
/* 21719 */ @media (max-width: 767px) {
/* 21720 */   .td_category_template_5 .td-scrumb-holder {
/* 21721 */     min-height: 0;
/* 21722 */   }
/* 21723 */ }
/* 21724 */ .td_category_template_5 .td-category-pulldown-filter {
/* 21725 */   top: 16px;
/* 21726 */   /* responsive portrait tablet */
/* 21727 */   /* responsive portrait phone */
/* 21728 */ }
/* 21729 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21730 */   .td_category_template_5 .td-category-pulldown-filter {
/* 21731 */     top: 11px;
/* 21732 */   }
/* 21733 */ }
/* 21734 */ @media (max-width: 767px) {
/* 21735 */   .td_category_template_5 .td-category-pulldown-filter {
/* 21736 */     display: none;
/* 21737 */   }
/* 21738 */ }
/* 21739 */ .td_category_template_5 .td-page-title {
/* 21740 */   margin-top: 18px;
/* 21741 */ }
/* 21742 */ @media (max-width: 1018px) {
/* 21743 */   .td_category_template_5 .td-page-title {
/* 21744 */     margin-top: 13px;
/* 21745 */   }
/* 21746 */ }
/* 21747 */ .td_category_template_5 .td-category-description p {
/* 21748 */   margin-top: 12px;
/* 21749 */   margin-bottom: 5px;
/* 21750 */   /* responsive portrait tablet */

/* td_standard_pack_main.css */

/* 21751 */   /* responsive portrait phone */
/* 21752 */ }
/* 21753 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21754 */   .td_category_template_5 .td-category-description p {
/* 21755 */     margin-top: 9px;
/* 21756 */     margin-bottom: 6px;
/* 21757 */   }
/* 21758 */ }
/* 21759 */ @media (max-width: 767px) {
/* 21760 */   .td_category_template_5 .td-category-description p {
/* 21761 */     margin-top: 4px;
/* 21762 */     margin-bottom: 0;
/* 21763 */   }
/* 21764 */ }
/* 21765 */ /*  ----------------------------------------------------------------------------
/* 21766 *|     Category Template 6
/* 21767 *| */
/* 21768 */ .td_category_template_6 .td-category-header {
/* 21769 */   margin: 0 auto;
/* 21770 */   width: 1164px;
/* 21771 */   min-height: 364px;
/* 21772 */   display: table;
/* 21773 */   position: relative;
/* 21774 */   background-color: rgba(0, 0, 0, 0.5);
/* 21775 */ }
/* 21776 */ @media (max-width: 1180px) {
/* 21777 */   .td_category_template_6 .td-category-header {
/* 21778 */     width: 100%;
/* 21779 */   }
/* 21780 */ }
/* 21781 */ .td_category_template_6 .td-category-header .td-page-title,
/* 21782 */ .td_category_template_6 .td-category-header p {
/* 21783 */   color: #fff;
/* 21784 */ }
/* 21785 */ .td_category_template_6 .td-pulldown-container {
/* 21786 */   width: 1068px;
/* 21787 */   height: 51px;
/* 21788 */   position: absolute;
/* 21789 */   left: 0;
/* 21790 */   bottom: 0;
/* 21791 */   right: 0;
/* 21792 */   margin: auto;
/* 21793 */   /* responsive landscape tablet */
/* 21794 */   /* responsive portrait tablet */
/* 21795 */   /* responsive portrait phone */
/* 21796 */ }
/* 21797 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 21798 */   .td_category_template_6 .td-pulldown-container {
/* 21799 */     width: 980px;
/* 21800 */   }

/* td_standard_pack_main.css */

/* 21801 */ }
/* 21802 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21803 */   .td_category_template_6 .td-pulldown-container {
/* 21804 */     width: 740px;
/* 21805 */   }
/* 21806 */ }
/* 21807 */ @media (max-width: 767px) {
/* 21808 */   .td_category_template_6 .td-pulldown-container {
/* 21809 */     width: 100%;
/* 21810 */   }
/* 21811 */ }
/* 21812 */ .td_category_template_6 .td-crumb-container {
/* 21813 */   z-index: 1;
/* 21814 */   position: absolute;
/* 21815 */   top: 0;
/* 21816 */   left: 0;
/* 21817 */   right: 0;
/* 21818 */   margin: auto;
/* 21819 */   width: 1068px;
/* 21820 */   /* responsive landscape tablet */
/* 21821 */   /* responsive portrait tablet */
/* 21822 */   /* responsive portrait phone */
/* 21823 */ }
/* 21824 */ @media (min-width: 1019px) and (max-width: 1140px) {
/* 21825 */   .td_category_template_6 .td-crumb-container {
/* 21826 */     width: 980px;
/* 21827 */   }
/* 21828 */ }
/* 21829 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21830 */   .td_category_template_6 .td-crumb-container {
/* 21831 */     width: 740px;
/* 21832 */   }
/* 21833 */ }
/* 21834 */ @media (max-width: 767px) {
/* 21835 */   .td_category_template_6 .td-crumb-container {
/* 21836 */     padding-left: 10px;
/* 21837 */     padding-right: 10px;
/* 21838 */     text-align: left;
/* 21839 */     width: 100%;
/* 21840 */   }
/* 21841 */ }
/* 21842 */ .td_category_template_6 .entry-crumbs,
/* 21843 */ .td_category_template_6 .entry-crumbs a {
/* 21844 */   color: #fff;
/* 21845 */ }
/* 21846 */ .td_category_template_6 .td-category-pulldown-filter {
/* 21847 */   z-index: 2;
/* 21848 */   bottom: 26px;
/* 21849 */   top: auto;
/* 21850 */   /* responsive portrait phone */

/* td_standard_pack_main.css */

/* 21851 */ }
/* 21852 */ @media (max-width: 767px) {
/* 21853 */   .td_category_template_6 .td-category-pulldown-filter {
/* 21854 */     display: table;
/* 21855 */     right: 0;
/* 21856 */     left: 0;
/* 21857 */     bottom: 0;
/* 21858 */     margin: auto;
/* 21859 */     position: relative;
/* 21860 */   }
/* 21861 */ }
/* 21862 */ .td_category_template_6 .td-pulldown-filter-display-option {
/* 21863 */   background-color: transparent;
/* 21864 */   border: 1px solid rgba(255, 255, 255, 0.4);
/* 21865 */   padding: 4px 13px 3px 13px;
/* 21866 */ }
/* 21867 */ .td_category_template_6 .td-pulldown-filter-display-option:hover {
/* 21868 */   background-color: #222222;
/* 21869 */   border-color: #222222;
/* 21870 */ }
/* 21871 */ .td_category_template_6 .td-pulldown-filter-list {
/* 21872 */   margin-top: 4px;
/* 21873 */ }
/* 21874 */ .td_category_template_6 .td-category-description {
/* 21875 */   width: 100%;
/* 21876 */ }
/* 21877 */ .td_category_template_6 .td-category-description p {
/* 21878 */   margin-top: 25px;
/* 21879 */   margin-bottom: 25px;
/* 21880 */ }
/* 21881 */ .td_category_template_6 .td-main-content-wrap {
/* 21882 */   padding-top: 48px;
/* 21883 */   /* responsive portrait tablet */
/* 21884 */   /* responsive portrait phone */
/* 21885 */ }
/* 21886 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21887 */   .td_category_template_6 .td-main-content-wrap {
/* 21888 */     padding-top: 26px;
/* 21889 */   }
/* 21890 */ }
/* 21891 */ @media (max-width: 767px) {
/* 21892 */   .td_category_template_6 .td-main-content-wrap {
/* 21893 */     padding-top: 40px;
/* 21894 */   }
/* 21895 */ }
/* 21896 */ .td_category_template_6 .td-category-grid {
/* 21897 */   padding-top: 48px;
/* 21898 */   /* responsive portrait tablet */
/* 21899 */   /* responsive portrait phone */
/* 21900 */ }

/* td_standard_pack_main.css */

/* 21901 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 21902 */   .td_category_template_6 .td-category-grid {
/* 21903 */     padding-top: 26px;
/* 21904 */   }
/* 21905 */ }
/* 21906 */ @media (max-width: 767px) {
/* 21907 */   .td_category_template_6 .td-category-grid {
/* 21908 */     padding-top: 40px;
/* 21909 */   }
/* 21910 */ }
/* 21911 */ .td_category_template_6 .td-category-grid .td_block_wrap {
/* 21912 */   padding-bottom: 0;
/* 21913 */ }
/* 21914 */ @-moz-document url-prefix() {
/* 21915 */   .td_category_template_6 .td-pulldown-filter-display-option {
/* 21916 */     padding: 3px 13px 4px 13px;
/* 21917 */   }
/* 21918 */ }
/* 21919 */ .td-category-title-holder {
/* 21920 */   display: table-cell;
/* 21921 */   padding: 110px 15%;
/* 21922 */   z-index: 2;
/* 21923 */   text-align: center;
/* 21924 */   vertical-align: middle;
/* 21925 */   /* responsive portrait phone */
/* 21926 */ }
/* 21927 */ @media (max-width: 767px) {
/* 21928 */   .td-category-title-holder {
/* 21929 */     padding: 80px 5%;
/* 21930 */   }
/* 21931 */ }
/* 21932 */ .td-category-title-holder .td-page-title {
/* 21933 */   font-weight: 500;
/* 21934 */   font-size: 36px;
/* 21935 */   line-height: 54px;
/* 21936 */ }
/* 21937 */ .td-category-title-holder .entry-title.td-page-title {
/* 21938 */   /* responsive portrait phone */
/* 21939 */ }
/* 21940 */ @media (max-width: 767px) {
/* 21941 */   .td-category-title-holder .entry-title.td-page-title {
/* 21942 */     font-size: 30px;
/* 21943 */     line-height: 40px;
/* 21944 */   }
/* 21945 */ }
/* 21946 */ /*  ----------------------------------------------------------------------------
/* 21947 *|     Category Template 7
/* 21948 *| */
/* 21949 */ .td_category_template_7 .td-category-header {
/* 21950 */   margin-bottom: 0;

/* td_standard_pack_main.css */

/* 21951 */   position: relative;
/* 21952 */ }
/* 21953 */ .td_category_template_7 .td-crumb-container {
/* 21954 */   z-index: 1;
/* 21955 */   position: absolute;
/* 21956 */   top: 0;
/* 21957 */   left: 0;
/* 21958 */   /* responsive portrait phone */
/* 21959 */ }
/* 21960 */ @media (max-width: 767px) {
/* 21961 */   .td_category_template_7 .td-crumb-container {
/* 21962 */     left: 10px;
/* 21963 */   }
/* 21964 */ }
/* 21965 */ .td_category_template_7 .td-pulldown-container {
/* 21966 */   /* responsive portrait phone */
/* 21967 */ }
/* 21968 */ @media (max-width: 767px) {
/* 21969 */   .td_category_template_7 .td-pulldown-container {
/* 21970 */     height: 56px;
/* 21971 */     position: absolute;
/* 21972 */     left: 0;
/* 21973 */     bottom: 0;
/* 21974 */     right: 0;
/* 21975 */     margin: auto;
/* 21976 */     width: 100%;
/* 21977 */   }
/* 21978 */ }
/* 21979 */ .td_category_template_7 .td-category-title-holder {
/* 21980 */   padding: 80px 15% 89px;
/* 21981 */   display: table;
/* 21982 */   width: 100%;
/* 21983 */   /* responsive portrait phone */
/* 21984 */ }
/* 21985 */ @media (max-width: 767px) {
/* 21986 */   .td_category_template_7 .td-category-title-holder {
/* 21987 */     padding: 60px 5% 69px;
/* 21988 */   }
/* 21989 */ }
/* 21990 */ .td_category_template_7 .td-category-pulldown-filter {
/* 21991 */   top: 18px;
/* 21992 */   /* responsive portrait phone */
/* 21993 */ }
/* 21994 */ @media (max-width: 767px) {
/* 21995 */   .td_category_template_7 .td-category-pulldown-filter {
/* 21996 */     display: table;
/* 21997 */     right: 0;
/* 21998 */     left: 0;
/* 21999 */     margin: auto;
/* 22000 */     position: relative;

/* td_standard_pack_main.css */

/* 22001 */     bottom: 0;
/* 22002 */     top: auto;
/* 22003 */   }
/* 22004 */ }
/* 22005 */ .td_category_template_7 .td-category-description {
/* 22006 */   width: 100%;
/* 22007 */ }
/* 22008 */ .td_category_template_7 .td-category-description p {
/* 22009 */   margin-top: 25px;
/* 22010 */   /* responsive portrait phone */
/* 22011 */ }
/* 22012 */ @media (max-width: 767px) {
/* 22013 */   .td_category_template_7 .td-category-description p {
/* 22014 */     margin-bottom: 28px;
/* 22015 */     margin-top: 7px;
/* 22016 */   }
/* 22017 */ }
/* 22018 */ /*  ----------------------------------------------------------------------------
/* 22019 *|     Category Template 8
/* 22020 *| */
/* 22021 */ .td_category_template_8 .td-category-header {
/* 22022 */   position: relative;
/* 22023 */   background-color: rgba(0, 0, 0, 0.5);
/* 22024 */   margin-bottom: 0;
/* 22025 */ }
/* 22026 */ .td_category_template_8 .td-category-header .td-container {
/* 22027 */   height: 364px;
/* 22028 */   display: table;
/* 22029 */ }
/* 22030 */ .td_category_template_8 .td-category-header .td-page-title,
/* 22031 */ .td_category_template_8 .td-category-header p {
/* 22032 */   color: #fff;
/* 22033 */ }
/* 22034 */ .td_category_template_8 .td-category-header .td-page-title {
/* 22035 */   margin-top: -14px;
/* 22036 */ }
/* 22037 */ .td_category_template_8 .td-category-header .td-category {
/* 22038 */   margin-bottom: 0;
/* 22039 */   vertical-align: top;
/* 22040 */ }
/* 22041 */ .td_category_template_8 .td-category-header .td-category a {
/* 22042 */   background-color: transparent;
/* 22043 */   border: 1px solid rgba(255, 255, 255, 0.4);
/* 22044 */   padding: 3px 7px 4px 7px;
/* 22045 */ }
/* 22046 */ .td_category_template_8 .td-category-header .td-category a:hover {
/* 22047 */   border-color: #fff;
/* 22048 */   background-color: #fff;
/* 22049 */   color: #000;
/* 22050 */   opacity: 1;

/* td_standard_pack_main.css */

/* 22051 */ }
/* 22052 */ .td_category_template_8 .td-category-header .td-category a.td-current-sub-category {
/* 22053 */   background-color: var(--td_theme_color, #4db2ec);
/* 22054 */   border-color: var(--td_theme_color, #4db2ec);
/* 22055 */   color: #fff;
/* 22056 */ }
/* 22057 */ .td_category_template_8 .td-crumb-container {
/* 22058 */   z-index: 3;
/* 22059 */   position: absolute;
/* 22060 */   top: 0;
/* 22061 */   left: 0;
/* 22062 */   /* responsive portrait phone */
/* 22063 */ }
/* 22064 */ @media (max-width: 767px) {
/* 22065 */   .td_category_template_8 .td-crumb-container {
/* 22066 */     left: 10px;
/* 22067 */   }
/* 22068 */ }
/* 22069 */ .td_category_template_8 .entry-crumbs,
/* 22070 */ .td_category_template_8 .entry-crumbs a {
/* 22071 */   color: #fff;
/* 22072 */ }
/* 22073 */ .td_category_template_8 .td-category-pulldown-filter {
/* 22074 */   z-index: 2;
/* 22075 */   bottom: 26px;
/* 22076 */   top: auto;
/* 22077 */   /* responsive portrait phone */
/* 22078 */ }
/* 22079 */ @media (max-width: 767px) {
/* 22080 */   .td_category_template_8 .td-category-pulldown-filter {
/* 22081 */     display: none;
/* 22082 */   }
/* 22083 */ }
/* 22084 */ .td_category_template_8 .td-pulldown-filter-display-option {
/* 22085 */   background-color: transparent;
/* 22086 */   border: 1px solid rgba(255, 255, 255, 0.4);
/* 22087 */   padding: 4px 13px 3px 13px;
/* 22088 */ }
/* 22089 */ .td_category_template_8 .td-pulldown-filter-display-option:hover {
/* 22090 */   background-color: #222222;
/* 22091 */   border-color: #222222;
/* 22092 */ }
/* 22093 */ .td_category_template_8 .td-pulldown-filter-list {
/* 22094 */   margin-top: 4px;
/* 22095 */ }
/* 22096 */ .td_category_template_8 .td-category-description {
/* 22097 */   margin-top: 16px;
/* 22098 */   width: 100%;
/* 22099 */ }
/* 22100 */ .td_category_template_8 .td-category-grid {

/* td_standard_pack_main.css */

/* 22101 */   padding-top: 48px;
/* 22102 */   /* responsive portrait tablet */
/* 22103 */   /* responsive portrait phone */
/* 22104 */ }
/* 22105 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22106 */   .td_category_template_8 .td-category-grid {
/* 22107 */     padding-top: 26px;
/* 22108 */   }
/* 22109 */ }
/* 22110 */ @media (max-width: 767px) {
/* 22111 */   .td_category_template_8 .td-category-grid {
/* 22112 */     padding-top: 40px;
/* 22113 */   }
/* 22114 */ }
/* 22115 */ .td_category_template_8 .td-category-grid .td_block_wrap {
/* 22116 */   padding-bottom: 0;
/* 22117 */ }
/* 22118 */ .td_category_template_8 .td-main-content-wrap {
/* 22119 */   padding-top: 48px;
/* 22120 */ }
/* 22121 */ .td_category_template_8 .td-category-title-holder {
/* 22122 */   text-align: left;
/* 22123 */   position: relative;
/* 22124 */   padding: 63px 5% 63px 0;
/* 22125 */ }
/* 22126 */ .td_category_template_8 .td-category-siblings {
/* 22127 */   margin-top: 12px;
/* 22128 */ }
/* 22129 */ .td_category_template_8 .td-subcat-dropdown {
/* 22130 */   padding: 0;
/* 22131 */   color: #fff;
/* 22132 */   vertical-align: top;
/* 22133 */ }
/* 22134 */ @-moz-document url-prefix() {
/* 22135 */   .td_category_template_8 .td-category-pulldown-filter .td-pulldown-filter-display-option {
/* 22136 */     padding: 3px 13px 4px 13px;
/* 22137 */   }
/* 22138 */   .td_category_template_8 .td-category-header .td-category a {
/* 22139 */     padding: 4px 7px 3px;
/* 22140 */   }
/* 22141 */ }
/* 22142 */ /*  ----------------------------------------------------------------------------
/* 22143 *|     header
/* 22144 *| */
/* 22145 */ .td-review {
/* 22146 */   width: 100%;
/* 22147 */   margin-bottom: 34px;
/* 22148 */   font-size: 13px;
/* 22149 */ }
/* 22150 */ .td-review td {

/* td_standard_pack_main.css */

/* 22151 */   padding: 7px 14px;
/* 22152 */ }
/* 22153 */ .td-review .td-review-summary {
/* 22154 */   padding: 21px 14px;
/* 22155 */ }
/* 22156 */ @media (max-width: 767px) {
/* 22157 */   .td-review .td-review-summary {
/* 22158 */     padding: 0;
/* 22159 */   }
/* 22160 */ }
/* 22161 */ .td-review i {
/* 22162 */   margin-top: 5px;
/* 22163 */ }
/* 22164 */ .td-review .td-review-row-stars:hover {
/* 22165 */   background-color: #fcfcfc;
/* 22166 */ }
/* 22167 */ .td-review .td-review-percent-sign {
/* 22168 */   font-size: 15px;
/* 22169 */   line-height: 1;
/* 22170 */ }
/* 22171 */ .td-review-header .block-title {
/* 22172 */   background-color: #222;
/* 22173 */   color: #fff;
/* 22174 */   display: inline-block;
/* 22175 */   line-height: 16px;
/* 22176 */   padding: 8px 12px 6px;
/* 22177 */   margin-bottom: 0;
/* 22178 */   border-bottom: 0;
/* 22179 */ }
/* 22180 */ .td-review-header td {
/* 22181 */   padding: 26px 0 26px 0;
/* 22182 */   border: 0;
/* 22183 */ }
/* 22184 */ @-moz-document url-prefix() {
/* 22185 */   .td-review-header .block-title {
/* 22186 */     padding: 7px 12px;
/* 22187 */   }
/* 22188 */ }
/* 22189 */ .td-icon-star,
/* 22190 */ .td-icon-star-empty,
/* 22191 */ .td-icon-star-half {
/* 22192 */   font-size: 15px;
/* 22193 */   width: 20px;
/* 22194 */ }
/* 22195 */ /*  ----------------------------------------------------------------------------
/* 22196 *|     rating stars
/* 22197 *| */
/* 22198 */ .td-review-stars {
/* 22199 */   text-align: center;
/* 22200 */ }

/* td_standard_pack_main.css */

/* 22201 */ @media (max-width: 767px) {
/* 22202 */   .td-review-stars {
/* 22203 */     width: 134px;
/* 22204 */   }
/* 22205 */ }
/* 22206 */ .td-review-final-score {
/* 22207 */   line-height: 80px;
/* 22208 */   font-size: 48px;
/* 22209 */   margin-bottom: 5px;
/* 22210 */ }
/* 22211 */ /*  ----------------------------------------------------------------------------
/* 22212 *|     review bars
/* 22213 *| */
/* 22214 */ .td-rating-bar-wrap {
/* 22215 */   margin: 0 0 7px 0;
/* 22216 */   background-color: #f5f5f5;
/* 22217 */ }
/* 22218 */ .td-rating-bar-wrap div {
/* 22219 */   height: 20px;
/* 22220 */   background-color: var(--td_theme_color, #4db2ec);
/* 22221 */   max-width: 100%;
/* 22222 */ }
/* 22223 */ .td-review-row-bars .td-review-desc {
/* 22224 */   display: inline-block;
/* 22225 */   padding-bottom: 2px;
/* 22226 */ }
/* 22227 */ /*  ----------------------------------------------------------------------------
/* 22228 *|     percent
/* 22229 *| */
/* 22230 */ .td-review-percent {
/* 22231 */   float: right;
/* 22232 */   padding-bottom: 2px;
/* 22233 */ }
/* 22234 */ /*  ----------------------------------------------------------------------------
/* 22235 *|     footer
/* 22236 *| */
/* 22237 */ @media (max-width: 767px) {
/* 22238 */   .td-review-footer {
/* 22239 */     border-left: 1px solid #ededed;
/* 22240 */     position: relative;
/* 22241 */     display: block;
/* 22242 */   }
/* 22243 */   .td-review-footer:after {
/* 22244 */     content: '';
/* 22245 */     width: 1px;
/* 22246 */     background-color: #ededed;
/* 22247 */     position: absolute;
/* 22248 */     right: -1px;
/* 22249 */     top: 0;
/* 22250 */     height: 100%;

/* td_standard_pack_main.css */

/* 22251 */   }
/* 22252 */ }
/* 22253 */ .td-review-summary {
/* 22254 */   padding: 21px 0 0 0;
/* 22255 */   vertical-align: top;
/* 22256 */ }
/* 22257 */ @media (max-width: 767px) {
/* 22258 */   .td-review-summary {
/* 22259 */     display: block;
/* 22260 */     width: 100%;
/* 22261 */     clear: both;
/* 22262 */     border: 0;
/* 22263 */   }
/* 22264 */ }
/* 22265 */ .td-review-summary .block-title {
/* 22266 */   background-color: #222;
/* 22267 */   color: #fff;
/* 22268 */   display: inline-block;
/* 22269 */   line-height: 16px;
/* 22270 */   padding: 8px 12px 6px;
/* 22271 */   margin-bottom: 13px;
/* 22272 */   position: relative;
/* 22273 */   border-bottom: 0;
/* 22274 */ }
/* 22275 */ @media (max-width: 767px) {
/* 22276 */   .td-review-summary .block-title {
/* 22277 */     margin: 14px 0 0 14px;
/* 22278 */   }
/* 22279 */ }
/* 22280 */ @-moz-document url-prefix() {
/* 22281 */   .td-review-summary .block-title {
/* 22282 */     padding: 7px 12px;
/* 22283 */   }
/* 22284 */ }
/* 22285 */ .td-review-summary-content {
/* 22286 */   font-size: 12px;
/* 22287 */   margin-right: 21px;
/* 22288 */ }
/* 22289 */ @media (max-width: 767px) {
/* 22290 */   .td-review-summary-content {
/* 22291 */     margin: 14px;
/* 22292 */   }
/* 22293 */ }
/* 22294 */ .td-review-score {
/* 22295 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 22296 */   font-weight: bold;
/* 22297 */   text-align: center;
/* 22298 */   padding: 0;
/* 22299 */   vertical-align: bottom;
/* 22300 */   width: 150px;

/* td_standard_pack_main.css */

/* 22301 */ }
/* 22302 */ @media (max-width: 767px) {
/* 22303 */   .td-review-score {
/* 22304 */     display: block;
/* 22305 */     width: 100%;
/* 22306 */     padding: 0;
/* 22307 */     border-left: 0;
/* 22308 */     border-right: 0;
/* 22309 */   }
/* 22310 */ }
/* 22311 */ .td-review-overall {
/* 22312 */   padding: 0 0 28px 0;
/* 22313 */   line-height: 14px;
/* 22314 */ }
/* 22315 */ .td-review-overall span {
/* 22316 */   font-size: 11px;
/* 22317 */ }
/* 22318 */ .td-review-final-star {
/* 22319 */   margin-bottom: 5px;
/* 22320 */ }
/* 22321 */ @media (max-width: 767px) {
/* 22322 */   .td-review-row-stars {
/* 22323 */     display: block;
/* 22324 */     width: 100%;
/* 22325 */     clear: both;
/* 22326 */     float: left;
/* 22327 */     border: 1px solid #ededed;
/* 22328 */     border-bottom: 0;
/* 22329 */     border-right: 0;
/* 22330 */   }
/* 22331 */   .td-review-row-stars td {
/* 22332 */     float: left;
/* 22333 */     border: 0;
/* 22334 */   }
/* 22335 */   .td-review-row-stars .td-review-desc {
/* 22336 */     width: 70%;
/* 22337 */     padding: 9px 14px;
/* 22338 */   }
/* 22339 */   .td-review-row-stars .td-review-stars {
/* 22340 */     width: 30%;
/* 22341 */     text-align: right;
/* 22342 */   }
/* 22343 */   .td-review-row-stars:nth-last-of-type(2) {
/* 22344 */     border-bottom: 1px solid #ededed;
/* 22345 */   }
/* 22346 */ }
/* 22347 */ @media (max-width: 500px) {
/* 22348 */   .td-review-row-stars .td-review-desc {
/* 22349 */     width: 55%;
/* 22350 */   }

/* td_standard_pack_main.css */

/* 22351 */   .td-review-row-stars .td-review-stars {
/* 22352 */     width: 45%;
/* 22353 */   }
/* 22354 */ }
/* 22355 */ /**
/* 22356 *| * More stories box
/* 22357 *| */
/* 22358 */ .td-more-articles-box {
/* 22359 */   -webkit-transform: translate3d(0, 0, 0);
/* 22360 */   transform: translate3d(0, 0, 0);
/* 22361 */   position: fixed;
/* 22362 */   width: 341px;
/* 22363 */   bottom: 48px;
/* 22364 */   right: -384px;
/* 22365 */   background-color: #fff;
/* 22366 */   padding: 16px 20px 0 20px;
/* 22367 */   border-style: solid;
/* 22368 */   border-color: var(--td_grid_border_color, #ededed);
/* 22369 */   border-width: 1px 0 1px 1px;
/* 22370 */   z-index: 9999;
/* 22371 */   visibility: hidden;
/* 22372 */   -webkit-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
/* 22373 */   -moz-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
/* 22374 */   -o-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
/* 22375 */   transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
/* 22376 */   /* custom */
/* 22377 */   /* responsive portrait phone */
/* 22378 */ }
/* 22379 */ @media (max-width: 767px) {
/* 22380 */   .td-more-articles-box {
/* 22381 */     display: none !important;
/* 22382 */   }
/* 22383 */ }
/* 22384 */ .td-more-articles-box-title {
/* 22385 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 22386 */   color: #222;
/* 22387 */   font-size: 17px;
/* 22388 */   font-weight: 600;
/* 22389 */   line-height: 30px;
/* 22390 */   display: inline-block;
/* 22391 */   text-align: center;
/* 22392 */   min-width: 300px;
/* 22393 */   margin-bottom: 18px;
/* 22394 */ }
/* 22395 */ .td-content-more-articles-box .td_module_1,
/* 22396 */ .td-content-more-articles-box .td_module_3 {
/* 22397 */   padding-bottom: 20px;
/* 22398 */ }
/* 22399 */ .td-content-more-articles-box .td_module_4 {
/* 22400 */   margin-bottom: 20px;

/* td_standard_pack_main.css */

/* 22401 */ }
/* 22402 */ .td-content-more-articles-box .td_module_2 {
/* 22403 */   padding-bottom: 10px;
/* 22404 */ }
/* 22405 */ .td-content-more-articles-box .td_module_5:last-child,
/* 22406 */ .td-content-more-articles-box .td_module_9:last-child {
/* 22407 */   border-bottom: 0;
/* 22408 */   margin-bottom: 0;
/* 22409 */ }
/* 22410 */ .td-content-more-articles-box .td-module-thumb {
/* 22411 */   height: auto !important;
/* 22412 */ }
/* 22413 */ .td-close-more-articles-box {
/* 22414 */   display: inline-block;
/* 22415 */   cursor: pointer;
/* 22416 */   position: absolute;
/* 22417 */   left: 14px;
/* 22418 */   top: 21px;
/* 22419 */   line-height: 26px;
/* 22420 */   padding: 2px 11px;
/* 22421 */   font-size: 17px;
/* 22422 */ }
/* 22423 */ .td-front-end-display-block {
/* 22424 */   right: 0;
/* 22425 */   visibility: visible;
/* 22426 */ }
/* 22427 */ /*  ----------------------------------------------------------------------------
/* 22428 *|     Footer General
/* 22429 *| */
/* 22430 */ .td-footer-wrapper {
/* 22431 */   background-color: #222222;
/* 22432 */   padding-top: 54px;
/* 22433 */   padding-bottom: 20px;
/* 22434 */   color: #eaeaea;
/* 22435 */   position: relative;
/* 22436 */   /* responsive portrait tablet */
/* 22437 */   /* responsive portrait phone */
/* 22438 */ }
/* 22439 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22440 */   .td-footer-wrapper {
/* 22441 */     padding-top: 44px;
/* 22442 */   }
/* 22443 */ }
/* 22444 */ @media (max-width: 767px) {
/* 22445 */   .td-footer-wrapper {
/* 22446 */     padding-top: 40px;
/* 22447 */   }
/* 22448 */ }
/* 22449 */ .td-footer-wrapper .td_block_wrap {
/* 22450 */   padding-bottom: 0;

/* td_standard_pack_main.css */

/* 22451 */   margin-bottom: 48px;
/* 22452 */   transform: translate3d(0px, 0px, 0px);
/* 22453 */   -webkit-transform: translate3d(0px, 0px, 0px);
/* 22454 */   /* responsive portrait phone */
/* 22455 */ }
/* 22456 */ @media (max-width: 767px) {
/* 22457 */   .td-footer-wrapper .td_block_wrap {
/* 22458 */     margin-bottom: 38px;
/* 22459 */   }
/* 22460 */ }
/* 22461 */ .td-footer-wrapper .td_block_wrap .td-block-span12:last-child .td_module_wrap {
/* 22462 */   padding-bottom: 0;
/* 22463 */ }
/* 22464 */ .td-footer-wrapper:before {
/* 22465 */   content: '';
/* 22466 */   position: absolute;
/* 22467 */   top: 0;
/* 22468 */   left: 0;
/* 22469 */   width: 100%;
/* 22470 */   height: 100%;
/* 22471 */   background-repeat: no-repeat;
/* 22472 */   background-size: auto;
/* 22473 */   background-position: center bottom;
/* 22474 */   transform: translateZ(0);
/* 22475 */   -webkit-transform: translateZ(0);
/* 22476 */ }
/* 22477 */ .td-footer-wrapper .block-title a,
/* 22478 */ .td-footer-wrapper .block-title span,
/* 22479 */ .td-footer-wrapper .block-title label {
/* 22480 */   background-color: transparent;
/* 22481 */   color: #fff;
/* 22482 */   padding: 6px 0 5px;
/* 22483 */   line-height: 1;
/* 22484 */ }
/* 22485 */ .td-footer-wrapper .block-title {
/* 22486 */   border-bottom: 0;
/* 22487 */   font-size: 18px;
/* 22488 */   font-weight: 700;
/* 22489 */   margin-bottom: 30px;
/* 22490 */   margin-top: 2px;
/* 22491 */   /* responsive portrait phone */
/* 22492 */ }
/* 22493 */ @media (max-width: 767px) {
/* 22494 */   .td-footer-wrapper .block-title {
/* 22495 */     margin-bottom: 21px;
/* 22496 */   }
/* 22497 */ }
/* 22498 */ .td-footer-wrapper .widget .block-title {
/* 22499 */   /* responsive portrait phone */
/* 22500 */ }

/* td_standard_pack_main.css */

/* 22501 */ @media (max-width: 767px) {
/* 22502 */   .td-footer-wrapper .widget .block-title {
/* 22503 */     margin-bottom: 13px;
/* 22504 */   }
/* 22505 */ }
/* 22506 */ .td-footer-wrapper a {
/* 22507 */   color: #fff;
/* 22508 */ }
/* 22509 */ .td-footer-wrapper ul {
/* 22510 */   margin-bottom: 0;
/* 22511 */ }
/* 22512 */ .td-footer-wrapper li {
/* 22513 */   margin-left: 0;
/* 22514 */ }
/* 22515 */ .td-footer-wrapper .td-post-category {
/* 22516 */   background-color: var(--td_theme_color, #4db2ec);
/* 22517 */ }
/* 22518 */ .td-footer-wrapper .td-post-category:hover {
/* 22519 */   opacity: 0.8;
/* 22520 */ }
/* 22521 */ .td-footer-wrapper .widget_categories li span {
/* 22522 */   margin-right: 0;
/* 22523 */ }
/* 22524 */ .td-footer-wrapper .td-instagram-meta {
/* 22525 */   color: #eee;
/* 22526 */ }
/* 22527 */ .td-footer-wrapper .td-instagram-button {
/* 22528 */   border-color: #444;
/* 22529 */ }
/* 22530 */ .td-footer-wrapper .td-instagram-button:hover {
/* 22531 */   border-color: #666;
/* 22532 */ }
/* 22533 */ .td-footer-wrapper .td_block_exchange .td-rate,
/* 22534 */ .td-footer-wrapper .td_block_exchange .td-exchange-rates .td-rate:before {
/* 22535 */   border-color: #444 !important;
/* 22536 */ }
/* 22537 */ .td-footer-wrapper .td_block_exchange .td-exchange-header:before {
/* 22538 */   opacity: 0.3;
/* 22539 */ }
/* 22540 */ .td-footer-wrapper .td-pb-span4 {
/* 22541 */   /* responsive portrait phone */
/* 22542 */ }
/* 22543 */ @media (max-width: 767px) {
/* 22544 */   .td-footer-wrapper .td-pb-span4 {
/* 22545 */     margin-bottom: 38px;
/* 22546 */   }
/* 22547 */   .td-footer-wrapper .td-pb-span4:last-child {
/* 22548 */     margin-bottom: 0;
/* 22549 */   }
/* 22550 */ }

/* td_standard_pack_main.css */

/* 22551 */ .td-footer-page {
/* 22552 */   padding: 0;
/* 22553 */   background-color: transparent !important;
/* 22554 */ }
/* 22555 */ .td-footer-page p:empty {
/* 22556 */   display: none;
/* 22557 */ }
/* 22558 */ .td-boxed-layout .td-footer-page {
/* 22559 */   width: 100%;
/* 22560 */ }
/* 22561 */ .td-footer-info {
/* 22562 */   margin-bottom: 48px;
/* 22563 */   /* responsive portrait phone */
/* 22564 */ }
/* 22565 */ @media (max-width: 767px) {
/* 22566 */   .td-footer-info {
/* 22567 */     margin-bottom: 38px;
/* 22568 */     text-align: center;
/* 22569 */   }
/* 22570 */ }
/* 22571 */ .td-footer-info .footer-text-wrap a {
/* 22572 */   color: var(--td_theme_color, #4db2ec);
/* 22573 */ }
/* 22574 */ .td-footer-info .footer-text-wrap a:hover {
/* 22575 */   text-decoration: underline;
/* 22576 */ }
/* 22577 */ .footer-logo-wrap {
/* 22578 */   margin-bottom: 20px;
/* 22579 */ }
/* 22580 */ .footer-logo-wrap img {
/* 22581 */   /* responsive portrait phone */
/* 22582 */ }
/* 22583 */ @media (max-width: 767px) {
/* 22584 */   .footer-logo-wrap img {
/* 22585 */     max-width: 70%;
/* 22586 */   }
/* 22587 */ }
/* 22588 */ .footer-text-wrap .footer-email-wrap {
/* 22589 */   padding: 21px 0;
/* 22590 */ }
/* 22591 */ .footer-text-wrap .footer-email-wrap a {
/* 22592 */   color: var(--td_theme_color, #4db2ec);
/* 22593 */ }
/* 22594 */ .footer-text-wrap {
/* 22595 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 22596 */ }
/* 22597 */ .td-social-style-2 .td-social-icon-wrap {
/* 22598 */   display: inline-block;
/* 22599 */   margin: 5px 10px 10px 0;
/* 22600 */ }

/* td_standard_pack_main.css */

/* 22601 */ .td-social-style-2 .td-social-icon-wrap:last-child {
/* 22602 */   margin-right: 0;
/* 22603 */ }
/* 22604 */ .td-social-style-2 .td-icon-font {
/* 22605 */   font-size: 14px;
/* 22606 */   width: 40px;
/* 22607 */   height: 40px;
/* 22608 */   line-height: 40px;
/* 22609 */   background-color: rgba(255, 255, 255, 0.03);
/* 22610 */   position: relative;
/* 22611 */   /* responsive portrait tablet */
/* 22612 */ }
/* 22613 */ .td-social-style-2 .td-icon-font:after {
/* 22614 */   content: '';
/* 22615 */   width: 100%;
/* 22616 */   height: 100%;
/* 22617 */   position: absolute;
/* 22618 */   top: 0;
/* 22619 */   left: 0;
/* 22620 */   border: 1px solid #fff;
/* 22621 */   opacity: 0.03;
/* 22622 */ }
/* 22623 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22624 */   .td-social-style-2 .td-icon-font {
/* 22625 */     font-size: 12px;
/* 22626 */     width: 32px;
/* 22627 */     height: 32px;
/* 22628 */     line-height: 32px;
/* 22629 */   }
/* 22630 */ }
/* 22631 */ .td-social-style-2 .td-icon-instagram {
/* 22632 */   font-size: 16px;
/* 22633 */ }
/* 22634 */ .td-footer-bottom-full {
/* 22635 */   margin-top: 12px;
/* 22636 */   padding-top: 50px;
/* 22637 */   padding-bottom: 30px;
/* 22638 */   /* responsive portrait phone */
/* 22639 */   /* responsive portrait phone */
/* 22640 */ }
/* 22641 */ @media (max-width: 767px) {
/* 22642 */   .td-footer-bottom-full {
/* 22643 */     text-align: center;
/* 22644 */     padding-bottom: 0;
/* 22645 */   }
/* 22646 */ }
/* 22647 */ .td-footer-bottom-full .td-container {
/* 22648 */   position: relative;
/* 22649 */ }
/* 22650 */ .td-footer-bottom-full .td-container:before {

/* td_standard_pack_main.css */

/* 22651 */   content: '';
/* 22652 */   height: 1px;
/* 22653 */   background-color: rgba(255, 255, 255, 0.1);
/* 22654 */   position: absolute;
/* 22655 */   top: -50px;
/* 22656 */   width: 80%;
/* 22657 */   left: 50%;
/* 22658 */   margin-left: -40%;
/* 22659 */ }
/* 22660 */ .td-footer-bottom-full .block-title {
/* 22661 */   margin-bottom: 26px;
/* 22662 */   /* responsive portrait phone */
/* 22663 */ }
/* 22664 */ @media (max-width: 767px) {
/* 22665 */   .td-footer-bottom-full .block-title {
/* 22666 */     margin-bottom: 21px;
/* 22667 */   }
/* 22668 */ }
/* 22669 */ .td-footer-bottom-full .footer-email-wrap {
/* 22670 */   padding-bottom: 0;
/* 22671 */ }
/* 22672 */ .td-footer-bottom-full .footer-logo-wrap {
/* 22673 */   margin-top: 35px;
/* 22674 */   margin-bottom: 0;
/* 22675 */   /* responsive portrait phone */
/* 22676 */ }
/* 22677 */ @media (max-width: 767px) {
/* 22678 */   .td-footer-bottom-full .footer-logo-wrap {
/* 22679 */     margin-top: 0;
/* 22680 */   }
/* 22681 */ }
/* 22682 */ @media (max-width: 767px) {
/* 22683 */   .td-footer-bottom-full .td-pb-row > div {
/* 22684 */     margin-bottom: 50px;
/* 22685 */   }
/* 22686 */   .td-footer-bottom-full .td-pb-row > div:last-child {
/* 22687 */     margin-bottom: 0;
/* 22688 */   }
/* 22689 */ }
/* 22690 */ /*  ----------------------------------------------------------------------------
/* 22691 *|     Footer Template 2, 3
/* 22692 *| */
/* 22693 */ .td-footer-template-2,
/* 22694 */ .td-footer-template-3 {
/* 22695 */   /* responsive portrait phone */
/* 22696 */ }
/* 22697 */ @media (max-width: 767px) {
/* 22698 */   .td-footer-template-2,
/* 22699 */   .td-footer-template-3 {
/* 22700 */     padding-top: 38px;

/* td_standard_pack_main.css */

/* 22701 */     padding-bottom: 10px;
/* 22702 */   }
/* 22703 */ }
/* 22704 */ .td-footer-template-2 .footer-logo-wrap,
/* 22705 */ .td-footer-template-3 .footer-logo-wrap {
/* 22706 */   padding-top: 3px;
/* 22707 */ }
/* 22708 */ /*  ----------------------------------------------------------------------------
/* 22709 *|     Footer Template 4
/* 22710 *| */
/* 22711 */ .td-footer-template-4 {
/* 22712 */   padding-top: 49px;
/* 22713 */   /* responsive portrait phone */
/* 22714 */ }
/* 22715 */ @media (max-width: 767px) {
/* 22716 */   .td-footer-template-4 {
/* 22717 */     padding-top: 38px;
/* 22718 */     padding-bottom: 10px;
/* 22719 */   }
/* 22720 */ }
/* 22721 */ .td-footer-template-4 .td-footer-info {
/* 22722 */   text-align: center;
/* 22723 */   margin-bottom: 38px;
/* 22724 */ }
/* 22725 */ .td-footer-template-4 .footer-text-wrap {
/* 22726 */   width: 80%;
/* 22727 */   margin-right: auto;
/* 22728 */   margin-left: auto;
/* 22729 */ }
/* 22730 */ /*  ----------------------------------------------------------------------------
/* 22731 *|     Footer Template 13
/* 22732 *| */
/* 22733 */ .td-footer-template-13 {
/* 22734 */   padding: 26px 0;
/* 22735 */ }
/* 22736 */ @media (max-width: 1018px) {
/* 22737 */   .td-footer-template-13 {
/* 22738 */     padding: 16px 0;
/* 22739 */   }
/* 22740 */ }
/* 22741 */ .td-footer-template-13 .td-social-name {
/* 22742 */   color: #fff;
/* 22743 */   font-size: 13px;
/* 22744 */   margin-left: 10px;
/* 22745 */   /* responsive portrait tablet */
/* 22746 */ }
/* 22747 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22748 */   .td-footer-template-13 .td-social-name {
/* 22749 */     font-size: 11px;
/* 22750 */     margin-left: 5px;

/* td_standard_pack_main.css */

/* 22751 */   }
/* 22752 */ }
/* 22753 */ @media (max-width: 767px) {
/* 22754 */   .td-footer-template-13 .td-social-name {
/* 22755 */     display: none;
/* 22756 */   }
/* 22757 */ }
/* 22758 */ .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
/* 22759 */   margin-right: 30px;
/* 22760 */   text-transform: uppercase;
/* 22761 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 22762 */   /* responsive portrait tablet */
/* 22763 */   /* responsive portrait phone */
/* 22764 */ }
/* 22765 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22766 */   .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
/* 22767 */     margin-right: 20px;
/* 22768 */   }
/* 22769 */ }
/* 22770 */ @media (max-width: 767px) {
/* 22771 */   .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
/* 22772 */     margin: 5px;
/* 22773 */   }
/* 22774 */ }
/* 22775 */ .td-footer-template-13 .td-social-style-2 i {
/* 22776 */   border-radius: 100%;
/* 22777 */   line-height: 41px;
/* 22778 */   /* responsive portrait tablet */
/* 22779 */ }
/* 22780 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22781 */   .td-footer-template-13 .td-social-style-2 i {
/* 22782 */     line-height: 32px;
/* 22783 */   }
/* 22784 */ }
/* 22785 */ .td-footer-template-13 .td-social-style-2 i:after {
/* 22786 */   border-radius: 100%;
/* 22787 */   opacity: 0.05;
/* 22788 */ }
/* 22789 */ .td-footer-template-13 .td-a-rec-id-footer_top,
/* 22790 */ .td-footer-template-13 .td-g-rec-id-footer_top {
/* 22791 */   margin-top: 10px;
/* 22792 */   margin-bottom: 32px;
/* 22793 */   /* responsive portrait tablet */
/* 22794 */   /* responsive portrait phone */
/* 22795 */ }
/* 22796 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22797 */   .td-footer-template-13 .td-a-rec-id-footer_top,
/* 22798 */   .td-footer-template-13 .td-g-rec-id-footer_top {
/* 22799 */     margin-bottom: 16px;
/* 22800 */   }

/* td_standard_pack_main.css */

/* 22801 */ }
/* 22802 */ @media (max-width: 767px) {
/* 22803 */   .td-footer-template-13 .td-a-rec-id-footer_top,
/* 22804 */   .td-footer-template-13 .td-g-rec-id-footer_top {
/* 22805 */     margin: 5px auto 16px;
/* 22806 */   }
/* 22807 */ }
/* 22808 */ .td-footer-template-13 .footer-social-wrap {
/* 22809 */   text-align: center;
/* 22810 */ }
/* 22811 */ /*  ----------------------------------------------------------------------------
/* 22812 *|     Footer Template 14
/* 22813 *| */
/* 22814 */ .td-footer-template-14 {
/* 22815 */   padding: 0;
/* 22816 */ }
/* 22817 */ .td-footer-template-14 .td-a-rec-id-footer_top,
/* 22818 */ .td-footer-template-14 .td-g-rec-id-footer_top {
/* 22819 */   margin: 0 auto 37px auto;
/* 22820 */ }
/* 22821 */ .td-footer-template-14 .td-footer-bottom-full {
/* 22822 */   margin-top: 0;
/* 22823 */   padding-top: 42px;
/* 22824 */   padding-bottom: 40px;
/* 22825 */   /* responsive portrait phone */
/* 22826 */ }
/* 22827 */ @media (max-width: 767px) {
/* 22828 */   .td-footer-template-14 .td-footer-bottom-full {
/* 22829 */     padding-top: 30px;
/* 22830 */     padding-bottom: 20px;
/* 22831 */   }
/* 22832 */ }
/* 22833 */ .td-block-title span,
/* 22834 */ .td-block-title a {
/* 22835 */   display: inline-block;
/* 22836 */ }
/* 22837 */ .td_block_template_2.widget > ul > li,
/* 22838 */ .td_block_template_6.widget > ul > li,
/* 22839 */ .td_block_template_8.widget > ul > li,
/* 22840 */ .td_block_template_9.widget > ul > li,
/* 22841 */ .td_block_template_10.widget > ul > li,
/* 22842 */ .td_block_template_11.widget > ul > li,
/* 22843 */ .td_block_template_12.widget > ul > li,
/* 22844 */ .td_block_template_13.widget > ul > li,
/* 22845 */ .td_block_template_14.widget > ul > li,
/* 22846 */ .td_block_template_15.widget > ul > li,
/* 22847 */ .td_block_template_16.widget > ul > li,
/* 22848 */ .td_block_template_17.widget > ul > li {
/* 22849 */   margin-left: 0 !important;
/* 22850 */ }

/* td_standard_pack_main.css */

/* 22851 */ .global-block-template-12 .td-comments-title span,
/* 22852 */ .global-block-template-13 .td-comments-title span {
/* 22853 */   margin-left: 0 !important;
/* 22854 */   font-size: 20px;
/* 22855 */   /* responsive portrait phone */
/* 22856 */ }
/* 22857 */ @media (max-width: 767px) {
/* 22858 */   .global-block-template-12 .td-comments-title span,
/* 22859 */   .global-block-template-13 .td-comments-title span {
/* 22860 */     font-size: 15px;
/* 22861 */   }
/* 22862 */ }
/* 22863 */ .td-block-title-wrap .td-wrapper-pulldown-filter {
/* 22864 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 22865 */   position: absolute;
/* 22866 */   bottom: 0;
/* 22867 */   right: 0;
/* 22868 */   top: 0;
/* 22869 */   margin: auto 0;
/* 22870 */   z-index: 2;
/* 22871 */   background-color: #fff;
/* 22872 */   font-size: 13px;
/* 22873 */   line-height: 1;
/* 22874 */   color: #777;
/* 22875 */   text-align: right;
/* 22876 */ }
/* 22877 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
/* 22878 */   cursor: pointer;
/* 22879 */   white-space: nowrap;
/* 22880 */   position: relative;
/* 22881 */   line-height: 29px;
/* 22882 */ }
/* 22883 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {
/* 22884 */   font-size: 9px;
/* 22885 */   color: #777;
/* 22886 */   margin-left: 20px;
/* 22887 */   margin-right: 10px;
/* 22888 */ }
/* 22889 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i:before {
/* 22890 */   content: '\e83d';
/* 22891 */ }
/* 22892 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
/* 22893 */   padding-left: 20px;
/* 22894 */   margin-right: -14px;
/* 22895 */   /* responsive portrait phone */
/* 22896 */ }
/* 22897 */ @media (max-width: 360px) {
/* 22898 */   .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
/* 22899 */     display: none;
/* 22900 */   }

/* td_standard_pack_main.css */

/* 22901 */ }
/* 22902 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
/* 22903 */   color: var(--td_theme_color, #4db2ec);
/* 22904 */ }
/* 22905 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
/* 22906 */   color: var(--td_theme_color, #4db2ec);
/* 22907 */ }
/* 22908 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover ul {
/* 22909 */   display: block;
/* 22910 */ }
/* 22911 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
/* 22912 */   list-style: none;
/* 22913 */   position: absolute;
/* 22914 */   right: 0;
/* 22915 */   top: 100%;
/* 22916 */   padding: 18px 0;
/* 22917 */   background-color: #ffffff;
/* 22918 */   background-color: rgba(255, 255, 255, 0.95);
/* 22919 */   z-index: 999;
/* 22920 */   border-width: 1px;
/* 22921 */   border-color: var(--td_grid_border_color, #ededed);
/* 22922 */   border-style: solid;
/* 22923 */   display: none;
/* 22924 */   margin: 0;
/* 22925 */ }
/* 22926 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item {
/* 22927 */   list-style: none;
/* 22928 */   margin: 0;
/* 22929 */ }
/* 22930 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item {
/* 22931 */   color: var(--td_theme_color, #4db2ec);
/* 22932 */ }
/* 22933 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
/* 22934 */   padding-bottom: 10px;
/* 22935 */ }
/* 22936 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more:before {
/* 22937 */   content: '';
/* 22938 */   width: 70px;
/* 22939 */   height: 100%;
/* 22940 */   position: absolute;
/* 22941 */   margin-top: 2px;
/* 22942 */   top: 0;
/* 22943 */   right: 0;
/* 22944 */   z-index: 1;
/* 22945 */   opacity: 0;
/* 22946 */ }
/* 22947 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 22948 */   color: #777;
/* 22949 */   white-space: nowrap;
/* 22950 */   display: block;

/* td_standard_pack_main.css */

/* 22951 */   line-height: 26px;
/* 22952 */   padding-left: 36px;
/* 22953 */   padding-right: 27px;
/* 22954 */   /* responsive portrait phone */
/* 22955 */ }
/* 22956 */ @media (max-width: 767px) {
/* 22957 */   .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 22958 */     padding-left: 24px;
/* 22959 */     padding-right: 20px !important;
/* 22960 */   }
/* 22961 */ }
/* 22962 */ .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover {
/* 22963 */   color: var(--td_theme_color, #4db2ec);
/* 22964 */ }
/* 22965 */ .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
/* 22966 */   /* responsive portrait tablet */
/* 22967 */ }
/* 22968 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22969 */   .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
/* 22970 */     display: none;
/* 22971 */   }
/* 22972 */ }
/* 22973 */ .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 22974 */   /* responsive portrait tablet */
/* 22975 */ }
/* 22976 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 22977 */   .td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 22978 */     padding-left: 24px;
/* 22979 */     padding-right: 20px !important;
/* 22980 */   }
/* 22981 */ }
/* 22982 */ /*
/* 22983 *|
/* 22984 *|   Block headers style
/* 22985 *|
/* 22986 *| */
/* 22987 */ .td_block_template_1 .block-title {
/* 22988 */   text-align: left;
/* 22989 */ }
/* 22990 */ .td_block_template_2 .td-block-title {
/* 22991 */   font-size: 17px;
/* 22992 */   font-weight: 500;
/* 22993 */   margin-top: 0;
/* 22994 */   margin-bottom: 16px;
/* 22995 */   line-height: 31px;
/* 22996 */   text-align: left;
/* 22997 */ }
/* 22998 */ .td_block_template_2 .td-block-title > * {
/* 22999 */   color: #000;
/* 23000 */ }

/* td_standard_pack_main.css */

/* 23001 */ .td_block_template_2 .td-related-title a {
/* 23002 */   padding: 0 20px 0 0;
/* 23003 */   /* responsive portrait phone */
/* 23004 */ }
/* 23005 */ @media (max-width: 767px) {
/* 23006 */   .td_block_template_2 .td-related-title a {
/* 23007 */     font-size: 15px;
/* 23008 */   }
/* 23009 */ }
/* 23010 */ .td_block_template_2 .td-related-title .td-cur-simple-item {
/* 23011 */   color: var(--td_theme_color, #4db2ec);
/* 23012 */ }
/* 23013 */ .td_block_template_3 .td-block-title {
/* 23014 */   font-size: 16px;
/* 23015 */   font-weight: 400;
/* 23016 */   margin-top: 0;
/* 23017 */   margin-bottom: 26px;
/* 23018 */   line-height: 31px;
/* 23019 */   text-align: left;
/* 23020 */ }
/* 23021 */ .td_block_template_3 .td-block-title > * {
/* 23022 */   background-color: #000;
/* 23023 */   color: #fff;
/* 23024 */   padding: 0 10px;
/* 23025 */ }
/* 23026 */ .td_block_template_3 .td-related-title a {
/* 23027 */   margin-right: 10px;
/* 23028 */   /* responsive portrait phone */
/* 23029 */ }
/* 23030 */ @media (max-width: 767px) {
/* 23031 */   .td_block_template_3 .td-related-title a {
/* 23032 */     margin-right: 0;
/* 23033 */     font-size: 14px;
/* 23034 */   }
/* 23035 */ }
/* 23036 */ .td_block_template_3 .td-related-title .td-cur-simple-item {
/* 23037 */   background-color: var(--td_theme_color, #4db2ec);
/* 23038 */ }
/* 23039 */ @-moz-document url-prefix() {
/* 23040 */   .td_block_template_3 .td-block-title > * {
/* 23041 */     padding-bottom: 2px;
/* 23042 */   }
/* 23043 */ }
/* 23044 */ .td_block_template_4 .td-block-title {
/* 23045 */   font-size: 16px;
/* 23046 */   font-weight: 400;
/* 23047 */   margin-top: 0;
/* 23048 */   margin-bottom: 26px;
/* 23049 */   line-height: 31px;
/* 23050 */   text-align: left;

/* td_standard_pack_main.css */

/* 23051 */ }
/* 23052 */ .td_block_template_4 .td-block-title > * {
/* 23053 */   background-color: #000;
/* 23054 */   color: #fff;
/* 23055 */   padding: 0 12px;
/* 23056 */   position: relative;
/* 23057 */ }
/* 23058 */ .td_block_template_4 .td-block-title > *:before {
/* 23059 */   content: '';
/* 23060 */   position: absolute;
/* 23061 */   top: 100%;
/* 23062 */   left: 10px;
/* 23063 */   margin: auto;
/* 23064 */   width: 0;
/* 23065 */   height: 0;
/* 23066 */   border-style: solid;
/* 23067 */   border-width: 7px 7px 0 7px;
/* 23068 */   border-color: #000 transparent transparent transparent;
/* 23069 */ }
/* 23070 */ .td_block_template_4 .td-related-title a {
/* 23071 */   /* responsive portrait phone */
/* 23072 */ }
/* 23073 */ @media (max-width: 767px) {
/* 23074 */   .td_block_template_4 .td-related-title a {
/* 23075 */     margin-right: 0;
/* 23076 */     font-size: 15px;
/* 23077 */   }
/* 23078 */ }
/* 23079 */ .td_block_template_4 .td-related-title a:before {
/* 23080 */   border-color: transparent !important;
/* 23081 */ }
/* 23082 */ .td_block_template_4 .td-related-title .td-cur-simple-item {
/* 23083 */   background-color: var(--td_theme_color, #4db2ec);
/* 23084 */ }
/* 23085 */ .td_block_template_4 .td-related-title .td-cur-simple-item:before {
/* 23086 */   border-color: var(--td_theme_color, #4db2ec) transparent transparent transparent !important;
/* 23087 */ }
/* 23088 */ @-moz-document url-prefix() {
/* 23089 */   .td_block_template_4 .td-block-title > * {
/* 23090 */     padding-bottom: 2px;
/* 23091 */   }
/* 23092 */ }
/* 23093 */ .td_block_template_5 .td-block-title {
/* 23094 */   font-size: 16px;
/* 23095 */   font-weight: 500;
/* 23096 */   margin-top: 0;
/* 23097 */   margin-bottom: 26px;
/* 23098 */   line-height: 25px;
/* 23099 */   color: #000;
/* 23100 */   text-align: left;

/* td_standard_pack_main.css */

/* 23101 */ }
/* 23102 */ .td_block_template_5 .td-block-title > * {
/* 23103 */   padding: 0 12px;
/* 23104 */   border-width: 0 0 0 4px;
/* 23105 */   border-style: solid;
/* 23106 */   border-color: var(--td_theme_color, #4db2ec);
/* 23107 */ }
/* 23108 */ .td_block_template_5 .td-subcat-filter,
/* 23109 */ .td_block_template_5 .td-subcat-dropdown {
/* 23110 */   line-height: 25px;
/* 23111 */ }
/* 23112 */ .td_block_template_5 .td-related-title a {
/* 23113 */   /* responsive portrait phone */
/* 23114 */ }
/* 23115 */ @media (max-width: 767px) {
/* 23116 */   .td_block_template_5 .td-related-title a {
/* 23117 */     font-size: 15px;
/* 23118 */   }
/* 23119 */ }
/* 23120 */ .td_block_template_5 .td-related-title a:last-child {
/* 23121 */   border: none;
/* 23122 */ }
/* 23123 */ .td_block_template_5 .td-related-title .td-cur-simple-item {
/* 23124 */   color: var(--td_theme_color, #4db2ec);
/* 23125 */ }
/* 23126 */ .td_block_template_6 .td-block-title {
/* 23127 */   text-align: center;
/* 23128 */   font-size: 17px;
/* 23129 */   font-weight: 500;
/* 23130 */   margin-top: 0;
/* 23131 */   margin-bottom: 26px;
/* 23132 */   line-height: 1;
/* 23133 */   padding: 14px 0;
/* 23134 */   position: relative;
/* 23135 */   background-repeat: no-repeat;
/* 23136 */   background-position: center center;
/* 23137 */   background-size: auto 100%;
/* 23138 */ }
/* 23139 */ .td_block_template_6 .td-block-title:before {
/* 23140 */   content: '\e904';
/* 23141 */   font-family: 'newspaper', sans-serif;
/* 23142 */   font-size: 8px;
/* 23143 */   position: absolute;
/* 23144 */   bottom: -1px;
/* 23145 */   left: 0;
/* 23146 */   right: 0;
/* 23147 */   margin: auto;
/* 23148 */   line-height: 1;
/* 23149 */ }
/* 23150 */ .td_block_template_6 .td-block-title > * {

/* td_standard_pack_main.css */

/* 23151 */   color: #000;
/* 23152 */ }
/* 23153 */ .td_block_template_6 .td-subcat-filter {
/* 23154 */   line-height: 40px;
/* 23155 */   position: relative;
/* 23156 */   text-align: center;
/* 23157 */   margin: -24px 0 0;
/* 23158 */ }
/* 23159 */ .td_block_template_6 .td-subcat-filter .td-subcat-more {
/* 23160 */   margin-bottom: 10px !important;
/* 23161 */ }
/* 23162 */ .td_block_template_6 .td-subcat-list {
/* 23163 */   margin-bottom: 18px;
/* 23164 */ }
/* 23165 */ .td_block_template_6 .td-subcat-list li:first-child {
/* 23166 */   margin-left: 12px;
/* 23167 */ }
/* 23168 */ .td_block_template_6 .td-subcat-dropdown ul {
/* 23169 */   margin-top: 0 !important;
/* 23170 */ }
/* 23171 */ .td_block_template_6 .td-related-title a {
/* 23172 */   padding: 10px 10px 0 10px;
/* 23173 */   /* responsive portrait phone */
/* 23174 */ }
/* 23175 */ @media (max-width: 767px) {
/* 23176 */   .td_block_template_6 .td-related-title a {
/* 23177 */     font-size: 14px;
/* 23178 */   }
/* 23179 */ }
/* 23180 */ .td_block_template_6 .td-related-title .td-cur-simple-item {
/* 23181 */   color: var(--td_theme_color, #4db2ec);
/* 23182 */ }
/* 23183 */ .td_block_template_7 .td-block-title {
/* 23184 */   font-size: 13px;
/* 23185 */   font-weight: 500;
/* 23186 */   margin-top: 0;
/* 23187 */   margin-bottom: 26px;
/* 23188 */   line-height: 45px;
/* 23189 */   padding: 0;
/* 23190 */   position: relative;
/* 23191 */   text-align: left;
/* 23192 */ }
/* 23193 */ .td_block_template_7 .td-block-title:before {
/* 23194 */   content: '';
/* 23195 */   position: absolute;
/* 23196 */   width: 100%;
/* 23197 */   height: 100%;
/* 23198 */   top: 0;
/* 23199 */   left: 0;
/* 23200 */   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAABmZmZ+SwYRAAAAAnRSTlMAOF6RdaYAAAAVSURBVAjXY1BgcGBoAEIHIEuAQQAAEdAB4b4poC8AAAAASUVORK5CYII=') repeat top left;

/* td_standard_pack_main.css */

/* 23201 */ }
/* 23202 */ .td_block_template_7 .td-block-title > * {
/* 23203 */   background-color: #fff;
/* 23204 */   color: #000;
/* 23205 */   padding: 0 5px;
/* 23206 */   margin-left: 10px;
/* 23207 */   margin-right: 10px;
/* 23208 */   line-height: 21px;
/* 23209 */   position: relative;
/* 23210 */ }
/* 23211 */ .td_block_template_7 .td-subcat-filter {
/* 23212 */   line-height: 45px;
/* 23213 */   margin-top: -1px;
/* 23214 */ }
/* 23215 */ .td_block_template_7 .td-subcat-filter .td-subcat-dropdown {
/* 23216 */   line-height: 1;
/* 23217 */   position: static;
/* 23218 */ }
/* 23219 */ .td_block_template_7 .td-subcat-dropdown .td-subcat-more {
/* 23220 */   padding-left: 0;
/* 23221 */   margin-bottom: 0 !important;
/* 23222 */ }
/* 23223 */ .td_block_template_7 .td-subcat-list .td-subcat-item {
/* 23224 */   margin-left: 0 !important;
/* 23225 */   margin-right: 24px;
/* 23226 */ }
/* 23227 */ .td_block_template_7 .td-subcat-list .td-subcat-item:last-child {
/* 23228 */   margin-right: 16px;
/* 23229 */ }
/* 23230 */ .td_block_template_7 .td-related-title .td-cur-simple-item {
/* 23231 */   color: var(--td_theme_color, #4db2ec);
/* 23232 */ }
/* 23233 */ @-moz-document url-prefix() {
/* 23234 */   .td_block_template_7 .td-subcat-filter {
/* 23235 */     margin-top: -2px;
/* 23236 */   }
/* 23237 */ }
/* 23238 */ .td_block_template_8 .td-block-title {
/* 23239 */   font-size: 20px;
/* 23240 */   font-weight: 800;
/* 23241 */   margin-top: 0;
/* 23242 */   margin-bottom: 18px;
/* 23243 */   line-height: 29px;
/* 23244 */   position: relative;
/* 23245 */   overflow: hidden;
/* 23246 */   text-align: left;
/* 23247 */ }
/* 23248 */ .td_block_template_8 .td-block-title > * {
/* 23249 */   position: relative;
/* 23250 */   padding-right: 20px;

/* td_standard_pack_main.css */

/* 23251 */   color: #000;
/* 23252 */ }
/* 23253 */ .td_block_template_8 .td-block-title > *:before,
/* 23254 */ .td_block_template_8 .td-block-title > *:after {
/* 23255 */   content: '';
/* 23256 */   display: block;
/* 23257 */   height: 4px;
/* 23258 */   position: absolute;
/* 23259 */   top: 50%;
/* 23260 */   margin-top: -2px;
/* 23261 */   width: 2000px;
/* 23262 */   background-color: #f5f5f5;
/* 23263 */ }
/* 23264 */ .td_block_template_8 .td-block-title > *:before {
/* 23265 */   left: 100%;
/* 23266 */ }
/* 23267 */ .td_block_template_8 .td-block-title > *:after {
/* 23268 */   right: 100%;
/* 23269 */ }
/* 23270 */ .td_block_template_8 .td-related-title a {
/* 23271 */   /* responsive portrait phone */
/* 23272 */ }
/* 23273 */ @media (max-width: 767px) {
/* 23274 */   .td_block_template_8 .td-related-title a {
/* 23275 */     font-size: 15px;
/* 23276 */   }
/* 23277 */ }
/* 23278 */ .td_block_template_8 .td-related-title a:before {
/* 23279 */   display: none;
/* 23280 */ }
/* 23281 */ .td_block_template_8 .td-related-title a:first-child:after {
/* 23282 */   display: none;
/* 23283 */ }
/* 23284 */ .td_block_template_8 .td-related-title a:last-child:after {
/* 23285 */   left: 100%;
/* 23286 */   right: auto;
/* 23287 */ }
/* 23288 */ .td_block_template_8 .td-related-title .td-cur-simple-item {
/* 23289 */   color: var(--td_theme_color, #4db2ec);
/* 23290 */ }
/* 23291 */ .td_block_template_9 .td-block-title {
/* 23292 */   font-size: 17px;
/* 23293 */   font-weight: 500;
/* 23294 */   margin-top: -10px;
/* 23295 */   margin-bottom: 22px;
/* 23296 */   line-height: 37px;
/* 23297 */   padding: 0;
/* 23298 */   position: relative;
/* 23299 */   text-align: left;
/* 23300 */ }

/* td_standard_pack_main.css */

/* 23301 */ .td_block_template_9 .td-block-title:before {
/* 23302 */   content: '';
/* 23303 */   width: 100%;
/* 23304 */   height: 2px;
/* 23305 */   position: absolute;
/* 23306 */   top: 100%;
/* 23307 */   left: 0;
/* 23308 */   background-color: #f5f5f5;
/* 23309 */ }
/* 23310 */ .td_block_template_9 .td-block-title:after {
/* 23311 */   content: '';
/* 23312 */   width: 50px;
/* 23313 */   height: 2px;
/* 23314 */   position: absolute;
/* 23315 */   top: 100%;
/* 23316 */   left: 0;
/* 23317 */   margin: auto;
/* 23318 */   background-color: var(--td_theme_color, #4db2ec);
/* 23319 */ }
/* 23320 */ .td_block_template_9 .td-block-title > * {
/* 23321 */   color: #000;
/* 23322 */ }
/* 23323 */ .td_block_template_9 .td-subcat-filter {
/* 23324 */   line-height: 37px;
/* 23325 */   display: table;
/* 23326 */ }
/* 23327 */ .td_block_template_9 .td-subcat-dropdown {
/* 23328 */   line-height: 1;
/* 23329 */   position: static;
/* 23330 */ }
/* 23331 */ .td_block_template_9 .td-subcat-dropdown .td-subcat-more {
/* 23332 */   margin-bottom: 0 !important;
/* 23333 */ }
/* 23334 */ .td_block_template_9 .td-subcat-dropdown ul:after {
/* 23335 */   height: 2px !important;
/* 23336 */ }
/* 23337 */ .td_block_template_9 .td-related-title {
/* 23338 */   margin-top: 0 !important;
/* 23339 */ }
/* 23340 */ .td_block_template_9 .td-related-title a {
/* 23341 */   margin-right: 20px;
/* 23342 */   /* responsive portrait phone */
/* 23343 */ }
/* 23344 */ @media (max-width: 767px) {
/* 23345 */   .td_block_template_9 .td-related-title a {
/* 23346 */     font-size: 15px;
/* 23347 */   }
/* 23348 */ }
/* 23349 */ .td_block_template_9 .td-related-title .td-cur-simple-item {
/* 23350 */   color: var(--td_theme_color, #4db2ec);

/* td_standard_pack_main.css */

/* 23351 */ }
/* 23352 */ .td_block_template_10 .td-block-title {
/* 23353 */   font-size: 17px;
/* 23354 */   font-weight: 500;
/* 23355 */   margin-top: -10px;
/* 23356 */   margin-bottom: 24px;
/* 23357 */   line-height: 37px;
/* 23358 */   padding: 0;
/* 23359 */   position: relative;
/* 23360 */   text-align: left;
/* 23361 */ }
/* 23362 */ .td_block_template_10 .td-block-title:before {
/* 23363 */   content: '';
/* 23364 */   width: 100%;
/* 23365 */   height: 3px;
/* 23366 */   position: absolute;
/* 23367 */   top: 100%;
/* 23368 */   left: 0;
/* 23369 */   background-color: #f5f5f5;
/* 23370 */ }
/* 23371 */ .td_block_template_10 .td-block-title > * {
/* 23372 */   color: #000;
/* 23373 */ }
/* 23374 */ .td_block_template_10 .td-subcat-filter {
/* 23375 */   line-height: 37px;
/* 23376 */   display: table;
/* 23377 */ }
/* 23378 */ .td_block_template_10 .td-subcat-dropdown {
/* 23379 */   line-height: 1;
/* 23380 */   position: static;
/* 23381 */ }
/* 23382 */ .td_block_template_10 .td-subcat-dropdown .td-subcat-more {
/* 23383 */   margin-bottom: 0 !important;
/* 23384 */ }
/* 23385 */ .td_block_template_10 .td-subcat-dropdown ul:after {
/* 23386 */   height: 3px !important;
/* 23387 */ }
/* 23388 */ .td_block_template_10 .td-related-title {
/* 23389 */   margin-top: 0 !important;
/* 23390 */ }
/* 23391 */ .td_block_template_10 .td-related-title a {
/* 23392 */   margin-right: 20px;
/* 23393 */   /* responsive portrait phone */
/* 23394 */ }
/* 23395 */ @media (max-width: 767px) {
/* 23396 */   .td_block_template_10 .td-related-title a {
/* 23397 */     font-size: 15px;
/* 23398 */   }
/* 23399 */ }
/* 23400 */ .td_block_template_10 .td-related-title .td-cur-simple-item {

/* td_standard_pack_main.css */

/* 23401 */   color: var(--td_theme_color, #4db2ec);
/* 23402 */ }
/* 23403 */ .td_block_template_11 .td-block-title {
/* 23404 */   font-size: 17px;
/* 23405 */   font-weight: 500;
/* 23406 */   margin-top: 2px;
/* 23407 */   margin-bottom: 24px;
/* 23408 */   line-height: 44px;
/* 23409 */   padding: 0;
/* 23410 */   position: relative;
/* 23411 */   text-align: left;
/* 23412 */ }
/* 23413 */ .td_block_template_11 .td-block-title:before,
/* 23414 */ .td_block_template_11 .td-block-title:after {
/* 23415 */   content: '';
/* 23416 */   width: 100%;
/* 23417 */   height: 2px;
/* 23418 */   position: absolute;
/* 23419 */   left: 0;
/* 23420 */   background-color: #f5f5f5;
/* 23421 */ }
/* 23422 */ .td_block_template_11 .td-block-title:after {
/* 23423 */   bottom: 100%;
/* 23424 */ }
/* 23425 */ .td_block_template_11 .td-block-title:before {
/* 23426 */   top: 100%;
/* 23427 */ }
/* 23428 */ .td_block_template_11 .td-block-title > * {
/* 23429 */   color: #000;
/* 23430 */ }
/* 23431 */ .td_block_template_11 .td-subcat-filter {
/* 23432 */   line-height: 44px;
/* 23433 */   display: table;
/* 23434 */ }
/* 23435 */ .td_block_template_11 .td-subcat-dropdown {
/* 23436 */   line-height: 1;
/* 23437 */   position: static;
/* 23438 */ }
/* 23439 */ .td_block_template_11 .td-subcat-dropdown .td-subcat-more {
/* 23440 */   margin-bottom: 0 !important;
/* 23441 */ }
/* 23442 */ .td_block_template_11 .td-subcat-dropdown ul:after {
/* 23443 */   height: 2px !important;
/* 23444 */ }
/* 23445 */ .td_block_template_11 .td-related-title a {
/* 23446 */   margin-right: 20px;
/* 23447 */   /* responsive portrait phone */
/* 23448 */ }
/* 23449 */ @media (max-width: 767px) {
/* 23450 */   .td_block_template_11 .td-related-title a {

/* td_standard_pack_main.css */

/* 23451 */     font-size: 15px;
/* 23452 */   }
/* 23453 */ }
/* 23454 */ .td_block_template_11 .td-related-title .td-cur-simple-item {
/* 23455 */   color: var(--td_theme_color, #4db2ec);
/* 23456 */ }
/* 23457 */ .td_block_template_12 .td-block-title {
/* 23458 */   font-size: 26px;
/* 23459 */   font-weight: 800;
/* 23460 */   margin-top: 0;
/* 23461 */   margin-bottom: 26px;
/* 23462 */   line-height: 26px;
/* 23463 */   padding: 0;
/* 23464 */   letter-spacing: -0.6px;
/* 23465 */   text-align: left;
/* 23466 */   /* responsive portrait tablet + phone */
/* 23467 */ }
/* 23468 */ @media (max-width: 1018px) {
/* 23469 */   .td_block_template_12 .td-block-title {
/* 23470 */     font-size: 22px;
/* 23471 */     margin-bottom: 20px;
/* 23472 */   }
/* 23473 */ }
/* 23474 */ .td_block_template_12 .td-block-title > * {
/* 23475 */   color: #000;
/* 23476 */ }
/* 23477 */ .td_block_template_12 .td-subcat-filter {
/* 23478 */   line-height: 1;
/* 23479 */   display: table;
/* 23480 */ }
/* 23481 */ .td_block_template_12 .td-subcat-dropdown .td-subcat-more {
/* 23482 */   margin-bottom: 8px !important;
/* 23483 */   margin-top: 7px;
/* 23484 */ }
/* 23485 */ .td_block_template_12 .td-pulldown-category {
/* 23486 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 23487 */   font-size: 14px;
/* 23488 */   line-height: 26px;
/* 23489 */   color: #444;
/* 23490 */   font-weight: 500;
/* 23491 */   position: absolute;
/* 23492 */   right: 0;
/* 23493 */   bottom: -2px;
/* 23494 */   top: 0;
/* 23495 */   margin: auto 0;
/* 23496 */   display: table;
/* 23497 */ }
/* 23498 */ .td_block_template_12 .td-pulldown-category span {
/* 23499 */   display: inline-block;
/* 23500 */   -webkit-transition: transform 0.5s ease;

/* td_standard_pack_main.css */

/* 23501 */   transition: transform 0.5s ease;
/* 23502 */   /* responsive portrait phone */
/* 23503 */ }
/* 23504 */ @media (max-width: 767px) {
/* 23505 */   .td_block_template_12 .td-pulldown-category span {
/* 23506 */     display: none;
/* 23507 */   }
/* 23508 */ }
/* 23509 */ .td_block_template_12 .td-pulldown-category i {
/* 23510 */   font-size: 10px;
/* 23511 */   margin-left: 10px;
/* 23512 */ }
/* 23513 */ .td_block_template_12 .td-pulldown-category:hover {
/* 23514 */   opacity: 0.9;
/* 23515 */ }
/* 23516 */ .td_block_template_12 .td-pulldown-category:hover span {
/* 23517 */   transform: translate3d(-6px, 0, 0);
/* 23518 */   -webkit-transform: translate3d(-6px, 0, 0);
/* 23519 */ }
/* 23520 */ .td-pb-span4 .td_block_template_12 .td-pulldown-category span {
/* 23521 */   /* responsive portrait tablet */
/* 23522 */ }
/* 23523 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 23524 */   .td-pb-span4 .td_block_template_12 .td-pulldown-category span {
/* 23525 */     display: none;
/* 23526 */   }
/* 23527 */ }
/* 23528 */ .td_block_template_13 .td-block-title {
/* 23529 */   font-size: 26px;
/* 23530 */   font-weight: 800;
/* 23531 */   margin-bottom: 26px;
/* 23532 */   line-height: 26px !important;
/* 23533 */   padding: 0;
/* 23534 */   letter-spacing: -0.6px;
/* 23535 */   margin-top: 36px;
/* 23536 */   transform: translateZ(0);
/* 23537 */   -webkit-transform: translateZ(0);
/* 23538 */   text-align: left;
/* 23539 */   /* responsive portrait tablet + phone */
/* 23540 */   /* responsive portrait phone */
/* 23541 */ }
/* 23542 */ @media (max-width: 1018px) {
/* 23543 */   .td_block_template_13 .td-block-title {
/* 23544 */     font-size: 22px;
/* 23545 */     margin-bottom: 16px;
/* 23546 */     margin-top: 26px;
/* 23547 */   }
/* 23548 */ }
/* 23549 */ @media (max-width: 767px) {
/* 23550 */   .td_block_template_13 .td-block-title {

/* td_standard_pack_main.css */

/* 23551 */     margin-top: 26px !important;
/* 23552 */     margin-bottom: 16px !important;
/* 23553 */   }
/* 23554 */ }
/* 23555 */ .td_block_template_13 .td-block-title > a,
/* 23556 */ .td_block_template_13 .td-block-title > span {
/* 23557 */   margin-left: 12px;
/* 23558 */   /* responsive portrait phone */
/* 23559 */ }
/* 23560 */ @media (max-width: 767px) {
/* 23561 */   .td_block_template_13 .td-block-title > a,
/* 23562 */   .td_block_template_13 .td-block-title > span {
/* 23563 */     margin-left: 12px !important;
/* 23564 */   }
/* 23565 */ }
/* 23566 */ .td_block_template_13 .td-subcat-filter {
/* 23567 */   line-height: 1;
/* 23568 */   display: table;
/* 23569 */ }
/* 23570 */ .td_block_template_13 .td-subcat-dropdown .td-subcat-more {
/* 23571 */   margin-bottom: 8px !important;
/* 23572 */   margin-top: 7px;
/* 23573 */ }
/* 23574 */ .td_block_template_13 .td-pulldown-category {
/* 23575 */   font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
/* 23576 */   font-size: 14px;
/* 23577 */   line-height: 26px !important;
/* 23578 */   color: #444;
/* 23579 */   font-weight: 500;
/* 23580 */   position: absolute;
/* 23581 */   right: 0;
/* 23582 */   bottom: -2px;
/* 23583 */   top: 0;
/* 23584 */   margin: auto 0;
/* 23585 */   display: table;
/* 23586 */ }
/* 23587 */ .td_block_template_13 .td-pulldown-category span {
/* 23588 */   display: inline-block;
/* 23589 */   -webkit-transition: transform 0.5s ease;
/* 23590 */   transition: transform 0.5s ease;
/* 23591 */   /* responsive portrait phone */
/* 23592 */ }
/* 23593 */ @media (max-width: 767px) {
/* 23594 */   .td_block_template_13 .td-pulldown-category span {
/* 23595 */     display: none;
/* 23596 */   }
/* 23597 */ }
/* 23598 */ .td_block_template_13 .td-pulldown-category i {
/* 23599 */   font-size: 10px;
/* 23600 */   margin-left: 10px;

/* td_standard_pack_main.css */

/* 23601 */ }
/* 23602 */ .td_block_template_13 .td-pulldown-category:hover {
/* 23603 */   opacity: 0.9;
/* 23604 */ }
/* 23605 */ .td_block_template_13 .td-pulldown-category:hover span {
/* 23606 */   transform: translate3d(-6px, 0, 0);
/* 23607 */   -webkit-transform: translate3d(-6px, 0, 0);
/* 23608 */ }
/* 23609 */ .td_block_template_13 .td-block-subtitle {
/* 23610 */   font-size: 90px;
/* 23611 */   text-transform: uppercase;
/* 23612 */   position: absolute;
/* 23613 */   left: -4px;
/* 23614 */   z-index: -1;
/* 23615 */   bottom: -20px;
/* 23616 */   white-space: nowrap;
/* 23617 */   color: #f3f3f3;
/* 23618 */   line-height: 1;
/* 23619 */   /* responsive portrait tablet */
/* 23620 */   /* responsive portrait phone */
/* 23621 */ }
/* 23622 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 23623 */   .td_block_template_13 .td-block-subtitle {
/* 23624 */     font-size: 70px;
/* 23625 */     bottom: -15px;
/* 23626 */   }
/* 23627 */ }
/* 23628 */ @media (max-width: 767px) {
/* 23629 */   .td_block_template_13 .td-block-subtitle {
/* 23630 */     font-size: 60px;
/* 23631 */     bottom: -12px;
/* 23632 */   }
/* 23633 */ }
/* 23634 */ .td_block_template_13 .td-title-align {
/* 23635 */   margin-top: 0 !important;
/* 23636 */ }
/* 23637 */ .td_block_template_13 .td-title-align > a,
/* 23638 */ .td_block_template_13 .td-title-align > span {
/* 23639 */   margin-left: 0 !important;
/* 23640 */ }
/* 23641 */ .td-pb-span4 .td_block_template_13 .td-pulldown-category span {
/* 23642 */   /* responsive portrait tablet */
/* 23643 */ }
/* 23644 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 23645 */   .td-pb-span4 .td_block_template_13 .td-pulldown-category span {
/* 23646 */     display: none;
/* 23647 */   }
/* 23648 */ }
/* 23649 */ .td-pb-span4 .td_block_template_13 .td-block-subtitle {
/* 23650 */   /* responsive > phone */

/* td_standard_pack_main.css */

/* 23651 */ }
/* 23652 */ @media (min-width: 768px) {
/* 23653 */   .td-pb-span4 .td_block_template_13 .td-block-subtitle {
/* 23654 */     display: none;
/* 23655 */   }
/* 23656 */ }
/* 23657 */ .td-pb-span4 .td_block_template_13 .td-block-title {
/* 23658 */   margin-top: 0;
/* 23659 */ }
/* 23660 */ .td-pb-span4 .td_block_template_13 .td-block-title * {
/* 23661 */   margin-left: 0;
/* 23662 */ }
/* 23663 */ .td-pb-span12 .td_block_template_13 .td-block-title {
/* 23664 */   margin-bottom: 40px;
/* 23665 */   /* responsive portrait tablet */
/* 23666 */ }
/* 23667 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 23668 */   .td-pb-span12 .td_block_template_13 .td-block-title {
/* 23669 */     margin-bottom: 26px;
/* 23670 */   }
/* 23671 */ }
/* 23672 */ .td_block_template_12 .td-related-title a,
/* 23673 */ .td_block_template_13 .td-related-title a {
/* 23674 */   margin-right: 20px;
/* 23675 */   font-size: 20px;
/* 23676 */   /* responsive portrait phone */
/* 23677 */ }
/* 23678 */ @media (max-width: 767px) {
/* 23679 */   .td_block_template_12 .td-related-title a,
/* 23680 */   .td_block_template_13 .td-related-title a {
/* 23681 */     font-size: 15px;
/* 23682 */   }
/* 23683 */ }
/* 23684 */ .td_block_template_12 .td-related-title .td-cur-simple-item,
/* 23685 */ .td_block_template_13 .td-related-title .td-cur-simple-item {
/* 23686 */   color: var(--td_theme_color, #4db2ec);
/* 23687 */ }
/* 23688 */ .td_block_template_12 .td-related-title > a.td-related-left,
/* 23689 */ .td_block_template_13 .td-related-title > a.td-related-left,
/* 23690 */ .td_block_template_12 .td-related-title > a.td-related-right,
/* 23691 */ .td_block_template_13 .td-related-title > a.td-related-right {
/* 23692 */   margin-left: 0 !important;
/* 23693 */ }
/* 23694 */ .td_block_template_14 .td-block-title {
/* 23695 */   font-size: 13px;
/* 23696 */   font-weight: 400;
/* 23697 */   margin-top: 0;
/* 23698 */   margin-bottom: 26px;
/* 23699 */   padding: 11px 0;
/* 23700 */   line-height: 1;

/* td_standard_pack_main.css */

/* 23701 */   position: relative;
/* 23702 */   overflow: hidden;
/* 23703 */   text-align: center;
/* 23704 */   background-color: #111;
/* 23705 */   border: 1px solid transparent;
/* 23706 */ }
/* 23707 */ .td_block_template_14 .td-block-title > * {
/* 23708 */   color: #fff;
/* 23709 */   margin: 0 12px;
/* 23710 */ }
/* 23711 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter {
/* 23712 */   background-color: transparent !important;
/* 23713 */   display: inline-block;
/* 23714 */   color: #fff;
/* 23715 */ }
/* 23716 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
/* 23717 */   height: 100%;
/* 23718 */   display: table;
/* 23719 */   color: #fff;
/* 23720 */ }
/* 23721 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
/* 23722 */   color: #fff;
/* 23723 */ }
/* 23724 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
/* 23725 */   color: #fff;
/* 23726 */ }
/* 23727 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter i {
/* 23728 */   margin-right: 16px;
/* 23729 */   color: #fff;
/* 23730 */ }
/* 23731 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
/* 23732 */   border-width: 0 1px 1px;
/* 23733 */ }
/* 23734 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 23735 */   padding-right: 32px;
/* 23736 */ }
/* 23737 */ .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
/* 23738 */   vertical-align: middle;
/* 23739 */   display: table-cell;
/* 23740 */   padding: 0;
/* 23741 */   opacity: 0.8;
/* 23742 */   /* responsive portrait phone */
/* 23743 */ }
/* 23744 */ @media (max-width: 767px) {
/* 23745 */   .td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
/* 23746 */     display: none;
/* 23747 */   }
/* 23748 */ }
/* 23749 */ .td_block_template_15 .td-block-title {
/* 23750 */   font-size: 17px;

/* td_standard_pack_main.css */

/* 23751 */   font-weight: 500;
/* 23752 */   margin-top: 0;
/* 23753 */   margin-bottom: 26px;
/* 23754 */   padding: 15px 0;
/* 23755 */   line-height: 1;
/* 23756 */   position: relative;
/* 23757 */   overflow: hidden;
/* 23758 */   text-align: center;
/* 23759 */   background-color: #fff;
/* 23760 */ }
/* 23761 */ .td_block_template_15 .td-block-title:before {
/* 23762 */   content: '';
/* 23763 */   width: 100%;
/* 23764 */   height: 2px;
/* 23765 */   position: absolute;
/* 23766 */   top: 0;
/* 23767 */   left: 0;
/* 23768 */   background-color: var(--td_theme_color, #4db2ec);
/* 23769 */   z-index: 1;
/* 23770 */ }
/* 23771 */ .td_block_template_15 .td-block-title:after {
/* 23772 */   content: '';
/* 23773 */   width: 100%;
/* 23774 */   height: 100%;
/* 23775 */   position: absolute;
/* 23776 */   top: 0;
/* 23777 */   left: 0;
/* 23778 */   border: 1px solid #ededed;
/* 23779 */   z-index: 0;
/* 23780 */   pointer-events: none;
/* 23781 */ }
/* 23782 */ .td_block_template_15 .td-block-title > * {
/* 23783 */   margin: 0 18px;
/* 23784 */ }
/* 23785 */ .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter {
/* 23786 */   background-color: transparent !important;
/* 23787 */   display: inline-block;
/* 23788 */ }
/* 23789 */ .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
/* 23790 */   height: 100%;
/* 23791 */   display: table;
/* 23792 */ }
/* 23793 */ .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter i {
/* 23794 */   margin-right: 16px;
/* 23795 */ }
/* 23796 */ .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
/* 23797 */   border-width: 0 1px 1px;
/* 23798 */ }
/* 23799 */ .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 23800 */   padding-right: 32px;

/* td_standard_pack_main.css */

/* 23801 */ }
/* 23802 */ .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
/* 23803 */   vertical-align: middle;
/* 23804 */   display: table-cell;
/* 23805 */   padding: 0;
/* 23806 */   opacity: 0.8;
/* 23807 */   /* responsive portrait phone */
/* 23808 */ }
/* 23809 */ @media (max-width: 767px) {
/* 23810 */   .td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
/* 23811 */     display: none;
/* 23812 */   }
/* 23813 */ }
/* 23814 */ .td_block_template_14 .td-related-title a,
/* 23815 */ .td_block_template_15 .td-related-title a {
/* 23816 */   margin: 0 12px !important;
/* 23817 */   font-size: 14px;
/* 23818 */   /* responsive portrait phone */
/* 23819 */ }
/* 23820 */ @media (max-width: 767px) {
/* 23821 */   .td_block_template_14 .td-related-title a,
/* 23822 */   .td_block_template_15 .td-related-title a {
/* 23823 */     margin: 0 8px !important;
/* 23824 */   }
/* 23825 */ }
/* 23826 */ .td_block_template_14 .td-related-title .td-cur-simple-item,
/* 23827 */ .td_block_template_15 .td-related-title .td-cur-simple-item {
/* 23828 */   color: var(--td_theme_color, #4db2ec);
/* 23829 */ }
/* 23830 */ .td_block_template_16 .td-block-title {
/* 23831 */   font-size: 17px;
/* 23832 */   font-weight: 500;
/* 23833 */   margin-top: -15px;
/* 23834 */   margin-bottom: 26px;
/* 23835 */   padding: 0;
/* 23836 */   line-height: 47px;
/* 23837 */   position: relative;
/* 23838 */   overflow: hidden;
/* 23839 */   text-align: left;
/* 23840 */ }
/* 23841 */ .td_block_template_16 .td-block-title:before,
/* 23842 */ .td_block_template_16 .td-block-title:after {
/* 23843 */   content: '';
/* 23844 */   width: 100%;
/* 23845 */   height: 1px;
/* 23846 */   position: absolute;
/* 23847 */   left: 0;
/* 23848 */   background-color: #ddd;
/* 23849 */ }
/* 23850 */ .td_block_template_16 .td-block-title:before {

/* td_standard_pack_main.css */

/* 23851 */   bottom: 4px;
/* 23852 */ }
/* 23853 */ .td_block_template_16 .td-block-title:after {
/* 23854 */   bottom: 0;
/* 23855 */ }
/* 23856 */ .td_block_template_16 .td-block-title-wrap .td-subcat-filter {
/* 23857 */   line-height: 47px;
/* 23858 */   display: table;
/* 23859 */ }
/* 23860 */ .td_block_template_16 .td-block-title-wrap .td-subcat-filter .td-subcat-dropdown ul {
/* 23861 */   border-width: 0 1px 1px;
/* 23862 */   border-color: #ddd;
/* 23863 */   margin-top: 0;
/* 23864 */ }
/* 23865 */ .td_block_template_16 .td-block-title-wrap .td-subcat-dropdown {
/* 23866 */   line-height: 1;
/* 23867 */   position: static;
/* 23868 */ }
/* 23869 */ .td_block_template_16 .td-block-title-wrap .td-subcat-dropdown .td-subcat-more {
/* 23870 */   margin-bottom: 0 !important;
/* 23871 */ }
/* 23872 */ .td_block_template_16 .td-related-title a {
/* 23873 */   margin-right: 20px;
/* 23874 */   /* responsive portrait phone */
/* 23875 */ }
/* 23876 */ @media (max-width: 767px) {
/* 23877 */   .td_block_template_16 .td-related-title a {
/* 23878 */     font-size: 15px;
/* 23879 */   }
/* 23880 */ }
/* 23881 */ .td_block_template_16 .td-related-title .td-cur-simple-item {
/* 23882 */   color: var(--td_theme_color, #4db2ec);
/* 23883 */ }
/* 23884 */ .td_block_template_17 {
/* 23885 */   transform: translateZ(0);
/* 23886 */   -webkit-transform: translateZ(0);
/* 23887 */ }
/* 23888 */ .td_block_template_17 .td-block-title {
/* 23889 */   font-size: 16px;
/* 23890 */   font-weight: 500;
/* 23891 */   margin: 3px 3px 29px;
/* 23892 */   padding: 12px 0 11px;
/* 23893 */   line-height: 1;
/* 23894 */   position: relative;
/* 23895 */   text-align: center;
/* 23896 */   border: 1px solid #111;
/* 23897 */   background-color: #fff;
/* 23898 */   top: -3px;
/* 23899 */ }
/* 23900 */ .td_block_template_17 .td-block-title > * {

/* td_standard_pack_main.css */

/* 23901 */   margin: 0 15px;
/* 23902 */ }
/* 23903 */ .td_block_template_17 .td-block-title:before {
/* 23904 */   content: '';
/* 23905 */   height: 100%;
/* 23906 */   position: absolute;
/* 23907 */   top: 4px;
/* 23908 */   left: -4px;
/* 23909 */   right: -4px;
/* 23910 */   border: 1px solid #111;
/* 23911 */   background-color: #111;
/* 23912 */   z-index: -1;
/* 23913 */ }
/* 23914 */ .td_block_template_17 .td-block-title:after {
/* 23915 */   content: '';
/* 23916 */   position: absolute;
/* 23917 */   top: 100%;
/* 23918 */   left: 0;
/* 23919 */   right: 0;
/* 23920 */   margin: 3px auto 0;
/* 23921 */   width: 0;
/* 23922 */   height: 0;
/* 23923 */   border-style: solid;
/* 23924 */   border-width: 8px 8px 0 8px;
/* 23925 */   border-color: #111 transparent transparent transparent;
/* 23926 */ }
/* 23927 */ .td_block_template_17 .td-block-title-wrap {
/* 23928 */   transform: translateZ(0);
/* 23929 */   -webkit-transform: translateZ(0);
/* 23930 */   z-index: 2;
/* 23931 */ }
/* 23932 */ .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter {
/* 23933 */   background-color: transparent !important;
/* 23934 */   display: inline-block;
/* 23935 */   color: #111;
/* 23936 */   top: -3px;
/* 23937 */ }
/* 23938 */ .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
/* 23939 */   height: 100%;
/* 23940 */   display: table;
/* 23941 */ }
/* 23942 */ .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter i {
/* 23943 */   margin-right: 16px;
/* 23944 */   color: #111;
/* 23945 */ }
/* 23946 */ .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
/* 23947 */   border-width: 0 1px 1px;
/* 23948 */ }
/* 23949 */ .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 23950 */   padding-right: 32px;

/* td_standard_pack_main.css */

/* 23951 */ }
/* 23952 */ .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
/* 23953 */   vertical-align: middle;
/* 23954 */   display: table-cell;
/* 23955 */   padding: 0;
/* 23956 */   opacity: 0.8;
/* 23957 */   /* responsive portrait phone */
/* 23958 */ }
/* 23959 */ @media (max-width: 767px) {
/* 23960 */   .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
/* 23961 */     padding-right: 5px;
/* 23962 */   }
/* 23963 */   .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
/* 23964 */     display: none;
/* 23965 */   }
/* 23966 */ }
/* 23967 */ .td_block_template_17.widget,
/* 23968 */ .td_block_template_17.td_block_social_counter {
/* 23969 */   transform: translateZ(0);
/* 23970 */   -webkit-transform: translateZ(0);
/* 23971 */ }
/* 23972 */ .td_block_template_17 .td-related-title a {
/* 23973 */   margin-right: 10px;
/* 23974 */   margin-left: 10px;
/* 23975 */   /* responsive portrait phone */
/* 23976 */ }
/* 23977 */ @media (max-width: 767px) {
/* 23978 */   .td_block_template_17 .td-related-title a {
/* 23979 */     margin: 0 8px !important;
/* 23980 */     font-size: 14px;
/* 23981 */   }
/* 23982 */ }
/* 23983 */ .td_block_template_17 .td-related-title .td-cur-simple-item {
/* 23984 */   color: var(--td_theme_color, #4db2ec);
/* 23985 */ }
/* 23986 */ .td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more {
/* 23987 */   padding-right: 5px;
/* 23988 */ }
/* 23989 */ .td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more span {
/* 23990 */   display: none;
/* 23991 */ }
/* 23992 */ .td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
/* 23993 */   padding-right: 22px;
/* 23994 */   padding-left: 26px;
/* 23995 */ }
/* 23996 */ .td-pb-article-list .td_block_template_17 .td-block-title-wrap {
/* 23997 */   z-index: 0;
/* 23998 */ }
/* 23999 */ /*
/* 24000 *|

/* td_standard_pack_main.css *|

/* 24001 *|   pulldown templates
/* 24002 *|
/* 24003 *| */
/* 24004 */ @-moz-document url-prefix() {
/* 24005 */   .td-pulldown-syle-default .td-subcat-more,
/* 24006 */   .td-pulldown-syle-default .td-subcat-list {
/* 24007 */     position: relative;
/* 24008 */     top: -1px;
/* 24009 */   }
/* 24010 */ }
/* 24011 */ .td-pulldown-syle-2 {
/* 24012 */   top: 0;
/* 24013 */ }
/* 24014 */ .td-pulldown-syle-2 .td-subcat-dropdown ul {
/* 24015 */   padding: 20px 0;
/* 24016 */   margin-top: 0;
/* 24017 */ }
/* 24018 */ .td-pulldown-syle-2 .td-subcat-dropdown ul:after {
/* 24019 */   content: '';
/* 24020 */   position: absolute;
/* 24021 */   width: calc(100% + 2px);
/* 24022 */   height: 3px;
/* 24023 */   top: 0;
/* 24024 */   left: -1px;
/* 24025 */   background-color: var(--td_theme_color, #4db2ec);
/* 24026 */ }
/* 24027 */ .td-pulldown-syle-2 .td-subcat-dropdown a {
/* 24028 */   padding-left: 40px;
/* 24029 */   padding-right: 31px;
/* 24030 */ }
/* 24031 */ .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more {
/* 24032 */   background-color: transparent !important;
/* 24033 */ }
/* 24034 */ .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
/* 24035 */ .td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i {
/* 24036 */   color: var(--td_theme_color, #4db2ec);
/* 24037 */ }
/* 24038 */ .td-pulldown-syle-2 .td-subcat-dropdown .td-subcat-more {
/* 24039 */   margin-left: 9px;
/* 24040 */   margin-bottom: 8px;
/* 24041 */ }
/* 24042 */ .td-pulldown-syle-2 .td-subcat-list .td-subcat-item {
/* 24043 */   margin-left: 24px;
/* 24044 */ }
/* 24045 */ .td-pulldown-syle-3 {
/* 24046 */   top: 0;
/* 24047 */ }
/* 24048 */ .td-pulldown-syle-3 .td-subcat-dropdown ul {
/* 24049 */   padding: 15px 0;
/* 24050 */   margin-top: -1px;

/* td_standard_pack_main.css */

/* 24051 */   border-width: 1px;
/* 24052 */ }
/* 24053 */ .td-pulldown-syle-3 .td-subcat-dropdown a {
/* 24054 */   padding-left: 40px;
/* 24055 */   padding-right: 31px;
/* 24056 */ }
/* 24057 */ .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more {
/* 24058 */   background-color: transparent !important;
/* 24059 */ }
/* 24060 */ .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
/* 24061 */ .td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i {
/* 24062 */   color: var(--td_theme_color, #4db2ec);
/* 24063 */ }
/* 24064 */ .td-pulldown-syle-3 .td-subcat-dropdown .td-subcat-more {
/* 24065 */   margin-left: 9px;
/* 24066 */   margin-bottom: 8px;
/* 24067 */ }
/* 24068 */ .td-pulldown-syle-3 .td-subcat-list .td-subcat-item {
/* 24069 */   margin-left: 24px;
/* 24070 */ }
/* 24071 */ /*
/* 24072 *|
/* 24073 *|     Footer style
/* 24074 *|
/* 24075 *| */
/* 24076 */ .td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter {
/* 24077 */   background-color: #222;
/* 24078 */   color: #fff;
/* 24079 */ }
/* 24080 */ .td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter i {
/* 24081 */   color: #fff;
/* 24082 */ }
/* 24083 */ .td-footer-wrapper div .td_block_template_2 .td-block-title > * {
/* 24084 */   color: #fff;
/* 24085 */ }
/* 24086 */ .td-footer-wrapper div .td_block_template_3 .td-block-title > * {
/* 24087 */   background-color: #000;
/* 24088 */   color: #fff;
/* 24089 */ }
/* 24090 */ .td-footer-wrapper div .td_block_template_4 .td-block-title > * {
/* 24091 */   background-color: #000;
/* 24092 */   color: #fff;
/* 24093 */ }
/* 24094 */ .td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
/* 24095 */   border-color: #000 transparent transparent transparent;
/* 24096 */ }
/* 24097 */ .td-footer-wrapper div .td_block_template_5 .td-block-title > * {
/* 24098 */   color: #fff;
/* 24099 */ }
/* 24100 */ .td-footer-wrapper div .td_block_template_6 .td-block-title:before {

/* td_standard_pack_main.css */

/* 24101 */   font-size: 6px;
/* 24102 */   color: #fff;
/* 24103 */ }
/* 24104 */ .td-footer-wrapper div .td_block_template_6 .td-block-title > * {
/* 24105 */   color: #fff;
/* 24106 */ }
/* 24107 */ .td-footer-wrapper div .td_block_template_7 .td-block-title {
/* 24108 */   background-color: transparent;
/* 24109 */ }
/* 24110 */ .td-footer-wrapper div .td_block_template_7 .td-block-title > * {
/* 24111 */   color: #fff;
/* 24112 */   background-color: #222;
/* 24113 */ }
/* 24114 */ .td-footer-wrapper div .td_block_template_8 .td-block-title > * {
/* 24115 */   color: #fff;
/* 24116 */ }
/* 24117 */ .td-footer-wrapper div .td_block_template_8 .td-block-title > *:before,
/* 24118 */ .td-footer-wrapper div .td_block_template_8 .td-block-title > *:after {
/* 24119 */   background-color: #333;
/* 24120 */ }
/* 24121 */ .td-footer-wrapper div .td_block_template_9 .td-block-title > * {
/* 24122 */   color: #fff;
/* 24123 */ }
/* 24124 */ .td-footer-wrapper div .td_block_template_9 .td-block-title:before {
/* 24125 */   background-color: #333;
/* 24126 */ }
/* 24127 */ .td-footer-wrapper div .td_block_template_10 .td-block-title > * {
/* 24128 */   color: #fff;
/* 24129 */ }
/* 24130 */ .td-footer-wrapper div .td_block_template_10 .td-block-title:before {
/* 24131 */   background-color: #333;
/* 24132 */ }
/* 24133 */ .td-footer-wrapper div .td_block_template_11 .td-block-title > * {
/* 24134 */   color: #fff;
/* 24135 */ }
/* 24136 */ .td-footer-wrapper div .td_block_template_11 .td-block-title:before,
/* 24137 */ .td-footer-wrapper div .td_block_template_11 .td-block-title:after {
/* 24138 */   background-color: #333;
/* 24139 */ }
/* 24140 */ .td-footer-wrapper div .td_block_template_12 .td-block-title > * {
/* 24141 */   color: #fff;
/* 24142 */ }
/* 24143 */ .td-footer-wrapper div .td_block_template_12 .td-pulldown-category {
/* 24144 */   color: #999;
/* 24145 */ }
/* 24146 */ .td-footer-wrapper div .td_block_template_13 .td-block-title > a,
/* 24147 */ .td-footer-wrapper div .td_block_template_13 .td-block-title > span {
/* 24148 */   color: #fff;
/* 24149 */ }
/* 24150 */ .td-footer-wrapper div .td_block_template_13 .td-block-subtitle {

/* td_standard_pack_main.css */

/* 24151 */   opacity: 0.1;
/* 24152 */ }
/* 24153 */ .td-footer-wrapper div .td_block_template_13 .td-pulldown-category {
/* 24154 */   color: #999;
/* 24155 */ }
/* 24156 */ .td-footer-wrapper div .td_block_template_15 .td-block-title {
/* 24157 */   background-color: transparent;
/* 24158 */ }
/* 24159 */ .td-footer-wrapper div .td_block_template_15 .td-block-title > * {
/* 24160 */   color: #fff;
/* 24161 */ }
/* 24162 */ .td-footer-wrapper div .td_block_template_15 .td-block-title:after {
/* 24163 */   border-color: #333;
/* 24164 */ }
/* 24165 */ .td-footer-wrapper div .td_block_template_16 .td-block-title > * {
/* 24166 */   color: #fff;
/* 24167 */ }
/* 24168 */ .td-footer-wrapper div .td_block_template_16 .td-block-title:before,
/* 24169 */ .td-footer-wrapper div .td_block_template_16 .td-block-title:after {
/* 24170 */   background-color: #333;
/* 24171 */ }
/* 24172 */ .td-footer-wrapper div .td_block_template_17 .td-block-title {
/* 24173 */   border-color: #333;
/* 24174 */   background-color: #222;
/* 24175 */ }
/* 24176 */ .td-footer-wrapper div .td_block_template_17 .td-block-title > * {
/* 24177 */   color: #fff;
/* 24178 */ }
/* 24179 */ .td-footer-wrapper div .td_block_template_17 .td-block-title:before {
/* 24180 */   border-color: #333;
/* 24181 */   background-color: #333;
/* 24182 */ }
/* 24183 */ .td-footer-wrapper div .td_block_template_17 .td-block-title:after {
/* 24184 */   border-color: #333 transparent transparent transparent;
/* 24185 */ }
/* 24186 */ .td_block_template_18 {
/* 24187 */   padding-top: 20px;
/* 24188 */ }
/* 24189 */ .td_block_template_18.td_block_mega_menu {
/* 24190 */   padding-top: 0;
/* 24191 */ }
/* 24192 */ .td_block_template_18 .td-block-title {
/* 24193 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 24194 */   font-size: 55px;
/* 24195 */   font-weight: bold;
/* 24196 */   letter-spacing: -4px;
/* 24197 */   line-height: 1;
/* 24198 */   text-align: center;
/* 24199 */   overflow: hidden;
/* 24200 */   margin-bottom: 25px;

/* td_standard_pack_main.css */

/* 24201 */   text-transform: lowercase;
/* 24202 */   margin-top: 0;
/* 24203 */   /* responsive portrait tablet */
/* 24204 */   /* responsive portrait phone */
/* 24205 */ }
/* 24206 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 24207 */   .td_block_template_18 .td-block-title {
/* 24208 */     font-size: 35px;
/* 24209 */     margin-bottom: 18px;
/* 24210 */   }
/* 24211 */ }
/* 24212 */ @media (max-width: 767px) {
/* 24213 */   .td_block_template_18 .td-block-title {
/* 24214 */     font-size: 45px;
/* 24215 */     margin-bottom: 18px;
/* 24216 */   }
/* 24217 */ }
/* 24218 */ .td_block_template_18 .td-block-title > span,
/* 24219 */ .td_block_template_18 .td-block-title > a {
/* 24220 */   padding: 0 20px 10px;
/* 24221 */   display: inline-block;
/* 24222 */   background: #06d3d5;
/* 24223 */   background: -moz-linear-gradient(-68deg, #06d3d5 30%, #2a81cb 80%);
/* 24224 */   background: -webkit-linear-gradient(-68deg, #06d3d5 30%, #2a81cb 80%);
/* 24225 */   background: linear-gradient(156deg, #06d3d5 30%, #2a81cb 80%);
/* 24226 */   color: #fff;
/* 24227 */   -webkit-background-clip: text !important;
/* 24228 */   -webkit-text-fill-color: transparent;
/* 24229 */   /* responsive portrait tablet */
/* 24230 */   /* responsive portrait phone */
/* 24231 */ }
/* 24232 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 24233 */   .td_block_template_18 .td-block-title > span,
/* 24234 */   .td_block_template_18 .td-block-title > a {
/* 24235 */     padding: 0 20px 4px;
/* 24236 */   }
/* 24237 */ }
/* 24238 */ @media (max-width: 767px) {
/* 24239 */   .td_block_template_18 .td-block-title > span,
/* 24240 */   .td_block_template_18 .td-block-title > a {
/* 24241 */     padding: 0 10px;
/* 24242 */   }
/* 24243 */ }
/* 24244 */ .td_block_template_18 .td-block-title .td-block-speech-bubble {
/* 24245 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif) !important;
/* 24246 */   font-size: 12px !important;
/* 24247 */   font-weight: 600;
/* 24248 */   line-height: 1;
/* 24249 */   letter-spacing: -0.6px !important;
/* 24250 */   padding: 4px 8px;

/* td_standard_pack_main.css */

/* 24251 */   background-color: #2a81cb;
/* 24252 */   color: #fff;
/* 24253 */   -webkit-text-fill-color: #fff;
/* 24254 */   position: absolute;
/* 24255 */   border-radius: 3px 3px 3px 0;
/* 24256 */   margin-left: 6px;
/* 24257 */   top: -4px;
/* 24258 */   text-transform: uppercase;
/* 24259 */   /* responsive portrait tablet */
/* 24260 */   /* responsive portrait phone */
/* 24261 */ }
/* 24262 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 24263 */   .td_block_template_18 .td-block-title .td-block-speech-bubble {
/* 24264 */     font-size: 10px;
/* 24265 */     padding: 3px 6px;
/* 24266 */     border-radius: 2px 2px 2px 0;
/* 24267 */     top: 0;
/* 24268 */   }
/* 24269 */ }
/* 24270 */ @media (max-width: 767px) {
/* 24271 */   .td_block_template_18 .td-block-title .td-block-speech-bubble {
/* 24272 */     font-size: 10px;
/* 24273 */     padding: 3px 6px;
/* 24274 */     border-radius: 2px 2px 2px 0;
/* 24275 */     top: 0;
/* 24276 */   }
/* 24277 */ }
/* 24278 */ .td_block_template_18 .td-block-title .td-block-speech-bubble:before {
/* 24279 */   content: '';
/* 24280 */   position: absolute;
/* 24281 */   top: 100%;
/* 24282 */   left: 0;
/* 24283 */   width: 0;
/* 24284 */   height: 0;
/* 24285 */   border-style: solid;
/* 24286 */   border-width: 6px 6px 0 0;
/* 24287 */   border-color: #2a81cb transparent transparent transparent;
/* 24288 */ }
/* 24289 */ .td_block_template_18 .td-block-title .td-block-subtitle {
/* 24290 */   display: table;
/* 24291 */   font-family: var(--td_default_google_font_1, 'Open Sans', 'Open Sans Regular', sans-serif);
/* 24292 */   font-size: 15px;
/* 24293 */   line-height: 1;
/* 24294 */   font-style: italic;
/* 24295 */   font-weight: normal;
/* 24296 */   letter-spacing: normal;
/* 24297 */   color: #808080;
/* 24298 */   position: relative;
/* 24299 */   margin: 2px auto;
/* 24300 */   text-transform: none;

/* td_standard_pack_main.css */

/* 24301 */   max-width: 80%;
/* 24302 */   /* responsive portrait tablet + phone */
/* 24303 */ }
/* 24304 */ @media (max-width: 1018px) {
/* 24305 */   .td_block_template_18 .td-block-title .td-block-subtitle {
/* 24306 */     font-size: 13px;
/* 24307 */   }
/* 24308 */ }
/* 24309 */ .td_block_template_18 .td-block-title .td-block-subtitle:before,
/* 24310 */ .td_block_template_18 .td-block-title .td-block-subtitle:after {
/* 24311 */   content: '';
/* 24312 */   position: absolute;
/* 24313 */   height: 1px;
/* 24314 */   width: 1500px;
/* 24315 */   top: 3px;
/* 24316 */   bottom: 0;
/* 24317 */   background-color: #e3e3e3;
/* 24318 */ }
/* 24319 */ .td_block_template_18 .td-block-title .td-block-subtitle:before {
/* 24320 */   left: 100%;
/* 24321 */   margin: auto 0 auto 20px;
/* 24322 */   /* responsive portrait tablet */
/* 24323 */   /* responsive portrait phone */
/* 24324 */ }
/* 24325 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 24326 */   .td_block_template_18 .td-block-title .td-block-subtitle:before {
/* 24327 */     margin: auto 0 auto 15px;
/* 24328 */   }
/* 24329 */ }
/* 24330 */ @media (max-width: 767px) {
/* 24331 */   .td_block_template_18 .td-block-title .td-block-subtitle:before {
/* 24332 */     margin: auto 0 auto 10px;
/* 24333 */   }
/* 24334 */ }
/* 24335 */ .td_block_template_18 .td-block-title .td-block-subtitle:after {
/* 24336 */   right: 100%;
/* 24337 */   margin: auto 20px auto 0;
/* 24338 */   /* responsive portrait tablet */
/* 24339 */   /* responsive portrait phone */
/* 24340 */ }
/* 24341 */ @media (min-width: 768px) and (max-width: 1018px) {
/* 24342 */   .td_block_template_18 .td-block-title .td-block-subtitle:after {
/* 24343 */     margin: auto 15px auto 0;
/* 24344 */   }
/* 24345 */ }
/* 24346 */ @media (max-width: 767px) {
/* 24347 */   .td_block_template_18 .td-block-title .td-block-subtitle:after {
/* 24348 */     margin: auto 10px auto 0;
/* 24349 */   }
/* 24350 */ }

/* td_standard_pack_main.css */

/* 24351 */ .td_block_template_18 .td-pulldown-filter-display-option:before {
/* 24352 */   display: none;
/* 24353 */ }
/* 24354 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* tdb_main.css */

/* 1    */ /*  ----------------------------------------------------------------------------
/* 2    *|     responsive settings
/* 3    *| */
/* 4    */ /* responsive landscape tablet */
/* 5    */ /* responsive portrait tablet */
/* 6    */ /* responsive portrait phone */
/* 7    */ .tdb-s-page-sec-header {
/* 8    */   margin-bottom: 35px;
/* 9    */ }
/* 10   */ body .tdb-spsh-title {
/* 11   */   margin: 0;
/* 12   */   font-family: inherit;
/* 13   */   font-size: 1.429em;
/* 14   */   font-weight: 500;
/* 15   */   line-height: 1.2;
/* 16   */   color: #1d2327;
/* 17   */ }
/* 18   */ .tdb-s-btn {
/* 19   */   display: inline-flex;
/* 20   */   align-items: center;
/* 21   */   justify-content: center;
/* 22   */   position: relative;
/* 23   */   background-color: #0489FC;
/* 24   */   min-width: 100px;
/* 25   */   padding: 14px 24px 16px;
/* 26   */   font-size: 1em;
/* 27   */   line-height: 1;
/* 28   */   font-weight: 600;
/* 29   */   text-align: center;
/* 30   */   text-decoration: none;
/* 31   */   color: #fff;
/* 32   */   border: 0;
/* 33   */   border-radius: 5px;
/* 34   */   outline: 3px solid transparent;
/* 35   */   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;
/* 36   */   -webkit-appearance: none;
/* 37   */   cursor: pointer;
/* 38   */ }
/* 39   */ .tdb-s-btn svg {
/* 40   */   position: relative;
/* 41   */   width: .9em;
/* 42   */   height: auto;
/* 43   */   margin-right: .5em;
/* 44   */ }
/* 45   */ .tdb-s-btn:hover,
/* 46   */ .tdb-s-btn:active {
/* 47   */   background-color: #152BF7;
/* 48   */ }
/* 49   */ .tdb-s-btn:active:not(:disabled) {
/* 50   */   outline-color: rgba(21, 43, 247, 0.2);

/* tdb_main.css */

/* 51   */ }
/* 52   */ .tdb-s-btn:disabled {
/* 53   */   background-color: #9ACFFD;
/* 54   */   pointer-events: none;
/* 55   */ }
/* 56   */ .tdb-s-btn.tdb-s-btn-saving:after {
/* 57   */   content: '';
/* 58   */   position: relative;
/* 59   */   width: 12px;
/* 60   */   height: 12px;
/* 61   */   margin-left: 15px;
/* 62   */   border: 1px solid #fff;
/* 63   */   border-left-color: transparent;
/* 64   */   border-right-color: transparent;
/* 65   */   border-radius: 50%;
/* 66   */   -webkit-animation: fullspin 1s infinite ease-out;
/* 67   */   animation: fullspin 1s infinite ease-out;
/* 68   */   z-index: 2;
/* 69   */   transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
/* 70   */ }
/* 71   */ .tdb-s-btn.tdb-s-btn-saved {
/* 72   */   background-color: #9ACFFD;
/* 73   */   pointer-events: none;
/* 74   */ }
/* 75   */ .tdb-s-btn.tdb-s-btn-saved:after {
/* 76   */   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>');
/* 77   */   width: 14px;
/* 78   */   height: auto;
/* 79   */   border: 0;
/* 80   */   -webkit-animation: none;
/* 81   */   animation: none;
/* 82   */ }
/* 83   */ .tdb-s-btn-sm {
/* 84   */   min-width: 76px;
/* 85   */   padding: 10px 19px 12px;
/* 86   */   font-size: .929em;
/* 87   */ }
/* 88   */ .tdb-s-btn-sm svg {
/* 89   */   top: 1px;
/* 90   */ }
/* 91   */ .tdb-s-btn-sm.tdb-s-btn-saving:after {
/* 92   */   width: 11px;
/* 93   */   height: 11px;
/* 94   */   margin-left: 13px;
/* 95   */ }
/* 96   */ .tdb-s-btn-sm.tdb-s-btn-saving:not(.tdb-s-btn-saved):after {
/* 97   */   top: 1px;
/* 98   */ }
/* 99   */ .tdb-s-btn-sm.tdb-s-btn-saved:after {
/* 100  */   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>');

/* tdb_main.css */

/* 101  */   top: -2px;
/* 102  */ }
/* 103  */ .tdb-s-btn-sm.tdb-s-btn-hollow {
/* 104  */   min-width: 72px;
/* 105  */   padding: 8px 17px 10px;
/* 106  */ }
/* 107  */ .tdb-s-btn-sm.tdb-s-btn-hollow.tdb-s-btn-saved:after {
/* 108  */   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>');
/* 109  */ }
/* 110  */ .tdb-s-btn-red {
/* 111  */   background-color: #FF3838;
/* 112  */ }
/* 113  */ .tdb-s-btn-red:hover,
/* 114  */ .tdb-s-btn-red:active {
/* 115  */   background-color: #E20000;
/* 116  */ }
/* 117  */ .tdb-s-btn-red:active:not(:disabled) {
/* 118  */   outline-color: rgba(226, 0, 0, 0.15);
/* 119  */ }
/* 120  */ .tdb-s-btn-red:disabled {
/* 121  */   background-color: #FFA4A4;
/* 122  */ }
/* 123  */ .tdb-s-btn-red.tdb-s-btn-saved {
/* 124  */   background-color: #FFA4A4;
/* 125  */ }
/* 126  */ .tdb-s-btn-hollow {
/* 127  */   min-width: 96px;
/* 128  */   padding: 12px 22px 14px;
/* 129  */   background-color: transparent;
/* 130  */   color: #444;
/* 131  */   border: 2px solid #A8AAB8;
/* 132  */ }
/* 133  */ .tdb-s-btn-hollow:hover,
/* 134  */ .tdb-s-btn-hollow:active {
/* 135  */   background-color: transparent;
/* 136  */   color: #0489FC;
/* 137  */   border-color: #0489FC;
/* 138  */ }
/* 139  */ .tdb-s-btn-hollow:active:not(:disabled) {
/* 140  */   outline-color: rgba(4, 137, 252, 0.2);
/* 141  */ }
/* 142  */ .tdb-s-btn-hollow:disabled {
/* 143  */   background-color: transparent;
/* 144  */   color: #B3B3B3;
/* 145  */   border-color: #D3D4DB;
/* 146  */ }
/* 147  */ .tdb-s-btn-hollow.tdb-s-btn-saving:after {
/* 148  */   border-top-color: #444;
/* 149  */   border-bottom-color: #444;
/* 150  */ }

/* tdb_main.css */

/* 151  */ .tdb-s-btn-hollow.tdb-s-btn-saving:hover:after {
/* 152  */   border-top-color: #0489FC;
/* 153  */   border-bottom-color: #0489FC;
/* 154  */ }
/* 155  */ .tdb-s-btn-hollow.tdb-s-btn-saved {
/* 156  */   background-color: transparent;
/* 157  */   color: #B3B3B3;
/* 158  */ }
/* 159  */ .tdb-s-btn-hollow.tdb-s-btn-saved:after {
/* 160  */   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>');
/* 161  */ }
/* 162  */ .tdb-s-btn-simple {
/* 163  */   padding: 0;
/* 164  */   background-color: transparent;
/* 165  */   min-width: 0;
/* 166  */   color: #0489FC;
/* 167  */   border-radius: 0;
/* 168  */   outline: none;
/* 169  */ }
/* 170  */ .tdb-s-btn-simple:hover,
/* 171  */ .tdb-s-btn-simple:active {
/* 172  */   color: #152BF7;
/* 173  */   background-color: transparent;
/* 174  */ }
/* 175  */ .tdb-s-btn-simple:disabled {
/* 176  */   background-color: transparent;
/* 177  */   color: #9ACFFD;
/* 178  */ }
/* 179  */ .tdb-s-btn-simple.tdb-s-btn-saving:after {
/* 180  */   margin-left: 10px;
/* 181  */   border: 1px solid #0489FC;
/* 182  */   border-left-color: transparent;
/* 183  */   border-right-color: transparent;
/* 184  */ }
/* 185  */ .tdb-s-btn-simple.tdb-s-btn-saved {
/* 186  */   background-color: transparent;
/* 187  */   color: #9ACFFD;
/* 188  */ }
/* 189  */ .tdb-s-btn-simple.tdb-s-btn-saved:after {
/* 190  */   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>');
/* 191  */ }
/* 192  */ body div .tdb-s-fc-inner {
/* 193  */   position: relative;
/* 194  */   display: flex;
/* 195  */   flex-wrap: wrap;
/* 196  */   margin: 0 -13px;
/* 197  */ }
/* 198  */ body div .tdb-s-fc-inner:not(:last-child) {
/* 199  */   margin-bottom: 28px;
/* 200  */ }

/* tdb_main.css */

/* 201  */ body div .tdb-s-fc-inner:not(:last-child):after {
/* 202  */   content: '';
/* 203  */   display: block;
/* 204  */   margin: 28px 13px 0;
/* 205  */   width: 100%;
/* 206  */   height: 1px;
/* 207  */   background-color: #efefef;
/* 208  */ }
/* 209  */ body div .tdb-s-fc-inner .tdb-s-notif {
/* 210  */   width: 100%;
/* 211  */   margin-left: 13px;
/* 212  */   margin-right: 13px;
/* 213  */ }
/* 214  */ body div .tdb-s-fc-inner-title {
/* 215  */   display: flex;
/* 216  */   width: 100%;
/* 217  */   margin: 0 0 20px;
/* 218  */   padding: 0 13px;
/* 219  */   font-size: .929em;
/* 220  */   font-weight: 500;
/* 221  */   line-height: 1.2;
/* 222  */   color: #1d2327;
/* 223  */ }
/* 224  */ body div .tdb-s-fc-inner-title span {
/* 225  */   background-color: #f1f1f1;
/* 226  */   border-radius: 3px;
/* 227  */   padding: 4px 7px 6px;
/* 228  */ }
/* 229  */ body div .tdb-s-form-label {
/* 230  */   position: relative;
/* 231  */   display: block;
/* 232  */   margin-bottom: 8px;
/* 233  */   font-size: .929em;
/* 234  */   line-height: 1;
/* 235  */   font-weight: 600;
/* 236  */   color: #666;
/* 237  */ }
/* 238  */ body div .tdb-s-form-label-required {
/* 239  */   color: #FF0000;
/* 240  */ }
/* 241  */ body div .tdb-s-form-label-descr {
/* 242  */   display: block;
/* 243  */   width: 100%;
/* 244  */   margin-top: 4px;
/* 245  */   margin-bottom: 10px;
/* 246  */   font-size: .923em;
/* 247  */   line-height: 1.2;
/* 248  */   font-weight: 400;
/* 249  */ }
/* 250  */ body div .tdb-s-form-input {

/* tdb_main.css */

/* 251  */   margin: 0;
/* 252  */   padding: 0 15px 1px;
/* 253  */   width: 100%;
/* 254  */   height: 44px;
/* 255  */   min-height: 44px;
/* 256  */   font-size: 1em;
/* 257  */   line-height: 1.3;
/* 258  */   font-weight: 600;
/* 259  */   color: #444;
/* 260  */   border: 2px solid #D7D8DE;
/* 261  */   border-radius: 5px;
/* 262  */   outline: 3px solid transparent;
/* 263  */   box-shadow: none;
/* 264  */   transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 265  */ }
/* 266  */ body div .tdb-s-form-input:-webkit-autofill,
/* 267  */ body div .tdb-s-form-input:-webkit-autofill:hover,
/* 268  */ body div .tdb-s-form-input:-webkit-autofill:focus,
/* 269  */ body div .tdb-s-form-input:-webkit-autofill:active {
/* 270  */   -webkit-text-fill-color: #444;
/* 271  */   -webkit-box-shadow: 0 0 0 1000px white inset !important;
/* 272  */ }
/* 273  */ body div .tdb-s-form-input::placeholder {
/* 274  */   color: #888;
/* 275  */   transition: color 0.2s ease-in-out;
/* 276  */ }
/* 277  */ body div .tdb-s-form-input::-webkit-input-placeholder {
/* 278  */   color: #888;
/* 279  */   transition: color 0.2s ease-in-out;
/* 280  */ }
/* 281  */ body div .tdb-s-form-input::-moz-placeholder {
/* 282  */   color: #888;
/* 283  */   transition: color 0.2s ease-in-out;
/* 284  */ }
/* 285  */ body div .tdb-s-form-input:-ms-input-placeholder {
/* 286  */   color: #888;
/* 287  */   transition: color 0.2s ease-in-out;
/* 288  */ }
/* 289  */ body div .tdb-s-form-input:-moz-placeholder {
/* 290  */   color: #888;
/* 291  */   transition: color 0.2s ease-in-out;
/* 292  */ }
/* 293  */ body div .tdb-s-form-input:hover {
/* 294  */   color: inherit;
/* 295  */ }
/* 296  */ body div .tdb-s-form-input:focus {
/* 297  */   box-shadow: none;
/* 298  */ }
/* 299  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:focus:not([readonly]) {
/* 300  */   border-color: #0489FC !important;

/* tdb_main.css */

/* 301  */   outline-width: 3px;
/* 302  */   outline-style: solid;
/* 303  */   outline-color: rgba(4, 137, 252, 0.1);
/* 304  */ }
/* 305  */ 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),
/* 306  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled {
/* 307  */   background-color: #fff;
/* 308  */   color: #BEBEBE;
/* 309  */   border-color: #E8E9EC;
/* 310  */   outline: none;
/* 311  */ }
/* 312  */ 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,
/* 313  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::placeholder {
/* 314  */   color: #BEBEBE;
/* 315  */ }
/* 316  */ 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,
/* 317  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-webkit-input-placeholder {
/* 318  */   color: #BEBEBE;
/* 319  */ }
/* 320  */ 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,
/* 321  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-moz-placeholder {
/* 322  */   color: #BEBEBE;
/* 323  */ }
/* 324  */ 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,
/* 325  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-ms-input-placeholder {
/* 326  */   color: #BEBEBE;
/* 327  */ }
/* 328  */ 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,
/* 329  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-moz-placeholder {
/* 330  */   color: #BEBEBE;
/* 331  */ }
/* 332  */ body div textarea.tdb-s-form-input {
/* 333  */   display: block;
/* 334  */   width: 100%;
/* 335  */   min-width: 100%;
/* 336  */   max-width: 100%;
/* 337  */   min-height: 76px;
/* 338  */   padding-top: 8px;
/* 339  */   padding-bottom: 8px;
/* 340  */   line-height: 1.5;
/* 341  */ }
/* 342  */ body div .tdb-s-form-select-wrap {
/* 343  */   position: relative;
/* 344  */ }
/* 345  */ body div .tdb-s-form-select-wrap .tdb-s-form-input {
/* 346  */   max-width: 100%;
/* 347  */   padding-right: 34px;
/* 348  */   background: #fff;
/* 349  */   -webkit-appearance: none;
/* 350  */   cursor: pointer;

/* tdb_main.css */

/* 351  */ }
/* 352  */ body div .tdb-s-form-select-wrap .tdb-s-form-input::-webkit-calendar-picker-indicator {
/* 353  */   opacity: 0;
/* 354  */ }
/* 355  */ body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] {
/* 356  */   padding-top: 8px;
/* 357  */   padding-bottom: 8px;
/* 358  */   padding-right: 15px;
/* 359  */   height: 100px;
/* 360  */   min-height: 100px;
/* 361  */   overflow-y: auto;
/* 362  */ }
/* 363  */ body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] + .tdb-s-form-select-icon {
/* 364  */   display: none;
/* 365  */ }
/* 366  */ body div .tdb-s-form-select-wrap .tdb-s-form-select-icon {
/* 367  */   position: absolute;
/* 368  */   top: 50%;
/* 369  */   right: 15px;
/* 370  */   transform: translateY(-50%);
/* 371  */   pointer-events: none;
/* 372  */   fill: #444;
/* 373  */   transition: fill 0.2s ease-in-out;
/* 374  */ }
/* 375  */ 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,
/* 376  */ 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 {
/* 377  */   fill: #BEBEBE;
/* 378  */ }
/* 379  */ body div .tdb-s-form-select-wrap .select2-hidden-accessible {
/* 380  */   display: none;
/* 381  */ }
/* 382  */ body div .tdb-s-form-select-wrap .select2-selection {
/* 383  */   display: flex;
/* 384  */   align-items: center;
/* 385  */   padding: 5px 15px 6px;
/* 386  */   width: 100%;
/* 387  */   min-height: 44px;
/* 388  */   height: auto;
/* 389  */   font-size: 1em;
/* 390  */   line-height: 1.3;
/* 391  */   font-weight: 600;
/* 392  */   color: #444;
/* 393  */   border: 2px solid #D7D8DE;
/* 394  */   border-radius: 5px;
/* 395  */   outline: 3px solid transparent;
/* 396  */   cursor: pointer;
/* 397  */   transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 398  */ }
/* 399  */ body div .tdb-s-form-group:not(.tdb-s-fg-error) .select2-container--open .select2-selection {
/* 400  */   border-color: #0489FC !important;

/* tdb_main.css */

/* 401  */   outline-width: 3px;
/* 402  */   outline-style: solid;
/* 403  */   outline-color: rgba(4, 137, 252, 0.1);
/* 404  */ }
/* 405  */ body div .tdb-s-fg-error .tdb-s-form-select-wrap .select2-selection {
/* 406  */   border-color: #FF0000 !important;
/* 407  */   outline: 3px solid rgba(255, 0, 0, 0.1);
/* 408  */ }
/* 409  */ body div .tdb-s-form-check input {
/* 410  */   display: none;
/* 411  */ }
/* 412  */ body div .tdb-s-form-check label {
/* 413  */   display: flex;
/* 414  */   align-items: flex-start;
/* 415  */   position: relative;
/* 416  */   top: 1px;
/* 417  */   cursor: pointer;
/* 418  */ }
/* 419  */ body div .tdb-s-form-check .tdb-s-fc-check {
/* 420  */   position: relative;
/* 421  */   margin-right: 10px;
/* 422  */   width: 19px;
/* 423  */   height: 19px;
/* 424  */   background-color: #fff;
/* 425  */   border: 2px solid #D7D8DE;
/* 426  */   outline: 3px solid transparent;
/* 427  */   transition: border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 428  */   cursor: pointer;
/* 429  */ }
/* 430  */ body div .tdb-s-form-check .tdb-s-fc-check:after {
/* 431  */   content: '';
/* 432  */   position: absolute;
/* 433  */   top: 3px;
/* 434  */   left: 3px;
/* 435  */   width: 9px;
/* 436  */   height: 9px;
/* 437  */   background-color: #0489FC;
/* 438  */   opacity: 0;
/* 439  */   transition: opacity 0.2s ease-in-out;
/* 440  */ }
/* 441  */ body div .tdb-s-form-check .tdb-s-fc-title {
/* 442  */   flex: 1;
/* 443  */   font-size: 1em;
/* 444  */   line-height: 1.3;
/* 445  */   font-weight: 600;
/* 446  */   word-break: break-all;
/* 447  */   color: #444;
/* 448  */   cursor: pointer;
/* 449  */ }
/* 450  */ body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check {

/* tdb_main.css */

/* 451  */   border-radius: 5px;
/* 452  */ }
/* 453  */ body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check:after {
/* 454  */   border-radius: 3px;
/* 455  */ }
/* 456  */ body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check,
/* 457  */ body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check:after {
/* 458  */   border-radius: 100%;
/* 459  */ }
/* 460  */ body div .tdb-s-form-check input:checked + .tdb-s-fc-check {
/* 461  */   border-color: #0489FC;
/* 462  */   outline-color: rgba(4, 137, 252, 0.1);
/* 463  */ }
/* 464  */ body div .tdb-s-form-check input:checked + .tdb-s-fc-check:after {
/* 465  */   opacity: 1;
/* 466  */ }
/* 467  */ body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check,
/* 468  */ body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
/* 469  */   pointer-events: none;
/* 470  */ }
/* 471  */ body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check {
/* 472  */   border-color: #E8E9EC;
/* 473  */ }
/* 474  */ body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
/* 475  */   color: #BEBEBE;
/* 476  */ }
/* 477  */ body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check {
/* 478  */   outline-color: rgba(4, 137, 252, 0.08);
/* 479  */ }
/* 480  */ body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check:after {
/* 481  */   background-color: #9ACFFD;
/* 482  */ }
/* 483  */ body div .tdb-s-form-checkboxes-wrap {
/* 484  */   display: flex;
/* 485  */   flex-wrap: wrap;
/* 486  */   margin-left: -13px;
/* 487  */   margin-right: -13px;
/* 488  */ }
/* 489  */ body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check {
/* 490  */   margin-bottom: 7px;
/* 491  */   padding-left: 13px;
/* 492  */   padding-right: 13px;
/* 493  */ }
/* 494  */ body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check:last-child {
/* 495  */   margin-bottom: 0;
/* 496  */ }
/* 497  */ body div .tdb-s-form-btn input {
/* 498  */   display: none;
/* 499  */ }
/* 500  */ body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn {

/* tdb_main.css */

/* 501  */   background-color: #0489FC;
/* 502  */   color: #fff;
/* 503  */   border-color: #0489FC;
/* 504  */ }
/* 505  */ body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:hover,
/* 506  */ body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active {
/* 507  */   background-color: #152BF7;
/* 508  */   border-color: #152BF7;
/* 509  */ }
/* 510  */ body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active:not(:disabled) {
/* 511  */   outline-color: rgba(21, 43, 247, 0.2);
/* 512  */ }
/* 513  */ body div .tdb-s-form-btn .tdb-s-fb-label {
/* 514  */   display: flex;
/* 515  */   cursor: pointer;
/* 516  */ }
/* 517  */ body div .tdb-s-form-btn .tdb-s-fb-btn {
/* 518  */   pointer-events: none;
/* 519  */ }
/* 520  */ body div .tdb-s-form-btns-wrap {
/* 521  */   display: flex;
/* 522  */   flex-wrap: wrap;
/* 523  */   flex-direction: column;
/* 524  */ }
/* 525  */ body div .tdb-s-form-btns-wrap .tdb-s-form-btn {
/* 526  */   margin-bottom: 7px;
/* 527  */ }
/* 528  */ body div .tdb-s-form-btns-wrap .tdb-s-form-btn:last-child {
/* 529  */   margin-bottom: 0;
/* 530  */ }
/* 531  */ body div .tdb-s-form-file {
/* 532  */   display: block;
/* 533  */   position: relative;
/* 534  */ }
/* 535  */ body div .tdb-s-form-file[data-file-type="document"],
/* 536  */ body div .tdb-s-form-file:not([data-file-type="document"]):not(.tdb-s-form-file-previewing) {
/* 537  */   width: 100%;
/* 538  */   padding-bottom: 142px;
/* 539  */ }
/* 540  */ body div .tdb-s-form-file .tdb-s-btn {
/* 541  */   min-width: auto;
/* 542  */   padding: 8px 10px 12px;
/* 543  */ }
/* 544  */ body div .tdb-s-form-file .tdb-s-btn:active:not(:disabled) {
/* 545  */   outline-color: transparent;
/* 546  */ }
/* 547  */ body div .tdb-s-form-file .tdb-s-btn svg {
/* 548  */   margin-right: 0;
/* 549  */   width: 14px;
/* 550  */ }

/* tdb_main.css */

/* 551  */ body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg,
/* 552  */ body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg * {
/* 553  */   fill: #fff;
/* 554  */ }
/* 555  */ body div .tdb-s-form-file-box .tdb-s-btn,
/* 556  */ body div .tdb-s-form-file-preview-image .tdb-s-btn,
/* 557  */ body div .tdb-s-form-file-preview-video .tdb-s-btn {
/* 558  */   position: absolute;
/* 559  */   right: 15px;
/* 560  */ }
/* 561  */ body div .tdb-s-form-file-box .tdb-s-btn,
/* 562  */ body div .tdb-s-form-file-preview-image .tdb-s-btn {
/* 563  */   bottom: 15px;
/* 564  */ }
/* 565  */ body div .tdb-s-form-file-preview-video .tdb-s-btn {
/* 566  */   top: 15px;
/* 567  */ }
/* 568  */ body div .tdb-s-form-file-box {
/* 569  */   display: flex;
/* 570  */   flex-direction: column;
/* 571  */   align-items: center;
/* 572  */   justify-content: center;
/* 573  */   position: absolute;
/* 574  */   top: 0;
/* 575  */   left: 0;
/* 576  */   width: 100%;
/* 577  */   height: 100%;
/* 578  */   padding: 0 15px;
/* 579  */   font-size: 1em;
/* 580  */   line-height: 1.3;
/* 581  */   font-weight: 600;
/* 582  */   color: #444;
/* 583  */   border: 2px solid #D7D8DE;
/* 584  */   border-radius: 5px;
/* 585  */   outline: 3px solid transparent;
/* 586  */   transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 587  */ }
/* 588  */ body div .tdb-s-ffu-ico {
/* 589  */   width: 40px;
/* 590  */   margin-bottom: 10px;
/* 591  */   stroke: #bfbfbf;
/* 592  */   transition: stroke 0.2s ease-in-out;
/* 593  */ }
/* 594  */ body div .tdb-s-ffu-txt {
/* 595  */   text-align: center;
/* 596  */ }
/* 597  */ body div .tdb-s-form-file-preview-image {
/* 598  */   position: relative;
/* 599  */ }
/* 600  */ body div .tdb-s-form-file-preview-image .tdb-s-ffip-img {

/* tdb_main.css */

/* 601  */   padding-bottom: 30%;
/* 602  */   background-color: #eee;
/* 603  */   border-radius: 5px;
/* 604  */   background-size: cover;
/* 605  */   background-position: center;
/* 606  */ }
/* 607  */ body div .tdb-s-form-file-preview-audio {
/* 608  */   display: flex;
/* 609  */   align-items: center;
/* 610  */   min-height: 54px;
/* 611  */ }
/* 612  */ body div .tdb-s-form-file-preview-audio audio {
/* 613  */   flex: 1;
/* 614  */   margin-right: 26px;
/* 615  */ }
/* 616  */ body div .tdb-s-form-file-preview-video {
/* 617  */   min-height: 54px;
/* 618  */ }
/* 619  */ body div .tdb-s-form-file-preview-video video {
/* 620  */   width: 100%;
/* 621  */   border-radius: 5px;
/* 622  */ }
/* 623  */ body div .tdb-s-form-file-upload .tdb-s-ffu-ico {
/* 624  */   pointer-events: none;
/* 625  */ }
/* 626  */ body div .tdb-s-form-file-input {
/* 627  */   position: absolute;
/* 628  */   top: 0;
/* 629  */   left: 0;
/* 630  */   width: 100%;
/* 631  */   height: 100%;
/* 632  */   opacity: 0;
/* 633  */   cursor: pointer;
/* 634  */ }
/* 635  */ body div .tdb-s-form-file-disabled {
/* 636  */   pointer-events: none;
/* 637  */   opacity: .6;
/* 638  */ }
/* 639  */ body div .tdb-s-form-file:hover .tdb-s-form-file-upload,
/* 640  */ body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload {
/* 641  */   border-color: #0489FC;
/* 642  */   outline-color: rgba(4, 137, 252, 0.1);
/* 643  */   color: #0489FC;
/* 644  */ }
/* 645  */ body div .tdb-s-form-file:hover .tdb-s-form-file-upload .tdb-s-ffu-ico,
/* 646  */ body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload .tdb-s-ffu-ico {
/* 647  */   stroke: #0489FC;
/* 648  */ }
/* 649  */ body div .tdb-s-fg-error .tdb-s-form-file .tdb-s-form-file-upload {
/* 650  */   border-color: #FF0000 !important;

/* tdb_main.css */

/* 651  */   outline: 3px solid rgba(255, 0, 0, 0.1);
/* 652  */ }
/* 653  */ body div .tdb-s-form-file-previewing .tdb-s-form-file-upload {
/* 654  */   display: none;
/* 655  */ }
/* 656  */ body div .tdb-s-form-wpeditor {
/* 657  */   border: 2px solid #D7D8DE;
/* 658  */   border-radius: 5px;
/* 659  */   outline: 3px solid transparent;
/* 660  */   transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 661  */ }
/* 662  */ body div .tdb-s-form-wpeditor .mce-panel {
/* 663  */   background-color: transparent;
/* 664  */ }
/* 665  */ body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):focus,
/* 666  */ body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):hover,
/* 667  */ body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox).mce-active,
/* 668  */ body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):active,
/* 669  */ body div .tdb-s-form-wpeditor .qt-dfw:focus,
/* 670  */ body div .tdb-s-form-wpeditor .qt-dfw:hover,
/* 671  */ body div .tdb-s-form-wpeditor .qt-dfw.active,
/* 672  */ body div .tdb-s-form-wpeditor .wp-core-ui .button,
/* 673  */ body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
/* 674  */   background-color: #fff;
/* 675  */   box-shadow: none;
/* 676  */   border-color: #e7e6e6;
/* 677  */ }
/* 678  */ body div .tdb-s-form-wpeditor .wp-core-ui .button,
/* 679  */ body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
/* 680  */   color: #50575e;
/* 681  */ }
/* 682  */ body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
/* 683  */   border-color: #e7e6e6;
/* 684  */   box-shadow: none;
/* 685  */ }
/* 686  */ body div .tdb-s-form-wpeditor .wp-editor-tools {
/* 687  */   display: flex;
/* 688  */   align-items: center;
/* 689  */   background-color: #f5f5f5;
/* 690  */   margin: 6px 6px 0;
/* 691  */   padding: 7px 9px 4px;
/* 692  */   border-radius: 4px 4px 0 0;
/* 693  */ }
/* 694  */ body div .tdb-s-form-wpeditor .wp-editor-tabs {
/* 695  */   display: flex;
/* 696  */   align-items: center;
/* 697  */   margin-left: auto;
/* 698  */ }
/* 699  */ body div .tdb-s-form-wpeditor .wp-switch-editor {
/* 700  */   margin: 0;

/* tdb_main.css */

/* 701  */   padding: 1px 7px 2px;
/* 702  */   background-color: transparent;
/* 703  */   text-transform: uppercase;
/* 704  */   font-size: 11px;
/* 705  */   line-height: 1;
/* 706  */   font-weight: 500;
/* 707  */   border-width: 1px;
/* 708  */   border-color: transparent;
/* 709  */   border-radius: 4px;
/* 710  */ }
/* 711  */ body div .tdb-s-form-wpeditor .switch-tmce {
/* 712  */   margin-right: 3px;
/* 713  */ }
/* 714  */ body div .tdb-s-form-wpeditor .wp-switch-editor:hover,
/* 715  */ body div .tdb-s-form-wpeditor .html-active .switch-html,
/* 716  */ body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
/* 717  */   border-color: #e7e6e6;
/* 718  */ }
/* 719  */ body div .tdb-s-form-wpeditor .html-active .switch-html,
/* 720  */ body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
/* 721  */   background-color: #fff;
/* 722  */ }
/* 723  */ body div .tdb-s-form-wpeditor .wp-editor-container {
/* 724  */   border: 0;
/* 725  */ }
/* 726  */ body div .tdb-s-form-wpeditor .wp-editor-container {
/* 727  */   width: calc(100% - 12px) !important;
/* 728  */   margin: 0 6px 6px;
/* 729  */ }
/* 730  */ body div .tdb-s-form-wpeditor .mce-tinymce {
/* 731  */   border: 0 !important;
/* 732  */ }
/* 733  */ body div .tdb-s-form-wpeditor .mce-top-part:before {
/* 734  */   display: none;
/* 735  */ }
/* 736  */ body div .tdb-s-form-wpeditor .quicktags-toolbar {
/* 737  */   padding: 5px 7px;
/* 738  */   border-bottom: 0;
/* 739  */ }
/* 740  */ body div .tdb-s-form-wpeditor .mce-toolbar-grp {
/* 741  */   background-color: #f5f5f5;
/* 742  */   border-bottom: 0;
/* 743  */   border-radius: 0 0 4px 4px;
/* 744  */ }
/* 745  */ body div .tdb-s-form-wpeditor .mce-toolbar-grp > div {
/* 746  */   padding: 5px 7px;
/* 747  */ }
/* 748  */ body div .tdb-s-form-wpeditor .mce-statusbar {
/* 749  */   border-top: none;
/* 750  */ }

/* tdb_main.css */

/* 751  */ body div .tdb-s-form-wpeditor-disabled {
/* 752  */   pointer-events: none;
/* 753  */   opacity: .6;
/* 754  */ }
/* 755  */ body div .tdb-s-fg-error .tdb-s-form-wpeditor {
/* 756  */   border-color: #FF0000 !important;
/* 757  */   outline: 3px solid rgba(255, 0, 0, 0.1);
/* 758  */ }
/* 759  */ body div .tdb-s-form-datepicker:focus {
/* 760  */   border-color: #0489FC !important;
/* 761  */   outline-width: 3px;
/* 762  */   outline-style: solid;
/* 763  */   outline-color: rgba(4, 137, 252, 0.1);
/* 764  */ }
/* 765  */ body div .tdb-s-form-group {
/* 766  */   position: relative;
/* 767  */   width: 100%;
/* 768  */   padding: 0 13px;
/* 769  */ }
/* 770  */ body div .tdb-s-form-group:not(:last-child) {
/* 771  */   margin-bottom: 28px;
/* 772  */ }
/* 773  */ body div .tdb-s-form-group-sm .tdb-s-form-label {
/* 774  */   font-size: .857em;
/* 775  */   margin-bottom: 6px;
/* 776  */ }
/* 777  */ body div .tdb-s-form-group-sm .tdb-s-form-input {
/* 778  */   padding: 0 10px 2px;
/* 779  */   height: 36px;
/* 780  */   min-height: 36px;
/* 781  */   font-size: .929em;
/* 782  */ }
/* 783  */ body div .tdb-s-form-group-sm textarea.tdb-s-form-input {
/* 784  */   min-height: 76px;
/* 785  */   padding-top: 6px;
/* 786  */   padding-bottom: 6px;
/* 787  */   line-height: 1.5;
/* 788  */ }
/* 789  */ body div .tdb-s-form-group-sm .tdb-s-form-select-wrap .select2-selection {
/* 790  */   height: 36px;
/* 791  */   font-size: .929em;
/* 792  */ }
/* 793  */ body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check {
/* 794  */   width: 17px;
/* 795  */   height: 17px;
/* 796  */ }
/* 797  */ body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check:after {
/* 798  */   top: 2px;
/* 799  */   left: 2px;
/* 800  */ }

/* tdb_main.css */

/* 801  */ body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-title {
/* 802  */   font-size: 13px;
/* 803  */   line-height: 1.2;
/* 804  */ }
/* 805  */ body div .tdb-s-fg-error .tdb-s-form-input,
/* 806  */ body div .tdb-s-fg-error .tdb-s-form-input:focus:not([readonly]) {
/* 807  */   border-color: #FF0000 !important;
/* 808  */   outline: 3px solid rgba(255, 0, 0, 0.1);
/* 809  */ }
/* 810  */ body div .tdb-s-fg-error-msg {
/* 811  */   position: absolute;
/* 812  */   top: calc(100% + 3px);
/* 813  */   left: 0;
/* 814  */   width: 100%;
/* 815  */   padding: 0 13px;
/* 816  */   font-size: .786em;
/* 817  */   line-height: 1.3;
/* 818  */   color: #FF3838;
/* 819  */ }
/* 820  */ body div .tdb-s-form-content .tdb-s-notif {
/* 821  */   margin-top: 32px;
/* 822  */ }
/* 823  */ body div .tdb-s-form-footer {
/* 824  */   display: flex;
/* 825  */   align-items: center;
/* 826  */   margin-top: 40px;
/* 827  */ }
/* 828  */ body div .tdb-s-form-footer .tdb-s-btn {
/* 829  */   margin-right: 26px;
/* 830  */ }
/* 831  */ body div .tdb-s-form-footer .tdb-s-btn:last-of-type {
/* 832  */   margin-right: 0;
/* 833  */ }
/* 834  */ body > .select2-container,
/* 835  */ body .tdb-s-select2.select2-dropdown,
/* 836  */ body .tdb-s-select2 .select2-search,
/* 837  */ body .tdb-s-select2 .select2-results {
/* 838  */   display: block;
/* 839  */ }
/* 840  */ body > .select2-container {
/* 841  */   z-index: 10005;
/* 842  */ }
/* 843  */ body.admin-bar .tdb-s-select2.select2-dropdown {
/* 844  */   margin-top: 36px;
/* 845  */ }
/* 846  */ body .tdb-s-select2.select2-dropdown {
/* 847  */   margin-top: 4px;
/* 848  */   background-color: #fff;
/* 849  */   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
/* 850  */   font-size: 14px;

/* tdb_main.css */

/* 851  */   border: 2px solid #D7D8DE;
/* 852  */   border-radius: 5px;
/* 853  */   outline-width: 3px;
/* 854  */   outline-style: solid;
/* 855  */   outline-color: rgba(215, 216, 222, 0.18);
/* 856  */ }
/* 857  */ body .tdb-s-select2 .select2-search {
/* 858  */   padding: 6px;
/* 859  */ }
/* 860  */ body .tdb-s-select2 .select2-search__field {
/* 861  */   padding: 0 10px 2px;
/* 862  */   width: 100%;
/* 863  */   height: 36px;
/* 864  */   min-height: 36px;
/* 865  */   font-size: .929em;
/* 866  */   line-height: 1.3;
/* 867  */   font-weight: 600;
/* 868  */   color: #444;
/* 869  */   border: 2px solid #D7D8DE;
/* 870  */   border-radius: 5px;
/* 871  */   outline: 3px solid transparent;
/* 872  */   box-shadow: none;
/* 873  */   transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
/* 874  */   -moz-box-sizing: content-box;
/* 875  */   -webkit-box-sizing: content-box;
/* 876  */   box-sizing: border-box;
/* 877  */ }
/* 878  */ body .tdb-s-select2 .select2-results__options {
/* 879  */   list-style-type: none;
/* 880  */   margin: 0;
/* 881  */   padding: 0 0 4px;
/* 882  */   max-height: 277px;
/* 883  */   font-size: .929em;
/* 884  */   font-weight: 600;
/* 885  */   color: #444;
/* 886  */   overflow-y: auto;
/* 887  */ }
/* 888  */ body .tdb-s-select2 .select2-results__options li {
/* 889  */   margin: 0;
/* 890  */   padding: 2px 10px 4px;
/* 891  */   cursor: pointer;
/* 892  */ }
/* 893  */ body .tdb-s-select2 .select2-results__options li:hover {
/* 894  */   background-color: #F8F8F8;
/* 895  */ }
/* 896  */ body .tdb-s-datepicker-control {
/* 897  */   padding: 14px;
/* 898  */   width: 279px;
/* 899  */   background-color: #fff;
/* 900  */   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

/* tdb_main.css */

/* 901  */   font-size: 11px;
/* 902  */   color: #444;
/* 903  */   line-height: 1;
/* 904  */   font-weight: 600;
/* 905  */   border: 2px solid #D7D8DE;
/* 906  */   border-radius: 5px;
/* 907  */   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
/* 908  */ }
/* 909  */ body .tdb-s-datepicker-control:before,
/* 910  */ body .tdb-s-datepicker-control:after {
/* 911  */   display: none;
/* 912  */ }
/* 913  */ body .tdb-s-datepicker-control select,
/* 914  */ body .tdb-s-datepicker-control input {
/* 915  */   padding: 0 17px 1px 8px !important;
/* 916  */   min-height: 29px;
/* 917  */   background-color: #fff;
/* 918  */   font-size: inherit !important;
/* 919  */   font-weight: inherit !important;
/* 920  */   color: inherit !important;
/* 921  */   border: 2px solid rgba(215, 216, 222, 0.5) !important;
/* 922  */   border-radius: 5px !important;
/* 923  */   outline: 3px solid transparent !important;
/* 924  */   transition: border-color 0.2s ease-in-out, outline 0.2s ease-in-out;
/* 925  */   -webkit-appearance: none !important;
/* 926  */ }
/* 927  */ body .tdb-s-datepicker-control select:focus,
/* 928  */ body .tdb-s-datepicker-control input:focus {
/* 929  */   box-shadow: none;
/* 930  */   border-color: #D7D8DE !important;
/* 931  */   outline-color: rgba(215, 216, 222, 0.2) !important;
/* 932  */ }
/* 933  */ body .tdb-s-datepicker-control select,
/* 934  */ body .tdb-s-datepicker-control select:focus,
/* 935  */ body .tdb-s-datepicker-control select:hover {
/* 936  */   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;
/* 937  */ }
/* 938  */ body .tdb-s-datepicker-control .numInputWrapper:hover {
/* 939  */   background-color: transparent;
/* 940  */ }
/* 941  */ body .tdb-s-datepicker-control .numInputWrapper span {
/* 942  */   display: flex;
/* 943  */   justify-content: center;
/* 944  */   right: 8px;
/* 945  */   line-height: 1;
/* 946  */   font-size: 0;
/* 947  */   border: none;
/* 948  */ }
/* 949  */ body .tdb-s-datepicker-control .numInputWrapper span:hover {
/* 950  */   background-color: transparent;

/* tdb_main.css */

/* 951  */ }
/* 952  */ body .tdb-s-datepicker-control .numInputWrapper span:after {
/* 953  */   position: relative;
/* 954  */   top: 0;
/* 955  */   border: none;
/* 956  */ }
/* 957  */ body .tdb-s-datepicker-control .numInputWrapper .arrowUp {
/* 958  */   align-items: flex-end;
/* 959  */   padding-bottom: 1px;
/* 960  */ }
/* 961  */ body .tdb-s-datepicker-control .numInputWrapper .arrowUp:after {
/* 962  */   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>');
/* 963  */ }
/* 964  */ body .tdb-s-datepicker-control .numInputWrapper .arrowDown {
/* 965  */   align-items: flex-start;
/* 966  */   padding-top: 2px;
/* 967  */ }
/* 968  */ body .tdb-s-datepicker-control .numInputWrapper .arrowDown:after {
/* 969  */   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>');
/* 970  */ }
/* 971  */ body .tdb-s-datepicker-control input,
/* 972  */ body .tdb-s-datepicker-control input:focus,
/* 973  */ body .tdb-s-datepicker-control input:hover {
/* 974  */   background-color: #fff !important;
/* 975  */ }
/* 976  */ body .tdb-s-datepicker-control .flatpickr-months,
/* 977  */ body .tdb-s-datepicker-control .flatpickr-month {
/* 978  */   color: inherit;
/* 979  */   overflow: visible;
/* 980  */ }
/* 981  */ body .tdb-s-datepicker-control .flatpickr-months {
/* 982  */   display: flex;
/* 983  */   align-items: stretch;
/* 984  */   margin: 0 -4px 10px;
/* 985  */ }
/* 986  */ body .tdb-s-datepicker-control .flatpickr-prev-month,
/* 987  */ body .tdb-s-datepicker-control .flatpickr-month,
/* 988  */ body .tdb-s-datepicker-control .flatpickr-next-month {
/* 989  */   height: auto;
/* 990  */   padding: 0 4px;
/* 991  */ }
/* 992  */ body .tdb-s-datepicker-control .flatpickr-prev-month,
/* 993  */ body .tdb-s-datepicker-control .flatpickr-next-month {
/* 994  */   display: flex;
/* 995  */   align-items: stretch;
/* 996  */   position: relative;
/* 997  */   width: 14.4%;
/* 998  */ }
/* 999  */ body .tdb-s-datepicker-control .flatpickr-prev-month:before,
/* 1000 */ body .tdb-s-datepicker-control .flatpickr-next-month:before {

/* tdb_main.css */

/* 1001 */   display: flex;
/* 1002 */   align-items: center;
/* 1003 */   justify-content: center;
/* 1004 */   width: 100%;
/* 1005 */   padding-bottom: 1px;
/* 1006 */   border-radius: 5px;
/* 1007 */ }
/* 1008 */ body .tdb-s-datepicker-control .flatpickr-prev-month svg,
/* 1009 */ body .tdb-s-datepicker-control .flatpickr-next-month svg {
/* 1010 */   display: none;
/* 1011 */ }
/* 1012 */ body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before,
/* 1013 */ body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
/* 1014 */   background-color: rgba(4, 137, 252, 0.05);
/* 1015 */ }
/* 1016 */ body .tdb-s-datepicker-control .flatpickr-current-month {
/* 1017 */   display: flex;
/* 1018 */   position: relative;
/* 1019 */   left: 0;
/* 1020 */   padding: 0;
/* 1021 */   width: 100%;
/* 1022 */   height: auto;
/* 1023 */   font-size: inherit;
/* 1024 */   font-weight: inherit;
/* 1025 */ }
/* 1026 */ body .tdb-s-datepicker-control .flatpickr-current-month select,
/* 1027 */ body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
/* 1028 */   width: 50%;
/* 1029 */ }
/* 1030 */ body .tdb-s-datepicker-control .flatpickr-current-month select {
/* 1031 */   margin: 0 4px 0 0;
/* 1032 */ }
/* 1033 */ body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
/* 1034 */   margin-left: 4px;
/* 1035 */ }
/* 1036 */ body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper:hover {
/* 1037 */   background-color: transparent;
/* 1038 */ }
/* 1039 */ body .tdb-s-datepicker-control .flatpickr-prev-month:before {
/* 1040 */   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>');
/* 1041 */ }
/* 1042 */ body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before {
/* 1043 */   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>');
/* 1044 */ }
/* 1045 */ body .tdb-s-datepicker-control .flatpickr-next-month:before {
/* 1046 */   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>');
/* 1047 */ }
/* 1048 */ body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
/* 1049 */   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>');
/* 1050 */ }

/* tdb_main.css */

/* 1051 */ body .tdb-s-datepicker-control .flatpickr-innerContainer,
/* 1052 */ body .tdb-s-datepicker-control .flatpickr-weekdays {
/* 1053 */   overflow: visible;
/* 1054 */ }
/* 1055 */ body .tdb-s-datepicker-control .flatpickr-weekdays {
/* 1056 */   position: relative;
/* 1057 */   margin-bottom: 8px;
/* 1058 */   padding-bottom: 1px;
/* 1059 */ }
/* 1060 */ body .tdb-s-datepicker-control .flatpickr-weekdays:before {
/* 1061 */   content: '';
/* 1062 */   position: absolute;
/* 1063 */   top: 0;
/* 1064 */   left: -14px;
/* 1065 */   width: calc(100% + 28px);
/* 1066 */   height: 100%;
/* 1067 */   background-color: rgba(4, 137, 252, 0.05);
/* 1068 */   z-index: -1;
/* 1069 */ }
/* 1070 */ body .tdb-s-datepicker-control .flatpickr-weekdaycontainer {
/* 1071 */   margin-left: -4px;
/* 1072 */   margin-right: -4px;
/* 1073 */ }
/* 1074 */ body .tdb-s-datepicker-control .flatpickr-weekday {
/* 1075 */   padding: 0 4px;
/* 1076 */   font-size: 0;
/* 1077 */   font-weight: inherit;
/* 1078 */   color: inherit;
/* 1079 */ }
/* 1080 */ body .tdb-s-datepicker-control .flatpickr-weekday:before {
/* 1081 */   font-size: 11px;
/* 1082 */ }
/* 1083 */ body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(1):before {
/* 1084 */   content: 'S';
/* 1085 */ }
/* 1086 */ body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(2):before {
/* 1087 */   content: 'M';
/* 1088 */ }
/* 1089 */ body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(3):before {
/* 1090 */   content: 'T';
/* 1091 */ }
/* 1092 */ body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(4):before {
/* 1093 */   content: 'W';
/* 1094 */ }
/* 1095 */ body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(5):before {
/* 1096 */   content: 'T';
/* 1097 */ }
/* 1098 */ body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(6):before {
/* 1099 */   content: 'F';
/* 1100 */ }

/* tdb_main.css */

/* 1101 */ body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(7):before {
/* 1102 */   content: 'S';
/* 1103 */ }
/* 1104 */ body .tdb-s-datepicker-control .flatpickr-days,
/* 1105 */ body .tdb-s-datepicker-control .dayContainer {
/* 1106 */   width: 100%;
/* 1107 */ }
/* 1108 */ body .tdb-s-datepicker-control .dayContainer {
/* 1109 */   row-gap: 8px;
/* 1110 */   width: auto;
/* 1111 */   max-width: none;
/* 1112 */   min-width: 0;
/* 1113 */   margin-left: -4px;
/* 1114 */   margin-right: -4px;
/* 1115 */ }
/* 1116 */ body .tdb-s-datepicker-control .flatpickr-day {
/* 1117 */   display: flex;
/* 1118 */   align-items: center;
/* 1119 */   justify-content: center;
/* 1120 */   position: relative;
/* 1121 */   height: 29px;
/* 1122 */   padding: 0 4px 1px;
/* 1123 */   background: transparent !important;
/* 1124 */   font-size: inherit;
/* 1125 */   line-height: 1;
/* 1126 */   font-weight: inherit;
/* 1127 */   color: inherit;
/* 1128 */   border: none;
/* 1129 */   border-radius: 5px;
/* 1130 */   transition: color 0.2s ease-in-out;
/* 1131 */ }
/* 1132 */ body .tdb-s-datepicker-control .flatpickr-day:before {
/* 1133 */   content: '';
/* 1134 */   position: absolute;
/* 1135 */   top: 0;
/* 1136 */   left: 4px;
/* 1137 */   width: calc(100% - 8px);
/* 1138 */   height: 100%;
/* 1139 */   background-color: transparent;
/* 1140 */   border-radius: 5px;
/* 1141 */   transition: background-color 0.2s ease-in-out;
/* 1142 */   z-index: -1;
/* 1143 */ }
/* 1144 */ body .tdb-s-datepicker-control .flatpickr-day.prevMonthDay,
/* 1145 */ body .tdb-s-datepicker-control .flatpickr-day.nextMonthDay {
/* 1146 */   opacity: .45;
/* 1147 */ }
/* 1148 */ body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover {
/* 1149 */   color: #152BF7;
/* 1150 */ }

/* tdb_main.css */

/* 1151 */ body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover:before {
/* 1152 */   background-color: rgba(4, 137, 252, 0.05);
/* 1153 */ }
/* 1154 */ body .tdb-s-datepicker-control .flatpickr-day.today {
/* 1155 */   color: #152BF7;
/* 1156 */ }
/* 1157 */ body .tdb-s-datepicker-control .flatpickr-day.today:before {
/* 1158 */   background-color: rgba(4, 137, 252, 0.1);
/* 1159 */ }
/* 1160 */ body .tdb-s-datepicker-control .flatpickr-day.selected {
/* 1161 */   color: #fff;
/* 1162 */ }
/* 1163 */ body .tdb-s-datepicker-control .flatpickr-day.selected:before {
/* 1164 */   background-color: #0489FC;
/* 1165 */ }
/* 1166 */ body .tdb-s-datepicker-control.hasTime .flatpickr-time,
/* 1167 */ body .tdb-s-datepicker-control.hasTime .numInputWrapper {
/* 1168 */   height: auto;
/* 1169 */ }
/* 1170 */ body .tdb-s-datepicker-control.hasTime .flatpickr-time {
/* 1171 */   align-items: stretch;
/* 1172 */   margin: 0 -4px 0;
/* 1173 */   line-height: 1;
/* 1174 */   overflow: visible;
/* 1175 */   border-top-color: #D7D8DE;
/* 1176 */ }
/* 1177 */ body .tdb-s-datepicker-control.hasTime .flatpickr-time:first-child {
/* 1178 */   border-top: 0;
/* 1179 */ }
/* 1180 */ body .tdb-s-datepicker-control.hasTime .flatpickr-innerContainer + .flatpickr-time {
/* 1181 */   margin-top: 8px;
/* 1182 */   padding-top: 8px;
/* 1183 */ }
/* 1184 */ body .tdb-s-datepicker-control.hasTime .numInputWrapper,
/* 1185 */ body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
/* 1186 */   padding: 0 4px;
/* 1187 */ }
/* 1188 */ body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
/* 1189 */   display: flex;
/* 1190 */   align-items: center;
/* 1191 */   justify-content: center;
/* 1192 */   min-height: 29px;
/* 1193 */   position: relative;
/* 1194 */   background-color: transparent !important;
/* 1195 */   color: inherit;
/* 1196 */ }
/* 1197 */ body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:before {
/* 1198 */   content: '';
/* 1199 */   position: absolute;
/* 1200 */   top: 0;

/* tdb_main.css */

/* 1201 */   left: 4px;
/* 1202 */   width: calc(100% - 8px);
/* 1203 */   height: 100%;
/* 1204 */   background-color: transparent;
/* 1205 */   transition: background-color 0.2s ease-in-out;
/* 1206 */   border-radius: 5px;
/* 1207 */   z-index: -1;
/* 1208 */ }
/* 1209 */ body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover {
/* 1210 */   color: #152BF7;
/* 1211 */ }
/* 1212 */ body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover:before {
/* 1213 */   background-color: rgba(4, 137, 252, 0.05);
/* 1214 */ }
/* 1215 */ .tdb-s-notif {
/* 1216 */   position: relative;
/* 1217 */   padding: 25px;
/* 1218 */   border-radius: 3px;
/* 1219 */ }
/* 1220 */ .tdb-s-notif,
/* 1221 */ .tdb-s-notif *:not(.tdb-s-btn) {
/* 1222 */   font-size: 1em;
/* 1223 */   line-height: 1.4;
/* 1224 */ }
/* 1225 */ .tdb-s-notif b {
/* 1226 */   font-weight: 600;
/* 1227 */ }
/* 1228 */ .tdb-s-notif-descr:not(:last-child) {
/* 1229 */   margin-bottom: 6px;
/* 1230 */ }
/* 1231 */ .tdb-s-notif-list {
/* 1232 */   list-style-type: none;
/* 1233 */   margin: 0;
/* 1234 */ }
/* 1235 */ .tdb-s-notif-list:not(:last-child) {
/* 1236 */   margin: 0 0 10px;
/* 1237 */ }
/* 1238 */ .tdb-s-notif-list li {
/* 1239 */   margin-left: 0 !important;
/* 1240 */ }
/* 1241 */ .tdb-s-notif-list li:not(:last-child) {
/* 1242 */   margin-bottom: 6px;
/* 1243 */ }
/* 1244 */ .tdb-s-notif-list li:last-child {
/* 1245 */   margin-bottom: 0;
/* 1246 */ }
/* 1247 */ .tdb-s-notif-info,
/* 1248 */ .tdb-s-notif-notice {
/* 1249 */   background-color: rgba(89, 98, 107, 0.08);
/* 1250 */   color: #59626B;

/* tdb_main.css */

/* 1251 */ }
/* 1252 */ .tdb-s-notif-success {
/* 1253 */   background-color: rgba(38, 98, 28, 0.1);
/* 1254 */   color: #26621c;
/* 1255 */ }
/* 1256 */ .tdb-s-notif-warning {
/* 1257 */   background-color: rgba(215, 133, 0, 0.12);
/* 1258 */   color: #d78500;
/* 1259 */ }
/* 1260 */ .tdb-s-notif-error {
/* 1261 */   background-color: rgba(255, 56, 56, 0.12);
/* 1262 */   color: #ff3838;
/* 1263 */ }
/* 1264 */ .tdb-s-notif-xsm {
/* 1265 */   padding: 10px 15px;
/* 1266 */ }
/* 1267 */ .tdb-s-notif-xsm,
/* 1268 */ .tdb-s-notif-xsm *:not(.tdb-s-btn) {
/* 1269 */   font-size: .929em;
/* 1270 */   line-height: 1.4;
/* 1271 */ }
/* 1272 */ .tdb-s-notif-sm {
/* 1273 */   padding: 18px;
/* 1274 */ }
/* 1275 */ .tdb-s-notif-sm,
/* 1276 */ .tdb-s-notif-sm *:not(.tdb-s-btn) {
/* 1277 */   font-size: .929em;
/* 1278 */   line-height: 1.4;
/* 1279 */ }
/* 1280 */ .tdb-s-notif-xxsm {
/* 1281 */   padding: 5px 10px 6px;
/* 1282 */ }
/* 1283 */ .tdb-s-notif-xxsm,
/* 1284 */ .tdb-s-notif-xxsm *:not(.tdb-s-btn) {
/* 1285 */   font-size: .857em;
/* 1286 */   line-height: 1.3;
/* 1287 */ }
/* 1288 */ .tdb-s-table {
/* 1289 */   width: 100%;
/* 1290 */   border: none;
/* 1291 */   border-collapse: collapse;
/* 1292 */   border-spacing: 0;
/* 1293 */ }
/* 1294 */ @media (max-width: 1018px) {
/* 1295 */   .tdb-s-table {
/* 1296 */     display: block;
/* 1297 */   }
/* 1298 */ }
/* 1299 */ @media (max-width: 1018px) {
/* 1300 */   .tdb-s-table-row {

/* tdb_main.css */

/* 1301 */     display: block;
/* 1302 */   }
/* 1303 */ }
/* 1304 */ .tdb-s-table-col {
/* 1305 */   position: relative;
/* 1306 */   padding: 0;
/* 1307 */   border: none;
/* 1308 */   /* responsive tablet + desktop */
/* 1309 */ }
/* 1310 */ @media (min-width: 1019px) {
/* 1311 */   .tdb-s-table-col:first-child {
/* 1312 */     padding-left: 10px;
/* 1313 */   }
/* 1314 */   .tdb-s-table-col:not(:last-child):not(.tdb-s-table-col-expand) {
/* 1315 */     padding-right: 15px;
/* 1316 */   }
/* 1317 */   .tdb-s-table-col:last-child {
/* 1318 */     padding-right: 10px;
/* 1319 */   }
/* 1320 */ }
/* 1321 */ @media (max-width: 1018px) {
/* 1322 */   .tdb-s-table-col {
/* 1323 */     display: flex;
/* 1324 */     align-items: baseline;
/* 1325 */     width: 100%;
/* 1326 */   }
/* 1327 */ }
/* 1328 */ .tdb-s-table-col-label {
/* 1329 */   min-width: 35%;
/* 1330 */   max-width: 35%;
/* 1331 */   margin-right: 10px;
/* 1332 */   padding-right: 10px;
/* 1333 */   color: #555D66;
/* 1334 */   /* responsive tablet + desktop */
/* 1335 */ }
/* 1336 */ @media (min-width: 1019px) {
/* 1337 */   .tdb-s-table-col-label {
/* 1338 */     display: none;
/* 1339 */   }
/* 1340 */ }
/* 1341 */ .tdb-s-table-header {
/* 1342 */   font-size: .857em;
/* 1343 */   line-height: 1;
/* 1344 */   font-weight: 600;
/* 1345 */   text-align: left;
/* 1346 */   color: #555D66;
/* 1347 */   border-bottom: 2px solid #D7D8DE;
/* 1348 */ }
/* 1349 */ @media (max-width: 1018px) {
/* 1350 */   .tdb-s-table-header {

/* tdb_main.css */

/* 1351 */     display: none;
/* 1352 */   }
/* 1353 */ }
/* 1354 */ .tdb-s-table-header .tdb-s-table-col {
/* 1355 */   padding-bottom: 15px;
/* 1356 */ }
/* 1357 */ .tdb-s-table-col-order {
/* 1358 */   display: flex;
/* 1359 */   align-items: center;
/* 1360 */   justify-content: space-between;
/* 1361 */   cursor: pointer;
/* 1362 */ }
/* 1363 */ .tdb-s-table-col-order-icons {
/* 1364 */   display: flex;
/* 1365 */   flex-direction: column;
/* 1366 */   position: relative;
/* 1367 */   top: 1px;
/* 1368 */   margin-left: 10px;
/* 1369 */ }
/* 1370 */ .tdb-s-table-col-order-icons svg {
/* 1371 */   fill: #555D66;
/* 1372 */   line-height: 0;
/* 1373 */   opacity: .3;
/* 1374 */ }
/* 1375 */ .tdb-s-table-col-order-icons svg:nth-child(1) {
/* 1376 */   margin-bottom: 2px;
/* 1377 */ }
/* 1378 */ [data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
/* 1379 */   opacity: 1;
/* 1380 */ }
/* 1381 */ [data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
/* 1382 */   opacity: .3;
/* 1383 */ }
/* 1384 */ [data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
/* 1385 */   opacity: .3;
/* 1386 */ }
/* 1387 */ [data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
/* 1388 */   opacity: 1;
/* 1389 */ }
/* 1390 */ .tdb-s-table-body {
/* 1391 */   font-size: .929em;
/* 1392 */   line-height: 1;
/* 1393 */   font-weight: 600;
/* 1394 */   color: #1D2327;
/* 1395 */ }
/* 1396 */ @media (max-width: 1018px) {
/* 1397 */   .tdb-s-table-body {
/* 1398 */     display: block;
/* 1399 */   }
/* 1400 */ }

/* tdb_main.css */

/* 1401 */ .tdb-s-table-body .tdb-s-table-row:not(:last-child) {
/* 1402 */   border-bottom: 1px solid #EBEBEB;
/* 1403 */ }
/* 1404 */ .tdb-s-table-body .tdb-s-table-row.tdb-s-table-row-active,
/* 1405 */ .tdb-s-table-body .tdb-s-table-row:hover {
/* 1406 */   background-color: #F8F8F8;
/* 1407 */ }
/* 1408 */ @media (max-width: 1018px) {
/* 1409 */   .tdb-s-table-body .tdb-s-table-row {
/* 1410 */     padding: 15px 10px;
/* 1411 */   }
/* 1412 */ }
/* 1413 */ @media (min-width: 1019px) {
/* 1414 */   .tdb-s-table-body .tdb-s-table-col {
/* 1415 */     padding-top: 12px;
/* 1416 */     padding-bottom: 15px;
/* 1417 */   }
/* 1418 */ }
/* 1419 */ @media (max-width: 1018px) {
/* 1420 */   .tdb-s-table-body .tdb-s-table-col {
/* 1421 */     padding-top: 7px;
/* 1422 */     padding-bottom: 7px;
/* 1423 */   }
/* 1424 */ }
/* 1425 */ .tdb-s-table-options-toggle {
/* 1426 */   position: relative;
/* 1427 */   top: 1px;
/* 1428 */   fill: #878d93;
/* 1429 */   transition: fill 0.2s ease-in-out;
/* 1430 */   /* responsive portrait tablet */
/* 1431 */ }
/* 1432 */ @media (max-width: 1018px) {
/* 1433 */   .tdb-s-table-options-toggle {
/* 1434 */     display: none;
/* 1435 */   }
/* 1436 */ }
/* 1437 */ .tdb-s-table-options-list {
/* 1438 */   display: flex;
/* 1439 */   /* responsive portrait tablet */
/* 1440 */ }
/* 1441 */ @media (min-width: 1019px) {
/* 1442 */   .tdb-s-table-options-list {
/* 1443 */     flex-direction: column;
/* 1444 */     align-items: flex-start;
/* 1445 */     position: absolute;
/* 1446 */     top: 6px;
/* 1447 */     right: 100%;
/* 1448 */     min-width: 130px;
/* 1449 */     padding: 8px 10px 9px;
/* 1450 */     background-color: #fff;

/* tdb_main.css */

/* 1451 */     border-radius: 2px;
/* 1452 */     box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
/* 1453 */     opacity: 0;
/* 1454 */     visibility: hidden;
/* 1455 */     pointer-events: none;
/* 1456 */     transition: opacity 0.2s ease-in-out;
/* 1457 */     z-index: 100;
/* 1458 */     cursor: default;
/* 1459 */   }
/* 1460 */ }
/* 1461 */ @media (max-width: 1018px) {
/* 1462 */   .tdb-s-table-options-list {
/* 1463 */     align-items: center;
/* 1464 */     justify-content: center;
/* 1465 */     width: 100%;
/* 1466 */   }
/* 1467 */ }
/* 1468 */ @media (min-width: 1019px) {
/* 1469 */   .tdb-s-table-col-options {
/* 1470 */     padding-left: 10px;
/* 1471 */     text-align: center;
/* 1472 */     cursor: pointer;
/* 1473 */   }
/* 1474 */   .tdb-s-table-col-options:hover .tdb-s-table-options-toggle {
/* 1475 */     fill: #000;
/* 1476 */   }
/* 1477 */   .tdb-s-table-col-options:hover .tdb-s-table-options-list {
/* 1478 */     opacity: 1;
/* 1479 */     visibility: visible;
/* 1480 */     pointer-events: auto;
/* 1481 */   }
/* 1482 */ }
/* 1483 */ @media (max-width: 1018px) {
/* 1484 */   .tdb-s-table-col-options {
/* 1485 */     padding-top: 17px;
/* 1486 */   }
/* 1487 */ }
/* 1488 */ .tdb-s-table-col-options .tdb-s-tol-item {
/* 1489 */   font-size: .786em;
/* 1490 */   line-height: 1.2;
/* 1491 */   font-weight: 600;
/* 1492 */   color: #555D66;
/* 1493 */   cursor: pointer;
/* 1494 */ }
/* 1495 */ .tdb-s-table-col-options .tdb-s-tol-item:hover {
/* 1496 */   color: #000;
/* 1497 */ }
/* 1498 */ @media (min-width: 1019px) {
/* 1499 */   .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
/* 1500 */     margin-bottom: 8px;

/* tdb_main.css */

/* 1501 */   }
/* 1502 */ }
/* 1503 */ @media (max-width: 1018px) {
/* 1504 */   .tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
/* 1505 */     margin-right: 12px;
/* 1506 */   }
/* 1507 */ }
/* 1508 */ .tdb-s-table-col-options .tdb-s-tol-item-red {
/* 1509 */   color: #FF6161;
/* 1510 */ }
/* 1511 */ .tdb-s-table-col-options .tdb-s-tol-item-red:hover {
/* 1512 */   color: #ff0000;
/* 1513 */ }
/* 1514 */ .tdb-s-tol-sep {
/* 1515 */   background-color: #EBEBEB;
/* 1516 */   width: 100%;
/* 1517 */   height: 1px;
/* 1518 */   margin-top: 1px;
/* 1519 */   margin-bottom: 8px;
/* 1520 */   /* responsive portrait phone */
/* 1521 */ }
/* 1522 */ @media (max-width: 1018px) {
/* 1523 */   .tdb-s-tol-sep {
/* 1524 */     display: none;
/* 1525 */   }
/* 1526 */ }
/* 1527 */ .tdb-s-modal-wrap,
/* 1528 */ .tdb-s-modal-bg {
/* 1529 */   top: 0;
/* 1530 */   left: 0;
/* 1531 */   width: 100%;
/* 1532 */   height: 100%;
/* 1533 */   opacity: 0;
/* 1534 */   transition: opacity 0.2s ease-in;
/* 1535 */ }
/* 1536 */ .tdb-s-modal-wrap {
/* 1537 */   position: fixed;
/* 1538 */   display: flex;
/* 1539 */   align-items: center;
/* 1540 */   justify-content: center;
/* 1541 */   padding: 30px 20px;
/* 1542 */   pointer-events: none;
/* 1543 */   z-index: 10000;
/* 1544 */ }
/* 1545 */ @media (min-width: 783px) {
/* 1546 */   .admin-bar .tdb-s-modal-wrap {
/* 1547 */     padding-top: 62px;
/* 1548 */   }
/* 1549 */ }
/* 1550 */ @media (max-width: 782px) {

/* tdb_main.css */

/* 1551 */   .admin-bar .tdb-s-modal-wrap {
/* 1552 */     padding-top: 76px;
/* 1553 */   }
/* 1554 */ }
/* 1555 */ .tdb-s-modal-bg {
/* 1556 */   position: absolute;
/* 1557 */   background-color: rgba(107, 114, 128, 0.75);
/* 1558 */ }
/* 1559 */ .tdb-s-modal {
/* 1560 */   display: flex;
/* 1561 */   flex-direction: column;
/* 1562 */   background-color: #fff;
/* 1563 */   min-width: 400px;
/* 1564 */   max-width: 650px;
/* 1565 */   max-height: 100%;
/* 1566 */   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
/* 1567 */   font-size: 14px;
/* 1568 */   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
/* 1569 */   border-radius: 3px;
/* 1570 */   opacity: 0;
/* 1571 */   transform: scale(0.95);
/* 1572 */   transition: opacity 0.2s ease-in, transform 0.2s ease-in;
/* 1573 */   z-index: 1;
/* 1574 */   /* responsive portrait phone */
/* 1575 */ }
/* 1576 */ @media (max-width: 767px) {
/* 1577 */   .tdb-s-modal {
/* 1578 */     min-width: 0;
/* 1579 */   }
/* 1580 */ }
/* 1581 */ .tdb-s-modal-header,
/* 1582 */ .tdb-s-modal-footer {
/* 1583 */   display: flex;
/* 1584 */   align-items: center;
/* 1585 */ }
/* 1586 */ .tdb-s-modal-header {
/* 1587 */   padding: 19px 25px 16px;
/* 1588 */   border-bottom: 1px solid #EBEBEB;
/* 1589 */ }
/* 1590 */ .tdb-s-modal-header .tdb-s-modal-close {
/* 1591 */   margin-left: auto;
/* 1592 */   fill: #878d93;
/* 1593 */   cursor: pointer;
/* 1594 */   transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
/* 1595 */ }
/* 1596 */ .tdb-s-modal-header .tdb-s-modal-close:hover {
/* 1597 */   fill: #000;
/* 1598 */   transform: rotate(90deg);
/* 1599 */ }
/* 1600 */ body h3.tdb-s-modal-title {

/* tdb_main.css */

/* 1601 */   margin: 0;
/* 1602 */   padding: 0;
/* 1603 */   font-family: inherit;
/* 1604 */   font-size: 1.286em;
/* 1605 */   line-height: 1.2;
/* 1606 */   font-weight: 600;
/* 1607 */   color: #1D2327;
/* 1608 */ }
/* 1609 */ .tdb-s-modal-body {
/* 1610 */   padding: 30px 25px;
/* 1611 */   overflow: auto;
/* 1612 */ }
/* 1613 */ .tdb-s-modal-body .tdb-s-notif:not(:first-child) {
/* 1614 */   margin-top: 30px;
/* 1615 */ }
/* 1616 */ .tdb-s-modal-txt {
/* 1617 */   font-size: 1em;
/* 1618 */   line-height: 1.6;
/* 1619 */   color: #59626B;
/* 1620 */ }
/* 1621 */ .tdb-s-modal-footer {
/* 1622 */   justify-content: flex-end;
/* 1623 */   padding: 18px 25px;
/* 1624 */   border-top: 1px solid #EBEBEB;
/* 1625 */ }
/* 1626 */ .tdb-s-modal-footer:empty {
/* 1627 */   display: none;
/* 1628 */ }
/* 1629 */ .tdb-s-modal-footer .tdb-s-btn:not(:last-of-type) {
/* 1630 */   margin-right: 16px;
/* 1631 */ }
/* 1632 */ .tdb-s-modal-open {
/* 1633 */   pointer-events: auto;
/* 1634 */ }
/* 1635 */ .tdb-s-modal-open,
/* 1636 */ .tdb-s-modal-open .tdb-s-modal-bg {
/* 1637 */   opacity: 1;
/* 1638 */   transition: opacity 0.2s ease-out;
/* 1639 */ }
/* 1640 */ .tdb-s-modal-open .tdb-s-modal {
/* 1641 */   opacity: 1;
/* 1642 */   transform: scale(1);
/* 1643 */   transition: opacity 0.2s ease-out, transform 0.2s ease-out;
/* 1644 */ }
/* 1645 */ .tdb-s-pagination {
/* 1646 */   display: flex;
/* 1647 */   margin: 22px 0 0;
/* 1648 */ }
/* 1649 */ .tdb-s-pagination-item {
/* 1650 */   display: flex;

/* tdb_main.css */

/* 1651 */   align-items: center;
/* 1652 */   justify-content: center;
/* 1653 */   min-width: 2.2em;
/* 1654 */   min-height: 2.2em;
/* 1655 */   margin: 0;
/* 1656 */   padding: 0 8px;
/* 1657 */   font-size: 1em;
/* 1658 */   line-height: 1;
/* 1659 */   font-weight: 600;
/* 1660 */   border-radius: 3px;
/* 1661 */   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
/* 1662 */ }
/* 1663 */ .tdb-s-pagination-item:not(:last-child) {
/* 1664 */   margin-right: 8px;
/* 1665 */ }
/* 1666 */ .tdb-s-pagination-item:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
/* 1667 */   cursor: pointer;
/* 1668 */ }
/* 1669 */ .tdb-s-pagination-item:hover:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
/* 1670 */   background-color: #EBEBEB;
/* 1671 */ }
/* 1672 */ .tdb-s-pagination-item:not(.tdb-s-pagination-active) {
/* 1673 */   background-color: #f1f1f1;
/* 1674 */   color: #1d2327;
/* 1675 */ }
/* 1676 */ .tdb-s-pagination-item.tdb-s-pagination-active {
/* 1677 */   background-color: #0489FC;
/* 1678 */   color: #fff;
/* 1679 */ }
/* 1680 */ @-webkit-keyframes tdb-fullspin-anim {
/* 1681 */   0% {
/* 1682 */     -webkit-transform: rotate(0);
/* 1683 */     transform: rotate(0);
/* 1684 */   }
/* 1685 */   100% {
/* 1686 */     -webkit-transform: rotate(360deg);
/* 1687 */     transform: rotate(360deg);
/* 1688 */   }
/* 1689 */ }
/* 1690 */ @keyframes tdb-fullspin-anim {
/* 1691 */   0% {
/* 1692 */     -webkit-transform: rotate(0);
/* 1693 */     transform: rotate(0);
/* 1694 */   }
/* 1695 */   100% {
/* 1696 */     -webkit-transform: rotate(360deg);
/* 1697 */     transform: rotate(360deg);
/* 1698 */   }
/* 1699 */ }
/* 1700 */ .tdb-s-content {

/* tdb_main.css */

/* 1701 */   position: relative;
/* 1702 */   min-height: 50px;
/* 1703 */   transition: opacity 0.2s ease-in-out;
/* 1704 */ }
/* 1705 */ .tdb-s-content:before {
/* 1706 */   content: '';
/* 1707 */   position: absolute;
/* 1708 */   opacity: 0;
/* 1709 */   transition: opacity 0.2s ease-in-out;
/* 1710 */   pointer-events: none;
/* 1711 */ }
/* 1712 */ .tdb-s-content:after {
/* 1713 */   content: '';
/* 1714 */   position: absolute;
/* 1715 */   top: 50%;
/* 1716 */   left: 50%;
/* 1717 */   transform: translate(-50%, -50%);
/* 1718 */   display: block;
/* 1719 */   margin-top: -23px;
/* 1720 */   margin-left: -23px;
/* 1721 */   width: 40px;
/* 1722 */   height: 40px;
/* 1723 */   border: 3px solid #888;
/* 1724 */   border-left-color: transparent;
/* 1725 */   border-right-color: transparent;
/* 1726 */   border-radius: 50%;
/* 1727 */   -webkit-animation: tdb-fullspin-anim 1s infinite ease-out;
/* 1728 */   animation: tdb-fullspin-anim 1s infinite ease-out;
/* 1729 */   opacity: 0;
/* 1730 */   z-index: 101;
/* 1731 */   pointer-events: none;
/* 1732 */ }
/* 1733 */ .tdb-s-content-loading,
/* 1734 */ .tdb-s-content-disabled {
/* 1735 */   pointer-events: none;
/* 1736 */   opacity: 0.3;
/* 1737 */ }
/* 1738 */ .tdb-s-content-loading:after {
/* 1739 */   opacity: 1;
/* 1740 */   pointer-events: auto;
/* 1741 */ }
/* 1742 */ .tdb-s-modal-confirm .tdb-s-modal {
/* 1743 */   min-width: 500px;
/* 1744 */   max-width: 500px;
/* 1745 */ }
/* 1746 */ .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_"] {
/* 1747 */   display: none;
/* 1748 */ }
/* 1749 */
