body {
  visibility: visible !important;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

img {
  border: 0;
}

input {
  color: inherit;
  /* 1 */
  font: sans-serif;
  /* 2 */
  margin: 0;
  /* 3 */
}

input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  -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;
}
/*  ----------------------------------------------------------------------------
		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;
}
/*  ----------------------------------------------------------------------------
		rows
*/
.td-pb-row {
  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;
}
/*  ----------------------------------------------------------------------------
		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%;
  }
}
/*  ----------------------------------------------------------------------------
		smart sidebar - fix
*/
/*  ----------------------------------------------------------------------------
		main grid
*/
.td-pb-span3 {
  width: 25%;
}
/* .td-pb-span8 {
	width: 66.66666667%;
} */
/*  ----------------------------------------------------------------------------
		hacks Visual Composer
*/
.wpb_row {
  margin-bottom: 0;
}
/* block row + global block spans */
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-container,
  .tdc-row {
    width: 980px;
  }
  .td-pb-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 {
    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 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*  ----------------------------------------------------------------------------
		header grid container
*/
.td-header-wrap {
  position: relative;
  z-index: 2000;
}
/* header rows */
.td-header-row {
  font-family: 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%;
  }
}
/*  ----------------------------------------------------------------------------
		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;
  }
}
.td-visual-hidden {
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
/* -------------------------------------------------------------------------------

			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;
  }
}
/*  ----------------------------------------------------------------------------
		header menu affix
*/
/*  ----------------------------------------------------------------------------
		WPML plugin
*/
/*  ----------------------------------------------------------------------------
		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 */
/* 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 .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;
  }
}
/* -------------------------------------------------------------------

Headers style

----------------------------------------------------------------------  */
/* General */
.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;
  }
}
/*
		fix logo alignment for logo in menus
*/
@-moz-document url-prefix() {
}
/* ----------------------------------------------- */
.td-header-wrap .td-header-menu-wrap-full {
  background-color: #fff;
}

.td-header-style-3 .td-header-menu-wrap-full {
  background-color: transparent !important;
}
.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 */
  /* fix for block template 17 */
}
@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 {
    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 > li > a:hover {
  background-color: #4db2ec;
}

.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;
  }
}
/*  ----------------------------------------------------------------------------
		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 {
  left: 0;
  top: auto;
  z-index: 99;
}
/*  ----------------------------------------------------------------------------
		All the links
*/
/* remove the down arrow on links with  (icons menus) */
.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 */
/* hover and current menu */
.sf-menu > li > a:hover {
  z-index: 999;
}
.sf-menu > li > a:hover {
  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 > li:hover > 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 ul {
  background-color: #fff;
}
.sf-menu ul .td-menu-item > a {
  padding: 7px 30px;
  font-size: 12px;
  line-height: 20px;
  color: #111;
}
@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-menu-item > a:hover {
  color: #4db2ec;
}
.sf-menu li:hover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}
/*  ----------------------------------------------------------------------------
		arrows
*/
.sf-menu .sub-menu {
  -webkit-backface-visibility: hidden;
}

.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;
  }
}
/*

	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;
}

.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-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;
}

.tdc_zone {
  margin: 0;
}

body,
p {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 21px;
}
p {
  margin-top: 15px;
  margin-bottom: 15px;
}
a:active,
a:focus {
  /* IE remove focus */
  outline: none;
}
a {
  color: #4db2ec;
  text-decoration: none;
}
ul {
  padding: 0;
}
ul li {
  line-height: 24px;
  margin-left: 21px;
}

h2 {
  font-family: sans-serif;
  color: #111111;
  font-weight: 400;
  margin: 6px 0 6px 0;
}
h2 > a {
  color: #111111;
}
h2 {
  font-size: 27px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.alignnone {
  margin-top: 0;
}
.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

.wpb_text_column {
  font-size: 15px;
  line-height: 26px;
  color: #222;
}
.wpb_text_column a:hover {
  text-decoration: underline;
}
.td_block_wrap a:hover {
  text-decoration: none !important;
}

.td_block_wrap {
  margin-bottom: 48px;
  position: relative;
  clear: both;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_block_wrap {
    margin-bottom: 32px;
  }
}
.td-block-title-wrap {
  position: relative;
}
.td-fix-index {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 79px;
  line-height: 69px;
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
  color: inherit;
}
p.has-drop-cap:not([class*='has-text-color']):not(:focus):first-letter {
  color: #4b4b4b;
}
@font-face {
  font-family: 'newspaper';
  src: url("");
  src: url("") format('embedded-opentype'), url("newspaper.woff"),
    url("")
      format('woff') format('truetype'),
    url("") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='td-icon-']:before,
[class*=' td-icon-']:before {
  font-family: 'newspaper';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*='td-icon-'] {
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.td-icon-search:before {
  content: '\e80a';
}
.td-icon-mobile:before {
  content: '\e83e';
}

/* Magnific Popup CSS */
/* Main image in popup */
/* The shadow behind the image */
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
}
/* Zoom */
/*  ----------------------------------------------------------------------------
Login window
*/
/**
tagdiv animations
-
- mfp-with-anim - has to be on the wrapper
*/
/*
image ads using div ----------------------------------------------------------------------

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

*/
.td-a-rec img {
  display: block;
}
.td-visible-desktop {
  display: table;
}
.td-visible-tablet-landscape,
.td-visible-tablet-portrait,
.td-visible-phone {
  display: none;
}
/* responsive landscape landscape */
@media (min-width: 1019px) and (max-width: 1140px) {
  .td-visible-tablet-landscape {
    display: table;
  }
  .td-visible-desktop {
    display: none;
  }
  .td-visible-tablet-portrait {
    display: none;
  }
  .td-visible-phone {
    display: none;
  }
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
  .td-visible-tablet-portrait {
    display: table;
  }
  .td-visible-desktop {
    display: none;
  }
  .td-visible-tablet-landscape {
    display: none;
  }
  .td-visible-phone {
    display: none;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-visible-phone {
    display: table;
  }
  .td-visible-desktop {
    display: none;
  }
  .td-visible-tablet-landscape {
    display: none;
  }
  .td-visible-tablet-portrait {
    display: none;
  }
}
/* responsive landscape desktop */
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
/* Header Image & Google AD */
.td-header-rec-wrap {
  position: relative;
  min-height: 90px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-rec-wrap {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .td-header-rec-wrap {
    margin-left: auto;
    margin-right: auto;
    display: table;
    min-height: 0 !important;
  }
}
.td-header-sp-recs {
  padding: 0 !important;
  width: 728px;
  position: relative;
  min-height: 0 !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-header-sp-recs {
    width: 470px;
  }
}
@media (max-width: 767px) {
  .td-header-sp-recs {
    width: 100%;
  }
}
.td-header-sp-recs img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-sp-recs img {
    position: relative;
    display: table;
    margin: 10px auto;
    width: 100%;
  }
}
/*

sidebar ads


*/
.td-visible-desktop,
.td-visible-tablet-landscape,
.td-visible-tablet-portrait,
.td-visible-phone {
  margin-left: auto;
  margin-right: auto;
}

.td-container-wrap {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

@-moz-document url-prefix() {
}

@media print {
  html,
  body {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
  }
  body {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    zoom: 80%;
  }
  img {
    max-width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    page-break-after: avoid;
  }
  ul,
  li {
    page-break-inside: avoid;
  }
}

.wpb_text_column h2:first-child {
  margin-top: 0;
}

.wpb_button {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-shadow: none;
  border: none;
  transition: none;
  border-radius: 0;
  margin-bottom: 21px;
}
.wpb_button:hover {
  text-shadow: none;
  text-decoration: none !important;
}

/* custom css theme panel */
.sf-menu li .fa {
  color: #fff;
  font-size: 24px;
}
.sf-menu > li > a {
  padding: 0 18px !important;
} /* .tdm-header-style-3 .td-main-menu-logo {margin-right: 10px;} */
.td-main-menu-logo img {
  padding: 0;
}
.menu-icons-cus {
  font-size: 14px;
} /* .td_block_slide .td_module_slide:first-child .td-slide-meta .slide-meta-cat{display: none !important;} */
@media only screen and (max-width: 1141px) {
  .sf-menu > li > a {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sf-menu > li > a {
    padding: 0 11px !important;
  }
}
@media only screen and (max-width: 768px) {
  ul.sf-menu > .td-menu-item > a {
    font-size: 9px;
  }
} /* Homepage */
.sf-menu > li > a {
  padding: 0 8px;
} /* @media only screen and (max-width: 767px) {.menu-item-28842 { display: none !important; }} */ /* @media only screen and (max-width: 767px) {.menu-item-28844 { display: none !important; }} */ /* @media only screen and (max-width: 767px) {.menu-item-28843 { display: none !important; }} */ /* @media only screen and (min-width: 767px) {.menu-item-28968 { display: none !important; }} */
@media only screen and (min-width: 767px) {
  .menu-item-28969 {
    display: none !important;
  }
} /* @media only screen and (min-width: 767px) {.menu-item-28967 { display: none !important; }} */ /* @media only screen and (min-width: 767px) {.menu-item-28950 { display: none !important; }} */
@media only screen and (min-width: 767px) {
  .menu-item-28951 {
    display: none !important;
  }
} /* @media only screen and (min-width: 767px) {.menu-item-28872 { display: none !important; }} */
@media only screen and (min-width: 767px) {
  .menu-item-28873 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .menu-item-28842 {
    display: none !important;
  }
}
a:hover {
  color: #7b8dff;
}
@media only screen and (max-width: 767px) {
  .menu-item-28844 {
    display: none !important;
  }
}
.td-header-style-3 .td-header-sp-logo {
  margin: 0px;
}
.td-header-row [class*='td-header-sp'] {
  padding-left: 0px;
}
.td-header-style-3 .td-header-sp-recs {
  margin: 0;
  float: right;
}
.td-header-style-3 .td-header-main-menu {
  background-color: #d61117 !important;
} /* custom responsive css from theme panel (Advanced CSS) */
.menu-item::before {
  display: none;
}
