/*
Theme Name: 	Newspaper
Theme URI: 		http://tagdiv.com
Description: 	Premium WordPress template, clean and easy to use.
Version: 		8.7.2
Author: 		tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Tags:black, white, one-column, two-columns, fixed-layout
*/
/*

     _ _
    | \ | ___  _ _ _  ___ ___  ___  ___  ___  _ _
    |   |/ ._>| | | |<_-<| . \<_> || . \/ ._>| '_>
    |_\_|\___.|__/_/ /__/|  _/<___||  _/\___.|_|
                         |_|       |_|
    ~ tagDiv 2017 ~

  Thanks for using our theme !
  Our portfolio is here: http://tagdiv.com

*/
body {
  visibility: visible !important;
}
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.mx_image_background {
  background-color: #f2f2f2;
}
.td-visibility-hidden {
  visibility: hidden;
}
/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*
usage:
.td-block-row {
  .mx-row(td-block-span);
}

@all_span_selector - is the begining of the span selector
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
}
.td-main-content-wrap,
.td-category-grid {
  background-color: #fff;
}
.td-page-meta {
  display: none;
}
/*  ----------------------------------------------------------------------------
    container
*/
.td-container,
.tdc-row {
  width: 1068px;
  margin-right: auto;
  margin-left: auto;
}
.td-container:before,
.tdc-row:before,
.td-container:after,
.tdc-row:after {
  display: table;
  content: '';
  line-height: 0;
}
.td-container:after,
.tdc-row:after {
  clear: both;
}
.tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style {
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.td-pb-row > .td-element-style {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-pb-row > .td-element-style {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.tdc-row.stretch_row_1200 {
  width: auto !important;
  max-width: 1240px;
  /* responsive portrait tablet */
}
.tdc-row.stretch_row_1200 > .td-pb-row {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdc-row.stretch_row_1200 > .td-pb-row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1019px) {
  .tdc-row.stretch_row_1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tdc-row.stretch_row_1400 {
  width: auto !important;
  max-width: 1440px;
  /* responsive portrait tablet */
}
.tdc-row.stretch_row_1400 > .td-pb-row {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdc-row.stretch_row_1400 > .td-pb-row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1019px) {
  .tdc-row.stretch_row_1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tdc-row.stretch_row_1600 {
  width: auto !important;
  max-width: 1640px;
  /* responsive portrait tablet */
}
.tdc-row.stretch_row_1600 > .td-pb-row {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdc-row.stretch_row_1600 > .td-pb-row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1019px) {
  .tdc-row.stretch_row_1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tdc-row.stretch_row_1800 {
  width: auto !important;
  max-width: 1840px;
  /* responsive portrait tablet */
}
.tdc-row.stretch_row_1800 > .td-pb-row {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .tdc-row.stretch_row_1800 > .td-pb-row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1019px) {
  .tdc-row.stretch_row_1800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tdc-row.stretch_row_content {
  width: 100% !important;
}
.tdc-row.stretch_row_content_no_space {
  width: 100% !important;
}
.tdc-row.stretch_row_content_no_space > .td-pb-row {
  margin-left: 0;
  margin-right: 0;
}
.tdc-row.td-stretch-content {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tdc-row.td-stretch-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    rows
*/
.td-pb-row {
  *zoom: 1;
  margin-right: -24px;
  margin-left: -24px;
  position: relative;
}
.td-pb-row:before,
.td-pb-row:after {
  display: table;
  content: '';
}
.td-pb-row:after {
  clear: both;
}
.td-boxed-layout .vc_row {
  width: auto;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}
/*  ----------------------------------------------------------------------------
    all spans
*/
.td-pb-row [class*="td-pb-span"] {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
  position: relative;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-pb-row [class*="td-pb-span"] {
    padding-right: 0;
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.vc_row-no-padding.td-pb-row [class*="td-pb-span"] {
  padding-left: 0;
  padding-right: 0;
}
/*  ----------------------------------------------------------------------------
    smart sidebar - fix
*/
.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
/*  ----------------------------------------------------------------------------
    main grid
*/
.td-pb-span1 {
  width: 8.33333333%;
}
.td-pb-span2 {
  width: 16.66666667%;
}
.td-pb-span3 {
  width: 25%;
}
.td-pb-span4 {
  width: 33.33333333%;
}
.td-pb-span5 {
  width: 41.66666667%;
}
.td-pb-span6 {
  width: 50%;
}
.td-pb-span7 {
  width: 58.33333333%;
}
.td-pb-span8 {
  width: 66.66666667%;
}
.td-pb-span9 {
  width: 75%;
}
.td-pb-span10 {
  width: 83.33333333%;
}
.td-pb-span11 {
  width: 91.66666667%;
}
.td-pb-span12 {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
    hacks Visual Composer
*/
.wpb_row {
  margin-bottom: 0;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
/* block row + global block spans */
.td-block-row {
  *zoom: 1;
  margin-left: -24px;
  margin-right: -24px;
}
.td-block-row:before,
.td-block-row:after {
  display: table;
  content: '';
}
.td-block-row:after {
  clear: both;
}
.td-block-row [class*="td-block-span"] {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-block-row [class*="td-block-span"] {
    padding-right: 0;
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.td-block-span1 {
  width: 8.33333333%;
}
.td-block-span2 {
  width: 16.66666667%;
}
.td-block-span3 {
  width: 25%;
}
.td-block-span4 {
  width: 33.33333333%;
}
.td-block-span5 {
  width: 41.66666667%;
}
.td-block-span6 {
  width: 50%;
}
.td-block-span7 {
  width: 58.33333333%;
}
.td-block-span8 {
  width: 66.66666667%;
}
.td-block-span9 {
  width: 75%;
}
.td-block-span10 {
  width: 83.33333333%;
}
.td-block-span11 {
  width: 91.66666667%;
}
.td-block-span12 {
  width: 100%;
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-container,
  .tdc-row {
    width: 980px;
  }
  .td-pb-row,
  .td-block-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
  .td-container,
  .tdc-row {
    width: 740px;
  }
  .td-pb-row,
  .td-block-row {
    margin-right: -14px;
    margin-left: -14px;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-container,
  .tdc-row {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .td-pb-row,
  .td-block-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*  ----------------------------------------------------------------------------
    header grid container
*/
.td-header-wrap {
  position: relative;
  z-index: 2000;
}
.td-header-background-image .td-container-wrap {
  background-color: transparent;
}
/* header rows */
.td-header-row {
  *zoom: 1;
  font-family: 'Open Sans', arial, sans-serif;
}
.td-header-row:before,
.td-header-row:after {
  display: table;
  content: '';
}
.td-header-row:after {
  clear: both;
}
.td-header-row [class*="td-header-sp"] {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-row [class*="td-header-sp"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-row [class*="td-header-sp"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .td-header-row [class*="td-header-sp"] {
    padding-right: 0;
    padding-left: 0;
    float: none;
    width: 100%;
  }
}
.td-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.td-header-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
/*  ----------------------------------------------------------------------------
    logo
*/
.td-header-sp-logo img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.td-main-menu-logo {
  display: none;
  float: left;
  margin-right: 10px;
  height: 48px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-main-menu-logo {
    display: block;
    margin-right: 0;
    height: 0;
  }
}
.td-main-menu-logo a {
  line-height: 48px;
}
.td-main-menu-logo img {
  padding: 3px 0;
  position: relative;
  vertical-align: middle;
  max-height: 48px;
}
@media (max-width: 767px) {
  .td-main-menu-logo img {
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 0;
  }
}
@media (max-width: 1140px) {
  .td-main-menu-logo img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .td-affix .td-logo-sticky {
    display: block;
  }
  .td-header-wrap .td-affix .td-main-menu-logo {
    height: 48px !important;
  }
  .td-header-wrap .td-affix .td-main-menu-logo a {
    line-height: 48px !important;
  }
  .td-header-wrap .td-affix .td-main-menu-logo img {
    max-height: 48px !important;
    top: -1px;
  }
  .td-header-wrap .td-affix .sf-menu > li > a {
    line-height: 48px !important;
  }
}
.td-visual-hidden {
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.td-logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: inherit !important;
}
/* -------------------------------------------------------------------------------

      logo on sticky menu

*/
.td-logo-in-header .td-sticky-disable.td-mobile-logo,
.td-logo-in-header .td-sticky-disable.td-header-logo {
  display: none;
}
.td-logo-in-header .td-sticky-disable.td-mobile-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-header .td-sticky-disable.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-header .td-sticky-header.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-header .td-sticky-header.td-mobile-logo {
    display: inherit;
  }
}
.td-logo-in-header .td-sticky-header.td-header-logo {
  display: block;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-header .td-sticky-header.td-header-logo {
    display: none;
  }
}
.td-logo-in-header .td-sticky-mobile.td-mobile-logo {
  display: block;
}
.td-logo-in-header .td-sticky-mobile.td-header-logo {
  display: none;
}
.td-logo-in-menu .td-sticky-disable.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-disable.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-menu .td-sticky-disable.td-header-logo {
  display: block;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-disable.td-header-logo {
    display: none;
  }
}
.td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo {
  display: none;
}
.td-logo-in-menu .td-sticky-header.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-header.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-menu .td-sticky-header.td-header-logo {
  display: block;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-header.td-header-logo {
    display: none;
  }
}
.td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
    display: block;
  }
}
.td-logo-in-menu .td-sticky-mobile.td-header-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-in-menu .td-sticky-mobile.td-header-logo {
    display: none;
  }
}
.td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo {
  display: none;
}
.td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo {
  display: block;
}
.td-affix .td-logo-in-menu .td-main-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-affix .td-logo-in-menu .td-main-logo {
    display: block;
  }
}
.td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo {
  display: block;
}
/*  ----------------------------------------------------------------------------
    header menu affix
*/
.td-header-menu-wrap.td-affix {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 9999;
  position: fixed !important;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
}
.admin-bar .td-header-menu-wrap.td-affix {
  top: 32px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .admin-bar .td-header-menu-wrap.td-affix {
    top: 46px;
  }
}
@media (max-width: 602px) {
  .admin-bar .td-header-menu-wrap.td-affix {
    top: 0;
  }
}
.td-header-gradient:before {
  content: "";
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==');
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
}
.td-boxed-layout #td-outer-wrap {
  z-index: 1;
}
.td-boxed-layout .td-header-menu-wrap.td-affix {
  width: 1164px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1140px) {
  .td-boxed-layout .td-header-menu-wrap.td-affix {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    WPML plugin
*/
.td-wpml {
  /* responsive portrait phone */
}
.td-wpml .wpml-ls-menu-item .wpml-ls-flag {
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 5px;
}
.td-wpml .sub-menu .wpml-ls-menu-item .wpml-ls-flag {
  top: -2px;
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
  }
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children > a {
    pointer-events: none;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
  position: absolute;
  display: block;
  bottom: 100%;
  background-color: rgba(25, 25, 25, 0.95);
  padding: 12px 20px;
  margin: 0 -20px 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu {
    right: 0;
    left: 0;
    margin: 10px 0;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: rgba(25, 25, 25, 0.95) transparent transparent transparent;
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 30px;
  background-color: transparent;
  right: 0;
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
  display: block;
  padding: 3px 0;
  white-space: nowrap;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li {
    padding: 6px 0;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.td-wpml .td-subfooter-menu .menu-item-first a {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .menu-item-first a {
    margin-left: 16px;
  }
}
.td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td-wpml .td-header-top-menu-full,
  .td-wpml .td-header-sp-top-menu {
    display: block !important;
  }
  .td-wpml .td-header-sp-top-menu {
    width: 100%;
  }
  .td-wpml .td-header-top-menu {
    background-color: #3c3c3c !important;
    padding-left: 17px;
    padding-right: 17px;
    box-shadow: inset 0px -3px 3px -1px rgba(0, 0, 0, 0.2);
  }
  .td-wpml .td_ul_logout,
  .td-wpml .td_ul_login,
  .td-wpml .td-header-sp-top-widget,
  .td-wpml .td-weather-top-widget {
    display: none !important;
  }
  .td-wpml .menu-top-container {
    margin-right: 0;
    float: right;
  }
  .td-wpml .menu-top-container .top-header-menu > li {
    display: none;
  }
  .td-wpml .menu-top-container .top-header-menu > li a {
    margin-right: 0;
  }
  .td-wpml .menu-top-container .top-header-menu .wpml-ls-item {
    display: inline-block;
    margin-top: 0;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children {
    position: static;
    display: inline-block;
    width: 100%;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a {
    pointer-events: none;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu {
    position: absolute;
    display: block;
    background-color: rgba(25, 25, 25, 0.95);
    padding: 7px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    right: 0;
    left: auto;
    margin: 0;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent rgba(25, 25, 25, 0.95);
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 30px;
    background-color: transparent;
    right: 0;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li {
    display: block;
    padding: 3px 0;
    white-space: nowrap;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a {
    margin: 0 10px;
  }
  .td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
/*  ----------------------------------------------------------------------------
    Search
*/
/* the search button */
#td-header-search-button {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-header-search-button {
    display: none;
  }
}
#td-header-search-button-mob {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-header-search-button-mob {
    display: block;
  }
}
/* the search drop down */
.td-search-box-wrap {
  position: absolute;
  top: 100%;
  right: 0;
}
#td-top-search {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-top-search {
    top: 0;
    margin-top: 0;
  }
}
/* responsive without mobile */
@media (min-width: 768px) {
  .td-drop-down-search .td-search-form {
    margin: 20px;
  }
}
.td-header-wrap {
  /* hack to show the link on all the module */
}
.td-header-wrap .td-drop-down-search {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-top: 0;
  width: 342px;
  pointer-events: none;
  /* this class is added by the js to open the menu - will be used for animation */
  /* search form */
  /* triangle top */
}
.td-header-wrap .td-drop-down-search.td-drop-down-search-open {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.td-header-wrap .td-drop-down-search .btn {
  position: absolute;
  height: 32px;
  min-width: 67px;
  line-height: 17px;
  padding: 7px 15px 8px;
  text-shadow: none;
  vertical-align: top;
  right: 20px;
  margin: 0 !important;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.td-header-wrap .td-drop-down-search .btn:hover {
  background-color: #4db2ec;
}
.td-header-wrap .td-drop-down-search:before {
  position: absolute;
  top: -9px;
  right: 19px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #4db2ec transparent;
}
.td-header-wrap .td-drop-down-search:after {
  position: absolute;
  top: -3px;
  display: block;
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  background-color: #4db2ec;
}
.td-header-wrap #td-header-search {
  width: 235px;
  height: 32px;
  margin: 0;
  border-right: 0;
  line-height: 17px;
  border-color: #eaeaea !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-wrap #td-header-search {
    width: 91%;
    font-size: 16px;
  }
}
.td-header-wrap .td_module_mx2 .entry-title a:after {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
.td-header-wrap .td-post-category {
  z-index: 2;
  position: relative;
}
.td-header-wrap .result-msg {
  text-align: center;
  padding: 4px 0 6px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #222;
  font-style: italic;
}
.td-header-wrap .result-msg a {
  color: #222;
  display: block;
}
.td-header-wrap .result-msg a:hover {
  color: #4db2ec;
}
.td-header-wrap .td-aj-search-results {
  background-color: rgba(144, 144, 144, 0.02);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
}
.td-header-wrap .td-aj-search-results .item-details {
  margin: 10px 20px 10px 115px;
}
.td-header-wrap .td-aj-search-results .td-module-thumb {
  top: 10px;
  margin-left: 20px;
}
.td-header-wrap .td_module_mx2 {
  padding-bottom: 0;
}
.td-header-wrap .no-result {
  background-color: #fdfdfd;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.td-header-wrap .meta-info {
  line-height: 14px;
}
.td-header-wrap .td-aj-cur-element {
  background-color: rgba(128, 128, 128, 0.1);
}
/* -------------------------------------------------------------------

Headers style

----------------------------------------------------------------------  */
/* General */
.td-header-top-menu-full {
  position: relative;
  z-index: 9999;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-top-menu-full {
    display: none;
  }
}
.td-banner-wrap-full {
  position: relative;
}
.td-header-menu-wrap-full {
  z-index: 9998;
  position: relative;
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-header-wrap .td-header-menu-wrap-full,
  .td-header-wrap .td-header-menu-wrap,
  .td-header-wrap .td-header-main-menu {
    background-color: #222 !important;
    height: 54px !important;
  }
  .header-search-wrap .td-icon-search {
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  .td-affix .header-search-wrap .td-icon-search {
    line-height: 48px !important;
  }
  .td-affix #td-header-menu {
    display: block;
  }
}
/*
    fix logo alignment for logo in menus
*/
@media (min-width: 768px) {
  .td-header-style-5 .td-affix .td-main-menu-logo img,
  .td-header-style-6 .td-affix .td-main-menu-logo img,
  .td-header-style-12 .td-affix .td-main-menu-logo img {
    top: 0;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 768px) {
    .td-header-style-5 .td-main-menu-logo a img,
    .td-header-style-6 .td-main-menu-logo a img,
    .td-header-style-12 .td-main-menu-logo a img {
      top: -1px;
    }
  }
}
/* ----------------------------------------------- */
.td-logo-text-container {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  z-index: 1;
}
.td-logo-text-container span {
  display: inline-block;
  width: 100%;
}
.td-logo-text-container .td-logo-text {
  font-size: 75px;
  font-family: serif;
  color: #222;
  line-height: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-text-container .td-logo-text {
    font-size: 36px;
  }
}
.td-logo-text-container .td-logo {
  line-height: 1 !important;
}
.td-logo-text-container .td-tagline-text {
  letter-spacing: 1.8px;
  font-size: 12px;
  font-family: serif;
  color: #777;
  padding-top: 2px;
  padding-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-text-container .td-tagline-text {
    font-size: 11px;
  }
}
.td-logo-mobile-loaded {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-mobile-loaded {
    display: none;
  }
}
.td-header-wrap .td-header-menu-wrap-full {
  background-color: #fff;
}
/* -------------------------------------------------------------------
  Style 1
----------------------------------------------------------------------  */
.td-header-style-1 .td-header-top-menu-full {
  background-color: #222222;
}
.td-header-style-1 .td-header-sp-logo {
  width: 284px;
  position: relative;
  height: 90px;
  margin: 28px 28px 9px 28px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-1 .td-header-sp-logo {
    width: 224px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-sp-logo {
    width: 214px;
    margin: 14px 28px 0 28px;
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .td-header-style-1 .td-header-sp-logo {
    display: none;
  }
}
.td-header-style-1 .td-header-sp-logo img {
  max-height: 90px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-sp-logo img {
    max-height: 60px;
  }
}
.td-header-style-1 .td-header-sp-recs {
  margin: 28px 0 9px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-sp-recs {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 767px) {
  .td-header-style-1 .td-header-sp-recs {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .td-header-style-1 .td-header-sp-recs .td-a-rec-id-header > div,
  .td-header-style-1 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle {
    margin: auto;
  }
}
.td-header-style-1.td-header-background-image {
  /* desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td-header-style-1.td-header-background-image .td-header-sp-recs,
  .td-header-style-1.td-header-background-image .td-header-sp-logo {
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1.td-header-background-image .td-header-sp-recs,
  .td-header-style-1.td-header-background-image .td-header-sp-logo {
    margin-bottom: 14px;
  }
}
.td-header-style-1 .header-search-wrap .td-icon-search {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-1 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-1 .td-header-rec-wrap .td-adspot-title {
  margin-bottom: 0;
  top: -21px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
    top: -17px;
  }
}
@media (max-width: 767px) {
  .td-header-style-1 .td-header-rec-wrap .td-adspot-title {
    top: 0;
    margin-bottom: -10px;
  }
}
/* -------------------------------------------------------------------
  Style 2
----------------------------------------------------------------------  */
.td-header-style-2 .td-header-top-menu-full {
  background-color: #222222;
}
.td-header-style-2 .td-header-sp-logo {
  width: 284px;
  position: relative;
  height: 90px;
  margin: 24px 28px 0 28px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-2 .td-header-sp-logo {
    width: 224px;
    margin: 24px 14px 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-2 .td-header-sp-logo {
    width: 214px;
    height: 60px;
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .td-header-style-2 .td-header-sp-logo {
    display: none;
  }
}
.td-header-style-2 .td-header-sp-logo img {
  max-height: 90px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-2 .td-header-sp-logo img {
    max-height: 60px;
  }
}
.td-header-style-2 .td-header-sp-recs {
  margin: 24px 0 0 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-2 .td-header-sp-recs {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .td-header-style-2 .td-header-sp-recs {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .td-header-style-2 .td-header-sp-recs .td-a-rec-id-header > div,
  .td-header-style-2 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle {
    margin: auto;
  }
}
.td-header-style-2.td-header-background-image {
  /* desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1018px) {
  .td-header-style-2.td-header-background-image .td-header-sp-recs,
  .td-header-style-2.td-header-background-image .td-header-sp-logo {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-2.td-header-background-image .td-header-sp-recs,
  .td-header-style-2.td-header-background-image .td-header-sp-logo {
    margin-bottom: 14px;
  }
}
.td-header-style-2 .header-search-wrap .td-icon-search {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-2 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-2 .td-header-menu-wrap-full {
  position: relative;
}
.td-header-style-2 .td-header-rec-wrap .td-adspot-title {
  margin-bottom: 0;
  top: -21px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-2 .td-header-rec-wrap .td-adspot-title {
    top: -17px;
  }
}
@media (max-width: 767px) {
  .td-header-style-2 .td-header-rec-wrap .td-adspot-title {
    top: 0;
    margin-bottom: -10px;
  }
}
.single_template_6 .td-header-style-2 .td-header-sp-recs,
.single_template_7 .td-header-style-2 .td-header-sp-recs,
.homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
.single_template_8 .td-header-style-2 .td-header-sp-recs,
.single_template_10 .td-header-style-2 .td-header-sp-recs,
.single_template_11 .td-header-style-2 .td-header-sp-recs,
.td_category_template_2 .td-header-style-2 .td-header-sp-recs,
.td_category_template_5 .td-header-style-2 .td-header-sp-recs,
.td_category_template_6 .td-header-style-2 .td-header-sp-recs,
.td_category_template_8 .td-header-style-2 .td-header-sp-recs {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-2 .td-header-sp-recs,
  .single_template_7 .td-header-style-2 .td-header-sp-recs,
  .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
  .single_template_8 .td-header-style-2 .td-header-sp-recs,
  .single_template_10 .td-header-style-2 .td-header-sp-recs,
  .single_template_11 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_2 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_5 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_6 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_8 .td-header-style-2 .td-header-sp-recs {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-2 .td-header-sp-recs,
  .single_template_7 .td-header-style-2 .td-header-sp-recs,
  .homepage-post.single_template_7 .td-header-style-2 .td-header-sp-recs,
  .single_template_8 .td-header-style-2 .td-header-sp-recs,
  .single_template_10 .td-header-style-2 .td-header-sp-recs,
  .single_template_11 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_2 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_5 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_6 .td-header-style-2 .td-header-sp-recs,
  .td_category_template_8 .td-header-style-2 .td-header-sp-recs {
    margin-bottom: 14px;
  }
}
.td_category_template_7 .td-header-style-2 .td-header-sp-recs {
  /* responsive min landscape tablet */
}
@media (min-width: 1019px) {
  .td_category_template_7 .td-header-style-2 .td-header-sp-recs {
    margin-bottom: 6px;
  }
}
/* -------------------------------------------------------------------
  Styles 3 & 4 & 5 & 6 & 12
----------------------------------------------------------------------  */
.td-header-style-3 .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-4 .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-5 .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-6 .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-12 .td-header-menu-social .td-social-icon-wrap a {
  color: #fff;
}
.td-header-style-3 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
.td-header-style-4 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
.td-header-style-5 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
.td-header-style-6 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before,
.td-header-style-12 .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
  background-color: #fff;
}
/* -------------------------------------------------------------------
  Style 3
----------------------------------------------------------------------  */
.td-header-style-3 .td-header-menu-wrap-full {
  background-color: transparent !important;
}
.td-header-style-3 .td-header-top-menu-full {
  background-color: #111;
}
.td-header-style-3 .td-header-sp-logo {
  width: 284px;
  position: relative;
  height: 90px;
  margin: 28px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-3 .td-header-sp-logo {
    width: 224px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-3 .td-header-sp-logo {
    width: 214px;
    height: 60px;
    margin: 14px 28px 0 28px;
  }
}
@media (max-width: 767px) {
  .td-header-style-3 .td-header-sp-logo {
    display: none;
  }
}
.td-header-style-3 .td-header-sp-logo img {
  max-height: 90px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-3 .td-header-sp-logo img {
    max-height: 60px;
  }
}
.td-header-style-3 .td-header-sp-recs {
  margin: 28px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-3 .td-header-sp-recs {
    margin: 14px 0;
  }
}
@media (max-width: 767px) {
  .td-header-style-3 .td-header-sp-recs {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .td-header-style-3 .td-header-sp-recs .td-a-rec-id-header > div,
  .td-header-style-3 .td-header-sp-recs .td-g-rec-id-header > .adsbygoogle {
    margin: auto;
  }
}
.td-header-style-3 .header-search-wrap .td-icon-search {
  color: #fff;
}
.td-header-style-3 .td-header-main-menu {
  background-color: #151515;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-3 .td-header-main-menu {
    padding-left: 2px;
  }
}
.td-header-style-3 .sf-menu > li > a {
  color: #fff;
}
.td-header-style-3 .sf-menu > li > a:after {
  display: none;
}
.td-header-style-3 .black-menu {
  /* hover and current menu */
}
.td-header-style-3 .black-menu .sf-menu > .current-menu-item > a,
.td-header-style-3 .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-style-3 .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-style-3 .black-menu .sf-menu > li > a:hover,
.td-header-style-3 .black-menu .sf-menu > .sfHover > a {
  background-color: #4db2ec;
}
.td-header-style-3 .td-affix {
  background-color: transparent !important;
}
.td-header-style-3 .td-affix .td-header-main-menu {
  background-color: #151515;
}
.td-header-style-3 .td-header-rec-wrap .td-adspot-title {
  margin-bottom: 0;
  top: -21px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-3 .td-header-rec-wrap .td-adspot-title {
    top: -17px;
  }
}
@media (max-width: 767px) {
  .td-header-style-3 .td-header-rec-wrap .td-adspot-title {
    top: 0;
    margin-bottom: -10px;
  }
}
.td-boxed-layout .td-header-style-3 .td-header-menu-wrap {
  background-color: #151515 !important;
}
.td-full-layout .td-header-style-3 {
  /* desktop only */
}
.td-full-layout .td-header-style-3 .td-header-main-menu {
  padding-left: 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-full-layout .td-header-style-3 .td-header-main-menu {
    padding-left: 0;
  }
}
@media (min-width: 1140px) {
  .td-full-layout .td-header-style-3 .td-header-menu-no-search .td-header-main-menu {
    padding-right: 21px;
  }
}
.td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child {
  margin-left: 17px;
  /* responsive landscape tablet */
}
@media (max-width: 1140px) {
  .td-full-layout .td-header-style-3 .td-no-subcats .td-mega-span:first-child {
    margin-left: 18px;
  }
}
.td-full-layout .td-header-style-3 .td-mega-menu ul {
  width: 1068px !important;
  box-shadow: none;
  border-top: none;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-3 .td-mega-menu ul {
    width: 980px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-3 .td-mega-menu ul {
    width: 740px !important;
  }
}
.td-full-layout .td-header-style-3 .td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
  margin: 0 0 18px 18px;
}
.td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
  width: 208px;
  padding-top: 18px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
    width: 192px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats {
    width: 144px;
  }
}
.td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a {
  padding: 5px 18px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-3 .td_mega_menu_sub_cats a {
    padding: 3px 18px;
  }
}
.td-full-layout .td-header-style-3 .block-mega-child-cats {
  max-height: 216px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-3 .block-mega-child-cats {
    max-height: 192px;
  }
}
.td-full-layout .td-header-style-3 .td-mega-row {
  padding: 18px 0 12px 0;
}
.td-full-layout .td-header-style-3 .td-mega-span {
  width: 192px;
  min-height: 199px;
  margin-left: 18px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-3 .td-mega-span {
    width: 174px;
    min-height: 187px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-3 .td-mega-span {
    width: 126px;
    min-height: 174px;
  }
}
.td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
  min-height: 132px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
    min-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-3 .td-mega-span .entry-thumb {
    min-height: 87px;
  }
}
/* -------------------------------------------------------------------
  Style 4 & 5 & 6 & 7 & 12 & mp 1
----------------------------------------------------------------------  */
.td-header-style-4 #td-header-menu,
.td-header-style-5 #td-header-menu,
.td-header-style-6 #td-header-menu,
.td-header-style-7 #td-header-menu,
.td-header-style-12 #td-header-menu {
  display: block;
}
/* -------------------------------------------------------------------
  Style 4
----------------------------------------------------------------------  */
.td-header-style-4 {
  /* desktop only */
}
.td-header-style-4 .td-header-top-menu-full {
  background-color: #111;
}
.td-header-style-4 .td-main-menu-logo {
  margin: 0;
  display: block;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-4 .td-main-menu-logo {
    float: left;
    display: inline;
    width: 0;
  }
}
.td-header-style-4 .td-main-menu-logo img {
  margin: 0 21px 0 0;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-4 .td-main-menu-logo img {
    margin: 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-4 .td-main-menu-logo img {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .td-header-style-4 .td-main-menu-logo img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .td-header-style-4 .td-main-menu-logo img {
    top: -1px;
  }
  .td-header-style-4 .td-affix .td-main-menu-logo img {
    top: 0;
  }
}
.td-header-style-4 .td-header-sp-recs {
  width: 100%;
  /* responsive min portrait tablet */
  /* responsive min landscape tablet */
}
@media (min-width: 768px) {
  .td-header-style-4 .td-header-sp-recs {
    margin: 14px auto;
  }
}
@media (min-width: 1019px) {
  .td-header-style-4 .td-header-sp-recs {
    margin: 24px auto;
  }
}
.td-header-style-4 .td-header-sp-recs img {
  position: relative;
}
.td-header-style-4 .td-header-sp-recs .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-4 .td-header-rec-wrap {
  min-height: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-4 .td-header-rec-wrap {
    width: 100% !important;
    padding: 0 10px;
  }
}
.td-header-style-4 .header-search-wrap .td-icon-search {
  color: #fff;
}
.td-header-style-4 .td-header-menu-wrap-full {
  background-color: transparent !important;
}
.td-header-style-4 .td-header-main-menu {
  background-color: #151515;
}
@media (min-width: 1140px) {
  .td-header-style-4 .td-header-menu-no-search .td-header-main-menu {
    padding-right: 21px;
  }
}
.td-header-style-4 .black-menu {
  /* hover and current menu */
}
.td-header-style-4 .black-menu .sf-menu > .current-menu-item > a,
.td-header-style-4 .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-style-4 .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-style-4 .black-menu .sf-menu > li > a:hover,
.td-header-style-4 .black-menu .sf-menu > .sfHover > a {
  background-color: #4db2ec;
}
.td-header-style-4 .sf-menu > li > a {
  color: #fff;
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-4 .sf-menu > li > a {
    padding: 0 12px;
  }
}
.td-header-style-4 .sf-menu > li > a:after {
  display: none;
}
.td-header-style-4 .sf-menu a.sf-with-ul {
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-4 .sf-menu a.sf-with-ul {
    padding-right: 26px;
  }
}
.td-header-style-4 .td-affix {
  background-color: transparent !important;
}
.td-header-style-4 .td-affix .td-header-main-menu {
  background-color: #151515;
}
.td-boxed-layout .td-header-style-4 .td-header-menu-wrap {
  background-color: #151515 !important;
}
.td-full-layout .td-header-style-4 .td-main-menu-logo {
  margin: 0;
  display: block;
}
.td-full-layout .td-header-style-4 .td-main-menu-logo img {
  margin: 0 21px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-4 .td-main-menu-logo img {
    margin: 0 14px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-4 .td-main-menu-logo img {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .td-full-layout .td-header-style-4 .td-main-menu-logo img {
    margin: auto;
  }
}
.td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
  margin-left: 17px;
  /* responsive landscape tablet */
}
@media (max-width: 1140px) {
  .td-full-layout .td-header-style-4 .td-no-subcats .td-mega-span:first-child {
    margin-left: 18px;
  }
}
.td-full-layout .td-header-style-4 .td-mega-menu ul {
  width: 1068px !important;
  box-shadow: none;
  border-top: none;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-4 .td-mega-menu ul {
    width: 980px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-4 .td-mega-menu ul {
    width: 740px !important;
  }
}
.td-full-layout .td-header-style-4 .td-mega-menu .td-next-prev-wrap {
  margin: 0 0 18px 18px;
}
.td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
  width: 208px;
  padding-top: 18px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
    width: 192px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats {
    width: 144px;
  }
}
.td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
  padding: 5px 18px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-4 .td_mega_menu_sub_cats a {
    padding: 3px 18px;
  }
}
.td-full-layout .td-header-style-4 .block-mega-child-cats {
  max-height: 216px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-4 .block-mega-child-cats {
    max-height: 192px;
  }
}
.td-full-layout .td-header-style-4 .td-mega-row {
  padding: 18px 0 12px 0;
}
.td-full-layout .td-header-style-4 .td-mega-span {
  width: 192px;
  min-height: 199px;
  margin-left: 18px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-4 .td-mega-span {
    width: 174px;
    min-height: 187px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-4 .td-mega-span {
    width: 126px;
    min-height: 174px;
  }
}
.td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
  min-height: 132px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
    min-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-full-layout .td-header-style-4 .td-mega-span .entry-thumb {
    min-height: 87px;
  }
}
/* -------------------------------------------------------------------
  Style 5 & 6 & 7 & 8 & 9 & 10 & 11 & 12
----------------------------------------------------------------------  */
.td-header-style-5 .td-header-sp-recs,
.td-header-style-6 .td-header-sp-recs,
.td-header-style-7 .td-header-sp-recs,
.td-header-style-8 .td-header-sp-recs,
.td-header-style-9 .td-header-sp-recs,
.td-header-style-10 .td-header-sp-recs,
.td-header-style-11 .td-header-sp-recs,
.td-header-style-12 .td-header-sp-recs {
  width: 100%;
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-header-style-5 .td-header-sp-recs,
  .td-header-style-6 .td-header-sp-recs,
  .td-header-style-7 .td-header-sp-recs,
  .td-header-style-8 .td-header-sp-recs,
  .td-header-style-9 .td-header-sp-recs,
  .td-header-style-10 .td-header-sp-recs,
  .td-header-style-11 .td-header-sp-recs,
  .td-header-style-12 .td-header-sp-recs {
    margin: 24px auto 0 auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-5 .td-header-sp-recs,
  .td-header-style-6 .td-header-sp-recs,
  .td-header-style-7 .td-header-sp-recs,
  .td-header-style-8 .td-header-sp-recs,
  .td-header-style-9 .td-header-sp-recs,
  .td-header-style-10 .td-header-sp-recs,
  .td-header-style-11 .td-header-sp-recs,
  .td-header-style-12 .td-header-sp-recs {
    margin: 14px auto 0 auto !important;
  }
}
.td-header-style-5.td-header-background-image .td-header-sp-recs,
.td-header-style-6.td-header-background-image .td-header-sp-recs,
.td-header-style-7.td-header-background-image .td-header-sp-recs,
.td-header-style-8.td-header-background-image .td-header-sp-recs,
.td-header-style-9.td-header-background-image .td-header-sp-recs,
.td-header-style-10.td-header-background-image .td-header-sp-recs,
.td-header-style-11.td-header-background-image .td-header-sp-recs,
.td-header-style-12.td-header-background-image .td-header-sp-recs {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .td-header-style-5.td-header-background-image .td-header-sp-recs,
  .td-header-style-6.td-header-background-image .td-header-sp-recs,
  .td-header-style-7.td-header-background-image .td-header-sp-recs,
  .td-header-style-8.td-header-background-image .td-header-sp-recs,
  .td-header-style-9.td-header-background-image .td-header-sp-recs,
  .td-header-style-10.td-header-background-image .td-header-sp-recs,
  .td-header-style-11.td-header-background-image .td-header-sp-recs,
  .td-header-style-12.td-header-background-image .td-header-sp-recs {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-5.td-header-background-image .td-header-sp-recs,
  .td-header-style-6.td-header-background-image .td-header-sp-recs,
  .td-header-style-7.td-header-background-image .td-header-sp-recs,
  .td-header-style-8.td-header-background-image .td-header-sp-recs,
  .td-header-style-9.td-header-background-image .td-header-sp-recs,
  .td-header-style-10.td-header-background-image .td-header-sp-recs,
  .td-header-style-11.td-header-background-image .td-header-sp-recs,
  .td-header-style-12.td-header-background-image .td-header-sp-recs {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 5
----------------------------------------------------------------------  */
.td-header-style-5 {
  /* responsive portrait phone */
}
.td-header-style-5 .td-header-top-menu-full {
  background-color: #f9f9f9;
}
.td-header-style-5 .td-header-top-menu-full .td-header-top-menu {
  color: #000;
}
.td-header-style-5 .td-header-top-menu-full a {
  color: #000;
}
.td-header-style-5 .top-header-menu .sub-menu {
  background-color: #f9f9f9;
}
.td-header-style-5 .top-header-menu .td-social-icon-wrap .td-icon-font {
  color: #000;
}
.td-header-style-5 .td-main-menu-logo {
  display: block;
  margin-right: 0;
  height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-5 .td-main-menu-logo {
    float: left;
    margin: 0;
    display: inline;
    width: 0;
    height: 0;
  }
}
.td-header-style-5 .td-main-menu-logo a {
  line-height: 60px;
}
.td-header-style-5 .td-main-menu-logo img {
  max-height: 60px;
  margin-right: 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-5 .td-main-menu-logo img {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .td-header-style-5 .td-main-menu-logo img {
    max-height: 48px;
    margin: auto;
  }
}
.td-header-style-5 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-5 .td-a-rec-id-header img,
.td-header-style-5 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-5 .td-a-rec-id-header .adsbygoogle,
.td-header-style-5 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-5 .td-header-menu-social {
  line-height: 60px;
}
.td-header-style-5 .header-search-wrap #td-header-search-button .td-icon-search {
  line-height: 60px;
  color: #fff;
}
.td-header-style-5 .td-header-menu-wrap-full {
  background-color: #151515;
}
.td-header-style-5 .black-menu {
  /* hover and current menu */
}
.td-header-style-5 .black-menu .sf-menu > .current-menu-item > a,
.td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-style-5 .black-menu .sf-menu > li > a:hover,
.td-header-style-5 .black-menu .sf-menu > .sfHover > a {
  background-color: #4db2ec;
}
.td-header-style-5 .sf-menu > li > a {
  color: #fff;
  line-height: 60px;
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-5 .sf-menu > li > a {
    padding: 0 12px;
  }
}
.td-header-style-5 .sf-menu > li > a:after {
  display: none;
}
.td-header-style-5 .sf-menu a.sf-with-ul {
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-5 .sf-menu a.sf-with-ul {
    padding-right: 26px;
  }
}
.td-header-style-5 .td-mega-menu ul {
  border-top: none;
}
@media (max-width: 767px) {
  .td-header-style-5 .td-header-menu-wrap-full {
    height: 54px !important;
  }
  .td-header-style-5 .td-header-main-menu {
    height: 54px;
  }
}
.td-header-style-5 .td-affix {
  background-color: #161616;
  background-color: rgba(22, 22, 22, 0.9);
}
.single_template_6 .td-header-style-5 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-5 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-5 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-5 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-5 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-5 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-5 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-5 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-5 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 6
----------------------------------------------------------------------  */
.td-header-style-6 {
  /* responsive portrait phone */
}
.td-header-style-6 .td-header-top-menu-full {
  background-color: #f9f9f9;
}
.td-header-style-6 .td-header-top-menu-full .td-header-top-menu {
  color: #000;
}
.td-header-style-6 .td-header-top-menu-full a {
  color: #000;
}
.td-header-style-6 .top-header-menu .sub-menu {
  background-color: #f9f9f9;
}
.td-header-style-6 .top-header-menu .td-social-icon-wrap .td-icon-font {
  color: #000;
}
.td-header-style-6 .td-main-menu-logo {
  display: block;
  margin-right: 42px;
  height: 80px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-6 .td-main-menu-logo {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-6 .td-main-menu-logo {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .td-header-style-6 .td-main-menu-logo {
    float: left;
    margin: 0;
    display: inline;
    width: 0;
    height: 0;
  }
}
.td-header-style-6 .td-main-menu-logo a {
  line-height: 80px;
}
.td-header-style-6 .td-main-menu-logo img {
  max-height: 80px;
  /* responsive portrait tablet */
}
@media (max-width: 767px) {
  .td-header-style-6 .td-main-menu-logo img {
    max-height: 48px;
  }
}
.td-header-style-6 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-6 .td-a-rec-id-header img,
.td-header-style-6 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-6 .td-a-rec-id-header .adsbygoogle,
.td-header-style-6 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-6 .td-header-menu-social {
  margin-left: 3px;
  margin-right: 44px;
  line-height: 80px;
}
.td-header-style-6 .header-search-wrap #td-header-search-button .td-icon-search {
  line-height: 80px;
  color: #fff;
}
.td-header-style-6 .td-header-menu-wrap-full {
  background-color: #151515;
}
.td-header-style-6 .black-menu {
  /* hover and current menu */
}
.td-header-style-6 .black-menu .sf-menu > .current-menu-item > a,
.td-header-style-6 .black-menu .sf-menu > .current-menu-ancestor > a,
.td-header-style-6 .black-menu .sf-menu > .current-category-ancestor > a,
.td-header-style-6 .black-menu .sf-menu > li > a:hover,
.td-header-style-6 .black-menu .sf-menu > .sfHover > a {
  background-color: #4db2ec;
}
.td-header-style-6 .sf-menu {
  float: right;
}
.td-header-style-6 .sf-menu > li > a {
  color: #fff;
  line-height: 80px;
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-6 .sf-menu > li > a {
    padding: 0 12px;
  }
}
.td-header-style-6 .sf-menu > li > a:after {
  display: none;
}
.td-header-style-6 .sf-menu a.sf-with-ul {
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-6 .sf-menu a.sf-with-ul {
    padding-right: 26px;
  }
}
.td-header-style-6 .td-mega-menu ul {
  border-top: none;
}
@media (max-width: 767px) {
  .td-header-style-6 .td-header-main-menu {
    height: 54px;
  }
}
.td-header-style-6 .td-affix {
  background-color: #161616;
  background-color: rgba(22, 22, 22, 0.9);
}
.single_template_6 .td-header-style-6 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-6 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-6 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-6 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-6 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-6 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-6 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-6 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-6 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-6 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 7
----------------------------------------------------------------------  */
.td-header-style-7 {
  /* responsive portrait phone */
}
.td-header-style-7 .td-header-top-menu-full {
  background-color: #fff;
}
.td-header-style-7 .td-header-top-menu-full a {
  color: #000;
}
.td-header-style-7 .td-header-top-menu {
  color: #000;
  border-bottom: 1px solid #e0e0e0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-7 .td-header-top-menu {
    padding: 5px 0;
  }
}
.td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font {
  color: #000;
}
.td-header-style-7 .top-header-menu .sub-menu {
  background-color: #fff;
}
.td-header-style-7 .td-header-sp-logo {
  margin-right: 42px;
  float: left;
  height: 106px;
  padding: 0;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-7 .td-header-sp-logo {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .td-header-sp-logo {
    margin-right: 10px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .td-header-style-7 .td-header-sp-logo {
    display: none;
  }
}
.td-header-style-7 .td-header-sp-logo a {
  line-height: 106px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .td-header-sp-logo a {
    line-height: 54px;
  }
}
.td-header-style-7 .td-header-sp-logo img {
  max-height: 106px;
  position: relative;
  padding: 6px 0;
  line-height: 106px;
  vertical-align: middle;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .td-header-sp-logo img {
    max-width: 140px;
    max-height: 54px;
    line-height: 54px;
    padding: 3px 0;
  }
}
@media (min-width: 768px) {
  .td-header-style-7 .td-header-sp-logo img {
    top: -1px;
  }
  .td-header-style-7 .td-affix .td-header-sp-logo img {
    top: 0;
  }
}
.td-header-style-7 .td-main-menu-logo {
  display: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-7 .td-main-menu-logo {
    display: block;
  }
}
.td-header-style-7 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-7 .td-a-rec-id-header img,
.td-header-style-7 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-7 .td-a-rec-id-header .adsbygoogle,
.td-header-style-7 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-7 .td-header-menu-social {
  margin-top: 28px;
  margin-left: 3px;
  margin-right: 44px;
  line-height: 78px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .td-header-menu-social {
    line-height: 48px;
  }
}
.td-header-style-7 #td-top-search {
  margin-top: 0;
  top: auto;
  bottom: 17px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 #td-top-search {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .td-header-style-7 #td-top-search {
    bottom: 0;
  }
}
.td-header-style-7 .header-search-wrap {
  bottom: 0;
  top: auto;
}
.td-header-style-7 .header-search-wrap .td-icon-search {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-7 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-7 .header-search-wrap #td-header-search-button .td-icon-search {
  line-height: 78px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .header-search-wrap #td-header-search-button .td-icon-search {
    line-height: 48px;
  }
}
.td-header-style-7 .td-header-menu-wrap-full,
.td-header-style-7 .td-header-main-menu {
  position: relative;
}
.td-header-style-7 .sf-menu {
  margin-top: 28px;
  float: right;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .sf-menu {
    margin-top: 6px;
  }
}
.td-header-style-7 .sf-menu > li > a {
  line-height: 78px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-7 .sf-menu > li > a {
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-7 .sf-menu > li > a {
    line-height: 48px;
  }
}
.td-header-style-7 .sf-menu a.sf-with-ul {
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-7 .sf-menu a.sf-with-ul {
    padding-right: 26px;
  }
}
@media (max-width: 767px) {
  .td-header-style-7 .td-header-main-menu {
    height: 54px;
  }
}
.td-header-style-7 .td-affix .td-header-sp-logo {
  display: none;
}
.td-header-style-7 .td-affix .td-logo-sticky {
  display: block;
}
.td-header-style-7 .td-affix .sf-menu {
  margin-top: 0;
}
.td-header-style-7 .td-affix .td-header-menu-social {
  margin-top: 0;
}
.td-header-style-7 .td-affix .td-header-menu-social .td-social-icon-wrap i {
  margin-top: 0;
}
.td-header-style-7 .td-affix .header-search-wrap {
  margin-top: 0;
}
.td-header-style-7 .td-affix #td-top-search {
  bottom: 0;
}
.single_template_6 .td-header-style-7 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-7 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-7 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-7 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-7 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-7 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-7 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-7 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-7 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-7 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 8
----------------------------------------------------------------------  */
.td-header-style-8 {
  /* responsive portrait phone */
}
.td-header-style-8 .td-header-top-menu-full {
  background-color: #fff;
}
.td-header-style-8 .td-header-menu-wrap-full {
  position: relative;
}
.td-header-style-8 .td-header-menu-wrap-full .td-header-sp-logo {
  display: none;
}
.td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo {
  display: block;
  bottom: 0;
  top: 0;
  width: 168px;
  height: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-sp-logo {
    display: none;
  }
}
.td-header-style-8 .td-header-menu-wrap-full .td-affix .td-header-main-menu {
  padding-left: 0;
}
.td-header-style-8 .td-header-menu-wrap {
  display: table;
  width: 100%;
}
.td-header-style-8 .td-header-menu-wrap.td-affix {
  background-color: rgba(255, 255, 255, 0.95);
}
.td-header-style-8 .td-header-header {
  clear: both;
}
.td-header-style-8 .td-header-top-menu {
  margin-left: 282px;
  width: 786px;
  min-height: 53px;
  padding: 12px 0;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-8 .td-header-top-menu {
    margin-left: 212px;
    width: 768px;
    padding: 0;
    min-height: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-8 .td-header-top-menu {
    margin-left: 152px;
    width: 588px;
    padding: 0;
    min-height: 29px;
  }
}
@media (max-width: 767px) {
  .td-header-style-8 .td-header-top-menu {
    display: none;
  }
}
.td-header-style-8 .td-header-top-menu a {
  color: #000;
}
.td-header-style-8 .top-header-menu .sub-menu {
  background-color: #fff !important;
}
.td-header-style-8 .top-header-menu .td-social-icon-wrap .td-icon-font {
  color: #000;
}
.td-header-style-8 .td-header-sp-logo {
  position: absolute;
  width: 238px;
  height: 94px;
  top: 6px;
  z-index: 10000;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-8 .td-header-sp-logo {
    width: 190px;
    height: 89px;
    top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-8 .td-header-sp-logo {
    width: 140px;
    height: 87px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .td-header-style-8 .td-header-sp-logo {
    display: none;
  }
}
.td-header-style-8 .td-header-sp-logo img {
  max-height: 86px;
  right: auto;
}
.td-header-style-8 .td-main-menu-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-8 .td-main-menu-logo {
    display: block;
  }
}
.td-header-style-8 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-8 .td-a-rec-id-header img,
.td-header-style-8 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-8 .td-a-rec-id-header .adsbygoogle,
.td-header-style-8 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-8 .td-header-menu-social {
  line-height: 53px;
}
.td-header-style-8 .td_stretch_content .td-header-menu-social {
  margin-right: 16px;
}
.td-header-style-8 .header-search-wrap .td-icon-search {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-8 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-8 .td-header-menu-wrap-full #td-header-search-button .td-icon-search {
  line-height: 53px;
}
.td-header-style-8 .td-header-main-menu {
  float: left;
  width: 100%;
  padding-left: 282px;
  background-color: transparent !important;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-8 .td-header-main-menu {
    padding-left: 212px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-8 .td-header-main-menu {
    padding-left: 152px;
  }
}
@media (max-width: 767px) {
  .td-header-style-8 .td-header-main-menu {
    padding-left: 0;
  }
}
.td-header-style-8 .sf-menu > li > a {
  line-height: 53px;
}
.td-header-style-8 .sf-menu > .current-menu-item > a,
.td-header-style-8 .sf-menu > .current-menu-ancestor > a,
.td-header-style-8 .sf-menu > .current-category-ancestor > a,
.td-header-style-8 .sf-menu > li > a:hover,
.td-header-style-8 .sf-menu > .sfHover > a {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .td-header-style-8 .td-header-menu-wrap .td-container {
    padding: 0;
  }
}
.td-header-style-8 .td-affix .td-header-sp-logo img {
  max-height: 46px;
  padding: 2px 0;
}
.single_template_6 .td-header-style-8 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-8 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-8 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-8 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-8 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-8 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-8 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-8 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-8 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-8 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 9
----------------------------------------------------------------------  */
.td-header-style-9 .td-header-top-menu-full {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.td-header-style-9 .td-header-top-menu-full .td-header-top-menu {
  color: #000;
}
.td-header-style-9 .td-header-top-menu-full a {
  color: #000;
}
.td-header-style-9 .top-header-menu .sub-menu {
  background-color: #fff;
}
.td-header-style-9 .top-header-menu .td-social-icon-wrap .td-icon-font {
  color: #000;
}
.td-header-style-9 .td-logo-wrap-full {
  min-height: 130px;
  line-height: 130px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-9 .td-logo-wrap-full {
    line-height: 90px;
    min-height: 90px;
  }
}
.td-header-style-9 .td-logo-wrap-full a {
  position: relative;
  z-index: 1;
  line-height: 130px;
  display: inline-block;
  vertical-align: middle;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-9 .td-logo-wrap-full a {
    line-height: 90px;
  }
}
.td-header-style-9 .td-logo-wrap-full .td-logo {
  line-height: 130px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-9 .td-logo-wrap-full .td-logo {
    line-height: 90px;
  }
}
.td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
    display: block;
  }
}
.td-header-style-9 .td-main-menu-logo .td-main-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-9 .td-main-menu-logo .td-main-logo {
    display: none;
  }
}
.td-header-style-9 .td-logo-in-header .td-header-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-9 .td-logo-in-header .td-header-logo {
    display: none;
  }
}
.td-header-style-9 .td-logo-text-container a {
  line-height: 1;
}
.td-header-style-9 .td-header-sp-logo {
  text-align: center;
}
.td-header-style-9 .td-header-sp-logo img {
  z-index: 1;
  display: block;
  position: relative;
}
.td-header-style-9 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-9 .td-a-rec-id-header img,
.td-header-style-9 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-9 .td-a-rec-id-header .adsbygoogle,
.td-header-style-9 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-9 .td-banner-bg {
  background-color: #fff;
}
.td-header-style-9.td-header-background-image .td-banner-bg {
  background-color: transparent;
}
.td-header-style-9 .td-header-menu-social {
  margin-right: 4px;
}
.td-header-style-9 .header-search-wrap .td-icon-search {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-9 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-9 .td-header-menu-wrap-full {
  position: relative;
}
.single_template_6 .td-header-style-9 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-9 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-9 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-9 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-9 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-9 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-9 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-9 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-9 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-9 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 10
----------------------------------------------------------------------  */
.td-header-style-10 {
  /* tablet + desktop */
}
.td-header-style-10 .td-header-top-menu-full {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.td-header-style-10 .td-header-top-menu-full .td-header-top-menu {
  color: #000;
}
.td-header-style-10 .td-header-top-menu-full a {
  color: #000;
}
.td-header-style-10 .top-header-menu .sub-menu {
  background-color: #fff;
}
.td-header-style-10 .top-header-menu .td-social-icon-wrap .td-icon-font {
  color: #000;
}
.td-header-style-10 .td-logo-wrap-full {
  min-height: 130px;
  line-height: 130px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .td-logo-wrap-full {
    line-height: 90px;
    min-height: 90px;
  }
}
.td-header-style-10 .td-logo-wrap-full a {
  position: relative;
  z-index: 1;
  line-height: 130px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .td-logo-wrap-full a {
    line-height: 90px;
  }
}
.td-header-style-10 .td-logo-wrap-full .td-logo {
  line-height: 130px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .td-logo-wrap-full .td-logo {
    line-height: 90px;
  }
}
.td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
    display: block;
  }
}
.td-header-style-10 .td-main-menu-logo .td-main-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .td-main-menu-logo .td-main-logo {
    display: none;
  }
}
.td-header-style-10 .td-logo-in-header .td-header-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .td-logo-in-header .td-header-logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .td-header-style-10 .td-logo-sticky img {
    max-width: 102px;
  }
}
@media (min-width: 1019px) {
  .td-header-style-10 .td-logo-sticky img {
    max-width: inherit;
  }
}
.td-header-style-10 .td-header-sp-logo {
  text-align: center;
}
.td-header-style-10 .td-header-sp-logo img {
  z-index: 1;
  display: block;
  position: relative;
}
.td-header-style-10 .td-logo-text-container a {
  line-height: 1;
}
.td-header-style-10 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-10 .td-a-rec-id-header img,
.td-header-style-10 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-10 .td-a-rec-id-header .adsbygoogle,
.td-header-style-10 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-10 .td-banner-bg {
  background-color: #fff;
}
.td-header-style-10.td-header-background-image .td-banner-bg {
  background-color: transparent;
}
.td-header-style-10 .td-header-menu-social {
  position: absolute;
  margin-right: 0;
  float: none;
  top: 0;
  right: 53px;
}
.td-header-style-10 .td-header-menu-no-search .td-header-menu-social {
  right: 0;
}
.td-header-style-10 .td_stretch_content .td-header-menu-social {
  right: 20px;
}
.td-header-style-10 .header-search-wrap .td-icon-search {
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-10 .td-header-menu-wrap-full {
  position: relative;
}
.td-header-style-10 .menu-main-menu-container {
  display: inherit;
}
.td-header-style-10 .td-header-main-menu {
  padding-left: 48px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 .td-header-main-menu {
    padding-left: 2px;
  }
}
.td-header-style-10 #td-header-menu {
  display: table;
  margin: 0 auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-10 #td-header-menu {
    display: block;
  }
}
@media (min-width: 767px) {
  .td-header-style-10 .td-affix .td-main-menu-logo {
    position: absolute;
    left: 0;
  }
}
.single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-10 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-10 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 11
----------------------------------------------------------------------  */
.td-header-style-11 .td-header-top-menu-full {
  background-color: #222;
}
.td-header-style-11 .td-header-top-menu-full .td-header-top-menu {
  color: #fff;
}
.td-header-style-11 .td-header-top-menu-full a {
  color: #fff;
}
.td-header-style-11 .top-header-menu .sub-menu {
  background-color: #222;
}
.td-header-style-11 .td-logo-wrap-full {
  width: 100%;
  min-height: 160px;
  line-height: 160px;
  border-bottom: 1px solid #eee;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-11 .td-logo-wrap-full {
    line-height: 90px;
    min-height: 90px;
  }
}
.td-header-style-11 .td-logo-wrap-full a {
  position: relative;
  z-index: 1;
  line-height: 160px;
  display: inline-block;
  vertical-align: middle;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-11 .td-logo-wrap-full a {
    line-height: 90px;
  }
}
.td-header-style-11 .td-logo-wrap-full .td-logo {
  line-height: 160px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-11 .td-logo-wrap-full .td-logo {
    line-height: 90px;
  }
}
.td-header-style-11 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-11 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo {
    display: block;
  }
}
.td-header-style-11 .td-main-menu-logo .td-main-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-11 .td-main-menu-logo .td-main-logo {
    display: none;
  }
}
.td-header-style-11 .td-logo-in-header .td-header-logo {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-11 .td-logo-in-header .td-header-logo {
    display: none;
  }
}
.td-header-style-11 .td-header-sp-logo {
  text-align: center;
}
.td-header-style-11 .td-header-sp-logo img {
  z-index: 1;
  display: block;
  position: relative;
}
.td-header-style-11 .td-logo-text-container a {
  line-height: 1;
}
.td-header-style-11 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-11 .td-a-rec-id-header img,
.td-header-style-11 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-11 .td-a-rec-id-header .adsbygoogle,
.td-header-style-11 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-11 .td-banner-bg {
  background-color: #fff;
}
.td-header-style-11.td-header-background-image .td-banner-bg {
  background-color: transparent;
}
.td-header-style-11 .td-header-menu-social {
  margin-right: 5px;
  line-height: 52px;
}
.td-header-style-11 .header-search-wrap .td-icon-search {
  line-height: 52px;
  color: #000;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-11 .header-search-wrap .td-icon-search {
    color: #fff;
  }
}
.td-header-style-11 .td-header-menu-wrap-full {
  position: relative;
}
.td-header-style-11 .sf-menu > li > a {
  line-height: 52px;
}
.td-header-style-11 .td-affix:after {
  content: "";
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMCFg8LBQd761rpAAAAFklEQVQI12MQAEIFIDQAwgAGByAEAwAUCAGRLNh3YwAAAABJRU5ErkJggg==');
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  z-index: 1;
}
.td_category_template_2 .td-header-style-11 .td-logo-wrap-full,
.td_category_template_5 .td-header-style-11 .td-logo-wrap-full {
  border-bottom: 0;
}
.single_template_6 .td-header-style-11 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-11 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-11 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-11 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-11 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-11 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-11 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-11 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-11 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-11 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/* -------------------------------------------------------------------
  Style 12
----------------------------------------------------------------------  */
.td-header-style-12 {
  /* hover and current menu */
}
.td-header-style-12 .td-header-top-menu-full {
  background-color: #2b2b2b;
  z-index: 1;
}
.td-header-style-12 .td-header-top-menu-full .td-header-top-menu {
  text-transform: uppercase;
}
.td-header-style-12 .top-header-menu .sub-menu {
  background-color: #222222;
}
.td-header-style-12 .top-header-menu > li,
.td-header-style-12 .td-header-sp-top-menu,
.td-header-style-12 .td-header-sp-top-widget {
  line-height: 54px;
}
.td-header-style-12 .td-main-menu-logo {
  display: block;
  height: 80px;
  margin-right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-style-12 .td-main-menu-logo {
    display: inline;
    width: 0;
    height: 0;
  }
}
.td-header-style-12 .td-main-menu-logo a {
  line-height: 80px;
}
.td-header-style-12 .td-main-menu-logo img {
  max-height: 66px;
  margin-right: 22px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-style-12 .td-main-menu-logo img {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .td-header-style-12 .td-main-menu-logo img {
    max-height: 48px;
    margin: auto;
  }
}
.td-header-style-12 .td-header-rec-wrap {
  min-height: 0;
}
.td-header-style-12 .td-a-rec-id-header img,
.td-header-style-12 .td-g-rec-id-header img {
  position: relative;
}
.td-header-style-12 .td-a-rec-id-header .adsbygoogle,
.td-header-style-12 .td-g-rec-id-header .adsbygoogle {
  position: relative;
  display: block !important;
}
.td-header-style-12 .td-header-menu-social {
  margin-right: 5px;
  line-height: 80px;
}
.td-header-style-12 .header-search-wrap .td-icon-search {
  color: #fff;
}
.td-header-style-12 .td-header-menu-wrap-full #td-header-search-button .td-icon-search {
  line-height: 80px;
}
.td-header-style-12 .td-header-menu-wrap-full {
  background-color: #4db2ec;
}
.td-header-style-12 .td-header-menu-wrap-full .td-header-gradient:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  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)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}
.td-header-style-12 .sf-menu > .current-menu-item > a,
.td-header-style-12 .sf-menu > .current-menu-ancestor > a,
.td-header-style-12 .sf-menu > .current-category-ancestor > a,
.td-header-style-12 .sf-menu > li > a:hover,
.td-header-style-12 .sf-menu > .sfHover > a {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.td-header-style-12 .td-affix {
  background-color: #4db2ec;
}
.td-header-style-12 .td-header-menu-wrap .td-header-main-menu {
  background-color: transparent;
}
.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a {
  color: #fff;
  line-height: 80px;
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-12 .td-header-menu-wrap .sf-menu > li > a {
    padding: 0 13px;
  }
}
.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:after {
  display: none;
}
.td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul {
  /* responsive landscape tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-style-12 .td-header-menu-wrap .sf-menu a.sf-with-ul {
    padding-right: 28px;
  }
}
.td-header-style-12 .td-mega-menu ul {
  border-top: none;
}
.single_template_6 .td-header-style-12 .td-a-rec-id-header > div,
.single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
.single_template_8 .td-header-style-12 .td-a-rec-id-header > div,
.single_template_10 .td-header-style-12 .td-a-rec-id-header > div,
.single_template_11 .td-header-style-12 .td-a-rec-id-header > div,
.td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div,
.td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div,
.td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div,
.td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div,
.single_template_6 .td-header-style-12 .td-g-rec-id-header > div,
.single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
.homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
.single_template_8 .td-header-style-12 .td-g-rec-id-header > div,
.single_template_10 .td-header-style-12 .td-g-rec-id-header > div,
.single_template_11 .td-header-style-12 .td-g-rec-id-header > div,
.td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div,
.td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div,
.td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div,
.td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div,
.single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
.single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
.td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {
  /* responsive min landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) {
  .single_template_6 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .single_template_6 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_8 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_10 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_11 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > div,
  .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > div,
  .single_template_6 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
  .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_8 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_10 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_11 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > div,
  .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > div,
  .single_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-12 .td-a-rec-id-header > .adsbygoogle,
  .single_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .homepage-post.single_template_7 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_10 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .single_template_11 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_2 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_5 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_6 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle,
  .td_category_template_8 .td-header-style-12 .td-g-rec-id-header > .adsbygoogle {
    margin-bottom: 14px !important;
  }
}
/*  ----------------------------------------------------------------------------
    main menu
*/
.td-header-main-menu {
  position: relative;
  z-index: 999;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .td-header-main-menu {
    padding-right: 64px;
    padding-left: 2px;
  }
}
.td-header-menu-no-search .td-header-main-menu {
  padding-right: 0;
}
/*  ----------------------------------------------------------------------------
    SF menu
*/
.sf-menu,
.sf-menu ul,
.sf-menu li {
  margin: 0;
  list-style: none;
}
/* responsive phone */
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
.sf-menu > li.td-normal-menu > ul.sub-menu {
  left: -15px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu > li.td-normal-menu > ul.sub-menu {
    left: -5px;
  }
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu li .fa {
  margin-right: 10px;
  font-size: 1.4em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sf-menu li .td-only-icon {
  margin-right: 0;
}
.sf-menu .td-menu-item > a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: auto;
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0 !important;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
.sf-menu > .current-menu-ancestor,
.sf-menu > .current-category-ancestor,
.sf-menu > .current-menu-item {
  z-index: 0;
}
/*  ----------------------------------------------------------------------------
    All the links
*/
/* remove the down arrow on links with  (icons menus) */
.td-no-down-arrow > a .sf-sub-indicator {
  display: none;
}
.sf-menu > li > a {
  padding: 0 14px;
  line-height: 48px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu > li > a {
    padding: 0 9px;
    font-size: 11px;
  }
}
/* menu icons */
.sf-menu .menu_icon {
  position: relative;
  top: 13px;
  float: left;
}
.sf-menu .sub-menu .menu_icon {
  top: 0;
}
.sf-menu .menu_hidden {
  display: none !important;
}
/* hover and current menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
  background-color: transparent;
  z-index: 999;
}
.td-affix {
  /* hover and current menu */
}
.td-affix .sf-menu > .current-menu-item > a,
.td-affix .sf-menu > .current-menu-ancestor > a,
.td-affix .sf-menu > .current-category-ancestor > a,
.td-affix .sf-menu > li > a:hover,
.td-affix .sf-menu > .sfHover > a {
  background-color: transparent;
}
/* Bottom border on Main Menu */
.sf-menu > li > a:after {
  background-color: transparent;
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
/* hover and current menu border */
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
  background-color: #4db2ec;
  width: 100%;
}
#td-header-menu {
  display: inline-block;
  vertical-align: top;
}
/*  ----------------------------------------------------------------------------
    submenu
*/
.td-normal-menu ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.sf-menu .td-normal-menu ul {
  padding: 15px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu .td-normal-menu ul {
    padding: 8px 0;
  }
}
.sf-menu .td-normal-menu ul ul {
  margin: -15px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu .td-normal-menu ul ul {
    margin: -8px 0;
  }
}
.sf-menu ul {
  background-color: #fff;
}
.sf-menu ul .td-menu-item > a {
  padding: 7px 30px;
  font-size: 12px;
  line-height: 20px;
  color: #111;
}
.sf-menu ul .td-menu-item > a .fa {
  font-size: 1em;
  position: relative;
  top: -1px;
  width: 20px;
  margin-right: 5px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu ul .td-menu-item > a {
    padding: 5px 16px 6px;
    font-size: 11px;
  }
}
.sf-menu ul .td-icon-menu-down {
  float: right;
  top: 0;
  font-size: 7px;
}
.sf-menu ul .td-menu-item > a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.sf-menu ul .current-menu-item > a {
  color: #4db2ec;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}
/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu .td-icon-menu-down {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  padding-left: 7px;
  font-size: 9px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu .td-icon-menu-down {
    padding-left: 6px;
  }
}
.sf-menu .sub-menu {
  -webkit-backface-visibility: hidden;
}
.sf-menu .sub-menu .td-icon-menu-down {
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -9px;
  line-height: 19px;
}
.sf-menu .td-menu-badge {
  font-size: 10px;
  background-color: #f0f8ff;
  color: #4db2ec;
  border-radius: 10px;
  padding: 1px 7px 2px;
  margin-left: 6px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.td-menu-badge {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-menu-badge {
    display: none;
  }
}
.sf-menu a.sf-with-ul {
  padding-right: 31px;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu a.sf-with-ul {
    padding-right: 22px;
  }
}
/* arrow for all items in the menues */
a.sf-with-ul i.td-icon-menu-down:before {
  content: '\e808';
}
/* arrow for all items in the menues AT FIRST LEVEL*/
ul.sf-js-enabled > li > a > i.td-icon-menu-down:before {
  content: '\e806' !important;
}
/*  ----------------------------------------------------------------------------
    Mega Menu
*/
.td-mega-menu {
  position: static !important;
}
.td-mega-menu ul.sub-menu {
  position: absolute;
  width: 1114px !important;
  height: auto;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: none;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-menu ul.sub-menu {
    width: 1024px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-menu ul.sub-menu {
    width: 786px !important;
  }
}
.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
  margin: 0 0 22px 22px;
}
/*

  page in mega menu mega-menu-page

  */
.td-mega-menu-page .td-mega-grid {
  padding: 22px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-menu-page .td-mega-grid {
    padding: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-menu-page .td-mega-grid {
    padding: 22px;
  }
}
.td-mega-menu-page .td-mega-grid .td_block_wrap {
  padding-bottom: 26px;
}
.td-mega-menu-page .wpb_content_element {
  clear: both;
}
.td-mega-menu-page .wpb_content_element .td_block_wrap .td-pulldown-filter-display-option {
  display: none;
}
.td-mega-menu-page .wpb_content_element .widgettitle:after {
  width: 1200px;
}
.td-mega-menu-page .wpb_content_element ul {
  display: inline-block !important;
  position: relative !important;
  width: 100% !important;
  border: none !important;
  left: 0 !important;
  top: 0 !important;
  margin-left: 0 !important;
  webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.td-mega-menu-page .wpb_content_element ul li {
  webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  float: none !important;
  width: auto !important;
  line-height: 30px !important;
  margin-left: 0;
  padding: 0 !important;
  list-style-type: disc !important;
  list-style-position: inside;
}
.td-mega-menu-page .wpb_content_element ul li ul {
  opacity: 1 !important;
  margin-top: 4px !important;
  margin-left: 21px !important;
  padding-bottom: 0 !important;
}
.td-mega-menu-page .wpb_content_element ul li ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.td-mega-menu-page .wpb_content_element ul li a {
  background-color: transparent !important;
  line-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #222222 !important;
}
.td-mega-menu-page .wpb_content_element ul li a i {
  display: none;
}
.td-mega-menu-page .wpb_content_element ul li a:hover {
  background-color: transparent !important;
  color: #4db2ec !important;
}
.td-mega-menu-page .vc_wp_custommenu ul li {
  padding: 5px 0 !important;
  border-top: 1px dashed #EDEDED;
  list-style-type: none !important;
}
.td-mega-menu-page .vc_wp_custommenu ul li:first-child {
  border: none;
}
.td-mega-menu-page .vc_wp_custommenu ul li:last-child {
  border-bottom: 1px dashed #EDEDED;
}
.td-mega-menu-page .vc_wp_custommenu ul li li {
  border-top: 1px dashed #EDEDED !important;
}
/*

  end fix mega menu with page

*/
.td_block_mega_menu {
  display: table;
  width: 100%;
  margin-bottom: 0 !important;
}
.td_mega_menu_sub_cats {
  width: 218px;
  max-width: 218px;
  text-align: right;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding-top: 22px;
  background-color: #fafafa;
  position: relative;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_mega_menu_sub_cats {
    width: 200px;
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_mega_menu_sub_cats {
    width: 152px;
    max-width: 152px;
  }
}
.td_mega_menu_sub_cats:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaeaea;
}
.td_mega_menu_sub_cats a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  padding: 5px 22px;
  position: relative;
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_mega_menu_sub_cats a {
    padding: 4px 22px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_mega_menu_sub_cats a {
    font-size: 11px;
    padding: 3px 22px;
  }
}
.td_mega_menu_sub_cats .cur-sub-cat {
  background-color: #fff;
  color: #4db2ec;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.td_mega_menu_sub_cats .cur-sub-cat:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
}
.block-mega-child-cats {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 252px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .block-mega-child-cats {
    max-height: 238px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .block-mega-child-cats {
    max-height: 224px;
  }
}
.td-mega-row {
  display: table-cell;
  padding: 22px 0 10px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-row {
    padding-bottom: 6px;
  }
}
.td-mega-span {
  width: 196px;
  min-height: 202px;
  float: left;
  margin-left: 22px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-span {
    width: 178px;
    min-height: 189px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-span {
    width: 130px;
    min-height: 176px;
  }
}
.td-mega-span .td-module-thumb {
  position: relative;
  margin-bottom: 0;
}
.td-mega-span .entry-thumb {
  min-height: 135px;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-mega-span .entry-thumb {
    min-height: 122px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-span .entry-thumb {
    min-height: 89px;
  }
}
.td-mega-span h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  margin: 7px 0 0;
  line-height: 18px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-span h3 {
    font-size: 12px;
    line-height: 16px;
  }
}
.td-mega-span h3 a {
  color: #333;
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.td-mega-span h3 a:hover {
  color: #4db2ec;
}
.td_mod_mega_menu:hover .entry-title a {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    Social icons
*/
.td-header-menu-social {
  float: right;
  margin-right: 5px;
  line-height: 48px;
  /* responsive tablet + phone */
}
.td-header-menu-social .td-social-icon-wrap a {
  color: #000;
}
.td-header-menu-social .td-social-icon-wrap i {
  min-width: 16px;
  font-size: 12px;
  line-height: 24px;
  vertical-align: middle;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-menu-social .td-social-icon-wrap i {
    font-size: 12px !important;
  }
}
@media (max-width: 1140px) {
  .td-header-menu-social {
    display: none;
  }
}
.td-affix .td-header-menu-social {
  line-height: 48px !important;
}
.td-header-menu-no-search .td-header-menu-social {
  margin-right: 0 !important;
}
.td_stretch_content .td-header-menu-social {
  margin-right: 44px;
}
/*  ----------------------------------------------------------------------------
    Search
*/
.header-search-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.header-search-wrap .td-icon-search {
  display: inline-block;
  font-size: 19px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .header-search-wrap .td-icon-search {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-search-wrap .td-icon-search {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 22px;
    margin-right: 2px;
  }
}
.td-header-menu-social + .td-search-wrapper #td-header-search-button {
  position: relative;
}
.td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 8 ")";
  filter: alpha(opacity=8);
  /* responsive tablet + phone */
}
@media (max-width: 1140px) {
  .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
    display: none;
  }
}
.td-demo-multicolumn-2 .sub-menu {
  padding: 14px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu {
  padding: 0;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.td-menu-mob-open-menu .td-demo-menuitem-hide {
  display: none;
}
.td-demo-menuitem-hide {
  visibility: hidden;
}
.td-mega-menu-page .sub-menu ul {
  display: inline-block !important;
  position: initial !important;
  width: auto !important;
}
/*  ----------------------------------------------------------------------------
    top-menu grid
*/
.td-header-top-menu {
  color: #fff;
  font-size: 11px;
}
.td-header-top-menu .fa {
  text-align: center;
  min-width: 13px !important;
  margin-right: 3px;
}
.td-header-top-menu a {
  color: #fff;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-header-top-menu {
    overflow: visible;
  }
}
/* left menu side */
.td-header-sp-top-menu {
  line-height: 28px;
  padding: 0 !important;
  z-index: 1000;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-sp-top-menu {
    display: none !important;
  }
}
.td-header-sp-top-menu .td_ul_logout {
  margin-right: 16px;
}
/* right widget side */
.td-header-sp-top-widget {
  position: relative;
  line-height: 28px;
  text-align: right;
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* responsive portrait phone */
}
.td-header-sp-top-widget .td-social-icon-wrap .td-icon-font {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .td-header-sp-top-widget {
    width: 100%;
    text-align: center;
  }
}
.td-header-sp-top-widget .td-search-btns-wrap {
  float: left;
}
.td-header-sp-top-widget .td-search-btns-wrap:hover .td-icon-search {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
  filter: alpha(opacity=80);
}
.td-header-sp-top-widget .td-icon-search {
  width: 30px;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  vertical-align: middle;
}
.td-header-sp-top-widget .td-icon-search:hover {
  color: #4db2ec;
}
.td-header-sp-top-widget .td-icon-search:before {
  font-weight: 700;
}
.td-header-sp-top-widget .td-drop-down-search {
  top: calc(100% + 1px);
  text-align: left;
}
.td-header-sp-top-widget .td-drop-down-search:before,
.td-header-sp-top-widget .td-drop-down-search:after {
  display: none;
}
.td-header-sp-top-widget .td-drop-down-search .entry-title a {
  color: #000;
}
.td-header-sp-top-widget .td-drop-down-search .td_module_wrap:hover .entry-title a {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    top-menu data time
*/
.td_data_time {
  display: inline-block;
  margin-right: 32px;
}
/*  ----------------------------------------------------------------------------
    top-menu - login & menu
*/
.menu-top-container {
  display: inline-block;
  margin-right: 16px;
}
.top-header-menu {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.top-header-menu li {
  display: inline-block;
  position: relative;
  margin-left: 0;
}
.top-header-menu li li {
  width: 100%;
}
.top-header-menu li a {
  margin-right: 16px;
  line-height: 1;
}
.top-header-menu li a:hover {
  color: #4db2ec;
}
.top-header-menu > li {
  line-height: 28px;
}
.top-header-menu > .td-normal-menu:hover > .sub-menu {
  display: block !important;
}
.top-header-menu .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.top-header-menu .td-icon-menu-down {
  padding-left: 6px;
  font-size: 8px;
  position: relative;
  top: -1px;
}
.top-header-menu .td-icon-logout {
  font-size: 10px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.top-header-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  line-height: 28px;
  background-color: #222222;
  z-index: 1000;
}
.top-header-menu .sub-menu a {
  display: block;
  margin: 0 10px;
  white-space: nowrap;
  line-height: 28px;
}
.top-header-menu .td_user_logd_in {
  font-weight: bold;
}
.top-header-menu .td_user_logd_in:hover {
  text-decoration: none !important;
}
.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a {
  color: #4db2ec;
}
.top-header-menu ul .td-icon-menu-down,
.top-header-menu .td-mega-menu .td-icon-menu-down {
  display: none;
}
.top-header-menu .td-mega-menu ul,
.top-header-menu ul ul {
  display: none !important;
}
.td_sp_login_ico_style {
  position: absolute;
  top: 3px;
  right: -9px;
}
.td_sp_logout_ico_style {
  position: relative;
  top: 3px;
  left: 17px;
}
/*  ----------------------------------------------------------------------------
    top-menu social widget
*/
.td-social-icon-wrap {
  /* responsive portrait phone */
}
.td-social-icon-wrap > a {
  display: inline-block;
}
.td-social-icon-wrap .td-icon-font {
  font-size: 12px;
  width: 30px;
  height: 24px;
  line-height: 24px;
}
.td-social-icon-wrap .td-icon-instagram {
  font-size: 15px;
}
@media (max-width: 767px) {
  .td-social-icon-wrap {
    margin: 0 3px;
  }
}
/*  ----------------------------------------------------------------------------
    Top Bar Style 1
*/
.top-bar-style-1 .td-header-sp-top-widget {
  float: right;
}
/*  ----------------------------------------------------------------------------
    Top Bar Style 2
*/
.top-bar-style-2 .td_ul_login,
.top-bar-style-2 .td_ul_logout {
  margin-right: 32px;
}
.top-bar-style-2 .td-header-sp-top-menu {
  float: right;
}
.top-bar-style-2 .td-header-sp-top-menu ul:last-child,
.top-bar-style-2 .td-header-sp-top-menu div:last-child {
  margin-right: 0;
}
.top-bar-style-2 .menu-top-container,
.top-bar-style-2 .top-header-menu li:last-child a {
  margin-right: 0;
}
.top-bar-style-2 .td-search-box-wrap {
  left: 0;
  right: auto;
}
/*  ----------------------------------------------------------------------------
    Top Bar Style 3
*/
/*  ----------------------------------------------------------------------------
    Top Bar Style 4
*/
.top-bar-style-4 .td-header-sp-top-widget,
.top-bar-style-4 .td-header-sp-top-menu {
  float: right;
}
/*


  Mobile menu


*/
#td-outer-wrap {
  overflow: hidden;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-outer-wrap {
    margin: auto;
    width: 100%;
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    -webkit-transform-origin: 50% 200px 0;
    -moz-transform-origin: 50% 200px 0;
    -o-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0;
  }
}
/* toggle button - burger button */
#td-top-mobile-toggle {
  display: none;
  /* responsive phone */
}
@media (max-width: 767px) {
  #td-top-mobile-toggle {
    display: inline-block;
    position: relative;
  }
}
#td-top-mobile-toggle a {
  display: inline-block;
}
#td-top-mobile-toggle i {
  font-size: 27px;
  width: 64px;
  line-height: 54px;
  height: 54px;
  display: inline-block;
  padding-top: 1px;
  color: #fff;
}
/*
    Mobile opened menu with admin bar
*/
.admin-bar #td-mobile-nav {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .admin-bar #td-mobile-nav {
    padding-top: 46px;
  }
}
.td-menu-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  display: block;
  width: 100%;
  height: 113%;
  z-index: 9999;
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.td-menu-background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.98;
  background: #313b45;
  background: -moz-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #313b45), color-stop(100%, #3393b8));
  background: -webkit-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -o-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -ms-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0);
}
#td-mobile-nav {
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  transform: translate3d(-99%, 0, 0);
  -webkit-transform: translate3d(-99%, 0, 0);
  -moz-transform: translate3d(-99%, 0, 0);
  -ms-transform: translate3d(-99%, 0, 0);
  -o-transform: translate3d(-99%, 0, 0);
  left: -1%;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}
#td-mobile-nav .td_display_err {
  text-align: center;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin: -9px -30px 24px;
  font-size: 14px;
  border-radius: 0;
  padding: 12px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.06);
  display: none;
}
#td-mobile-nav input:invalid {
  box-shadow: none !important;
}
.td-js-loaded .td-menu-background,
.td-js-loaded #td-mobile-nav {
  visibility: visible;
  -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
#td-mobile-nav {
  height: 1px;
  overflow: hidden;
}
#td-mobile-nav .td-menu-socials {
  padding: 0 65px 0 20px;
  overflow: hidden;
  height: 60px;
}
#td-mobile-nav .td-social-icon-wrap {
  margin: 20px 5px 0 0;
  display: inline-block;
}
#td-mobile-nav .td-social-icon-wrap i {
  border: none;
  background-color: transparent;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  vertical-align: middle;
}
#td-mobile-nav .td-social-icon-wrap .td-icon-instagram {
  font-size: 16px;
}
.td-mobile-close {
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1000;
}
.td-mobile-close .td-icon-close-mobile {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #fff;
  top: 4px;
  position: relative;
}
.td-mobile-content {
  padding: 20px 20px 0;
}
.td-mobile-container {
  padding-bottom: 20px;
  position: relative;
}
.td-mobile-content {
  /* first submenu */
  /* hide the icons */
  /* reposition the main menu */
}
.td-mobile-content .fa {
  margin-right: 10px;
  min-width: 22px !important;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  position: relative;
  top: -1px;
}
.td-mobile-content .sub-menu .fa {
  margin-right: 5px;
  min-width: 16px !important;
  font-size: 13px;
}
.td-mobile-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.td-mobile-content li {
  float: none;
  margin-left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.td-mobile-content li a {
  display: block;
  line-height: 21px;
  font-size: 21px;
  color: #fff;
  margin-left: 0;
  padding: 12px 30px 12px 12px;
  font-weight: bold;
}
.td-mobile-content .td-icon-menu-right {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: -4px;
  z-index: 1000;
  font-size: 14px;
  padding: 6px 12px;
  float: right;
  color: #fff;
  -webkit-transform-origin: 50% 48% 0px;
  -moz-transform-origin: 50% 48% 0px;
  -o-transform-origin: 50% 48% 0px;
  transform-origin: 50% 48% 0px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.td-mobile-content .td-icon-menu-right:before {
  content: '\e83d';
}
.td-mobile-content .td-sub-menu-open > a i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.td-mobile-content .td-sub-menu-open > ul {
  display: block;
  max-height: 2000px;
  opacity: 0.9;
}
.td-mobile-content .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -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);
  -moz-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* 2nd level submenu */
}
.td-mobile-content .sub-menu .td-icon-menu-right {
  font-size: 11px;
  right: -2px;
  top: 8px;
  color: #fff;
}
.td-mobile-content .sub-menu a {
  padding: 9px 26px 9px 36px !important;
  line-height: 19px;
  font-size: 16px;
  font-weight: normal;
}
.td-mobile-content .sub-menu .sub-menu {
  /* 3rd level submenu */
}
.td-mobile-content .sub-menu .sub-menu a {
  padding-left: 55px !important;
}
.td-mobile-content .sub-menu .sub-menu .sub-menu a {
  padding-left: 74px !important;
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a {
  color: #73C7E3;
}
.td-mobile-content .menu_icon {
  display: none;
}
.td-mobile-content .menu-item-has-children a {
  width: 100%;
  z-index: 1;
}
.td-mobile-content .td-link-element-after {
  position: relative;
}
.td-menu-mob-open-menu {
  position: relative;
}
.td-menu-mob-open-menu #wpadminbar {
  position: fixed !important;
}
.td-menu-mob-open-menu #td-outer-wrap {
  position: fixed;
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -webkit-box-shadow: 0 0 46px #000000;
  -moz-box-shadow: 0 0 46px #000000;
  box-shadow: 0 0 46px #000000;
}
.td-menu-mob-open-menu #td-mobile-nav {
  height: auto;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  left: 0;
}
.td-menu-mob-open-menu .td-menu-background {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.td-menu-mob-open-menu.admin-bar #td-mobile-nav {
  padding-top: 0;
}
/*


  Mobile menu - login


*/
/*
    Animation
*/
.td-mobile-container {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.td-hide-menu-content .td-mobile-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.td-hide-menu-content .td-mobile-content {
  display: none;
}
#td-mobile-nav .td-login-animation {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
}
#td-mobile-nav .td-login-animation .td-login-inputs {
  height: 76px;
}
#td-mobile-nav .td-login-hide {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden !important;
}
#td-mobile-nav .td-login-show {
  visibility: visible !important;
  opacity: 1;
}
/*
    Logged section
*/
#td-mobile-nav .td-menu-login-section {
  list-style: none;
  position: relative;
  margin-top: 20px;
}
#td-mobile-nav .td-menu-login-section .td-logged-wrap {
  height: 60px;
  line-height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-login-section .td-logged-wrap {
    height: 40px;
    line-height: 40px;
  }
}
#td-mobile-nav .td-menu-login-section a {
  color: #fff;
}
#td-mobile-nav .td-menu-avatar {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
}
#td-mobile-nav .td-menu-avatar .td-avatar-container {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-avatar .td-avatar-container {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
  }
}
#td-mobile-nav .td-menu-avatar .avatar {
  position: absolute;
  margin: 0 auto;
  left: -9999px;
  right: -9999px;
  max-width: none;
  width: 100%;
  height: 100%;
}
#td-mobile-nav .td-menu-username {
  font-size: 20px;
  font-weight: bold;
  margin: 0 100px 0 95px;
  overflow: hidden;
  height: 60px;
  /* responsive portrait phone */
}
@media (max-width: 320px) {
  #td-mobile-nav .td-menu-username {
    font-size: 18px;
    height: 40px;
    margin: 0 100px 0 75px;
  }
}
#td-mobile-nav .td-menu-logout {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
}
#td-mobile-nav .td-menu-logout a {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: bold;
}
/*
    Guest section
*/
#td-mobile-nav .td-guest-wrap {
  height: 40px;
  text-align: center;
}
#td-mobile-nav .td-guest-wrap .td-menu-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  left: auto;
  margin-right: 15px;
}
#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container {
  width: 40px;
  height: 40px;
}
#td-mobile-nav .td-guest-wrap .td-menu-login {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
#td-mobile-nav .td-guest-wrap .td-menu-login span {
  background-color: #fff;
  width: 1px;
  height: 20px;
  display: inline-block;
  margin: 0 13px;
  line-height: 20px;
  position: relative;
  top: 3px;
  opacity: 0.3;
}
#td-mobile-nav .td-guest-wrap .td-menu-login a {
  cursor: pointer;
}
/*
    Register section
*/
#td-mobile-nav .td-register-section {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: -1;
}
#td-mobile-nav .td-register-section a {
  color: #fff;
}
#td-mobile-nav .td-register-section .td-icon-read-down {
  font-size: 23px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  line-height: 74px;
  width: 74px;
}
#td-mobile-nav .td-register-section .td-login-input {
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  outline: 0;
  margin: 18px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  box-shadow: none;
}
#td-mobile-nav .td-register-section .td-login-input:focus ~ label,
#td-mobile-nav .td-register-section .td-login-input:valid ~ label {
  top: -6px;
  font-size: 14px;
  opacity: 0.4;
}
#td-mobile-nav .td-register-section .td-login-form-wrap {
  padding: 0 30px;
}
#td-mobile-nav .td-register-section .td-login-button {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 50px;
  color: #000;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  margin: 17px 0 15px;
  font-size: 17px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.8;
  text-shadow: none;
}
#td-mobile-nav .td-register-section .td-login-info-text {
  text-align: center;
  margin-bottom: 20px;
}
#td-mobile-nav .td-login-title {
  position: absolute;
  top: 0;
  padding: 0 50px;
  text-align: center;
  line-height: 74px;
  text-transform: uppercase;
  width: 100%;
  font-size: 17px;
  height: 74px;
  overflow: hidden;
  z-index: -1;
}
#td-mobile-nav .td-login-panel-title {
  text-align: center;
  font-size: 16px;
  padding: 30px 10px;
}
#td-mobile-nav .td-login-panel-title span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
/*


    Search


*/
.td-search-wrap-mob {
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  text-align: center;
  z-index: 9999;
  visibility: hidden;
  color: #fff;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}
.td-search-wrap-mob .td-drop-down-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.td-search-wrap-mob #td-header-search-mob {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  height: 40px;
  line-height: 36px;
  border: 0;
  background: transparent;
  outline: 0;
  margin: 8px 0;
  padding: 0;
  text-align: center;
}
.td-search-wrap-mob .td-search-input {
  margin: 0 5%;
  position: relative;
}
.td-search-wrap-mob .td-search-input span {
  opacity: 0.8;
  font-size: 12px;
}
.td-search-wrap-mob .td-search-input:before,
.td-search-wrap-mob .td-search-input:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.td-search-wrap-mob .td-search-input:after {
  opacity: 0.8;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transition: transform 0.5s ease 0.8s;
  -moz-transition: transform 0.5s ease 0.8s;
  -o-transition: transform 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s;
}
.td-search-wrap-mob .td_module_wrap {
  text-align: left;
}
.td-search-wrap-mob .td_module_wrap .entry-title {
  font-size: 16px;
  line-height: 20px;
}
.td-search-wrap-mob .td_module_wrap .entry-title a {
  color: #fff;
}
.td-search-wrap-mob .td_module_wrap:hover .entry-title a {
  color: #fff;
}
.td-search-wrap-mob .td-post-date {
  color: #ddd;
  opacity: 0.8;
}
.td-search-wrap-mob .td-search-form {
  margin-bottom: 30px;
}
.td-search-wrap-mob .td-aj-search-results {
  margin: 0 5%;
  text-align: left;
}
.td-search-wrap-mob .td-module-thumb {
  top: auto;
  left: auto;
}
.td-search-wrap-mob .result-msg {
  margin: 0 5%;
}
.td-search-wrap-mob .result-msg a {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 50px;
  color: #000;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
  margin: 10px 0 40px;
  font-size: 17px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.8;
}
.td-search-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: fixed;
  display: block;
  width: 100%;
  height: 113%;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  visibility: hidden;
}
.td-search-background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.98;
  background: #313b45;
  background: -moz-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #313b45), color-stop(100%, #3393b8));
  background: -webkit-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -o-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: -ms-linear-gradient(top, #313b45 0%, #3393b8 100%);
  background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313b45', endColorstr='#3393b8', GradientType=0);
}
.td-search-close {
  text-align: right;
  z-index: 1000;
}
.td-search-close .td-icon-close-mobile {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 4px;
  right: 0;
}
.td-search-opened {
  position: relative;
}
.td-search-opened #wpadminbar {
  position: fixed !important;
}
.td-search-opened #td-outer-wrap {
  position: fixed;
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  -ms-transform: scale3d(0.9, 0.9, 0.9);
  -o-transform: scale3d(0.9, 0.9, 0.9);
  -webkit-box-shadow: 0 0 46px;
  -moz-box-shadow: 0 0 46px;
  box-shadow: 0 0 46px;
}
.td-search-opened .td-search-wrap-mob .td-drop-down-search {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.td-search-opened .td-search-background {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  visibility: visible;
}
.td-search-opened .td-search-input:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.td-search-opened.admin-bar .td-search-wrap-mob {
  padding-top: 0;
}
/*
    Search opened menu with admin bar
*/
.admin-bar .td-search-wrap-mob {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .td-search-wrap-mob {
    padding-top: 46px;
  }
}
#td-mobile-nav label {
  position: absolute;
  top: 26px;
  left: 10px;
  font-size: 17px;
  color: #fff;
  opacity: 0.6;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.td-login-inputs {
  position: relative;
}
/*
----------------------------------------------------------------------------
  Site wide > typography style
----------------------------------------------------------------------------
*/
body,
p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
p {
  margin-top: 0;
  margin-bottom: 21px;
}
a:active,
a:focus {
  /* IE remove focus */
  outline: none;
}
a {
  color: #4db2ec;
  text-decoration: none;
}
ins {
  background: white;
  text-decoration: none;
}
code {
  position: relative;
  top: -1px;
  border: none;
  background-color: #F1F1F1;
  padding: 2px 6px;
}
pre {
  background-color: #f1f1f1;
  padding: 4px 10px 4px 10px;
  border: none;
  border-radius: 0;
  margin-top: 24px;
}
cite {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #000;
}
cite a {
  color: #000;
}
cite a:hover {
  color: #4db2ec;
}
q {
  font-style: italic;
}
ul,
ol {
  padding: 0;
}
ul li,
ol li {
  line-height: 24px;
  margin-left: 21px;
}
.dl-horizontal a {
  font-weight: 500 !important;
}
.dl-horizontal dt {
  width: 70px;
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
}
.dl-horizontal dd {
  margin-left: 90px;
  line-height: 24px;
  font-size: 14px;
}
address {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 21px;
}
big {
  text-transform: uppercase;
}
embed {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
     table
*/
table {
  width: 100%;
}
table th {
  text-align: left;
  border: 1px solid #ededed;
  padding: 2px 8px;
}
table td {
  border: 1px solid #ededed;
  padding: 2px 8px;
}
table .odd td {
  background-color: #fcfcfc;
}
/*  ----------------------------------------------------------------------------
    h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #111111;
  font-weight: 400;
  margin: 6px 0 6px 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #111111;
}
h1 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 33px;
  margin-bottom: 23px;
}
h2 {
  font-size: 27px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
}
h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 27px;
  margin-bottom: 17px;
}
h4 {
  font-size: 19px;
  line-height: 29px;
  margin-top: 24px;
  margin-bottom: 14px;
}
h5 {
  font-size: 17px;
  line-height: 25px;
  margin-top: 21px;
  margin-bottom: 11px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 11px;
}
.videopress-placeholder {
  width: 100% !important;
}
.videopress-poster {
  height: auto !important;
  width: 100% !important;
}
.video-player {
  width: 100% !important;
}
/*
----------------------------------------------------------------------------
  Site wide > Forms
----------------------------------------------------------------------------
*/
textarea {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  height: 168px;
  min-height: 168px;
  padding: 6px 9px 6px 9px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  textarea {
    font-size: 16px;
  }
}
textarea:active,
textarea:focus {
  border-color: #b0b0b0 !important;
}
textarea:focus,
input:focus,
input[type]:focus {
  outline: 0 none;
}
/* Input buttons */
input[type=submit] {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  background-color: #222222;
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-weight: 500;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
input[type=submit]:hover {
  background-color: #4db2ec;
}
input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  input[type=text],
  input[type=url],
  input[type=tel],
  input[type=email] {
    font-size: 16px;
  }
}
input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  border-color: #b0b0b0 !important;
}
input[type=password] {
  width: 100%;
  position: relative;
  top: 0;
  display: inline-table;
  vertical-align: middle;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #ccc;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px;
  margin-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  input[type=password] {
    font-size: 16px;
  }
}
/*
----------------------------------------------------------------------------
  Site wide > WordPress Text, Images & Captions
----------------------------------------------------------------------------
*/
/*  ----------------------------------------------------------------------------
    text and Images align
*/
.td-post-content img,
.wpb_text_column img,
.td_block_text_with_title img,
.woocommerce #tab-description img,
.mce-content-body img {
  margin-bottom: 21px;
}
.td-post-content figure img,
.wpb_text_column figure img,
.td_block_text_with_title figure img,
.woocommerce #tab-description figure img,
.mce-content-body figure img {
  margin-bottom: 0;
}
.td-post-content .alignnone,
.wpb_text_column .alignnone,
.td_block_text_with_title .alignnone,
.woocommerce #tab-description .alignnone,
.mce-content-body .alignnone {
  display: inline-block;
  margin: 0 5px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-content .alignnone,
  .wpb_text_column .alignnone,
  .td_block_text_with_title .alignnone,
  .woocommerce #tab-description .alignnone,
  .mce-content-body .alignnone {
    margin: 0 10px 0 0;
  }
}
img.wp-smiley {
  width: auto;
}
.wp-caption-text,
.wp-caption-dd {
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  margin: 6px 0 26px 0;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  max-width: 100% !important;
}
.alignnone {
  margin-top: 0;
}
.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
figure.alignright,
figure.alignleft,
figure.aligncenter {
  margin-bottom: 0;
}
.alignnone img,
.aligncenter img {
  width: 100%;
}
/*  ----------------------------------------------------------------------------
    align left
     -> on desktop - the tinyMCE size is used
     -> on tablet(s) - apply the max-width to make it look nice
     -> on phones  - center, max width 100%
        + fix for tinyMCE padding
     -> on full width td-pb-span12
*/
.alignleft {
  float: left;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 6px !important;
  /* hack for tinyMCE / post content diffs*/
  margin-left: 0;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone - just a bit, after 500px we make it non float */
  /* responsive phone CUSTOM - align the image on center */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .alignleft {
    max-width: 312px;
    margin-right: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .alignleft {
    max-width: 220px;
    margin-right: 21px;
  }
}
@media (max-width: 767px) {
  .alignleft {
    max-width: 220px;
    margin-right: 21px;
  }
}
@media (max-width: 500px) {
  .alignleft {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 21px;
  }
  .alignleft img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft figcaption {
    text-align: center;
  }
}
.mce-content-body .alignleft {
  margin: 6px 24px 6px 0;
}
.td-pb-span12 .alignleft,
.mceContentBody-max-width-big .alignleft {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-span12 .alignleft,
  .mceContentBody-max-width-big .alignleft {
    max-width: 550px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12 .alignleft,
  .mceContentBody-max-width-big .alignleft {
    max-width: 400px !important;
  }
}
/*  ----------------------------------------------------------------------------
    Screen reader text
*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/*  ----------------------------------------------------------------------------
    align right
     -> on desktop - the tinyMCE size is used
     -> on tablets - apply the max-width to make it look nice
     -> on phones  - center, max width 100%
        + fix for tinyMCE padding
     -> on full width td-pb-span12
*/
.alignright {
  float: right;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 6px !important;
  /* hack for tinyMCE / post content diffs*/
  margin-left: 24px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone - just a bit, after 500px we make it non float */
  /* responsive phone CUSTOM  - align the image on center */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .alignright {
    max-width: 312px;
    margin-left: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .alignright {
    max-width: 220px;
    margin-left: 21px;
  }
}
@media (max-width: 767px) {
  .alignright {
    max-width: 220px;
    margin-left: 21px;
  }
}
@media (max-width: 500px) {
  .alignright {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 21px;
  }
  .alignright img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright figcaption {
    text-align: center;
  }
}
.mce-content-body .alignright {
  margin: 6px 0 6px 24px;
}
.td-pb-span12 .alignright,
.mceContentBody-max-width-big .alignright {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-pb-span12 .alignright,
  .mceContentBody-max-width-big .alignright {
    max-width: 550px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-pb-span12 .alignright,
  .mceContentBody-max-width-big .alignright {
    max-width: 400px !important;
  }
}
/*
----------------------------------------------------------------------------
  Css for:
  Page content
  Post content
  TinyMCE content
----------------------------------------------------------------------------
*/
.td-page-content,
.td-post-content,
.wpb_text_column,
.td_block_text_with_title,
.woocommerce #tab-description,
.mce-content-body {
  font-size: 15px;
  line-height: 26px;
  color: #222;
}
.td-page-content a:hover,
.td-post-content a:hover,
.wpb_text_column a:hover,
.td_block_text_with_title a:hover,
.woocommerce #tab-description a:hover,
.mce-content-body a:hover {
  text-decoration: underline;
}
.td-page-content ul,
.td-post-content ul,
.wpb_text_column ul,
.td_block_text_with_title ul,
.woocommerce #tab-description ul,
.mce-content-body ul,
.td-page-content ol,
.td-post-content ol,
.wpb_text_column ol,
.td_block_text_with_title ol,
.woocommerce #tab-description ol,
.mce-content-body ol {
  margin-bottom: 26px;
}
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p,
.td-page-content li,
.td-post-content li,
.wpb_text_column li,
.td_block_text_with_title li,
.woocommerce #tab-description li,
.mce-content-body li {
  font-size: 15px;
  line-height: 26px;
}
.td-page-content p,
.td-post-content p,
.wpb_text_column p,
.td_block_text_with_title p,
.woocommerce #tab-description p,
.mce-content-body p {
  margin-bottom: 26px;
}
.td-page-content .td-arrow-list,
.td-post-content .td-arrow-list,
.wpb_text_column .td-arrow-list,
.td_block_text_with_title .td-arrow-list,
.woocommerce #tab-description .td-arrow-list,
.mce-content-body .td-arrow-list {
  list-style: none;
  margin-left: 16px;
}
.td-page-content .td-arrow-list li:before,
.td-post-content .td-arrow-list li:before,
.wpb_text_column .td-arrow-list li:before,
.td_block_text_with_title .td-arrow-list li:before,
.woocommerce #tab-description .td-arrow-list li:before,
.mce-content-body .td-arrow-list li:before {
  font-family: 'newspaper', sans-serif;
  content: '\e803';
  float: left;
  margin-left: -16px;
  line-height: 26px;
  font-size: 14px;
}
.td-page-content embed,
.td-post-content embed,
.wpb_text_column embed,
.td_block_text_with_title embed,
.woocommerce #tab-description embed,
.mce-content-body embed,
.td-page-content iframe,
.td-post-content iframe,
.wpb_text_column iframe,
.td_block_text_with_title iframe,
.woocommerce #tab-description iframe,
.mce-content-body iframe,
.td-page-content object,
.td-post-content object,
.wpb_text_column object,
.td_block_text_with_title object,
.woocommerce #tab-description object,
.mce-content-body object {
  max-width: 100% !important;
}
.td-page-content iframe.instagram-media,
.td-post-content iframe.instagram-media,
.wpb_text_column iframe.instagram-media,
.td_block_text_with_title iframe.instagram-media,
.woocommerce #tab-description iframe.instagram-media,
.mce-content-body iframe.instagram-media {
  margin: 1px 0 12px !important;
}
.entry-title a:hover,
.td-post-category:hover,
.widget a:hover,
.td_block_wrap a:hover {
  text-decoration: none !important;
}
/*  ----------------------------------------------------------------------------
    quote
*/
.td-page-content blockquote,
.td-post-content blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.bbpress blockquote,
.woocommerce #tab-description blockquote,
.mce-content-body blockquote,
.comment-content blockquote {
  padding: 0;
  position: relative;
  border-left: none;
  margin: 40px 5% 38px 5%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content blockquote,
  .td-post-content blockquote,
  .wpb_text_column blockquote,
  .td_block_text_with_title blockquote,
  .bbpress blockquote,
  .woocommerce #tab-description blockquote,
  .mce-content-body blockquote,
  .comment-content blockquote {
    margin: 20px 3% 18px 3%;
  }
}
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  color: #4db2ec;
  word-wrap: break-word;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-page-content blockquote p,
  .td-post-content blockquote p,
  .wpb_text_column blockquote p,
  .td_block_text_with_title blockquote p,
  .bbpress blockquote p,
  .woocommerce #tab-description blockquote p,
  .mce-content-body blockquote p,
  .comment-content blockquote p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .td-page-content blockquote p,
  .td-post-content blockquote p,
  .wpb_text_column blockquote p,
  .td_block_text_with_title blockquote p,
  .bbpress blockquote p,
  .woocommerce #tab-description blockquote p,
  .mce-content-body blockquote p,
  .comment-content blockquote p {
    font-size: 22px;
    line-height: 30px;
  }
}
.td-page-content .twitter-tweet p,
.td-post-content .twitter-tweet p,
.wpb_text_column .twitter-tweet p,
.td_block_text_with_title .twitter-tweet p,
.bbpress .twitter-tweet p,
.woocommerce #tab-description .twitter-tweet p,
.mce-content-body .twitter-tweet p,
.comment-content .twitter-tweet p {
  font-family: initial;
  font-size: initial;
  line-height: initial;
  font-style: initial;
  text-align: initial;
  text-transform: initial;
  color: initial;
  font-weight: initial;
}
.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.wpb_text_column .td_quote_right,
.td_block_text_with_title .td_quote_right,
.bbpress .td_quote_right,
.woocommerce #tab-description .td_quote_right,
.mce-content-body .td_quote_right,
.comment-content .td_quote_right {
  float: right;
  width: 50%;
  margin: 21px 0 21px 21px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_quote_right,
  .td-post-content .td_quote_right,
  .wpb_text_column .td_quote_right,
  .td_block_text_with_title .td_quote_right,
  .bbpress .td_quote_right,
  .woocommerce #tab-description .td_quote_right,
  .mce-content-body .td_quote_right,
  .comment-content .td_quote_right {
    float: none;
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.wpb_text_column .td_quote_left,
.td_block_text_with_title .td_quote_left,
.bbpress .td_quote_left,
.woocommerce #tab-description .td_quote_left,
.mce-content-body .td_quote_left,
.comment-content .td_quote_left {
  float: left;
  width: 50%;
  margin: 18px 18px 18px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_quote_left,
  .td-post-content .td_quote_left,
  .wpb_text_column .td_quote_left,
  .td_block_text_with_title .td_quote_left,
  .bbpress .td_quote_left,
  .woocommerce #tab-description .td_quote_left,
  .mce-content-body .td_quote_left,
  .comment-content .td_quote_left {
    float: none;
    width: auto;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.wpb_text_column .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.bbpress .td_quote_left p,
.woocommerce #tab-description .td_quote_left p,
.mce-content-body .td_quote_left p,
.comment-content .td_quote_left p {
  text-align: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_quote_left p,
  .td-post-content .td_quote_left p,
  .wpb_text_column .td_quote_left p,
  .td_block_text_with_title .td_quote_left p,
  .bbpress .td_quote_left p,
  .woocommerce #tab-description .td_quote_left p,
  .mce-content-body .td_quote_left p,
  .comment-content .td_quote_left p {
    text-align: center;
  }
}
.td-page-content .td_quote_box,
.td-post-content .td_quote_box,
.wpb_text_column .td_quote_box,
.td_block_text_with_title .td_quote_box,
.bbpress .td_quote_box,
.woocommerce #tab-description .td_quote_box,
.mce-content-body .td_quote_box,
.comment-content .td_quote_box {
  margin: 0;
  background-color: #FCFCFC;
  border-left: 2px solid #4db2ec;
  padding: 15px 23px 0 23px;
  position: relative;
  top: 6px;
  clear: both;
}
.td-page-content .td_quote_box p,
.td-post-content .td_quote_box p,
.wpb_text_column .td_quote_box p,
.td_block_text_with_title .td_quote_box p,
.bbpress .td_quote_box p,
.woocommerce #tab-description .td_quote_box p,
.mce-content-body .td_quote_box p,
.comment-content .td_quote_box p {
  font-family: 'Open Sans', arial, sans-serif;
  color: #777777;
  font-size: 13px;
  line-height: 21px;
  padding-bottom: 16px;
  margin: 0;
  text-transform: none;
}
.td-page-content .td_box_left,
.td-post-content .td_box_left,
.wpb_text_column .td_box_left,
.td_block_text_with_title .td_box_left,
.bbpress .td_box_left,
.woocommerce #tab-description .td_box_left,
.mce-content-body .td_box_left,
.comment-content .td_box_left {
  width: 40%;
  float: left;
  margin: 0 34px 20px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_box_left,
  .td-post-content .td_box_left,
  .wpb_text_column .td_box_left,
  .td_block_text_with_title .td_box_left,
  .bbpress .td_box_left,
  .woocommerce #tab-description .td_box_left,
  .mce-content-body .td_box_left,
  .comment-content .td_box_left {
    float: none;
    margin: 0 0 36px 0;
    width: auto;
  }
}
.td-page-content .td_box_left p,
.td-post-content .td_box_left p,
.wpb_text_column .td_box_left p,
.td_block_text_with_title .td_box_left p,
.bbpress .td_box_left p,
.woocommerce #tab-description .td_box_left p,
.mce-content-body .td_box_left p,
.comment-content .td_box_left p {
  text-align: left;
}
.td-page-content .td_box_right,
.td-post-content .td_box_right,
.wpb_text_column .td_box_right,
.td_block_text_with_title .td_box_right,
.bbpress .td_box_right,
.woocommerce #tab-description .td_box_right,
.mce-content-body .td_box_right,
.comment-content .td_box_right {
  width: 30%;
  float: right;
  margin: 0 0 20px 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_box_right,
  .td-post-content .td_box_right,
  .wpb_text_column .td_box_right,
  .td_block_text_with_title .td_box_right,
  .bbpress .td_box_right,
  .woocommerce #tab-description .td_box_right,
  .mce-content-body .td_box_right,
  .comment-content .td_box_right {
    float: none;
    margin: 0 0 36px 0;
    width: auto;
  }
}
.td-page-content .td_box_right p,
.td-post-content .td_box_right p,
.wpb_text_column .td_box_right p,
.td_block_text_with_title .td_box_right p,
.bbpress .td_box_right p,
.woocommerce #tab-description .td_box_right p,
.mce-content-body .td_box_right p,
.comment-content .td_box_right p {
  text-align: left;
}
.td-page-content .td_box_center,
.td-post-content .td_box_center,
.wpb_text_column .td_box_center,
.td_block_text_with_title .td_box_center,
.bbpress .td_box_center,
.woocommerce #tab-description .td_box_center,
.mce-content-body .td_box_center,
.comment-content .td_box_center {
  margin: 0 0 29px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_box_center,
  .td-post-content .td_box_center,
  .wpb_text_column .td_box_center,
  .td_block_text_with_title .td_box_center,
  .bbpress .td_box_center,
  .woocommerce #tab-description .td_box_center,
  .mce-content-body .td_box_center,
  .comment-content .td_box_center {
    margin-bottom: 36px;
  }
}
.td-page-content .td_pull_quote,
.td-post-content .td_pull_quote,
.wpb_text_column .td_pull_quote,
.td_block_text_with_title .td_pull_quote,
.bbpress .td_pull_quote,
.woocommerce #tab-description .td_pull_quote,
.mce-content-body .td_pull_quote,
.comment-content .td_pull_quote {
  padding: 18px 25px;
  margin: 0;
  clear: both;
}
.td-page-content .td_pull_quote p,
.td-post-content .td_pull_quote p,
.wpb_text_column .td_pull_quote p,
.td_block_text_with_title .td_pull_quote p,
.bbpress .td_pull_quote p,
.woocommerce #tab-description .td_pull_quote p,
.mce-content-body .td_pull_quote p,
.comment-content .td_pull_quote p {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
}
.td-page-content .td_pull_quote p:first-child:before,
.td-post-content .td_pull_quote p:first-child:before,
.wpb_text_column .td_pull_quote p:first-child:before,
.td_block_text_with_title .td_pull_quote p:first-child:before,
.bbpress .td_pull_quote p:first-child:before,
.woocommerce #tab-description .td_pull_quote p:first-child:before,
.mce-content-body .td_pull_quote p:first-child:before,
.comment-content .td_pull_quote p:first-child:before {
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==') no-repeat;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td-page-content .td_pull_quote p:after,
.td-post-content .td_pull_quote p:after,
.wpb_text_column .td_pull_quote p:after,
.td_block_text_with_title .td_pull_quote p:after,
.bbpress .td_pull_quote p:after,
.woocommerce #tab-description .td_pull_quote p:after,
.mce-content-body .td_pull_quote p:after,
.comment-content .td_pull_quote p:after {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC') no-repeat;
}
.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.bbpress .td_pull_left,
.woocommerce #tab-description .td_pull_left,
.mce-content-body .td_pull_left,
.comment-content .td_pull_left {
  width: 40%;
  float: left;
  margin-right: 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_pull_left,
  .td-post-content .td_pull_left,
  .wpb_text_column .td_pull_left,
  .td_block_text_with_title .td_pull_left,
  .bbpress .td_pull_left,
  .woocommerce #tab-description .td_pull_left,
  .mce-content-body .td_pull_left,
  .comment-content .td_pull_left {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}
.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.bbpress .td_pull_right,
.woocommerce #tab-description .td_pull_right,
.mce-content-body .td_pull_right,
.comment-content .td_pull_right {
  width: 30%;
  float: right;
  margin-left: 34px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_pull_right,
  .td-post-content .td_pull_right,
  .wpb_text_column .td_pull_right,
  .td_block_text_with_title .td_pull_right,
  .bbpress .td_pull_right,
  .woocommerce #tab-description .td_pull_right,
  .mce-content-body .td_pull_right,
  .comment-content .td_pull_right {
    float: none;
    margin: 0 0 30px 0;
    width: auto;
  }
}
.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.bbpress .td_pull_center,
.woocommerce #tab-description .td_pull_center,
.mce-content-body .td_pull_center,
.comment-content .td_pull_center {
  margin: 17px 0;
  padding: 15px 50px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .td_pull_center,
  .td-post-content .td_pull_center,
  .wpb_text_column .td_pull_center,
  .td_block_text_with_title .td_pull_center,
  .bbpress .td_pull_center,
  .woocommerce #tab-description .td_pull_center,
  .mce-content-body .td_pull_center,
  .comment-content .td_pull_center {
    padding: 15px 20px;
  }
}
blockquote small {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #444;
}
blockquote.pull-right {
  padding-left: 20px;
  border-right: none;
}
blockquote.pull-right:after {
  border-right: 2px solid #FB5502;
  width: 40px;
  right: -40px;
}
/*  ----------------------------------------------------------------------------
    dropcaps
*/
.td-page-content .dropcap,
.td-post-content .dropcap,
.wpb_text_column .dropcap,
.td_block_text_with_title .dropcap,
.bbpress .dropcap,
.woocommerce #tab-description .dropcap,
.mce-content-body .dropcap,
.comment-content .dropcap {
  float: left;
  display: block;
  font-size: 50px;
  line-height: 56px;
  background-color: #4db2ec;
  color: white;
  text-align: center;
  margin: 9px 13px 0 0;
  padding: 2px 10px 4px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  min-width: 62px;
  min-height: 62px;
}
.td-page-content .dropcap1,
.td-post-content .dropcap1,
.wpb_text_column .dropcap1,
.td_block_text_with_title .dropcap1,
.bbpress .dropcap1,
.woocommerce #tab-description .dropcap1,
.mce-content-body .dropcap1,
.comment-content .dropcap1 {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  font-size: 40px;
  padding: 2px 14px 4px;
}
.td-page-content .dropcap2,
.td-post-content .dropcap2,
.wpb_text_column .dropcap2,
.td_block_text_with_title .dropcap2,
.bbpress .dropcap2,
.woocommerce #tab-description .dropcap2,
.mce-content-body .dropcap2,
.comment-content .dropcap2 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
}
.td-page-content .dropcap3,
.td-post-content .dropcap3,
.wpb_text_column .dropcap3,
.td_block_text_with_title .dropcap3,
.bbpress .dropcap3,
.woocommerce #tab-description .dropcap3,
.mce-content-body .dropcap3,
.comment-content .dropcap3 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-weight: bold;
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
}






/*  ----------------------------------------------------------------------------
    text columns
*/
.td_text_columns_two_cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  -moz-column-rule-width: 1px;
  column-rule-width: 1px;
  -webkit-column-rule-color: #e9e9e9;
  -moz-column-rule-color: #e9e9e9;
  column-rule-color: #e9e9e9;
  margin-bottom: 26px;
}

/*  ----------------------------------------------------------------------------
    button
*/
.td_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: white;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
}
.td_btn_sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.td_btn_sm.td_round_btn {
  border-radius: 3px;
}
.td_btn_md {
  padding: 9px 12px;
  font-size: 16px;
  line-height: 20px;
}
.td_btn_md.td_round_btn {
  border-radius: 4px;
}
.td_btn_lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.td_btn_lg.td_round_btn {
  border-radius: 6px;
}
.td_default_btn,
.td_round_btn {
  transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  background-color: #4db2ec;
}
.td_default_btn:hover,
.td_round_btn:hover {
  background-color: #444 !important;
}
.td_default_btn:active,
.td_round_btn:active {
  background-color: #000 !important;
}
.td_outlined_btn {
  border-width: 2px;
  border-style: solid;
  border-color: #4db2ec;
  border-radius: 4px;
  color: #4db2ec;
  background-color: transparent;
  transition: all 0.1s ease ;
  -webkit-transition: all 0.1s ease;
}
.td_outlined_btn:hover {
  background-color: #4db2ec;
  color: #fff;
}
.td_outlined_btn:active {
  background-color: #444 !important;
  border-color: #444;
}
.td_shadow_btn {
  background-color: #4db2ec;
  top: 0;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
}
.td_shadow_btn:hover {
  top: -3px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.td_shadow_btn:active {
  background-color: #444 !important;
}
.td_3D_btn {
  background-color: #4db2ec;
  top: 0;
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
}
.td_3D_btn:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
  transition: height 0.1s ease;
  -webkit-transition: height 0.1s ease;
}
.td_3D_btn:hover {
  top: 5px;
}
.td_3D_btn:hover:before {
  height: 0;
}
.td_3D_btn:hover:after {
  height: 0;
}
.td_3D_btn:active {
  background-color: #444 !important;
}








/*  ----------------------------------------------------------------------------
    Image box
*/
.td_block_image_box .td-custom {
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .td-custom {
    margin: 0 -20px;
  }
}
.td_block_image_box .td-custom a:hover:after {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
  filter: alpha(opacity=60);
}
.td_block_image_box .td-custom-image a {
  display: block;
  background-size: cover;
  background-position: center;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .td-custom-image a {
    margin-bottom: 5px;
  }
}
.td_block_image_box .td-custom-image a:before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 40 ")";
  filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.td_block_image_box .td-custom-image a:after {
  content: '';
  border: 1px solid #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 30 ")";
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.td_block_image_box .td-custom-image.td-no-img-custom-url a {
  pointer-events: none;
  cursor: default;
}
.td_block_image_box .td-custom-image img {
  vertical-align: top;
}
.td_block_image_box .td-custom-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: table;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  pointer-events: none;
}
.td_block_image_box .entry-title {
  margin: 0;
  padding: 0;
  font-size: 19px;
/*   text-transform: uppercase; */
  font-weight: 500;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .entry-title {
    font-size: 16px;
  }
}
.td_block_image_box .entry-title a {
  color: #fff;
}
.td_block_image_box .entry-title:after {
  display: none;
}
.td_block_image_box .td-image-box-row {
  margin: 0 -20px;
  *zoom: 1;
  /* responsive portrait phone */
}
.td_block_image_box .td-image-box-row:before,
.td_block_image_box .td-image-box-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_block_image_box .td-image-box-row:after {
  clear: both;
}
@media (max-width: 767px) {
  .td_block_image_box .td-image-box-row {
    margin: 0 -20px;
  }
}
.td_block_image_box .td-image-box-span {
  padding: 0 20px;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .td-image-box-span {
    width: 100% !important;
    float: none;
    padding: 0 10px;
  }
}
.td_block_image_box .td-big-image .td-image-box-span {
  width: 100%;
}
.td_block_image_box .td-big-image .td-custom-image a {
  height: 360px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .td-big-image .td-custom-image a {
    height: 160px;
  }
}
.td_block_image_box .td-medium-image .td-image-box-span {
  width: 50%;
}
.td_block_image_box .td-medium-image .td-custom-image a {
  height: 320px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .td-medium-image .td-custom-image a {
    height: 160px;
  }
}
.td_block_image_box .td-small-image .td-image-box-span {
  width: 33.33333333%;
}
.td_block_image_box .td-small-image .td-custom-image a {
  height: 220px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .td-small-image .td-custom-image a {
    height: 160px;
  }
}
.td_block_image_box .td-tiny-image .td-image-box-span {
  width: 25%;
}
.td_block_image_box .td-tiny-image .td-custom-image a {
  height: 160px;
}
.td_block_image_box .td-tiny-image .td-custom-image a:after {
  margin: 8px;
}
.td_block_image_box .td-tiny-image .entry-title {
  font-size: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_image_box .td-tiny-image .entry-title {
    font-size: 16px;
  }
}
.td_block_image_box.td-box-vertical .td-image-box-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.td_block_image_box.td-box-vertical .td-image-box-span {
  float: none;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 5px;
}
.td_block_image_box.td-box-vertical .td-image-box-span a:after {
  margin: 8px;
}
.td_block_image_box.td-box-vertical .td-image-box-span:last-child {
  margin-bottom: 0 !important;
}
.td_block_image_box.td-box-vertical .entry-title {
  font-size: 15px;
}
.td_block_image_box.td-image-box-top .td-custom-image a {
  background-position: top center;
}
.td_block_image_box.td-image-box-bottom .td-custom-image a {
  background-position: bottom center;
}
.td_block_image_box.td-image-box-style-2 .td-custom-image a:before,
.td_block_image_box.td-image-box-style-2 .td-custom-image a:after {
  display: none;
}
.td_block_image_box.td-image-box-style-2 .entry-title {
  font-size: 15px;
}
.td_block_image_box.td-image-box-style-2 .entry-title a {
  padding: 8px 16px;
  background-color: #fff;
  color: #000;
}
.td_block_image_box.td-image-box-style-2 .entry-title a:empty {
  display: none;
}
/*  ----------------------------------------------------------------------------
    Separators
*/








/*  ----------------------------------------------------------------------------
    Breadcrumbs
*/
.td-crumb-container {
  min-height: 35px;
  margin-bottom: 9px;
  padding-top: 21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-crumb-container {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .td-crumb-container {
    padding-top: 11px;
  }
}
.single-post .td-bred-no-url-last {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .single-post .td-bred-no-url-last {
    display: none;
  }
}
.entry-crumbs {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  color: #c3c3c3;
  line-height: 18px;
  padding-top: 1px;
  padding-bottom: 2px;
}
.entry-crumbs a {
  color: #c3c3c3;
}
.entry-crumbs a:hover {
  color: #777;
}
.entry-crumbs .td-bread-sep {
  font-size: 8px;
  margin: 0 5px;
}






/*  ----------------------------------------------------------------------------
    Typography
*/
.td-page-content {
  padding-bottom: 26px;
}
.td-page-content table {
  margin-bottom: 21px;
}
/*  ----------------------------------------------------------------------------
    Page Template Pagebuilder - Empty page
*/
.page-template-page-pagebuilder-empty .td-main-page-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Page Template Pagebuilder - Overlay menu page
*/
.page-template-page-pagebuilder-overlay .td-main-page-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-page-pagebuilder-overlay .td-header-wrap {
  position: absolute;
  left: 0;
  right: 0;
}
.page-template-page-pagebuilder-overlay .td-header-menu-wrap:before,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap:after {
  display: none;
}
.page-template-page-pagebuilder-overlay .td-banner-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-top-menu-full {
  background-color: transparent;
}
.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .td-header-wrap {
  pointer-events: none;
}
.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .sf-menu {
  pointer-events: auto;
}
.tdc-theme-Newspaper #td-mobile-nav {
  display: none;
}







/*  ----------------------------------------------------------------------------
    Members Page
*/
#buddypress div.dir-search {
  margin-top: -45px;
  min-width: 280px;
  position: relative;
}
#buddypress div.dir-search #search-members-form #members_search_submit,
#buddypress div.dir-search #search-groups-form #groups_search_submit {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
/* responsive portrait phone */
@media (max-width: 767px) {
  #search-members-form,
  #search-groups-form {
    position: relative;
    margin-bottom: 30px;
  }
  #buddypress div.dir-search {
    width: 100%;
    margin: 0 0 25px;
  }
  #buddypress div.dir-search input[type="text"],
  #buddypress div.item-list-tabs ul li.groups-members-search,
  #buddypress div.item-list-tabs ul li#group_members-order-select {
    width: 100%;
  }
  #members_search,
  #groups_search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  #buddypress #member-list.item-list li div.action {
    float: none;
    margin-left: 60px;
  }
}
.buddypress .td-page-title {
  margin-bottom: 20px;
}
.widget.buddypress span.activity {
  font-size: 12px;
  opacity: 0.4;
}
.widget.buddypress #friends-list li,
.widget.buddypress #groups-list li,
.widget.buddypress #members-list li {
  line-height: 12px;
}
.widget.buddypress #friends-list li .item-title,
.widget.buddypress #groups-list li .item-title,
.widget.buddypress #members-list li .item-title {
  padding: 4px 0 8px;
}
.widget.buddypress div.item-options {
  padding: 0;
}
.widget.buddypress li {
  margin-left: 0;
}
.widget.buddypress .bp-login-widget-user-links > div {
  margin-bottom: 0;
}
#buddypress div#message p,
#buddypress #sitewide-notice p {
  background-color: #FFF;
  border: 1px solid #F0F0F0;
  font-size: 70%;
}
/*  ----------------------------------------------------------------------------
    Footer General
*/
.td-footer-wrapper {
  background-color: #222222;
  padding-top: 54px;
  padding-bottom: 20px;
  color: #eaeaea;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-wrapper {
    padding-top: 44px;
  }
}
@media (max-width: 767px) {
  .td-footer-wrapper {
    padding-top: 40px;
  }
}
.td-footer-wrapper .td_block_wrap {
  padding-bottom: 0;
  margin-bottom: 48px;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .td_block_wrap {
    margin-bottom: 38px;
  }
}
.td-footer-wrapper .td_block_wrap .td-block-span12:last-child .td_module_wrap {
  padding-bottom: 0;
}
.td-footer-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.td-footer-wrapper .block-title a,
.td-footer-wrapper .block-title span,
.td-footer-wrapper .block-title label {
  background-color: transparent;
  color: #fff;
  padding: 6px 0 5px;
  line-height: 1;
}
.td-footer-wrapper .block-title {
  border-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 2px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .block-title {
    margin-bottom: 21px;
  }
}
.td-footer-wrapper .widget .block-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .widget .block-title {
    margin-bottom: 13px;
  }
}
.td-footer-wrapper a {
  color: #fff;
}
.td-footer-wrapper ul {
  margin-bottom: 0;
}
.td-footer-wrapper li {
  margin-left: 0;
}
.td-footer-wrapper .td-post-category {
  background-color: #4db2ec;
}
.td-footer-wrapper .td-post-category:hover {
  opacity: 0.8;
}
.td-footer-wrapper .widget_categories li span {
  margin-right: 0;
}
.td-footer-wrapper .td-instagram-meta {
  color: #eee;
}
.td-footer-wrapper .td-instagram-button {
  border-color: #444;
}
.td-footer-wrapper .td-instagram-button:hover {
  border-color: #666;
}
.td-footer-wrapper .td_block_exchange .td-rate,
.td-footer-wrapper .td_block_exchange .td-exchange-rates .td-rate:before {
  border-color: #444 !important;
}
.td-footer-wrapper .td_block_exchange .td-exchange-header:before {
  opacity: 0.3;
}
.td-footer-wrapper .td-pb-span4 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-wrapper .td-pb-span4 {
    margin-bottom: 38px;
  }
  .td-footer-wrapper .td-pb-span4:last-child {
    margin-bottom: 0;
  }
}
.td-footer-page {
  padding: 0;
  background-color: transparent;
}
.td-footer-page p:empty {
  display: none;
}
.td-footer-info {
  margin-bottom: 48px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-info {
    margin-bottom: 38px;
    text-align: center;
  }
}
.footer-logo-wrap {
  margin-bottom: 20px;
}
.footer-logo-wrap img {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .footer-logo-wrap img {
    max-width: 70%;
  }
}
.footer-text-wrap .footer-email-wrap {
  padding: 21px 0;
}
.footer-text-wrap .footer-email-wrap a {
  color: #4db2ec;
}
.footer-text-wrap {
  font-family: 'Open Sans', arial, sans-serif;
}
.td-social-style-2 .td-social-icon-wrap {
  display: inline-block;
  margin: 5px 10px 10px 0;
}
.td-social-style-2 .td-social-icon-wrap:last-child {
  margin-right: 0;
}
.td-social-style-2 .td-icon-font {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.03);
  position: relative;
  /* responsive portrait tablet */
}
.td-social-style-2 .td-icon-font:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  opacity: 0.03;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-social-style-2 .td-icon-font {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.td-social-style-2 .td-icon-instagram {
  font-size: 16px;
}
.td-footer-bottom-full {
  margin-top: 12px;
  padding-top: 50px;
  padding-bottom: 30px;
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-bottom-full {
    text-align: center;
    padding-bottom: 0;
  }
}
.td-footer-bottom-full .td-container {
  position: relative;
}
.td-footer-bottom-full .td-container:before {
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -50px;
  width: 80%;
  left: 50%;
  margin-left: -40%;
}
.td-footer-bottom-full .block-title {
  margin-bottom: 26px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-bottom-full .block-title {
    margin-bottom: 21px;
  }
}
.td-footer-bottom-full .footer-email-wrap {
  padding-bottom: 0;
}
.td-footer-bottom-full .footer-logo-wrap {
  margin-top: 35px;
  margin-bottom: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-bottom-full .footer-logo-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .td-footer-bottom-full .td-pb-row > div {
    margin-bottom: 50px;
  }
  .td-footer-bottom-full .td-pb-row > div:last-child {
    margin-bottom: 0;
  }
}
/*  ----------------------------------------------------------------------------
    Footer Template 2, 3
*/
.td-footer-template-2,
.td-footer-template-3 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-template-2,
  .td-footer-template-3 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}
.td-footer-template-2 .footer-logo-wrap,
.td-footer-template-3 .footer-logo-wrap {
  padding-top: 3px;
}
/*  ----------------------------------------------------------------------------
    Footer Template 4
*/
.td-footer-template-4 {
  padding-top: 49px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-template-4 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}
.td-footer-template-4 .td-footer-info {
  text-align: center;
  margin-bottom: 38px;
}
.td-footer-template-4 .footer-text-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
/*  ----------------------------------------------------------------------------
    Footer Template 13
*/
.td-footer-template-13 {
  padding: 26px 0;
}
@media (max-width: 1018px) {
  .td-footer-template-13 {
    padding: 16px 0;
  }
}
.td-footer-template-13 .td-social-name {
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .td-social-name {
    font-size: 11px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .td-footer-template-13 .td-social-name {
    display: none;
  }
}
.td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
  margin-right: 30px;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, sans-serif;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .td-footer-template-13 .footer-social-wrap .td-social-icon-wrap {
    margin: 5px;
  }
}
.td-footer-template-13 .td-social-style-2 i {
  border-radius: 100%;
  line-height: 41px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .td-social-style-2 i {
    line-height: 32px;
  }
}
.td-footer-template-13 .td-social-style-2 i:after {
  border-radius: 100%;
  opacity: 0.05;
}
.td-footer-template-13 .td-a-rec-id-footer_top,
.td-footer-template-13 .td-g-rec-id-footer_top {
  margin-top: 10px;
  margin-bottom: 32px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-footer-template-13 .td-a-rec-id-footer_top,
  .td-footer-template-13 .td-g-rec-id-footer_top {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .td-footer-template-13 .td-a-rec-id-footer_top,
  .td-footer-template-13 .td-g-rec-id-footer_top {
    margin: 5px auto 16px;
  }
}
.td-footer-template-13 .footer-social-wrap {
  text-align: center;
}
/*  ----------------------------------------------------------------------------
    Footer Template 14
*/
.td-footer-template-14 {
  padding: 0;
}
.td-footer-template-14 .td-a-rec-id-footer_top,
.td-footer-template-14 .td-g-rec-id-footer_top {
  margin: 0 auto 37px auto;
}
.td-footer-template-14 .td-footer-bottom-full {
  margin-top: 0;
  padding-top: 42px;
  padding-bottom: 40px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-footer-template-14 .td-footer-bottom-full {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
/*  ----------------------------------------------------------------------------
    Sub Footer
*/
.td-sub-footer-container {
  background-color: #0d0d0d;
  color: #ccc;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-container {
    text-align: center;
    padding: 6px 0;
  }
}
.td-sub-footer-copy {
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-copy {
    float: none !important;
  }
}
/* Sub Footer Menu */
.td-sub-footer-container .td-sub-footer-menu {
  float: right;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-container .td-sub-footer-menu {
    float: none;
  }
}
.td-subfooter-menu {
  display: inline-block;
  margin: 7px 0;
  float: right;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-subfooter-menu {
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-subfooter-menu {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .td-subfooter-menu {
    float: none;
  }
}
.td-subfooter-menu li {
  display: inline-block;
  margin-left: 0;
  line-height: 18px;
}
.td-subfooter-menu li a {
  margin-right: 16px;
  line-height: 18px;
  display: inline-block;
  color: #ccc;
}
.td-subfooter-menu li a:hover {
  color: #4db2ec;
}
.td-subfooter-menu li:last-child a {
  margin-right: 0;
}
.td-subfooter-menu ul {
  display: none;
}
.td-subfooter-menu .fa {
  margin-right: 3px;
}
.td-stretch-content .td-big-grids {
  width: 1068px;
  margin-left: auto;
  margin-right: auto;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-stretch-content .td-big-grids {
    width: 980px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-stretch-content .td-big-grids {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .td-stretch-content .td-big-grids {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.td-stretch-content .td-module-thumb .entry-thumb {
  min-width: 100%;
}
.td-scroll-e-text-1-wrap {
  padding: 20px 20px 20px 20px;
  margin: -20px -20px 4px -20px;
}
.td-scroll-e-text-1-wrap p {
  margin-bottom: 0px;
}
.td-scroll-e-text-1-wrap blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
}
.td-scroll-e-text-1-wrap h3 {
  margin-top: 12px;
}
.td-scroll-e-text-2-wrap {
  border: 2px solid red;
  padding: 10px;
  margin: -10px -10px 14px -10px;
}
.td-scroll-e-text-2-wrap p {
  margin-bottom: 0px;
}
.td-scroll-e-text-2-wrap blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
}
.td-scroll-e-text-2-wrap h3 {
  margin-top: 12px;
}
/* image: zoom in */
.td-scroll-e-image-zoom-in-wrap {
  position: relative;
  overflow: hidden;
}
.td-scroll-e-image-zoom-in-wrap:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  z-index: 999;
  box-shadow: inset 0 0 10px #000000;
  background-color: transparent;
}
/* image: zoom out */
.td-scroll-e-image-zoom-out-wrap {
  position: relative;
  overflow: hidden;
}
.td-scroll-e-image-zoom-out-wrap:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  z-index: 999;
  box-shadow: inset 0 0 10px #000000;
  background-color: transparent;
}
/* image: fixed */
.td-scroll-e-image-fixed-wrap {
  position: relative;
  overflow: hidden;
}
.td_animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.td_animated_long {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.td_animated_xlong {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.td_animated_xxlong {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*  ----------------------------------------------------------------------------
    td_fadeInRight
*/
