@charset 'UTF-8';
.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
} .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.ngg-trigger-buttons.mobile-hide {
display: none;
}
}body.hidden-scroll {
overflow: hidden; }
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035; }
.sl-wrapper {
z-index: 1040; }
.sl-wrapper * {
box-sizing: border-box; }
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer; }
.sl-wrapper button:hover {
opacity: 0.7; }
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem; }
.sl-wrapper .sl-close:focus {
outline: none; }
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem; }
.sl-wrapper .sl-navigation {
width: 100%;
display: none; }
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000; }
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button:focus {
outline: none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem; } }
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem; } }
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr; }
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000; }
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0; }
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto; }
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060; }
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite; }
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms; }
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.ngg-slideshow.slick-slider {
margin: 40px auto 50px !important;
overflow: visible;
}
.ngg-slideshow .ngg-gallery-slideshow-image {
display: inline-block;
text-align: center;
font: 0/0 a;
}
.ngg-slideshow .ngg-gallery-slideshow-image:before {
content: ' ';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.ngg-slideshow .ngg-gallery-slideshow-image a {
display: inline !important;
}
.ngg-slideshow .ngg-gallery-slideshow-image img {
margin: 0 auto;
display: inline-block !important;
vertical-align: middle;
max-width: 99%!important;
max-height: 98% !important;
}
.ngg-slideshow .slick-prev {
left: 20px !important;
z-index: 10 !important;
top: 49%;
cursor: before;
}
.ngg-slideshow .slick-next {
right: 30px !important;
z-index: 10 !important;
top: 49%;
cursor: pointer;
}
.ngg-slideshow .slick-next:before, 
.ngg-slideshow .slick-prev:before {
color: #CCC !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-next:hover:before, 
.ngg-slideshow .slick-prev:hover:before {
color: #AAA !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-dots {
margin: 0;
padding: 0;
bottom: -30px;
}
.ngg-slideshow .slick-dots li {
margin: 0;
}
.ngg-slideshow .slick-dots li button {
margin: 0;
}
.ngg-slideshow .slick-dots li button:before {
font-size: 8px;
color: #888;
opacity: .5;
cursor: pointer;
}
.ngg-slideshow .slick-dots li.slick-active button:before {
opacity: 1;
color: #555;
}
.slideshowlink {
margin: -34px auto 50px;
text-align: center;
text-transform: uppercase;
}
.slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
}
@media (max-width: 600px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 400px !important;
}
}
@media (max-width: 450px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 300px !important;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
margin: 0 auto;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.eot);
src: url(https://junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.woff) format('woff'), url(https://junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.ttf) format('truetype'), url(https://junglefenderflares.com/blog/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.ngg-widget,
.ngg-widget-slideshow {
overflow: hidden;
margin: 0pt;
padding: 5px 0px 0px 0pt;
text-align: left;
}
.ngg-widget img {
border: 2px solid #A9A9A9;
margin: 0pt 2px 2px 0px;
padding: 1px;
height: auto; float: left;
}.ngg-slideshow.slick-slider {
margin: 40px auto 50px !important;
overflow: visible;
}
.ngg-slideshow .ngg-gallery-slideshow-image {
display: inline-block;
text-align: center;
font: 0/0 a;
}
.ngg-slideshow .ngg-gallery-slideshow-image:before {
content: ' ';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.ngg-slideshow .ngg-gallery-slideshow-image a {
display: inline !important;
}
.ngg-slideshow .ngg-gallery-slideshow-image img {
margin: 0 auto;
display: inline-block !important;
vertical-align: middle;
max-width: 99%!important;
max-height: 98% !important;
}
.ngg-slideshow .slick-prev {
left: 20px !important;
z-index: 10 !important;
top: 49%;
cursor: before;
}
.ngg-slideshow .slick-next {
right: 30px !important;
z-index: 10 !important;
top: 49%;
cursor: pointer;
}
.ngg-slideshow .slick-next:before, 
.ngg-slideshow .slick-prev:before {
color: #CCC !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-next:hover:before, 
.ngg-slideshow .slick-prev:hover:before {
color: #AAA !important;
font-size: 32px !important;
}
.ngg-slideshow .slick-dots {
margin: 0;
padding: 0;
bottom: -30px;
}
.ngg-slideshow .slick-dots li {
margin: 0;
}
.ngg-slideshow .slick-dots li button {
margin: 0;
}
.ngg-slideshow .slick-dots li button:before {
font-size: 8px;
color: #888;
opacity: .5;
cursor: pointer;
}
.ngg-slideshow .slick-dots li.slick-active button:before {
opacity: 1;
color: #555;
}
.slideshowlink {
margin: -34px auto 50px;
text-align: center;
text-transform: uppercase;
}
.slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
}
@media (max-width: 600px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 400px !important;
}
}
@media (max-width: 450px) {
.ngg-slideshow .ngg-gallery-slideshow-image {
height: 300px !important;
}
}.mx_image_background {
background-color: #f2f2f2;
}
.td-visibility-hidden {
visibility: hidden;
} .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}  .td-sp {
background-image: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements.png);
background-repeat: no-repeat;
display: block;
}
.td-sp-video-play {
width: 42px;
height: 42px;
background-position: -20px -488px;
}
.td-sp-video-pause {
width: 42px;
height: 42px;
background-position: -20px -612px;
}
.td-sp-facebook {
width: 32px;
height: 32px;
background-position: -20px -20px;
}
.td-sp-pinterest {
width: 32px;
height: 32px;
background-position: -20px -72px;
}
.td-sp-rss {
width: 32px;
height: 32px;
background-position: -20px -124px;
}
.td-sp-soundcloud {
width: 32px;
height: 32px;
background-position: -20px -176px;
}
.td-sp-instagram {
width: 32px;
height: 32px;
background-position: -20px -228px;
}
.td-sp-vimeo {
width: 32px;
height: 32px;
background-position: -20px -332px;
}
.td-sp-youtube {
width: 32px;
height: 32px;
background-position: -20px -384px;
}
.td-sp-twitter {
width: 32px;
height: 32px;
background-position: -20px -436px;
}
.tdc-header-template .td-main-page-wrap,
.tdc-no-header .td-main-page-wrap {
padding-top: 0;
}
.tdc_zone {
margin: 0;
}
.td-main-content-wrap .tdc_zone {
z-index: 0;
}
.td-header-template-wrap {
z-index: 100;
}
.td-header-desktop-wrap {
width: 100%;
}
.td-header-desktop-wrap .td-spot-id-header {
max-width: 728px;
width: auto; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-desktop-wrap .td-spot-id-header {
height: 60px;
}
}
.td-header-mobile-wrap .td-spot-id-header { }
@media (max-width: 767px) {
.td-header-mobile-wrap .td-spot-id-header {
margin: 0 auto;
}
}
.td-header-desktop-sticky-wrap,
.td-header-mobile-sticky-wrap {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
visibility: hidden;
opacity: 0;
}
.td-header-desktop-sticky-wrap.td-header-active,
.td-header-mobile-sticky-wrap.td-header-active {
visibility: visible;
}
.td-header-desktop-sticky-wrap.td-header-stop-transition,
.td-header-mobile-sticky-wrap.td-header-stop-transition {
-webkit-transition: none;
transition: none;
} @media (min-width: 767px) {
.admin-bar .td-header-desktop-sticky-wrap {
margin-top: 32px;
}
} #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; }
@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);
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
overflow: hidden;
position: relative; }
@media (max-width: 320px) {
#td-mobile-nav .td-menu-avatar .td-avatar-container {
-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
width: 40px;
height: 40px;
}
}
#td-mobile-nav .td-menu-avatar .avatar {
position: absolute;
margin: 0 auto;
left: -9999px;
right: -9999px;
max-width: none;
width: 100%;
height: 100%;
}
#td-mobile-nav .td-menu-username {
font-size: 20px;
font-weight: bold;
margin: 0 100px 0 95px;
overflow: hidden;
height: 60px; }
@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;
} #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;
} #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);
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);
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-register-section .td-login-register-link a {
width: 100%;
display: block;
padding: 13px;
margin-top: 24px;
font-size: 13px;
text-transform: uppercase;
color: #fff;
cursor: pointer;
position: relative;
text-align: center;
}
#td-mobile-nav .td-register-section .td-login-register-link a:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
#td-mobile-nav .td-register-section .td-login-register-link a:hover {
color: #fff;
}
#td-mobile-nav .td-register-section .td-login-register-link a:hover:before {
opacity: 0.2;
}
#td-mobile-nav .td-login-title {
position: absolute;
top: 0;
padding: 0 50px;
text-align: center;
line-height: 74px;
text-transform: uppercase;
width: 100%;
font-size: 17px;
height: 74px;
overflow: hidden;
z-index: -1;
}
#td-mobile-nav .td-login-panel-title {
text-align: center;
font-size: 16px;
padding: 30px 10px;
}
#td-mobile-nav .td-login-panel-title span {
display: inline-block;
font-size: 28px;
font-weight: bold;
width: 100%;
margin-bottom: 10px;
}
.td-ajax-search-flex .td_module_flex_1 {
padding-bottom: 25px;
}
.td-ajax-search-flex .td_module_flex_1 .td-module-container {
flex-direction: row;
}
.td-ajax-search-flex .td_module_flex_1 .td-image-container {
flex: 0 0 30%;
width: 30%;
}
.td-ajax-search-flex .td_module_flex_1 .td-image-wrap {
padding-bottom: 70%;
}
.td-ajax-search-flex .td_module_flex_1 .td-module-meta-info {
padding: 0 0 0 15px;
}
.td-ajax-search-flex .td_module_flex_1 .entry-title {
font-size: 16px;
line-height: 20px;
font-weight: 500;
}
.td-ajax-search-flex .td_module_flex_1 .td-excerpt,
.td-ajax-search-flex .td_module_flex_1 .td-post-category,
.td-ajax-search-flex .td_module_flex_1 .td-post-author-name,
.td-ajax-search-flex .td_module_flex_1 .td-module-comments,
.td-ajax-search-flex .td_module_flex_1 .td-read-more {
display: none;
} .td_block_slide {
position: relative;
overflow: hidden;
*zoom: 1;
}
.td_block_slide:before,
.td_block_slide:after {
display: table;
content: "";
line-height: 0;
}
.td_block_slide:after {
clear: both;
}
.td_block_slide .td_block_inner {
position: relative;
}
.td_block_slide .td-module-thumb,
.td_block_slide .td-video-play-ico,
.td_block_slide .td-slide-meta,
.td_block_slide i {
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
.td_block_slide .td-module-thumb {
margin-bottom: 0;
z-index: -1;
position: static;
}
.td_block_slide .td-video-play-ico {
width: 40px !important;
height: 40px !important;
font-size: 40px !important;
border-width: 0.050em !important; }
@media (max-width: 1018px) {
.td_block_slide .td-video-play-ico {
top: 12px;
left: auto;
right: 12px;
transform: none;
-webkit-transform: none;
}
}
.td_block_slide .td-admin-edit {
height: auto !important;
}
.td_block_slide .td_module_slide {
z-index: 1;
}
.td_block_slide .td-image-gradient:before {
height: 100%;
}
.td_block_slide .td-module-thumb,
.td_block_slide .entry-thumb {
height: 100%;
}
.td_block_slide .entry-thumb {
background-size: cover;
}
.td_block_slide .td-slide-meta {
z-index: 2;
position: absolute;
bottom: 10px;
width: 100%;
padding: 0 22px;
color: #fff;
left: 0;
right: 0;
margin: 0 auto; }
@media (max-width: 767px) {
.td_block_slide .td-slide-meta {
padding: 0 12px;
bottom: 3px;
}
}
.td_block_slide .td-slide-meta a,
.td_block_slide .td-slide-meta span {
color: #fff;
}
.td_block_slide .entry-title {
margin: 5px 0;
}
.td_block_slide .entry-review-stars {
margin-right: 22px;
top: 0;
}
.td_block_slide .td-post-date {
color: #fff;
margin-left: 4px;
}
.td_block_slide .td-post-views {
display: inline-block;
vertical-align: top;
margin-right: 22px;
line-height: 15px;
}
.td_block_slide .td-icon-views {
position: relative;
line-height: 17px;
font-size: 14px;
margin-right: 5px;
vertical-align: top;
}
.td_block_slide .td-post-comments {
position: relative;
top: 2px;
display: inline-block;
vertical-align: top;
margin-left: 10px;
}
.td_block_slide .td-icon-comments {
margin-right: 5px;
font-size: 9px;
position: relative;
top: 1px;
}
.td_block_slide .td-slide-nav {
padding: 20px;
position: absolute;
display: block;
height: 80px;
margin-top: -40px;
top: 50%;
font-size: 38px;
color: #fff;
opacity: 0;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.td_block_slide .prevButton {
left: 0;
}
.td_block_slide .nextButton {
right: 0;
}
.td_block_slide .td_module_wrap:hover .entry-title a {
color: #fff;
}
.td-ss-main-sidebar .td_block_slide,
.td-ss-row .td-pb-span4 .td_block_slide {
overflow: visible;
}
.td-theme-slider { }
.td-theme-slider .slide-meta-cat a {
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
margin: 0 0 5px 0;
padding: 4px 7px 3px;
line-height: 14px;
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease; }
@media (max-width: 767px) {
.td-theme-slider .slide-meta-cat a {
font-size: 10px;
padding: 2px 5px 2px;
margin-bottom: 0;
line-height: 13px;
}
}
.td-theme-slider:hover .td-slide-nav {
opacity: 1;
z-index: 1;
}
.td-theme-slider:hover .slide-meta-cat a {
background-color: #4db2ec;
}
@-moz-document url-prefix() {
.td-theme-slider .slide-meta-cat a {
padding: 3px 7px 4px; }
@media (max-width: 767px) {
.td-theme-slider .slide-meta-cat a {
line-height: 12px;
}
}
} .iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 580px;    }
@media (min-width: 1019px) and (max-width: 1140px) {
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 532px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 402px;
}
}
@media (max-width: 767px) {
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 298px;
}
}
@media (max-width: 500px) {
.iosSlider-col-3,
.iosSlider-col-3 .td_module_slide {
height: 163px;
}
}
.iosSlider-col-3 .entry-title {
font-size: 48px;
line-height: 58px;    }
@media (min-width: 1019px) and (max-width: 1140px) {
.iosSlider-col-3 .entry-title {
font-size: 42px;
line-height: 52px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-3 .entry-title {
font-size: 34px;
line-height: 44px;
}
}
@media (max-width: 767px) {
.iosSlider-col-3 .entry-title {
font-size: 26px;
line-height: 32px;
}
}
@media (max-width: 500px) {
.iosSlider-col-3 .entry-title {
font-size: 18px;
line-height: 24px;
}
} .iosSlider-col-2,
.iosSlider-col-2 .td_module_slide {
height: 385px;    }
@media (min-width: 1019px) and (max-width: 1140px) {
.iosSlider-col-2,
.iosSlider-col-2 .td_module_slide {
height: 354px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-2,
.iosSlider-col-2 .td_module_slide {
height: 268px;
}
}
@media (max-width: 767px) {
.iosSlider-col-2,
.iosSlider-col-2 .td_module_slide {
height: 303px;
}
}
@media (max-width: 500px) {
.iosSlider-col-2,
.iosSlider-col-2 .td_module_slide {
height: 166px;
}
}
.iosSlider-col-2 .entry-title {
font-size: 26px;
line-height: 32px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-2 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
@media (max-width: 500px) {
.iosSlider-col-2 .entry-title {
font-size: 18px;
line-height: 24px;
}
} .td_block_slide .iosSlider-col-1,
.td_block_slide .iosSlider-col-1 .td_module_slide {
height: 385px;    }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_slide .iosSlider-col-1,
.td_block_slide .iosSlider-col-1 .td_module_slide {
height: 354px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_slide .iosSlider-col-1,
.td_block_slide .iosSlider-col-1 .td_module_slide {
height: 268px;
}
}
@media (max-width: 767px) {
.td_block_slide .iosSlider-col-1,
.td_block_slide .iosSlider-col-1 .td_module_slide {
height: 303px;
}
}
@media (max-width: 500px) {
.td_block_slide .iosSlider-col-1,
.td_block_slide .iosSlider-col-1 .td_module_slide {
height: 200px;
}
}
.td_block_slide .iosSlider-col-1 .entry-title {
font-size: 18px;
line-height: 24px;  }
@media (max-width: 767px) {
.td_block_slide .iosSlider-col-1 .entry-title {
font-size: 26px;
line-height: 32px;
}
}
@media (max-width: 500px) {
.td_block_slide .iosSlider-col-1 .entry-title {
font-size: 18px;
line-height: 24px;
}
}
.td_block_slide .td_module_slide {
visibility: hidden !important;
}
.td_block_slide .td_module_slide:first-child {
visibility: visible !important;
}
.td-js-loaded .td_block_slide .td_module_slide {
visibility: visible !important;
} .td_block_wrap {
margin-bottom: 48px;
position: relative;
clear: both; }
@media (max-width: 767px) {
.td_block_wrap {
margin-bottom: 32px;
}
}
.td_block_wrap .td-next-prev-wrap,
.td_block_wrap .td-load-more-wrap {
margin-top: 20px; }
@media (max-width: 767px) {
.td_block_wrap .td-next-prev-wrap,
.td_block_wrap .td-load-more-wrap {
margin-bottom: 0;
}
}
.td_block_wrap .td-subcat-item .td-cur-simple-item {
color: #000;
}
.td-block-title-wrap {
position: relative;
}
.td-page-content .td_block_wrap {
line-height: 21px;
}
.td-fix-index {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.td_with_ajax_pagination {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
overflow: hidden;
}
.widgettitle,
.widgettitle:after,
.td-trending-now-title,
.td-trending-now-wrapper:hover .td-trending-now-title,
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more {
background-color: #222222;
}
.td_block_wrap .td-subcat-item .td-cur-simple-item {
color: #4db2ec;
} .td-next-prev-wrap {
position: relative;
clear: both;
}
.td-next-prev-wrap a {
display: inline-block;
margin-right: 7px;
width: 25px;
height: 25px;
line-height: 24px;
border: 1px solid #dcdcdc;
text-align: center;
vertical-align: middle;
font-size: 7px;
color: #b7b7b7;
}
.td-next-prev-wrap a:hover {
background-color: #4db2ec;
border-color: #4db2ec;
color: #fff;
}
.td-next-prev-wrap .ajax-page-disabled {
opacity: 0.5;
}
.td-next-prev-wrap .td-ajax-next-page {
padding-left: 2px;
}
.td-next-prev-wrap .td-ajax-prev-page {
padding-right: 1px;
}
@-moz-document url-prefix() {
.td-next-prev-wrap a {
line-height: 23px;
}
} .td_ajax_load_more {
display: inline-block;
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
line-height: 1;
padding: 8px 10px;
border: 1px solid #C9C9C9;
text-align: center;
vertical-align: middle;
}
.td_ajax_load_more i {
font-size: 8px;
margin-left: 6px;
position: relative;
top: 0;
vertical-align: middle;
}
.td_ajax_load_more.ajax-page-disabled {
visibility: hidden !important;
}
.td-load-more-wrap {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
@-moz-document url-prefix() {
.td_ajax_load_more {
padding: 7px 10px 9px;
}
}
.td-load-more-wrap {
text-align: center;
clear: both;
}
.td-load-more-wrap a {
color: #A5A5A5;
}
.td-load-more-wrap a:hover {
background-color: #4db2ec;
border-color: #4db2ec;
color: #fff;
text-decoration: none !important;
}
.td_block_inner_overflow {
overflow: hidden;
}
.td_block_inner_overflow .td-module-image {
min-height: 20px;
} .td-load-more-infinite-wrap {
display: none;
} .td-subcat-filter {
position: absolute;
bottom: 0;
right: 0;
margin: auto 0;
opacity: 0;
z-index: 2;
line-height: 30px;
text-align: right;
}
.td-subcat-filter ul {
margin: 0;
}
.td-subcat-filter .td-display-filter {
display: none !important;
}
.td-subcat-filter .td-subcat-list {
display: inline-block;
line-height: 1;
}
.td-subcat-filter .td-subcat-list .td-subcat-item {
display: inline-block;
line-height: 1;
margin-left: 30px;
}
.td-subcat-filter .td-subcat-list a {
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #777;
line-height: 1;
}
.td-subcat-filter .td-subcat-list a:hover {
color: #4db2ec;
}
.td-subcat-filter .td-subcat-dropdown {
display: inline-block;
text-align: right;
line-height: 30px;
position: relative;
}
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more span,
.td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more i {
color: #fff;
}
.td-subcat-filter .td-subcat-dropdown:hover ul {
display: block;
}
.td-subcat-filter .td-subcat-dropdown .td-subcat-more {
cursor: pointer;
margin-left: 15px;
padding-left: 15px;
-webkit-user-select: none;
display: inline-block;
}
.td-subcat-filter .td-subcat-dropdown .td-subcat-more:before {
content: '';
width: 70px;
height: 100%;
position: absolute;
margin-top: 2px;
top: 0;
right: 0;
z-index: 1;
opacity: 0;
}
.td-subcat-filter .td-subcat-dropdown .td-subcat-more i {
font-size: 9px;
color: #777;
margin-left: 12px;
margin-right: 12px;
}
.td-subcat-filter .td-subcat-dropdown ul {
list-style: none;
position: absolute;
right: 0;
top: 100%;
padding: 6px 0 8px 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.95);
z-index: 999;
border-width: 0 1px 1px 1px;
border-color: #ededed;
border-style: solid;
display: none;
}
.td-subcat-filter .td-subcat-dropdown a {
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #777;
white-space: nowrap;
display: block;
line-height: 26px;
padding-left: 21px;
padding-right: 15px;
}
.td-subcat-filter .td-subcat-dropdown a:hover {
color: #4db2ec;
}
.td-subcat-filter .td-subcat-dropdown li {
margin-left: 0;
}
.td-subcat-filter .td-subcat-dropdown span {
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #777;
line-height: 1;
}
.td-js-loaded .td-subcat-filter {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
} .td_block_trending_now {
padding: 0 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_trending_now {
padding: 0 6px;
}
}
@media (max-width: 767px) {
.td_block_trending_now {
padding: 0;
}
}
.td-trending-now-wrapper {
display: flex;
align-items: center;
position: relative;
transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
overflow: hidden; }
@media (max-width: 767px) {
.td-trending-now-wrapper {
flex-direction: column;
text-align: center;
}
}
.td-trending-now-wrapper .td-next-prev-wrap {
margin: 0 0 0 auto;
z-index: 1; }
@media (max-width: 767px) {
.td-trending-now-wrapper .td-next-prev-wrap {
display: none;
}
}
.td-trending-now-wrapper:hover .td-trending-now-title {
background-color: #4db2ec;
}
.td-trending-now-wrapper .td-trending-now-nav-right {
padding-left: 2px;
}
.td-trending-now-title {
background-color: #222222;
font-family: 'Roboto', sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #fff;
padding: 2px 10px 1px;
display: inline-block;
line-height: 22px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
cursor: default;
-webkit-user-select: none; user-select: none; }
@media (max-width: 767px) {
.td-trending-now-title {
padding: 2px 10px 1px;
}
}
@-moz-document url-prefix() {
.td-trending-now-title {
line-height: 21px;
}
}
.td-trending-now-display-area {
display: flex;
align-items: center;
vertical-align: top;
padding: 0 0 0 15px; }
@media (max-width: 767px) {
.td-trending-now-display-area {
width: 100%;
padding: 0;
display: block;
height: 26px;
position: relative;
top: 10px;
}
}
.td-trending-now-display-area .entry-title {
font-size: 15px;
line-height: 25px;
margin: 0;
}
.td-trending-now-display-area .td_module_trending_now .entry-title { }
@media (max-width: 767px) {
.td-trending-now-display-area .td_module_trending_now .entry-title {
font-size: 14px;
line-height: 16px;
}
}
.td-trending-now-post {
opacity: 0;
position: absolute;
top: 0;
padding-right: 119px;
overflow: hidden;  }
.td-trending-now-post:first-child {
opacity: 1;
z-index: 1;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-trending-now-post {
padding-right: 107px;
}
}
@media (max-width: 767px) {
.td-trending-now-post {
width: 100%;
padding-right: 0;
}
}
.td-trending-now-post:first-child {
opacity: 1;
}
.td-next-prev-wrap .td-trending-now-nav-right {
margin-right: 0;
}
.td-trending-style2 {
border: 1px solid #eaeaea;
padding-top: 20px;
padding-bottom: 20px;
} .td_quote_on_blocks {
font-family: 'Roboto', sans-serif;
font-size: 30px;
line-height: 35px;
font-weight: 400;
font-style: italic;
text-align: left;
text-transform: uppercase;
color: #4db2ec;
margin-top: 10px; }
@media (max-width: 1018px) {
.td_quote_on_blocks {
font-size: 22px;
line-height: 28px;
}
} .td_block_popular_categories {
padding-bottom: 0;
} .td_block_categories_tags .td-ct-item {
display: block;
position: relative;
padding: 0 10px 0 12px;
line-height: 30px;
color: #111;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.td_block_categories_tags .td-ct-item:hover {
color: #4db2ec;
}
.td_block_categories_tags .td-ct-item:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.td_block_categories_tags .td-ct-item:last-of-type .td-ct-text-sep {
display: none;
}
.td_block_categories_tags .td-ct-item-no {
float: right;
}
.td_block_categories_tags .td-ct-item-sep {
position: relative;
}
.td_block_categories_tags .td-ct-item-sep:last-child {
display: none;
} .td_block_archives .td-ct-wrap {
list-style: none;
}
.td_block_archives li {
margin: 0;
}
.td_block_archives li a {
display: block;
position: relative;
padding: 0 10px 0 12px;
line-height: 30px;
color: #111;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.td_block_archives li a:hover {
color: #4db2ec;
}
.td_block_archives li a:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.td_block_archives li:last-child .td-al-item-sep {
display: none;
}
.td_block_archives .td-al-item-sep {
position: relative;
} .td_block_homepage_full_1 {
padding-bottom: 0;
margin-bottom: 0;
} .td_block_text_with_title {
margin-bottom: 44px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.td_block_text_with_title p:last-child {
margin-bottom: 0;
} .td_block_author .block-title {
float: none;
margin-bottom: 20px;
width: 100%;
}
.td_block_author .td_author_wrap {
font-family: Verdana, Geneva, sans-serif;
text-align: center;
}
.td_block_author .td-author-image {
position: relative;
margin-bottom: 7px;
display: inline-block;
}
.td_block_author .td-author-image:before,
.td_block_author .td-author-image:after {
border-radius: 500px;
}
.td_block_author .avatar {
border-radius: 500px;
display: block;
}
.td_block_author .td-author-name {
position: relative;
margin-bottom: 21px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}
.td_block_author .td-author-description {
padding: 2px 0 0 0;
font-family: 'Open Sans', arial, sans-serif;
font-size: 15px;
line-height: 21px;
font-style: italic;
color: #555;
}
.td_block_author .td-author-page {
font-family: 'Open Sans', arial, sans-serif;
font-size: 15px;
margin-top: 12px;
font-weight: 600;
}
.td_block_author a {
color: #000;
}
.td_block_author a:hover {
color: #4db2ec;
} .td-stretch-content .td_block_single_image { }
@media (max-width: 767px) {
.td-stretch-content .td_block_single_image {
margin-right: -20px;
margin-left: -20px;
}
}
.td_block_single_image a {
display: block;
}
.td_block_single_image.td-no-img-custom-url a {
pointer-events: none;
cursor: default;
} .td_block_image_box .td-custom {
position: relative; }
@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;
}
.td_block_image_box .td-custom-image a {
display: block;
background-size: cover;
background-position: center; }
@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;
position: absolute;
top: 0;
left: 0;
background-color: #000;
-webkit-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;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 10px;
-webkit-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%);
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; }
@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; }
.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; }
@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; }
@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; }
@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; }
@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; }
@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;
} .td_block_separator {
width: 100%;
align-items: center;
margin-bottom: 38px;
padding-bottom: 10px;
}
.td_block_separator span {
position: relative;
display: block;
margin: 0 auto;
width: 100%;
height: 1px;
border-top: 1px solid #EBEBEB;
}
.td_separator_align_left span {
margin-left: 0;
}
.td_separator_align_right span {
margin-right: 0;
}
.td_separator_dashed span {
border-top-style: dashed;
}
.td_separator_dotted span {
border-top-style: dotted;
}
.td_separator_double span {
height: 3px;
border-bottom: 1px solid #EBEBEB;
}
.td_separator_shadow > span {
position: relative;
height: 20px;
overflow: hidden;
border: 0;
color: #EBEBEB;
}
.td_separator_shadow > span > span {
position: absolute;
top: -30px;
left: 0;
right: 0;
margin: 0 auto;
height: 13px;
width: 98%;
border-radius: 100%;
} .vc_single_image a {
position: relative;
}
.td-single-image-style-rounded a,
.td-single-image-style-rounded a:before,
.td-single-image-style-rounded a:after {
border-radius: 4px;
}
.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border,
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow {
margin-bottom: 22px;
background-color: #EBEBEB; }
@media (max-width: 767px) {
.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border,
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow {
margin-bottom: 32px;
}
}
.td-single-image-style-border,
.td-single-image-style-round-border,
.td-single-image-style-circle-border {
padding: 6px;
}
.td-single-image-style-outline,
.td-single-image-style-bordered-shadow,
.td-single-image-style-round-outline,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-border-shadow {
padding: 1px;
}
.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.td-single-image-style-outline a:after,
.td-single-image-style-bordered-shadow a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after {
color: #fff;
-webkit-box-shadow: inset 0px 0px 0px 6px;
box-shadow: inset 0px 0px 0px 6px;
}
.td-single-image-style-outline a:before,
.td-single-image-style-bordered-shadow a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before {
color: #EBEBEB;
-webkit-box-shadow: inset 0px 0px 0px 7px;
box-shadow: inset 0px 0px 0px 7px;
}
.td-single-image-style-shadow a,
.td-single-image-style-bordered-shadow a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a {
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.td-single-image-style-3d-shadow {
position: relative;
}
.td-single-image-style-3d-shadow:before,
.td-single-image-style-3d-shadow:after {
content: '';
position: absolute;
bottom: 0;
height: 30%;
-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
z-index: 0;
}
.td-single-image-style-3d-shadow:before {
left: 5px;
right: 50%;
transform: skewY(-6deg);
-webkit-transform: skewY(-6deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.td-single-image-style-3d-shadow:after {
left: 50%;
right: 5px;
transform: skewY(6deg);
-webkit-transform: skewY(6deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.td-single-image-style-3d-shadow a {
z-index: 1;
}
.td-single-image-style-round,
.td-single-image-style-round-border,
.td-single-image-style-round-outline,
.td-single-image-style-round-shadow,
.td-single-image-style-round-border-shadow,
.td-single-image-style-circle,
.td-single-image-style-circle-border,
.td-single-image-style-circle-outline,
.td-single-image-style-circle-shadow,
.td-single-image-style-circle-border-shadow {
border-radius: 50%;
}
.td-single-image-style-round a,
.td-single-image-style-round-border a,
.td-single-image-style-round-outline a,
.td-single-image-style-round-shadow a,
.td-single-image-style-round-border-shadow a,
.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a,
.td-single-image-style-round a:before,
.td-single-image-style-round-border a:before,
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-shadow a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle a:before,
.td-single-image-style-circle-border a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-shadow a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round a:after,
.td-single-image-style-round-border a:after,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-shadow a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle a:after,
.td-single-image-style-circle-border a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-shadow a:after,
.td-single-image-style-circle-border-shadow a:after {
border-radius: 50%;
}
.td-single-image-style-round-outline a:before,
.td-single-image-style-round-border-shadow a:before,
.td-single-image-style-circle-outline a:before,
.td-single-image-style-circle-border-shadow a:before,
.td-single-image-style-round-outline a:before:before,
.td-single-image-style-round-border-shadow a:before:before,
.td-single-image-style-circle-outline a:before:before,
.td-single-image-style-circle-border-shadow a:before:before,
.td-single-image-style-round-outline a:after:before,
.td-single-image-style-round-border-shadow a:after:before,
.td-single-image-style-circle-outline a:after:before,
.td-single-image-style-circle-border-shadow a:after:before,
.td-single-image-style-round-outline a:after,
.td-single-image-style-round-border-shadow a:after,
.td-single-image-style-circle-outline a:after,
.td-single-image-style-circle-border-shadow a:after,
.td-single-image-style-round-outline a:before:after,
.td-single-image-style-round-border-shadow a:before:after,
.td-single-image-style-circle-outline a:before:after,
.td-single-image-style-circle-border-shadow a:before:after,
.td-single-image-style-round-outline a:after:after,
.td-single-image-style-round-border-shadow a:after:after,
.td-single-image-style-circle-outline a:after:after,
.td-single-image-style-circle-border-shadow a:after:after {
border-radius: 50%;
}
.td-single-image-style-circle a,
.td-single-image-style-circle-border a,
.td-single-image-style-circle-outline a,
.td-single-image-style-circle-shadow a,
.td-single-image-style-circle-border-shadow a {
height: 0;
padding-bottom: 100%;
} .td_block_empty_space,
.vc_empty_space {
margin-bottom: 0;
} .ie8 .entry-thumb:before,
.ie9 .entry-thumb:before,
.ie10 .entry-thumb:before,
.ie11 .entry-thumb:before,
.ie8 .entry-thumb:after,
.ie9 .entry-thumb:after,
.ie10 .entry-thumb:after,
.ie11 .entry-thumb:after,
.ie8 .td-instagram-element:before,
.ie9 .td-instagram-element:before,
.ie10 .td-instagram-element:before,
.ie11 .td-instagram-element:before,
.ie8 .td-instagram-element:after,
.ie9 .td-instagram-element:after,
.ie10 .td-instagram-element:after,
.ie11 .td-instagram-element:after,
.ie8 .td-author-image:before,
.ie9 .td-author-image:before,
.ie10 .td-author-image:before,
.ie11 .td-author-image:before,
.ie8 .td-author-image:after,
.ie9 .td-author-image:after,
.ie10 .td-author-image:after,
.ie11 .td-author-image:after {
display: none !important;
} .td-menu-blocks-custom {
margin-bottom: 30px;
padding: 0 60px; }
@media (max-width: 1018px) {
.td-menu-blocks-custom {
padding: 0;
}
}
.td-menu-blocks-custom .widget {
margin-bottom: 0;
}
.td-menu-blocks-custom ul {
text-align: center;
}
.td-menu-blocks-custom ul li {
display: inline-block;
margin-bottom: 8px;
margin-left: 0;
margin-right: 7px;
}
.td-menu-blocks-custom ul li a {
border: 1px solid #eaeaea;
padding: 0 12px;
font-size: 13px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
line-height: 31px;
display: block;
}
.td-menu-blocks-custom ul li a:hover {
background-color: #111;
color: #fff;
border-color: #111;
}
.td-menu-blocks-custom .current-menu-item a {
border-color: #4db2ec;
background-color: #4db2ec;
color: #fff;
}
.td-menu-blocks-custom .current-menu-item a:hover {
color: #fff;
}
.td-menu-block-headers {
text-align: center;
}
.td-menu-block-headers ul {
margin-top: 0;
}
.td-menu-block-headers li {
display: inline-block;
margin: 2px !important;
text-align: center;
line-height: 17px !important;
font-size: 10px;
margin-top: 20px !important; }
@media (max-width: 767px) {
.td-menu-block-headers li {
margin-top: 15px !important;
font-size: 9px;
}
}
.td-menu-block-headers li.current-menu-item img {
border-color: #4db2ec;
}
.td-menu-block-headers li.current-menu-item a {
color: #4db2ec;
}
.td-menu-block-headers li:hover img {
border-color: #4db2ec;
}
.td-menu-block-headers li img {
display: block;
border: 1px solid #eaeaea;
width: 110px; }
@media (max-width: 767px) {
.td-menu-block-headers li img {
width: 82px;
}
} .td_block_list_menu ul {
margin-left: 12px;
}
.td_block_list_menu ul li {
margin-left: 0;
}
.td_block_list_menu .sub-menu {
padding-left: 22px;
}
.td_block_list_menu .sub-menu li {
font-size: 13px;
}
.td-list-menu-inline {
padding: 0 60px;
margin-bottom: 22px; }
@media (max-width: 1018px) {
.td-list-menu-inline {
padding: 0;
}
}
.td-list-menu-inline ul {
margin: 0;
text-align: center;
}
.td-list-menu-inline ul li {
display: inline-block;
margin-bottom: 8px;
margin-left: 0;
margin-right: 10px;
}
.td-list-menu-inline ul li a {
border: 1px solid #eaeaea;
padding: 0 12px;
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 500;
line-height: 31px;
color: #000;
display: block;
}
.td-list-menu-inline ul li a:hover {
background-color: #111;
color: #fff;
border-color: #111;
}
.td-list-menu-inline .current-menu-item a {
border-color: #4db2ec;
background-color: #4db2ec;
color: #fff !important;
}
.td-tab-blocks-custom {
margin-bottom: 0 !important;
}
.td-tab-blocks-custom ul.wpb_tabs_nav {
border-bottom: 0;
}
.td-tab-blocks-custom .wpb_text_column {
margin-bottom: 21px;
}
.td-tab-blocks-custom.wpb_tabs li.ui-tabs-active a,
.td-tab-blocks-custom.wpb_tabs li:hover a {
background-color: #111;
}
.td-tab-blocks-custom ul.wpb_tabs_nav {
display: table;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-tab-blocks-custom ul.wpb_tabs_nav {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.td-tab-blocks-custom ul.wpb_tabs_nav {
text-align: center;
margin-bottom: 20px;
}
}
.td-tab-blocks-custom ul.wpb_tabs_nav li {
display: inline-block;
margin: 0 2px;
background-color: transparent !important; }
@media (max-width: 767px) {
.td-tab-blocks-custom ul.wpb_tabs_nav li {
margin: 0 0 6px 0;
float: none;
}
}
.td-tab-blocks-custom ul.wpb_tabs_nav li a {
padding: 5px 13px !important;
font-size: 13px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
line-height: 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-tab-blocks-custom ul.wpb_tabs_nav li a {
padding: 4px 9px !important;
font-size: 12px;
}
}
@media (max-width: 767px) {
.td-tab-blocks-custom ul.wpb_tabs_nav li a {
padding: 4px 7px !important;
font-size: 12px;
line-height: 16px;
}
}
.td-tab-blocks-custom ul.wpb_tabs_nav li a:hover {
background-color: #111;
color: #fff;
}
.vc_single_image a {
width: 100%;
display: block;
background-size: cover;
}
.td-custom-menu-blocks {
margin-bottom: 25px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-custom-menu-blocks {
margin-bottom: 15px;
}
}
.td-custom-menu-blocks .widget {
overflow: visible;
margin-bottom: 0;
}
.td-custom-menu-blocks .vc_wp_custommenu {
margin-bottom: 15px;
text-align: right;
border-bottom: 1px solid #ededed;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-custom-menu-blocks .vc_wp_custommenu {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.td-custom-menu-blocks .vc_wp_custommenu {
text-align: center;
margin-bottom: 10px;
}
}
.td-custom-menu-blocks .wpb_text_column {
position: absolute;
top: 6px;
margin: 0; }
@media (max-width: 767px) {
.td-custom-menu-blocks .wpb_text_column {
position: relative;
text-align: center;
top: 0;
}
}
.td-custom-menu-blocks .wpb_text_column h2 {
margin: 0 !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-custom-menu-blocks .wpb_text_column h2 {
font-size: 21px;
line-height: 28px;
}
}
@media (max-width: 767px) {
.td-custom-menu-blocks .wpb_text_column h2 {
margin-bottom: 10px !important;
}
}
.td-custom-menu-blocks .td-custom-menu-list {
position: relative;
display: inline-block;
font-family: 'Roboto', sans-serif;
text-align: center;
margin: 0 10px; }
@media (max-width: 767px) {
.td-custom-menu-blocks .td-custom-menu-list {
position: static;
}
}
.td-custom-menu-blocks .td-custom-menu-list ul {
border-top: 1px solid #000;
position: absolute;
top: 100%;
right: -20px;
padding: 15px;
width: 400px;
background-color: #fff;
visibility: hidden;
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
opacity: 0;
z-index: 1000;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
transform: translate3d(0, 20px, 0);
-webkit-transform: translate3d(0, 20px, 0);
column-count: 2;
column-gap: 0; }
@media (max-width: 767px) {
.td-custom-menu-blocks .td-custom-menu-list ul {
right: 0;
left: 0;
margin: auto;
padding: 15px 5px;
width: 100% !important;
column-count: 2 !important;
}
}
.td-custom-menu-blocks .td-custom-menu-list ul li {
display: inline-block;
margin: 0;
width: 100%;
font-size: 12px;
text-align: left;
line-height: 1; }
.td-custom-menu-blocks .td-custom-menu-list ul li.current-menu-item a,
.td-custom-menu-blocks .td-custom-menu-list ul li:hover {
color: #4db2ec;
}
@media (max-width: 767px) {
.td-custom-menu-blocks .td-custom-menu-list ul li {
font-size: 11px;
}
}
.td-custom-menu-blocks .td-custom-menu-list ul li a {
display: block;
padding: 7px 14px;
}
.td-custom-menu-blocks .td-custom-menu-list ul li a img { }
@media (max-width: 767px) {
.td-custom-menu-blocks .td-custom-menu-list ul li a img {
max-width: 33px;
}
}
.td-custom-menu-blocks .td-custom-menu-list ul li a span {
display: inline-block;
vertical-align: top;
margin-left: 10px;
padding-top: 7px;
}
.td-custom-menu-blocks .td-custom-menu-list:hover ul {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
.td-custom-menu-blocks .td-custom-menu-list > a {
position: relative;
display: block;
padding: 0;
font-weight: 500;
line-height: 50px; }
@media (max-width: 1018px) {
.td-custom-menu-blocks .td-custom-menu-list > a {
line-height: 40px;
}
}
.td-custom-menu-blocks .td-custom-menu-list > a span {
background-color: #000;
padding: 4px 9px 3px 8px;
margin-right: 5px;
border-radius: 20px;
color: #fff !important;
display: inline-block;
line-height: 15px;
font-size: 14px;
}
.td-custom-menu-blocks .td-custom-menu-list > a:after {
content: '\e83d';
height: 100%;
position: relative;
top: 1px;
margin-left: 10px;
font-family: 'newspaper', sans-serif;
font-size: 9px;
}
.td-custom-menu-blocks .td-custom-menu-list:hover > a,
.td-custom-menu-blocks .current-menu-parent > a {
color: #4db2ec;
}
.td-custom-menu-blocks .td-custom-menu-list:hover > a span,
.td-custom-menu-blocks .current-menu-parent > a span {
background-color: #4db2ec;
}
.td-custom-menu-blocks .td-custom-menu-hidden {
visibility: hidden;
}
.td-custom-menu-blocks .td-custom-title-left { }
@media (max-width: 767px) {
.td-custom-menu-blocks .td-custom-title-left {
position: absolute !important;
}
}
.td-custom-menu-blocks .td-menu-blocks { }
@media (max-width: 767px) {
.td-custom-menu-blocks .td-menu-blocks {
margin: 0 10px 0 auto;
display: table;
}
}
.td-custom-menu-blocks .td-menu-blocks ul {
width: 500px;
column-count: 3;
column-gap: 0;
}
.td-custom-menu-blocks .td-custom-menu-list ul li a span { }
@media (max-width: 767px) {
.td-custom-menu-blocks .td-custom-menu-list ul li a span {
padding-top: 5px;
}
}
.td-h-effect-up-shadow .entry-thumb,
.td-h-effect-up-shadow .td-module-thumb a:after,
.td-h-effect-up-shadow .td-category-pos-image .td-post-category,
.td-h-effect-up-shadow .td-admin-edit {
-webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.td-h-effect-up-shadow .entry-thumb {
-webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}
.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb,
.td-h-effect-up-shadow .td_module_wrap:hover .td-module-thumb a:after,
.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category,
.td-h-effect-up-shadow .td_module_wrap:hover .td-admin-edit {
transform: translate(0, -2px);
-webkit-transform: translate(0, -2px);
}
.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb {
-webkit-box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
}
.td-h-effect-shadow .entry-thumb {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.td-h-effect-shadow .td_module_wrap:hover .entry-thumb {
-webkit-box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
box-shadow: rgba(108, 108, 108, 0.2) 0 2px 2px, rgba(108, 108, 108, 0.2) 0 4px 4px, rgba(108, 108, 108, 0.2) 0 8px 8px, rgba(108, 108, 108, 0.2) 0 16px 16px;
} [class*='td_flex_block_'] .td-post-vid-time {
padding: 3px 6px 4px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 10px;
font-weight: 600;
line-height: 1;
}
[class*='td_flex_block_'] .td-next-prev-wrap a {
width: auto;
height: auto;
min-width: 25px;
min-height: 25px;
}
[class*='td_flex_block_'] .td-icon-star,
[class*='td_flex_block_'] .td-icon-star-empty,
[class*='td_flex_block_'] .td-icon-star-half {
width: 1.3em;
}
.td-post-vid-time {
pointer-events: none;
}
html[class*='ie'] [class*='td_flex_block_5'] .td-module-container,
html[class*='ie'] [class*='tdb_header_mega_menu '] .td-module-container {
display: block;
}
html[class*='ie'] [class*='td_flex_block_5'] .td-image-container,
html[class*='ie'] [class*='tdb_header_mega_menu '] .td-image-container {
height: auto;
flex: initial;
} .td_module_flex_1,
.td_module_flex_3,
.td_module_flex_4,
.td_module_flex_5 {
display: inline-block;
width: 100%;
padding-bottom: 0;
}
.td_module_flex_1 .td-module-container,
.td_module_flex_3 .td-module-container,
.td_module_flex_4 .td-module-container,
.td_module_flex_5 .td-module-container {
display: flex;
flex-direction: column;
position: relative;
}
.td_module_flex_1 .td-module-container:before,
.td_module_flex_3 .td-module-container:before,
.td_module_flex_4 .td-module-container:before,
.td_module_flex_5 .td-module-container:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}
.td_module_flex_1 .td-image-wrap,
.td_module_flex_3 .td-image-wrap,
.td_module_flex_4 .td-image-wrap,
.td_module_flex_5 .td-image-wrap {
display: block;
position: relative;
}
.td_module_flex_1 .td-image-container,
.td_module_flex_3 .td-image-container,
.td_module_flex_4 .td-image-container,
.td_module_flex_5 .td-image-container {
position: relative;
flex: 0 0 auto;
width: 100%;
height: 100%;
}
.td_module_flex_1 .td-module-thumb,
.td_module_flex_3 .td-module-thumb,
.td_module_flex_4 .td-module-thumb,
.td_module_flex_5 .td-module-thumb {
margin-bottom: 0;
}
.td_module_flex_1 .td-module-meta-info,
.td_module_flex_3 .td-module-meta-info,
.td_module_flex_4 .td-module-meta-info,
.td_module_flex_5 .td-module-meta-info {
width: 100%;
margin-bottom: 0;
z-index: 1;
border: 0 solid #eaeaea;
min-height: 0;
}
.td_module_flex_1 .td-author-photo,
.td_module_flex_3 .td-author-photo,
.td_module_flex_4 .td-author-photo,
.td_module_flex_5 .td-author-photo {
display: inline-block;
vertical-align: middle;
}
.td_module_flex_1 .td-thumb-css,
.td_module_flex_3 .td-thumb-css,
.td_module_flex_4 .td-thumb-css,
.td_module_flex_5 .td-thumb-css {
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
}
.td_module_flex_1 .td-category-pos-image .td-post-category,
.td_module_flex_3 .td-category-pos-image .td-post-category,
.td_module_flex_4 .td-category-pos-image .td-post-category,
.td_module_flex_5 .td-category-pos-image .td-post-category,
.td_module_flex_1 .td-post-vid-time,
.td_module_flex_3 .td-post-vid-time,
.td_module_flex_4 .td-post-vid-time,
.td_module_flex_5 .td-post-vid-time {
position: absolute;
z-index: 2;
bottom: 0;
}
.td_module_flex_1 .td-category-pos-image .td-post-category,
.td_module_flex_3 .td-category-pos-image .td-post-category,
.td_module_flex_4 .td-category-pos-image .td-post-category,
.td_module_flex_5 .td-category-pos-image .td-post-category {
left: 0;
}
.td_module_flex_1 .td-post-vid-time,
.td_module_flex_3 .td-post-vid-time,
.td_module_flex_4 .td-post-vid-time,
.td_module_flex_5 .td-post-vid-time {
right: 0;
background-color: #000;
color: #fff;
}
.td_module_flex_1 .td-excerpt,
.td_module_flex_3 .td-excerpt,
.td_module_flex_4 .td-excerpt,
.td_module_flex_5 .td-excerpt {
margin: 20px 0 0;
line-height: 21px;
}
.td_module_flex_1 .td-read-more,
.td_module_flex_3 .td-read-more,
.td_module_flex_4 .td-read-more,
.td_module_flex_5 .td-read-more {
margin: 20px 0 0;
}
.td-mc1-wrap:after,
.td-mc1-wrap .td_module_wrap:after {
content: '';
display: table;
clear: both;
}
.td_module_flex_1 .td-image-wrap,
.td_module_flex_5 .td-image-wrap {
padding-bottom: 50%;
}
.td_module_flex_1 .td-module-meta-info,
.td_module_flex_5 .td-module-meta-info {
padding: 13px 0 0 0;
}
.td_module_flex_3 .td-image-wrap,
.td_module_flex_4 .td-image-wrap {
padding-bottom: 70%;
}
.td_module_flex_3 .td-module-meta-info,
.td_module_flex_4 .td-module-meta-info {
padding: 0 0 0 16px;
}
.td_module_flex_3 .entry-title,
.td_module_flex_4 .entry-title {
font-size: 14px;
line-height: 20px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_flex_3 .entry-title,
.td_module_flex_4 .entry-title {
font-size: 12px;
line-height: 18px;
}
} @media (min-width: 1019px) and (max-width: 1140px) {
.td_module_flex_3 .entry-title {
font-size: 12px;
line-height: 18px;
}
}
.td_flex_block.td_with_ajax_pagination,
.td_flex_block.td_with_ajax_pagination .td_block_inner {
overflow: initial;
}
.td_flex_block.td_with_ajax_pagination .td_block_inner {
height: auto !important;
} .td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination {
position: relative;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap {
position: absolute;
right: 0;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a {
background-color: rgba(0, 0, 0, 0.8);
min-width: 29px;
min-height: 29px;
line-height: 30px;
font-size: 10px;
color: #fdfdfd;
border: 0;
}
.td_flex_block_2.td_with_ajax_pagination .td-next-prev-wrap a:last-child {
margin-right: 0;
}
.td_module_flex_2 {
padding-bottom: 0;
}
.td_module_flex_2 .td-module-container {
position: relative;
}
.td_module_flex_2 .td-module-thumb {
margin-bottom: 0;
overflow: hidden;
}
.td_module_flex_2 .td-image-wrap {
display: block;
height: 100%;
}
.td_module_flex_2 .td-thumb-css {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
}
.td_module_flex_2 .td-module-meta-info {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
margin-bottom: 0;
color: #fff;
}
.td_module_flex_2 .td-post-category,
.td_module_flex_2 .td-post-vid-time {
background-color: #fff;
color: #000;
}
.td_module_flex_2 .td-post-vid-time {
display: inline-block;
margin-right: 5px;
}
.td_module_flex_2 .entry-title a,
.td_module_flex_2 .td-post-author-name a,
.td_module_flex_2 .td-post-date {
color: #fff;
}
.td_module_flex_2 .entry-title {
font-size: 25px;
line-height: 34px;
}
.td_module_flex_2 .td-module-comments {
top: 2px;
}
.td_module_flex_2 .td-module-comments a {
background-color: transparent !important;
padding: 0;
font-size: 11px;
font-weight: 400;
}
.td_module_flex_2 .td-module-comments a:before {
font-family: 'newspaper', sans-serif;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
text-align: center;
-webkit-font-smoothing: antialiased;
content: "\e83b";
margin-right: 5px;
font-size: 9px;
}
.td_module_flex_2 .td-module-comments a:after {
display: none;
}
.td_module_flex_2 .td-excerpt {
font-size: 14px;
line-height: 19px;
color: #ddd;
}
.td-flb-meta-center .td_module_flex_2 .td-module-meta-info {
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.td-flb-meta-bottom .td_module_flex_2 .td-module-meta-info {
top: auto;
bottom: 0;
} .td_flex_block_3 .td_module_column,
.td_flex_block_4 .td_module_column {
float: left;
}
.td_flex_block_3 .td_module_flex_1,
.td_flex_block_4 .td_module_flex_1 { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_flex_block_3 .td_module_flex_1 .entry-title,
.td_flex_block_4 .td_module_flex_1 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
.td_flex_block_3 .td_module_flex_1 .td-excerpt,
.td_flex_block_4 .td_module_flex_1 .td-excerpt {
margin-top: 16px;
}
.td_flex_block_3 .td_module_flex_3 .td-module-container,
.td_flex_block_4 .td_module_flex_3 .td-module-container {
flex-direction: row;
}
.td_flex_block_3 .td-read-more,
.td_flex_block_4 .td-read-more {
display: none;
} .td_flex_block_3 .td_module_flex_1 .td-image-wrap {
padding-bottom: 72%;
} .td_flex_block_4 .td_module_flex_4 { }
.td_flex_block_4 .td_module_flex_4 .td-module-container {
flex-direction: row;
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td_flex_block_4 .td_module_flex_4 .entry-title {
font-size: 12px;
line-height: 18px;
}
} .td_flex_block_5 .td-module-meta-info-top {
padding: 0;
}
a[href^="tel"] {
color: inherit;
} .vc_wp_recentcomments .td_wp_recentcomments {
margin-bottom: 0;
} .td_block_raw_css {
margin-bottom: 0;
}
.td-big-grid-flex {
width: 100%;
padding-bottom: 0; }
.td-big-grid-flex .td_block_inner:after,
.td-big-grid-flex .td_block_inner .td-big-grid-flex-post:after {
content: '';
display: table;
clear: both;
}
@media (max-width: 767px) {
.td-big-grid-flex .td_block_inner {
margin-left: -20px;
margin-right: -20px;
}
}
.td-big-grid-flex .td-big-grid-flex-post {
position: relative;
float: left;
padding-bottom: 0;
}
.td-big-grid-flex .td-image-container {
position: relative;
flex: 0 0 100%;
width: 100%;
height: 100%;
}
.td-big-grid-flex .td-image-wrap {
position: relative;
display: block;
overflow: hidden;
}
.td-big-grid-flex .td-image-wrap:before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
z-index: 1;
}
.td-big-grid-flex .td-module-thumb {
position: relative;
margin-bottom: 0;
}
.td-big-grid-flex .td-module-thumb:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.td-big-grid-flex .td-thumb-css {
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
-webkit-transition: transform 0.3s ease, opacity 0.3s;
transition: transform 0.3s ease, opacity 0.3s;
}
.td-big-grid-flex .td-module-meta-info {
position: absolute;
left: 0;
margin-bottom: 0;
width: 100%;
pointer-events: none;
z-index: 1;
}
.td-big-grid-flex .td-post-category {
padding: 3px 7px;
background-color: rgba(0, 0, 0, 0.7);
font-family: 'Roboto', sans-serif;
line-height: 13px;
font-weight: 500;
text-transform: uppercase;
pointer-events: auto;
}
.td-big-grid-flex .td-module-title a,
.td-big-grid-flex .td-post-author-name span,
.td-big-grid-flex .td-module-container:hover .entry-title a,
.td-big-grid-flex .td-post-author-name a,
.td-big-grid-flex .td-post-date {
color: #fff;
}
.td-big-grid-flex .td-module-title {
margin: 0;
}
.td-big-grid-flex .td-module-title a {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.td-big-grid-flex .td-editor-date {
display: inline-block;
}
.td-big-grid-flex .td-post-author-name a,
.td-big-grid-flex .td-post-author-name span,
.td-big-grid-flex .td-post-date {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.td-big-grid-flex .td-big-grid-flex-post-empty .td-image-wrap {
background-color: #e5e5e5;
}
.td-big-grid-flex .td-big-grid-flex-post-empty .td-image-wrap:before {
display: none;
} @media (min-width: 767px) {
.td-big-grid-flex-lightsky .td-image-wrap:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 160%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-webkit-transition: transform 0.7s ease 0s;
transition: transform 0.7s ease 0s;
z-index: 1;
}
.td-big-grid-flex-lightsky .td-module-container:hover .td-image-wrap:after {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
}
} @media (max-width: 767px) {
div.td-big-grid-flex-scroll .td-big-grid-flex-post {
float: none;
}
div.td-big-grid-flex-scroll .td-big-grid-flex-scroll-holder {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
font-size: 0;
-webkit-overflow-scrolling: touch;
}
div.td-big-grid-flex-scroll .td-big-grid-flex-scroll-holder .td-big-grid-flex-post {
display: inline-block;
vertical-align: top;
}
div.td-big-grid-flex-scroll .td-module-title a {
white-space: normal;
}
}  .td_block_big_grid_flex_1 { }
@media (max-width: 767px) {
.td_block_big_grid_flex_1 .td-big-grid-flex-post {
width: 100%;
}
}
.td_block_big_grid_flex_1 .td-module-container {
position: relative;
}
.td_block_big_grid_flex_1 .td-image-wrap {
padding-bottom: 75%;
}
.td_block_big_grid_flex_1 .td-module-meta-info {
padding: 22px 20px;
}
.td_block_big_grid_flex_1 .td-module-title {
font-family: 'Roboto', sans-serif;
font-size: 27px;
font-weight: 500;
line-height: 34px;
margin: 0 0 9px 0;
}
.td_block_big_grid_flex_1 .td-editor-date {
display: inline-block;
}  .td_block_big_grid_flex_2 [class^="td_module_flex_6"] .td-module-meta-info,
.td_block_big_grid_flex_3 [class^="td_module_flex_6"] .td-module-meta-info {
padding: 22px 20px;
}
.td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
.td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
margin-bottom: 9px;
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
.td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
.td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
font-size: 16px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_2 [class^="td_module_flex_6"] .entry-title,
.td_block_big_grid_flex_3 [class^="td_module_flex_6"] .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.td_block_big_grid_flex_2 .td_module_flex_7 .entry-title,
.td_block_big_grid_flex_3 .td_module_flex_7 .entry-title {
margin: 0;
font-size: 16px;
line-height: 21px;
font-weight: 500;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_2 .td_module_flex_7 .entry-title,
.td_block_big_grid_flex_3 .td_module_flex_7 .entry-title {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_2 .td_module_flex_7 .entry-title,
.td_block_big_grid_flex_3 .td_module_flex_7 .entry-title {
font-size: 13px;
line-height: 18px;
}
}  .td_block_big_grid_flex_2 .td_module_flex_6 {
width: 50%;
}
.td_block_big_grid_flex_2 .td_module_flex_6 .td-image-wrap {
padding-bottom: 400px;
}
.td_block_big_grid_flex_2 .td_module_flex_7 {
width: 25%;
}
.td_block_big_grid_flex_2 .td_module_flex_7 .td-image-wrap {
padding-bottom: 198px;
}
.td_block_big_grid_flex_2 .td_module_flex_7 .td-module-meta-info {
padding: 11px 17px;
}  .td_block_big_grid_flex_3 .td_module_flex_6 {
width: 70%;
}
.td_block_big_grid_flex_3 .td_module_flex_6 .td-image-wrap {
padding-bottom: 482px;
}
.td_block_big_grid_flex_3 .td_module_flex_7 {
width: 30%;
}
.td_block_big_grid_flex_3 .td_module_flex_7 .td-image-wrap {
padding-bottom: 158px;
}
.td_block_big_grid_flex_3 .td_module_flex_7 .td-module-meta-info {
padding: 11px 15px;
}  .td_block_big_grid_flex_4 .td_module_flex_6 {
width: 50%;
}
.td_block_big_grid_flex_4 .td_module_flex_6 .td-image-wrap {
padding-bottom: 450px;
}
.td_block_big_grid_flex_4 .td_module_flex_6 .td-module-meta-info {
padding: 22px 20px;
}
.td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
margin-bottom: 9px;
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
font-size: 16px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_4 .td_module_flex_6 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.td_block_big_grid_flex_4 .td_module_flex_7 {
width: 50%;
}
.td_block_big_grid_flex_4 .td_module_flex_7 .td-image-wrap {
padding-bottom: 220px;
}
.td_block_big_grid_flex_4 .td_module_flex_7 .td-module-meta-info {
padding: 16px 19px;
}
.td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
margin: 0;
font-size: 24px;
line-height: 30px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_4 .td_module_flex_7 .entry-title {
font-size: 16px;
line-height: 21px;
}
}  .td_block_big_grid_flex_5 .td_module_flex_6,
.td_block_big_grid_flex_5 .td_module_flex_7 {
width: 50%;
}
.td_block_big_grid_flex_5 .td_module_flex_6 .td-image-wrap {
padding-bottom: 450px;
}
.td_block_big_grid_flex_5 .td_module_flex_6 .td-module-meta-info {
padding: 22px 20px;
}
.td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
font-size: 16px;
line-height: 21px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_5 .td_module_flex_6 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.td_block_big_grid_flex_5 .td_module_flex_7 .td-image-wrap {
padding-bottom: 254px;
}
.td_block_big_grid_flex_5 .td_module_flex_7 .td-module-meta-info {
padding: 14px 19px;
}
.td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
margin: 0;
font-size: 24px;
line-height: 30px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_5 .td_module_flex_7 .entry-title {
font-size: 16px;
line-height: 21px;
}
}
.td_block_big_grid_flex_5 .td_module_flex_8 {
width: 25%;
}
.td_block_big_grid_flex_5 .td_module_flex_8 .td-image-wrap {
padding-bottom: 192px;
}
.td_block_big_grid_flex_5 .td_module_flex_8 .td-module-meta-info {
padding: 11px 15px;
}
.td_block_big_grid_flex_5 .td_module_flex_8 .entry-title {
margin: 0;
font-size: 16px;
line-height: 21px;
font-weight: 500;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_5 .td_module_flex_8 .entry-title {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_5 .td_module_flex_8 .entry-title {
font-size: 13px;
line-height: 18px;
}
}  .td_block_big_grid_flex_6 { }
.td_block_big_grid_flex_6 .td-big-grid-flex-column {
width: 25%;
display: block;
*zoom: 1; }
.td_block_big_grid_flex_6 .td-big-grid-flex-column:before,
.td_block_big_grid_flex_6 .td-big-grid-flex-column:after {
display: table;
content: "";
line-height: 0;
}
.td_block_big_grid_flex_6 .td-big-grid-flex-column:after {
clear: both;
}
@media (min-width: 767px) {
.td_block_big_grid_flex_6 .td-big-grid-flex-column {
float: left;
}
}
.td_block_big_grid_flex_6 .td-big-grid-flex-column .td_module_flex_6 {
width: 100%;
}
.td_block_big_grid_flex_6 .td_module_flex_6 {
width: 25%;
}
.td_block_big_grid_flex_6 .td_module_flex_6 .td-image-wrap {
padding-bottom: 195px;
}
.td_block_big_grid_flex_6 .td_module_flex_6 .td-module-meta-info {
padding: 13px 10px;
}
.td_block_big_grid_flex_6 .td_module_flex_6 .entry-title {
margin-bottom: 0;
font-size: 13px;
line-height: 18px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_6 .td_module_flex_6 .entry-title {
font-size: 12px;
line-height: 15px;
}
}
.td_block_big_grid_flex_6 .td_module_flex_7 {
width: 50%;
}
.td_block_big_grid_flex_6 .td_module_flex_7 .td-image-wrap {
padding-bottom: 400px;
}
.td_block_big_grid_flex_6 .td_module_flex_7 .td-module-meta-info {
padding: 20px;
}
.td_block_big_grid_flex_6 .td_module_flex_7 .entry-title {
margin-bottom: 9px;
font-size: 19px;
line-height: 24px;
font-weight: 500; }
@media (max-width: 767px) {
.td_block_big_grid_flex_6 .td_module_flex_7 .entry-title {
font-size: 13px;
line-height: 18px;
font-weight: 400;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-0 .entry-title,
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-1 .entry-title {
font-size: 22px;
line-height: 28px;
}
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-3,
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 {
width: 80%;
}
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-3 .td-image-wrap,
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 .td-image-wrap {
padding-bottom: 165px;
}
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-3 .td-module-meta-info,
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 .td-module-meta-info {
padding: 16px 15px 11px;
}
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-3 .entry-title,
.td_block_big_grid_flex_6 div.tdb-cat-grid-post-4 .entry-title {
margin: 0;
font-size: 13px;
line-height: 18px;
}
}  .td_block_big_grid_flex_7 .td_module_flex_6 {
width: 50%;
}
.td_block_big_grid_flex_7 .td_module_flex_6 .entry-title {
font-size: 27px;
font-weight: 500;
line-height: 34px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_7 .td_module_flex_6 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_7 .td_module_flex_6 .entry-title {
font-size: 16px;
line-height: 20px;
}
}
.td_block_big_grid_flex_7 .td_module_flex_7 {
width: 25%;
}
.td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
.td_block_big_grid_flex_7 .td_module_flex_6,
.td_block_big_grid_flex_7 .td_module_flex_7 { }
.td_block_big_grid_flex_7 .td_module_flex_6 .td-image-wrap,
.td_block_big_grid_flex_7 .td_module_flex_7 .td-image-wrap {
padding-bottom: 400px;
}
.td_block_big_grid_flex_7 .td_module_flex_6 .td-module-meta-info,
.td_block_big_grid_flex_7 .td_module_flex_7 .td-module-meta-info {
padding: 20px;
}
@media (max-width: 767px) {
.td_block_big_grid_flex_7 .td_module_flex_6 .entry-title,
.td_block_big_grid_flex_7 .td_module_flex_7 .entry-title {
font-size: 16px;
line-height: 21px;
}
}  .td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
.td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
font-size: 21px;
line-height: 24px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
.td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
.td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_8 .td_module_flex_6 .entry-title,
.td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
.td_block_big_grid_flex_8 .td_module_flex_6 {
width: 30%;
}
.td_block_big_grid_flex_8 .td_module_flex_6 .td-image-wrap {
padding-bottom: 400px;
}
.td_block_big_grid_flex_8 .td_module_flex_6 .entry-title {
margin-bottom: 9px;
}
.td_block_big_grid_flex_8 .td_module_flex_6 .td-module-meta-info {
padding: 20px 19px;
}
.td_block_big_grid_flex_8 .td_module_flex_7 {
width: 40%;
}
.td_block_big_grid_flex_8 .td_module_flex_7 .td-image-wrap {
padding-bottom: 199px;
}
.td_block_big_grid_flex_8 .td_module_flex_7 .td-module-meta-info {
padding: 14px 19px;
}
.td_block_big_grid_flex_8 .td_module_flex_7 .entry-title {
margin: 0;
}  .td_block_big_grid_flex_9 .td_module_flex_6 {
width: 50%;
}
.td_block_big_grid_flex_9 .td_module_flex_6 .td-image-wrap {
padding-bottom: 370px;
}
.td_block_big_grid_flex_9 .td_module_flex_6 .td-module-meta-info {
padding: 20px;
}
.td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
margin-bottom: 9px;
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
font-size: 16px;
line-height: 21px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_9 .td_module_flex_6 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.td_block_big_grid_flex_9 .td_module_flex_7 {
width: 20%;
}
.td_block_big_grid_flex_9 .td_module_flex_7 .td-image-wrap {
padding-bottom: 150px;
}
.td_block_big_grid_flex_9 .td_module_flex_7 .td-module-meta-info {
padding: 10px 14px;
}
.td_block_big_grid_flex_9 .td_module_flex_7 .td-post-category {
padding: 1px 5px;
font-size: 9px;
}
.td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
margin: 0;
font-size: 13px;
line-height: 17px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
font-size: 12px;
line-height: 19px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
font-size: 11px;
line-height: 15px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_9 .td_module_flex_7 .entry-title {
font-size: 13px;
line-height: 18px;
}
}  .td_block_big_grid_flex_10 { }
.td_block_big_grid_flex_10 .td_module_flex_6 {
width: 33.33%;
}
.td_block_big_grid_flex_10 .td_module_flex_6 .td-image-wrap {
padding-bottom: 230px;
}
.td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
margin-bottom: 9px;
font-size: 20px;
line-height: 26px;
font-weight: 700;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
font-size: 13px;
line-height: 18px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_10 .td_module_flex_6 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.td_block_big_grid_flex_10 .td_module_flex_6 .td-module-meta-info {
padding: 20px;
}
.td_block_big_grid_flex_10 .td_module_flex_7 {
width: 25%;
}
.td_block_big_grid_flex_10 .td_module_flex_7 .td-image-wrap {
padding-bottom: 175px;
}
.td_block_big_grid_flex_10 .td_module_flex_7 .td-module-meta-info {
padding: 10px 14px;
}
.td_block_big_grid_flex_10 .td_module_flex_7 .td-post-category {
padding: 1px 5px;
font-size: 9px;
}
.td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
margin: 0;
font-size: 15px;
line-height: 17px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
font-size: 13px;
line-height: 19px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
font-size: 11px;
line-height: 15px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_10 .td_module_flex_7 .entry-title {
font-size: 13px;
line-height: 18px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-1,
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 {
width: 80%;
}
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-1 .td-image-wrap,
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 .td-image-wrap {
padding-bottom: 165px;
}
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-1 .td-module-meta-info,
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 .td-module-meta-info {
padding: 16px 15px 11px;
}
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-1 .entry-title,
.td_block_big_grid_flex_10 div.td-big-grid-flex-post-2 .entry-title {
margin: 0;
font-size: 13px;
line-height: 18px;
}
}
.td_top_authors {
margin-bottom: 64px;
}
.td_top_authors img {
position: absolute;
max-width: 70px;
left: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors img {
max-width: 55px;
}
}
.td_top_authors .item-details {
margin-left: 85px;
position: relative;
height: 70px;
top: 1px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .item-details {
height: 55px;
margin-left: 70px;
}
}
.td_top_authors .item-details span {
font-family: 'Open Sans', arial, sans-serif;
padding: 3px 7px;
color: #fff;
font-size: 9px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
}
.td_top_authors .td-active .td-author-post-count {
background-color: #4db2ec;
}
.td_top_authors .td-active .td-author-comments-count {
background-color: #4db2ec;
opacity: 0.8;
}
.td_top_authors .td-active .td-authors-name a {
color: #4db2ec;
}
.td_top_authors .td_mod_wrap {
min-height: 70px;
padding-top: 9px;
padding-bottom: 9px;
border: 1px solid #fff;
}
.td_top_authors .td_mod_wrap:hover {
border: 1px solid #ededed;
}
.td_top_authors .td_mod_wrap:hover .td-author-post-count {
background-color: #4db2ec;
}
.td_top_authors .td_mod_wrap:hover .td-author-comments-count {
background-color: #4db2ec;
opacity: 0.8;
}
.td_top_authors .td_mod_wrap:hover .td-authors-name a {
color: #4db2ec;
}
.td_top_authors .block-title {
margin-bottom: 16px;
}
.td_top_authors .td-authors-url {
display: table;
position: relative;
top: -2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #999; }
.td_top_authors .td-authors-url a {
color: #999;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
font-style: italic;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .td-authors-url {
display: none;
}
}
.td_top_authors .td-authors-name a {
padding-bottom: 4px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 15px;
color: #222;
line-height: 18px;
font-weight: 600;
display: inline-block;
}
.td_top_authors .td-authors-name a:after {
content: "";
height: 96px;
position: absolute;
right: 0;
top: -15px;
width: 324px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_top_authors .td-authors-name a:after {
width: 300px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_top_authors .td-authors-name a:after {
width: 228px;
}
}
@media (max-width: 767px) {
.td_top_authors .td-authors-name a:after {
width: 100%;
}
}
.td_top_authors .td-author-post-count {
background-color: #222;
}
.td_top_authors .td-author-comments-count {
background-color: #444;
}
.td_block_template_2.widget > ul > li,
.td_block_template_6.widget > ul > li,
.td_block_template_8.widget > ul > li,
.td_block_template_9.widget > ul > li,
.td_block_template_10.widget > ul > li,
.td_block_template_11.widget > ul > li,
.td_block_template_12.widget > ul > li,
.td_block_template_13.widget > ul > li,
.td_block_template_14.widget > ul > li,
.td_block_template_15.widget > ul > li,
.td_block_template_16.widget > ul > li,
.td_block_template_17.widget > ul > li {
margin-left: 0 !important;
}
.global-block-template-12 .td-comments-title span,
.global-block-template-13 .td-comments-title span {
margin-left: 0 !important;
font-size: 20px; }
@media (max-width: 767px) {
.global-block-template-12 .td-comments-title span,
.global-block-template-13 .td-comments-title span {
font-size: 15px;
}
}
.td-block-title-wrap .td-wrapper-pulldown-filter {
font-family: 'Roboto', sans-serif;
position: absolute;
bottom: 0;
right: 0;
top: 0;
margin: auto 0;
z-index: 2;
background-color: #fff;
font-size: 13px;
line-height: 1;
color: #777;
text-align: right;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
cursor: pointer;
white-space: nowrap;
position: relative;
line-height: 29px;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i {
font-size: 9px;
color: #777;
margin-left: 20px;
margin-right: 10px;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i:before {
content: '\e83d';
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
padding-left: 20px;
margin-right: -14px; }
@media (max-width: 360px) {
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
display: none;
}
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
color: #4db2ec;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
color: #4db2ec;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover ul {
display: block;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
list-style: none;
position: absolute;
right: 0;
top: 100%;
padding: 18px 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.95);
z-index: 999;
border-width: 1px;
border-color: #ededed;
border-style: solid;
display: none;
margin: 0;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item {
list-style: none;
margin: 0;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-item .td-cur-simple-item {
color: #4db2ec;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
padding-bottom: 10px;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more:before {
content: '';
width: 70px;
height: 100%;
position: absolute;
margin-top: 2px;
top: 0;
right: 0;
z-index: 1;
opacity: 0;
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
color: #777;
white-space: nowrap;
display: block;
line-height: 26px;
padding-left: 36px;
padding-right: 27px; }
@media (max-width: 767px) {
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
padding-left: 24px;
padding-right: 20px !important;
}
}
.td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link:hover {
color: #4db2ec;
}
.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option span {
display: none;
}
}
.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
padding-left: 24px;
padding-right: 20px !important;
}
} .td_block_template_2 .td-block-title {
font-size: 17px;
font-weight: 500;
margin-top: 0;
margin-bottom: 16px;
line-height: 31px;
text-align: left;
}
.td_block_template_2 .td-block-title > * {
color: #000;
}
.td_block_template_2 .td-related-title a {
padding: 0 20px 0 0; }
@media (max-width: 767px) {
.td_block_template_2 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_2 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_3 .td-block-title {
font-size: 16px;
font-weight: 400;
margin-top: 0;
margin-bottom: 26px;
line-height: 31px;
text-align: left;
}
.td_block_template_3 .td-block-title > * {
background-color: #000;
color: #fff;
padding: 0 10px;
}
.td_block_template_3 .td-related-title a {
margin-right: 10px; }
@media (max-width: 767px) {
.td_block_template_3 .td-related-title a {
margin-right: 0;
font-size: 14px;
}
}
.td_block_template_3 .td-related-title .td-cur-simple-item {
background-color: #4db2ec;
}
@-moz-document url-prefix() {
.td_block_template_3 .td-block-title > * {
padding-bottom: 2px;
}
}
.td_block_template_4 .td-block-title {
font-size: 16px;
font-weight: 400;
margin-top: 0;
margin-bottom: 26px;
line-height: 31px;
text-align: left;
}
.td_block_template_4 .td-block-title > * {
background-color: #000;
color: #fff;
padding: 0 12px;
position: relative;
}
.td_block_template_4 .td-block-title > *:before {
content: '';
position: absolute;
top: 100%;
left: 10px;
margin: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 7px 7px 0 7px;
border-color: #000 transparent transparent transparent;
}
.td_block_template_4 .td-related-title a { }
@media (max-width: 767px) {
.td_block_template_4 .td-related-title a {
margin-right: 0;
font-size: 15px;
}
}
.td_block_template_4 .td-related-title a:before {
border-color: transparent !important;
}
.td_block_template_4 .td-related-title .td-cur-simple-item {
background-color: #4db2ec;
}
.td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #4db2ec transparent transparent transparent !important;
}
@-moz-document url-prefix() {
.td_block_template_4 .td-block-title > * {
padding-bottom: 2px;
}
}
.td_block_template_5 .td-block-title {
font-size: 16px;
font-weight: 500;
margin-top: 0;
margin-bottom: 26px;
line-height: 25px;
color: #000;
text-align: left;
}
.td_block_template_5 .td-block-title > * {
padding: 0 12px;
border-width: 0 0 0 4px;
border-style: solid;
border-color: #4db2ec;
}
.td_block_template_5 .td-subcat-filter,
.td_block_template_5 .td-subcat-dropdown {
line-height: 25px;
}
.td_block_template_5 .td-related-title a { }
@media (max-width: 767px) {
.td_block_template_5 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_5 .td-related-title a:last-child {
border: none;
}
.td_block_template_5 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_6 .td-block-title {
text-align: center;
font-size: 17px;
font-weight: 500;
margin-top: 0;
margin-bottom: 26px;
line-height: 1;
padding: 14px 0;
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: auto 100%;
}
.td_block_template_6 .td-block-title:before {
content: '\e904';
font-family: 'newspaper', sans-serif;
font-size: 8px;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
margin: auto;
line-height: 1;
}
.td_block_template_6 .td-block-title > * {
color: #000;
}
.td_block_template_6 .td-subcat-filter {
line-height: 40px;
position: relative;
text-align: center;
margin: -24px 0 0;
}
.td_block_template_6 .td-subcat-filter .td-subcat-more {
margin-bottom: 10px !important;
}
.td_block_template_6 .td-subcat-list {
margin-bottom: 18px;
}
.td_block_template_6 .td-subcat-list li:first-child {
margin-left: 12px;
}
.td_block_template_6 .td-subcat-dropdown ul {
margin-top: 0 !important;
}
.td_block_template_6 .td-related-title a {
padding: 10px 10px 0 10px; }
@media (max-width: 767px) {
.td_block_template_6 .td-related-title a {
font-size: 14px;
}
}
.td_block_template_6 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_7 .td-block-title {
font-size: 13px;
font-weight: 500;
margin-top: 0;
margin-bottom: 26px;
line-height: 45px;
padding: 0;
position: relative;
text-align: left;
}
.td_block_template_7 .td-block-title:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAABmZmZ+SwYRAAAAAnRSTlMAOF6RdaYAAAAVSURBVAjXY1BgcGBoAEIHIEuAQQAAEdAB4b4poC8AAAAASUVORK5CYII=) repeat top left;
}
.td_block_template_7 .td-block-title > * {
background-color: #fff;
color: #000;
padding: 0 5px;
margin-left: 10px;
margin-right: 10px;
line-height: 21px;
position: relative;
}
.td_block_template_7 .td-subcat-filter {
line-height: 45px;
margin-top: -1px;
}
.td_block_template_7 .td-subcat-filter .td-subcat-dropdown {
line-height: 1;
position: static;
}
.td_block_template_7 .td-subcat-dropdown .td-subcat-more {
padding-left: 0;
margin-bottom: 0 !important;
}
.td_block_template_7 .td-subcat-list .td-subcat-item {
margin-left: 0 !important;
margin-right: 24px;
}
.td_block_template_7 .td-subcat-list .td-subcat-item:last-child {
margin-right: 16px;
}
.td_block_template_7 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
@-moz-document url-prefix() {
.td_block_template_7 .td-subcat-filter {
margin-top: -2px;
}
}
.td_block_template_8 .td-block-title {
font-size: 20px;
font-weight: 800;
margin-top: 0;
margin-bottom: 18px;
line-height: 29px;
position: relative;
overflow: hidden;
text-align: left;
}
.td_block_template_8 .td-block-title > * {
position: relative;
padding-right: 20px;
color: #000;
}
.td_block_template_8 .td-block-title > *:before,
.td_block_template_8 .td-block-title > *:after {
content: '';
display: block;
height: 4px;
position: absolute;
top: 50%;
margin-top: -2px;
width: 2000px;
background-color: #f5f5f5;
}
.td_block_template_8 .td-block-title > *:before {
left: 100%;
}
.td_block_template_8 .td-block-title > *:after {
right: 100%;
}
.td_block_template_8 .td-related-title a { }
@media (max-width: 767px) {
.td_block_template_8 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_8 .td-related-title a:before {
display: none;
}
.td_block_template_8 .td-related-title a:first-child:after {
display: none;
}
.td_block_template_8 .td-related-title a:last-child:after {
left: 100%;
right: auto;
}
.td_block_template_8 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_9 .td-block-title {
font-size: 17px;
font-weight: 500;
margin-top: -10px;
margin-bottom: 22px;
line-height: 37px;
padding: 0;
position: relative;
text-align: left;
}
.td_block_template_9 .td-block-title:before {
content: '';
width: 100%;
height: 2px;
position: absolute;
top: 100%;
left: 0;
background-color: #f5f5f5;
}
.td_block_template_9 .td-block-title:after {
content: '';
width: 50px;
height: 2px;
position: absolute;
top: 100%;
left: 0;
margin: auto;
background-color: #4db2ec;
}
.td_block_template_9 .td-block-title > * {
color: #000;
}
.td_block_template_9 .td-subcat-filter {
line-height: 37px;
display: table;
}
.td_block_template_9 .td-subcat-dropdown {
line-height: 1;
position: static;
}
.td_block_template_9 .td-subcat-dropdown .td-subcat-more {
margin-bottom: 0 !important;
}
.td_block_template_9 .td-subcat-dropdown ul:after {
height: 2px !important;
}
.td_block_template_9 .td-related-title {
margin-top: 0 !important;
}
.td_block_template_9 .td-related-title a {
margin-right: 20px; }
@media (max-width: 767px) {
.td_block_template_9 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_9 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_10 .td-block-title {
font-size: 17px;
font-weight: 500;
margin-top: -10px;
margin-bottom: 24px;
line-height: 37px;
padding: 0;
position: relative;
text-align: left;
}
.td_block_template_10 .td-block-title:before {
content: '';
width: 100%;
height: 3px;
position: absolute;
top: 100%;
left: 0;
background-color: #f5f5f5;
}
.td_block_template_10 .td-block-title > * {
color: #000;
}
.td_block_template_10 .td-subcat-filter {
line-height: 37px;
display: table;
}
.td_block_template_10 .td-subcat-dropdown {
line-height: 1;
position: static;
}
.td_block_template_10 .td-subcat-dropdown .td-subcat-more {
margin-bottom: 0 !important;
}
.td_block_template_10 .td-subcat-dropdown ul:after {
height: 3px !important;
}
.td_block_template_10 .td-related-title {
margin-top: 0 !important;
}
.td_block_template_10 .td-related-title a {
margin-right: 20px; }
@media (max-width: 767px) {
.td_block_template_10 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_10 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_11 .td-block-title {
font-size: 17px;
font-weight: 500;
margin-top: 2px;
margin-bottom: 24px;
line-height: 44px;
padding: 0;
position: relative;
text-align: left;
}
.td_block_template_11 .td-block-title:before,
.td_block_template_11 .td-block-title:after {
content: '';
width: 100%;
height: 2px;
position: absolute;
left: 0;
background-color: #f5f5f5;
}
.td_block_template_11 .td-block-title:after {
bottom: 100%;
}
.td_block_template_11 .td-block-title:before {
top: 100%;
}
.td_block_template_11 .td-block-title > * {
color: #000;
}
.td_block_template_11 .td-subcat-filter {
line-height: 44px;
display: table;
}
.td_block_template_11 .td-subcat-dropdown {
line-height: 1;
position: static;
}
.td_block_template_11 .td-subcat-dropdown .td-subcat-more {
margin-bottom: 0 !important;
}
.td_block_template_11 .td-subcat-dropdown ul:after {
height: 2px !important;
}
.td_block_template_11 .td-related-title a {
margin-right: 20px; }
@media (max-width: 767px) {
.td_block_template_11 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_11 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_12 .td-block-title {
font-size: 26px;
font-weight: 800;
margin-top: 0;
margin-bottom: 26px;
line-height: 26px;
padding: 0;
letter-spacing: -0.6px;
text-align: left; }
@media (max-width: 1018px) {
.td_block_template_12 .td-block-title {
font-size: 22px;
margin-bottom: 20px;
}
}
.td_block_template_12 .td-block-title > * {
color: #000;
}
.td_block_template_12 .td-subcat-filter {
line-height: 1;
display: table;
}
.td_block_template_12 .td-subcat-dropdown .td-subcat-more {
margin-bottom: 8px !important;
margin-top: 7px;
}
.td_block_template_12 .td-pulldown-category {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 26px;
color: #444;
font-weight: 500;
position: absolute;
right: 0;
bottom: -2px;
top: 0;
margin: auto 0;
display: table;
}
.td_block_template_12 .td-pulldown-category span {
display: inline-block;
-webkit-transition: transform 0.5s ease;
transition: transform 0.5s ease; }
@media (max-width: 767px) {
.td_block_template_12 .td-pulldown-category span {
display: none;
}
}
.td_block_template_12 .td-pulldown-category i {
font-size: 10px;
margin-left: 10px;
}
.td_block_template_12 .td-pulldown-category:hover {
opacity: 0.9;
}
.td_block_template_12 .td-pulldown-category:hover span {
transform: translate3d(-6px, 0, 0);
-webkit-transform: translate3d(-6px, 0, 0);
}
.td-pb-span4 .td_block_template_12 .td-pulldown-category span { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td_block_template_12 .td-pulldown-category span {
display: none;
}
}
.td_block_template_13 .td-block-title {
font-size: 26px;
font-weight: 800;
margin-bottom: 26px;
line-height: 26px !important;
padding: 0;
letter-spacing: -0.6px;
margin-top: 36px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
text-align: left;  }
@media (max-width: 1018px) {
.td_block_template_13 .td-block-title {
font-size: 22px;
margin-bottom: 16px;
margin-top: 26px;
}
}
@media (max-width: 767px) {
.td_block_template_13 .td-block-title {
margin-top: 26px !important;
margin-bottom: 16px !important;
}
}
.td_block_template_13 .td-block-title > a,
.td_block_template_13 .td-block-title > span {
margin-left: 12px; }
@media (max-width: 767px) {
.td_block_template_13 .td-block-title > a,
.td_block_template_13 .td-block-title > span {
margin-left: 12px !important;
}
}
.td_block_template_13 .td-subcat-filter {
line-height: 1;
display: table;
}
.td_block_template_13 .td-subcat-dropdown .td-subcat-more {
margin-bottom: 8px !important;
margin-top: 7px;
}
.td_block_template_13 .td-pulldown-category {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 26px !important;
color: #444;
font-weight: 500;
position: absolute;
right: 0;
bottom: -2px;
top: 0;
margin: auto 0;
display: table;
}
.td_block_template_13 .td-pulldown-category span {
display: inline-block;
-webkit-transition: transform 0.5s ease;
transition: transform 0.5s ease; }
@media (max-width: 767px) {
.td_block_template_13 .td-pulldown-category span {
display: none;
}
}
.td_block_template_13 .td-pulldown-category i {
font-size: 10px;
margin-left: 10px;
}
.td_block_template_13 .td-pulldown-category:hover {
opacity: 0.9;
}
.td_block_template_13 .td-pulldown-category:hover span {
transform: translate3d(-6px, 0, 0);
-webkit-transform: translate3d(-6px, 0, 0);
}
.td_block_template_13 .td-block-subtitle {
font-size: 90px;
text-transform: uppercase;
position: absolute;
left: -4px;
z-index: -1;
bottom: -20px;
white-space: nowrap;
color: #f3f3f3;
line-height: 1;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_template_13 .td-block-subtitle {
font-size: 70px;
bottom: -15px;
}
}
@media (max-width: 767px) {
.td_block_template_13 .td-block-subtitle {
font-size: 60px;
bottom: -12px;
}
}
.td_block_template_13 .td-title-align {
margin-top: 0 !important;
}
.td_block_template_13 .td-title-align > a,
.td_block_template_13 .td-title-align > span {
margin-left: 0 !important;
}
.td-pb-span4 .td_block_template_13 .td-pulldown-category span { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td_block_template_13 .td-pulldown-category span {
display: none;
}
}
.td-pb-span4 .td_block_template_13 .td-block-subtitle { }
@media (min-width: 768px) {
.td-pb-span4 .td_block_template_13 .td-block-subtitle {
display: none;
}
}
.td-pb-span4 .td_block_template_13 .td-block-title {
margin-top: 0;
}
.td-pb-span4 .td_block_template_13 .td-block-title * {
margin-left: 0;
}
.td-pb-span12 .td_block_template_13 .td-block-title {
margin-bottom: 40px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span12 .td_block_template_13 .td-block-title {
margin-bottom: 26px;
}
}
.td_block_template_12 .td-related-title a,
.td_block_template_13 .td-related-title a {
margin-right: 20px;
font-size: 20px; }
@media (max-width: 767px) {
.td_block_template_12 .td-related-title a,
.td_block_template_13 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_12 .td-related-title .td-cur-simple-item,
.td_block_template_13 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_12 .td-related-title > a.td-related-left,
.td_block_template_13 .td-related-title > a.td-related-left,
.td_block_template_12 .td-related-title > a.td-related-right,
.td_block_template_13 .td-related-title > a.td-related-right {
margin-left: 0 !important;
}
.td_block_template_14 .td-block-title {
font-size: 13px;
font-weight: 400;
margin-top: 0;
margin-bottom: 26px;
padding: 11px 0;
line-height: 1;
position: relative;
overflow: hidden;
text-align: center;
background-color: #111;
border: 1px solid transparent;
}
.td_block_template_14 .td-block-title > * {
color: #fff;
margin: 0 12px;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter {
background-color: transparent !important;
display: inline-block;
color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
height: 100%;
display: table;
color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover {
color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i {
color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter i {
margin-right: 16px;
color: #fff;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
border-width: 0 1px 1px;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
padding-right: 32px;
}
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
vertical-align: middle;
display: table-cell;
padding: 0;
opacity: 0.8; }
@media (max-width: 767px) {
.td_block_template_14 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
display: none;
}
}
.td_block_template_15 .td-block-title {
font-size: 17px;
font-weight: 500;
margin-top: 0;
margin-bottom: 26px;
padding: 15px 0;
line-height: 1;
position: relative;
overflow: hidden;
text-align: center;
background-color: #fff;
}
.td_block_template_15 .td-block-title:before {
content: '';
width: 100%;
height: 2px;
position: absolute;
top: 0;
left: 0;
background-color: #4db2ec;
z-index: 1;
}
.td_block_template_15 .td-block-title:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 1px solid #ededed;
z-index: 0;
pointer-events: none;
}
.td_block_template_15 .td-block-title > * {
margin: 0 18px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter {
background-color: transparent !important;
display: inline-block;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
height: 100%;
display: table;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter i {
margin-right: 16px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
border-width: 0 1px 1px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
padding-right: 32px;
}
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
vertical-align: middle;
display: table-cell;
padding: 0;
opacity: 0.8; }
@media (max-width: 767px) {
.td_block_template_15 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
display: none;
}
}
.td_block_template_14 .td-related-title a,
.td_block_template_15 .td-related-title a {
margin: 0 12px !important;
font-size: 14px; }
@media (max-width: 767px) {
.td_block_template_14 .td-related-title a,
.td_block_template_15 .td-related-title a {
margin: 0 8px !important;
}
}
.td_block_template_14 .td-related-title .td-cur-simple-item,
.td_block_template_15 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_16 .td-block-title {
font-size: 17px;
font-weight: 500;
margin-top: -15px;
margin-bottom: 26px;
padding: 0;
line-height: 47px;
position: relative;
overflow: hidden;
text-align: left;
}
.td_block_template_16 .td-block-title:before,
.td_block_template_16 .td-block-title:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
background-color: #ddd;
}
.td_block_template_16 .td-block-title:before {
bottom: 4px;
}
.td_block_template_16 .td-block-title:after {
bottom: 0;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-filter {
line-height: 47px;
display: table;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-filter .td-subcat-dropdown ul {
border-width: 0 1px 1px;
border-color: #ddd;
margin-top: 0;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-dropdown {
line-height: 1;
position: static;
}
.td_block_template_16 .td-block-title-wrap .td-subcat-dropdown .td-subcat-more {
margin-bottom: 0 !important;
}
.td_block_template_16 .td-related-title a {
margin-right: 20px; }
@media (max-width: 767px) {
.td_block_template_16 .td-related-title a {
font-size: 15px;
}
}
.td_block_template_16 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td_block_template_17 {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.td_block_template_17 .td-block-title {
font-size: 16px;
font-weight: 500;
margin: 3px 3px 29px;
padding: 12px 0 11px;
line-height: 1;
position: relative;
text-align: center;
border: 1px solid #111;
background-color: #fff;
top: -3px;
}
.td_block_template_17 .td-block-title > * {
margin: 0 15px;
}
.td_block_template_17 .td-block-title:before {
content: '';
height: 100%;
position: absolute;
top: 4px;
left: -4px;
right: -4px;
border: 1px solid #111;
background-color: #111;
z-index: -1;
}
.td_block_template_17 .td-block-title:after {
content: '';
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: 3px auto 0;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #111 transparent transparent transparent;
}
.td_block_template_17 .td-block-title-wrap {
transform: translateZ(0);
-webkit-transform: translateZ(0);
z-index: 2;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter {
background-color: transparent !important;
display: inline-block;
color: #111;
top: -3px;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-display-option {
height: 100%;
display: table;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter i {
margin-right: 16px;
color: #111;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
border-width: 0 1px 1px;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
padding-right: 32px;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
vertical-align: middle;
display: table-cell;
padding: 0;
opacity: 0.8; }
@media (max-width: 767px) {
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more {
padding-right: 5px;
}
.td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-more span {
display: none;
}
}
.td_block_template_17.widget,
.td_block_template_17.td_block_social_counter {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.td_block_template_17 .td-related-title a {
margin-right: 10px;
margin-left: 10px; }
@media (max-width: 767px) {
.td_block_template_17 .td-related-title a {
margin: 0 8px !important;
font-size: 14px;
}
}
.td_block_template_17 .td-related-title .td-cur-simple-item {
color: #4db2ec;
}
.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more {
padding-right: 5px;
}
.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-pulldown-more span {
display: none;
}
.td-pb-span4 .td_block_template_17 .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
padding-right: 22px;
padding-left: 26px;
}
.td-pb-article-list .td_block_template_17 .td-block-title-wrap {
z-index: 0;
} @-moz-document url-prefix() {
.td-pulldown-syle-default .td-subcat-more,
.td-pulldown-syle-default .td-subcat-list {
position: relative;
top: -1px;
}
}
.td-pulldown-syle-2 {
top: 0;
}
.td-pulldown-syle-2 .td-subcat-dropdown ul {
padding: 20px 0;
margin-top: 0;
}
.td-pulldown-syle-2 .td-subcat-dropdown ul:after {
content: '';
position: absolute;
width: calc(100% + 2px);
height: 3px;
top: 0;
left: -1px;
background-color: #4db2ec;
}
.td-pulldown-syle-2 .td-subcat-dropdown a {
padding-left: 40px;
padding-right: 31px;
}
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more {
background-color: transparent !important;
}
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-2 .td-subcat-dropdown:hover .td-subcat-more i {
color: #4db2ec;
}
.td-pulldown-syle-2 .td-subcat-dropdown .td-subcat-more {
margin-left: 9px;
margin-bottom: 8px;
}
.td-pulldown-syle-2 .td-subcat-list .td-subcat-item {
margin-left: 24px;
}
.td-pulldown-syle-3 {
top: 0;
}
.td-pulldown-syle-3 .td-subcat-dropdown ul {
padding: 15px 0;
margin-top: -1px;
border-width: 1px;
}
.td-pulldown-syle-3 .td-subcat-dropdown a {
padding-left: 40px;
padding-right: 31px;
}
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more {
background-color: transparent !important;
}
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more span,
.td-pulldown-syle-3 .td-subcat-dropdown:hover .td-subcat-more i {
color: #4db2ec;
}
.td-pulldown-syle-3 .td-subcat-dropdown .td-subcat-more {
margin-left: 9px;
margin-bottom: 8px;
}
.td-pulldown-syle-3 .td-subcat-list .td-subcat-item {
margin-left: 24px;
} .td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter {
background-color: #222;
color: #fff;
}
.td-footer-wrapper div .td-block-title-wrap .td-wrapper-pulldown-filter i {
color: #fff;
}
.td-footer-wrapper div .td_block_template_2 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_3 .td-block-title > * {
background-color: #000;
color: #fff;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > * {
background-color: #000;
color: #fff;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
border-color: #000 transparent transparent transparent;
}
.td-footer-wrapper div .td_block_template_5 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_6 .td-block-title:before {
font-size: 6px;
color: #fff;
}
.td-footer-wrapper div .td_block_template_6 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_7 .td-block-title {
background-color: transparent;
}
.td-footer-wrapper div .td_block_template_7 .td-block-title > * {
color: #fff;
background-color: #222;
}
.td-footer-wrapper div .td_block_template_8 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_8 .td-block-title > *:before,
.td-footer-wrapper div .td_block_template_8 .td-block-title > *:after {
background-color: #333;
}
.td-footer-wrapper div .td_block_template_9 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_9 .td-block-title:before {
background-color: #333;
}
.td-footer-wrapper div .td_block_template_10 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_10 .td-block-title:before {
background-color: #333;
}
.td-footer-wrapper div .td_block_template_11 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_11 .td-block-title:before,
.td-footer-wrapper div .td_block_template_11 .td-block-title:after {
background-color: #333;
}
.td-footer-wrapper div .td_block_template_12 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_12 .td-pulldown-category {
color: #999;
}
.td-footer-wrapper div .td_block_template_13 .td-block-title > a,
.td-footer-wrapper div .td_block_template_13 .td-block-title > span {
color: #fff;
}
.td-footer-wrapper div .td_block_template_13 .td-block-subtitle {
opacity: 0.1;
}
.td-footer-wrapper div .td_block_template_13 .td-pulldown-category {
color: #999;
}
.td-footer-wrapper div .td_block_template_15 .td-block-title {
background-color: transparent;
}
.td-footer-wrapper div .td_block_template_15 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_15 .td-block-title:after {
border-color: #333;
}
.td-footer-wrapper div .td_block_template_16 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_16 .td-block-title:before,
.td-footer-wrapper div .td_block_template_16 .td-block-title:after {
background-color: #333;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title {
border-color: #333;
background-color: #222;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title > * {
color: #fff;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title:before {
border-color: #333;
background-color: #333;
}
.td-footer-wrapper div .td_block_template_17 .td-block-title:after {
border-color: #333 transparent transparent transparent;
}
.td_block_template_18 {
padding-top: 20px;
}
.td_block_template_18.td_block_mega_menu {
padding-top: 0;
}
.td_block_template_18 .td-block-title {
font-family: 'Open Sans', arial, sans-serif;
font-size: 55px;
font-weight: bold;
letter-spacing: -4px;
line-height: 1;
text-align: center;
overflow: hidden;
margin-bottom: 25px;
text-transform: lowercase;
margin-top: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_template_18 .td-block-title {
font-size: 35px;
margin-bottom: 18px;
}
}
@media (max-width: 767px) {
.td_block_template_18 .td-block-title {
font-size: 45px;
margin-bottom: 18px;
}
}
.td_block_template_18 .td-block-title > span,
.td_block_template_18 .td-block-title > a {
padding: 0 20px 10px;
display: inline-block;
background: #06d3d5;
background: -webkit-linear-gradient(-68deg, #06d3d5 30%, #2a81cb 80%);
background: linear-gradient(156deg, #06d3d5 30%, #2a81cb 80%);
color: #fff;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_template_18 .td-block-title > span,
.td_block_template_18 .td-block-title > a {
padding: 0 20px 4px;
}
}
@media (max-width: 767px) {
.td_block_template_18 .td-block-title > span,
.td_block_template_18 .td-block-title > a {
padding: 2px 10px;
}
}
.td_block_template_18 .td-block-title .td-block-speech-bubble {
font-family: 'Open Sans', arial, sans-serif !important;
font-size: 12px !important;
font-weight: 600;
line-height: 1;
letter-spacing: -0.6px !important;
padding: 4px 8px;
background-color: #2a81cb;
color: #fff;
-webkit-text-fill-color: #fff;
position: absolute;
border-radius: 3px 3px 3px 0;
margin-left: 6px;
top: -4px;
text-transform: uppercase;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_template_18 .td-block-title .td-block-speech-bubble {
font-size: 10px;
padding: 3px 6px;
border-radius: 2px 2px 2px 0;
top: 0;
}
}
@media (max-width: 767px) {
.td_block_template_18 .td-block-title .td-block-speech-bubble {
font-size: 10px;
padding: 3px 6px;
border-radius: 2px 2px 2px 0;
top: 0;
}
}
.td_block_template_18 .td-block-title .td-block-speech-bubble:before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 0;
border-color: #2a81cb transparent transparent transparent;
}
.td_block_template_18 .td-block-title .td-block-subtitle {
display: table;
font-family: 'Open Sans', arial, sans-serif;
font-size: 15px;
line-height: 1;
font-style: italic;
font-weight: normal;
letter-spacing: normal;
color: #808080;
position: relative;
margin: 2px auto;
text-transform: none;
max-width: 80%; }
@media (max-width: 1018px) {
.td_block_template_18 .td-block-title .td-block-subtitle {
font-size: 13px;
}
}
.td_block_template_18 .td-block-title .td-block-subtitle:before,
.td_block_template_18 .td-block-title .td-block-subtitle:after {
content: '';
position: absolute;
height: 1px;
width: 1500px;
top: 3px;
bottom: 0;
background-color: #e3e3e3;
}
.td_block_template_18 .td-block-title .td-block-subtitle:before {
left: 100%;
margin: auto 0 auto 20px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_template_18 .td-block-title .td-block-subtitle:before {
margin: auto 0 auto 15px;
}
}
@media (max-width: 767px) {
.td_block_template_18 .td-block-title .td-block-subtitle:before {
margin: auto 0 auto 10px;
}
}
.td_block_template_18 .td-block-title .td-block-subtitle:after {
right: 100%;
margin: auto 20px auto 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_template_18 .td-block-title .td-block-subtitle:after {
margin: auto 15px auto 0;
}
}
@media (max-width: 767px) {
.td_block_template_18 .td-block-title .td-block-subtitle:after {
margin: auto 10px auto 0;
}
}
.td_block_template_18 .td-pulldown-filter-display-option:before {
display: none;
}
.td-post-sharing-classic {
position: relative;
height: 20px;
}
.td-post-sharing {
margin-left: -3px;
margin-right: -3px;
font-family: 'Open Sans', arial, sans-serif;
z-index: 2;
white-space: nowrap;
opacity: 0;
}
.td-post-sharing.td-social-show-all {
white-space: normal;
}
.td-js-loaded .td-post-sharing {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 1;
}
.td-post-sharing-classic + .td-post-sharing {
margin-top: 15px; }
@media (max-width: 767px) {
.td-post-sharing-classic + .td-post-sharing {
margin-top: 8px;
}
}
.td-post-sharing-top {
margin-bottom: 30px; }
@media (max-width: 767px) {
.td-post-sharing-top {
margin-bottom: 20px;
}
}
.td-post-sharing-bottom {
border-style: solid;
border-color: #ededed;
border-width: 1px 0;
padding: 21px 0;
margin-bottom: 42px;
}
.td-post-sharing-bottom .td-post-sharing {
margin-bottom: -7px;
}
.td-post-sharing-visible,
.td-social-sharing-hidden {
display: inline-block;
}
.td-social-sharing-hidden ul {
display: none;
}
.td-social-show-all .td-pulldown-filter-list {
display: inline-block;
}
.td-social-network,
.td-social-handler {
position: relative;
display: inline-block;
margin: 0 3px 7px;
height: 40px;
min-width: 40px;
font-size: 11px;
text-align: center;
vertical-align: middle;
}
.td-ps-notext .td-social-network .td-social-but-icon,
.td-ps-notext .td-social-handler .td-social-but-icon {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.td-social-network {
color: #000;
overflow: hidden;
}
.td-social-network .td-social-but-icon {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.td-social-network .td-social-but-text {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.td-social-network:hover {
opacity: 0.8 !important;
}
.td-social-handler {
color: #444;
border: 1px solid #e9e9e9;
border-radius: 2px;
}
.td-social-handler .td-social-but-text {
font-weight: 700;
}
.td-social-handler .td-social-but-text:before {
background-color: #000;
opacity: 0.08;
}
.td-social-share-text {
margin-right: 18px;
}
.td-social-share-text:before,
.td-social-share-text:after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: 100%;
width: 0;
height: 0;
border-style: solid;
}
.td-social-share-text:before {
border-width: 9px 0 9px 11px;
border-color: transparent transparent transparent #e9e9e9;
}
.td-social-share-text:after {
border-width: 8px 0 8px 10px;
border-color: transparent transparent transparent #fff;
}
.td-social-but-text,
.td-social-but-icon {
display: inline-block;
position: relative;
}
.td-social-but-icon {
padding-left: 13px;
padding-right: 13px;
line-height: 40px;
z-index: 1;
}
.td-social-but-icon i {
position: relative;
top: -1px;
vertical-align: middle;
}
.td-social-but-text {
margin-left: -6px;
padding-left: 12px;
padding-right: 17px;
line-height: 40px;
}
.td-social-but-text:before {
content: '';
position: absolute;
top: 12px;
left: 0;
width: 1px;
height: 16px;
background-color: #fff;
opacity: 0.2;
z-index: 1;
}
.td-social-handler i,
.td-social-facebook i,
.td-social-reddit i,
.td-social-linkedin i,
.td-social-tumblr i,
.td-social-stumbleupon i,
.td-social-vk i,
.td-social-viber i {
font-size: 14px;
}
.td-social-telegram i {
font-size: 16px;
}
.td-social-mail i,
.td-social-line i,
.td-social-print i {
font-size: 15px;
}
.td-social-handler .td-icon-share {
top: -1px;
left: -1px;
}
.td-social-twitter .td-icon-twitter {
font-size: 12px;
}
.td-social-pinterest .td-icon-pinterest {
font-size: 13px;
}
.td-social-whatsapp .td-icon-whatsapp {
font-size: 18px;
}
.td-social-reddit .td-social-but-icon {
padding-right: 12px;
}
.td-social-reddit .td-icon-reddit {
left: -1px;
}
.td-social-telegram .td-social-but-icon {
padding-right: 12px;
}
.td-social-telegram .td-icon-telegram {
left: -1px;
}
.td-social-stumbleupon .td-social-but-icon {
padding-right: 11px;
}
.td-social-stumbleupon .td-icon-stumbleupon {
left: -2px;
}
.td-social-digg .td-social-but-icon {
padding-right: 11px;
}
.td-social-digg .td-icon-digg {
left: -2px;
font-size: 17px;
}
.td-social-vk .td-social-but-icon {
padding-right: 11px;
}
.td-social-vk .td-icon-vk {
left: -2px;
}
.td-social-naver .td-icon-naver {
left: -1px;
font-size: 16px;
}
.td-social-expand-tabs i {
top: -2px;
left: -1px;
font-size: 16px;
} @media (min-width: 767px) {
.td-social-whatsapp,
.td-social-line,
.td-social-viber {
display: none;
}
}
.td-ps-bg .td-social-network {
color: #fff;
}
.td-ps-bg .td-social-facebook .td-social-but-icon,
.td-ps-bg .td-social-facebook .td-social-but-text {
background-color: #516eab;
}
.td-ps-bg .td-social-twitter .td-social-but-icon,
.td-ps-bg .td-social-twitter .td-social-but-text {
background-color: #29c5f6;
}
.td-ps-bg .td-social-pinterest .td-social-but-icon,
.td-ps-bg .td-social-pinterest .td-social-but-text {
background-color: #ca212a;
}
.td-ps-bg .td-social-whatsapp .td-social-but-icon,
.td-ps-bg .td-social-whatsapp .td-social-but-text {
background-color: #7bbf6a;
}
.td-ps-bg .td-social-reddit .td-social-but-icon,
.td-ps-bg .td-social-reddit .td-social-but-text {
background-color: #f54200;
}
.td-ps-bg .td-social-mail .td-social-but-icon,
.td-ps-bg .td-social-digg .td-social-but-icon,
.td-ps-bg .td-social-mail .td-social-but-text,
.td-ps-bg .td-social-digg .td-social-but-text {
background-color: #000;
}
.td-ps-bg .td-social-print .td-social-but-icon,
.td-ps-bg .td-social-print .td-social-but-text {
background-color: #333;
}
.td-ps-bg .td-social-linkedin .td-social-but-icon,
.td-ps-bg .td-social-linkedin .td-social-but-text {
background-color: #0266a0;
}
.td-ps-bg .td-social-tumblr .td-social-but-icon,
.td-ps-bg .td-social-tumblr .td-social-but-text {
background-color: #3e5a70;
}
.td-ps-bg .td-social-telegram .td-social-but-icon,
.td-ps-bg .td-social-telegram .td-social-but-text {
background-color: #179cde;
}
.td-ps-bg .td-social-stumbleupon .td-social-but-icon,
.td-ps-bg .td-social-stumbleupon .td-social-but-text {
background-color: #ee4813;
}
.td-ps-bg .td-social-vk .td-social-but-icon,
.td-ps-bg .td-social-vk .td-social-but-text {
background-color: #4c75a3;
}
.td-ps-bg .td-social-line .td-social-but-icon,
.td-ps-bg .td-social-line .td-social-but-text {
background-color: #00b900;
}
.td-ps-bg .td-social-viber .td-social-but-icon,
.td-ps-bg .td-social-viber .td-social-but-text {
background-color: #5d54a4;
}
.td-ps-bg .td-social-naver .td-social-but-icon,
.td-ps-bg .td-social-naver .td-social-but-text {
background-color: #3ec729;
}
.td-ps-dark-bg .td-social-network {
color: #fff;
}
.td-ps-dark-bg .td-social-network .td-social-but-icon,
.td-ps-dark-bg .td-social-network .td-social-but-text {
background-color: #000;
}
.td-ps-border .td-social-network .td-social-but-icon,
.td-ps-border .td-social-network .td-social-but-text {
line-height: 38px;
border-width: 1px;
border-style: solid;
}
.td-ps-border .td-social-network .td-social-but-text {
border-left-width: 0;
}
.td-ps-border .td-social-network .td-social-but-text:before {
background-color: #000;
opacity: 0.08;
}
.td-ps-border.td-ps-padding .td-social-network .td-social-but-icon {
border-right-width: 0;
}
.td-ps-border.td-ps-padding .td-social-network.td-social-expand-tabs .td-social-but-icon {
border-right-width: 1px;
}
.td-ps-border-grey .td-social-but-icon,
.td-ps-border-grey .td-social-but-text {
border-color: #e9e9e9;
}
.td-ps-border-colored .td-social-facebook .td-social-but-icon,
.td-ps-border-colored .td-social-facebook .td-social-but-text {
border-color: #516eab;
}
.td-ps-border-colored .td-social-twitter .td-social-but-icon,
.td-ps-border-colored .td-social-twitter .td-social-but-text {
border-color: #29c5f6;
}
.td-ps-border-colored .td-social-pinterest .td-social-but-icon,
.td-ps-border-colored .td-social-pinterest .td-social-but-text {
border-color: #ca212a;
}
.td-ps-border-colored .td-social-whatsapp .td-social-but-icon,
.td-ps-border-colored .td-social-whatsapp .td-social-but-text {
border-color: #7bbf6a;
}
.td-ps-border-colored .td-social-reddit .td-social-but-icon,
.td-ps-border-colored .td-social-reddit .td-social-but-text {
border-color: #f54200;
}
.td-ps-border-colored .td-social-mail .td-social-but-icon,
.td-ps-border-colored .td-social-digg .td-social-but-icon,
.td-ps-border-colored .td-social-mail .td-social-but-text,
.td-ps-border-colored .td-social-digg .td-social-but-text {
border-color: #000;
}
.td-ps-border-colored .td-social-print .td-social-but-icon,
.td-ps-border-colored .td-social-print .td-social-but-text {
border-color: #333;
}
.td-ps-border-colored .td-social-linkedin .td-social-but-icon,
.td-ps-border-colored .td-social-linkedin .td-social-but-text {
border-color: #0266a0;
}
.td-ps-border-colored .td-social-tumblr .td-social-but-icon,
.td-ps-border-colored .td-social-tumblr .td-social-but-text {
border-color: #3e5a70;
}
.td-ps-border-colored .td-social-telegram .td-social-but-icon,
.td-ps-border-colored .td-social-telegram .td-social-but-text {
border-color: #179cde;
}
.td-ps-border-colored .td-social-stumbleupon .td-social-but-icon,
.td-ps-border-colored .td-social-stumbleupon .td-social-but-text {
border-color: #ee4813;
}
.td-ps-border-colored .td-social-vk .td-social-but-icon,
.td-ps-border-colored .td-social-vk .td-social-but-text {
border-color: #4c75a3;
}
.td-ps-border-colored .td-social-line .td-social-but-icon,
.td-ps-border-colored .td-social-line .td-social-but-text {
border-color: #00b900;
}
.td-ps-border-colored .td-social-viber .td-social-but-icon,
.td-ps-border-colored .td-social-viber .td-social-but-text {
border-color: #5d54a4;
}
.td-ps-border-colored .td-social-viber .td-social-but-icon,
.td-ps-border-colored .td-social-viber .td-social-but-text {
border-color: #3ec729;
}
.td-ps-icon-bg .td-social-but-icon {
height: 100%;
border-color: transparent !important;
}
.td-ps-icon-bg .td-social-network .td-social-but-icon {
color: #fff;
}
.td-ps-icon-bg .td-social-facebook .td-social-but-icon {
background-color: #516eab;
}
.td-ps-icon-bg .td-social-twitter .td-social-but-icon {
background-color: #29c5f6 ;
}
.td-ps-icon-bg .td-social-pinterest .td-social-but-icon {
background-color: #ca212a;
}
.td-ps-icon-bg .td-social-whatsapp .td-social-but-icon {
background-color: #7bbf6a;
}
.td-ps-icon-bg .td-social-reddit .td-social-but-icon {
background-color: #f54200;
}
.td-ps-icon-bg .td-social-mail .td-social-but-icon,
.td-ps-icon-bg .td-social-digg .td-social-but-icon {
background-color: #000;
}
.td-ps-icon-bg .td-social-print .td-social-but-icon {
background-color: #333;
}
.td-ps-icon-bg .td-social-linkedin .td-social-but-icon {
background-color: #0266a0;
}
.td-ps-icon-bg .td-social-tumblr .td-social-but-icon {
background-color: #3e5a70;
}
.td-ps-icon-bg .td-social-telegram .td-social-but-icon {
background-color: #179cde;
}
.td-ps-icon-bg .td-social-stumbleupon .td-social-but-icon {
background-color: #ee4813;
}
.td-ps-icon-bg .td-social-vk .td-social-but-icon {
background-color: #4c75a3;
}
.td-ps-icon-bg .td-social-line .td-social-but-icon {
background-color: #00b900;
}
.td-ps-icon-bg .td-social-viber .td-social-but-icon {
background-color: #5d54a4;
}
.td-ps-icon-bg .td-social-naver .td-social-but-icon {
background-color: #3ec729;
}
.td-ps-icon-bg .td-social-but-text {
margin-left: -3px;
}
.td-ps-icon-bg .td-social-network .td-social-but-text:before {
display: none;
}
.td-ps-icon-arrow .td-social-network .td-social-but-icon:after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: calc(100% + 1px);
width: 0;
height: 0;
border-style: solid;
border-width: 9px 0 9px 11px;
border-color: transparent transparent transparent #000;
}
.td-ps-icon-arrow .td-social-network .td-social-but-text {
padding-left: 20px;
}
.td-ps-icon-arrow .td-social-network .td-social-but-text:before {
display: none;
}
.td-ps-icon-arrow.td-ps-padding .td-social-network .td-social-but-icon:after {
left: 100%;
}
.td-ps-icon-arrow .td-social-facebook .td-social-but-icon:after {
border-left-color: #516eab;
}
.td-ps-icon-arrow .td-social-twitter .td-social-but-icon:after {
border-left-color: #29c5f6 ;
}
.td-ps-icon-arrow .td-social-pinterest .td-social-but-icon:after {
border-left-color: #ca212a;
}
.td-ps-icon-arrow .td-social-whatsapp .td-social-but-icon:after {
border-left-color: #7bbf6a;
}
.td-ps-icon-arrow .td-social-reddit .td-social-but-icon:after {
border-left-color: #f54200;
}
.td-ps-icon-arrow .td-social-mail .td-social-but-icon:after,
.td-ps-icon-arrow .td-social-digg .td-social-but-icon:after {
border-left-color: #000;
}
.td-ps-icon-arrow .td-social-print .td-social-but-icon:after {
border-left-color: #333;
}
.td-ps-icon-arrow .td-social-linkedin .td-social-but-icon:after {
border-left-color: #0266a0;
}
.td-ps-icon-arrow .td-social-tumblr .td-social-but-icon:after {
border-left-color: #3e5a70;
}
.td-ps-icon-arrow .td-social-telegram .td-social-but-icon:after {
border-left-color: #179cde;
}
.td-ps-icon-arrow .td-social-stumbleupon .td-social-but-icon:after {
border-left-color: #ee4813;
}
.td-ps-icon-arrow .td-social-vk .td-social-but-icon:after {
border-left-color: #4c75a3;
}
.td-ps-icon-arrow .td-social-line .td-social-but-icon:after {
border-left-color: #00b900;
}
.td-ps-icon-arrow .td-social-viber .td-social-but-icon:after {
border-left-color: #5d54a4;
}
.td-ps-icon-arrow .td-social-naver .td-social-but-icon:after {
border-left-color: #3ec729;
}
.td-ps-icon-arrow .td-social-expand-tabs .td-social-but-icon:after {
display: none;
}
.td-ps-icon-color .td-social-facebook .td-social-but-icon {
color: #516eab;
}
.td-ps-icon-color .td-social-twitter .td-social-but-icon {
color: #29c5f6 ;
}
.td-ps-icon-color .td-social-pinterest .td-social-but-icon {
color: #ca212a;
}
.td-ps-icon-color .td-social-whatsapp .td-social-but-icon {
color: #7bbf6a;
}
.td-ps-icon-color .td-social-reddit .td-social-but-icon {
color: #f54200;
}
.td-ps-icon-color .td-social-mail .td-social-but-icon,
.td-ps-icon-color .td-social-digg .td-social-but-icon {
color: #000;
}
.td-ps-icon-color .td-social-print .td-social-but-icon {
color: #333;
}
.td-ps-icon-color .td-social-linkedin .td-social-but-icon {
color: #0266a0;
}
.td-ps-icon-color .td-social-tumblr .td-social-but-icon {
color: #3e5a70;
}
.td-ps-icon-color .td-social-telegram .td-social-but-icon {
color: #179cde;
}
.td-ps-icon-color .td-social-stumbleupon .td-social-but-icon {
color: #ee4813;
}
.td-ps-icon-color .td-social-vk .td-social-but-icon {
color: #4c75a3;
}
.td-ps-icon-color .td-social-line .td-social-but-icon {
color: #00b900;
}
.td-ps-icon-color .td-social-viber .td-social-but-icon {
color: #5d54a4;
}
.td-ps-icon-color .td-social-naver .td-social-but-icon {
color: #3ec729;
}
.td-ps-text-color .td-social-but-text {
font-weight: 700;
}
.td-ps-text-color .td-social-facebook .td-social-but-text {
color: #516eab;
}
.td-ps-text-color .td-social-twitter .td-social-but-text {
color: #29c5f6 ;
}
.td-ps-text-color .td-social-pinterest .td-social-but-text {
color: #ca212a;
}
.td-ps-text-color .td-social-whatsapp .td-social-but-text {
color: #7bbf6a;
}
.td-ps-text-color .td-social-reddit .td-social-but-text {
color: #f54200;
}
.td-ps-text-color .td-social-mail .td-social-but-text,
.td-ps-text-color .td-social-digg .td-social-but-text {
color: #000;
}
.td-ps-text-color .td-social-print .td-social-but-text {
color: #333;
}
.td-ps-text-color .td-social-linkedin .td-social-but-text {
color: #0266a0;
}
.td-ps-text-color .td-social-tumblr .td-social-but-text {
color: #3e5a70;
}
.td-ps-text-color .td-social-telegram .td-social-but-text {
color: #179cde;
}
.td-ps-text-color .td-social-stumbleupon .td-social-but-text {
color: #ee4813;
}
.td-ps-text-color .td-social-vk .td-social-but-text {
color: #4c75a3;
}
.td-ps-text-color .td-social-line .td-social-but-text {
color: #00b900;
}
.td-ps-text-color .td-social-viber .td-social-but-text {
color: #5d54a4;
}
.td-ps-text-color .td-social-naver .td-social-but-text {
color: #3ec729;
}
.td-ps-text-color .td-social-expand-tabs .td-social-but-text {
color: #b1b1b1;
}
.td-ps-notext .td-social-but-icon {
width: 40px;
}
.td-ps-notext .td-social-network .td-social-but-text {
display: none;
}
.td-ps-padding .td-social-network .td-social-but-icon {
padding-left: 17px;
padding-right: 17px;
}
.td-ps-padding .td-social-handler .td-social-but-icon {
width: 40px;
}
.td-ps-padding .td-social-reddit .td-social-but-icon,
.td-ps-padding .td-social-telegram .td-social-but-icon {
padding-right: 16px;
}
.td-ps-padding .td-social-stumbleupon .td-social-but-icon,
.td-ps-padding .td-social-digg .td-social-but-icon,
.td-ps-padding .td-social-expand-tabs .td-social-but-icon {
padding-right: 13px;
}
.td-ps-padding .td-social-vk .td-social-but-icon {
padding-right: 14px;
}
.td-ps-padding .td-social-expand-tabs .td-social-but-icon {
padding-left: 13px;
}
.td-ps-rounded .td-social-network .td-social-but-icon {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.td-ps-rounded .td-social-network .td-social-but-text {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.td-ps-rounded.td-ps-notext .td-social-network .td-social-but-icon {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}
.td-ps-rounded .td-social-expand-tabs {
border-radius: 100px;
}
.td-ps-bar .td-social-network .td-social-but-icon,
.td-ps-bar .td-social-network .td-social-but-text {
-webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
}
.td-ps-bar .td-social-mail .td-social-but-icon,
.td-ps-bar .td-social-digg .td-social-but-icon,
.td-ps-bar .td-social-mail .td-social-but-text,
.td-ps-bar .td-social-digg .td-social-but-text {
-webkit-box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.28);
box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.28);
}
.td-ps-bar .td-social-print .td-social-but-icon,
.td-ps-bar .td-social-print .td-social-but-text {
-webkit-box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.2);
box-shadow: inset 0px -3px 0px 0px rgba(255, 255, 255, 0.2);
}
.td-ps-big { }
.td-ps-big .td-social-but-icon {
display: block;
line-height: 60px;
}
.td-ps-big .td-social-but-icon .td-icon-share {
width: auto;
}
.td-ps-big .td-social-handler .td-social-but-text:before {
display: none;
}
.td-ps-big .td-social-share-text .td-social-but-icon {
width: 90px;
}
.td-ps-big .td-social-expand-tabs .td-social-but-icon {
width: 60px;
}
@media (max-width: 767px) {
.td-ps-big .td-social-share-text {
display: none;
}
}
.td-ps-big .td-social-facebook i,
.td-ps-big .td-social-reddit i,
.td-ps-big .td-social-mail i,
.td-ps-big .td-social-linkedin i,
.td-ps-big .td-social-tumblr i,
.td-ps-big .td-social-stumbleupon i {
margin-top: -2px;
}
.td-ps-big .td-social-facebook i,
.td-ps-big .td-social-reddit i,
.td-ps-big .td-social-linkedin i,
.td-ps-big .td-social-tumblr i,
.td-ps-big .td-social-stumbleupon i,
.td-ps-big .td-social-vk i,
.td-ps-big .td-social-viber i,
.td-ps-big .td-social-share-text i {
font-size: 22px;
}
.td-ps-big .td-social-telegram i {
font-size: 24px;
}
.td-ps-big .td-social-mail i,
.td-ps-big .td-social-line i,
.td-ps-big .td-social-print i {
font-size: 23px;
}
.td-ps-big .td-social-twitter i,
.td-ps-big .td-social-expand-tabs i {
font-size: 20px;
}
.td-ps-big .td-social-whatsapp i,
.td-ps-big .td-social-naver i {
font-size: 26px;
}
.td-ps-big .td-social-pinterest .td-icon-pinterest {
font-size: 21px;
}
.td-ps-big .td-social-telegram .td-icon-telegram {
left: 1px;
}
.td-ps-big .td-social-stumbleupon .td-icon-stumbleupon {
left: -2px;
}
.td-ps-big .td-social-digg .td-icon-digg {
left: -1px;
font-size: 25px;
}
.td-ps-big .td-social-vk .td-icon-vk {
left: -1px;
}
.td-ps-big .td-social-naver .td-icon-naver {
left: 0;
}
.td-ps-big .td-social-but-text {
margin-left: 0;
padding-top: 0;
padding-left: 17px;
}
.td-ps-big.td-ps-notext .td-social-network,
.td-ps-big.td-ps-notext .td-social-handler {
height: 60px;
}
.td-ps-big.td-ps-notext .td-social-network {
width: 60px;
}
.td-ps-big.td-ps-notext .td-social-network .td-social-but-icon {
width: 60px;
}
.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-icon {
line-height: 40px;
}
.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-text {
display: block;
line-height: 1;
}
.td-ps-big.td-ps-padding .td-social-network,
.td-ps-big.td-ps-padding .td-social-handler {
height: 90px;
font-size: 13px;
}
.td-ps-big.td-ps-padding .td-social-network {
min-width: 60px;
}
.td-ps-big.td-ps-padding .td-social-but-icon {
border-bottom-left-radius: 0;
border-top-right-radius: 2px;
}
.td-ps-big.td-ps-padding.td-ps-bar .td-social-but-icon {
-webkit-box-shadow: none;
box-shadow: none;
}
.td-ps-big.td-ps-padding .td-social-but-text {
display: block;
padding-bottom: 17px;
line-height: 1;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 2px;
}
.td-ps-big.td-ps-padding .td-social-but-text:before {
display: none;
}
.td-ps-big.td-ps-padding .td-social-expand-tabs i {
line-height: 90px;
}
.td-ps-nogap {
margin-left: 0;
margin-right: 0;
}
.td-ps-nogap .td-social-network,
.td-ps-nogap .td-social-handler {
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
.td-ps-nogap .td-social-network .td-social-but-icon,
.td-ps-nogap .td-social-network .td-social-but-text {
border-radius: 0;
}
.td-ps-nogap .td-social-expand-tabs {
border-radius: 0;
}
.td-post-sharing-style7 .td-social-network .td-social-but-icon {
height: 100%;
}
.td-post-sharing-style7 .td-social-network .td-social-but-icon:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.31);
}
.td-post-sharing-style7 .td-social-network .td-social-but-text {
padding-left: 17px;
}
.td-post-sharing-style7 .td-social-network .td-social-but-text:before {
display: none;
}
.td-post-sharing-style7 .td-social-mail .td-social-but-icon:before,
.td-post-sharing-style7 .td-social-digg .td-social-but-icon:before {
background-color: rgba(255, 255, 255, 0.2);
}
.td-post-sharing-style7 .td-social-print .td-social-but-icon:before {
background-color: rgba(255, 255, 255, 0.1);
}
.td-post-sharing-style1 .td-social-share-text .td-social-but-text,
.td-post-sharing-style3 .td-social-share-text .td-social-but-text,
.td-post-sharing-style5 .td-social-share-text .td-social-but-text,
.td-post-sharing-style14 .td-social-share-text .td-social-but-text,
.td-post-sharing-style16 .td-social-share-text .td-social-but-text { }
@media (max-width: 767px) {
.td-post-sharing-style1 .td-social-share-text .td-social-but-text,
.td-post-sharing-style3 .td-social-share-text .td-social-but-text,
.td-post-sharing-style5 .td-social-share-text .td-social-but-text,
.td-post-sharing-style14 .td-social-share-text .td-social-but-text,
.td-post-sharing-style16 .td-social-share-text .td-social-but-text {
display: none !important;
}
}
.td-post-sharing-style2 .td-social-share-text,
.td-post-sharing-style4 .td-social-share-text,
.td-post-sharing-style6 .td-social-share-text,
.td-post-sharing-style7 .td-social-share-text,
.td-post-sharing-style15 .td-social-share-text,
.td-post-sharing-style17 .td-social-share-text,
.td-post-sharing-style18 .td-social-share-text,
.td-post-sharing-style19 .td-social-share-text,
.td-post-sharing-style20 .td-social-share-text { }
@media (max-width: 767px) {
.td-post-sharing-style2 .td-social-share-text,
.td-post-sharing-style4 .td-social-share-text,
.td-post-sharing-style6 .td-social-share-text,
.td-post-sharing-style7 .td-social-share-text,
.td-post-sharing-style15 .td-social-share-text,
.td-post-sharing-style17 .td-social-share-text,
.td-post-sharing-style18 .td-social-share-text,
.td-post-sharing-style19 .td-social-share-text,
.td-post-sharing-style20 .td-social-share-text {
display: none !important;
}
} .td-image-gradient:before {
bottom: 0;
content: "";
display: block;
height: 50%;
width: 100%;
position: absolute;
z-index: 1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
@media (max-width: 1018px) {
.td-image-gradient:before {
height: 100%;
}
} .td-sidebar-left .td-crumb-container {
padding-left: 372px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-sidebar-left .td-crumb-container {
padding-left: 341px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-sidebar-left .td-crumb-container {
padding-left: 256px;
}
}
@media (max-width: 767px) {
.td-sidebar-left .td-crumb-container {
padding-left: 0;
}
}
.td-sidebar-left-content {
float: right !important; }
@media (max-width: 767px) {
.td-sidebar-left-content {
float: none !important;
}
} .page-template-page-pagebuilder-empty .td-main-page-wrap {
padding-top: 0;
padding-bottom: 0;
} .page-template-page-pagebuilder-overlay .td-main-page-wrap {
padding-top: 0;
padding-bottom: 0;
}
.page-template-page-pagebuilder-overlay .td-header-wrap {
position: absolute;
left: 0;
right: 0;
}
.page-template-page-pagebuilder-overlay .td-header-menu-wrap:before,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap:after {
display: none;
}
.page-template-page-pagebuilder-overlay .td-banner-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-menu-wrap-full,
.page-template-page-pagebuilder-overlay .td-header-top-menu-full {
background-color: transparent;
}
.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .td-header-wrap {
pointer-events: none;
}
.tdc-theme-Newspaper.page-template-page-pagebuilder-overlay .sf-menu {
pointer-events: auto;
}
.tdc-theme-Newspaper #td-mobile-nav {
display: none;
}
.tdc-theme-Newspaper.td-menu-mob-open-menu #td-mobile-nav,
.tdc-theme-Newspaper.td-search-opened #td-mobile-nav {
display: block;
} .tdm-svg {
fill: #000;
transform-origin: 50% 50% 0;
width: 100%;
min-width: 1000px;
left: 50%;
transform: translateX(-50%);
position: relative;
}
.tdc-row-divider {
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
line-height: 0;
left: 50%;
transform: translateX(-50%); }
@media (max-width: 767px) {
.tdc-row-divider {
width: 100vw !important;
}
}
[class*="stretch_"] .tdc-row-divider {
width: 100vw;
}
.tdm-svg2 {
opacity: 0.3;
}
.tdm-svg3 {
opacity: 0.15;
}
.tdm-svg4 {
opacity: 0.08;
}
.tdc-row-divider-top {
position: absolute;
top: 0;
width: 100%;
transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
}
.tdc-row-divider-bottom {
position: absolute;
bottom: 0;
width: 100%;
}
.tdc-divider-space {
background-color: #fff;
position: absolute;
width: 100%;
z-index: 1;
}
@media (min-width: 1019px) {
.td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
.td-boxed-layout .tdc-video-outer-wrapper,
.td-boxed-layout .tdc-row-divider {
width: calc(100% + 48px);
}
.td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
.td-boxed-layout .tdc-video-outer-wrapper {
left: -24px;
}
} @media (min-width: 768px) and (max-width: 1140px) {
.td-boxed-layout .tdc-row > .td-pb-row > .td-element-style,
.td-boxed-layout .tdc-video-outer-wrapper,
.td-boxed-layout .tdc-row-divider {
width: 100vw;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
} .td-review {
width: 100%;
margin-bottom: 34px;
font-size: 13px;
}
.td-review td {
padding: 7px 14px;
}
.td-review .td-review-summary {
padding: 21px 14px;
}
@media (max-width: 767px) {
.td-review .td-review-summary {
padding: 0;
}
}
.td-review i {
margin-top: 5px;
}
.td-review .td-review-row-stars:hover {
background-color: #fcfcfc;
}
.td-review .td-review-percent-sign {
font-size: 15px;
line-height: 1;
}
.td-review-header .block-title {
background-color: #222;
color: #fff;
display: inline-block;
line-height: 16px;
padding: 8px 12px 6px;
margin-bottom: 0;
border-bottom: 0;
}
.td-review-header td {
padding: 26px 0 26px 0;
border: 0;
}
@-moz-document url-prefix() {
.td-review-header .block-title {
padding: 7px 12px;
}
}
.td-icon-star,
.td-icon-star-empty,
.td-icon-star-half {
font-size: 15px;
width: 20px;
} .td-review-stars {
text-align: center;
}
@media (max-width: 767px) {
.td-review-stars {
width: 134px;
}
}
.td-review-final-score {
line-height: 80px;
font-size: 48px;
margin-bottom: 5px;
} .td-rating-bar-wrap {
margin: 0 0 7px 0;
background-color: #f5f5f5;
}
.td-rating-bar-wrap div {
height: 20px;
background-color: #4db2ec;
max-width: 100%;
}
.td-review-row-bars .td-review-desc {
display: inline-block;
padding-bottom: 2px;
} .td-review-percent {
float: right;
padding-bottom: 2px;
} @media (max-width: 767px) {
.td-review-footer {
border-left: 1px solid #ededed;
position: relative;
display: block;
}
.td-review-footer:after {
content: '';
width: 1px;
background-color: #ededed;
position: absolute;
right: -1px;
top: 0;
height: 100%;
}
}
.td-review-summary {
padding: 21px 0 0 0;
vertical-align: top;
}
@media (max-width: 767px) {
.td-review-summary {
display: block;
width: 100%;
clear: both;
border: 0;
}
}
.td-review-summary .block-title {
background-color: #222;
color: #fff;
display: inline-block;
line-height: 16px;
padding: 8px 12px 6px;
margin-bottom: 13px;
position: relative;
border-bottom: 0;
}
@media (max-width: 767px) {
.td-review-summary .block-title {
margin: 14px 0 0 14px;
}
}
@-moz-document url-prefix() {
.td-review-summary .block-title {
padding: 7px 12px;
}
}
.td-review-summary-content {
font-size: 12px;
margin-right: 21px;
}
@media (max-width: 767px) {
.td-review-summary-content {
margin: 14px;
}
}
.td-review-score {
font-family: 'Open Sans', arial, sans-serif;
font-weight: bold;
text-align: center;
padding: 0;
vertical-align: bottom;
width: 150px;
}
@media (max-width: 767px) {
.td-review-score {
display: block;
width: 100%;
padding: 0;
border-left: 0;
border-right: 0;
}
}
.td-review-overall {
padding: 0 0 28px 0;
line-height: 14px;
}
.td-review-overall span {
font-size: 11px;
}
.td-review-final-star {
margin-bottom: 5px;
}
@media (max-width: 767px) {
.td-review-row-stars {
display: block;
width: 100%;
clear: both;
float: left;
border: 1px solid #ededed;
border-bottom: 0;
border-right: 0;
}
.td-review-row-stars td {
float: left;
border: 0;
}
.td-review-row-stars .td-review-desc {
width: 70%;
padding: 9px 14px;
}
.td-review-row-stars .td-review-stars {
width: 30%;
text-align: right;
}
.td-review-row-stars:nth-last-of-type(2) {
border-bottom: 1px solid #ededed;
}
}
@media (max-width: 500px) {
.td-review-row-stars .td-review-desc {
width: 55%;
}
.td-review-row-stars .td-review-stars {
width: 45%;
}
}
@font-face {
font-family: 'newspaper-icons';
src: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot?1);
src: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.eot?1#iefix) format('embedded-opentype'), url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.woff?1) format('woff'), url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.ttf?1) format('truetype'), url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.svg?1#newspaper-icons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="td-icons"]:before,
[class*=" td-icons"]:before {
font-family: 'newspaper-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
text-align: center; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class*="td-icons"] {
line-height: 1;
text-align: center;
display: inline-block;
cursor: default;
}
.rain-d:before {
content: '\e800';
display: none;
}
.rain-n:before {
content: '\e801';
display: none;
}
.mist-d:before {
content: '\e802';
display: none;
}
.mist-n:before {
content: '\e802';
display: none;
}
.scattered-clouds-d:before {
content: '\e803';
display: none;
}
.scattered-clouds-n:before {
content: '\e803';
display: none;
}
.shower-rain-d:before {
content: '\e804';
display: none;
}
.shower-rain-n:before {
content: '\e804';
display: none;
}
.snow-d:before {
content: '\e805';
display: none;
}
.snow-n:before {
content: '\e805';
display: none;
}
.thunderstorm-d:before {
content: '\e806';
display: none;
}
.thunderstorm-n:before {
content: '\e806';
display: none;
}
.broken-clouds-d:before {
content: '\e807';
display: none;
}
.broken-clouds-n:before {
content: '\e807';
display: none;
}
.clear-sky-d:before {
content: '\e808';
display: none;
}
.clear-sky-n:before {
content: '\e809';
display: none;
}
.few-clouds-d:before {
content: '\e80a';
display: none;
}
.few-clouds-n:before {
content: '\e80b';
display: none;
}
.td-icons-drop:before {
content: '\e80c';
}
.td-icons-wind:before {
content: '\e80d';
}
.td-icons-arrows-down:before {
content: '\e80e';
}
.td-icons-arrows-up:before {
content: '\e80f';
}
.td-icons-cloud:before {
content: '\e810';
}
.td-icons-location:before {
content: '\e811';
}
.td-icons-circus:before {
content: "\e900";
}
.td-icons-farm:before {
content: "\e901";
}
.td-icons-home:before {
content: "\e902";
}
.td-icons-pets:before {
content: "\e903";
}
.td-icons-wild:before {
content: "\e904";
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: white;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
bottom: 0;
right: 0;
color: #cccccc;
font-size: 12px;
padding-right: 15px;
font-size: 11px;
line-height: 18px;
}
.mfp-arrow {
font-family: 'newspaper', sans-serif;
font-size: 30px;
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:before {
content: '\e807';
color: #ffffff;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:before {
content: '\e808';
color: #ffffff;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:before {
bottom: 40px;
content: "";
display: block;
height: 20%;
width: 100%;
position: absolute;
z-index: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); opacity: 0;
-webkit-transition: opacity 1s ease;
transition: opacity 1s ease;
}
.mfp-ready .mfp-s-ready .mfp-figure:before {
opacity: 1;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
font-size: 11px;
line-height: 18px;
margin-bottom: 50px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
cursor: auto;
padding: 0px 65px 0px 15px;
z-index: 1;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:before {
bottom: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
} .image-source-link {
color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0.001;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-bg {
z-index: 10000;
}
.mfp-wrap {
z-index: 10000;
} .white-popup-block {
position: relative;
margin: 0 auto;
max-width: 500px;
min-height: 500px;
font-family: 'Open Sans', arial, sans-serif;
text-align: center;
color: #fff;
vertical-align: top;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
padding: 0 0 24px;
overflow: hidden;
}
.white-popup-block:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
background: rgba(0, 69, 130, 0.8);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 69, 130, 0.8)), color-stop(100%, rgba(38, 134, 146, 0.8)));
background: linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a80cb', endColorstr='#42bdcd', GradientType=1);
z-index: -2;
}
.white-popup-block:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: block;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
z-index: -3;
}
.mfp-content {   }
.mfp-content .td-login-wrap {
position: relative;
}
.mfp-content .td-back-button {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
position: absolute;
top: 13px;
left: 8px;
color: #fff;
width: 50px;
height: 50px;
z-index: 99;
}
.mfp-content .td-back-button i {
line-height: 50px;
font-size: 16px;
}
.mfp-content .td-login-inputs {
width: 100%;
display: inline-block;
position: relative;
margin-bottom: 30px;
font-size: 15px;
font-weight: 400;
color: #fff;
}
.mfp-content .td-login-inputs label {
position: absolute;
top: 8px;
left: 0;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
pointer-events: none;
}
.mfp-content .td-login-inputs:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #fff;
opacity: 0.3;
}
.mfp-content .td-login-input {
position: relative;
background-color: transparent !important;
height: 40px;
margin: 0 !important;
padding: 0;
box-shadow: none !important;
font-size: 15px;
color: #fff;
outline: none;
border: 0;
}
.mfp-content .td-login-input:focus ~ label,
.mfp-content .td-login-input:valid ~ label {
top: -18px;
font-size: 11px;
opacity: 0.6;
}
.mfp-content .td-login-input:invalid {
font-style: italic;
}
.mfp-content .td-login-button {
width: 100%;
height: 50px;
background-color: #fff;
padding: 5px 12px 6px;
margin-top: 20px;
margin-bottom: 0;
text-transform: uppercase;
text-shadow: none;
font-size: 13px;
font-weight: 600;
color: #000;
-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
border: 0;
border-radius: 0;
-webkit-transition: background-color 0.2s ease !important;
transition: background-color 0.2s ease !important;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
background-color: #deea4b;
}
.mfp-content .td-login-info-text {
display: block;
margin-top: 3px;
font-size: 11px;
color: #fff;
}
.mfp-content .td-login-info-text a {
color: inherit;
}
.mfp-content .td-login-info-text a:hover {
text-decoration: underline;
}
.mfp-content #register-link {
width: 100%;
display: block;
padding: 13px;
margin-top: 24px;
font-size: 13px;
text-transform: uppercase;
color: #fff;
cursor: pointer;
position: relative;
}
.mfp-content #register-link:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.mfp-content #register-link:hover:before {
opacity: 0.2;
}
.mfp-content .td-login-form-div {
width: 100%;
position: absolute;
top: 0;
padding: 0 20%; }
@media (max-width: 480px) {
.mfp-content .td-login-form-div {
padding: 0 5%;
}
}
.mfp-content #td-login-div {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}
.mfp-content #td-login-div.td-display-none {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
}
.mfp-content .td-login-animation #td-login-div {
transform: translate3d(-300px, 0, 0);
-webkit-transform: translate3d(-300px, 0, 0);
}
.mfp-content .td-login-animation .td-back-button {
visibility: visible;
opacity: 1;
}
.mfp-content #td-register-div,
.mfp-content #td-forgot-pass-div {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
transform: translate3d(300px, 0, 0);
-webkit-transform: translate3d(300px, 0, 0);
}
.mfp-content #td-register-div.td-display-block,
.mfp-content #td-forgot-pass-div.td-display-block {
visibility: visible;
opacity: 1;
-webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
.mfp-content #login-form .mfp-close {
position: absolute;
top: 26px;
width: 20px;
height: 20px;
line-height: 0;
font-size: 0;
color: #fff;
font-family: 'newspaper', sans-serif;
}
.mfp-content #login-form .mfp-close:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 50%);
-webkit-transform: translate(-50%, 50%);
font-size: 16px;
vertical-align: bottom;
color: #fff;
}
.mfp-content #login-form #login-link {
position: absolute;
left: 26px;
top: 28px;
cursor: pointer;
}
.mfp-content #login-form .mfp-close {
right: 27px;
left: auto;
opacity: 1;
}
.mfp-content #login-form .mfp-close:before {
content: '\e902';
}
.mfp-content .td-login-panel-title {
padding: 26px 0 22px 0;
line-height: 20px;
font-size: 17px;
text-transform: uppercase;
color: #fff;
pointer-events: none;
}
.mfp-content .td-login-panel-descr {
margin-bottom: 77px;
font-size: 13px;
line-height: 1;
}
.mfp-content .td_display_err {
color: #fff;
padding: 14px 30px;
display: none;
position: absolute;
top: 93px;
left: 0;
right: 0;
font-size: 11px;
text-transform: uppercase;
margin: 0 -40%;
line-height: 1;
}
.mfp-content .td_display_err:before {
content: '';
width: 100%;
height: 100%;
background-color: #000;
position: absolute;
top: 0;
left: 0;
opacity: 0.8;
z-index: -1;
}
.mfp-content .td_display_msg_ok:before {
background-color: #fff;
opacity: 0.1;
} .mpf-td-login-effect {   }
.mpf-td-login-effect .mfp-with-anim {
opacity: 0;
-webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1); transform: perspective( 600px ) scale(0.4);
-webkit-transform: perspective( 600px ) scale(0.4);
}
.mpf-td-login-effect.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mpf-td-login-effect.mfp-ready .mfp-with-anim {
opacity: 1;
transform: perspective( 600px ) scale(1);
-webkit-transform: perspective( 600px ) scale(1);
}
.mpf-td-login-effect.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mpf-td-login-effect.mfp-removing .mfp-with-anim {
transform: perspective( 600px ) scale(0.4);
-webkit-transform: perspective( 600px ) scale(0.4);
opacity: 0;
}
.mpf-td-login-effect.mfp-removing.mfp-bg {
opacity: 0;
}
#login_pass-mob,
#login_pass {
display: none !important;
}
.td-login-show #login_pass-mob,
.mfp-ready #login_pass {
display: inline-block !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .td-sp {
background-image: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/elements@2x.png) !important;
background-size: 90px 2100px !important;
}
} .td-a-rec img {
display: block;
}
.td-visible-desktop {
display: table;
}
.td-visible-tablet-landscape,
.td-visible-tablet-l,
.td-visible-tablet-portrait,
.td-visible-tablet-tp,
.td-visible-phone {
display: none;
} @media (min-width: 1019px) and (max-width: 1140px) {
.td-visible-tablet-landscape,
.td-visible-tablet-l {
display: table;
}
.td-visible-desktop {
display: none;
}
.td-visible-tablet-portrait,
.td-visible-tablet-tp {
display: none;
}
.td-visible-phone {
display: none;
}
} @media (min-width: 768px) and (max-width: 1018px) {
.td-visible-tablet-portrait,
.td-visible-tablet-tp {
display: table;
}
.td-visible-desktop {
display: none;
}
.td-visible-tablet-landscape,
.td-visible-tablet-l {
display: none;
}
.td-visible-phone {
display: none;
}
} @media (max-width: 767px) {
.td-visible-phone {
display: table;
}
.td-visible-desktop {
display: none;
}
.td-visible-tablet-landscape,
.td-visible-tablet-l {
display: none;
}
.td-visible-tablet-portrait,
.td-visible-tablet-tp {
display: none;
}
} @media (min-width: 1141px) {
.td-rec-hide-on-m {
display: none !important;
}
} @media (min-width: 1019px) and (max-width: 1140px) {
.td-rec-hide-on-tl {
display: none !important;
}
} @media (min-width: 768px) and (max-width: 1018px) {
.td-rec-hide-on-tp {
display: none !important;
}
} @media (max-width: 767px) {
.td-rec-hide-on-p {
display: none !important;
}
} .td-header-rec-wrap {
position: relative;
min-height: 90px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-rec-wrap {
min-height: 60px;
}
}
@media (max-width: 767px) {
.td-header-rec-wrap {
margin-left: auto;
margin-right: auto;
display: table;
min-height: 0 !important;
}
}
.td-header-rec-wrap .td-adspot-title {
margin-bottom: -21px;
position: relative;
top: 3px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-rec-wrap .td-adspot-title {
margin-bottom: -14px;
top: 0;
}
}
@media (max-width: 767px) {
.td-header-rec-wrap .td-adspot-title {
top: 0;
margin-bottom: -10px;
}
}
.td-header-sp-recs {
padding: 0 !important;
width: 728px;
position: relative;
min-height: 0 !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-sp-recs {
width: 470px;
}
}
@media (max-width: 767px) {
.td-header-sp-recs {
width: 100%;
}
}
.td-header-sp-recs img,
.td-header-sp-recs .adsbygoogle {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0; }
@media (max-width: 767px) {
.td-header-sp-recs img,
.td-header-sp-recs .adsbygoogle {
position: relative;
display: table;
margin: 10px auto;
width: 100%;
}
}
.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img,
.td-a-rec-id-post_style_12 img,
.td-a-rec-id-sidebar img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_inline img,
.td-a-rec-id-content_bottom img,
.td-a-rec-id-custom_ad_1 img,
.td-a-rec-id-custom_ad_2 img,
.td-a-rec-id-custom_ad_3 img,
.td-a-rec-id-custom_ad_4 img,
.td-a-rec-id-custom_ad_5 img {
width: 100%;
} .td-g-rec-id-sidebar {
text-align: center;
}
.td-g-rec-id-sidebar .adsbygoogle {
margin-bottom: 44px;
}
.td-visible-desktop,
.td-visible-tablet-landscape,
.td-visible-tablet-l,
.td-visible-tablet-portrait,
.td-visible-tablet-tp,
.td-visible-phone {
margin-left: auto;
margin-right: auto;
}
.td-a-rec-id-sidebar > div {
margin-bottom: 48px;
}
.td-a-rec-id-sidebar .td-block-title-wrap {
margin-bottom: 26px;
}
.td-a-rec-id-sidebar .td-block-title-wrap + .td-adspot-title {
margin-top: -9px;
}
.td-g-rec-id-post_style_12,
.td-g-rec-id-content_top,
.td-g-rec-id-content_bottom {
clear: both;
}
.td-g-rec-id-post_style_12 .adsbygoogle,
.td-g-rec-id-content_top .adsbygoogle,
.td-g-rec-id-content_bottom .adsbygoogle {
margin-bottom: 21px;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.td-a-rec-id-post_style_12,
.td-a-rec-id-content_top,
.td-a-rec-id-content_bottom {
clear: both;
text-align: center;
}
.td-a-rec-id-post_style_12 > div,
.td-a-rec-id-content_top > div,
.td-a-rec-id-content_bottom > div {
margin-bottom: 21px;
}
.td-a-rec-id-post_style_12 img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_bottom img {
margin-bottom: 0;
}
.td-a-rec-id-post_style_12 .td-adspot-title,
.td-a-rec-id-post_style_13 .td-adspot-title {
margin-bottom: -9px;
}
.td-g-rec-id-smart_list_6,
.td-g-rec-id-smart_list_7,
.td-g-rec-id-smart_list_8 {
clear: both;
}
.td-g-rec-id-smart_list_6 .adsbygoogle,
.td-g-rec-id-smart_list_7 .adsbygoogle,
.td-g-rec-id-smart_list_8 .adsbygoogle {
margin-top: 0;
margin-bottom: 16px;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.td-a-rec-id-smart_list_6,
.td-a-rec-id-smart_list_7,
.td-a-rec-id-smart_list_8 {
clear: both;
text-align: center;
}
.td-a-rec-id-smart_list_6 > div,
.td-a-rec-id-smart_list_7 > div,
.td-a-rec-id-smart_list_8 > div {
margin-top: 0;
margin-bottom: 16px;
}
.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img {
margin: 0;
}
.td-g-rec-id-smart_list_7 .adsbygoogle {
margin-bottom: 21px;
}
.td-a-rec-id-smart_list_7 > div {
margin-bottom: 26px;
}
.td-a-rec-id-smart_list_7 img {
margin-bottom: 0;
}
.td-g-rec-id-content_inline .adsbygoogle {
margin-bottom: 21px;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.td-g-rec-id-content_inlineleft,
.td-a-rec-id-content_inlineleft {
float: left; }
.td-g-rec-id-content_inlineleft .td-adspot-title,
.td-a-rec-id-content_inlineleft .td-adspot-title {
margin-right: 21px;
}
@media (max-width: 767px) {
.td-g-rec-id-content_inlineleft .td-adspot-title,
.td-a-rec-id-content_inlineleft .td-adspot-title {
margin: 0;
}
}
.td-g-rec-id-content_inlineleft > div,
.td-a-rec-id-content_inlineleft > div,
.td-g-rec-id-content_inlineleft .adsbygoogle,
.td-a-rec-id-content_inlineleft .adsbygoogle {
margin-bottom: 15px;
margin-top: 9px;
margin-right: 21px; }
@media (max-width: 767px) {
.td-g-rec-id-content_inlineleft > div,
.td-a-rec-id-content_inlineleft > div,
.td-g-rec-id-content_inlineleft .adsbygoogle,
.td-a-rec-id-content_inlineleft .adsbygoogle {
margin: 0 auto 26px auto;
}
}
.td-g-rec-id-content_inlineleft img,
.td-a-rec-id-content_inlineleft img {
margin-bottom: 0;
}
@media (max-width: 767px) {
.td-g-rec-id-content_inlineleft,
.td-a-rec-id-content_inlineleft {
float: none;
text-align: center;
}
}
.td-g-rec-id-content_inlineright,
.td-a-rec-id-content_inlineright {
float: right; }
.td-g-rec-id-content_inlineright .td-adspot-title,
.td-a-rec-id-content_inlineright .td-adspot-title {
margin-left: 21px;
margin-bottom: -6px;
}
@media (max-width: 767px) {
.td-g-rec-id-content_inlineright .td-adspot-title,
.td-a-rec-id-content_inlineright .td-adspot-title {
margin: 0;
}
}
.td-g-rec-id-content_inlineright > div,
.td-a-rec-id-content_inlineright > div,
.td-g-rec-id-content_inlineright .adsbygoogle,
.td-a-rec-id-content_inlineright .adsbygoogle {
margin-bottom: 15px;
margin-top: 6px;
margin-left: 21px; }
@media (max-width: 767px) {
.td-g-rec-id-content_inlineright > div,
.td-a-rec-id-content_inlineright > div,
.td-g-rec-id-content_inlineright .adsbygoogle,
.td-a-rec-id-content_inlineright .adsbygoogle {
margin: 0 auto 26px auto;
}
}
.td-g-rec-id-content_inlineright img,
.td-a-rec-id-content_inlineright img {
margin-bottom: 0;
}
@media (max-width: 767px) {
.td-g-rec-id-content_inlineright,
.td-a-rec-id-content_inlineright {
float: none;
text-align: center;
}
}
.td-a-rec-id-footer_top,
.td-g-rec-id-footer_top {
display: table;
position: relative;
text-align: center;
margin: -12px auto 40px auto;
}
.td-a-rec-id-footer_top > div img,
.td-g-rec-id-footer_top > div img { }
@media (max-width: 767px) {
.td-a-rec-id-footer_top > div img,
.td-g-rec-id-footer_top > div img {
width: 100%;
}
}
.td-a-rec-id-footer_top .td-adspot-title,
.td-g-rec-id-footer_top .td-adspot-title {
margin-top: -21px;
}
.td-g-rec-id-custom_ad_1,
.td-g-rec-id-custom_ad_2,
.td-g-rec-id-custom_ad_3,
.td-g-rec-id-custom_ad_4,
.td-g-rec-id-custom_ad_5 {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
position: relative;
}
.td-g-rec-id-custom_ad_1 .adsbygoogle,
.td-g-rec-id-custom_ad_2 .adsbygoogle,
.td-g-rec-id-custom_ad_3 .adsbygoogle,
.td-g-rec-id-custom_ad_4 .adsbygoogle,
.td-g-rec-id-custom_ad_5 .adsbygoogle {
margin-bottom: 44px;
}
.td-a-rec-id-custom_ad_1,
.td-a-rec-id-custom_ad_2,
.td-a-rec-id-custom_ad_3,
.td-a-rec-id-custom_ad_4,
.td-a-rec-id-custom_ad_5 {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
position: relative;
}
.td-a-rec-id-custom_ad_1 > div,
.td-a-rec-id-custom_ad_2 > div,
.td-a-rec-id-custom_ad_3 > div,
.td-a-rec-id-custom_ad_4 > div,
.td-a-rec-id-custom_ad_5 > div {
margin-bottom: 44px;
}
.td-a-rec-id-custom_ad_1 .td-block-title-wrap,
.td-a-rec-id-custom_ad_2 .td-block-title-wrap,
.td-a-rec-id-custom_ad_3 .td-block-title-wrap,
.td-a-rec-id-custom_ad_4 .td-block-title-wrap,
.td-a-rec-id-custom_ad_5 .td-block-title-wrap {
margin-bottom: 26px;
}
.td-a-rec-id-custom_ad_1 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_2 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_3 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_4 .td-block-title-wrap + .td-adspot-title,
.td-a-rec-id-custom_ad_5 .td-block-title-wrap + .td-adspot-title {
margin-top: -9px;
}
.td-adspot-title {
color: #bbbbbb;
font-size: 10px;
text-align: center;
display: block;
font-family: Verdana, Geneva, sans-serif;
line-height: 21px;
}
.td-g-rec-id-post_style_1 { }
.td-g-rec-id-post_style_1 .adsbygoogle {
margin-bottom: 15px;
}
@media (max-width: 767px) {
.td-g-rec-id-post_style_1 {
text-align: center;
}
}
.td-a-rec-id-post_style_1 img {
width: 100%;
}
.td-g-rec-id-post_style_11 {  }
.td-g-rec-id-post_style_11 .adsbygoogle {
margin-bottom: 21px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-g-rec-id-post_style_11 .adsbygoogle {
margin-bottom: 0;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-g-rec-id-post_style_11 {
text-align: center;
}
}
@media (max-width: 767px) {
.td-g-rec-id-post_style_11 {
text-align: center;
}
}
.td-a-rec-id-post_style_11 { }
.td-a-rec-id-post_style_11 > div {
margin-bottom: 21px;
margin-left: 0;
margin-right: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-a-rec-id-post_style_11 > div {
margin-bottom: 0;
}
}
@media (max-width: 1018px) {
.td-a-rec-id-post_style_11 > div {
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-a-rec-id-post_style_11 {
text-align: center;
}
}
.td-a-rec-id-post_style_11 img {
width: 100%;
}
.td-a-rec-id-post_style_11 .td-adspot-title {
text-align: left;
}
.td-all-devices {
display: table;
margin-left: auto;
margin-right: auto;
}
.td-all-devices img {
display: block;
}
.td-a-rec-id-custom-spot {
margin-bottom: 0;
text-align: center;    }
.td-a-rec-id-custom-spot img {
margin: 0 auto;
}
.td-a-rec-id-custom-spot .td_spot_img_tl,
.td-a-rec-id-custom-spot .td_spot_img_tp,
.td-a-rec-id-custom-spot .td_spot_img_mob {
display: none;
}
@media (min-width: 1140px) {
.td-a-rec-id-custom-spot .td-spot-id-spot_img_all {
display: block;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-a-rec-id-custom-spot .td_spot_img_tl {
display: block;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-a-rec-id-custom-spot .td_spot_img_tp {
display: block;
}
}
@media (max-width: 767px) {
.td-a-rec-id-custom-spot .td_spot_img_mob {
display: block;
}
} .td_block_social_counter {
font-family: 'Open Sans', arial, sans-serif;
font-weight: bold;
font-size: 11px;
color: #fff;
margin-bottom: 47px;
}
.td_block_social_counter .td-sp {
position: relative;
}
.td_block_social_counter .td-sp:after {
content: '';
width: 1px;
height: 16px;
background-color: rgba(255, 255, 255, 0.1);
position: absolute;
right: -1px;
top: 8px;
}
.td-social-list {
*zoom: 1;
}
.td-social-list:before,
.td-social-list:after {
display: table;
content: "";
line-height: 0;
}
.td-social-list:after {
clear: both;
}
.td_social_type {
width: 100%;
margin-bottom: 10px;
-webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.td_social_type:last-child {
margin-bottom: 0;
}
.td_social_type:hover .td-social-box {
background-color: #222;
}
.td_social_type .td_social_info {
padding: 0 0 0 9px;
position: relative;
top: -12px;
}
.td_social_type .td_social_info_name { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_social_type .td_social_info_name {
display: none;
}
}
.td_social_type .td-social-box {
height: 32px;
position: relative;
overflow: hidden;
}
.td_social_type .td-social-box .td-sp {
display: inline-block;
}
.td_social_type .td_social_number {
border-left: 1px solid rgba(255, 255, 255, 0.1);
padding-left: 9px;
}
.td_social_type .td_social_button {
float: right;
border-left: 1px solid rgba(255, 255, 255, 0.1);
padding: 0 14px;
margin-top: 8px;
top: 9px;
height: 16px;
line-height: 15px;
text-transform: uppercase;
}
.td_social_type .td_social_button a {
color: #fff;
}
.td_social_type .td_social_button a:after {
content: "";
display: block;
height: 32px;
position: absolute;
right: 0;
top: 0;
width: 324px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_social_type .td_social_button a:after {
width: 300px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_social_type .td_social_button a:after {
width: 228px;
}
}
@media (max-width: 767px) {
.td_social_type .td_social_button a:after {
width: 100%;
}
}
.td_social_type .td_social_button a:hover {
color: inherit;
text-decoration: none !important;
}
.td_social_type a {
color: #fff;
}
.td-footer-wrapper .td_social_type:hover .td-social-box {
background-color: #444;
}
.td-footer-wrapper .td-social-style1 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style7 .td_social_type .td-social-box {
background-color: #444;
}
.td-footer-wrapper .td-social-style2,
.td-footer-wrapper .td-social-style8 {
color: #fff;
}
.td-footer-wrapper .td-social-style2 .td_social_type,
.td-footer-wrapper .td-social-style8 .td_social_type {
color: #fff;
}
.td-footer-wrapper .td-social-style2 .td_social_type:hover,
.td-footer-wrapper .td-social-style8 .td_social_type:hover {
color: #999;
}
.td-footer-wrapper .td-social-style2 .td_social_type:hover a,
.td-footer-wrapper .td-social-style8 .td_social_type:hover a {
color: #999;
}
.td-footer-wrapper .td-social-style2 .td_social_type:hover .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type:hover .td-social-box {
background-color: transparent;
}
.td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type .td-social-box {
border-color: #444;
}
.td-footer-wrapper .td-social-style2 .td_social_type a,
.td-footer-wrapper .td-social-style8 .td_social_type a {
color: #fff;
}
.td-footer-wrapper .td-social-style2 .td_social_type .td_social_button,
.td-footer-wrapper .td-social-style8 .td_social_type .td_social_button {
border-color: #444;
}
.td-footer-wrapper .td-social-style3,
.td-footer-wrapper .td-social-style4 {
color: #fff;
}
.td-footer-wrapper .td-social-style3 .td_social_type a,
.td-footer-wrapper .td-social-style4 .td_social_type a {
color: #fff;
}
.td-footer-wrapper .td-social-style3 .td_social_type:hover,
.td-footer-wrapper .td-social-style4 .td_social_type:hover {
color: #999;
}
.td-footer-wrapper .td-social-style3 .td_social_type:hover a,
.td-footer-wrapper .td-social-style4 .td_social_type:hover a {
color: #999;
}
.td-footer-wrapper .td-social-style9,
.td-footer-wrapper .td-social-style10 {
color: #fff;
}
.td-footer-wrapper .td-social-style9 .td_social_type:hover,
.td-footer-wrapper .td-social-style10 .td_social_type:hover {
color: #999;
}
.td-footer-wrapper .td-social-style9 .td_social_type:hover .td-social-box,
.td-footer-wrapper .td-social-style10 .td_social_type:hover .td-social-box {
background-color: transparent;
}
.td_social_facebook .td-social-box {
background-color: #516eab;
}
.td_social_rss .td-social-box {
background-color: #ff6600;
}
.td_social_soundcloud .td-social-box {
background-color: #ff5419;
}
.td_social_twitter .td-social-box {
background-color: #29c5f6;
}
.td_social_vimeo .td-social-box {
background-color: #006599;
}
.td_social_youtube .td-social-box {
background-color: #e14e42;
}
.td_social_instagram .td-social-box {
background-color: #417096;
}
.td_social_pinterest .td-social-box {
background-color: #ca212a;
} .td-social-boxed .td_social_type {
text-align: center;
width: 33.3333%;
margin: 0;
float: left;
}
.td-social-boxed .td_social_type .td-social-box {
height: 100px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-boxed .td_social_type .td-social-box {
height: 70px;
}
}
.td-social-boxed .td_social_type span {
display: block;
width: 100%;
padding: 0;
}
.td-social-boxed .td-sp {
margin-top: 10px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-boxed .td-sp {
margin-top: 4px;
}
}
.td-social-boxed .td-sp::after {
display: none;
}
.td-social-boxed .td_social_info {
font-size: 17px;
top: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-boxed .td_social_info {
font-size: 13px;
top: -12px;
}
}
.td-social-boxed .td_social_info_name {
font-size: 13px;
font-weight: normal; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-boxed .td_social_info_name {
top: -17px;
font-size: 10px;
}
}
.td-social-boxed .td_social_button {
opacity: 0;
position: absolute;
height: 100%;
margin-top: 0;
top: 0;
}
.td-social-boxed .td_social_button a:after {
width: 100%;
height: 100%;
} .td-social-colored .td_social_facebook .td-sp {
background-color: #516eab;
}
.td-social-colored .td_social_rss .td-sp {
background-color: #ff6600;
}
.td-social-colored .td_social_soundcloud .td-sp {
background-color: #ff5419;
}
.td-social-colored .td_social_twitter .td-sp {
background-color: #29c5f6;
}
.td-social-colored .td_social_vimeo .td-sp {
background-color: #006599;
}
.td-social-colored .td_social_youtube .td-sp {
background-color: #e14e42;
}
.td-social-colored .td_social_instagram .td-sp {
background-color: #417096;
}
.td-social-colored .td_social_pinterest .td-sp {
background-color: #ca212a;
} .td-social-font-icons .td-sp {
background: none;
font-family: 'newspaper', sans-serif;
font-size: 14px;
text-align: center;
font-weight: normal;
}
.td-social-font-icons .td-sp:before {
position: absolute;
top: 0;
left: 0;
right: 0;
line-height: 30px;
}
.td-social-font-icons .td_social_facebook .td-sp:before {
content: '\e818';
color: #516eab;
}
.td-social-font-icons .td_social_rss .td-sp:before {
content: '\e828';
color: #ff6600;
}
.td-social-font-icons .td_social_soundcloud .td-sp:before {
content: '\e82b';
color: #ff5419;
}
.td-social-font-icons .td_social_twitter .td-sp:before {
content: '\e831';
color: #29c5f6;
}
.td-social-font-icons .td_social_vimeo .td-sp:before {
content: '\e832';
color: #006599;
}
.td-social-font-icons .td_social_youtube .td-sp:before {
content: '\e836';
color: #e14e42;
}
.td-social-font-icons .td_social_instagram .td-sp:before {
content: '\e81d';
color: #417096;
}
.td-social-font-icons .td_social_pinterest .td-sp:before {
content: '\e825';
color: #ca212a;
}
.td-social-style1 .td_social_type .td-social-box {
background-color: #222;
}
.td-social-style1 .td_social_facebook:hover .td-social-box {
background-color: #516eab !important;
}
.td-social-style1 .td_social_rss:hover .td-social-box {
background-color: #ff6600 !important;
}
.td-social-style1 .td_social_soundcloud:hover .td-social-box {
background-color: #ff5419 !important;
}
.td-social-style1 .td_social_twitter:hover .td-social-box {
background-color: #29c5f6 !important;
}
.td-social-style1 .td_social_vimeo:hover .td-social-box {
background-color: #006599 !important;
}
.td-social-style1 .td_social_youtube:hover .td-social-box {
background-color: #e14e42 !important;
}
.td-social-style1 .td_social_instagram:hover .td-social-box {
background-color: #417096 !important;
}
.td-social-style1 .td_social_pinterest:hover .td-social-box {
background-color: #ca212a !important;
}
.td-social-style2 {
color: #000;
}
.td-social-style2 .td_social_type .td-social-box {
background-color: transparent;
border: 1px solid #ededed;
}
.td-social-style2 .td_social_type .td_social_button {
margin-top: 7px;
}
.td-social-style2 .td_social_type a {
color: #000;
}
.td-social-style2 .td_social_type:hover {
color: #555;
}
.td-social-style2 .td_social_type:hover .td_social_type a {
color: #555;
}
.td-social-style2 .td-sp:after {
top: 7px;
}
.td-social-style2 .td-sp:after {
background-color: #000;
opacity: 0.1;
}
.td-social-style2 .td_social_button {
border-color: #ededed;
}
.td-social-style3 {
color: #000;
}
.td-social-style3 .td_social_type a {
color: #000;
}
.td-social-style3 .td_social_type .td_social_button {
border-color: #ededed;
margin-top: 13px;
padding: 0;
border: none;
}
.td-social-style3 .td_social_type .td_social_button a:after {
height: 40px;
}
.td-social-style3 .td_social_type .td_social_info {
top: -15px;
}
.td-social-style3 .td_social_type:hover {
color: #555;
}
.td-social-style3 .td_social_type:hover .td_social_type a {
color: #555;
}
.td-social-style3 .td_social_type:hover .td-social-box {
background-color: transparent;
}
.td-social-style3 .td-social-box {
background-color: transparent;
height: 40px;
}
.td-social-style3 .td-sp {
width: 40px;
height: 40px;
border-radius: 40px;
margin-right: 5px;
}
.td-social-style3 .td-sp:after {
top: 7px;
}
.td-social-style3 .td-sp:after {
display: none;
}
.td-social-style3 .td_social_facebook .td-sp {
background-position: -17px -17px;
}
.td-social-style3 .td_social_rss .td-sp {
background-position: -16px -121px;
}
.td-social-style3 .td_social_soundcloud .td-sp {
background-position: -17px -173px;
}
.td-social-style3 .td_social_twitter .td-sp {
background-position: -16px -431px;
}
.td-social-style3 .td_social_vimeo .td-sp {
background-position: -16px -327px;
}
.td-social-style3 .td_social_youtube .td-sp {
background-position: -15px -380px;
}
.td-social-style3 .td_social_instagram .td-sp {
background-position: -16px -224px;
}
.td-social-style3 .td_social_pinterest .td-sp {
background-position: -16px -69px;
}
.td-social-style4 {
color: #000;
}
.td-social-style4 .td_social_type a {
color: #000;
}
.td-social-style4 .td_social_type .td_social_button {
border-color: #ededed;
margin-top: 13px;
padding: 0;
border: none;
}
.td-social-style4 .td_social_type .td_social_button a:after {
height: 40px;
}
.td-social-style4 .td_social_type .td_social_info {
top: -15px;
}
.td-social-style4 .td_social_type:hover {
color: #555;
}
.td-social-style4 .td_social_type:hover .td_social_type a {
color: #555;
}
.td-social-style4 .td_social_type:hover .td-social-box {
background-color: transparent;
}
.td-social-style4 .td-social-box {
background-color: transparent;
height: 40px;
}
.td-social-style4 .td-sp {
width: 40px;
height: 40px;
margin-right: 5px;
}
.td-social-style4 .td-sp:after {
top: 7px;
}
.td-social-style4 .td-sp:after {
display: none;
}
.td-social-style4 .td_social_facebook .td-sp {
background-position: -17px -17px;
}
.td-social-style4 .td_social_rss .td-sp {
background-position: -16px -121px;
}
.td-social-style4 .td_social_soundcloud .td-sp {
background-position: -17px -173px;
}
.td-social-style4 .td_social_twitter .td-sp {
background-position: -16px -431px;
}
.td-social-style4 .td_social_vimeo .td-sp {
background-position: -16px -327px;
}
.td-social-style4 .td_social_youtube .td-sp {
background-position: -15px -380px;
}
.td-social-style4 .td_social_instagram .td-sp {
background-position: -16px -224px;
}
.td-social-style4 .td_social_pinterest .td-sp {
background-position: -16px -69px;
}
.td-social-style5 .td-social-list {
margin-left: -8px;
margin-right: -8px; }
@media (max-width: 1018px) {
.td-social-style5 .td-social-list {
margin-left: -2px;
margin-right: -2px;
}
}
.td-social-style5 .td_social_type .td-social-box {
margin: 0 8px 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style5 .td_social_type .td-social-box {
margin: 0 2px 4px;
}
}
@media (max-width: 767px) {
.td-social-style5 .td_social_type .td-social-box {
margin: 0 2px 4px;
}
}
.td-social-style7 .td-social-list {
margin-left: -8px;
margin-right: -8px;
margin-bottom: -16px; }
@media (max-width: 1018px) {
.td-social-style7 .td-social-list {
margin-left: -2px;
margin-right: -2px;
margin-bottom: -4px;
}
}
.td-social-style7 .td_social_type .td-social-box {
background-color: #222;
margin: 0 8px 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style7 .td_social_type .td-social-box {
margin: 0 2px 4px;
}
}
@media (max-width: 767px) {
.td-social-style7 .td_social_type .td-social-box {
margin: 0 2px 4px;
}
}
.td-social-style7 .td_social_facebook:hover .td-social-box {
background-color: #516eab !important;
}
.td-social-style7 .td_social_rss:hover .td-social-box {
background-color: #ff6600 !important;
}
.td-social-style7 .td_social_soundcloud:hover .td-social-box {
background-color: #ff5419 !important;
}
.td-social-style7 .td_social_twitter:hover .td-social-box {
background-color: #29c5f6 !important;
}
.td-social-style7 .td_social_vimeo:hover .td-social-box {
background-color: #006599 !important;
}
.td-social-style7 .td_social_youtube:hover .td-social-box {
background-color: #e14e42 !important;
}
.td-social-style7 .td_social_instagram:hover .td-social-box {
background-color: #417096 !important;
}
.td-social-style7 .td_social_pinterest:hover .td-social-box {
background-color: #417096 !important;
}
.td-social-style8 {
color: #000;
}
.td-social-style8 .td-social-list {
margin-left: -8px;
margin-right: -8px; }
@media (max-width: 1018px) {
.td-social-style8 .td-social-list {
margin-left: -2px;
margin-right: -2px;
}
}
.td-social-style8 .td_social_type .td-social-box {
background-color: transparent;
border: 1px solid #ededed;
margin: 0 8px 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style8 .td_social_type .td-social-box {
margin: 0 2px 4px;
}
}
@media (max-width: 767px) {
.td-social-style8 .td_social_type .td-social-box {
margin: 0 2px 4px;
}
}
.td-social-style8 .td_social_type .td_social_button {
margin-top: 7px;
}
.td-social-style8 .td_social_type a {
color: #000;
}
.td-social-style8 .td_social_type:hover {
color: #555;
}
.td-social-style8 .td_social_type:hover .td_social_type a {
color: #555;
}
.td-social-style8 .td-sp {
font-size: 28px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style8 .td-sp {
font-size: 21px;
}
}
@media (max-width: 767px) {
.td-social-style8 .td-sp {
font-size: 28px;
}
}
.td-social-style8 .td-sp:after {
top: 7px;
}
.td-social-style8 .td-sp-twitter {
font-size: 22px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style8 .td-sp-twitter {
font-size: 18px;
}
}
.td-social-style8 .td-sp:after {
background-color: #000;
opacity: 0.1;
}
.td-social-style8 .td_social_button {
border-color: #ededed;
}
.td-social-style9 {
color: #000;
}
.td-social-style9 .td_social_type {
width: 25%;
}
.td-social-style9 .td_social_type a {
color: #000;
}
.td-social-style9 .td_social_type .td_social_button {
border-color: #ededed;
padding: 0;
border: none;
}
.td-social-style9 .td_social_type:hover {
color: #555;
}
.td-social-style9 .td_social_type:hover .td_social_type a {
color: #555;
}
.td-social-style9 .td_social_type:hover .td-sp {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.td-social-style9 .td_social_type .td_social_info {
font-size: 15px;
top: 5px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_type .td_social_info {
font-size: 12px;
top: 0;
}
}
.td-social-style9 .td_social_type .td_social_info_name {
font-size: 11px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_type .td_social_info_name {
font-size: 10px;
top: -5px;
}
}
.td-social-style9 .td_social_type .td-social-box {
background-color: transparent;
height: 130px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_type .td-social-box {
height: 90px;
}
}
.td-social-style9 .td-sp {
-webkit-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
width: 64px;
height: 64px;
border-radius: 64px;
margin: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td-sp {
width: 48px;
height: 48px;
border-radius: 48px;
}
}
.td-social-style9 .td-sp:after {
display: none;
}
.td-social-style9 .td_social_facebook .td-sp {
background-position: -5px -5px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_facebook .td-sp {
background-position: -13px -13px;
}
}
.td-social-style9 .td_social_rss .td-sp {
background-position: -4px -109px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_rss .td-sp {
background-position: -12px -117px;
}
}
.td-social-style9 .td_social_soundcloud .td-sp {
background-position: -5px -161px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_soundcloud .td-sp {
background-position: -13px -169px;
}
}
.td-social-style9 .td_social_twitter .td-sp {
background-position: -4px -419px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_twitter .td-sp {
background-position: -12px -427px;
}
}
.td-social-style9 .td_social_vimeo .td-sp {
background-position: -4px -315px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_vimeo .td-sp {
background-position: -12px -323px;
}
}
.td-social-style9 .td_social_youtube .td-sp {
background-position: -3px -368px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_youtube .td-sp {
background-position: -11px -376px;
}
}
.td-social-style9 .td_social_instagram .td-sp {
background-position: -4px -212px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_instagram .td-sp {
background-position: -12px -220px;
}
}
.td-social-style9 .td_social_pinterest .td-sp {
background-position: -5px -56px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style9 .td_social_pinterest .td-sp {
background-position: -13px -65px;
}
}
.td-social-style10 {
color: #000;
}
.td-social-style10 .td_social_type {
width: 25%;
}
.td-social-style10 .td_social_type a {
color: #000;
}
.td-social-style10 .td_social_type .td_social_button {
border-color: #ededed;
padding: 0;
border: none;
}
.td-social-style10 .td_social_type:hover {
color: #555;
}
.td-social-style10 .td_social_type:hover .td_social_type a {
color: #555;
}
.td-social-style10 .td_social_type:hover .td-sp {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.td-social-style10 .td_social_type .td_social_info {
font-size: 15px;
top: 5px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_type .td_social_info {
font-size: 12px;
top: 0;
}
}
.td-social-style10 .td_social_type .td_social_info_name {
font-size: 11px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_type .td_social_info_name {
font-size: 10px;
top: -5px;
}
}
.td-social-style10 .td_social_type .td-social-box {
background-color: transparent;
height: 130px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_type .td-social-box {
height: 90px;
}
}
.td-social-style10 .td-sp {
-webkit-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
width: 64px;
height: 64px;
margin: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td-sp {
width: 48px;
height: 48px;
}
}
.td-social-style10 .td-sp:after {
display: none;
}
.td-social-style10 .td_social_facebook .td-sp {
background-position: -5px -5px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_facebook .td-sp {
background-position: -13px -13px;
}
}
.td-social-style10 .td_social_rss .td-sp {
background-position: -4px -109px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_rss .td-sp {
background-position: -12px -117px;
}
}
.td-social-style10 .td_social_soundcloud .td-sp {
background-position: -5px -161px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_soundcloud .td-sp {
background-position: -13px -169px;
}
}
.td-social-style10 .td_social_twitter .td-sp {
background-position: -4px -419px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_twitter .td-sp {
background-position: -12px -427px;
}
}
.td-social-style10 .td_social_vimeo .td-sp {
background-position: -4px -315px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_vimeo .td-sp {
background-position: -12px -323px;
}
}
.td-social-style10 .td_social_youtube .td-sp {
background-position: -3px -368px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_youtube .td-sp {
background-position: -11px -376px;
}
}
.td-social-style10 .td_social_instagram .td-sp {
background-position: -4px -212px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_instagram .td-sp {
background-position: -12px -220px;
}
}
.td-social-style10 .td_social_pinterest .td-sp {
background-position: -5px -56px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-social-style10 .td_social_pinterest .td-sp {
background-position: -13px -65px;
}
}
.td-boxed-layout .td-container-wrap {
width: 1164px;
}
@media (max-width: 1180px) {
.td-boxed-layout .td-container-wrap {
width: 100%;
}
}
.td-boxed-layout .td-container-wrap.td-main-page-wrap {
overflow: hidden;
}
.td-container-wrap {
background-color: #fff;
margin-left: auto;
margin-right: auto;
}
.backstretch {
width: 100%;
height: 100%;
position: fixed;
z-index: -99999;
top: 0;
}
body .td-backstretch {
max-width: none;
opacity: 0;
transition: opacity 2s;
display: block;
}
body .td-stretch-width {
height: auto;
width: 100.03%;
margin: 0;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
body .td-stretch-height {
position: relative;
height: 100%;
width: auto;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
body.td-background-link {
cursor: pointer;
}
body.td-background-link .td-container-wrap,
body.td-background-link .td-header-container,
body.td-background-link .td-post-header,
body.td-background-link .td-container {
cursor: auto;
} .td_stretch_container {
width: 100% !important; }
@media (min-width: 1141px) {
.td_stretch_container .td-header-menu-wrap.td-affix {
width: 100% !important;
}
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo {
left: 0;
right: 0;
margin: auto;
pointer-events: none;
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo img {
pointer-events: auto;
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo {   }
@media (min-width: 1141px) {
.td-header-style-8 .td_stretch_container .td-header-sp-logo {
width: 1068px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-header-style-8 .td_stretch_container .td-header-sp-logo {
width: 980px !important;
height: 82px;
top: 0;
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo img {
max-width: 190px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-style-8 .td_stretch_container .td-header-sp-logo {
width: 740px !important;
height: 82px;
top: 0;
}
.td-header-style-8 .td_stretch_container .td-header-sp-logo img {
max-width: 140px;
}
}
.td-boxed-layout .td-header-style-8 .td_stretch_container,
.td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
width: 1164px !important;
}
@media (max-width: 1180px) {
.td-boxed-layout .td-header-style-8 .td_stretch_container,
.td-boxed-layout .td-header-style-8 .td_stretch_container .td-header-sp-logo {
width: 100% !important;
}
}
.td_stretch_content,
.td_stretch_content_1200,
.td_stretch_content_1400,
.td_stretch_content_1600,
.td_stretch_content_1800 { }
@media (min-width: 1141px) {
.td_stretch_content .sf-menu .td-mega-menu ul,
.td_stretch_content_1200 .sf-menu .td-mega-menu ul,
.td_stretch_content_1400 .sf-menu .td-mega-menu ul,
.td_stretch_content_1600 .sf-menu .td-mega-menu ul,
.td_stretch_content_1800 .sf-menu .td-mega-menu ul {
width: calc(100% + 2px) !important;
overflow: hidden;
left: 0 !important;
transform: translateX(0) !important;
-webkit-transform: translateX(0) !important;
}
.td_stretch_content .td_block_mega_menu,
.td_stretch_content_1200 .td_block_mega_menu,
.td_stretch_content_1400 .td_block_mega_menu,
.td_stretch_content_1600 .td_block_mega_menu,
.td_stretch_content_1800 .td_block_mega_menu {
width: 1114px;
margin-left: auto;
margin-right: auto;
overflow: visible;
}
.td_stretch_content .td_block_mega_menu:before,
.td_stretch_content_1200 .td_block_mega_menu:before,
.td_stretch_content_1400 .td_block_mega_menu:before,
.td_stretch_content_1600 .td_block_mega_menu:before,
.td_stretch_content_1800 .td_block_mega_menu:before {
content: '';
position: absolute;
top: 0;
right: 100%;
width: 100%;
height: 100%;
background-color: #fafafa;
}
.td_stretch_content .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
.td_stretch_content_1200 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
.td_stretch_content_1400 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
.td_stretch_content_1600 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat,
.td_stretch_content_1800 .td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat {
border-left: 1px solid #eaeaea;
}
.td_stretch_content .td_block_mega_menu.td-no-subcats:before,
.td_stretch_content_1200 .td_block_mega_menu.td-no-subcats:before,
.td_stretch_content_1400 .td_block_mega_menu.td-no-subcats:before,
.td_stretch_content_1600 .td_block_mega_menu.td-no-subcats:before,
.td_stretch_content_1800 .td_block_mega_menu.td-no-subcats:before {
display: none;
}
}
.td_stretch_content {
width: 100% !important; }
@media (min-width: 768px) {
.td_stretch_content .td-container {
width: 100% !important;
padding-left: 20px;
padding-right: 20px;
}
.td_stretch_content #td-top-search {
right: 10px;
}
.td_stretch_content .td-header-sp-recs {
float: right;
}
.td_stretch_content .td-header-menu-wrap.td-affix {
width: 100% !important;
}
.td_stretch_content .td-drop-down-search {
right: 10px;
}
}
.td_stretch_content_1200,
.td_stretch_content_1400,
.td_stretch_content_1600,
.td_stretch_content_1800 { }
@media (min-width: 768px) {
.td_stretch_content_1200,
.td_stretch_content_1400,
.td_stretch_content_1600,
.td_stretch_content_1800 {
padding-left: 20px;
padding-right: 20px;
}
.td_stretch_content_1200.td-header-menu-wrap-full,
.td_stretch_content_1400.td-header-menu-wrap-full,
.td_stretch_content_1600.td-header-menu-wrap-full,
.td_stretch_content_1800.td-header-menu-wrap-full {
padding-left: 0;
padding-right: 0;
}
.td_stretch_content_1200 .td-header-menu-wrap,
.td_stretch_content_1400 .td-header-menu-wrap,
.td_stretch_content_1600 .td-header-menu-wrap,
.td_stretch_content_1800 .td-header-menu-wrap {
padding-left: 20px;
padding-right: 20px;
}
}
.td_stretch_content_1200.td-footer-instagram-container,
.td_stretch_content_1400.td-footer-instagram-container,
.td_stretch_content_1600.td-footer-instagram-container,
.td_stretch_content_1800.td-footer-instagram-container {
padding-left: 0;
padding-right: 0;
}
.td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1200.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1400.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1600.td-footer-instagram-container .td_block_instagram,
.td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
margin-left: auto;
margin-right: auto;
}
.td_stretch_content_1200 .td-container,
.td_stretch_content_1200.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1200.td-footer-instagram-container .td_block_instagram {
max-width: 1200px !important;
width: auto !important;
}
.td_stretch_content_1400 .td-container,
.td_stretch_content_1400.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1400.td-footer-instagram-container .td_block_instagram {
max-width: 1400px !important;
width: auto !important;
}
.td_stretch_content_1600 .td-container,
.td_stretch_content_1600.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1600.td-footer-instagram-container .td_block_instagram {
max-width: 1600px !important;
width: auto !important;
}
.td_stretch_content_1800 .td-container,
.td_stretch_content_1800.td-footer-instagram-container .td-instagram-user,
.td_stretch_content_1800.td-footer-instagram-container .td_block_instagram {
max-width: 1800px !important;
width: auto !important;
}
.td-header-style-3 .td_stretch_content,
.td-header-style-4 .td_stretch_content { }
@media (min-width: 1141px) {
.td-header-style-3 .td_stretch_content .td-mega-row,
.td-header-style-4 .td_stretch_content .td-mega-row {
padding: 22px 0 16px 0;
}
.td-header-style-3 .td_stretch_content .td-mega-span,
.td-header-style-4 .td_stretch_content .td-mega-span {
width: 196px;
min-height: 202px;
float: left;
margin-left: 22px !important;
}
.td-header-style-3 .td_stretch_content .td-next-prev-wrap,
.td-header-style-4 .td_stretch_content .td-next-prev-wrap {
margin: 0 0 22px 22px !important;
}
}
.td-header-style-6 .td_stretch_content { }
@media (min-width: 1141px) {
.td-header-style-6 .td_stretch_content #td-header-menu {
padding-right: 48px;
}
}
.td-header-style-7 .td_stretch_content { }
@media (min-width: 1141px) {
.td-header-style-7 .td_stretch_content #td-header-menu {
padding-right: 48px;
}
}
.td-header-style-8 { }
.td-header-style-8 .td_stretch_content,
.td-header-style-8 .td_stretch_content_1200,
.td-header-style-8 .td_stretch_content_1400,
.td-header-style-8 .td_stretch_content_1600,
.td-header-style-8 .td_stretch_content_1800 {   }
@media (min-width: 1141px) {
.td-header-style-8 .td_stretch_content .td-header-top-menu,
.td-header-style-8 .td_stretch_content_1200 .td-header-top-menu,
.td-header-style-8 .td_stretch_content_1400 .td-header-top-menu,
.td-header-style-8 .td_stretch_content_1600 .td-header-top-menu,
.td-header-style-8 .td_stretch_content_1800 .td-header-top-menu {
width: auto;
}
.td-header-style-8 .td_stretch_content.td-header-top-menu-full .td-container,
.td-header-style-8 .td_stretch_content_1200.td-header-top-menu-full .td-container,
.td-header-style-8 .td_stretch_content_1400.td-header-top-menu-full .td-container,
.td-header-style-8 .td_stretch_content_1600.td-header-top-menu-full .td-container,
.td-header-style-8 .td_stretch_content_1800.td-header-top-menu-full .td-container {
padding-left: 20px;
}
.td-header-style-8 .td_stretch_content .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
left: 30px;
}
.td-header-style-8 .td_stretch_content #td-header-menu,
.td-header-style-8 .td_stretch_content_1200 #td-header-menu,
.td-header-style-8 .td_stretch_content_1400 #td-header-menu,
.td-header-style-8 .td_stretch_content_1600 #td-header-menu,
.td-header-style-8 .td_stretch_content_1800 #td-header-menu {
padding-left: 20px;
}
.td-header-style-8 .td_stretch_content .td-container,
.td-header-style-8 .td_stretch_content_1200 .td-container,
.td-header-style-8 .td_stretch_content_1400 .td-container,
.td-header-style-8 .td_stretch_content_1600 .td-container,
.td-header-style-8 .td_stretch_content_1800 .td-container {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-header-style-8 .td_stretch_content .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
height: 82px;
top: 0;
}
.td-header-style-8 .td_stretch_content.td-container,
.td-header-style-8 .td_stretch_content_1200.td-container,
.td-header-style-8 .td_stretch_content_1400.td-container,
.td-header-style-8 .td_stretch_content_1600.td-container,
.td-header-style-8 .td_stretch_content_1800.td-container {
width: 980px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-style-8 .td_stretch_content .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
height: 82px;
top: 0;
}
.td-header-style-8 .td_stretch_content.td-container,
.td-header-style-8 .td_stretch_content_1200.td-container,
.td-header-style-8 .td_stretch_content_1400.td-container,
.td-header-style-8 .td_stretch_content_1600.td-container,
.td-header-style-8 .td_stretch_content_1800.td-container {
width: 740px !important;
}
}
@media (min-width: 1141px) {
.td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo,
.td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
width: auto;
}
.td-header-style-8 .td_stretch_content_1200 .td-header-sp-logo {
max-width: 1200px;
}
.td-header-style-8 .td_stretch_content_1400 .td-header-sp-logo {
max-width: 1400px;
}
.td-header-style-8 .td_stretch_content_1600 .td-header-sp-logo {
max-width: 1600px;
}
.td-header-style-8 .td_stretch_content_1800 .td-header-sp-logo {
max-width: 1800px;
}
}
.td-header-style-10 .td_stretch_content { }
@media (min-width: 1141px) {
.td-header-style-10 .td_stretch_content .td-affix .td-main-menu-logo {
margin-left: 10px;
}
}
.td-scroll-up {
cursor: pointer;
position: fixed;
bottom: 4px;
right: 5px;
width: 40px;
height: 40px;
background-color: #4db2ec;
z-index: 9999;
transform: translate3d(0, 70px, 0);
-webkit-transform: translate3d(0, 70px, 0);
-webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s; }
.td-scroll-up .td-icon-menu-up {
position: relative;
color: #fff;
font-size: 20px;
display: block;
text-align: center ;
width: 40px;
top: 7px;
}
@media (max-width: 767px) {
.td-scroll-up {
display: none;
}
}
.td-scroll-up-visible {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
} .td-right-demos-button {
font-family: 'Open Sans', arial, sans-serif;
position: fixed;
right: -1px;
z-index: 10000;
border: 1px solid #e8e8e8;
color: #000;
text-align: center;
font-size: 10px;
line-height: 31px;
width: 76px;
transition: all 0.15s ease; }
@media (max-width: 767px) {
.td-right-demos-button {
display: none;
}
}
#td-theme-demos-button {
top: 84px;
background: #ffffff;
}
#td-theme-demos-button:hover {
color: #4db2ec;
border-color: rgba(77, 178, 236, 0.3);
}
#td-theme-buy-button {
top: 120px;
background: #f4f4f4;
}
#td-theme-buy-button:hover {
color: #4db2ec;
border-color: rgba(77, 178, 236, 0.3);
background-color: rgba(77, 178, 236, 0.15);
}
.td-vm-wrap {
position: fixed;
top: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
z-index: 10001;
opacity: 0;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.td-vm-wrap.td-vm-open {
opacity: 1;
}
.td-vm-wrap .td-vm-overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
z-index: -1;
}
.td-vm-wrap .td-vm-title {
margin: 0 0 20px;
font-size: 16px;
line-height: 21px;
text-align: center;
}
.td-vm-wrap .td-vm-title a {
color: #fff;
}
.td-vm-wrap .td-vm-content-wrap {
background-color: #000;
padding: 40px 80px;
box-sizing: content-box;
transform: translateY(-30px);
-webkit-transform: translateY(-30px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.td-vm-wrap .td-vm-content-wrap.td-vm-content-wrap-visible {
transform: translateY(0);
-webkit-transform: translateY(0);
}
.td-vm-wrap .td-vm-content {
position: relative;
}
.td-vm-wrap .td-vm-content .wpb_video_wrapper {
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
z-index: 3;
}
.td-vm-wrap .td-vm-content .wpb_video_wrapper.td-vm-iframe-visible {
opacity: 1;
}
.td-vm-wrap .td-vm-content video {
width: 100%;
}
.td-vm-wrap .td-vm-content-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: 50px;
height: 50px;
margin-top: -28px;
margin-left: -28px;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
border: 3px solid #fff;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: fullspin 1s infinite ease-out;
animation: fullspin 1s infinite ease-out;
z-index: 2;
}
.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content {
width: 100%;
height: 0;
padding-bottom: 56.25%;
background-color: #000;
}
.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content .wpb_video_wrapper,
.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
width: 886px;
height: auto;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
width: 860px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
width: 700px;
}
}
@media (max-width: 767px) {
.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}
.td-vm-wrap:not(.td-vm-facebook) .td-vm-content,
.td-vm-wrap:not(.td-vm-twitter) .td-vm-content {
min-height: 200px;
}
.td-vm-wrap.td-vm-facebook blockquote,
.td-vm-wrap.td-vm-twitter blockquote {
display: none;
}
.td-vm-wrap.td-vm-facebook .fb-video {
display: block;
width: 550px !important;
height: auto !important;
margin: 0 auto;
}
.td-vm-wrap .td-vm-rec-wrap {
display: inline-block;
margin-top: 24px;
position: relative;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.td-vm-wrap .td-vm-rec-wrap .td-vm-rec-title {
font-size: 10px;
text-align: center;
color: #bbbbbb;
}
.td-vm-wrap .td-vm-close {
position: absolute;
top: 50px;
right: 50px;
font-size: 22px;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.2s;
transition: all 0.2s;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-vm-wrap .td-vm-close {
top: 40px;
right: 40px;
font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-vm-wrap .td-vm-close {
top: 36px;
right: 36px;
font-size: 19px;
}
}
@media (max-width: 767px) {
.td-vm-wrap .td-vm-close {
top: 25px;
right: 20px;
font-size: 18px;
}
}
.td-vm-wrap .td-vm-close:hover {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
}
.td-vm-wrap .td-vm-close i {
pointer-events: none;
}
.admin-bar .td-vm-close {
top: 72px; }
@media (max-width: 767px) {
.admin-bar .td-vm-close {
top: 71px;
}
}
@-webkit-keyframes fullspin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fullspin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.wp-block-video.td-video-fixed,
.td_wrapper_video_playlist.td-video-fixed,
.wp-block-embed__wrapper.td-video-fixed,
.wpb_video_wrapper.td-video-fixed {
position: fixed !important;
right: 0 !important;
top: 300px !important;
bottom: auto !important;
left: auto !important;
z-index: 9999 !important;
margin: 0 !important;
padding: 0 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.wp-block-video.td-video-fixed .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed .td_container_video_playlist {
display: none;
}
.wp-block-video.td-video-fixed-left,
.td_wrapper_video_playlist.td-video-fixed-left,
.wp-block-embed__wrapper.td-video-fixed-left,
.wpb_video_wrapper.td-video-fixed-left {
left: 0 !important;
right: auto !important;
}
.wp-block-video.td-video-fixed-left .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed-left .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed-left .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed-left .td_container_video_playlist {
display: none;
}
.wp-block-video.td-video-fixed-bottom,
.td_wrapper_video_playlist.td-video-fixed-bottom,
.wp-block-embed__wrapper.td-video-fixed-bottom,
.wpb_video_wrapper.td-video-fixed-bottom {
top: auto !important;
bottom: 300px !important;
}
.wp-block-video.td-video-fixed-bottom .td_container_video_playlist,
.td_wrapper_video_playlist.td-video-fixed-bottom .td_container_video_playlist,
.wp-block-embed__wrapper.td-video-fixed-bottom .td_container_video_playlist,
.wpb_video_wrapper.td-video-fixed-bottom .td_container_video_playlist {
display: none;
}
.td-close-video-fixed {
display: none;
position: absolute;
right: 10px;
top: 10px;
background-color: #4db2ec;
color: #fff;
padding: 7px;
cursor: pointer;
z-index: 1;
}
.td-close-video-fixed i {
font-size: 11px;
}
.td-video-fixed .td-close-video-fixed {
display: flex !important;
justify-content: center;
align-items: center;
}
.td-sticky-video .td-footer-template-wrap {
z-index: -1;
}  .MIXIN_chrome_sidebar::-webkit-scrollbar-track {
background-color: #383838;
}
.MIXIN_chrome_sidebar::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.MIXIN_chrome_sidebar::-webkit-scrollbar-thumb {
background-color: #919191;
border-radius: 10px;
}
.td_video_playlist_title {
position: relative;
z-index: 1;
background-color: #222;
}
.td_video_playlist_title .td_video_title_text {
font-family: 'Open Sans', arial, sans-serif;
font-weight: bold;
font-size: 15px;
color: #ffffff;
margin-left: 17px;
margin-right: 17px;
vertical-align: middle;
line-height: 24px;
padding: 10px 0 10px 0; }
@media (max-width: 767px) {
.td_video_playlist_title .td_video_title_text {
text-align: center;
}
}
.td_wrapper_video_playlist {
z-index: 1;
position: relative;
display: flex;
}
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper {
background-color: #4db2ec;
position: relative;
}
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper:before {
content: '';
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGBAMAAADwPukCAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlM9KRgMBADiSB2HAAAAFElEQVR4XmNgYBBgUGAwYHBgCAAAA3wA8fpXm6EAAAAASUVORK5CYII=) repeat-x;
width: 100%;
height: 6px;
position: absolute;
bottom: -6px;
z-index: 1;
}
.td_wrapper_video_playlist .td_video_stop_play_control {
position: relative;
width: 65px;
height: 65px;
outline: 0 !important;
}
.td_wrapper_video_playlist .td_video_stop_play_control:after {
content: '';
width: 1px;
height: 37px;
background-color: rgba(255, 255, 255, 0.2);
position: absolute;
top: 14px;
right: 0;
}
.td_wrapper_video_playlist .td_youtube_control,
.td_wrapper_video_playlist .td_vimeo_control {
position: relative;
top: 12px;
left: 11px;
cursor: pointer;
}
.td_wrapper_video_playlist .td_video_title_playing {
position: absolute;
top: 13px;
left: 80px;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 19px;
font-weight: bold;
color: #ffffff;
padding-right: 7px;
max-height: 37px;
overflow: hidden;
}
@media (min-width: 481px) and (max-width: 1018px) {
.td_wrapper_video_playlist .td_video_title_playing {
max-height: 20px;
top: 23px;
}
}
@media (max-width: 480px) {
.td_wrapper_video_playlist .td_video_title_playing {
max-height: 37px;
top: 13px;
}
}
.td_wrapper_video_playlist .td_video_time_playing {
position: absolute;
bottom: 0;
right: 5px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 10px;
font-style: italic;
color: #ffffff;
line-height: 17px;
padding-right: 1px;
}
.td_wrapper_video_playlist .td_video_currently_playing {
background-color: #404040;
}
.td_wrapper_video_playlist .td_video_currently_playing:after {
content: '';
position: absolute;
top: 0;
left: 0;
border-left: 3px solid #4db2ec !important;
width: 3px;
height: inherit;
}
.td_wrapper_video_playlist .td_click_video {
height: 60px;
display: block;
width: 100%;
position: relative;
}
.td_wrapper_video_playlist .td_click_video:hover {
background-color: #333333;
cursor: pointer;
}
.td_wrapper_video_playlist .td_video_thumb {
position: relative;
top: 10px;
width: 72px;
height: 40px;
overflow: hidden;
margin-left: 16px;
}
.td_wrapper_video_playlist .td_video_thumb img {
position: relative;
top: -6px;
}
.td_wrapper_video_playlist .td_video_title_and_time {
position: absolute;
top: 10px;
width: 100%;
padding: 0 30px 0 103px;
}
.td_wrapper_video_playlist .td_video_title_and_time .td_video_title {
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
color: #ffffff;
line-height: 15px;
max-height: 30px;
overflow: hidden;
}
.td_wrapper_video_playlist .td_video_time {
font-family: 'Open Sans', arial, sans-serif;
font-size: 10px;
font-style: italic;
color: #777777;
line-height: 13px;
}
.td_wrapper_video_playlist .td_wrapper_player {
background-color: #000;
overflow: hidden;  }
@media (max-width: 1018px) {
.td_wrapper_video_playlist .td_wrapper_player {
flex: auto !important;
}
}
@media (max-width: 767px) {
.td_wrapper_video_playlist .td_wrapper_player {
margin-bottom: -5px;
}
}
.td_wrapper_video_playlist .td_wrapper_player iframe {
width: 100%;
height: 100% !important;
}
.td_wrapper_video_playlist .td_container_video_playlist {
display: flex;
flex-direction: column;
background-color: #222;
vertical-align: top;
overflow: hidden;
}
.td_wrapper_video_playlist .td_playlist_clickable {
overflow-y: auto;
overflow-x: hidden;
}
.td_video_playlist_column_3 { }
@media (max-width: 1018px) {
.td_video_playlist_column_3 .td_wrapper_video_playlist {
flex-direction: column;
}
}
.td_video_playlist_column_3 .td_wrapper_player,
.td_video_playlist_column_3 .td_container_video_playlist {
height: 409px; }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_video_playlist_column_3 .td_wrapper_player,
.td_video_playlist_column_3 .td_container_video_playlist {
height: 365px;
}
}
.td_video_playlist_column_3 .td_wrapper_player {
display: block;
flex: 1; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_video_playlist_column_3 .td_wrapper_player {
width: 100%;
height: 416px;
}
}
@media (max-width: 767px) {
.td_video_playlist_column_3 .td_wrapper_player {
width: 100%;
height: 260px;
}
}
.td_video_playlist_column_3 .td_container_video_playlist {
width: 341px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_video_playlist_column_3 .td_container_video_playlist {
width: 331px;
}
}
@media (max-width: 1018px) {
.td_video_playlist_column_3 .td_container_video_playlist {
width: 100%;
height: 305px;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) and (max-width: 1018px) {
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
margin-right: 10px;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
margin-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
overflow-x: hidden;
overflow-y: auto;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
background-color: #383838;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
background-color: #919191;
border-radius: 10px;
}
}
@media (max-width: 767px) {
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile {
overflow-x: hidden;
overflow-y: auto;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track {
background-color: #383838;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb {
background-color: #919191;
border-radius: 10px;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist {
margin-right: 10px;
}
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
background-color: #383838;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
background-color: #919191;
border-radius: 10px;
}
.td_video_playlist_column_2 .td_wrapper_video_playlist {
flex-direction: column;
}
.td_video_playlist_column_2 .td_video_title_playing {
max-height: 20px;
top: 23px;
}
@media (max-width: 480px) {
.td_video_playlist_column_2 .td_video_title_playing {
max-height: 37px;
top: 13px;
}
}
.td_video_playlist_column_2 .td_wrapper_player {
display: block;
height: 391px; }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_video_playlist_column_2 .td_wrapper_player {
height: 360px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_video_playlist_column_2 .td_wrapper_player {
height: 272px;
}
}
@media (max-width: 767px) {
.td_video_playlist_column_2 .td_wrapper_player {
display: block;
height: auto;
}
}
.td_video_playlist_column_2 .td_container_video_playlist {
height: 305px;
}
@media (max-width: 480px) {
.td_video_playlist_column_2 .td_container_video_playlist {
height: 245px;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist {
margin-right: 10px;
}
}
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
background-color: #383838;
}
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,
.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
background-color: #919191;
border-radius: 10px;
}
.td_video_playlist_column_1 .td_wrapper_video_playlist {
flex-direction: column;
}
.td_video_playlist_column_1 .td_wrapper_player {
display: block;
height: 182px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_video_playlist_column_1 .td_wrapper_player {
height: 169px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_video_playlist_column_1 .td_wrapper_player {
height: 128px;
}
}
@media (max-width: 767px) {
.td_video_playlist_column_1 .td_wrapper_player {
display: block;
width: 100%;
height: auto;
}
}
.td_video_playlist_column_1 .td_container_video_playlist {
height: 412px;
}
@media (max-width: 480px) {
.td_video_playlist_column_1 .td_container_video_playlist {
height: 245px;
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist {
margin-right: 10px;
}
}
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track {
background-color: #383838;
}
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,
.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb {
background-color: #919191;
border-radius: 10px;
}
.wp-video-shortcode:focus {
outline: 0 !important;
} .wpb_heading {
background-color: #222;
color: #fff;
display: inline-block;
padding: 8px 12px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 1;
margin-bottom: 26px;
margin-top: 0;
} .vc_single_image-img {
display: block;
} .wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child {
margin-top: 0;
} .vc_toggle_title {
padding: 7px 13px 8px 36px !important;
margin: 0;
}
.vc_toggle_content {
padding-left: 15px !important;
}
.vc_toggle_active .vc_toggle_title {
background-color: #fcfcfc !important;
}
.vc_toggle_title {
border: 1px solid #ededed;
}
.vc_toggle_title:hover {
background-color: #fcfcfc !important;
}
.vc_toggle_title h4 {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 21px;
font-weight: 400;
}
.vc_toggle_title .vc_toggle_icon {
left: 10px !important;
}
.vc_toggle {
margin-bottom: 10px !important;
}
.vc_toggle.vc_toggle_size_md .vc_toggle_title {
padding: 11px 13px 10px 45px !important;
}
.vc_toggle.vc_toggle_size_lg .vc_toggle_title {
padding: 14px 13px 14px 48px !important;
} .wpb_gallery .flexslider {
overflow: hidden;
border: 0;
border-radius: 0;
box-shadow: none;
position: relative;
}
.wpb_gallery .nivoSlider {
box-shadow: none !important;
}
.wpb_gallery .post-title {
font-size: 26px;
line-height: 31px;
margin-bottom: 10px;
margin-top: 10px;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
bottom: 0;
z-index: 2;
} .wpb_content_element .icon-next:before {
font-family: 'newspaper', sans-serif !important;
content: '\e808' !important;
color: #ffffff;
font-size: 30px;
top: 0 !important;
}
.wpb_content_element .icon-prev:before {
font-family: 'newspaper', sans-serif !important;
content: '\e807' !important;
color: #ffffff;
font-size: 30px;
top: 0 !important;
} .wpb_tabs .wpb_tab {
background-color: #fff !important;
padding: 0 !important;
}
.wpb_tabs .wpb_tabs_nav {
border-bottom: 2px solid #222;
margin-bottom: 26px;
}
.wpb_tabs li a {
background-color: #fff;
color: #222;
padding: 8px 12px 5px 12px !important;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 15px;
font-weight: 400;
white-space: nowrap;
}
.wpb_tabs li.ui-tabs-active a,
.wpb_tabs li:hover a {
background-color: #222;
color: #fff;
}
@-moz-document url-prefix() {
.wpb_tabs li a {
padding: 7px 12px 5px 12px !important;
line-height: 16px;
}
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic {
margin-bottom: 22px;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
padding-bottom: 0; }
@media (max-width: 767px) {
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap {
padding-bottom: 12px;
}
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
background-color: transparent;
border: none;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
margin-bottom: 26px !important;
margin-right: 0;
border-bottom: 2px solid #4db2ec;
display: block;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
padding: 0;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
margin: 0;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
border-color: transparent;
background-color: #4db2ec;
color: #fff;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
border-color: transparent;
background-color: #fff;
color: #222;
padding: 6px 12px 5px 12px !important;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 15px;
font-weight: 400;
white-space: nowrap;
border-radius: 0;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-heading {
display: none;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-body {
padding: 0;
border-color: transparent;
background-color: transparent;
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
margin-bottom: 17px !important;
border: none;
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
margin: 0 11px; }
@media (max-width: 1018px) {
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
margin: 0;
}
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
background-color: transparent !important;
font-size: 19px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
font-size: 15px;
}
}
@media (max-width: 767px) {
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
font-size: 17px;
}
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
text-align: center;
}
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.td-tab-color.vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
background-color: transparent;
color: #009688;
}
.td-tab-color.vc_tta.vc_general .vc_tta-icon {
font-size: 1em;
top: -2px;
position: relative;
}
.td-tab-color .vc_tta-panels-container {
margin-bottom: 48px;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(1).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(1):hover > a {
color: #e53935 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(1) .td-grid-style-1 .td-post-category {
background-color: #e53935 !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(2).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(2):hover > a {
color: #66bb6a !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(2) .td-grid-style-1 .td-post-category {
background-color: #66bb6a !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(3).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(3):hover > a {
color: #29B6F6 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(3) .td-grid-style-1 .td-post-category {
background-color: #29B6F6 !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(4).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(4):hover > a {
color: #7F8FA9 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(4) .td-grid-style-1 .td-post-category {
background-color: #7F8FA9 !important;
}
.td-tab-color .vc_tta-tabs-list li:nth-child(5).vc_active > a,
.td-tab-color .vc_tta-tabs-list li:nth-child(5):hover > a {
color: #FDD835 !important;
}
.td-tab-color .vc_tta-panels .vc_tta-panel:nth-child(5) .td-grid-style-1 .td-post-category {
background-color: #FDD835 !important;
} .vc_tta-accordion.vc_tta-o-no-fill .td_block_wrap {
margin-left: -20px;
margin-right: -20px;
} .vc_progress_bar .vc_label,
.vc_progress_bar div {
border-radius: 0 !important;
} .wpb_tour .wpb_heading {
float: left;
}
.wpb_tour .wpb_tabs_nav {
clear: both;
border-bottom: 1px solid #ededed;
}
.wpb_tour .wpb_tabs_nav li {
line-height: 16px;
margin: 0 !important;
overflow: hidden;
}
.wpb_tour .wpb_tabs_nav li a {
color: #222;
padding: 7px 12px 7px 12px !important;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 17px;
font-weight: 400;
white-space: nowrap;
min-height: 30px;
border: 1px solid #ededed;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tour .wpb_tabs_nav li:hover a {
background-color: #222;
color: #fff;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #222;
} .wpb_accordion .ui-state-active a {
background-color: #222 !important;
color: #fff !important;
border: 0 !important;
}
.wpb_accordion .wpb_accordion_header {
background-color: #ffffff !important;
margin-bottom: 10px !important;
}
.wpb_accordion .wpb_accordion_header a {
color: #222;
padding: 10px 12px !important;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 17px;
font-weight: 400;
white-space: nowrap;
min-height: 30px;
border: 1px solid #ededed;
}
.wpb_accordion .wpb_accordion_content {
margin-bottom: 10px;
} .wpb_button,
.vc_btn {
display: inline-block;
font-family: 'Open Sans', arial, sans-serif;
font-weight: 600;
line-height: 24px;
text-shadow: none;
border: none;
transition: none;
border-radius: 0;
margin-bottom: 21px;
}
.wpb_button:hover,
.vc_btn:hover {
text-shadow: none;
text-decoration: none !important;
}
a.vc_btn-black {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
a.vc_btn-black:hover {
background-color: #4db2ec;
border-color: #4db2ec;
color: #4db2ec;
}
a.vc_btn-black.vc_btn_square_outlined:hover,
a.vc_btn-black.vc_btn_outlined:hover {
color: #4db2ec !important;
}
.wpb_default {
background-color: #4db2ec;
}
.wpb_default:hover {
text-shadow: none;
background-color: #4db2ec;
opacity: 0.8;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
} .wpb_call_to_action {
background-color: #fcfcfc;
}
.vc_call_to_action .wpb_heading {
background-color: inherit;
color: inherit;
margin-top: inherit;
padding: inherit;
line-height: 34px;
margin-bottom: 8px;
}
.vc_call_to_action h2 {
font-size: 27px;
}
.vc_call_to_action h4 {
line-height: 20px !important;
} .wpb_video_widget .wpb_video_wrapper {
margin-bottom: 0;
} .vc_custom_heading > * {
margin-top: 0;
margin-bottom: 26px;
} .widget {
overflow: hidden;
}
.vc_wp_rss ul,
.vc_wp_archives ul,
.vc_wp_categories ul,
.vc_wp_posts ul,
.vc_wp_text ul,
.vc_wp_custommenu ul,
.vc_wp_tagcloud ul,
.vc_wp_pages ul,
.vc_wp_calendar ul,
.vc_wp_recentcomments ul,
.vc_wp_meta ul,
.vc_wp_search ul {
margin: 0;
}
.widgettitle {
background-color: #222;
color: #fff;
display: inline-block;
padding: 6px 12px 4px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 19px;
margin-bottom: 14px;
margin-top: 0;
min-height: 30px;
position: relative;
}
.widgettitle:after {
content: '';
height: 2px;
width: 300%;
position: absolute;
bottom: 0;
left: 0;
background-color: #222;
}
.widgettitle a {
color: #fff;
}
@-moz-document url-prefix() {
.widgettitle {
line-height: 18px;
}
}
.vc_wp_rss {
margin-bottom: 0;
}
.vc_wp_rss .widgettitle a:first-child {
display: none;
}
.vc_wp_rss .widget_rss {
margin-bottom: 21px;
}
.vc_wp_rss ul {
margin: 4px 0 0 12px;
}
.vc_wp_rss ul li {
margin-left: 0;
padding-bottom: 0;
}
.vc_wp_archives ul {
margin: 0;
}
.vc_wp_text .textwidget {
margin: 12px 0 43px 0;
}
.vc_wp_tagcloud .widgettitle {
margin-bottom: 26px;
}
.vc_wp_search .widgettitle {
margin-bottom: 26px;
}
.wpb_raw_code {
margin-bottom: 26px;
}
.tdc-theme-Newspaper .vc_raw_html iframe {
pointer-events: none;
} .wpb_single_image .vc_single_image-wrapper {
display: inline-block !important;
}
.wpb_flickr_heading {
display: table;
}
.td-theme-wrap .td-header-wrap .td-spot-id-header { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-theme-wrap .td-header-wrap .td-spot-id-header {
height: 60px;
}
}
.td-theme-wrap .td-spot-id-footer_top {
display: table;
position: relative;
text-align: center;
margin: -12px auto 40px auto;
}
.td-theme-wrap .td-spot-id-footer_top .tdc-placeholder-title {
border: 1px solid rgba(136, 136, 136, 0.31);
}
.tdc-missing-external-shortcode,
.td-block-missing-settings,
.tdc_external_shortcode {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: normal;
text-align: left;
padding: 20px;
border: 1px solid #eeecf0;
color: black;
}
.tdc-missing-external-shortcode span,
.td-block-missing-settings span,
.tdc_external_shortcode span {
background-color: #ec4d4d;
color: white;
font-weight: bold;
padding: 3px 8px 4px;
font-size: 10px;
position: relative;
top: -1px;
margin-right: 10px;
}
.td-header-sp-top-menu .td-block-missing-settings {
padding: 0;
border: none;
color: #888888;
font-size: 10px;
}
.td-header-sp-top-menu .td-block-missing-settings span {
padding: 2px 6px;
font-size: 9px;
}
.td-element-style {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
pointer-events: none;
}
.td-element-style-before {
transition: opacity 1s ease 0s;
-webkit-transition: opacity 1s ease 0s;
opacity: 0;
}
.td-js-loaded .td-element-style-before {
opacity: 1;
} .td-smart-list-pagination {
text-align: center;
margin-bottom: 26px;
}
.td-smart-list-button {
font-family: 'Roboto', sans-serif;
line-height: 40px;
background-color: #222;
color: #fff;
padding: 11px 24px;
font-size: 16px;
font-style: normal;
text-align: center;
-webkit-transition: background-color 0.2s ease 0s;
transition: background-color 0.2s ease 0s;
cursor: pointer;
margin: 0 10px;
}
.td-smart-list-button:hover {
text-decoration: none !important;
background-color: #4db2ec;
}
.td-smart-list-button .td-icon-left {
font-size: 14px;
position: relative;
top: 1px;
padding-right: 11px;
}
.td-smart-list-button .td-icon-right {
font-size: 14px;
position: relative;
top: 1px;
padding-left: 11px;
}
.td-smart-disable {
opacity: 0.5;
cursor: default;
-webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.td-smart-disable:hover {
background-color: #222 !important;
}
.td-smart-list-dropdown-wrap {
text-align: center;
border: 1px solid #ededed;
margin-bottom: 26px;
clear: both;
}
.td-smart-list-dropdown-wrap .td-smart-list-dropdown {
height: 30px;
padding: 0 35px 0 10px;
margin: 10px 0;
overflow: hidden;
background-color: #fff;
border: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
outline: none;
font-family: 'Roboto', sans-serif;
max-width: 40%;
text-overflow: ellipsis;
cursor: pointer;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-smart-list-dropdown-wrap .td-smart-list-dropdown {
max-width: 50%;
}
}
@media (max-width: 767px) {
.td-smart-list-dropdown-wrap .td-smart-list-dropdown {
text-align: center;
max-width: 70%;
}
}
.td-smart-list-dropdown-wrap .td-smart-list-dropdown option { }
@media (max-width: 767px) {
.td-smart-list-dropdown-wrap .td-smart-list-dropdown option {
text-align: left;
}
}
.td-smart-list-dropdown-wrap .td-smart-list-dropdown::-ms-expand {
display: none;
}
.td-smart-list-dropdown-wrap .td-smart-list-container {
display: inline;
position: relative;
}
.td-smart-list-dropdown-wrap .td-smart-list-container:before {
content: '';
width: 0;
height: 0;
position: absolute;
top: 7px;
right: 16px;
z-index: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
pointer-events: none;
}
.td-smart-list-dropdown-wrap .td-smart-list-button {
padding: 2px 18px;
margin: 0;
background-color: transparent !important;
color: inherit; }
@media (max-width: 767px) {
.td-smart-list-dropdown-wrap .td-smart-list-button {
padding: 2px 6px;
}
}
.td-smart-list-dropdown-wrap .td-smart-list-button i {
display: none; }
@media (max-width: 767px) {
.td-smart-list-dropdown-wrap .td-smart-list-button i {
display: inline;
font-size: 12px;
top: 0;
}
}
.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before { }
@media (max-width: 767px) {
.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before {
content: '\e80c';
}
}
.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before { }
@media (max-width: 767px) {
.td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before {
content: '\e80d';
}
}
.td-smart-list-dropdown-wrap .td-smart-list-button:hover {
background-color: transparent !important;
color: #4db2ec;
}
.td-smart-list-dropdown-wrap .td-smart-list-button span { }
@media (max-width: 767px) {
.td-smart-list-dropdown-wrap .td-smart-list-button span {
display: none;
}
}
.td-smart-list-dropdown-wrap .td-smart-disable:hover {
color: #222;
}
.td-smart-list-dropdown-wrap .td-smart-next {
border-left: 1px solid #ededed;
margin-left: 3px;
}
.td-smart-list-dropdown-wrap .td-smart-back {
border-right: 1px solid #ededed;
margin-right: 3px;
}
@-moz-document url-prefix() {
.td-smart-list-dropdown-wrap .td-smart-list-container:before {
top: 9px;
}
} .td_smart_list_1 {
position: relative;
overflow: hidden;
z-index: 1;
margin-top: 38px;
}
.td_smart_list_1 .td-item {
width: 100%;
}
.td-number-and-title {
text-align: center;
width: 100%;
padding: 8px 100px 4px 100px;
margin-bottom: 23px;
display: inline-block;
}
@media (max-width: 500px) {
.td-number-and-title {
padding: 60px 0 0 0;
margin-bottom: 20px;
}
}
.td-sml-current-item-title {
display: inline-block;
font-weight: 700;
font-size: 22px;
line-height: 26px;
margin-top: 0;
margin-bottom: 0;
}
.td-controls {
position: absolute;
top: 1px;
z-index: 2;
width: 100%;
}
.td-left-smart-list,
.td-right-smart-list {
position: absolute;
width: 88px;
height: 40px;
line-height: 40px;
background-color: #222222;
color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 400;
text-align: center;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.td-left-smart-list:hover,
.td-right-smart-list:hover {
text-decoration: none !important;
background-color: #4db2ec;
}
@-moz-document url-prefix() {
.td-left-smart-list,
.td-right-smart-list {
line-height: 38px;
}
}
.td-right-smart-list {
right: 0;
}
.td-right-smart-list .td-icon-right {
font-size: 16px;
position: relative;
top: 2px;
padding-left: 11px;
}
.td-left-smart-list {
left: 0;
}
.td-left-smart-list .td-icon-left {
font-size: 16px;
position: relative;
top: 2px;
padding-right: 11px;
}
.td-slide-smart-list-figure img {
display: inline-block;
vertical-align: top;
}
.td-sml-caption {
font-family: Verdana, Geneva, sans-serif;
font-style: italic;
font-size: 11px;
line-height: 17px;
margin-top: 5px;
margin-bottom: 21px;
}
.td-sml-description {
margin-top: 22px;
display: block;
} .td_smart_list_2 {
margin-top: 38px;
}
.td_smart_list_2 .td-number-and-title {
text-align: left;
padding: 0;
margin-bottom: 21px;
position: relative;
}
.td_smart_list_2 .td-sml-description {
margin-top: 0;
}
.td_smart_list_2 h2 {
margin: 2px 0 0;
line-height: 32px;
}
.td_smart_list_2 .td-item {
margin-bottom: 53px;
}
.td_smart_list_2 .td-sml-current-item-title {
margin-top: 5px;
width: 100%;
padding-left: 56px;
}
.td-sml-current-item-nr {
position: absolute;
top: 0;
left: 0;
font-weight: bold;
font-size: 22px;
line-height: 39px;
color: #fff;
background-color: #222222;
width: 37px;
height: 37px;
text-align: center;
display: inline-block;
} .td_smart_list_3 {
position: relative;
overflow: hidden;
z-index: 1;  }
.td_smart_list_3 .td-sml-current-item-title {
margin-top: 6px; }
@media (max-width: 767px) {
.td_smart_list_3 .td-sml-current-item-title {
font-size: 19px;
}
}
.td_smart_list_3 .td-number-and-title {
padding: 0 200px 0 52px;
text-align: left;
display: block;
}
.td_smart_list_3 .td-number-and-title h2 {
margin: 0;
}
.td_smart_list_3 .td-sml-current-item-nr {
position: absolute;
left: 0;
top: 1px;
}
.td_smart_list_3 .td-left-smart-list {
right: 98px;
left: auto;
}
.td_smart_list_3 .td-item {
width: 100%;
}
.td_smart_list_3 .td-sml-description {
margin-top: 0;
}
.td_smart_list_3 .td-sml-figure {
float: right;
margin-left: 20px;
width: 300px; }
@media (max-width: 767px) {
.td_smart_list_3 .td-sml-figure {
float: none;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_smart_list_3 .td-number-and-title {
padding-right: 106px;
}
.td_smart_list_3 .td-left-smart-list,
.td_smart_list_3 .td-right-smart-list {
width: 40px;
font-size: 0;
}
.td_smart_list_3 .td-icon-right {
top: 1px;
left: 1px;
line-height: 40px;
padding-left: 0;
font-size: 20px;
}
.td_smart_list_3 .td-left-smart-list {
right: 50px;
}
.td_smart_list_3 .td-left-smart-list .td-icon-left {
top: 1px;
line-height: 40px;
padding-right: 0;
font-size: 20px;
}
.td_smart_list_3 .td-slide-smart-list-figure {
width: 45%;
}
}
@media (max-width: 767px) {
.td_smart_list_3 .td-controls {
position: relative;
height: 40px;
margin-bottom: 25px;
}
.td_smart_list_3 .td-left-smart-list {
left: 0;
}
.td_smart_list_3 .td-number-and-title {
padding: 0;
text-align: center;
margin-bottom: 25px;
}
.td_smart_list_3 .td-sml-current-item-nr {
position: relative;
left: auto;
margin-right: 15px;
top: auto;
}
.td_smart_list_3 .td-slide-smart-list-figure {
width: 100%;
margin: 0 0 10px 0;
text-align: center;
}
} .smart-list-style-4 .td-post-content {
float: left;
}
.smart-list-style-4 .td-post-sharing-top {
margin-bottom: 0;
}
.td_smart_list_4 { }
.td_smart_list_4 .td-item {
width: 100%;
min-height: 181px;
border-bottom: 1px solid #ededed;
position: relative;
float: left;
padding: 30px 0 25px;
}
.td_smart_list_4 .td-item:first-child {
padding-top: 9px;
}
.td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
top: 9px;
}
.td_smart_list_4 .td-item:last-of-type {
border-bottom: none;
}
.td_smart_list_4 .td-sml-current-item-nr {
font-size: 18px;
width: 32px;
height: 32px;
line-height: 34px;
top: 30px;
}
.td_smart_list_4 .td-sml-current-item-title {
font-size: 18px;
line-height: 24px;
padding-left: 47px;
padding-top: 5px;
display: inherit;
}
.td_smart_list_4 h2 {
line-height: 24px;
margin-bottom: 9px;
margin-top: 0;
}
.td_smart_list_4 .td-sml-figure {
float: right;
margin-left: 20px;
width: 150px; }
@media (max-width: 767px) {
.td_smart_list_4 .td-sml-figure {
float: none;
margin-left: auto;
margin-right: auto;
}
}
.td_smart_list_4 .td-number-and-title {
text-align: left;
padding: 0;
margin-bottom: 9px;
display: inherit;
}
.td_smart_list_4 .td-sml-description {
margin-top: 11px;
}
.td_smart_list_4 .td-sml-caption {
line-height: 14px;
margin-bottom: 0;
}
@media (max-width: 767px) {
.td_smart_list_4 .td-item {
display: table;
width: 100%;
}
.td_smart_list_4 .td-item:first-child {
padding-top: 30px;
}
.td_smart_list_4 .td-item:first-child .td-sml-current-item-nr {
top: 0;
}
.td_smart_list_4 .td-slide-smart-list-figure {
margin: 0;
width: 100%;
text-align: center;
}
.td_smart_list_4 .td-number-and-title {
display: table-header-group;
text-align: center;
}
.td_smart_list_4 .td-sml-current-item-nr {
position: relative;
top: 0;
}
.td_smart_list_4 .td-sml-current-item-title {
padding: 10px 0;
}
}
@-moz-document url-prefix() {
.td_smart_list_4 .td-sml-current-item-nr {
line-height: 32px;
}
} .td_smart_list_5 {
margin-top: 38px;
}
.td_smart_list_5 .td-slide-smart-list-figure {
position: relative;
}
.td_smart_list_5 .td-sml-current-item-nr {
font-size: 26px;
width: 44px;
height: 44px;
line-height: 44px;
font-family: 'Roboto', sans-serif;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.td_smart_list_5 .td-sml-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: right;
color: #fff;
margin-bottom: 0;
padding: 12px 16px;
z-index: 1;
}
.td_smart_list_5 .td-number-and-title {
text-align: left;
padding: 0;
margin-bottom: 6px;
margin-top: 17px;
}
.td_smart_list_5 h2 {
margin: 0;
}
.td_smart_list_5 .td-sml-description {
margin-top: 0;
}
.td_smart_list_5 .td-item {
margin-bottom: 53px;
}
.td_smart_list_5 figcaption div:before {
bottom: 0;
left: 0;
content: "";
display: block;
height: 150%;
width: 100%;
position: absolute;
z-index: -1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
.td_smart_list_5 figcaption div:empty {
display: none;
}
.td_smart_list_5 .td-sml-figure {
position: relative;
} .td_smart_list_6 {
margin-top: 38px;
position: relative;
z-index: 1;
clear: both; }
@media (max-width: 767px) {
.td_smart_list_6 {
margin-top: 20px;
}
}
.td_smart_list_6 .td-number-and-title {
text-align: left;
padding: 0;
margin-bottom: 21px;
position: relative; }
@media (max-width: 767px) {
.td_smart_list_6 .td-number-and-title {
margin-bottom: 10px;
}
}
.td_smart_list_6 .td-slide-smart-list-figure img {
width: 100%;
}
.td_smart_list_6 .td-sml-description {
margin-top: 0;
}
.td_smart_list_6 .td-slide-smart-list-figure {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
}
.td_smart_list_6 .td-sml-caption {
text-align: left;
}
.td_smart_list_6 h2 {
margin: 2px 0 0;
line-height: 32px; }
@media (max-width: 767px) {
.td_smart_list_6 h2 {
text-align: center;
margin: 0;
}
}
.td_smart_list_6 .td-sml-current-item-nr { }
@media (max-width: 767px) {
.td_smart_list_6 .td-sml-current-item-nr {
position: relative;
}
}
.td_smart_list_6 .td-sml-current-item-title {
margin-top: 5px;
width: 100%;
padding-left: 56px; }
@media (max-width: 767px) {
.td_smart_list_6 .td-sml-current-item-title {
margin-top: 10px;
padding-left: 0;
}
} .td_smart_list_7 {
margin-top: 38px;
position: relative;
z-index: 1;
clear: both; }
@media (max-width: 767px) {
.td_smart_list_7 {
margin-top: 20px;
}
}
.td_smart_list_7 .td-slide-smart-list-figure img {
width: 100%;
}
.td_smart_list_7 .td-sml-description {
margin-top: 0;
}
.td_smart_list_7 .td-slide-smart-list-figure {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
}
.td_smart_list_7 .td-sml-caption {
text-align: left;
}
.td_smart_list_7 h2 {
margin: 0;
line-height: 1;
padding: 0 120px;
min-height: 60px; }
@media (max-width: 767px) {
.td_smart_list_7 h2 {
padding: 0;
min-height: 0;
}
}
.td_smart_list_7 .td-sml-current-item-title {
margin-top: 7px;
margin-bottom: 8px;
text-align: center;
width: 100%;
line-height: 28px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_smart_list_7 .td-sml-current-item-title {
margin-top: 10px;
line-height: 24px;
font-size: 19px;
}
}
@media (max-width: 767px) {
.td_smart_list_7 .td-sml-current-item-title {
margin-top: 10px;
text-align: left;
line-height: 30px;
font-weight: 500;
font-size: 26px;
}
}
.td_smart_list_7 .td-item .td-smart-list-pagination {
position: relative;
display: inline-block;
margin-bottom: 26px; }
@media (max-width: 767px) {
.td_smart_list_7 .td-item .td-smart-list-pagination {
margin-bottom: 0;
}
}
.td_smart_list_7 .td-smart-list-pagination {
display: inline-block;
width: 100%;
position: absolute;
top: 0;
margin-bottom: 0; }
@media (max-width: 767px) {
.td_smart_list_7 .td-smart-list-pagination {
position: relative;
}
}
.td_smart_list_7 .td-smart-list-pagination .td-smart-list-button {
margin: 0;
line-height: 20px;
}
.td_smart_list_7 .td-smart-list-pagination .td-smart-back {
float: left;
}
.td_smart_list_7 .td-smart-list-pagination .td-smart-next {
float: right;
} .td_smart_list_8 {
position: relative;
z-index: 1;
clear: both;
}
.td_smart_list_8 .td-number-and-title {
text-align: left;
padding: 0;
margin-bottom: 16px;
position: relative;
}
.td_smart_list_8 .td-number-and-title h2 {
margin: 6px 0 0;
line-height: 32px;
}
.td_smart_list_8 .td-sml-description {
margin-top: 0;
}
.td_block_weather .block-title {
margin-bottom: 22px;
}
.td_block_weather .td-weather-wrap {
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
.td-weather-header {
padding-left: 10px;
font-family: 'Roboto', sans-serif;
}
.td-weather-city {
font-size: 20px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
margin-bottom: 7px;
}
.td-weather-condition {
font-size: 14px;
line-height: 1;
text-transform: capitalize;
opacity: 0.8;
}
.td-location-icon {
position: absolute;
top: 0;
right: 10px;
font-size: 22px;
opacity: 0.6;
z-index: 1;
}
.td-location-icon:hover {
cursor: pointer;
opacity: 0.9;
}
.td-weather-temperature {
font-family: 'Roboto', sans-serif;
padding: 3px 0;
display: inline-block;
width: 100%;
float: left;
text-align: center; }
@media (max-width: 1018px) {
.td-weather-temperature {
margin-bottom: -6px;
padding: 0;
}
}
.td-weather-temp-wrap {
display: inline-block;
}
.td-weather-now {
float: left;
text-align: center;
line-height: 1;
padding: 32px 16px;
font-weight: 300;
width: 145px;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;   }
@media (max-width: 1018px) {
.td-weather-now {
padding: 28px 0;
position: relative;
left: -10px;
width: 90px;
margin-left: 12px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-weather-now {
margin-left: 0;
}
}
@media (max-width: 767px) {
.td-weather-now {
width: 100px;
}
}
.td-weather-now .td-big-degrees {
font-size: 40px; }
@media (max-width: 1018px) {
.td-weather-now .td-big-degrees {
font-size: 32px;
}
}
.td-weather-now .td-circle {
font-size: 30px;
position: relative;
top: -6px;
opacity: 0.6;
line-height: 1;
vertical-align: top;
}
.td-weather-now .td-weather-unit {
font-size: 16px;
position: relative;
top: -4px;
font-weight: 400;
opacity: 0.6;
left: -2px;
line-height: 1;
vertical-align: top;
}
.td-weather-now:hover {
cursor: pointer;
}
.td-weather-lo-hi {
float: left;
text-align: left;
width: 55px;
}
.td-weather-degrees-wrap {
padding: 15px 0; }
@media (max-width: 1018px) {
.td-weather-degrees-wrap {
padding: 10px 0;
}
}
.td-weather-degrees-wrap i {
position: relative;
top: 3px;
font-size: 16px;
color: #b3b3b3;
}
.td-weather-degrees-wrap .td-small-degrees {
font-size: 12px;
}
.td-weather-degrees-wrap .td-circle {
font-size: 18px;
position: relative;
right: 3px;
top: 3px;
}
.td-weather-information {
font-family: 'Roboto', sans-serif;
font-size: 12px;
position: relative;
padding: 5px 0;
display: inline-block;
width: 100%;
float: left;
opacity: 0.6;
}
.td-weather-information:before {
content: '';
width: 100%;
height: 2px;
position: absolute;
top: -2px;
left: 0;
background-color: #4db2ec;
opacity: 0.2;
}
.td-weather-information i {
font-size: 16px;
position: relative;
top: 2px;
}
.td-weather-section-1,
.td-weather-section-2,
.td-weather-section-3 {
float: left;
width: 33%;
}
.td-weather-section-1 {
text-align: right;
padding-right: 10px;
}
.td-weather-section-2 {
text-align: center;
}
.td-weather-section-3 {
text-align: left;
padding-left: 10px;
}
.td-weather-week {
font-family: 'Roboto', sans-serif;
padding: 15px 8px;
width: 100%;
text-align: center;
line-height: 1;
position: relative;
display: inline-block;
}
.td-weather-week:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #4db2ec;
opacity: 0.07;
}
.td-weather-days {
width: 20%;
float: left;
text-align: center;
text-transform: uppercase;
line-height: 1;
}
.td-weather-days .td-day-0,
.td-weather-days .td-day-1,
.td-weather-days .td-day-2,
.td-weather-days .td-day-3,
.td-weather-days .td-day-4 {
margin-bottom: 8px;
font-size: 11px;
opacity: 0.5;
}
.td-weather-days .td-day-degrees {
font-size: 20px;
position: relative;
left: 4px;
line-height: 14px;
opacity: 0.7;
}
.td-weather-days .td-circle {
position: relative;
right: 5px;
}
.td-weather-animated-icon {
float: left;
text-align: right;
margin-left: -15px;
position: relative;  }
@media (max-width: 1018px) {
.td-weather-animated-icon {
left: 0;
top: -6px;
margin-right: 0;
margin-left: -22px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-weather-animated-icon {
transform: scale(0.72);
-webkit-transform: scale(0.72);
margin-left: -20px;
}
}
.td-weather-animated-icon span {
width: 100px;
height: 100px;
display: inline-block;
opacity: 0.4;
margin-top: 4px; }
@media (max-width: 1018px) {
.td-weather-animated-icon span {
margin-top: 0;
}
}
.clear-sky-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-d.png) no-repeat;
}
.clear-sky-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/clear-sky-n.png) no-repeat;
}
.few-clouds-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-d.png) no-repeat;
}
.few-clouds-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/few-clouds-n.png) no-repeat;
}
.scattered-clouds-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-d.png) no-repeat;
}
.scattered-clouds-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/scattered-clouds-n.png) no-repeat;
}
.broken-clouds-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-d.png) no-repeat;
}
.broken-clouds-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/broken-clouds-n.png) no-repeat;
}
.shower-rain-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-d.png) no-repeat;
}
.shower-rain-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/shower-rain-n.png) no-repeat;
}
.rain-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-d.png) no-repeat;
}
.rain-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/rain-n.png) no-repeat;
}
.thunderstorm-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png) no-repeat;
}
.thunderstorm-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/thunderstorm.png) no-repeat;
}
.snow-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-d.png) no-repeat;
}
.snow-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/snow-n.png) no-repeat;
}
.mist-d {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png) no-repeat;
}
.mist-n {
background: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/sprite/weather/mist.png) no-repeat;
} .td-weather-set-location {
display: none;
position: absolute;
top: 0;
}
.td-weather-set-location .td-location-set-input {
height: 20px;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
border: 0;
padding: 0 10px;
}
.td-weather-set-location .td-location-set-input:focus ~ label {
top: -20px;
font-size: 11px;
opacity: 0.5;
}
.td-show-location {
display: block !important;
}
.td-show-location label {
position: absolute;
top: 0;
left: 10px;
font-size: 13px;
opacity: 0.6;
pointer-events: none;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
} .td_block_weather .td-column-2,
.td_block_weather .td-column-3 {
text-align: right;
height: 90px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2,
.td_block_weather .td-column-3 {
height: auto;
display: inline-block;
text-align: left;
width: 100%;
}
}
.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city {
position: absolute;
top: 0; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-city,
.td_block_weather .td-column-3 .td-weather-city {
position: relative;
}
}
.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition {
position: absolute;
bottom: 0; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-condition,
.td_block_weather .td-column-3 .td-weather-condition {
position: relative;
}
}
.td_block_weather .td-column-2 .td-weather-temperature,
.td_block_weather .td-column-3 .td-weather-temperature {
text-align: right;
width: 55%;
padding-right: 20px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-temperature,
.td_block_weather .td-column-3 .td-weather-temperature {
width: 100%;
text-align: center;
padding: 0;
}
}
.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap {
position: relative;
top: -3px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-temp-wrap,
.td_block_weather .td-column-3 .td-weather-temp-wrap {
top: 0;
}
}
.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
transform: scale(0.7);
-webkit-transform: scale(0.7);
margin-right: -15px;
top: -5px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
transform: scale(1);
-webkit-transform: scale(1);
left: 0;
top: -5px;
margin-right: 0;
margin-left: -22px;
}
}
.td_block_weather .td-column-2 .td-weather-now,
.td_block_weather .td-column-3 .td-weather-now {
width: 110px;
padding: 32px 0;
margin-right: 10px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-now,
.td_block_weather .td-column-3 .td-weather-now {
padding: 30px 0;
position: relative;
left: -10px;
width: 100px;
margin-right: 0;
}
}
.td_block_weather .td-column-2 .td-weather-now .td-big-degrees,
.td_block_weather .td-column-3 .td-weather-now .td-big-degrees {
font-size: 32px;
}
.td_block_weather .td-column-2 .td-weather-degrees-wrap,
.td_block_weather .td-column-3 .td-weather-degrees-wrap {
padding: 12px 0;
}
.td_block_weather .td-column-2 .td-weather-animated-icon,
.td_block_weather .td-column-3 .td-weather-animated-icon {
width: auto;
}
.td_block_weather .td-column-2 .td-weather-lo-hi,
.td_block_weather .td-column-3 .td-weather-lo-hi {
width: auto;
}
.td_block_weather .td-column-2 .td-weather-info-wrap,
.td_block_weather .td-column-3 .td-weather-info-wrap {
width: 45%;
float: right;
padding-left: 20px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-info-wrap,
.td_block_weather .td-column-3 .td-weather-info-wrap {
width: 100%;
padding-left: 0;
}
}
.td_block_weather .td-column-2 .td-weather-information,
.td_block_weather .td-column-3 .td-weather-information {
padding: 3px 0 10px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-information,
.td_block_weather .td-column-3 .td-weather-information {
padding: 5px 0;
}
}
.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before {
top: auto;
bottom: -4px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-information:before,
.td_block_weather .td-column-3 .td-weather-information:before {
bottom: auto;
top: -2px;
}
}
.td_block_weather .td-column-2 .td-weather-week,
.td_block_weather .td-column-3 .td-weather-week {
padding: 20px 0 15px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-week,
.td_block_weather .td-column-3 .td-weather-week {
padding: 15px 0;
}
}
.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before {
display: none; }
@media (max-width: 1018px) {
.td_block_weather .td-column-2 .td-weather-week:before,
.td_block_weather .td-column-3 .td-weather-week:before {
display: block;
}
}
.td_block_weather .td-column-3 .td-weather-temp-wrap {
margin-right: 100px; }
@media (max-width: 1018px) {
.td_block_weather .td-column-3 .td-weather-temp-wrap {
margin-right: 0;
}
} .td-weather-top-widget {
display: inline-block;
margin-right: 32px;
}
.td-weather-top-widget .td-icons {
background: none;
vertical-align: middle;
position: relative;
top: -1px;
margin-right: 2px;
}
.td-weather-top-widget .td-icons:before {
font-size: 18px;
display: block;
}
.td-weather-top-widget .td-weather-now {
line-height: inherit;
padding: 0;
float: none;
width: auto;
display: inline-block; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-weather-top-widget .td-weather-now {
left: 0;
}
}
.td-weather-top-widget .td-weather-now span {
font-weight: 600;
}
.td-weather-top-widget .td-weather-now .td-big-degrees {
font-size: 11px;
}
.td-weather-top-widget .td-weather-now .td-weather-unit {
font-size: 8px;
opacity: 1;
left: 1px;
top: -6px;
vertical-align: inherit;
}
.td-weather-top-widget .td-weather-header {
display: inline-block;
padding-left: 6px;
}
.td-weather-top-widget .td-weather-header .td-weather-city {
font-size: 11px;
font-weight: 500;
text-transform: none;
margin: 0;
} .td-instagram-element {
position: relative;
float: left;
}
.td-instagram-element a {
position: relative;
display: block;
height: 0;
padding-bottom: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.td-instagram-element a:before {
content: '';
width: 94%;
height: 94%;
border: 1px solid #fff;
opacity: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
-webkit-transition: opacity 0.3s ease 0s;
transition: opacity 0.3s ease 0s;
}
.td-instagram-element a:after {
content: '';
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
background-color: #fff;
-webkit-transition: opacity 0.3s ease 0s;
transition: opacity 0.3s ease 0s;
}
.td-instagram-element:hover a:before {
opacity: 0.4;
}
.td-instagram-element:hover a:after {
opacity: 0.1;
}
.td-images-on-row-1 .td-instagram-element {
width: 100%;
}
.td-images-on-row-2 .td-instagram-element {
width: 50%;
}
.td-images-on-row-3 .td-instagram-element {
width: 33.33333333%;
}
.td-images-on-row-4 .td-instagram-element {
width: 25%; }
@media (max-width: 767px) {
.td-images-on-row-4 .td-instagram-element {
width: 50%;
}
}
.td-images-on-row-5 .td-instagram-element {
width: 20%; }
@media (max-width: 767px) {
.td-images-on-row-5 .td-instagram-element {
width: 50%;
}
}
.td-images-on-row-6 .td-instagram-element {
width: 16.66666667%; }
@media (max-width: 767px) {
.td-images-on-row-6 .td-instagram-element {
width: 33.33333333%;
}
}
.td-images-on-row-7 .td-instagram-element {
width: 14.28571428571429%; }
@media (max-width: 767px) {
.td-images-on-row-7 .td-instagram-element {
width: 50%;
}
}
.td-images-on-row-8 .td-instagram-element {
width: 12.5%; }
@media (max-width: 767px) {
.td-images-on-row-8 .td-instagram-element {
width: 50%;
}
}
.td-image-gap-2 {
margin: 0 -2px;
}
.td-image-gap-2 .td-instagram-element {
padding: 0 2px 4px;
}
.td-image-gap-5 {
margin: 0 -5px;
}
.td-image-gap-5 .td-instagram-element {
padding: 0 5px 10px;
}
.td_block_instagram .td-video-play-ico {
pointer-events: none;
}
.td_block_instagram .td-instagram-element { }
@media (max-width: 767px) {
.td_block_instagram .td-instagram-element .td-video-play-ico {
width: 24px;
height: 24px;
font-size: 24px;
}
}
.td-instagram-header {
position: relative;
margin-bottom: 16px;
}
.td-instagram-profile-image {
width: 60px;
height: 60px;
border-radius: 60px;
overflow: hidden;
margin-right: 12px;
float: left;
}
.td-instagram-meta {
padding-top: 4px;
font-size: 13px;
color: #000;
}
.td-instagram-button {
position: absolute;
top: 14px;
right: 0;
padding: 8px 14px 9px;
border: 1px solid #ededed;
line-height: 1;
font-size: 13px;
color: #444;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.td-instagram-button:hover {
border-color: #ccc;
text-decoration: none !important;
}
.td-instagram-user {
font-size: 15px;
font-weight: 600;
}
.td-instagram-user a {
line-height: 26px;
color: #4db2ec;
}
.td-instagram-user a:hover {
text-decoration: none !important;
}
.td-instagram-followers span {
font-weight: 600;
}
.td_block_instagram .td-column-1 .td-images-on-row-3 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-4 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-5 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-6 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-7 .td-video-play-ico,
.td_block_instagram .td-column-1 .td-images-on-row-8 .td-video-play-ico {
width: 24px;
height: 24px;
font-size: 24px;
}
.td_block_instagram .td-column-1 .td-instagram-button { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_instagram .td-column-1 .td-instagram-button {
display: none;
}
}
.td_block_instagram .td-column-2 .td-images-on-row-5 .td-video-play-ico,
.td_block_instagram .td-column-2 .td-images-on-row-6 .td-video-play-ico,
.td_block_instagram .td-column-2 .td-images-on-row-7 .td-video-play-ico,
.td_block_instagram .td-column-2 .td-images-on-row-8 .td-video-play-ico {
width: 24px;
height: 24px;
font-size: 24px;
}
.td_block_instagram .td-column-3 .td-images-on-row-7 .td-video-play-ico,
.td_block_instagram .td-column-3 .td-images-on-row-8 .td-video-play-ico {
width: 24px;
height: 24px;
font-size: 24px;
}
.td_block_instagram .td-instagram-user a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
display: block;
margin-right: 80px;
} .td-footer-instagram-container {
padding-bottom: 0;
}
.td-footer-instagram-container .td_block_instagram {
margin-bottom: 0;
overflow: hidden;
}
.td-footer-instagram-container .td-footer-instagram-title {
text-align: center;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 15px;
margin: 0;
padding-bottom: 10px;
font-family: 'Open Sans', arial, sans-serif;
}
.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
font-weight: 600; }
@media (max-width: 767px) {
.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
display: block;
margin: 0 20px;
}
} .td-pinterest-main {
column-count: 1;
column-gap: 0;
}
.td-pinterest-main .td-pinterest-element {
display: block;
}
.td-pinterest-main .td-pinterest-element img {
display: block;
border-bottom: 0 solid transparent;
}
.td-pinterest-gap-2 {
column-gap: 2px;
}
.td-pinterest-gap-2 .td-pinterest-element img {
border-bottom-width: 2px;
}
.td-pinterest-gap-5 {
column-gap: 5px;
}
.td-pinterest-gap-5 .td-pinterest-element img {
border-bottom-width: 5px;
}
.td-pinterest-gap-10 {
column-gap: 10px;
}
.td-pinterest-gap-10 .td-pinterest-element img {
border-bottom-width: 10px;
}
.td_block_pinterest .td-pinterest-header {
margin-bottom: 26px;
}
.td_block_pinterest .td-pinterest-header .td-pinterest-profile-image {
width: 46px;
height: 46px;
border-radius: 60px;
overflow: hidden;
margin-right: 12px;
float: left;
}
.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta {
padding-top: 2px;
}
.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
}
.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-user {
max-width: 50%;
margin-right: 10px;
font-size: 15px;
font-weight: bold;
color: #363636;
}
.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-board {
max-width: 25%;
font-size: 12px;
color: #8e8e8e;
line-height: 19px;
}
.td_block_pinterest .td-pinterest-header .td-pinterest-followers {
display: inline-block;
font-size: 10px;
line-height: 15px;
position: relative;
top: -10px;
}
.td_block_pinterest .td-pinterest-header .td-pinterest-followers span {
font-weight: 600;
}
.td_block_pinterest .td-column-1 .td-pinterest-user-meta .td-pinterest-board {
max-width: 35%;
}
.td_block_pinterest .td-column-1 .td-pinterest-user-meta a {
display: block;
}
.td_block_pinterest .td-column-1 .td-pinterest-followers {
top: -5px;
}
.td_block_exchange {
font-family: 'Roboto', sans-serif;
margin-bottom: 35px;    }
.td_block_exchange .td-exchange-header {
position: relative;
text-align: center;
font-weight: bold;
padding-top: 14px;
padding-bottom: 12px;
margin-bottom: 10px;
z-index: 0;
}
.td_block_exchange .td-exchange-header:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #4db2ec;
opacity: 0.07;
z-index: -1;
}
.td_block_exchange .td-base-title {
margin-left: 9px;
}
.td_block_exchange .td-column-1 .td-exchange-base {
width: 300px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-left: auto;
margin-right: auto; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_exchange .td-column-1 .td-exchange-base {
width: 212px;
}
}
.td_block_exchange .td-rate {
position: relative;
border-bottom: 1px dashed #f2f2f2;
padding-top: 10px;
padding-bottom: 10px;
}
.td_block_exchange .td-rate:last-child {
border-bottom: none;
}
.td_block_exchange .td-rate .td-rate-currency {
font-weight: bold;
display: inline-block;
margin-left: 34px;
}
.td_block_exchange .td-rate .td-exchange-value {
float: right;
}
.td_block_exchange .td-flags {
background-image: url(//junglefenderflares.com/blog/wp-content/plugins/td-composer/assets/images/flags/flags.png);
background-repeat: no-repeat;
display: inline-block;
}
.td_block_exchange .td-flag-header {
vertical-align: middle;
position: relative;
bottom: 1px;
}
.td_block_exchange .td-flags-all {
position: absolute;
top: 8px;
left: 0;
}
.td_block_exchange .td-flag-aud {
background-position: 0 0;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-bgn {
background-position: -24px 0;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-brl {
background-position: -48px 0;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-cad {
background-position: -72px 0;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-chf {
background-position: -96px 0;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-cny {
background-position: 0 -24px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-czk {
background-position: -24px -24px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-dkk {
background-position: -48px -24px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-eur {
background-position: -72px -24px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-gbp {
background-position: -96px -24px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-hkd {
background-position: 0 -48px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-hrk {
background-position: -24px -48px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-huf {
background-position: -48px -48px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-idr {
background-position: -72px -48px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-ils {
background-position: -96px -48px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-inr {
background-position: 0 -72px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-jpy {
background-position: -24px -72px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-krw {
background-position: -48px -72px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-mxn {
background-position: -72px -72px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-myr {
background-position: -96px -72px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-nok {
background-position: 0 -96px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-nzd {
background-position: -24px -96px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-php {
background-position: -48px -96px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-pln {
background-position: -72px -96px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-ron {
background-position: -96px -96px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-rub {
background-position: -120px 0;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-sek {
background-position: -120px -24px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-sgd {
background-position: -120px -48px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-thb {
background-position: -120px -72px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-try {
background-position: -120px -96px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-usd {
background-position: 0 -120px;
width: 24px;
height: 24px;
}
.td_block_exchange .td-flag-zar {
background-position: -24px -120px;
width: 24px;
height: 24px;
}
@-moz-document url-prefix() {
.td_block_exchange .td-flags-all {
top: 9px;
}
}
.td_block_exchange .td-column-2 {
overflow: hidden;
}
.td_block_exchange .td-column-2 .td-rate {
width: 26%;
float: left;
margin-right: 11%;
border-bottom-width: 0;
position: relative; }
@media (max-width: 767px) {
.td_block_exchange .td-column-2 .td-rate {
width: auto;
float: none;
margin-right: 0;
border-bottom-width: 1px;
}
}
.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n) {
margin-right: 0;
}
.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n + 1):before {
content: '';
width: 1400px;
height: 1px;
border-bottom: 1px dashed #F2F2F2;
position: absolute;
bottom: 0;
left: 0; }
@media (max-width: 767px) {
.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n + 1):before {
display: none;
}
}
.td_block_exchange .td-column-3 {
overflow: hidden;
}
.td_block_exchange .td-column-3 .td-rate {
width: 19%;
float: left;
margin-right: 8%;
border-bottom-width: 0;
position: relative; }
@media (max-width: 767px) {
.td_block_exchange .td-column-3 .td-rate {
width: auto;
float: none;
margin-right: 0;
border-bottom-width: 1px;
}
}
.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n) {
margin-right: 0;
}
.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n + 1):before {
content: '';
width: 1400px;
height: 1px;
border-bottom: 1px dashed #F2F2F2;
position: absolute;
bottom: 0;
left: 0; }
@media (max-width: 767px) {
.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n + 1):before {
display: none;
}
} .td-sub-footer-container {
background-color: #0d0d0d;
color: #ccc;
font-size: 12px;
font-family: 'Open Sans', arial, sans-serif; }
@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; }
@media (max-width: 767px) {
.td-sub-footer-copy {
float: none !important;
}
} .td-sub-footer-container .td-sub-footer-menu {
float: right; }
@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;   }
@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;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-stretch-content .td-big-grids {
width: 980px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-stretch-content .td-big-grids {
width: 740px;
}
}
@media (max-width: 767px) {
.td-stretch-content .td-big-grids {
width: auto;
margin-left: -20px;
margin-right: -20px;
}
}
.td-stretch-content .td-module-thumb .entry-thumb {
min-width: 100%;
}
.td_animated {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.td_animated_long {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.td_animated_xlong {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.td_animated_xxlong {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} @-webkit-keyframes td_fadeInRight {
0% {
opacity: 0.05;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes td_fadeInRight {
0% {
opacity: 0.05;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.td_fadeInRight {
-webkit-animation-name: td_fadeInRight;
animation-name: td_fadeInRight;
} @-webkit-keyframes td_fadeInLeft {
0% {
opacity: 0.05;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes td_fadeInLeft {
0% {
opacity: 0.05;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.td_fadeInLeft {
-webkit-animation-name: td_fadeInLeft;
animation-name: td_fadeInLeft;
} @-webkit-keyframes td_fadeInDown {
0% {
opacity: 0.05;
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes td_fadeInDown {
0% {
opacity: 0.05;
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.td_fadeInDown {
-webkit-animation-name: td_fadeInDown;
animation-name: td_fadeInDown;
} @-webkit-keyframes td_fadeInUp {
0% {
opacity: 0.05;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes td_fadeInUp {
0% {
opacity: 0.05;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.td_fadeInUp {
-webkit-animation-name: td_fadeInUp;
animation-name: td_fadeInUp;
} @-webkit-keyframes td_fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes td_fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.td_fadeIn {
-webkit-animation-name: td_fadeIn;
animation-name: td_fadeIn;
} @-webkit-keyframes td_fadeOut_to_1 {
0% {
opacity: 1;
}
100% {
opacity: 0.1;
}
}
@keyframes td_fadeOut_to_1 {
0% {
opacity: 1;
}
100% {
opacity: 0.1;
}
}
.td_fadeOut_to_1 {
-webkit-animation-name: td_fadeOut_to_1;
animation-name: td_fadeOut_to_1;
} @-webkit-keyframes td_fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes td_fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
.td_fadeOutRight {
-webkit-animation-name: td_fadeOutRight;
animation-name: td_fadeOutRight;
} @-webkit-keyframes td_fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes td_fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.td_fadeOutLeft {
-webkit-animation-name: td_fadeOutLeft;
animation-name: td_fadeOutLeft;
}
.td-lb-box {
position: absolute;
width: 19px;
height: 19px;
}
.td-lb-box-1 {
top: 0;
left: 0;
}
.td-lb-box-2 {
top: 0;
left: 20px;
}
.td-lb-box-3 {
top: 0;
left: 40px;
}
.td-lb-box-4 {
top: 20px;
right: 0;
}
.td-lb-box-5 {
bottom: 0;
right: 0;
}
.td-lb-box-6 {
bottom: 0;
left: 20px;
}
.td-lb-box-7 {
bottom: 0;
left: 0;
}
.td-lb-box-8 {
top: 20px;
left: 0;
} .td-loader-gif {
position: absolute;
top: 50%;
left: 50%;
width: 59px;
height: 59px;
margin-top: -29.5px; margin-left: -29.5px;  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1); }
@media (max-width: 767px) {
.td-loader-gif {
top: 200px;
}
} .td-loader-infinite {
top: auto;
bottom: 0px;
}
.td-loader-infinite .td-lb-box {
position: absolute;
width: 10px;
height: 10px;
}
.td-loader-infinite .td-lb-box-1 {
top: 0;
left: 0;
}
.td-loader-infinite .td-lb-box-2 {
top: 0;
left: 11px;
}
.td-loader-infinite .td-lb-box-3 {
top: 0;
left: 22px;
}
.td-loader-infinite .td-lb-box-4 {
top: 11px;
right: 0;
}
.td-loader-infinite .td-lb-box-5 {
bottom: 0;
right: 0;
}
.td-loader-infinite .td-lb-box-6 {
bottom: 0;
left: 11px;
}
.td-loader-infinite .td-lb-box-7 {
bottom: 0;
left: 0;
}
.td-loader-infinite .td-lb-box-8 {
top: 11px;
left: 0;
}
.td-loader-infinite.td-loader-gif {
width: 32px;
height: 32px;
margin-top: -16px; margin-left: -16px; }
.td-loader-blocks-load-more {
top: auto;
bottom: 48px;
}
.td-loader-animation-start {
opacity: 0;
transform: perspective( 600px ) scale(0.4);
-webkit-transform: perspective( 600px ) scale(0.4);
}
.td-loader-animation-mid {
opacity: 1;
transform: perspective( 600px ) scale(1);
-webkit-transform: perspective( 600px ) scale(1);
}
.td-loader-animation-end {
opacity: 0;
}
@-webkit-keyframes rotateplane {
0% {
-webkit-transform: perspective(120px);
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg);
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
body.td-animation-stack-type0 .td-animation-stack .entry-thumb,
body.td-animation-stack-type0 .post img {
opacity: 0;
}
.td-animation-stack-type0-2 {
opacity: 1 !important;
transition: opacity 0.3s;
transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56); }
body.td-animation-stack-type1 .td-animation-stack .entry-thumb,
body.td-animation-stack-type1 .post .entry-thumb,
body.td-animation-stack-type1 .post img[class*="wp-image-"],
body.td-animation-stack-type1 .post a.td-sml-link-to-image > img {
opacity: 0;
transform: scale(0.95);
}
.td-animation-stack-type1-2 {
opacity: 1 !important;
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
-webkit-transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
transition: transform 0.5s ease, opacity 0.3s cubic-bezier(0.39, 0.76, 0.51, 0.56) 0s;
}
body.td-animation-stack-type2 .td-animation-stack .entry-thumb,
body.td-animation-stack-type2 .post .entry-thumb,
body.td-animation-stack-type2 .post img[class*="wp-image-"],
body.td-animation-stack-type2 .post a.td-sml-link-to-image > img {
opacity: 0;
transform: translate(0px, 10px);
-webkit-transform: translate(0px, 10px);
}
.td-animation-stack-type2-2 {
opacity: 1 !important;
transform: scale(1) !important;
-webkit-transform: scale(1) !important;
-webkit-transition: transform 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88), opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
transition: transform 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88), opacity 0.4s cubic-bezier(0.13, 0.43, 0.57, 0.88);
}
.td-fade-off .td-element-style-before {
opacity: 1;
}  @media (min-width: 1140px) {
.ie8,
.ie9,
.ie10,
.ie11 {
margin-left: -1px;
}
.ie8 .td-affix,
.ie9 .td-affix,
.ie10 .td-affix,
.ie11 .td-affix {
margin-left: 1px;
}
}
.ie8 .td-post-content p,
.ie9 .td-post-content p,
.ie10 .td-post-content p,
.ie11 .td-post-content p,
.ie8 .mce-content-body p,
.ie9 .mce-content-body p,
.ie10 .mce-content-body p,
.ie11 .mce-content-body p {
letter-spacing: -0.2px;
}
.ie8 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie9 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie10 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.ie11 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none;
}
.ie8 .td_category_template_8 .td-category-header .td-category a,
.ie9 .td_category_template_8 .td-category-header .td-category a,
.ie10 .td_category_template_8 .td-category-header .td-category a,
.ie11 .td_category_template_8 .td-category-header .td-category a {
padding: 3px 7px;
line-height: 12px;
}
.ie8 .td_block_template_1 .td-related-title > .td-related-left,
.ie9 .td_block_template_1 .td-related-title > .td-related-left,
.ie10 .td_block_template_1 .td-related-title > .td-related-left,
.ie11 .td_block_template_1 .td-related-title > .td-related-left,
.ie8 .td_block_template_1 .td-related-title > .td-related-right,
.ie9 .td_block_template_1 .td-related-title > .td-related-right,
.ie10 .td_block_template_1 .td-related-title > .td-related-right,
.ie11 .td_block_template_1 .td-related-title > .td-related-right {
padding: 8px 12px 6px 12px;
}
.ie8 .td-left-smart-list,
.ie9 .td-left-smart-list,
.ie10 .td-left-smart-list,
.ie11 .td-left-smart-list,
.ie8 .td-right-smart-list,
.ie9 .td-right-smart-list,
.ie10 .td-right-smart-list,
.ie11 .td-right-smart-list {
line-height: 38px;
}
.ie8 .td-review-header .block-title,
.ie9 .td-review-header .block-title,
.ie10 .td-review-header .block-title,
.ie11 .td-review-header .block-title,
.ie8 .td-review-summary .block-title,
.ie9 .td-review-summary .block-title,
.ie10 .td-review-summary .block-title,
.ie11 .td-review-summary .block-title {
padding: 8px 12px 7px;
}
.ie8 .td-affix .td-main-menu-logo img,
.ie9 .td-affix .td-main-menu-logo img,
.ie10 .td-affix .td-main-menu-logo img,
.ie11 .td-affix .td-main-menu-logo img {
top: -2px;
}
@media (min-width: 768px) {
.ie8 .td-header-style-5 .td-main-menu-logo img,
.ie9 .td-header-style-5 .td-main-menu-logo img,
.ie10 .td-header-style-5 .td-main-menu-logo img,
.ie11 .td-header-style-5 .td-main-menu-logo img,
.ie8 .td-header-style-6 .td-main-menu-logo img,
.ie9 .td-header-style-6 .td-main-menu-logo img,
.ie10 .td-header-style-6 .td-main-menu-logo img,
.ie11 .td-header-style-6 .td-main-menu-logo img,
.ie8 .td-header-style-12 .td-main-menu-logo img,
.ie9 .td-header-style-12 .td-main-menu-logo img,
.ie10 .td-header-style-12 .td-main-menu-logo img,
.ie11 .td-header-style-12 .td-main-menu-logo img {
top: -1px;
}
}
.ie8 .td-live-theme-demos .td-skin-scroll,
.ie9 .td-live-theme-demos .td-skin-scroll,
.ie10 .td-live-theme-demos .td-skin-scroll,
.ie11 .td-live-theme-demos .td-skin-scroll {
-webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
left: auto;
right: -118px;
}
@media (max-width: 1366px) {
.ie8 .td-live-theme-demos .td-skin-scroll,
.ie9 .td-live-theme-demos .td-skin-scroll,
.ie10 .td-live-theme-demos .td-skin-scroll,
.ie11 .td-live-theme-demos .td-skin-scroll {
right: -78px;
}
}
.ie8 .td-theme-settings-small .td-skin-scroll,
.ie9 .td-theme-settings-small .td-skin-scroll,
.ie10 .td-theme-settings-small .td-skin-scroll,
.ie11 .td-theme-settings-small .td-skin-scroll {
right: 118px;
}
@media (max-width: 1366px) {
.ie8 .td-theme-settings-small .td-skin-scroll,
.ie9 .td-theme-settings-small .td-skin-scroll,
.ie10 .td-theme-settings-small .td-skin-scroll,
.ie11 .td-theme-settings-small .td-skin-scroll {
right: 78px;
}
}
.ie8 .td-pulldown-syle-default .td-subcat-more,
.ie9 .td-pulldown-syle-default .td-subcat-more,
.ie10 .td-pulldown-syle-default .td-subcat-more,
.ie11 .td-pulldown-syle-default .td-subcat-more,
.ie8 .td-pulldown-syle-default .td-subcat-list,
.ie9 .td-pulldown-syle-default .td-subcat-list,
.ie10 .td-pulldown-syle-default .td-subcat-list,
.ie11 .td-pulldown-syle-default .td-subcat-list {
position: relative;
top: -1px;
} .ie8 {     }
.ie8 .td-live-theme-demos {
display: none;
}
.ie8 .td-header-style-5 .td-header-menu-wrap.td-affix,
.ie8 .td-header-style-6 .td-header-menu-wrap.td-affix {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.ie8 .td-header-style-8 .td-affix .td-header-sp-logo {
height: 48px;
margin-top: 0;
}
.ie8 .td-trending-now-post {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ie8 .td-trending-now-post:first-child {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ie8 .td-classic-sharing {
display: none;
}
.ie8 .td-post-source-tags {
display: none;
}
.ie8 .td-stretch-width,
.ie8 .td-stretch-height {
left: 0 !important;
}
.ie8 .td_social_type .td-sp {
width: 0;
}
.ie8 .td_category_template_6 .td-category-header,
.ie8 .td_category_template_8 .td-category-header {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#96000000', endColorstr='#96000000'); background-color: transparent;
}
.ie8 .td-category-title-holder {
padding-right: 100px;
padding-left: 100px;
}
.ie8 .td-header-wrap .td-a-rec-id-header > div,
.ie8 .td-header-wrap .td-g-rec-id-header > .adsbygoogle {
margin: 24px auto 0 auto;
}
.ie8 .td-header-style-1 .td-a-rec-id-header > div,
.ie8 .td-header-style-2 .td-a-rec-id-header > div,
.ie8 .td-header-style-3 .td-a-rec-id-header > div,
.ie8 .td-header-style-1 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td-header-style-2 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td-header-style-3 .td-g-rec-id-header > .adsbygoogle {
margin: auto !important;
}
.ie8 .td-header-style-4 .td-a-rec-id-header > div,
.ie8 .td-header-style-4 .td-g-rec-id-header > .adsbygoogle {
margin: 24px auto;
}
.ie8 .single_template_6 .td-a-rec-id-header > div,
.ie8 .single_template_7 .td-a-rec-id-header > div,
.ie8 .homepage-post.single_template_7 .td-a-rec-id-header > div,
.ie8 .single_template_8 .td-a-rec-id-header > div,
.ie8 .single_template_10 .td-a-rec-id-header > div,
.ie8 .single_template_11 .td-a-rec-id-header > div,
.ie8 .td_category_template_2 .td-a-rec-id-header > div,
.ie8 .td_category_template_5 .td-a-rec-id-header > div,
.ie8 .td_category_template_6 .td-a-rec-id-header > div,
.ie8 .td_category_template_8 .td-a-rec-id-header > div,
.ie8 .single_template_6 .td-g-rec-id-header > div,
.ie8 .single_template_7 .td-g-rec-id-header > div,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header > div,
.ie8 .single_template_8 .td-g-rec-id-header > div,
.ie8 .single_template_10 .td-g-rec-id-header > div,
.ie8 .single_template_11 .td-g-rec-id-header > div,
.ie8 .td_category_template_2 .td-g-rec-id-header > div,
.ie8 .td_category_template_5 .td-g-rec-id-header > div,
.ie8 .td_category_template_6 .td-g-rec-id-header > div,
.ie8 .td_category_template_8 .td-g-rec-id-header > div,
.ie8 .single_template_6 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_7 .td-a-rec-id-header > .adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_8 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_10 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_11 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_2 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_5 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_6 .td-a-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_8 .td-a-rec-id-header > .adsbygoogle,
.ie8 .single_template_6 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_7 .td-g-rec-id-header > .adsbygoogle,
.ie8 .homepage-post.single_template_7 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_8 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_10 .td-g-rec-id-header > .adsbygoogle,
.ie8 .single_template_11 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_2 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_5 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_6 .td-g-rec-id-header > .adsbygoogle,
.ie8 .td_category_template_8 .td-g-rec-id-header > .adsbygoogle {
margin-bottom: 24px;
}
.ie8 .td_ajax_load_more i {
top: -1px;
}
.ie8 .td-subcat-filter .td-subcat-dropdown {
float: right;
}
.ie8 .td-grid-style-1 .td-module-thumb a {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f000000', endColorstr='#000000', GradientType=0);
}
.ie8 .td-grid-style-1 .td-module-thumb a img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}
.ie8 .td-grid-style-2 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-module-thumb a {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
}
.ie8 .td-grid-style-2 .td-module-thumb a img,
.ie8 .td-grid-style-3 .td-module-thumb a img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}
.ie8 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.ie8 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a,
.ie8 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.ie8 .td-grid-style-4 .entry-title {
background-color: transparent;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#50000000', endColorstr='#50000000'); }
.ie8 .td-grid-style-5 .td-module-thumb a {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background-color: black;
}
.ie8 .td-grid-style-5 .td-module-thumb a img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ie8 .td-next-prev-wrap .td-ajax-prev-page {
padding-left: 1px;
}
.ie8 .td-social-facebook .td-social-but-text {
border-left: 1px solid #7F9EDF;
}
.ie8 .td-social-twitter .td-social-but-text {
border-left: 1px solid #8FE2FC;
}
.ie8 .td-post-template-8 .td-post-header-holder {
background-color: #000000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.ie8 .td-module-comments a {
padding: 3px 3px 4px 3px;
}
.ie8 .td-social-style-2 .td-icon-font {
border: 1px solid #333;
}
.ie8 .td_block_14 .td-next-prev-wrap,
.ie8 .td_block_14 .td-load-more-wrap {
margin-top: 23px;
}
.ie8 .td-g-rec-id-smart_list_6,
.ie8 .td-g-rec-id-smart_list_7,
.ie8 .td-g-rec-id-smart_list_8,
.ie8 .td-g-rec-id-footer_top,
.ie8 .td-g-rec-id-content_top,
.ie8 .td-g-rec-id-content_bottom,
.ie8 .td-g-rec-id-content_inline {
display: block;
margin-left: -16px;
margin-right: -16px;
}
.ie8 .td-g-rec-id-smart_list_6 .adsbygoogle,
.ie8 .td-g-rec-id-smart_list_7 .adsbygoogle,
.ie8 .td-g-rec-id-smart_list_8 .adsbygoogle,
.ie8 .td-g-rec-id-footer_top .adsbygoogle,
.ie8 .td-g-rec-id-content_top .adsbygoogle,
.ie8 .td-g-rec-id-content_bottom .adsbygoogle,
.ie8 .td-g-rec-id-content_inline .adsbygoogle {
margin-right: auto;
margin-left: auto;
display: table !important;
left: 0;
}
.ie8 .td-menu-background {
left: -100%;
}
.ie8 .td-live-theme-demos .td-set-theme-style-link:before {
background-color: transparent;
} .ie9 {  }
.ie9 .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDE3NjQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTRhM2RiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiY2Y3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjRkMDNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyN2EzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc2MGI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNzhiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.ie9 .td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGRiMmVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOGY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-grid-style-1 .td-module-thumb a:last-child:before {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
}
.ie9 .td-stretch-width,
.ie9 .td-stretch-height {
left: 0 !important;
-webkit-transform: none;
ms-transform: none;
transform: none;
}
.ie9 .td-next-prev-wrap .td-ajax-next-page {
padding-left: 3px;
}
.ie9 .td-module-comments a {
padding: 3px 4px 4px 4px;
}
.ie9 .td-menu-background,
.ie9 #td-mobile-nav {
left: -100%;
}
.ie9 .td-menu-mob-open-menu .td-menu-background,
.ie9 .td-menu-mob-open-menu #td-mobile-nav {
left: 0;
}
.ie9 .td-search-background {
right: 100%;
}
.ie9 .td-search-opened .td-search-background {
right: 0;
}
.ie9 .td-demo-multicolumn-2 .sub-menu {
padding: 0;
}
.ie9 .td-demo-menuitem-hide {
display: none;
}
.ie9 .td-scroll-up {
bottom: -70px;
}
.ie9 .td-scroll-up-visible {
bottom: 5px;
} .ie10 .page-nav a {
padding: 5px 11px 5px 12px;
}
.ie10 .td-module-comments a {
padding: 3px 4px 4px 4px;
} @media (min-width: 1140px) {
.ie11 {
margin-left: -1px;
}
.ie11 .td-affix {
margin-left: 1px;
}
} .td-md-is-android .td-hover-1 .td-big-grid-post:hover .entry-thumb { -webkit-transition-property: none !important;
transition-property: none !important; -webkit-transform: none !important;
transform: none !important;
}
.td-md-is-android .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
box-shadow: none;
}
.td-md-is-android .sf-menu ul .td-menu-item > a {
padding: 8px 14px 6px;
}
.td-md-is-android .sf-menu .sub-menu .td-icon-menu-down {
margin-top: -8px;
}
.td-md-is-android .td-trending-now-wrapper .td-trending-now-nav-left {
padding-right: 1px;
}
.td-md-is-android .td-big-grid-post .td-post-category {
padding: 4px 7px 2px;
line-height: 14px;
}
.td-md-is-android .block-title span,
.td-md-is-android .block-title a,
.td-md-is-android .block-title label {
padding: 8px 12px 3px;
}
.td-md-is-android .td-pulldown-syle-default .td-subcat-more span,
.td-md-is-android .td_block_template_3 .td-subcat-more span,
.td-md-is-android .td_block_template_4 .td-subcat-more span,
.td-md-is-android .td_block_template_5 .td-subcat-more span,
.td-md-is-android .td_block_template_7 .td-subcat-more span,
.td-md-is-android .td-pulldown-syle-default .td-subcat-more i,
.td-md-is-android .td_block_template_3 .td-subcat-more i,
.td-md-is-android .td_block_template_4 .td-subcat-more i,
.td-md-is-android .td_block_template_5 .td-subcat-more i,
.td-md-is-android .td_block_template_7 .td-subcat-more i,
.td-md-is-android .td-pulldown-syle-default .td-subcat-list,
.td-md-is-android .td_block_template_3 .td-subcat-list,
.td-md-is-android .td_block_template_4 .td-subcat-list,
.td-md-is-android .td_block_template_5 .td-subcat-list,
.td-md-is-android .td_block_template_7 .td-subcat-list {
position: relative;
top: 1px;
}
.td-md-is-android .td-category-siblings .td-category {
height: 21px;
}
.td-md-is-android .td-category-header .td-category .entry-category a {
padding: 4px 8px;
}
.td-md-is-android input[type=submit] {
padding: 9px 15px 8px;
}
.td-md-is-android .td-left-smart-list,
.td-md-is-android .td-right-smart-list {
padding-top: 1px;
}
.td-md-is-android .td_smart_list_3 .td-left-smart-list {
padding-right: 1px;
}
.td-md-is-android .td-author-counters span {
padding: 5px 9px 2px;
}
.td-md-is-android .td-404-sub-sub-title a {
padding: 8px 15px 7px;
}
.td-md-is-android .td-menu-blocks-custom ul li a {
padding: 2px 12px 0;
}
.td-md-is-android .td-tab-blocks-custom ul.wpb_tabs_nav li a {
padding: 6px 13px 4px !important;
}
.td-md-is-android .td-scroll-up .td-icon-menu-up {
padding-top: 1px;
}
.td-md-is-android .td_ajax_load_more i {
top: -1px;
}
.td-md-is-android .td-next-prev-wrap a {
line-height: 25px;
}
.td-md-is-android .page-nav .td-icon-menu-right {
padding-left: 2px;
}
.td-md-is-android .page-nav .td-icon-menu-left {
padding-right: 2px;
}
.td-md-is-android .td-page-content .dropcap,
.td-md-is-android .td-post-content .dropcap,
.td-md-is-android .wpb_text_column .dropcap,
.td-md-is-android .td_block_text_with_title .dropcap,
.td-md-is-android .bbpress .dropcap,
.td-md-is-android .woocommerce #tab-description .dropcap,
.td-md-is-android .mce-content-body .dropcap,
.td-md-is-android .comment-content .dropcap {
padding: 5px 13px 2px 13px;
}
.td-md-is-android .woocommerce-checkout .woocommerce input.button,
.td-md-is-android .woocommerce-page .woocommerce a.button,
.td-md-is-android .woocommerce-account div.woocommerce .button,
.td-md-is-android .woocommerce .product a.button,
.td-md-is-android .woocommerce .product #respond input#submit,
.td-md-is-android .woocommerce .checkout input#place_order,
.td-md-is-android .woocommerce .woocommerce.widget .button {
padding: 10px 10px 7px;
}
.td-md-is-android .woocommerce span.onsale {
line-height: 25px;
min-height: 25px;
}
.td-md-is-android .woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 7px 12px 6px;
}
.td-md-is-android .single-product .product .related h2 {
padding: 8px 12px 5px;
}
.td-md-is-android .woocommerce-checkout .woocommerce input.button {
padding: 8px 10px;
}
.td-md-is-android #buddypress div.item-list-tabs ul li > a {
padding: 1px 15px 0;
}
.td-md-is-android #buddypress div.generic-button.friendship-button a,
.td-md-is-android #buddypress div.generic-button a.join-group,
.td-md-is-android #buddypress div.generic-button a.leave-group,
.td-md-is-android #buddypress div.generic-button a.mention,
.td-md-is-android #buddypress div.generic-button a.send-message {
padding: 5px 10px 4px;
}
.td-md-is-android #buddypress a.bp-primary-action span,
.td-md-is-android #buddypress #reply-title small a span {
padding: 2px 3px 0 4px;
}
.td-md-is-android #buddypress div.activity-meta a.acomment-reply {
padding-top: 3px;
}
.td-md-is-android #buddypress div.activity-meta a {
padding: 4px 8px 2px;
}
@media (max-width: 767px) {
.td-md-is-android .td-trending-now-display-area {
height: 27px;
}
.td-md-is-android .td-big-grid-post .td-post-category {
padding: 4px 7px 1px;
}
.td-md-is-android .td-category-siblings .td-subcat-more {
padding: 4px 5px 3px;
}
.td-md-is-android .td_category_template_3 .td-category-siblings .td-category a {
padding: 5px 9px ;
}
.td-md-is-android .category-template-style-8 .td-category-siblings .td-subcat-more {
padding: 4px 4px 3px 5px;
}
.td-md-is-android .td-author-counters span {
padding: 5px 9px 4px;
}
.td-md-is-android .td-theme-slider .slide-meta-cat a {
padding: 4px 5px 2px;
}
.td-md-is-android .woocommerce-checkout .woocommerce input.button,
.td-md-is-android .woocommerce-page .woocommerce a.button,
.td-md-is-android .woocommerce-account div.woocommerce .button,
.td-md-is-android .woocommerce .product a.button,
.td-md-is-android .woocommerce .product #respond input#submit,
.td-md-is-android .woocommerce .checkout input#place_order,
.td-md-is-android .woocommerce .woocommerce.widget .button {
padding: 8px 10px 7px;
}
}
.td-md-is-android .td-skin-scroll {
display: none;
} .td-md-is-ios body {
-webkit-font-smoothing: antialiased;
}
.td-md-is-ios .td-hover-1 .td-big-grid-post:hover .entry-thumb { -webkit-transition-property: none !important;
transition-property: none !important; -webkit-transform: none !important;
transform: none !important;
}
.td-md-is-ios .td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
box-shadow: none;
}
.td-md-is-ios .sf-menu .sub-menu .td-icon-menu-down {
margin-top: -9px;
line-height: 20px;
}
.td-md-is-ios .td-trending-now-wrapper .td-trending-now-nav-left {
padding-right: 1px;
}
.td-md-is-ios .td-big-grid-post .td-post-category {
padding: 3px 7px;
}
.td-md-is-ios .td-pulldown-syle-default .td-subcat-more,
.td-md-is-ios .td_block_template_11 .td-subcat-more,
.td-md-is-ios .td-pulldown-syle-default .td-subcat-list,
.td-md-is-ios .td_block_template_11 .td-subcat-list {
position: relative;
top: -1px;
}
.td-md-is-ios .td-category-header .td-pulldown-filter-display-option {
line-height: 22px;
}
.td-md-is-ios .td_category_template_3 .td-category-siblings .td-category a {
padding: 5px 7px 4px 7px;
}
.td-md-is-ios .td_category_template_3 .td-category-siblings .td-subcat-dropdown {
margin-right: 6px;
}
.td-md-is-ios .td_category_template_4 .td-category-siblings .td-category a {
padding: 4px 7px 3px 7px;
}
.td-md-is-ios .td_block_template_1 .td-related-title > .td-related-left,
.td-md-is-ios .td_block_template_1 .td-related-title > .td-related-right {
padding: 8px 12px 6px;
}
.td-md-is-ios .td-module-comments a {
padding: 3px 4px 4px 4px;
}
.td-md-is-ios .td-left-smart-list,
.td-md-is-ios .td-right-smart-list {
line-height: 39px;
}
.td-md-is-ios .td-author-counters span {
padding: 4px 9px 3px;
}
.td-md-is-ios input[type=submit] {
padding: 7px 15px 8px;
}
.td-md-is-ios .td-404-sub-sub-title a {
padding: 7px 15px 8px;
}
.td-md-is-ios .td-tab-blocks-custom ul.wpb_tabs_nav li a {
padding: 4px 7px !important;
}
.td-md-is-ios .td-menu-blocks-custom ul li a {
padding: 0 12px 1px;
line-height: 27px;
}
.td-md-is-ios .td_ajax_load_more i {
top: -1px;
}
.td-md-is-ios .woocommerce span.onsale {
line-height: 25px;
min-height: 25px;
}
.td-md-is-ios .woocommerce-checkout .woocommerce input.button,
.td-md-is-ios .woocommerce-page .woocommerce a.button,
.td-md-is-ios .woocommerce-account div.woocommerce .button,
.td-md-is-ios .woocommerce .product a.button,
.td-md-is-ios .woocommerce .product #respond input#submit,
.td-md-is-ios .woocommerce .checkout input#place_order,
.td-md-is-ios .woocommerce .woocommerce.widget .button {
padding: 9px 10px 10px;
}
.td-md-is-ios .single-product .product .summary .cart .button,
.td-md-is-ios .woocommerce .woocommerce-message .button,
.td-md-is-ios .woocommerce-cart .woocommerce table.cart .button {
padding: 9px 10px 11px;
}
.td-md-is-ios #buddypress a.bp-primary-action span,
.td-md-is-ios #buddypress #reply-title small a span {
padding: 0 3px 1px;
}
@media (max-width: 767px) {
.td-md-is-ios .td-trending-now-display-area {
height: 27px;
}
}
.td-md-is-ios .td-footer-wrapper .block-title a,
.td-md-is-ios .td-footer-wrapper .block-title span,
.td-md-is-ios .td-footer-wrapper .block-title label { }
@media (max-width: 767px) {
.td-md-is-ios .td-footer-wrapper .block-title a,
.td-md-is-ios .td-footer-wrapper .block-title span,
.td-md-is-ios .td-footer-wrapper .block-title label {
padding-right: 0;
padding-left: 0;
}
}
.td-md-is-ios .td-footer-wrapper .td_block_template_1 .block-title * {
padding-right: 0;
padding-left: 0;
}
.td-md-is-ios .td-skin-scroll {
display: none;
}
@media (min-width: 1140px) {
.td-md-is-safari {
margin-left: -1px;
}
.td-md-is-safari .td-affix {
margin-left: 1px;
}
}
@media (min-width: 767px) {
.td-md-is-safari .td-big-grid-post .td-module-thumb {
-webkit-transform: translate3d(0, 0, 0);
}
}
.td-md-is-safari .td_block_big_grid_8 .td-module-thumb {
-webkit-transform: none;
}
.td-md-is-safari .td_module_slide:before {
bottom: -1px;
}
.td-md-is-safari .td_module_slide .td-module-title {
-webkit-transform: translate3D(0, 0, 0);
}
.td-md-is-safari .td-big-grid-post .td-module-thumb a:last-child::before {
width: 101%;
left: -2px;
}
.td-md-is-safari .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none;
-webkit-transform: none;
}
.td-md-is-safari .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
padding: 4px 5px 3px;
}
.td-md-is-safari .td-review-header .block-title,
.td-md-is-safari .td-review-summary .block-title {
padding: 7px 12px 6px;
}
.td-md-is-safari .woocommerce-checkout .woocommerce input.button,
.td-md-is-safari .woocommerce-page .woocommerce a.button,
.td-md-is-safari .woocommerce-account div.woocommerce .button {
padding: 9px 10px 10px;
}
.td-md-is-safari .td_block_template_1 .td-related-title > .td-related-left,
.td-md-is-safari .td_block_template_1 .td-related-title > .td-related-right {
padding: 7px 12px 5px 12px;
}
.td-md-is-safari .td-boxed-layout .td-post-template-7 .td-image-gradient-style7:after {
width: 110%;
left: -2px;
}
.td-md-is-safari .td-boxed-layout .td-post-template-3 .td-image-gradient:before {
width: 110%;
left: -2px;
}
.td-md-is-safari .td-big-grid-post .td-meta-info-container {
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.td-md-is-safari .td-grid-style-2 .td-big-grid-post .td-meta-info-container,
.td-md-is-safari .td-grid-style-3 .td-big-grid-post .td-meta-info-container {
transform: none;
-webkit-transform: none;
}
.td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category {
padding: 4px 5px 3px;
} .td-md-is-chrome .td_block_inner_overflow .td_module_wrap,
.td-md-is-chrome .td_block_inner_overflow .item-details {
position: relative;
}
.td-audio-player {
height: 40px;
font-size: 16px;
overflow: hidden;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.td-audio-player .compactSound__artwork {
display: none;
}
.td-audio-player .mejs-container,
.td-audio-player .mejs-container .mejs-controls,
.td-audio-player .mejs-embed,
.td-audio-player .mejs-embed body {
background: transparent;
background-color: transparent;
}
.td-audio-player .mejs-container {
width: auto !important;
}
.td-audio-player .mejs-button {
width: auto;
height: auto;
font-size: inherit;
}
.td-audio-player .mejs-button button {
position: relative;
background: transparent;
width: auto;
height: auto;
margin: 0;
font-size: inherit;
}
.td-audio-player .mejs-button button:after {
position: relative;
display: block;
font-family: 'newspaper', sans-serif;
line-height: 1;
color: #111;
}
.td-audio-player .mejs-playpause-button {
margin-right: 0.75em;
}
.td-audio-player .mejs-playpause-button button:after {
font-size: 2.625em;
}
.td-audio-player .mejs-play button:after {
content: '\e9cf';
}
.td-audio-player .mejs-pause button:after {
content: '\e9ce';
}
.td-audio-player .mejs-replay button:after {
content: '\e9d2';
}
.td-audio-player .mejs-volume-button {
margin-left: 1.25em;
margin-right: 0.5em;
}
.td-audio-player .mejs-volume-button button:after {
font-size: 1.375em;
}
.td-audio-player .mejs-mute button:after {
content: '\e9d0';
}
.td-audio-player .mejs-unmute button:after {
content: '\e9d1';
}
.td-audio-player .mejs-controls {
position: relative;
align-items: center;
padding-left: 0;
padding-right: 0;
}
.td-audio-player .mejs-controls .mejs-time-rail {
height: auto;
margin: 0 0.625em;
padding-top: 0;
font-size: inherit;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
border-radius: 100px;
height: 0.625em;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
height: inherit;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-total {
position: relative;
margin-top: 0;
background: #eee;
outline: none;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: transparent;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-current {
background: #4db2ec;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle,
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
border-width: 0.25em;
}
.td-audio-player .mejs-controls .mejs-time-rail .mejs-time-handle-content {
top: -0.375em;
width: 0.875em;
height: 0.875em;
background-color: #fff;
border-color: #fff;
border-radius: 50%;
transform: none;
-webkit-transform: none;
-webkit-box-shadow: 0 0 1px #000000;
box-shadow: 0 0 1px #000000;
overflow: hidden;
}
.td-audio-player .mejs-controls .mejs-horizontal-volume-slider {
height: auto;
width: auto;
}
.td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
position: relative;
top: 0;
background: #eee;
width: 3.125em;
height: 0.625em;
font-size: inherit;
border-radius: 100px;
overflow: hidden;
}
.td-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #4db2ec;
}
.td-audio-player .mejs-time-float {
background: rgba(0, 0, 0, 0.7);
color: #fff;
border-color: transparent;
}
.td-audio-player .mejs-time-float .mejs-time-float-current {
font-size: 0.8em;
}
.td-audio-player .mejs-time-float .mejs-time-float-corner {
top: calc(100% + 1px);
border-color: rgba(0, 0, 0, 0.7) transparent transparent;
}
.td-audio-player .mejs-time {
padding: 0;
height: auto;
font-size: 0.85em;
line-height: 1;
color: #000;
}
.td-js-loaded .td-audio-player {
height: auto;
overflow: visible;
visibility: visible;
opacity: 1;
}
.wp-block-image.td-caption-align-left figcaption .mfp-title,
.wp-block-image.td-caption-align-left figcaption {
text-align: left;
}
.wp-block-image.td-caption-align-center figcaption .mfp-title,
.wp-block-image.td-caption-align-center figcaption {
text-align: center;
}
.wp-block-image.td-caption-align-right figcaption .mfp-title,
.wp-block-image.td-caption-align-right figcaption {
text-align: right;
}
.wp-block-image.td-img-style-shadow {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.mfp-figure.td-caption-align-left figcaption .mfp-title {
text-align: left;
}
.mfp-figure.td-caption-align-center figcaption .mfp-title {
text-align: center;
}
.mfp-figure.td-caption-align-right figcaption .mfp-title {
text-align: right;
}
p.has-drop-cap[class*="dropcapp"]:first-letter {
float: left;
display: block;
font-size: 50px;
line-height: 56px;
background-color: #4db2ec;
color: white;
text-align: center;
margin: 9px 13px 0 0;
padding: 2px 14px 4px;
font-family: Verdana, Geneva, sans-serif;
text-transform: uppercase;
}
p.has-drop-cap.dropcapp1:first-letter {
padding-left: 18px;
padding-right: 17px;
font-size: 40px;
border-radius: 70px;
}
p.has-drop-cap.dropcapp2:first-letter,
p.has-drop-cap.dropcapp3:first-letter {
background-color: transparent !important;
color: #4B4B4B;
font-size: 79px;
line-height: 69px;
margin: 0 9px 0 0;
padding: 0 13px 0 0;
}
p.has-drop-cap.dropcapp3:first-letter {
font-weight: bold;
}
p.has-drop-cap.dropcapp4 {
margin-top: 40px;
}
p.has-drop-cap.dropcapp4:first-letter {
background-color: #000;
font-size: .85em;
line-height: 1;
color: #fff;
border-radius: 100px;
margin: -2px 15px 0 0;
padding: 9px 11px;
}
p.has-drop-cap.dropcapp4:after {
padding-top: 0;
}
p span.td_text_columns_two_cols {
display: block;
}
.wp-block-button .wp-block-button__link {
border-radius: 0;
cursor: pointer;
display: inline-block;
position: relative;
font-family: 'Open Sans', arial, sans-serif;
font-weight: 600;
padding: 9px 12px;
font-size: 16px;
line-height: 20px;
}
.wp-block-button .wp-block-button__link:hover {
background-color: #4db2ec;
}
.wp-block-button.td_btn_small .wp-block-button__link {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.wp-block-button.td_btn_normal .wp-block-button__link {
padding: 9px 12px;
font-size: 16px;
line-height: 20px;
}
.wp-block-button.td_btn_large .wp-block-button__link {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
}
.wp-block-button.is-style-round .wp-block-button__link {
border-radius: 4px;
}
.wp-block-button.is-style-shadow .wp-block-button__link {
top: 0;
-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
transition: top 0.1s ease;
-webkit-transition: top 0.1s ease;
}
.wp-block-button.is-style-shadow .wp-block-button__link:hover {
top: -3px;
-webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.wp-block-button.is-style-3d .wp-block-button__link {
top: 0;
transition: top 0.1s ease;
-webkit-transition: top 0.1s ease;
}
.wp-block-button.is-style-3d .wp-block-button__link:after {
content: "";
position: absolute;
display: block;
left: 0;
top: 100%;
width: 100%;
height: 5px;
background-color: rgba(0, 0, 0, 0.25);
z-index: 0;
transition: height 0.1s ease;
-webkit-transition: height 0.1s ease;
}
.wp-block-button.is-style-3d .wp-block-button__link:hover {
top: 5px;
}
.wp-block-button.is-style-3d .wp-block-button__link:hover:after {
height: 0;
}.mx_image_background {
background-color: #f2f2f2;
}
.td-visibility-hidden {
visibility: hidden;
} .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}   html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} h1 {
font-size: 2em;
margin: 0.67em 0;
} mark {
background: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} .td-header-background-image .td-container-wrap {
background-color: transparent;
}
.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;
} .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; }
@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-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 { }
@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; }
@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; }
@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; }
@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; }
@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; }
@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; }
@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; }
@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 { }
@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; }
@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;
} .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; }
@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-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%;
}
} .td-wpml { }
.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 { }
@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;
transition: all 0.4s ease;
transform: translate3d(0, -10px, 0);
-webkit-transform: translate3d(0, -10px, 0); }
@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; }
@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);
}
.td-wpml .td-subfooter-menu .menu-item-first a { }
@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 { }
@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;
transition: all 0.4s ease;
transform: translate3d(0, 10px, 0);
-webkit-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);
}
} .td-wpml { }
.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 { }
@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;
transition: all 0.4s ease;
transform: translate3d(0, -10px, 0);
-webkit-transform: translate3d(0, -10px, 0); }
@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; }
@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);
}
.td-wpml .td-subfooter-menu .menu-item-first a { }
@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 { }
@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;
transition: all 0.4s ease;
transform: translate3d(0, 10px, 0);
-webkit-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);
}
} .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 .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 .td-aj-cur-element {
background-color: rgba(128, 128, 128, 0.1);
}  .td-header-top-menu-full {
position: relative;
z-index: 9999; }
@media (max-width: 767px) {
.td-header-top-menu-full {
display: none;
}
}
@media (min-width: 768px) {
.td-affix .header-search-wrap .td-icon-search {
line-height: 48px !important;
}
.td-affix #td-header-menu {
display: block;
}
} @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-mobile-loaded { }
@media (max-width: 767px) {
.td-logo-mobile-loaded {
display: none;
}
} .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;   }
@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; }
@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;    }
@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-sp-recs .td_block_template_17 {
transform: none;
-webkit-transform: none;
}
.td-header-style-1.td-header-background-image {  }
@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; }
@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; }
@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;
}
} .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;   }
@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; }
@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;    }
@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-sp-recs .td_block_template_17 {
transform: none;
-webkit-transform: none;
}
.td-header-style-2.td-header-background-image {  }
@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; }
@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; }
@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 {  }
@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 { }
@media (min-width: 1019px) {
.td_category_template_7 .td-header-style-2 .td-header-sp-recs {
margin-bottom: 6px;
}
} .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;
} .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;   }
@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; }
@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;    }
@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 .td-header-sp-recs .td_block_template_17 {
transform: none;
-webkit-transform: none;
}
.td-header-style-3 .header-search-wrap .td-icon-search {
color: #fff;
}
.td-header-style-3 .td-header-main-menu {
background-color: #151515; }
@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 { }
.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; }
@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 { }
.td-full-layout .td-header-style-3 .td-header-main-menu {
padding-left: 21px; }
@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; }
@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;  }
@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;  }
@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;  }
@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;  }
@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;
}
} .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;
} .td-header-style-4 { }
.td-header-style-4 .td-header-top-menu-full {
background-color: #111;
}
.td-header-style-4 .td-main-menu-logo {
margin: 0;
display: block; }
@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;   }
@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%;  }
@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; }
@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 { }
.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; }
@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 { }
@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;   }
@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; }
@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;  }
@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;  }
@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;  }
@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;  }
@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;
}
} .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%;  }
@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 {  }
@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;
}
} .td-header-style-5 { }
.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; }
@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;  }
@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 { }
.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; }
@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 { }
@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 {  }
@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;
}
} .td-header-style-6 { }
.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;   }
@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; }
@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 { }
.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; }
@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 { }
@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 {  }
@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;
}
} .td-header-style-7 { }
.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; }
@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;   }
@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; }
@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; }
@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; }
@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; }
@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;  }
@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; }
@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; }
@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; }
@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;  }
@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 { }
@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 {  }
@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;
}
} .td-header-style-8 { }
.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; }
@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;   }
@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;   }
@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 { }
@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; }
@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;   }
@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 {  }
@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;
}
} .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; }
@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; }
@media (max-width: 767px) {
.td-header-style-9 .td-logo-wrap-full a {
line-height: 90px;
}
}
.td-header-style-9 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo { }
@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 { }
@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 { }
@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; }
@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 {  }
@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;
}
} .td-header-style-10 { }
.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; }
@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%; }
@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; }
@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 { }
@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 { }
@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 { }
@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; }
@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; }
@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; }
@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 {  }
@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;
}
} .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; }
@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; }
@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; }
@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 { }
@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 { }
@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 { }
@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; }
@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 {  }
@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;
}
} .td-header-style-12 { }
.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; }
@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;  }
@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: -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: 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; }
@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 { }
@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 {  }
@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;
}
} .td-header-menu-social {
float: right;
margin-right: 5px;
line-height: 48px; }
.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; }
@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;
} .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%);
display: none;
border: 1px solid #eaeaea;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
@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;
} .td-mega-menu-page .td-mega-grid {
padding: 22px;  }
@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;
} .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; }
@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; }
@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;
transition: color 0.4s;
}
.td-mega-span h3 a:hover {
color: #4db2ec;
}
.td_mod_mega_menu:hover .entry-title a {
color: #4db2ec;
} .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; }
@media (max-width: 1140px) {
.td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
display: none;
}
} .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;
}
} .td-header-sp-top-menu {
line-height: 28px;
padding: 0 !important;
z-index: 1000;
float: left; }
@media (max-width: 767px) {
.td-header-sp-top-menu {
display: none !important;
}
}
.td-header-sp-top-menu .td_ul_logout {
margin-right: 16px;
} .td-header-sp-top-widget {
position: relative;
line-height: 28px;
text-align: right;
padding-left: 0 !important;
padding-right: 0 !important; }
.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;
}
.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;
} .td_data_time {
display: inline-block;
margin-right: 32px;
} .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;
} .td-social-icon-wrap { }
.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;
}
.td-social-icon-wrap .td-icon-naver {
font-size: 16px;
}
@media (max-width: 767px) {
.td-social-icon-wrap {
margin: 0 3px;
}
} .top-bar-style-1 .td-header-sp-top-widget {
float: right;
} .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-4 .td-header-sp-top-widget,
.top-bar-style-4 .td-header-sp-top-menu {
float: right;
} .td_module_1 {
padding-bottom: 24px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_1 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.td_module_1 .entry-thumb {
width: 100%;
}
} .td_module_2 {
padding-bottom: 32px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_2 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.td_module_2 .entry-thumb {
width: 100%;
}
} .td_module_3 {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_3 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.td_module_3 .entry-thumb {
width: 100%;
}
} .td_module_4 {
padding-bottom: 43px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_4 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.td_module_4 .entry-thumb {
width: 100%;
}
} .td_module_5 {
padding-bottom: 20px;
border-bottom: 1px dashed #f2f2f2;
margin-bottom: 17px;   }
.td_module_5 .td-module-meta-info {
margin-bottom: 17px;
}
.td_module_5 .td-module-thumb {
margin-bottom: 14px;
}
.td_module_5 .td-excerpt {
margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_5 .entry-title {
font-size: 17px;
line-height: 22px;
font-weight: 500;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td_module_5 .entry-title {
font-weight: 400;
}
}
@media (max-width: 767px) {
.td_module_5 .entry-thumb {
width: 100%;
}
} .td_module_6 {
padding-bottom: 26px;   }
.td_module_6 .td-module-thumb {
position: absolute;
left: 0;
top: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_6 .td-module-thumb {
width: 80px;
}
}
.td_module_6 .item-details {
margin-left: 116px;
min-height: 70px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_6 .item-details {
margin-left: 95px;
min-height: 55px;
}
}
.td_module_6 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500;  }
@media (min-width: 768px) and (max-width: 1140px) {
.td_module_6 .entry-title {
font-size: 12px;
line-height: 18px;
}
}
@media (max-width: 767px) {
.td_module_6 .entry-title {
font-size: 14px;
}
}
.td_module_6 .td-module-meta-info {
margin-bottom: 0;
min-height: 0;
}
@media (min-width: 768px) and (max-width: 1140px) {
.td_module_6 .td-icon-star,
.td_module_6 .td-icon-star-empty,
.td_module_6 .td-icon-star-half {
font-size: 15px;
width: 17px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_6 .td-post-category {
margin-bottom: 5px;
}
}
@media (max-width: 500px) {
.td_module_6 .td-icon-star,
.td_module_6 .td-icon-star-empty,
.td_module_6 .td-icon-star-half {
font-size: 15px;
width: 17px;
}
} .td_module_7 {
padding-bottom: 26px;   }
.td_module_7 .td-module-thumb {
position: absolute;
right: 0;
top: 0;
}
.td_module_7 .item-details {
margin-right: 116px;
min-height: 70px;
}
.td_module_7 .entry-title {
font-size: 13px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500;  }
@media (min-width: 768px) and (max-width: 1140px) {
.td_module_7 .entry-title {
font-size: 12px;
line-height: 18px;
}
}
@media (max-width: 767px) {
.td_module_7 .entry-title {
font-size: 14px;
}
}
.td_module_7 .td-module-meta-info {
margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1140px) {
.td_module_7 .td-icon-star,
.td_module_7 .td-icon-star-empty,
.td_module_7 .td-icon-star-half {
font-size: 15px;
width: 17px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_7 .td-post-category {
margin-bottom: 5px;
}
}
@media (max-width: 500px) {
.td_module_7 .td-icon-star,
.td_module_7 .td-icon-star-empty,
.td_module_7 .td-icon-star-half {
font-size: 15px;
width: 17px;
}
} .td_module_8 {
padding-bottom: 25px;
border-bottom: 1px dashed #f2f2f2;
margin-bottom: 16px; }
.td_module_8 .entry-title {
font-size: 17px;
line-height: 24px;
margin-bottom: 7px;
font-weight: 500;
}
.td_module_8 .td-module-meta-info {
margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_8 .td-post-author-name {
display: none;
}
} .td_module_9 {
padding-bottom: 25px;
border-bottom: 1px dashed #f2f2f2;
margin-bottom: 26px;
text-align: center;
}
.td_module_9 .td-module-comments {
top: auto;
float: none;
margin-bottom: 8px;
}
.td_module_9 .entry-title {
font-size: 17px;
line-height: 24px;
margin-bottom: 8px;
font-weight: 500;
}
.td_module_9 .td-module-meta-info {
margin-bottom: 0;
}
.td_module_9 .td_quote_on_blocks {
text-align: center;
}
.td_module_9 .td-post-category {
display: inline-block;
margin: 0 0 8px 0;
} .td_module_10 {
padding-bottom: 40px;  }
@media (max-width: 767px) {
.td_module_10 {
padding-bottom: 26px;
}
.td_module_10 .td-post-category {
display: none;
}
}
.td_module_10 .td-module-thumb {
position: absolute;
left: 0;
top: 0;  }
@media (max-width: 767px) {
.td_module_10 .td-module-thumb {
width: 150px;
}
}
@media (max-width: 500px) {
.td_module_10 .td-module-thumb {
width: 100px;
}
}
.td_module_10 .item-details {
margin-left: 244px;
min-height: 150px;  }
@media (max-width: 767px) {
.td_module_10 .item-details {
margin-left: 170px;
min-height: 103px;
}
}
@media (max-width: 500px) {
.td_module_10 .item-details {
margin-left: 115px;
min-height: 69px;
}
}
.td_module_10 .td-excerpt { }
@media (max-width: 767px) {
.td_module_10 .td-excerpt {
display: none;
}
}
.td_module_10 .entry-title {
font-size: 22px;
line-height: 28px;
margin-bottom: 5px; }
@media (max-width: 500px) {
.td_module_10 .entry-title {
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
}
@media (max-width: 500px) {
.td_module_10 .td-video-play-ico {
width: 20px;
height: 20px;
font-size: 20px;
}
}
.td-pb-span8 .td_module_10 { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span8 .td_module_10 .td-module-thumb {
width: 190px;
}
.td-pb-span8 .td_module_10 .item-details {
margin-left: 210px;
min-height: 131px;
}
.td-pb-span8 .td_module_10 .entry-title {
font-size: 17px;
line-height: 22px;
}
.td-pb-span8 .td_module_10 .td-post-author-name {
display: none;
}
}
.td-pb-span4 .td_module_10 {
padding-bottom: 40px; }
.td-pb-span4 .td_module_10 .td-module-thumb {
width: 80px;  }
@media (max-width: 767px) {
.td-pb-span4 .td_module_10 .td-module-thumb {
width: 150px;
}
}
@media (max-width: 500px) {
.td-pb-span4 .td_module_10 .td-module-thumb {
width: 100px;
}
}
.td-pb-span4 .td_module_10 .item-details {
margin-left: 0;
min-height: 70px;  }
@media (max-width: 767px) {
.td-pb-span4 .td_module_10 .item-details {
padding-left: 170px;
min-height: 103px;
}
}
@media (max-width: 500px) {
.td-pb-span4 .td_module_10 .item-details {
padding-left: 0;
min-height: 69px;
}
}
.td-pb-span4 .td_module_10 .entry-title {
font-size: 15px;
font-weight: 500;
line-height: 21px;
padding-left: 95px;
min-height: 55px;
margin-bottom: 13px;   }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td_module_10 .entry-title {
font-size: 13px;
line-height: 18px;
min-height: 50px;
}
}
@media (max-width: 767px) {
.td-pb-span4 .td_module_10 .entry-title {
font-size: 22px;
line-height: 28px;
margin-bottom: 5px;
padding-left: 0;
font-weight: 400;
min-height: 0;
}
}
@media (max-width: 500px) {
.td-pb-span4 .td_module_10 .entry-title {
font-size: 17px;
line-height: 23px;
font-weight: 500;
padding-left: 110px;
min-height: 69px;
margin-bottom: 13px;
}
}
.td-pb-span4 .td_module_10 .td-video-play-ico {
width: 20px;
height: 20px;
font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td_module_10 .td-post-author-name {
display: none;
}
} .td_module_11 {
padding-bottom: 48px;   }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_11 {
padding-bottom: 0;
border-bottom: 1px dashed #EAEAEA;
margin-bottom: 20px;
}
.td_module_11:last-child {
border: 0;
}
}
@media (max-width: 767px) {
.td_module_11 {
padding-bottom: 30px;
}
}
.td_module_11 .td-module-thumb {
position: absolute;
left: 0;
top: 0;  }
@media (max-width: 767px) {
.td_module_11 .td-module-thumb {
width: 200px;
}
}
@media (max-width: 500px) {
.td_module_11 .td-module-thumb {
width: 100px;
}
}
.td_module_11 .item-details {
margin-left: 350px;
min-height: 235px;  }
@media (max-width: 767px) {
.td_module_11 .item-details {
margin-left: 220px;
min-height: 145px;
}
}
@media (max-width: 500px) {
.td_module_11 .item-details {
margin-left: 0;
min-height: 73px;
padding-left: 110px;
}
}
.td_module_11 .entry-title {
font-size: 25px;
line-height: 29px;
margin-bottom: 11px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_11 .entry-title {
font-size: 20px;
line-height: 24px;
font-weight: 500;
}
}
@media (max-width: 500px) {
.td_module_11 .entry-title {
font-size: 17px;
line-height: 23px;
font-weight: 500;
margin-bottom: 8px;
}
}
.td_module_11 .td-post-author-name { }
@media (max-width: 767px) {
.td_module_11 .td-post-author-name {
display: none;
}
}
.td_module_11 .td-excerpt {
margin-bottom: 15px; }
@media (max-width: 767px) {
.td_module_11 .td-excerpt {
display: none;
}
}
.td_module_11 .td-read-more {
margin-bottom: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_11 .td-read-more {
display: none;
}
}
@media (max-width: 767px) {
.td_module_11 .td-read-more {
display: none;
}
}
@media (max-width: 767px) {
.td_module_11 .td-video-play-ico {
width: 20px;
height: 20px;
font-size: 20px;
}
}
.td-pb-span12 .td_module_11 .entry-title { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span12 .td_module_11 .entry-title {
font-size: 22px;
line-height: 28px;
font-weight: 400;
}
}
.td-pb-span8 .td_module_11 {  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-pb-span8 .td_module_11 .td-module-thumb {
width: 300px;
}
.td-pb-span8 .td_module_11 .item-details {
margin-left: 324px;
min-height: 218px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span8 .td_module_11 .td-module-thumb {
width: 192px;
}
.td-pb-span8 .td_module_11 .item-details {
margin-left: 210px;
min-height: 165px;
}
.td-pb-span8 .td_module_11 .td-post-author-name {
display: none;
}
}
.td-pb-span4 .td_module_11 { }
.td-pb-span4 .td_module_11 .td-module-thumb {
position: relative;
margin-bottom: 8px;  }
@media (max-width: 767px) {
.td-pb-span4 .td_module_11 .td-module-thumb {
position: absolute;
}
}
@media (max-width: 500px) {
.td-pb-span4 .td_module_11 .td-module-thumb {
width: 100px;
}
}
.td-pb-span4 .td_module_11 .item-details {
margin-left: 0;  }
@media (max-width: 767px) {
.td-pb-span4 .td_module_11 .item-details {
margin-left: 220px;
}
}
@media (max-width: 500px) {
.td-pb-span4 .td_module_11 .item-details {
margin-left: 0;
min-height: 73px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td_module_11 .td-post-author-name {
display: none;
}
} .td_module_12 {
padding-bottom: 20px;
border-bottom: 1px dashed #f2f2f2;
margin-bottom: 30px;
}
.td_module_12 .entry-title {
font-size: 34px;
line-height: 42px;
margin-bottom: 8px; }
@media (max-width: 1018px) {
.td_module_12 .entry-title {
font-size: 26px;
line-height: 36px;
}
}
.td_module_12 .td-module-meta-info {
margin-bottom: 17px;
}
.td_module_12 .td-excerpt {
font-size: 14px;
line-height: 24px;
margin-bottom: 15px;
} .td_module_13 {
padding-bottom: 20px;
border-bottom: 1px dashed #f2f2f2;
margin-bottom: 30px;
}
.td_module_13 .entry-title {
font-size: 34px;
line-height: 42px;
margin-bottom: 8px; }
@media (max-width: 1018px) {
.td_module_13 .entry-title {
font-size: 26px;
line-height: 36px;
}
}
.td_module_13 .td-module-meta-info {
margin-bottom: 17px;
}
.td_module_13 .td-module-thumb {
margin-bottom: 22px;
} .td_module_14 {
padding-bottom: 40px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_14 {
padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.td_module_14 {
padding-bottom: 21px;
}
}
.td_module_14 .entry-thumb {
width: 100%;
}
.td_module_14:last-child {
padding-bottom: 0;
}
.td_module_14 .meta-info-container {
position: relative;
}
.td_module_14 .entry-title {
font-size: 30px;
line-height: 38px;
font-weight: 500;
margin-bottom: 10px;
position: relative;
bottom: -2px;  }
@media (max-width: 767px) {
.td_module_14 .entry-title {
font-size: 22px;
line-height: 30px;
}
}
@media (max-width: 500px) {
.td_module_14 .entry-title {
font-size: 18px;
line-height: 26px;
margin-left: 14px;
margin-right: 14px;
}
}
.td_module_14 .entry-title:after {
content: '';
position: absolute;
bottom: -43px;
left: 0;
width: 100%;
border-bottom: 1px dashed #f1f1f1;
}
.td_module_14 .td-module-meta-info {
position: absolute;
margin: 0;
padding: 0 60px;
bottom: -43px;
width: 100%;   }
@media (max-width: 1018px) {
.td_module_14 .td-module-meta-info {
padding: 0 40px;
}
}
@media (max-width: 767px) {
.td_module_14 .td-module-meta-info {
bottom: -45px;
}
}
@media (max-width: 500px) {
.td_module_14 .td-module-meta-info {
padding: 0 20px;
}
}
.td_module_14 .td-module-meta-holder {
background-color: #fff;
padding: 10px 20px 17px 20px; }
@media (max-width: 500px) {
.td_module_14 .td-module-meta-holder {
padding: 8px 0 19px 0;
}
}
.td_module_14 .td-post-category { }
@media (max-width: 767px) {
.td_module_14 .td-post-category {
display: none;
}
}
.td_module_14 .td-module-thumb {
margin-bottom: 60px; }
@media (max-width: 767px) {
.td_module_14 .td-module-thumb {
margin-bottom: 70px;
}
}
.td_module_14 .td-post-author-name { }
@media (max-width: 500px) {
.td_module_14 .td-post-author-name {
margin-left: 14px;
}
}
.td_module_14 .td-module-comments { }
@media (max-width: 500px) {
.td_module_14 .td-module-comments {
margin-right: 14px;
}
}
.td_module_14 .td-excerpt {
padding: 0 80px;
font-size: 14px;
line-height: 24px;
margin-top: 11px;   }
@media (max-width: 1018px) {
.td_module_14 .td-excerpt {
padding: 0 60px;
}
}
@media (max-width: 767px) {
.td_module_14 .td-excerpt {
padding: 0 60px;
margin-top: -5px;
}
}
@media (max-width: 500px) {
.td_module_14 .td-excerpt {
padding: 0 32px;
}
}
.td_module_14 .td-read-more {
display: block;
margin-top: 15px;
}
.td-pb-span8 .td_module_14 { }
.td-pb-span8 .td_module_14 .td-module-meta-info {
padding: 0 40px; }
@media (max-width: 500px) {
.td-pb-span8 .td_module_14 .td-module-meta-info {
padding: 0 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span8 .td_module_14 .entry-title {
font-size: 22px;
line-height: 30px;
}
.td-pb-span8 .td_module_14 .td-module-meta-info {
padding: 0 20px;
}
}
.td-pb-span8 .td_module_14 .td-excerpt {
padding: 0 60px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span8 .td_module_14 .td-excerpt {
padding: 0 40px;
}
}
@media (max-width: 500px) {
.td-pb-span8 .td_module_14 .td-excerpt {
padding: 0 34px;
}
}
.td-pb-span4 .td_module_14 { }
.td-pb-span4 .td_module_14 .td-module-meta-info {
padding: 0 40px; }
@media (max-width: 500px) {
.td-pb-span4 .td_module_14 .td-module-meta-info {
padding: 0 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td_module_14 .entry-title {
font-size: 22px;
line-height: 30px;
}
.td-pb-span4 .td_module_14 .td-module-meta-info {
padding: 0 20px;
}
} .td_module_16 {
padding-bottom: 40px; }
@media (max-width: 767px) {
.td_module_16 {
padding-bottom: 26px;
}
}
.td_module_16 .td-module-thumb {
position: absolute;
left: 0;
top: 0; }
@media (max-width: 767px) {
.td_module_16 .td-module-thumb {
width: 80px;
}
}
.td_module_16 .item-details {
margin-left: 174px;
min-height: 150px; }
@media (max-width: 767px) {
.td_module_16 .item-details {
margin-left: 95px;
min-height: 80px;
}
}
.td_module_16 .entry-title {
font-size: 22px;
line-height: 28px;
margin-bottom: 5px;  }
@media (max-width: 767px) {
.td_module_16 .entry-title {
font-weight: 500;
}
}
@media (max-width: 500px) {
.td_module_16 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
.td_module_16 .td-excerpt { }
@media (max-width: 767px) {
.td_module_16 .td-excerpt {
display: none;
}
} .td_module_17 { }
@media (max-width: 1018px) {
.td_module_17 {
padding-bottom: 10px;
}
}
.td_module_17 .td-module-image {
position: relative; }
@media (max-width: 767px) {
.td_module_17 .td-module-image {
margin-left: -20px;
margin-right: -20px;
}
}
.td_module_17 .td-module-image .entry-thumb {
width: 100%;
}
.td_module_17 .entry-title {
font-size: 28px;
line-height: 38px;
font-weight: bold;
margin-bottom: 17px;
}
@media (max-width: 1018px) {
.td_module_17 .entry-title {
font-size: 21px;
line-height: 28px;
margin-bottom: 13px;
}
}
.td_module_17 .td-module-meta-holder {
position: absolute;
bottom: 0;
width: 100%;
height: 47px;
background-color: rgba(0, 0, 0, 0.7);
padding: 15px 15px 15px 18px;
font-size: 12px;
line-height: 1;
pointer-events: none; }
@media (max-width: 767px) {
.td_module_17 .td-module-meta-holder {
padding: 13px 12px;
height: 43px;
}
}
.td_module_17 .td-left-meta {
display: inline-block;
}
.td_module_17 .td-left-meta .td-post-author-name a {
color: #fff;
pointer-events: auto;
}
.td_module_17 .td-left-meta .td-post-author-name a:hover {
color: #aaa;
}
.td_module_17 .entry-review-stars {
color: #fff;
}
.td_module_17 .td-category-corner {
padding: 0;
text-align: left;
}
.td_module_17 .td-post-category {
background-color: #fff !important;
color: #000;
font-size: 11px;
padding: 5px 10px;
bottom: auto;
top: 0;
}
.td_module_17 .td-post-category:hover {
background-color: #fff;
color: #aaa;
}
.td_module_17 .td-module-comments {
pointer-events: auto;
}
.td_module_17 .td-module-comments a {
color: #000;
background-color: #fff !important;
}
.td_module_17 .td-module-comments a:after {
border-color: #fff transparent transparent transparent !important;
}
.td_module_17 .td-excerpt {
font-size: 16px;
line-height: 26px;
margin-top: 24px;
}
@media (max-width: 1018px) {
.td_module_17 .td-excerpt {
font-size: 14px;
line-height: 24px;
margin-top: 20px;
}
}
.td_module_17 .td-read-more {
margin-top: 20px;
}
@media (max-width: 1018px) {
.td_module_17 .td-read-more {
margin-top: 15px;
}
}
.td_module_17 .td-read-more a {
background-color: transparent !important;
color: #000;
font-size: 14px;
padding: 0 10px 10px 0;
}
.td_module_17 .td-read-more a:hover {
color: #4db2ec;
}
.td_module_17 .td-icon-menu-right {
font-size: 9px;
margin-left: 8px;
vertical-align: middle;
}
.td_module_17 .td-module-image {
overflow: hidden;
}
.td_module_17 .td-module-thumb {
margin-bottom: 0;
} .td_module_18 {
padding-bottom: 40px; }
@media (max-width: 1018px) {
.td_module_18 {
padding-bottom: 30px;
}
}
.td_module_18 .meta-info-container {
padding-bottom: 10px;
border-bottom: 1px dashed #f2f2f2;
text-align: center; }
@media (max-width: 1018px) {
.td_module_18 .meta-info-container {
padding-bottom: 0;
}
}
.td_module_18 .td-module-thumb { }
@media (max-width: 767px) {
.td_module_18 .td-module-thumb {
margin-left: -20px;
margin-right: -20px;
}
}
.td_module_18 .entry-title {
font-size: 25px;
line-height: 32px;
font-weight: bold;
margin: 9px 0 12px; }
@media (max-width: 1018px) {
.td_module_18 .entry-title {
font-size: 22px;
line-height: 28px;
margin: 8px 0;
}
}
.td_module_18 .td-module-meta-info {
position: relative;
width: 100%;
margin-bottom: 27px; }
@media (max-width: 1018px) {
.td_module_18 .td-module-meta-info {
margin-bottom: 18px;
}
}
.td_module_18 .td-post-author-name a {
font-size: 12px;
}
.td_module_18 .td-post-author-name a:hover {
opacity: 0.7;
}
.td_module_18 .td-post-date {
font-size: 12px;
}
.td_module_18 .td-module-comments {
position: absolute;
right: 0;
bottom: -5px;
}
.td_module_18 .td-post-category {
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 12px;
line-height: 1;
background-color: transparent;
color: #000;
display: inline-block;
}
.td_module_18 .td-post-category:hover {
background-color: transparent !important;
opacity: 0.7;
}
.td_module_18 .entry-thumb {
width: 100%;
}
.td_module_18 .td-excerpt {
font-size: 15px;
line-height: 27px;
margin-top: 20px; }
@media (max-width: 1018px) {
.td_module_18 .td-excerpt {
font-size: 13px;
line-height: 23px;
}
}
.td_module_18 .td-read-more {
margin-top: 9px;
margin-bottom: 23px;
}
.td_module_18 .td-read-more a {
background-color: transparent !important;
color: #000;
font-size: 14px;
}
.td_module_18 .td-read-more a:hover {
background-color: transparent !important;
color: #4db2ec;
}
.td_module_18 .td-icon-menu-right {
font-size: 9px;
margin-left: 8px;
vertical-align: middle;
}
.td-pb-span12.td-main-content .td_module_18 .entry-title {
font-size: 34px;
line-height: 44px; }
@media (max-width: 1018px) {
.td-pb-span12.td-main-content .td_module_18 .entry-title {
font-size: 22px;
line-height: 28px;
}
} .td_module_19 {
padding-bottom: 50px;  }
@media (max-width: 1018px) {
.td_module_19 {
padding-bottom: 40px;
}
}
@media (max-width: 767px) {
.td_module_19 {
border-bottom: 1px dashed #f2f2f2;
padding-bottom: 20px;
margin-bottom: 20px;
}
}
.td_module_19 .meta-info-container {
position: relative;
}
.td_module_19 .td-module-image {
position: absolute;
top: 0;
left: 0;
}
.td_module_19 .td-module-thumb {
overflow: hidden;
width: 264px;
height: 366px;
margin-bottom: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_19 .td-module-thumb {
width: 210px;
}
}
@media (max-width: 767px) {
.td_module_19 .td-module-thumb {
width: 100px;
height: 120px;
}
}
.td_module_19 .entry-thumb {
max-width: none;
position: absolute;
margin: 0 auto;
left: -9999px;
right: -9999px;
width: auto;
height: 100%;
}
.td_module_19 .td-post-category {
display: inline-block;
padding: 5px 8px;
text-transform: uppercase;
font-size: 11px;
line-height: 1;
background-color: #000;
color: #fff;
position: absolute;
left: 0;
bottom: 25px;
z-index: 1; }
@media (max-width: 767px) {
.td_module_19 .td-post-category {
padding: 4px 7px;
font-size: 9px;
bottom: 10px;
}
}
.td_module_19 .td-item-details {
margin-left: 294px;
min-height: 366px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_19 .td-item-details {
margin-left: 230px;
}
}
@media (max-width: 767px) {
.td_module_19 .td-item-details {
margin-left: 120px;
min-height: 120px;
}
}
.td_module_19 .td-module-meta-info {
position: relative;
}
.td_module_19 .entry-title {
font-size: 30px;
line-height: 38px;
font-weight: 900;
margin-bottom: 10px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_19 .entry-title {
font-size: 24px;
line-height: 28px;
}
}
@media (max-width: 767px) {
.td_module_19 .entry-title {
font-size: 20px;
line-height: 25px;
margin-bottom: 8px;
}
}
.td_module_19 .td-post-author-name {
font-size: 13px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_19 .td-post-author-name {
font-size: 12px;
}
}
@media (max-width: 767px) {
.td_module_19 .td-post-author-name {
display: none;
}
}
.td_module_19 .td-post-author-name:hover {
color: #4db2ec;
}
.td_module_19 .td-post-date {
font-size: 13px; }
@media (max-width: 1018px) {
.td_module_19 .td-post-date {
font-size: 12px;
}
}
.td_module_19 .td-excerpt {
font-size: 16px;
line-height: 26px;
margin-top: 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_19 .td-excerpt {
font-size: 14px;
line-height: 22px;
margin-top: 15px;
}
}
@media (max-width: 767px) {
.td_module_19 .td-excerpt {
display: none;
}
}
.td_module_19 .td-read-more {
margin-top: 21px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_19 .td-read-more {
margin-top: 15px;
}
}
@media (max-width: 767px) {
.td_module_19 .td-read-more {
display: none;
}
}
.td_module_19 .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none; }
@media (max-width: 767px) {
.td_module_19 .td-video-play-ico {
width: 30px;
height: 30px;
font-size: 30px;
top: 10px;
right: 10px;
transform: none;
-webkit-transform: none;
}
}
.td_module_19 .td-read-more a {
background-color: #000;
color: #fff;
font-size: 14px;  }
@media (max-width: 1018px) {
.td_module_19 .td-read-more a {
font-size: 13px;
}
}
@media (max-width: 767px) {
.td_module_19 .td-read-more a {
font-size: 11px;
padding: 8px 11px;
display: none;
}
}
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
width: 534px;
height: 350px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
width: 400px;
height: 320px;
}
}
@media (max-width: 767px) {
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb {
width: 100px;
height: 120px;
}
}
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
height: auto;   }
@media (min-width: 767px) {
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
max-width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
width: 100%;
}
}
@media (max-width: 767px) {
.td-pb-span12.td-main-content .td_module_19 .td-module-thumb .entry-thumb {
height: 100%;
}
}
.td-pb-span12.td-main-content .td_module_19 .td-item-details {
min-height: 350px;
margin-left: 564px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span12.td-main-content .td_module_19 .td-item-details {
min-height: 330px;
margin-left: 430px;
}
}
@media (max-width: 767px) {
.td-pb-span12.td-main-content .td_module_19 .td-item-details {
min-height: 120px;
margin-left: 115px;
}
} .td_module_mx1 {
position: relative;
padding-bottom: 0;
margin-bottom: 3px; }
.td_module_mx1 .td-module-meta-info .td-post-category {
background-color: #fff !important;
color: #222; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx1 .td-module-meta-info .td-post-category {
display: none;
}
}
.td_module_mx1 .td-module-meta-info {
position: absolute;
bottom: 0;
padding: 0 17px;
margin-bottom: 17px;
z-index: 1;
}
.td_module_mx1 .td-module-meta-info .td-post-author-name a {
color: #fff;
}
.td_module_mx1 .entry-title {
font-size: 17px;
font-weight: 700;
line-height: 21px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx1 .entry-title {
font-size: 15px;
font-weight: 500;
line-height: 20px;
}
}
.td_module_mx1 .entry-title a {
color: #fff !important;
}
.td_module_mx1 .td-video-play-ico {
z-index: 1; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx1 .td-video-play-ico {
top: auto;
left: auto;
bottom: 10px;
right: 10px;
transform: none;
-webkit-transform: none;
}
}
.td_module_mx1 .td-icon-star,
.td_module_mx1 .td-icon-star-half,
.td_module_mx1 .td-icon-star-empty {
color: #fff; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx1 .td-icon-star,
.td_module_mx1 .td-icon-star-half,
.td_module_mx1 .td-icon-star-empty {
font-size: 14px;
width: 17px;
}
}
.td_module_mx1 .td-module-thumb {
margin-bottom: 0;
overflow: hidden;
height: 220px; }
@media (max-width: 1140px) {
.td_module_mx1 .td-module-thumb {
height: auto;
}
}
.td_module_mx1 .td-module-thumb .entry-thumb {
max-width: none; }
@media (max-width: 1140px) {
.td_module_mx1 .td-module-thumb .entry-thumb {
max-width: 100%;
width: 100%;
}
}
.td_module_mx1 .td-module-thumb a:last-child:before {
bottom: 0;
top: auto;
content: "";
display: block;
height: 80%;
width: 100%;
position: absolute;
z-index: 1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx1 .td-author-date {
display: block;
margin-top: 5px;
}
} .td_module_mx2 {
padding-bottom: 0;
*zoom: 1;
}
.td_module_mx2:before,
.td_module_mx2:after {
display: table;
content: "";
line-height: 0;
}
.td_module_mx2:after {
clear: both;
}
.td_module_mx2 .entry-title {
font-size: 13px;
font-weight: 500;
line-height: 18px;
margin: 0 0 5px 0;
}
.td_module_mx2 .entry-thumb {
width: 80px;
}
.td_module_mx2 .td-module-thumb {
position: absolute;
margin-bottom: 0;
}
.td_module_mx2 .item-details {
margin: 0 0 20px 100px;
min-height: 60px;
padding-top: 2px;
}
.td_module_mx2.td-module-search-def .item-details {
min-height: 80px;
}
.td_block_inner .td_module_mx2 {   }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_inner .td_module_mx2 .item-details {
margin-left: 95px;
}
.td_block_inner .td_module_mx2 .td-post-category {
margin-bottom: 5px;
}
.td_block_inner .td_module_mx2 .td-icon-star,
.td_block_inner .td_module_mx2 .td-icon-star-empty,
.td_block_inner .td_module_mx2 .td-icon-star-half {
font-size: 15px;
width: 17px;
}
}
@media (max-width: 767px) {
.td_block_inner .td_module_mx2 .entry-title {
font-size: 16px;
line-height: 22px;
}
.td_block_inner .td_module_mx2 .item-details {
margin-bottom: 30px;
}
}
@media (max-width: 500px) {
.td_block_inner .td_module_mx2 .entry-title {
font-size: 14px;
line-height: 20px;
}
} .td_module_mx3 {
position: relative;
padding-bottom: 53px;
margin-bottom: 18px;   }
@media (max-width: 767px) {
.td_module_mx3 {
width: 48%;
float: left;
padding-bottom: 73px;
margin-bottom: 0;
}
.td_module_mx3:nth-child(even) {
margin-left: 4%;
}
}
@media (max-width: 500px) {
.td_module_mx3 {
width: 100%;
float: left;
padding-bottom: 75px;
}
.td_module_mx3:nth-child(even) {
margin-left: 0;
}
}
.td_module_mx3:last-child {
margin-bottom: 0;
}
.td_module_mx3 .td-module-meta-info {
position: absolute;
bottom: 7px;
width: 284px;
background-color: #fff;
border-bottom: 1px dashed #f1f1f1;
margin: 0 20px;
padding: 14px 20px 25px 20px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_module_mx3 .td-module-meta-info {
width: 270px;
margin: 0 15px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx3 .td-module-meta-info {
width: 208px;
margin: 0 10px;
padding: 9px 16px 25px;
}
.td_module_mx3 .td-module-meta-info .td-post-category {
display: none;
}
}
@media (max-width: 767px) {
.td_module_mx3 .td-module-meta-info {
width: 90%;
margin: 0 5%;
bottom: 33px;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 20px;
border-bottom: 0;
}
}
.td_module_mx3 .td-post-category { }
@media (max-width: 1018px) {
.td_module_mx3 .td-post-category {
display: none;
}
}
.td_module_mx3 .entry-title {
position: relative;
font-size: 17px;
font-weight: 700;
line-height: 21px;
font-style: normal;
margin: 0 0 12px 0;
height: auto;
bottom: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx3 .entry-title {
font-size: 15px;
}
}
@media (max-width: 500px) {
.td_module_mx3 .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: 500;
}
}
@media (max-width: 767px) {
.td_module_mx3 .entry-thumb {
width: 100%;
}
} .td_module_mx4 { }
.td_module_mx4 .td-module-thumb {
margin-bottom: 7px; }
@media (max-width: 500px) {
.td_module_mx4 .td-module-thumb {
margin-bottom: 0;
}
}
.td_module_mx4 .entry-title {
font-size: 15px;
line-height: 20px;
font-weight: 500;
margin-bottom: 0; }
@media (max-width: 500px) {
.td_module_mx4 .entry-title {
padding-left: 115px;
font-size: 14px;
line-height: 21px;
}
}
.td_module_mx4 .td_quote_on_blocks {
margin-top: 10px;
}
.td_module_mx4 .entry-thumb {
width: 100%;
}
.td_module_mx4 .td-video-play-ico {  }
@media (max-width: 767px) {
.td_module_mx4 .td-video-play-ico {
width: 30px;
height: 30px;
font-size: 30px;
}
}
@media (max-width: 500px) {
.td_module_mx4 .td-video-play-ico {
width: 20px;
height: 20px;
font-size: 20px;
}
}
@media (max-width: 500px) {
.td_module_mx4 {
min-height: 69px;
padding-bottom: 0;
margin-bottom: 30px;
}
.td_module_mx4 .td-module-image {
width: 100px;
position: absolute;
left: 0;
top: 0;
}
}
.td-column-3 .td_module_mx4 .entry-title {  }
@media (max-width: 767px) {
.td-column-3 .td_module_mx4 .entry-title {
font-size: 12px;
line-height: 18px;
}
}
@media (max-width: 500px) {
.td-column-3 .td_module_mx4 .entry-title {
padding-left: 115px;
font-size: 14px;
line-height: 21px;
}
}
.td-column-1 .td_module_mx4 {
padding-bottom: 22px;  }
@media (max-width: 767px) {
.td-column-1 .td_module_mx4 {
padding-bottom: 35px;
}
}
.td-column-1 .td_module_mx4 .entry-title {
font-size: 13px;
line-height: 18px;
font-weight: 500;  }
@media (max-width: 767px) {
.td-column-1 .td_module_mx4 .entry-title {
font-size: 16px;
line-height: 22px;
}
}
@media (max-width: 500px) {
.td-column-1 .td_module_mx4 .entry-title {
font-size: 14px;
line-height: 21px;
padding-left: 0;
}
}
.td-column-1 .td_module_mx4 .td-video-play-ico {
width: 30px;
height: 30px;
font-size: 30px;
}
@media (max-width: 500px) {
.td-column-1 .td_module_mx4 {
margin-bottom: 0;
}
.td-column-1 .td_module_mx4 .td-module-thumb {
margin-bottom: 7px;
}
.td-column-1 .td_module_mx4 .td-module-image {
width: 100%;
position: relative;
}
.td-column-1 .td_module_mx4 .td-post-category {
width: auto;
}
} .td_module_mx7 {  }
.td_module_mx7 .td-module-thumb {
margin-bottom: 9px;
}
.td_module_mx7 .entry-title {
font-size: 16px;
line-height: 21px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx7 .entry-title {
font-size: 14px;
line-height: 20px;
}
}
.td_module_mx7 .td-module-meta-info {
margin-bottom: 13px;
}
.td_module_mx7 .td_quote_on_blocks {
margin-top: 10px;
}
.td_module_mx7 .td-post-author-name {
display: block;
margin-bottom: 10px;
}
.td_module_mx7 .td-post-author-name span {
display: none;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx7 .td-post-author-name {
display: none;
}
}
@media (max-width: 767px) {
.td_module_mx7 .entry-thumb {
width: 100%;
}
}
.td-column-3 .td_module_mx7 { }
@media (max-width: 767px) {
.td-column-3 .td_module_mx7 .td-post-author-name {
display: none;
}
.td-column-3 .td_module_mx7 .entry-title {
font-size: 18px;
line-height: 24px;
}
.td-column-3 .td_module_mx7 .td-video-play-ico {
width: 40px;
height: 40px;
font-size: 40px;
border-width: 2px;
}
} .td_module_mx8:hover .entry-title a {
color: #fff !important;
}
.td_module_mx8 .td-module-thumb {
margin-bottom: 5px;
overflow: hidden;
}
.td_module_mx8 .td-module-thumb a:last-child:after {
bottom: 0;
content: "";
display: block;
height: 80%;
width: 100%;
position: absolute;
z-index: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.td_module_mx8 .entry-thumb {
width: 100%;
}
.td_module_mx8 .meta-info-container {
position: relative;
}
.td_module_mx8 .td-module-meta-info {
position: absolute;
bottom: 14px;
margin-bottom: 0;
width: 100%;
padding: 0 21px;
}
.td_module_mx8 .entry-title {
font-weight: 500;
font-size: 24px;
line-height: 32px;
}
.td_module_mx8 .td-post-category {
background-color: #fff !important;
color: #000;
}
.td_module_mx8 .entry-review-stars {
margin-right: 22px;
}
.td_module_mx8 .entry-title a,
.td_module_mx8 .td-post-author-name a,
.td_module_mx8 .td-post-date,
.td_module_mx8 .td-icon-star,
.td_module_mx8 .td-icon-star-half,
.td_module_mx8 .td-icon-star-empty {
color: #fff;
}
.td_module_mx8 .td-module-comments {
float: none;
display: inline-block;
vertical-align: top;
top: 2px;
margin-left: 22px;
}
.td_module_mx8 .td-module-comments a {
background-color: transparent !important;
padding: 0;
font-size: 11px;
font-weight: 400;
}
.td_module_mx8 .td-module-comments a:before {
font-family: 'newspaper', sans-serif;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e83b";
margin-right: 5px;
font-size: 9px;
}
.td_module_mx8 .td-module-comments a:after {
display: none;
}
.td-pb-span4 .td_module_mx8 { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-pb-span4 .td_module_mx8 .td-author-date {
display: none;
}
.td-pb-span4 .td_module_mx8 .td-module-meta-info {
bottom: 10px;
}
.td-pb-span4 .td_module_mx8 .td_module_wrap .entry-title {
margin: 0;
}
.td-pb-span4 .td_module_mx8 .td-video-play-ico {
width: 30px;
height: 30px;
top: 10px;
right: 10px;
transform: none;
-webkit-transform: none;
}
.td-pb-span4 .td_module_mx8 .entry-title {
margin: 0;
}
} .td_module_mx16 {
padding-bottom: 35px;
}
.td_module_mx16 .entry-title {
font-size: 24px;
line-height: 28px;
font-weight: 900;
margin-bottom: 10px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx16 .entry-title {
font-size: 19px;
line-height: 22px;
font-weight: 700;
}
}
.td_module_mx16 .td-info-container {
position: relative;
}
.td_module_mx16 .td-module-image {
width: 100px;
height: 140px;
overflow: hidden;
position: absolute;
top: 0;
left: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx16 .td-module-image {
width: 80px;
}
}
.td_module_mx16 .entry-thumb {
max-width: none;
position: absolute;
margin: 0 auto;
left: -9999px;
right: -9999px;
width: auto;
height: 140px;
}
.td_module_mx16 .td-post-category {
display: inline-block;
padding: 4px 7px;
margin-right: 0;
font-size: 9px;
bottom: 15px;
text-transform: uppercase;
line-height: 1;
background-color: #000;
color: #fff;
position: absolute;
left: 0;
z-index: 1;
}
.td_module_mx16 .td-video-play-ico {
width: 20px;
height: 20px;
font-size: 20px;
top: 10px;
right: 10px;
border-width: 1px;
transform: none;
-webkit-transform: none; }
@media (max-width: 767px) {
.td_module_mx16 .td-video-play-ico {
width: 30px;
height: 30px;
font-size: 30px;
border-width: 2px;
top: 10px;
right: 10px;
}
}
.td_module_mx16 .td-item-details {
margin-left: 120px;
min-height: 140px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx16 .td-item-details {
margin-left: 90px;
}
}
.td_module_mx16 .td-module-meta-info {
position: relative;
}
.td_module_mx16 .td-post-date {
font-size: 12px;
}
.td_module_mx16 .td-module-comments {
position: absolute;
bottom: 2px;
right: 0;
}
.td_module_mx16 .td-excerpt {
font-size: 13px;
line-height: 19px;
margin: 0;
}
.td_module_mx16 .td-read-more {
margin: 13px 0 0 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx16 .td-read-more {
display: none;
}
}
.td_module_mx16 .td-read-more a {
background-color: #000;
color: #fff;
font-size: 11px;
padding: 8px 11px;
} .td_module_mx17 .td-module-image {
height: 450px;
overflow: hidden;
margin-bottom: 15px;
position: relative; }
@media (max-width: 767px) {
.td_module_mx17 .td-module-image {
height: auto;
margin-bottom: 0;
}
}
.td_module_mx17 .entry-thumb {
max-width: none;
position: absolute;
margin: 0 auto;
left: -9999px;
right: -9999px;
width: auto; }
@media (max-width: 767px) {
.td_module_mx17 .entry-thumb {
width: 100%;
left: auto;
right: auto;
position: relative;
}
}
.td_module_mx17 .td-post-category {
display: inline-block;
padding: 5px 8px 6px;
text-transform: uppercase;
font-size: 11px;
line-height: 1;
background-color: #000;
color: #fff;
position: absolute;
left: 0;
bottom: 25px;
z-index: 1; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx17 .td-post-category {
padding: 4px 7px;
font-size: 9px;
bottom: 15px;
}
}
.td_module_mx17 .entry-title {
font-size: 26px;
line-height: 32px;
font-weight: 900;
margin-bottom: 10px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx17 .entry-title {
font-size: 18px;
line-height: 24px;
}
}
@media (max-width: 767px) {
.td_module_mx17 .entry-title {
font-size: 24px;
line-height: 30px;
}
}
.td_module_mx17 .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
}
.td_module_mx17 .td-module-meta-info {
position: relative;
}
.td_module_mx17 .td-post-author-name {
font-size: 13px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx17 .td-post-author-name {
font-size: 12px;
}
}
.td_module_mx17 .td-post-author-name:hover {
color: #4db2ec;
}
.td_module_mx17 .td-post-date {
font-size: 13px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_module_mx17 .td-post-date {
font-size: 12px;
}
}
.td_module_mx17 .td-module-comments {
position: absolute;
bottom: -4px;
right: 0;
} .td_block_padding {  }
@media (min-width: 768px) {
.td_block_padding .td-block-row:last-child .td_module_wrap {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_padding .td-block-row:last-child > div:last-child .td_module_wrap {
padding-bottom: 0;
}
}
.td_block_padding.td-column-1 .td-block-span12:last-child .td_module_wrap {
padding-bottom: 0;
}
.td_block_padding .td-next-prev-wrap,
.td_block_padding .td-load-more-wrap {
margin-top: 20px;
} .td_block_bot_line {  }
@media (min-width: 768px) {
.td_block_bot_line .td-block-row:last-child .td_module_wrap {
margin-bottom: 0;
border-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_bot_line .td-block-row:last-child > div:last-child .td_module_wrap {
margin-bottom: 0;
border-bottom: 0;
}
}
.td_block_bot_line.td-column-1 .td-block-span12:last-child .td_module_wrap {
margin-bottom: 0;
border-bottom: 0;
} .td_block_1 {  }
@media (min-width: 767px) {
.td_block_1 .td-block-row:last-child .td_module_4:last-child {
padding-bottom: 0;
}
}
.td_block_1.td-column-2,
.td_block_1.td-column-3 {  }
@media (min-width: 768px) {
.td_block_1.td-column-2 .td-block-row:last-child .td_module_6:last-child,
.td_block_1.td-column-3 .td-block-row:last-child .td_module_6:last-child {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_1.td-column-2 .td_module_4,
.td_block_1.td-column-3 .td_module_4 {
padding-bottom: 21px;
}
}
.td_block_1.td-column-1 {  }
.td_block_1.td-column-1 .td_module_4 {
padding-bottom: 21px;
}
@media (min-width: 768px) {
.td_block_1.td-column-1 .td-block-span12:last-child .td_module_6 {
padding-bottom: 0;
}
}
@media (min-width: 767px) {
.td_block_1.td-column-1 .td-next-prev-wrap,
.td_block_1.td-column-1 .td-load-more-wrap {
margin-top: 25px;
}
}
@media (max-width: 767px) {
.td_block_1 .td-block-span4:last-child .td_module_6:last-child,
.td_block_1 .td-block-span6:last-child .td_module_6:last-child,
.td_block_1 .td-block-span12:last-child .td_module_6:last-child {
padding-bottom: 0;
}
} .td_block_2 .td_module_2 {
padding-bottom: 21px;
}
.td_block_2 .td-next-prev-wrap,
.td_block_2 .td-load-more-wrap {
margin-top: 26px;
} .td_block_3.td-column-2 .td-next-prev-wrap,
.td_block_3.td-column-3 .td-next-prev-wrap,
.td_block_3.td-column-2 .td-load-more-wrap,
.td_block_3.td-column-3 .td-load-more-wrap {
margin-top: 13px;
} .td_block_5.td-column-2 .td-next-prev-wrap,
.td_block_5.td-column-3 .td-next-prev-wrap,
.td_block_5.td-column-2 .td-load-more-wrap,
.td_block_5.td-column-3 .td-load-more-wrap {
margin-top: 13px;
} .td_block_6 .block-title,
.td_block_9 .block-title {
margin-bottom: 21px;
} .td_block_6 {  }
@media (min-width: 768px) {
.td_block_6 .td-block-row:last-child .td_module_wrap {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_6 .td-block-row:last-child > div:last-child .td_module_wrap {
margin-bottom: 0;
}
}
.td_block_6.td-column-1 .td-block-span12:last-child .td_module_wrap {
margin-bottom: 0;
} .td_block_7,
.td_block_8,
.td_block_11,
.td_block_12 { }
@media (min-width: 767px) {
.td_block_7 .td-next-prev-wrap,
.td_block_8 .td-next-prev-wrap,
.td_block_11 .td-next-prev-wrap,
.td_block_12 .td-next-prev-wrap,
.td_block_7 .td-load-more-wrap,
.td_block_8 .td-load-more-wrap,
.td_block_11 .td-load-more-wrap,
.td_block_12 .td-load-more-wrap {
margin-top: 26px;
}
} .td_block_9,
.td_block_10 { }
@media (min-width: 767px) {
.td_block_9 .td-next-prev-wrap,
.td_block_10 .td-next-prev-wrap,
.td_block_9 .td-load-more-wrap,
.td_block_10 .td-load-more-wrap {
margin-top: 25px;
}
} .td_block_11 .td-block-span12:last-child .td_module_wrap,
.td_block_12 .td-block-span12:last-child .td_module_wrap {
padding-bottom: 0;
} .td_block_11 { }
@media (max-width: 500px) {
.td_block_11.td-column-1 .td_module_10 {
padding-bottom: 26px;
}
.td_block_11.td-column-1 .td_module_10 .item-details {
padding-left: 115px;
}
.td_block_11.td-column-1 .td_module_10 .entry-title {
margin-bottom: 5px;
padding-left: 0;
min-height: 0;
font-size: 14px;
line-height: 20px;
}
} .td_block_13 {
margin-bottom: 40px; }
.td_block_13 .td_block_inner:after {
content: '';
clear: both;
display: table;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_13 {
margin-bottom: 30px;
}
}
.td_block_13 .td_module_mx3:last-child .td-module-meta-info {
border-bottom: 0;
}
.td_block_13.td-column-1 .td-next-prev-wrap,
.td_block_13.td-column-1 .td-load-more-wrap {
margin-top: 0;
}
.td_block_13.td-column-2 .td_module_wrap:last-child,
.td_block_13.td-column-3 .td_module_wrap:last-child {
padding-bottom: 0;
}
.td_block_13.td-column-2 .td-next-prev-wrap,
.td_block_13.td-column-3 .td-next-prev-wrap,
.td_block_13.td-column-2 .td-load-more-wrap,
.td_block_13.td-column-3 .td-load-more-wrap {
margin-top: 40px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_13.td-column-2 .td-next-prev-wrap,
.td_block_13.td-column-3 .td-next-prev-wrap,
.td_block_13.td-column-2 .td-load-more-wrap,
.td_block_13.td-column-3 .td-load-more-wrap {
margin-top: 30px;
}
}
.td-pb-span4 .td_block_13 {
margin-bottom: 22px;
} .td_block_14 {    }
.td_block_14 .td_block_inner {
margin-right: -3px;
}
@media (max-width: 500px) {
.td_block_14 .td_block_inner {
margin-right: 0;
}
}
.td_block_14 .td-block-row {
margin-left: 0;
margin-right: 0;
}
.td_block_14 .td-block-row:last-child {
margin-bottom: 20px;
}
.td_block_14 .td-block-span12:last-child .td_module_mx1 {
margin-bottom: 0;
}
@media (min-width: 767px) {
.td_block_14 .td-block-row:last-child .td_module_mx1 {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_14 .td-block-row:last-child > div:last-child .td_module_mx1 {
margin-bottom: 0;
}
}
.td_block_14 .td-block-span6 {
padding-left: 0;
padding-right: 3px;
width: 50%;
}
.td_block_14 .td-block-span4 {
padding-left: 0;
padding-right: 3px;
width: 33.33333333%;
}
.td_block_14.td-column-2,
.td_block_14.td-column-3 { }
@media (min-width: 767px) {
.td_block_14.td-column-2 .td-next-prev-wrap,
.td_block_14.td-column-3 .td-next-prev-wrap,
.td_block_14.td-column-2 .td-load-more-wrap,
.td_block_14.td-column-3 .td-load-more-wrap {
margin-top: 26px;
}
}
@media (max-width: 767px) {
.td_block_14 .td-block-span12,
.td_block_14 .td-block-span4 {
width: 50%;
float: left;
padding-right: 3px;
}
.td_block_14 .td-block-span12:nth-child(even) {
margin-right: -3px;
}
}
@media (max-width: 500px) {
.td_block_14 .td-block-span12,
.td_block_14 .td-block-span4,
.td_block_14 .td-block-span6 {
width: 100%;
float: left;
padding-right: 0;
}
.td_block_14 .td-block-span12:nth-child(even) {
margin-right: 0;
}
}
.td_block_14 .td-next-prev-wrap,
.td_block_14 .td-load-more-wrap {
margin-top: 0;
} @media (max-width: 767px) {
.td-pb-span12 .td_block_14 .td-block-span4:first-child {
width: 100%;
}
.td-pb-span12 .td_block_14 .td-block-span4:first-child .entry-thumb {
width: 100%;
}
}
.td-pb-span4 .td_block_14 {
margin-bottom: 48px;
}
.td-pb-span4 .td_block_14 .td_block_inner {
margin-right: 0;
}
@media (max-width: 767px) {
.td-pb-span4 .td_block_14 .td_block_inner {
margin-right: -3px;
}
}
@media (max-width: 500px) {
.td-pb-span4 .td_block_14 .td_block_inner {
margin-right: 0;
}
}
.td-pb-span4 .td_block_14 .td-next-prev-wrap,
.td-pb-span4 .td_block_14 .td-load-more-wrap {
margin-top: 23px;
margin-bottom: 0;
}
@media (max-width: 767px) {
.td-pb-span4 .td_block_14 .td-next-prev-wrap,
.td-pb-span4 .td_block_14 .td-load-more-wrap {
padding-top: 20px;
}
} .td_block_15 {  }
.td_block_15 .td-block-span4 {
width: 33.33333333%; }
@media (max-width: 500px) {
.td_block_15 .td-block-span4 {
width: 100%;
}
}
.td_block_15 .td-block-row {
width: auto;
}
.td_block_15 .td-column-3 .td-block-row {
margin-right: -22px;
margin-left: 0; }
@media (max-width: 1018px) {
.td_block_15 .td-column-3 .td-block-row {
margin-right: -15px;
}
}
.td_block_15 .td-column-3 .td-block-row .td-block-span4 {
padding-right: 22px;
padding-left: 0;
width: 20%;  }
@media (max-width: 1018px) {
.td_block_15 .td-column-3 .td-block-row .td-block-span4 {
padding-right: 15px;
float: left;
}
}
@media (max-width: 500px) {
.td_block_15 .td-column-3 .td-block-row .td-block-span4 {
width: 100%;
}
}
.td_block_15 .td-column-2 .td-block-row {
margin-right: -21px;
margin-left: 0;  }
@media (max-width: 1018px) {
.td_block_15 .td-column-2 .td-block-row {
margin-right: -15px;
}
}
@media (max-width: 500px) {
.td_block_15 .td-column-2 .td-block-row {
margin-right: 0;
}
}
.td_block_15 .td-column-2 .td-block-row .td-block-span4 {
padding-right: 21px;
padding-left: 0;  }
@media (max-width: 1018px) {
.td_block_15 .td-column-2 .td-block-row .td-block-span4 {
padding-right: 15px;
float: left;
}
}
@media (max-width: 500px) {
.td_block_15 .td-column-2 .td-block-row .td-block-span4 {
padding-right: 0;
}
}
.td_block_15 .td-column-2 .td_module_mx4 {
padding-bottom: 21px; }
@media (max-width: 767px) {
.td_block_15 .td-column-2 .td_module_mx4 {
padding-bottom: 0;
}
}
.td_block_15.td-column-3 { }
@media (min-width: 767px) {
.td_block_15.td-column-3 .td-next-prev-wrap,
.td_block_15.td-column-3 .td-load-more-wrap {
margin-top: 36px;
}
}
.td_block_15 .td-column-1 {
margin-right: -21px; }
@media (max-width: 1018px) {
.td_block_15 .td-column-1 {
margin-right: -15px;
}
}
.td_block_15 .td-column-1 .td-block-span12 {
width: 50%;
padding-right: 21px;
padding-left: 0;
float: left; }
@media (max-width: 1018px) {
.td_block_15 .td-column-1 .td-block-span12 {
padding-right: 15px;
}
}
.td_block_15 .td-column-1 .td-block-span12:nth-of-type(odd) {
clear: left;
}
.td_block_15.td-column-1,
.td_block_15.td-column-2 { }
@media (min-width: 767px) {
.td_block_15.td-column-1 .td-next-prev-wrap,
.td_block_15.td-column-2 .td-next-prev-wrap,
.td_block_15.td-column-1 .td-load-more-wrap,
.td_block_15.td-column-2 .td-load-more-wrap {
margin-top: 21px;
}
}
.td_block_15.td-column-1 { }
.td_block_15.td-column-1 .td-block-span12:last-child .td_module_wrap {
padding-bottom: 22px;
}
.td_block_15.td-column-1 .td-cust-row:last-child .td_module_mx4 {
padding-bottom: 0;
}
@media (max-width: 767px) {
.td_block_15.td-column-1 .td_module_mx4 {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_15 .td_module_mx4 {
padding-bottom: 0;
margin-bottom: 26px;
}
.td_block_15 .td-block-row:last-child > div:last-child .td_module_mx4 {
margin-bottom: 0;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_15 .entry-title {
font-size: 14px;
}
}
.td-column-1.td_block_15 {
overflow: hidden; }
.td-column-1.td_block_15 .td_block_inner {
*zoom: 1;
}
.td-column-1.td_block_15 .td_block_inner:before,
.td-column-1.td_block_15 .td_block_inner:after {
display: table;
content: "";
line-height: 0;
}
.td-column-1.td_block_15 .td_block_inner:after {
clear: both;
} .td_block_16 { }
.td_block_16 .td-column-3 .td-block-row {
margin-right: -22px;
margin-left: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_16 .td-column-3 .td-block-row {
margin-right: -15px;
}
}
@media (max-width: 767px) {
.td_block_16 .td-column-3 .td-block-row {
margin-right: 0;
}
}
.td_block_16 .td-column-3 .td-block-row .td-block-span4 {
width: 20%;
padding-right: 22px;
padding-left: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_16 .td-column-3 .td-block-row .td-block-span4 {
padding-right: 15px;
}
}
@media (max-width: 767px) {
.td_block_16 .td-column-3 .td-block-row .td-block-span4 {
padding-right: 0;
float: left;
width: 100%;
}
}
.td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image { }
@media (max-width: 767px) {
.td_block_16 .td-column-3 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
margin-bottom: 0;
}
}
.td_block_16 .td-column-2 .td-block-row {
margin-right: -21px;
margin-left: 0; }
@media (max-width: 767px) {
.td_block_16 .td-column-2 .td-block-row {
margin-right: 0;
}
}
.td_block_16 .td-column-2 .td-block-row .td-block-span4 {
width: 33.33333333%;
padding-right: 21px;
padding-left: 0; }
@media (max-width: 767px) {
.td_block_16 .td-column-2 .td-block-row .td-block-span4 {
width: 100%;
float: left;
padding-right: 0;
}
}
.td_block_16 .td-column-2 .td-block-row:last-child .td_module_mx4 {
padding-bottom: 26px;
}
.td_block_16 .td-column-2 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image { }
@media (max-width: 767px) {
.td_block_16 .td-column-2 .td-block-row:last-child .td-block-span4:last-child .td_module_mx7 .td-module-image {
margin-bottom: 0;
}
}
.td_block_16 .td-column-2 .td_module_mx7 {
padding-bottom: 26px;
}
@media (min-width: 767px) {
.td_block_16 .td-next-prev-wrap,
.td_block_16 .td-load-more-wrap {
margin-top: 26px;
}
}
.td_block_16 .td-excerpt {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_16 .td-excerpt {
display: none;
}
}
@media (max-width: 767px) {
.td_block_16 .td-excerpt {
display: none;
}
}
.td_block_16 .td_module_mx7 {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_16 .td_module_mx7 {
padding-bottom: 16px;
}
}
@media (max-width: 767px) {
.td_block_16 .td_module_mx7 {
padding-bottom: 16px;
}
}
.td_block_16 .td_module_mx7 .entry-title { }
@media (max-width: 767px) {
.td_block_16 .td_module_mx7 .entry-title {
font-size: 14px;
line-height: 20px;
}
}
.td_block_16 .td_module_mx7 .td-module-image { }
@media (max-width: 767px) {
.td_block_16 .td_module_mx7 .td-module-image {
width: 100px;
float: left;
margin-bottom: 26px;
}
}
.td_block_16 .td_module_mx7 .td-module-thumb { }
@media (max-width: 767px) {
.td_block_16 .td_module_mx7 .td-module-thumb {
margin-bottom: 0;
}
}
.td_block_16 .td_module_mx7 .item-details { }
@media (max-width: 767px) {
.td_block_16 .td_module_mx7 .item-details {
margin-left: 115px;
}
}
.td_block_16 .td-module-meta-info {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_16 .td-module-meta-info {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_16 .td-module-meta-info {
margin-bottom: 0;
}
} .td_block_17 { }
@media (min-width: 768px) {
.td_block_17 .td-block-row:last-child .td-block-span4 .td_module_8:last-child,
.td_block_17 .td-block-row:last-child .td-block-span6 .td_module_8:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_17 .td-block-row:last-child .td-block-span4:last-child .td_module_8:last-child,
.td_block_17 .td-block-row:last-child .td-block-span6:last-child .td_module_8:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
}
.td_block_17 .td-column-1 .td_module_4 {
padding-bottom: 25px;
border-bottom: 1px dashed #F2F2F2;
margin-bottom: 16px;
}
.td_block_17 .td-column-1 .td-block-span12:last-child .td_module_8 {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
.td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
padding-bottom: 0; }
@media (max-width: 767px) {
.td_block_17 .td-column-2 .td-block-row:last-child .td_module_4,
.td_block_17 .td-column-3 .td-block-row:last-child .td_module_4 {
padding-bottom: 16px;
border-bottom: 1px dashed #F2F2F2;
margin-bottom: 14px;
}
}
.td_block_17.td-column-1 { }
@media (min-width: 767px) {
.td_block_17.td-column-1 .td-next-prev-wrap,
.td_block_17.td-column-1 .td-load-more-wrap {
margin-top: 30px;
}
} .td_block_18 .td-block-span12 {
width: 100%;
}
.td_block_18 .td_module_wrap:last-child {
padding-bottom: 0;
}
.td_block_18 .td_module_mx8 .td-module-thumb { }
@media (max-width: 767px) {
.td_block_18 .td_module_mx8 .td-module-thumb {
margin-bottom: 20px;
}
}
.td_block_18 .td_module_mx8 .entry-title { }
@media (max-width: 767px) {
.td_block_18 .td_module_mx8 .entry-title {
font-size: 18px;
line-height: 24px;
}
}
.td_block_18 .td_module_mx8 .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_18 .td_module_mx8 .td-module-meta-info {
padding: 0 14px;
}
}
.td_block_18 .td_module_mx2 .item-details { }
@media (max-width: 767px) {
.td_block_18 .td_module_mx2 .item-details {
padding-top: 0;
margin-bottom: 26px;
}
}
.td_block_18 .td_module_mx2 .item-details .entry-title { }
@media (max-width: 767px) {
.td_block_18 .td_module_mx2 .item-details .entry-title {
margin-bottom: 3px;
}
}
.td_block_18 .td_module_mx2 .td-module-meta-info {
margin-bottom: 0;
}
.td_block_18 .td-column-1 .td_module_wrap {
padding-bottom: 0;
}
.td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
margin-bottom: 20px; }
@media (max-width: 767px) {
.td_block_18 .td-column-1 .td_module_mx8 .td-module-thumb {
margin-bottom: 26px;
}
}
.td_block_18 .td-column-1 .td_module_mx8 .entry-title {
font-size: 18px;
line-height: 24px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td-column-1 .td_module_mx8 .entry-title {
font-size: 15px;
line-height: 19px;
}
}
.td_block_18 .td-column-1 .td_module_mx8 .td-module-meta-info {
padding: 0 14px;
}
.td_block_18 .td-column-1 .td_module_mx8 .td-post-category { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td-column-1 .td_module_mx8 .td-post-category {
display: none;
}
}
.td_block_18 .td-column-1 .td_module_mx2:last-child .item-details {
margin-bottom: 0;
}
.td_block_18 .td-column-2 .td_module_mx8 {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td-column-2 .td_module_mx8 {
padding-bottom: 25px;
}
}
@media (max-width: 767px) {
.td_block_18 .td-column-2 .td_module_mx8 {
padding-bottom: 6px;
}
}
.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
bottom: 20px; }
@media (max-width: 767px) {
.td_block_18 .td-column-2 .td_module_mx8 .td-module-meta-info {
bottom: 14px;
}
}
.td_block_18 .td-column-2 .td_module_10 { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td-column-2 .td_module_10 {
padding-bottom: 24px;
}
}
.td_block_18 .td-column-2 .td_module_10 .td-excerpt { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td-column-2 .td_module_10 .td-excerpt {
margin-top: 3px;
}
}
.td_block_18 .td-column-2 .td_module_10 .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_18 .td-column-2 .td_module_10 .td-module-meta-info {
margin-bottom: 0;
}
}
.td_block_18 .td-column-3 .td_module_mx8 {  }
.td_block_18 .td-column-3 .td_module_mx8 .entry-thumb {
width: 100%;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td-column-3 .td_module_mx8 {
padding-bottom: 25px;
}
}
@media (max-width: 767px) {
.td_block_18 .td-column-3 .td_module_mx8 {
padding-bottom: 6px;
}
}
.td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
bottom: 20px; }
@media (max-width: 767px) {
.td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info {
bottom: 14px;
}
}
.td_block_18.td-column-2,
.td_block_18.td-column-3 { }
@media (min-width: 767px) {
.td_block_18.td-column-2 .td-next-prev-wrap,
.td_block_18.td-column-3 .td-next-prev-wrap,
.td_block_18.td-column-2 .td-load-more-wrap,
.td_block_18.td-column-3 .td-load-more-wrap {
margin-top: 30px;
}
}
.td_block_18 .td_module_10 { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td_module_10 {
padding-bottom: 30px;
}
}
.td_block_18 .td_module_10 .td-excerpt { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_18 .td_module_10 .td-excerpt {
margin-top: 3px;
}
}
.td_block_18 .td_module_10 .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_18 .td_module_10 .td-module-meta-info {
margin-bottom: 0;
}
} .td_block_19 {    }
.td_block_19 .td_module_mx1 {
margin-bottom: 26px;
}
.td_block_19 .td_module_mx2 .item-details { }
@media (max-width: 767px) {
.td_block_19 .td_module_mx2 .item-details {
padding-top: 0;
margin-bottom: 26px;
}
}
.td_block_19 .td_module_mx2 .item-details .entry-title { }
@media (max-width: 767px) {
.td_block_19 .td_module_mx2 .item-details .entry-title {
margin-bottom: 3px;
}
}
.td_block_19 .td_module_mx2 .td-module-meta-info {
margin-bottom: 0;
}
.td_block_19 .td-block-row {
margin-right: -15px;
margin-left: -15px;
}
.td_block_19 .td-block-span6,
.td_block_19 .td-block-span4 {
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_19 .td-block-row {
margin-right: -10px;
margin-left: -10px;
}
.td_block_19 .td-block-span6,
.td_block_19 .td-block-span4 {
padding-right: 10px;
padding-left: 10px;
}
}
@media (max-width: 767px) {
.td_block_19 .td-block-row {
margin: 0;
}
.td_block_19 .td-block-span6,
.td_block_19 .td-block-span4 {
padding: 0;
}
}
@media (min-width: 768px) {
.td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx1,
.td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2,
.td_block_19 .td-block-row:last-child .td_module_wrap.td_module_mx2 .item-details {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx1,
.td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2,
.td_block_19 .td-block-row:last-child > div:last-child .td_module_wrap.td_module_mx2 .item-details {
margin-bottom: 0;
}
}
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx1,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2,
.td_block_19.td-column-1 .td_module_wrap:last-child.td_module_mx2 .item-details {
margin-bottom: 0;
}
.td_block_19 .td-next-prev-wrap,
.td_block_19 .td-load-more-wrap {
margin-top: 20px;
} .td_block_20 .td-module-meta-info {
margin-left: 0;
}
.td_block_20 .td-post-author-name,
.td_block_20 .td-post-date {
margin-left: 0;
line-height: 17px;
vertical-align: top;
top: -1px;
}
.td_block_20 .td-module-comments {
margin-right: 0;
position: absolute;
right: 20px;
bottom: 12px;
}
.td_block_20 .td_module_14 .td-module-thumb {
margin-bottom: 12px;
}
.td_block_20 .td_module_14 .td-module-meta-holder {
padding: 14px 20px 12px 20px;
}
@media (max-width: 500px) {
.td_block_20 .td_module_14 .td-module-meta-holder {
padding: 10px 10px 12px 10px;
}
}
.td_block_20 .td_module_14 .td-module-meta-info {
bottom: 0;
padding: 0;
width: 90%;
}
.td_block_20 .td_module_14 .td-excerpt {
padding: 0 10px 0 20px;
width: 90%;
}
@media (max-width: 500px) {
.td_block_20 .td_module_14 .td-excerpt {
padding-left: 10px;
}
}
.td_block_20 .td_module_14 .entry-title {
bottom: auto;
}
@media (max-width: 500px) {
.td_block_20 .td_module_14 .entry-title {
margin-right: 0;
margin-left: 0;
}
}
.td_block_20 .td_module_14 .entry-title:after {
display: none;
}
.td_block_20 .td_module_14:last-child {
padding-bottom: 0;
}
.td_block_20 .td_module_mx3 {
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px dashed #ededed; }
@media (max-width: 767px) {
.td_block_20 .td_module_mx3 {
width: 100%;
}
.td_block_20 .td_module_mx3:nth-child(even) {
margin-left: 0;
}
}
.td_block_20 .td_module_mx3:last-child {
border-bottom: 0;
}
.td_block_20 .td_module_mx3 .td-module-meta-info {
bottom: 25px;
border-bottom: 0;
margin: 0;
width: 90%;
padding: 14px 16px 12px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_20 .td_module_mx3 .td-module-meta-info {
padding: 6px 0 0;
}
}
@media (max-width: 500px) {
.td_block_20 .td_module_mx3 .td-module-meta-info {
padding: 10px 20px 12px 10px;
}
}
.td_block_20 .td_module_mx3 .td-post-author-name,
.td_block_20 .td_module_mx3 .td-post-date,
.td_block_20 .td_module_mx3 .td-module-comments { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_20 .td_module_mx3 .td-post-author-name,
.td_block_20 .td_module_mx3 .td-post-date,
.td_block_20 .td_module_mx3 .td-module-comments {
display: none;
}
}
.td_block_20 .td_module_mx3 .entry-title {
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_20 .td_module_mx3 .entry-title {
font-size: 15px;
font-weight: 500;
line-height: 20px;
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_20 .td_module_mx3 .entry-title {
font-size: 22px;
line-height: 30px;
}
}
@media (max-width: 500px) {
.td_block_20 .td_module_mx3 .entry-title {
font-size: 18px;
line-height: 26px;
margin-right: 0;
margin-left: 0;
}
}
.td_block_20 .td_module_mx3 .td-module-thumb {
margin-bottom: 0;
}
.td_block_20 .td-video-play-ico {
top: 24px;
right: 24px;
left: auto;
transform: none;
-webkit-transform: none;
width: 30px;
height: 30px;
font-size: 30px;
}
.td_block_20 .td-next-prev-wrap,
.td_block_20 .td-load-more-wrap {
margin-top: 40px;
}
@media (max-width: 500px) {
.td_block_20 .td-next-prev-wrap,
.td_block_20 .td-load-more-wrap {
margin-bottom: 0;
}
}
.td_block_20.td-column-1 .td_module_mx3:last-child {
margin-bottom: 0;
}
.td_block_20.td-column-1 .td-next-prev-wrap,
.td_block_20.td-column-1 .td-load-more-wrap {
margin-top: 1px;
}
.td_block_20 .td_module_wrap:last-child {
margin-bottom: 0;
}
.td_block_20 .td_block_inner:after {
content: '';
clear: both;
display: table;
} .td_block_21 .td_module_16 .td-module-meta-info {
margin-bottom: 0;
}
.td_block_21.td-column-1 .td-module-thumb {
width: 100px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_21.td-column-1 .td-module-thumb {
width: 50px;
}
}
@media (max-width: 767px) {
.td_block_21.td-column-1 .td-module-thumb {
width: 80px;
}
}
.td_block_21.td-column-1 .item-details {
margin-left: 115px;
min-height: 100px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_21.td-column-1 .item-details {
margin-left: 60px;
min-height: 50px;
}
}
@media (max-width: 767px) {
.td_block_21.td-column-1 .item-details {
margin-left: 95px;
min-height: 80px;
}
}
.td_block_21.td-column-1 .entry-title {
font-size: 17px;
line-height: 23px;
min-height: 0;
padding-left: 0;   }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_21.td-column-1 .entry-title {
font-size: 14px;
line-height: 21px;
}
}
@media (max-width: 767px) {
.td_block_21.td-column-1 .entry-title {
font-size: 22px;
line-height: 28px;
font-weight: 500;
}
}
@media (max-width: 500px) {
.td_block_21.td-column-1 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
.td_block_21.td-column-1 .td-excerpt {
display: none;
}
.td_block_21.td-column-1 .td_module_16 {
padding-bottom: 19px;
}
.td_block_21.td-column-1 .td-post-author-name { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_21.td-column-1 .td-post-author-name {
display: none;
}
}
.td_block_21.td-column-1 { }
@media (min-width: 767px) {
.td_block_21.td-column-1 .td-next-prev-wrap,
.td_block_21.td-column-1 .td-load-more-wrap {
margin-top: 26px;
}
}
.td_block_21.td-column-2,
.td_block_21.td-column-3 { }
@media (min-width: 767px) {
.td_block_21.td-column-2 .td-next-prev-wrap,
.td_block_21.td-column-3 .td-next-prev-wrap,
.td_block_21.td-column-2 .td-load-more-wrap,
.td_block_21.td-column-3 .td-load-more-wrap {
margin-top: 30px;
}
}
.td_block_21 .td_module_wrap:last-child {
padding-bottom: 0;
} .td_block_22 .td-column-1 .entry-title {
font-size: 26px;
line-height: 30px; }
@media (max-width: 1018px) {
.td_block_22 .td-column-1 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
.td_block_22 .td-column-1 .td-excerpt {
font-size: 15px;
line-height: 26px;
margin-top: 19px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_22 .td-column-1 .td-excerpt {
font-size: 13px;
line-height: 22px;
margin-top: 15px;
}
}
.td_block_22 .td-column-1 .td-read-more {
margin-top: 15px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_22 .td-column-1 .td-read-more {
margin-top: 8px;
}
}
.td_block_22 .td-column-1 .td_module_wrap {
padding-bottom: 20px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_22 .td-column-1 .td_module_wrap {
padding-bottom: 10px;
}
}
.td_block_22 .td-column-1 .td-module-meta-holder {
height: 41px;
padding: 12px 12px 12px 15px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_22 .td-column-1 .td-module-meta-holder {
height: 33px;
padding: 8px 12px 8px 10px;
font-size: 11px;
}
}
.td_block_22 .td-column-3 .entry-title {
font-size: 34px;
line-height: 44px; }
@media (max-width: 1018px) {
.td_block_22 .td-column-3 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
.td_block_22.td_with_ajax_pagination .td-module-image {
margin: 0;
}
.td_block_22 .td_module_wrap:last-child {
padding-bottom: 0;
}
.td_block_22 .td_module_wrap:last-child .td-read-more {
margin-bottom: 0;
} .td_block_23 .td-column-1 .entry-title { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_23 .td-column-1 .entry-title {
font-size: 19px;
line-height: 24px;
}
}
.td_block_23 .td-column-1 .td-post-author-name { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_23 .td-column-1 .td-post-author-name {
display: none;
}
}
.td_block_23 .td_module_wrap:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.td_block_23 .td_module_wrap:last-child .meta-info-container {
padding-bottom: 0;
border-bottom: none;
}
.td_block_23 .td_module_wrap:last-child .td-read-more {
margin-bottom: 0;
}
.td_block_23 .td-column-3 .entry-title {
font-size: 34px;
line-height: 44px; }
@media (max-width: 1018px) {
.td_block_23 .td-column-3 .entry-title {
font-size: 22px;
line-height: 28px;
}
} .td_block_24 .td_module_wrap:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.td_block_24 .td-read-more {
margin-bottom: 0;
}
.td_block_24 .td-column-3 .td-module-thumb {
width: 534px;
height: 350px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_24 .td-column-3 .td-module-thumb {
width: 400px;
height: 320px;
}
}
@media (max-width: 767px) {
.td_block_24 .td-column-3 .td-module-thumb {
width: 100px;
height: 120px;
}
}
.td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
height: auto;
width: 100%;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
width: 100%;
}
}
@media (max-width: 767px) {
.td_block_24 .td-column-3 .td-module-thumb .entry-thumb {
height: 100%;
width: auto;
}
}
.td_block_24 .td-column-3 .td-item-details {
min-height: 350px;
margin-left: 564px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_24 .td-column-3 .td-item-details {
min-height: 330px;
margin-left: 430px;
}
}
@media (max-width: 767px) {
.td_block_24 .td-column-3 .td-item-details {
min-height: 120px;
margin-left: 115px;
}
} .td_block_25 {  }
@media (min-width: 768px) {
.td_block_25 .td-block-row:last-child > div .td_module_wrap:last-child {
padding-bottom: 0;
}
.td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.td_block_25.td-column-3 .td-block-span4:last-child .td_module_wrap:last-child {
padding-bottom: 0;
}
.td_block_25.td-column-2 .td-block-span6:last-child .td_module_wrap:last-child {
padding-bottom: 0;
}
.td_block_25.td-column-1 .td-block-span12:last-child .td_module_wrap {
padding-bottom: 0;
}
} .homepage-post .td-post-template-7 .td-post-header header .entry-title {  }
@media (min-width: 768px) and (max-width: 1018px) {
.homepage-post .td-post-template-7 .td-post-header header .entry-title {
font-size: 36px;
line-height: 46px;
}
}
@media (max-width: 767px) {
.homepage-post .td-post-template-7 .td-post-header header .entry-title {
font-size: 26px;
line-height: 32px;
margin-bottom: 7px;
}
}
.td-homepage-post .entry-title {
margin-top: 0;
}
.td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
position: relative;
margin: -24px 0 24px;
z-index: 1; }
@media (max-width: 767px) {
.td-main-page-wrap .td-container > .td-pb-row:first-child .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td_block_trending_now:first-child,
.td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td_block_trending_now:first-child {
margin-bottom: 0;
padding: 4px 0 12px;
}
}
.td-main-page-wrap .td-container > .td-pb-row:first-child .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child { }
@media (max-width: 767px) {
.td-main-page-wrap .td-container > .td-pb-row:first-child .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row:first-child .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc_zone .tdc-row:first-of-type .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row-composer:first-child .wpb_wrapper .td-trending-style2:first-child,
.td-main-page-wrap .tdc-row-composer:first-of-type .tdc-element:first-of-type .td-trending-style2:first-child {
padding: 12px 2px !important;
margin-bottom: 7px;
}
}
.td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
.td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
position: relative;
margin: -24px 0 24px;
z-index: 1; }
@media (max-width: 767px) {
.td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type,
.td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type {
margin-bottom: 0;
padding: 4px 0 12px;
}
}
.td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2,
.td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2 { }
@media (max-width: 767px) {
.td-main-page-wrap .tdc-row:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2,
.td-main-page-wrap .tdc-row-composer:first-child .tdc-elements .td_block_trending_now:first-of-type.td-trending-style2 {
padding: 12px 2px !important;
margin-bottom: 7px;
}
}
a[href^="tel"] {
color: inherit;
}
.td-mx-13 .entry-title {
font-size: 13px;
line-height: 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-13 .entry-title {
font-size: 12px !important;
line-height: 15px !important;
}
}
@media (max-width: 767px) {
.td-mx-13 .entry-title {
font-size: 13px !important;
line-height: 18px !important;
}
}
.td-mx-13 .td-post-category {
margin-bottom: 11px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-13 .td-post-category {
margin-bottom: 9px;
}
}
@media (max-width: 767px) {
.td-mx-13 .td-post-category {
margin-bottom: 10px;
}
}
.td-mx-13 .td-module-meta-info {
margin-top: 6px;
}
.td-mx-13 .td-meta-info-container {
padding: 0 15px 15px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-13 .td-meta-info-container {
padding: 0 13px 10px;
}
}
@media (max-width: 767px) {
.td-mx-13 .td-meta-info-container {
padding: 0 10px 11px;
}
}
.td-grid-style-2 .td-mx-13 .td-meta-info-container,
.td-grid-style-3 .td-mx-13 .td-meta-info-container,
.td-grid-style-7 .td-mx-13 .td-meta-info-container {
padding: 0 !important;
}
.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta,
.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
width: 100%;
}
.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta {
padding: 15px 15px 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta {
padding: 13px 13px 0;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-13 .td-big-grid-meta,
.td-grid-style-3 .td-mx-13 .td-big-grid-meta,
.td-grid-style-7 .td-mx-13 .td-big-grid-meta {
padding: 10px 10px 0;
}
}
.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
padding: 0 15px 15px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
padding: 0 13px 13px;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-13 .td-module-meta-info,
.td-grid-style-3 .td-mx-13 .td-module-meta-info,
.td-grid-style-7 .td-mx-13 .td-module-meta-info {
padding: 0 10px 10px;
}
}
.td-grid-style-4 .td-mx-13 .entry-title {
padding: 1px 5px 2px;
}
.td-grid-style-4 .td-mx-13 .td-meta-info-container {
width: 100%;
}
.td-grid-style-5 .td-mx-13 .td-meta-info-container,
.td-grid-style-6 .td-mx-13 .td-meta-info-container {
padding: 15px !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-5 .td-mx-13 .td-meta-info-container,
.td-grid-style-6 .td-mx-13 .td-meta-info-container {
padding: 13px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-5 .td-mx-13 .td-meta-info-container,
.td-grid-style-6 .td-mx-13 .td-meta-info-container {
padding: 10px !important;
}
}
.td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
bottom: 13px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
bottom: 11px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-mx-13.td-big-grid-post .td-post-category {
bottom: 8px;
}
}
.td-mx-15 .entry-title {
font-size: 15px;
line-height: 20px; }
@media (max-width: 1018px) {
.td-mx-15 .entry-title {
font-size: 13px !important;
line-height: 18px !important;
}
}
.td-mx-15 .td-post-category {
margin-bottom: 10px;
}
.td-mx-15 .td-module-meta-info {
margin-top: 6px;
}
.td-mx-15 .td-meta-info-container {
padding: 0 10px 18px; }
@media (max-width: 1018px) {
.td-mx-15 .td-meta-info-container {
padding-bottom: 11px;
}
}
.td-grid-style-2 .td-mx-15 .td-meta-info-container,
.td-grid-style-3 .td-mx-15 .td-meta-info-container,
.td-grid-style-7 .td-mx-15 .td-meta-info-container {
padding: 0 !important;
}
.td-grid-style-2 .td-mx-15 .td-big-grid-meta,
.td-grid-style-3 .td-mx-15 .td-big-grid-meta,
.td-grid-style-7 .td-mx-15 .td-big-grid-meta,
.td-grid-style-2 .td-mx-15 .td-module-meta-info,
.td-grid-style-3 .td-mx-15 .td-module-meta-info,
.td-grid-style-7 .td-mx-15 .td-module-meta-info {
width: 100%;
}
.td-grid-style-2 .td-mx-15 .td-big-grid-meta,
.td-grid-style-3 .td-mx-15 .td-big-grid-meta,
.td-grid-style-7 .td-mx-15 .td-big-grid-meta {
padding: 18px 10px 0; }
@media (max-width: 1018px) {
.td-grid-style-2 .td-mx-15 .td-big-grid-meta,
.td-grid-style-3 .td-mx-15 .td-big-grid-meta,
.td-grid-style-7 .td-mx-15 .td-big-grid-meta {
padding: 11px 11px 0;
}
}
.td-grid-style-2 .td-mx-15 .td-module-meta-info,
.td-grid-style-3 .td-mx-15 .td-module-meta-info,
.td-grid-style-7 .td-mx-15 .td-module-meta-info {
padding: 0 10px 18px; }
@media (max-width: 1018px) {
.td-grid-style-2 .td-mx-15 .td-module-meta-info,
.td-grid-style-3 .td-mx-15 .td-module-meta-info,
.td-grid-style-7 .td-mx-15 .td-module-meta-info {
padding: 0 11px 11px;
}
}
.td-grid-style-4 .td-mx-15 .entry-title {
padding: 2px 6px 3px;
}
.td-grid-style-4 .td-mx-15 .td-meta-info-container {
width: 100%;
}
.td-grid-style-5 .td-mx-15 .td-meta-info-container,
.td-grid-style-6 .td-mx-15 .td-meta-info-container {
padding: 18px !important; }
@media (max-width: 1018px) {
.td-grid-style-5 .td-mx-15 .td-meta-info-container,
.td-grid-style-6 .td-mx-15 .td-meta-info-container {
padding: 11px !important;
}
}
.td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
bottom: 14px; }
@media (max-width: 1018px) {
.td-grid-style-7 .td-mx-15.td-big-grid-post .td-post-category {
bottom: 9px !important;
}
}
.td-mx-17 .entry-title {
font-size: 17px;
line-height: 22px; }
@media (max-width: 1018px) {
.td-mx-17 .entry-title {
font-size: 15px !important;
line-height: 20px !important;
}
}
.td-mx-17 .td-post-category {
margin-bottom: 11px;
}
.td-mx-17 .td-module-meta-info {
margin-top: 7px;
}
.td-mx-17 .td-meta-info-container {
padding: 0 10px 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-17 .td-meta-info-container {
padding: 0 14px 10px;
}
}
@media (max-width: 767px) {
.td-mx-17 .td-meta-info-container {
padding: 0 10px 11px;
}
}
.td-grid-style-1 .td-mx-17 .td-module-meta-info { }
@media (max-width: 767px) {
.td-grid-style-1 .td-mx-17 .td-module-meta-info {
margin-bottom: 8px;
}
}
.td-grid-style-2 .td-mx-17 .td-meta-info-container,
.td-grid-style-3 .td-mx-17 .td-meta-info-container,
.td-grid-style-7 .td-mx-17 .td-meta-info-container {
padding: 0 !important;
}
.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta,
.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
width: 100%;
}
.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta {
padding: 18px 10px 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta {
padding: 10px 14px 0;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-17 .td-big-grid-meta,
.td-grid-style-3 .td-mx-17 .td-big-grid-meta,
.td-grid-style-7 .td-mx-17 .td-big-grid-meta {
padding: 11px 10px 0;
}
}
.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
padding: 0 10px 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
padding: 0 14px 10px;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-17 .td-module-meta-info,
.td-grid-style-3 .td-mx-17 .td-module-meta-info,
.td-grid-style-7 .td-mx-17 .td-module-meta-info {
padding: 0 10px 11px;
}
}
.td-grid-style-4 .td-mx-17 .entry-title {
padding: 2px 6px 3px;
}
.td-grid-style-4 .td-mx-17 .td-meta-info-container {
width: 100%;
}
.td-grid-style-5 .td-mx-17 .td-meta-info-container,
.td-grid-style-6 .td-mx-17 .td-meta-info-container {
padding: 18px !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-5 .td-mx-17 .td-meta-info-container,
.td-grid-style-6 .td-mx-17 .td-meta-info-container {
padding: 10px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-5 .td-mx-17 .td-meta-info-container,
.td-grid-style-6 .td-mx-17 .td-meta-info-container {
padding: 11px !important;
}
}
.td-grid-style-7 { }
.td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
bottom: 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
bottom: 8px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-mx-17.td-big-grid-post .td-post-category {
bottom: 9px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-big-grid-scroll .td-mx-17 .td-big-grid-meta {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
.td-mx-19 .entry-title {
font-size: 19px;
line-height: 24px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-19 .entry-title {
font-size: 17px !important;
line-height: 22px !important;
}
}
@media (max-width: 767px) {
.td-mx-19 .entry-title {
font-size: 19px !important;
line-height: 24px !important;
}
}
.td-mx-19 .td-post-category {
margin-bottom: 10px; }
@media (max-width: 767px) {
.td-mx-19 .td-post-category {
margin-bottom: 12px;
}
}
.td-mx-19 .td-module-meta-info {
margin-top: 8px;
}
.td-mx-19 .td-meta-info-container {
padding: 0 20px 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-19 .td-meta-info-container {
padding: 0 15px 10px;
}
}
@media (max-width: 767px) {
.td-mx-19 .td-meta-info-container {
padding: 0 13px 14px;
}
}
.td-grid-style-2 .td-mx-19 .td-meta-info-container,
.td-grid-style-3 .td-mx-19 .td-meta-info-container,
.td-grid-style-7 .td-mx-19 .td-meta-info-container {
padding: 0 !important;
}
.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta,
.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
width: 100%;
}
.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta {
padding: 20px 20px 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta {
padding: 15px 15px 0;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-19 .td-big-grid-meta,
.td-grid-style-3 .td-mx-19 .td-big-grid-meta,
.td-grid-style-7 .td-mx-19 .td-big-grid-meta {
padding: 13px 13px 0;
}
}
.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
padding: 0 20px 20px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
padding: 0 15px 15px;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-19 .td-module-meta-info,
.td-grid-style-3 .td-mx-19 .td-module-meta-info,
.td-grid-style-7 .td-mx-19 .td-module-meta-info {
padding: 0 13px 13px;
}
}
.td-grid-style-4 .td-mx-19 .entry-title {
padding: 2px 6px 3px;
}
.td-grid-style-4 .td-mx-19 .td-meta-info-container {
width: 100%;
}
.td-grid-style-5 .td-mx-19 .td-meta-info-container,
.td-grid-style-6 .td-mx-19 .td-meta-info-container {
padding: 20px !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-5 .td-mx-19 .td-meta-info-container,
.td-grid-style-6 .td-mx-19 .td-meta-info-container {
padding: 15px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-5 .td-mx-19 .td-meta-info-container,
.td-grid-style-6 .td-mx-19 .td-meta-info-container {
padding: 13px !important;
}
}
.td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
bottom: 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
bottom: 12px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-mx-19.td-big-grid-post .td-post-category {
bottom: 10px;
}
}
.td-mx-23 .entry-title {
font-size: 23px;
line-height: 30px;
font-weight: 500; }
@media (max-width: 1018px) {
.td-mx-23 .entry-title {
font-size: 19px !important;
line-height: 24px !important;
}
}
.td-mx-23 .td-post-category {
margin-bottom: 14px; }
@media (max-width: 1018px) {
.td-mx-23 .td-post-category {
margin-bottom: 10px;
}
}
.td-mx-23 .td-module-meta-info {
margin-top: 8px;
}
.td-mx-23 .td-meta-info-container {
padding: 0 8% 20px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-23 .td-meta-info-container {
padding: 0 4% 20px;
}
}
@media (max-width: 767px) {
.td-mx-23 .td-meta-info-container {
padding: 0 15px 14px;
}
}
.td-grid-style-2 .td-mx-23 .td-meta-info-container,
.td-grid-style-3 .td-mx-23 .td-meta-info-container,
.td-grid-style-7 .td-mx-23 .td-meta-info-container {
padding: 0 !important;
}
.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta,
.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
width: 100%;
}
.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta {
padding: 20px 8% 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta {
padding: 20px 4% 0;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-23 .td-big-grid-meta,
.td-grid-style-3 .td-mx-23 .td-big-grid-meta,
.td-grid-style-7 .td-mx-23 .td-big-grid-meta {
padding: 15px 15px 0;
}
}
.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
padding: 0 8% 20px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
padding: 0 4% 20px;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-23 .td-module-meta-info,
.td-grid-style-3 .td-mx-23 .td-module-meta-info,
.td-grid-style-7 .td-mx-23 .td-module-meta-info {
padding: 0 15px 15px;
}
}
.td-grid-style-4 .td-mx-23 .entry-title {
padding: 2px 6px 4px;
}
.td-grid-style-4 .td-mx-23 .td-meta-info-container {
width: auto;
max-width: 80%; }
@media (max-width: 767px) {
.td-grid-style-4 .td-mx-23 .td-meta-info-container {
width: 100%;
max-width: 100%;
}
}
.td-grid-style-5 .td-mx-23 .td-meta-info-container,
.td-grid-style-6 .td-mx-23 .td-meta-info-container {
padding: 20px !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-5 .td-mx-23 .td-meta-info-container,
.td-grid-style-6 .td-mx-23 .td-meta-info-container {
padding: 20px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-5 .td-mx-23 .td-meta-info-container,
.td-grid-style-6 .td-mx-23 .td-meta-info-container {
padding: 15px !important;
}
}
.td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
bottom: 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
bottom: 16px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-mx-23.td-big-grid-post .td-post-category {
bottom: 12px;
}
}
.td-mx-28 .entry-title {
font-size: 28px;
line-height: 38px;
font-weight: 500;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-28 .entry-title {
font-size: 22px !important;
line-height: 29px !important;
}
}
@media (max-width: 767px) {
.td-mx-28 .entry-title {
font-size: 19px !important;
line-height: 24px !important;
}
}
.td-mx-28 .td-post-category {
margin-bottom: 14px; }
@media (max-width: 1018px) {
.td-mx-28 .td-post-category {
margin-bottom: 11px;
}
}
.td-mx-28 .td-module-meta-info {
margin-top: 12px; }
@media (max-width: 767px) {
.td-mx-28 .td-module-meta-info {
margin-top: 7px;
}
}
.td-mx-28 .td-meta-info-container {
padding: 0 10px 28px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-mx-28 .td-meta-info-container {
padding: 0 14px 20px;
}
}
@media (max-width: 767px) {
.td-mx-28 .td-meta-info-container {
padding: 0 10px 14px;
}
}
.td-grid-style-2 .td-mx-28 .td-meta-info-container,
.td-grid-style-3 .td-mx-28 .td-meta-info-container,
.td-grid-style-7 .td-mx-28 .td-meta-info-container {
padding: 0 !important;
}
.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta,
.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
width: 100%;
}
.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta {
padding: 28px 10px 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta {
padding: 20px 14px 0;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-28 .td-big-grid-meta,
.td-grid-style-3 .td-mx-28 .td-big-grid-meta,
.td-grid-style-7 .td-mx-28 .td-big-grid-meta {
padding: 14px 10px 0;
}
}
.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
padding: 0 10px 28px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
padding: 0 14px 20px;
}
}
@media (max-width: 767px) {
.td-grid-style-2 .td-mx-28 .td-module-meta-info,
.td-grid-style-3 .td-mx-28 .td-module-meta-info,
.td-grid-style-7 .td-mx-28 .td-module-meta-info {
padding: 0 10px 14px;
}
}
.td-grid-style-4 .td-mx-28 .entry-title {
padding: 3px 8px 6px;
}
.td-grid-style-4 .td-mx-28 .td-meta-info-container {
width: auto;
max-width: 70%; }
@media (max-width: 767px) {
.td-grid-style-4 .td-mx-28 .td-meta-info-container {
width: 100%;
max-width: none;
}
}
.td-grid-style-5 .td-mx-28 .td-meta-info-container,
.td-grid-style-6 .td-mx-28 .td-meta-info-container {
padding: 28px !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-5 .td-mx-28 .td-meta-info-container,
.td-grid-style-6 .td-mx-28 .td-meta-info-container {
padding: 20px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-5 .td-mx-28 .td-meta-info-container,
.td-grid-style-6 .td-mx-28 .td-meta-info-container {
padding: 14px !important;
}
}
.td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
bottom: 24px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
bottom: 16px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-mx-28.td-big-grid-post .td-post-category {
bottom: 12px;
}
} .td-hover-1 .td-big-grid-wrapper .entry-thumb {
transition-timing-function: ease !important;
} .td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #4db2ec;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td-grid-style-2 .td-big-grid-post-7 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #d17646;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #d760b7;
background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #54a3db;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #54a3db), color-stop(100%, #4bcf77));
background: -webkit-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
background: linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #f4d03f;
background: -webkit-gradient(left top, right bottom, color-stop(0%, #f4d03f), color-stop(100%, #f27a35));
background: -webkit-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
background: linear-gradient(135deg, #f4d03f 0%, #f27a35 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #d760b7;
background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
background: #4db2ec;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td-grid-style-2 .td-video-play-ico,
.td-grid-style-3 .td-video-play-ico {
opacity: 0.5;
} .td-grid-style-1 .td-meta-info-container {
bottom: 0;
}
.td-grid-style-1 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 70%;
width: 100%;
position: absolute;
z-index: 1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);  }
@media (max-width: 767px) {
.td-grid-style-1 .td-module-thumb a:last-child:before {
height: 130% !important;
}
}
.td-grid-style-1 .td-post-category {
background-color: rgba(0, 0, 0, 0.7);
}
.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
width: 80%;
margin: 0 0 0 20px; }
@media (max-width: 767px) {
.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
width: 90%;
margin-left: 15px;
}
}
.td-grid-style-1 .td-big-thumb .entry-title {
font-size: 27px;
font-weight: 500;
line-height: 34px;
}
.td-grid-style-1 .td-big-thumb .td-module-meta-info { }
@media (max-width: 767px) {
.td-grid-style-1 .td-big-thumb .td-module-meta-info {
margin-bottom: 18px;
}
}
.td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
width: 80%;
margin: 20px 0 14px 19px; }
@media (max-width: 767px) {
.td-grid-style-1 .td-medium-thumb .td-big-grid-meta {
margin: 0 15px 11px;
}
}
.td-grid-style-1 .td-medium-thumb .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;
}
.td-grid-style-1 .td-small-thumb .td-big-grid-meta {
margin: 0 15px 11px;
}
.td-grid-style-1 .td-small-thumb .entry-title {
margin-top: 2px;
font-size: 16px;
line-height: 21px;
font-weight: 500;
}
.td-grid-style-1 .td-tiny-thumb .td-big-grid-meta {
margin: 0 10px 10px 14px;
}
.td-grid-style-1 .td-tiny-thumb .entry-title {
font-size: 15px;
line-height: 17px;
font-weight: 500;
}
.td-grid-style-1 .td-tiny-thumb .td-post-category {
font-size: 9px;
font-weight: 600;
padding: 3px 5px;
line-height: 1;
}
.td-grid-style-1.td-hover-1 .td-module-thumb .entry-thumb {
transition: transform 0.3s ease, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.td-grid-style-1.td-hover-1 .td-post-category {
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
background-color: rgba(0, 0, 0, 0.1);
}
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color: #4db2ec;
}
.td-grid-style-1 .td-video-play-ico { }
@media (max-width: 767px) {
.td-grid-style-1 .td-video-play-ico {
top: 20px;
left: auto;
right: 20px;
transform: none;
-webkit-transform: none;
}
} .td-grid-style-2 .td-meta-info-container {
bottom: 0;
}
.td-grid-style-2 .td-module-thumb a:last-child:before {
-webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
opacity: 0.6;
}
.td-grid-style-2 .td-post-category {
background-color: rgba(0, 0, 0, 0.2);
}
.td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
font-size: 34px;
}
.td-grid-style-2 .td-big-thumb .td-meta-info-container {
position: static;
top: 0;
bottom: auto;
}
.td-grid-style-2 .td-big-thumb .td-big-grid-meta {
width: 80%;
margin: 20px 0 20px 20px;
top: 0;
position: absolute; }
@media (max-width: 767px) {
.td-grid-style-2 .td-big-thumb .td-big-grid-meta {
width: 90%;
margin-left: 15px;
}
}
.td-grid-style-2 .td-big-thumb .td-module-meta-info {
position: absolute;
bottom: 0;
}
.td-grid-style-2 .td-big-thumb .entry-title {
font-size: 34px;
line-height: 41px; }
@media (max-width: 1140px) {
.td-grid-style-2 .td-big-thumb .entry-title {
font-weight: 500;
}
}
.td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
top: auto;
bottom: -6px;
}
.td-grid-style-2 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
bottom: auto;
right: 22px;
top: 5px;
}
.td-grid-style-2 .td-medium-thumb .td-meta-info-container {
top: 0;
bottom: auto;
}
.td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
width: 80%;
margin: 20px 0 14px 19px; }
@media (max-width: 767px) {
.td-grid-style-2 .td-medium-thumb .td-big-grid-meta {
margin: 16px 15px 11px;
}
}
.td-grid-style-2 .td-medium-thumb .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;
}
.td-grid-style-2 .td-small-thumb .td-meta-info-container {
bottom: auto;
top: 0;
margin-top: 16px;
}
.td-grid-style-2 .td-small-thumb .td-big-grid-meta {
margin: 0 15px 11px;
}
.td-grid-style-2 .td-small-thumb .entry-title {
margin-top: 2px;
font-size: 17px;
line-height: 21px;
font-weight: 500;
}
.td-grid-style-2 .td-tiny-thumb .td-meta-info-container {
top: 0;
bottom: auto;
}
.td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
margin: 14px 10px 10px 14px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-2 .td-tiny-thumb .td-big-grid-meta {
margin: 10px;
}
}
.td-grid-style-2 .td-tiny-thumb .entry-title {
font-size: 15px;
line-height: 17px;
font-weight: 500;
}
.td-grid-style-2 .td-tiny-thumb .td-post-category {
font-size: 9px;
font-weight: 600;
padding: 3px 5px;
line-height: 1;
}
.td-grid-style-2.td-hover-1 .td-module-thumb .entry-thumb {
transition: transform 0.3s ease, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-2.td-hover-1 .td-post-category {
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.td-grid-style-2.td-hover-1 .td-big-grid-post:hover .entry-thumb {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-2.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color: rgba(0, 0, 0, 0.5);
} .td-grid-style-3 .td-meta-info-container {
bottom: 0;
}
.td-grid-style-3 .td-module-thumb a:last-child:before {
opacity: 0.8;
}
.td-grid-style-3 .td-post-category {
background-color: rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
font-size: 34px;
}
.td-grid-style-3 .td-big-thumb .td-meta-info-container {
position: static;
top: 0;
bottom: auto;
}
.td-grid-style-3 .td-big-thumb .td-big-grid-meta {
width: 80%;
margin: 20px 0 20px 20px;
top: 0;
position: absolute; }
@media (max-width: 767px) {
.td-grid-style-3 .td-big-thumb .td-big-grid-meta {
width: 90%;
margin-left: 15px;
}
}
.td-grid-style-3 .td-big-thumb .td-module-meta-info {
position: absolute;
bottom: 0;
}
.td-grid-style-3 .td-big-thumb .entry-title {
font-size: 34px;
line-height: 41px; }
@media (max-width: 1140px) {
.td-grid-style-3 .td-big-thumb .entry-title {
font-weight: 500;
}
}
.td-grid-style-3 .td-big-thumb .entry-title a {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-big-grid-meta {
top: auto;
bottom: -6px;
}
.td-grid-style-3 .td-big-thumb.td-big-grid-post-1 .td-module-meta-info {
bottom: auto;
right: 22px;
top: 5px;
}
.td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
width: 80%;
margin: 20px 0 14px 19px; }
@media (max-width: 767px) {
.td-grid-style-3 .td-medium-thumb .td-big-grid-meta {
margin: 0 15px 11px;
}
}
.td-grid-style-3 .td-medium-thumb .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;
}
.td-grid-style-3 .td-medium-thumb .entry-title a {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-small-thumb .td-big-grid-meta {
margin: 0 15px 11px;
}
.td-grid-style-3 .td-small-thumb .entry-title {
margin-top: 2px;
font-size: 17px;
line-height: 21px;
font-weight: 500;
}
.td-grid-style-3 .td-small-thumb .entry-title a {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-tiny-thumb .td-big-grid-meta {
margin: 0 10px 10px 14px;
}
.td-grid-style-3 .td-tiny-thumb .entry-title {
font-size: 15px;
line-height: 17px;
font-weight: 500;
}
.td-grid-style-3 .td-tiny-thumb .entry-title a {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-3 .td-tiny-thumb .td-post-category {
font-size: 9px;
font-weight: 600;
padding: 3px 5px;
line-height: 1;
}
.td-grid-style-3.td-hover-1 .td-module-thumb .entry-thumb {
transition: transform 0.3s ease, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-3.td-hover-1 .td-post-category {
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .entry-thumb {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color: rgba(0, 0, 0, 0.5);
} .td-grid-style-4 .td-meta-info-container {
bottom: 0;
z-index: 1;
}
.td-grid-style-4 .td-post-category {
background-color: rgba(0, 0, 0, 0.4);
}
.td-grid-style-4 .entry-title {
background-color: #4db2ec;
background-color: rgba(77, 178, 236, 0.7);
}
.td-grid-style-4 .entry-title a {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-4 .td-module-meta-info {
margin: 0;
background-color: rgba(0, 0, 0, 0.4);
display: table; }
.td-grid-style-4 .td-module-meta-info > span {
padding: 5px 0 6px 7px;
}
.td-grid-style-4 .td-module-meta-info > span span {
margin: 0 -2px 0 2px;
display: inline-block;
}
.td-grid-style-4 .td-module-meta-info > span:last-child {
padding-right: 7px;
}
@media (max-width: 767px) {
.td-grid-style-4 .td-module-meta-info {
display: none;
}
}
.td-grid-style-4 .td-big-thumb .td-meta-info-container {
width: 80%; }
@media (max-width: 767px) {
.td-grid-style-4 .td-big-thumb .td-meta-info-container {
width: 100%;
}
}
.td-grid-style-4 .td-big-thumb .td-post-category {
margin-bottom: 0;
display: table;
}
.td-grid-style-4 .td-big-thumb .td-module-meta-info {
margin: 0;
}
.td-grid-style-4 .td-big-thumb .entry-title {
font-size: 28px;
line-height: 35px;
font-weight: 500;
padding: 3px 8px 6px;
}
.td-grid-style-4 .td-medium-thumb .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;
padding: 4px 11px 6px; }
@media (max-width: 767px) {
.td-grid-style-4 .td-medium-thumb .entry-title {
padding: 5px 7px 6px;
}
}
.td-grid-style-4 .td-medium-thumb .td-post-category {
margin-bottom: 0;
display: table;
}
.td-grid-style-4 .td-small-thumb .td-post-category {
margin-bottom: 0;
display: table;
}
.td-grid-style-4 .td-small-thumb .td-module-meta-info {
margin: 0;
}
.td-grid-style-4 .td-small-thumb .entry-title {
font-size: 16px;
line-height: 21px;
font-weight: 500;
padding: 5px 7px 6px;
}
.td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
margin: 0 10px 10px 14px;
}
.td-grid-style-4 .td-tiny-thumb .entry-title {
font-size: 15px;
line-height: 17px;
font-weight: 500;
padding: 5px 7px 6px;
margin-right: 3px; }
@media (max-width: 767px) {
.td-grid-style-4 .td-tiny-thumb .entry-title {
margin-right: 0;
}
}
.td-grid-style-4 .td-tiny-thumb .td-post-category {
font-size: 9px;
font-weight: 600;
padding: 3px 5px;
line-height: 1;
margin-bottom: 0;
display: table;
}
.td-grid-style-4 .td-tiny-thumb .td-big-grid-meta {
margin: 0;
}
.td-grid-style-4.td-hover-1 .td-module-thumb .entry-thumb {
transition: transform 0.3s ease, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .entry-thumb {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
} .td-grid-style-5 .td-meta-info-container {
top: 0;
bottom: 0;
text-align: center;
margin: 0;
font-size: 0;
width: 100%;
}
.td-grid-style-5 .td-meta-info-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
font-size: 34px;
}
.td-grid-style-5 .td-meta-align {
display: inline-block;
vertical-align: middle;
}
.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td-grid-style-5 .td-module-thumb a:last-child:before {
bottom: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.td-grid-style-5 .td-post-category {
background-color: rgba(0, 0, 0, 0.7);
margin-top: 0;
}
.td-grid-style-5 .td-big-thumb .td-meta-info-container {
padding: 0 30px; }
@media (max-width: 767px) {
.td-grid-style-5 .td-big-thumb .td-meta-info-container {
padding: 0 15px;
}
}
.td-grid-style-5 .td-big-thumb .entry-title {
font-size: 28px;
line-height: 36px; }
@media (max-width: 1140px) {
.td-grid-style-5 .td-big-thumb .entry-title {
font-weight: 500;
}
}
.td-grid-style-5 .td-medium-thumb .td-meta-info-container {
padding: 0 25px;
}
.td-grid-style-5 .td-medium-thumb .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;
}
.td-grid-style-5 .td-small-thumb .td-meta-info-container {
padding: 0 15px;
}
.td-grid-style-5 .td-small-thumb .entry-title {
margin-top: 2px;
font-size: 16px;
line-height: 21px;
font-weight: 500;
}
.td-grid-style-5 .td-tiny-thumb .td-big-grid-meta {
padding: 0 10px;
}
.td-grid-style-5 .td-tiny-thumb .entry-title {
font-size: 15px;
line-height: 17px;
font-weight: 500;
}
.td-grid-style-5 .td-tiny-thumb .entry-title a {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.td-grid-style-5 .td-tiny-thumb .td-post-category {
font-size: 9px;
font-weight: 600;
padding: 3px 5px;
line-height: 1;
}
.td-grid-style-5 .td-video-play-ico {
top: 20px;
left: auto;
right: 20px;
transform: none;
-webkit-transform: none;
}
.td-grid-style-5.td-hover-1 .td-module-thumb a:last-child:before {
-webkit-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
}
.td-grid-style-5.td-hover-1 .td-module-thumb .entry-thumb {
transition: transform 0.3s ease, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.td-grid-style-5.td-hover-1 .td-post-category {
background-color: rgba(0, 0, 0, 0.7);
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before {
box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.75);
}
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .entry-thumb {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-post-category {
background-color: #4db2ec;
} .td-grid-style-6 .td-meta-info-container {
top: 0;
bottom: 0;
text-align: center;
margin: 0;
font-size: 0;
width: 100%;
}
.td-grid-style-6 .td-meta-info-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.td-grid-style-6 .td-big-grid-meta {
position: relative;
text-align: center;
padding: 0 10%; }
@media (max-width: 767px) {
.td-grid-style-6 .td-big-grid-meta {
padding: 0 4%;
}
}
.td-grid-style-6 .td-big-grid-post .td-big-grid-meta .entry-title {
display: inline-block;
width: 100%;
font-weight: 300;
margin-bottom: 0 !important;
}
.td-grid-style-6 .td-big-grid-post .entry-title {
text-transform: uppercase;
}
.td-grid-style-6 .td-big-grid-post.td-big-thumb .td-big-grid-meta {
font-size: 34px;
}
.td-grid-style-6 .td-big-grid-wrapper .td-big-grid-post .td-big-grid-meta {
margin: 0;
}
.td-grid-style-6 .td-meta-align {
display: inline-block;
vertical-align: middle;
}
.td-grid-style-6 .td-big-grid-post .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td-grid-style-6 .td-module-thumb a:last-child:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
background-color: #000;
opacity: 0.7;
top: 0;
}
.td-grid-style-6 .td-post-category {
-webkit-transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
}
.td-grid-style-6 .td-post-category:hover {
background-color: #fff;
color: #000;
}
.td-grid-style-6 .td-big-grid-post .td-post-category {
font-size: 10px;
padding: 2px 6px;
line-height: 13px;
margin-bottom: 10px;
}
.td-grid-style-6 .td-video-play-ico { }
@media (max-width: 767px) {
.td-grid-style-6 .td-video-play-ico {
display: none;
}
}
.td-grid-style-6 .td-video-play-ico img {
top: 10px !important;
bottom: auto;
left: auto;
right: 10px;
width: 30px;
}
.td-grid-style-6 .td-big-thumb .entry-title {
font-size: 37px;
line-height: 45px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-6 .td-big-thumb .entry-title {
font-size: 22px !important;
line-height: 26px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-6 .td-big-thumb .entry-title {
font-size: 26px !important;
line-height: 28px !important;
}
}
.td-grid-style-6 .td-medium-thumb .entry-title {
font-size: 24px;
line-height: 28px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-6 .td-medium-thumb .entry-title {
font-size: 18px !important;
line-height: 21px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-6 .td-medium-thumb .entry-title {
font-size: 20px !important;
line-height: 24px !important;
}
}
.td-grid-style-6 .td-small-thumb .entry-title {
font-size: 18px;
line-height: 22px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-6 .td-small-thumb .entry-title {
font-size: 13px !important;
line-height: 15px !important;
}
}
.td-grid-style-6 .td-small-thumb .td-module-comments {
display: none;
}
.td-grid-style-6 .td-tiny-thumb .entry-title {
font-size: 14px;
line-height: 18px;
font-weight: 400;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-6 .td-tiny-thumb .entry-title {
font-size: 13px !important;
line-height: 16px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-6 .td-tiny-thumb .entry-title {
font-size: 11px !important;
line-height: 13px !important;
margin: 5px 0;
}
}
.td-grid-style-6 .td-tiny-thumb .td-post-category,
.td-grid-style-6 .td-tiny-thumb .td-module-comments {
display: none;
}
.td-grid-style-6 .td-tiny-thumb .td-module-meta-info { }
@media (max-width: 1018px) {
.td-grid-style-6 .td-tiny-thumb .td-module-meta-info {
display: none;
}
}
.td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-meta-info-container .entry-title { }
@media (max-width: 767px) {
.td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-meta-info-container .entry-title {
font-size: 16px !important;
line-height: 21px !important;
}
}
.td-grid-style-6.td-hover-1 { }
@media (min-width: 1025px) {
.td-grid-style-6.td-hover-1 .entry-thumb {
-webkit-transition: transform 0.6s ease 0s;
transition: transform 0.6s ease 0s;
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.td-grid-style-6.td-hover-1 .td-module-thumb:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
background-color: #4db2ec;
opacity: 0;
top: 0;
left: 0;
pointer-events: none;
-webkit-transition: opacity 0.4s ease 0.2s;
transition: opacity 0.4s ease 0.2s;
}
.td-grid-style-6.td-hover-1 .td-module-thumb a:last-child:after {
position: absolute;
top: 0;
left: 0;
width: 160%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
content: '';
z-index: 1;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.td-grid-style-6.td-hover-1 .td-module-comments {
-webkit-transition: opacity 0.6s ease 0s;
transition: opacity 0.6s ease 0s;
opacity: 0;
}
.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .entry-thumb {
transform: scale(1);
-webkit-transform: scale(1);
}
.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-comments {
opacity: 1;
}
.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
-webkit-transition: transform 0.7s ease 0s;
transition: transform 0.7s ease 0s;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
}
.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb:after {
opacity: 0.3;
}
} .td-grid-style-7 .td-video-play-ico img {
top: auto;
left: auto;
width: 30px;
right: 10px;
bottom: 10px;
}
.td-grid-style-7 .td-big-grid-post .entry-title a {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.td-grid-style-7 .td-big-grid-post .td-post-category {
background-color: transparent;
padding: 0 !important;
position: absolute;
bottom: 17px;
text-transform: none;
margin: 0 !important;
font-size: 12px !important;
line-height: 14px !important; }
@media (max-width: 1018px) {
.td-grid-style-7 .td-big-grid-post .td-post-category {
bottom: 10px;
}
}
.td-grid-style-7 .td-big-grid-post .td-post-category:hover {
background-color: transparent;
}
.td-grid-style-7 .td-module-meta-info {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-module-meta-info {
margin-left: 17px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-module-meta-info {
margin-left: 14px !important;
}
}
.td-grid-style-7 .td-meta-info-container {
top: 0;
height: 100%;
}
.td-grid-style-7 .td-big-grid-post .td-big-grid-meta {
padding-bottom: 0 !important;
}
.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta { }
@media (max-width: 767px) {
.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta {
padding: 10px 14px;
}
}
.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta .entry-title { }
@media (max-width: 767px) {
.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-meta-align .td-big-grid-meta .entry-title {
font-size: 16px !important;
line-height: 19px !important;
}
}
.td-grid-style-7 .td-big-thumb .td-big-grid-meta {
padding: 20px 26px 14px 20px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-big-thumb .td-big-grid-meta {
padding: 12px 17px 11px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-big-thumb .td-big-grid-meta {
padding: 14px;
}
}
.td-grid-style-7 .td-big-thumb .entry-title {
font-size: 30px;
line-height: 36px;
font-weight: 700;
margin-bottom: 7px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-big-thumb .entry-title {
font-size: 24px !important;
line-height: 28px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-big-thumb .entry-title {
font-size: 26px !important;
line-height: 30px !important;
margin-bottom: 5px;
}
}
.td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
padding: 20px 26px 14px 20px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
padding: 12px 20px 11px 17px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-medium-thumb .td-big-grid-meta {
padding: 12px 14px 10px;
}
}
.td-grid-style-7 .td-medium-thumb .entry-title {
font-size: 26px;
line-height: 32px;
font-weight: 700;
margin-bottom: 7px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-medium-thumb .entry-title {
font-size: 16px !important;
line-height: 20px !important;
margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-medium-thumb .entry-title {
font-size: 20px !important;
line-height: 26px !important;
margin-bottom: 5px;
}
}
.td-grid-style-7 .td-small-thumb .td-big-grid-meta {
padding: 14px 20px 10px;
margin: 0 !important;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-small-thumb .td-big-grid-meta {
padding: 12px 17px 5px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-small-thumb .td-big-grid-meta {
padding: 10px 14px;
}
}
.td-grid-style-7 .td-small-thumb .td-module-meta-info { }
@media (max-width: 1018px) {
.td-grid-style-7 .td-small-thumb .td-module-meta-info {
display: none;
}
}
.td-grid-style-7 .td-small-thumb .entry-title {
font-size: 18px;
line-height: 24px;
font-weight: 700;
margin-bottom: 6px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-grid-style-7 .td-small-thumb .entry-title {
font-size: 18px !important;
line-height: 24px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-small-thumb .entry-title {
font-size: 14px !important;
line-height: 18px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-small-thumb .entry-title {
font-size: 19px !important;
line-height: 23px !important;
}
}
.td-grid-style-7 .td-small-thumb .td-post-category { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-small-thumb .td-post-category {
display: inline;
}
}
.td-grid-style-7 .td-small-thumb .td-module-comments {
display: none;
}
.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
padding: 4px 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
padding: 4px 14px;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta {
padding: 2px 10px 0;
}
}
.td-grid-style-7 .td-tiny-thumb .entry-title {
font-size: 16px;
line-height: 21px;
font-weight: 600;
margin-top: 6px;
margin-bottom: 7px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-grid-style-7 .td-tiny-thumb .entry-title {
font-size: 12px !important;
line-height: 13px !important;
}
}
@media (max-width: 767px) {
.td-grid-style-7 .td-tiny-thumb .entry-title {
font-size: 12px !important;
line-height: 15px !important;
}
}
.td-grid-style-7 .td-tiny-thumb .td-module-meta-info,
.td-grid-style-7 .td-tiny-thumb .td-module-comments {
display: none;
}
.td-grid-style-7 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post .td-module-thumb a:last-child:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
}
.td-grid-style-7 .td-module-thumb a:last-child:after {
-webkit-box-shadow: inset 0 0 16px 4px #000000;
-moz-box-shadow: inset 0 0 16px 4px #000000;
box-shadow: inset 0 0 16px 4px #000000;
opacity: 0.15;
}
.td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
opacity: 0.6;
background: #410cbc;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #410cbc), color-stop(100%, #ff6f31));
background: -webkit-linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
background: linear-gradient(20deg, #410cbc 0%, #ff6f31 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#410cbc', endColorstr='#ff6f31', GradientType=1);
}
.td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
opacity: 0.6;
background: #f4880d;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #f4880d), color-stop(100%, #70ff99));
background: -webkit-linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
background: linear-gradient(20deg, #f4880d 0%, #70ff99 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4880d', endColorstr='#70ff99', GradientType=1);
}
.td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
opacity: 0.6;
background: #c40f79;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #c40f79), color-stop(100%, #7ebfff));
background: -webkit-linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
background: linear-gradient(20deg, #c40f79 0%, #7ebfff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40f79', endColorstr='#7ebfff', GradientType=1);
}
.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_10 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-7 .td-module-thumb a:last-child:before {
opacity: 0.6;
background: #0016be;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #0016be), color-stop(100%, #2aec74));
background: -webkit-linear-gradient(20deg, #0016be 0%, #2aec74 100%);
background: linear-gradient(20deg, #0016be 0%, #2aec74 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0016be', endColorstr='#2aec74', GradientType=1);
}
.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
opacity: 0.6;
background: #023c8c;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #023c8c), color-stop(100%, #ff86d3));
background: -webkit-linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
background: linear-gradient(20deg, #023c8c 0%, #ff86d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023c8c', endColorstr='#ff86d3', GradientType=1);
}
.td-grid-style-7.td_block_big_grid_1 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td-grid-style-7 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
opacity: 0.6;
background: #00ac81;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #00ac81), color-stop(100%, #ff778e));
background: -webkit-linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
background: linear-gradient(20deg, #00ac81 0%, #ff778e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac81', endColorstr='#ff778e', GradientType=1);
}
.td-grid-style-7 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
opacity: 0.6;
background: #007808;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #007808), color-stop(100%, #fff940));
background: -webkit-linear-gradient(20deg, #007808 0%, #fff940 100%);
background: linear-gradient(20deg, #007808 0%, #fff940 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007808', endColorstr='#fff940', GradientType=1);
}
.td-grid-style-7.td-hover-1 { }
@media (min-width: 1025px) {
.td-grid-style-7.td-hover-1 .entry-thumb {
-webkit-transition: transform 0.35s ease 0s;
transition: transform 0.35s ease 0s;
}
.td-grid-style-7.td-hover-1 .td-big-grid-post:hover .entry-thumb {
transform: scale3d(1.05, 1.05, 1);
-webkit-transform: scale3d(1.05, 1.05, 1);
-moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
}
}
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-1 .entry-title,
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .entry-title { }
@media (max-width: 767px) {
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-1 .entry-title,
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .entry-title {
font-size: 17px !important;
line-height: 21px !important;
}
}
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
margin-top: 11px; }
@media (max-width: 767px) {
.td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-meta-align {
margin-top: 0;
}
}
.td-grid-style-7.td_block_big_grid_9 .td-big-grid-post .entry-title,
.td-grid-style-7.td_block_big_grid_10 .td-big-grid-post .entry-title { }
@media (max-width: 767px) {
.td-grid-style-7.td_block_big_grid_9 .td-big-grid-post .entry-title,
.td-grid-style-7.td_block_big_grid_10 .td-big-grid-post .entry-title {
font-size: 19px !important;
line-height: 23px !important;
}
}
.td-grid-style-7.td_block_big_grid_11 .td-big-grid-post .entry-title { }
@media (max-width: 767px) {
.td-grid-style-7.td_block_big_grid_11 .td-big-grid-post .entry-title {
font-size: 17px !important;
line-height: 21px !important;
}
}
.td-grid-style-7.td_block_big_grid_5 .td-big-grid-meta { }
@media (max-width: 767px) {
.td-grid-style-7.td_block_big_grid_5 .td-big-grid-meta {
padding-top: 14px;
}
} .td-big-grid-post {
position: relative;
overflow: hidden; }
.td-big-grid-post .entry-review-stars {
color: #fff;
margin-top: -5px;
}
.td-big-grid-post .td-post-category {
font-family: 'Roboto', sans-serif;
font-size: 10px;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
margin: 0 0 5px 0;
padding: 3px 7px;
line-height: 13px;
pointer-events: auto;
}
.td-big-grid-post .td-meta-info-container {
position: absolute;
pointer-events: none;
z-index: 1;
width: 100%;
}
.td-big-grid-post .td-meta-align {
pointer-events: none;
width: 100%;
}
.td-big-grid-post .td-post-author-name a,
.td-big-grid-post .td-post-author-name span,
.td-big-grid-post .td-post-date {
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.td-big-grid-post .entry-title {
margin: 0;
word-wrap: break-word;
}
.td-big-grid-post .entry-title a {
color: #fff;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.td-big-grid-post .td-module-meta-info {
margin: 11px 0 20px 20px;
min-height: 0;
z-index: 1; }
@media (max-width: 767px) {
.td-big-grid-post .td-module-meta-info {
margin-left: 17px;
}
}
.td-big-grid-post .td-post-author-name {
pointer-events: auto;
}
.td-big-grid-post .td-big-grid-meta {
z-index: 1;
}
.td-big-grid-post .td-video-play-ico { }
@media (max-width: 1018px) {
.td-big-grid-post .td-video-play-ico {
width: 30px !important;
height: 30px !important;
font-size: 30px !important;
border-width: 0.050em !important;
}
}
.td-big-grid-post.td-big-thumb .td-big-grid-meta {
font-size: 27px;
}
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {    }
@media (max-width: 1140px) {
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
line-height: 1.3;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
font-size: 80%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
font-size: 16px;
}
}
@media (max-width: 767px) {
.td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
font-size: 22px;
}
}
.td-big-grid-post.td-medium-thumb .td-big-grid-meta {
font-size: 24px; }
@media (max-width: 767px) {
.td-big-grid-post.td-medium-thumb .td-big-grid-meta {
font-size: 16px;
}
}
.td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {    }
@media (max-width: 1140px) {
.td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
line-height: 1.3;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
font-size: 85%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
font-size: 65%;
}
}
@media (max-width: 767px) {
.td-big-grid-post.td-medium-thumb .td-big-grid-meta .entry-title {
font-size: 16px;
line-height: 21px;
}
}
.td-big-grid-post.td-small-thumb .td-big-grid-meta {
font-size: 16px;
}
.td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {    }
@media (max-width: 1140px) {
.td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
line-height: 1.4;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
font-size: 90%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
font-size: 80%;
}
}
@media (max-width: 767px) {
.td-big-grid-post.td-small-thumb .td-big-grid-meta .entry-title {
font-size: 16px;
line-height: 21px;
}
}
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta {
font-size: 15px;
}
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {    }
@media (max-width: 1140px) {
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
line-height: 1.4;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
font-size: 90%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
font-size: 70%;
}
}
@media (max-width: 767px) {
.td-big-grid-post.td-tiny-thumb .td-big-grid-meta .entry-title {
font-size: 16px;
line-height: 21px;
}
}
.td-big-grid-post .td-module-thumb {
overflow: hidden;
margin: 0;
}
.td-big-grid-post .td-module-thumb img {
max-width: none;
}
.td-big-grid-post .entry-thumb {   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-big-grid-post .entry-thumb {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grid-post .entry-thumb {
width: 100%;
}
}
@media (max-width: 767px) {
.td-big-grid-post .entry-thumb {
width: 100%;
}
}
.td-big-grid-post .td-module-thumb {
background-color: #e5e5e5;
}
.td-big-grid-post .td-post-author-name,
.td-big-grid-post .td-post-date {
top: 0;
}
.td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta .entry-title {
font-size: 16px !important;
line-height: 21px !important;
}
}
.td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
.td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-big-grid-post-0.td-big-grid-post .td-big-grid-meta .entry-title,
.td_block_big_grid_8 .td-big-grid-post-1.td-big-grid-post .td-big-grid-meta .entry-title {
font-size: 24px !important;
line-height: 30px !important;
}
}
.td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
.td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title { }
@media (max-width: 767px) {
.td-grid-style-2 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title,
.td-grid-style-3 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
font-size: 70%;
}
}
.td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title { }
@media (max-width: 767px) {
.td-grid-style-5 .td-big-grid-post.td-big-thumb .td-big-grid-meta .entry-title {
font-size: 60%;
}
} @media (max-width: 767px) {
.td_block_big_grid_1,
.td_block_big_grid_2,
.td_block_big_grid_3,
.td_block_big_grid_4,
.td_block_big_grid_5,
.td_block_big_grid_6,
.td_block_big_grid_7,
.td_block_big_grid_8,
.td_block_big_grid_9,
.td_block_big_grid_10,
.td_block_big_grid_11,
.td_block_big_grid_12 {
margin-left: -20px;
margin-right: -20px;
}
}
.vc_tta-tabs .td_block_big_grid_1,
.vc_tta-tabs .td_block_big_grid_2,
.vc_tta-tabs .td_block_big_grid_3,
.vc_tta-tabs .td_block_big_grid_4,
.vc_tta-tabs .td_block_big_grid_5,
.vc_tta-tabs .td_block_big_grid_6,
.vc_tta-tabs .td_block_big_grid_7,
.vc_tta-tabs .td_block_big_grid_8,
.vc_tta-tabs .td_block_big_grid_9,
.vc_tta-tabs .td_block_big_grid_10,
.vc_tta-tabs .td_block_big_grid_11,
.vc_tta-tabs .td_block_big_grid_12 { }
@media (max-width: 767px) {
.vc_tta-tabs .td_block_big_grid_1,
.vc_tta-tabs .td_block_big_grid_2,
.vc_tta-tabs .td_block_big_grid_3,
.vc_tta-tabs .td_block_big_grid_4,
.vc_tta-tabs .td_block_big_grid_5,
.vc_tta-tabs .td_block_big_grid_6,
.vc_tta-tabs .td_block_big_grid_7,
.vc_tta-tabs .td_block_big_grid_8,
.vc_tta-tabs .td_block_big_grid_9,
.vc_tta-tabs .td_block_big_grid_10,
.vc_tta-tabs .td_block_big_grid_11,
.vc_tta-tabs .td_block_big_grid_12 {
margin-left: 0;
margin-right: 0;
}
}
.iosSlider.td_block_wrap {
margin-bottom: 34px !important;
} .td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll { }
@media (max-width: 767px) {
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll {
overflow-x: auto;
white-space: nowrap;
font-size: 0;
overflow-y: hidden;
padding-top: 3px;
z-index: 0;
-webkit-overflow-scrolling: touch;
transform: translate3d(0, 0, 0);
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
margin-left: 3px;
margin-right: 0;
margin-bottom: 0;
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post:first-child {
margin-left: 0;
}
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb { }
@media (max-width: 767px) {
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-module-thumb {
width: 100%;
height: 170px;
}
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post { }
@media (max-width: 767px) {
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post {
display: inline-block;
white-space: normal;
float: none;
vertical-align: top;
width: 80%;
}
}
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post { }
@media (max-width: 767px) {
.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post {
width: 100%;
}
} .td_block_big_grid_1 .td-big-grid-post {
float: left;
}
.td_block_big_grid_1 .td-big-thumb {
margin-right: 3px;
}
.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
width: 532px;
height: 399px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
width: 504px;
height: 355px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
width: 374px;
height: 271px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_1 .td-big-thumb .td-module-thumb {
width: 100%;
height: auto;
}
}
.td_block_big_grid_1 .td-small-thumb .td-module-thumb {
width: 265px;
height: 198px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_1 .td-small-thumb .td-module-thumb {
width: 235px;
height: 176px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_1 .td-small-thumb .td-module-thumb {
width: 180px;
height: 134px;
}
}
.td_block_big_grid_1 .td-big-grid-post-0 { }
@media (max-width: 767px) {
.td_block_big_grid_1 .td-big-grid-post-0 {
width: 100%;
float: none;
}
}
.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-3 {
margin-right: 3px;
}
.td_block_big_grid_1 .td-big-grid-post-1,
.td_block_big_grid_1 .td-big-grid-post-2 {
margin-bottom: 3px;
}
.td_block_big_grid_1.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_1.td-grid-style-6 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td_block_big_grid_1 .td-module-empty { }
@media (max-width: 767px) {
.td_block_big_grid_1 .td-module-empty {
display: none !important;
}
}
.td_block_big_grid_1 .td-module-empty .td-module-thumb {
width: 265px;
height: 198px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_1 .td-module-empty .td-module-thumb {
width: 235px;
height: 176px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_1 .td-module-empty .td-module-thumb {
width: 180px;
height: 134px;
}
} .td_block_big_grid_2 .td-big-grid-post {
float: left;
}
.td_block_big_grid_2 .td-big-thumb {
margin-right: 3px;
}
.td_block_big_grid_2 .td-big-thumb .td-module-thumb {
width: 741px;
height: 486px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_2 .td-big-thumb .td-module-thumb {
width: 692px;
height: 426px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_2 .td-big-thumb .td-module-thumb {
width: 515px;
height: 336px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_2 .td-big-thumb .td-module-thumb {
width: 100%;
height: auto;
}
}
.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
width: 324px;
height: 160px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
width: 285px;
height: 140px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
width: 222px;
height: 110px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
height: 124px !important;
}
}
.td_block_big_grid_2 .td-big-grid-post-0 { }
@media (max-width: 767px) {
.td_block_big_grid_2 .td-big-grid-post-0 {
width: 100%;
float: none;
}
}
.td_block_big_grid_2 .td-big-grid-post-1,
.td_block_big_grid_2 .td-big-grid-post-2 {
margin-bottom: 3px;
}
.td_block_big_grid_2.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_2.td-grid-style-6 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td_block_big_grid_2 .td-module-empty { }
@media (max-width: 767px) {
.td_block_big_grid_2 .td-module-empty {
display: none !important;
}
}
.td_block_big_grid_2 .td-module-empty .td-module-thumb {
width: 324px;
height: 160px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_2 .td-module-empty .td-module-thumb {
width: 285px;
height: 140px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_2 .td-module-empty .td-module-thumb {
width: 222px;
height: 110px;
}
} .td_block_big_grid_3 .td-big-grid-post {
float: left;
}
.td_block_big_grid_3 .td-big-thumb {
margin-right: 3px;
}
.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
width: 532px;
height: 462px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
width: 488px;
height: 422px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
width: 368px;
height: 318px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_3 .td-big-thumb .td-module-thumb {
width: 100%;
height: auto;
}
}
.td_block_big_grid_3 .td-medium-thumb {
margin-bottom: 3px;
}
.td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
width: 533px;
height: 261px;    }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
height: 237px;
width: 489px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
height: 179px;
width: 369px;
}
}
@media (min-width: 375px) and (max-width: 767px) {
.td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
height: 140px !important;
}
}
@media (max-width: 374px) {
.td_block_big_grid_3 .td-medium-thumb .td-module-thumb {
height: 124px !important;
}
}
.td_block_big_grid_3 .td-small-thumb .td-module-thumb {
width: 265px;
height: 198px;    }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_3 .td-small-thumb .td-module-thumb {
width: 243px;
height: 182px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_3 .td-small-thumb .td-module-thumb {
width: 183px;
height: 136px;
}
}
@media (min-width: 375px) and (max-width: 767px) {
.td_block_big_grid_3 .td-small-thumb .td-module-thumb {
height: 140px !important;
}
}
@media (max-width: 374px) {
.td_block_big_grid_3 .td-small-thumb .td-module-thumb {
height: 124px !important;
}
}
.td_block_big_grid_3 .td-big-grid-post-0 { }
@media (max-width: 767px) {
.td_block_big_grid_3 .td-big-grid-post-0 {
width: 100%;
float: none;
}
}
.td_block_big_grid_3 .td-big-grid-post-3 {
margin-left: 3px;
}
.td_block_big_grid_3.td-grid-style-4 .td-post-category {
margin-bottom: 0;
}
.td_block_big_grid_3.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_3.td-grid-style-6 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td_block_big_grid_3 .td-module-empty { }
@media (max-width: 767px) {
.td_block_big_grid_3 .td-module-empty {
display: none !important;
}
}
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
width: 533px;
height: 261px;
margin-bottom: 3px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
height: 237px;
width: 489px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-1 .td-module-thumb {
height: 179px;
width: 369px;
}
}
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
width: 265px;
height: 198px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
width: 243px;
height: 182px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_3 .td-module-empty.td-big-grid-post-3 .td-module-thumb {
width: 183px;
height: 136px;
}
} .td_block_big_grid_4 {
margin-right: -3px; }
@media (max-width: 767px) {
.td_block_big_grid_4 {
margin-right: -20px;
}
}
.td_block_big_grid_4 .td-big-grid-post {
width: 50%;
float: left; }
@media (max-width: 767px) {
.td_block_big_grid_4 .td-big-grid-post {
width: 100%;
float: none;
}
}
.td_block_big_grid_4 .td-big-grid-post:first-child { }
@media (max-width: 767px) {
.td_block_big_grid_4 .td-big-grid-post:first-child {
padding-bottom: 3px;
}
}
.td_block_big_grid_4 .td-module-thumb {
height: 399px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_4 .td-module-thumb {
height: 350px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_4 .td-module-thumb {
height: 280px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_4 .td-module-thumb {
width: 100%;
height: 220px;
}
}
.td_block_big_grid_4 .td-big-thumb {
padding-right: 3px; }
@media (max-width: 767px) {
.td_block_big_grid_4 .td-big-thumb {
padding-right: 0;
}
}
.td_block_big_grid_4.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_4.td-grid-style-1 .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_big_grid_4.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_4.td-grid-style-1 .td-module-meta-info {
margin-left: 12px;
}
}
.td_block_big_grid_4.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_4.td-grid-style-6 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td_block_big_grid_4 .td-module-empty { }
@media (max-width: 767px) {
.td_block_big_grid_4 .td-module-empty {
display: none !important;
}
} .td_block_big_grid_5 {
margin-right: -3px; }
@media (max-width: 767px) {
.td_block_big_grid_5 {
margin-right: -20px;
}
}
.td_block_big_grid_5 .td-big-grid-post {
width: 33.33333333%;
float: left; }
@media (max-width: 767px) {
.td_block_big_grid_5 .td-big-grid-post {
width: 100%;
float: none;
padding-top: 3px;
}
}
.td_block_big_grid_5 .td-big-grid-post:first-child { }
@media (max-width: 767px) {
.td_block_big_grid_5 .td-big-grid-post:first-child {
padding-top: 0;
}
}
.td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
height: 220px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
height: 200px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
height: 148px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_5 .td-big-grid-post .td-module-thumb {
height: 168px;
}
}
.td_block_big_grid_5 .td-module-meta-info {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_5 .td-module-meta-info {
display: none;
}
}
@media (max-width: 767px) {
.td_block_big_grid_5 .td-module-meta-info {
display: none;
}
}
.td_block_big_grid_5 .td-module-thumb a:last-child:before {
height: 100%;
}
.td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
margin: 0 20px 11px; }
@media (max-width: 1018px) {
.td_block_big_grid_5.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_5.td-grid-style-3 .td-big-grid-meta {
margin: 0 14px 11px;
}
}
.td_block_big_grid_5.td-grid-style-1 .entry-title,
.td_block_big_grid_5.td-grid-style-2 .entry-title,
.td_block_big_grid_5.td-grid-style-3 .entry-title {
font-size: 20px;
line-height: 26px;
font-weight: 700; }
@media (max-width: 767px) {
.td_block_big_grid_5.td-grid-style-1 .entry-title,
.td_block_big_grid_5.td-grid-style-2 .entry-title,
.td_block_big_grid_5.td-grid-style-3 .entry-title {
font-size: 22px !important;
line-height: 28px !important;
font-weight: 500;
}
}
.td_block_big_grid_5.td-grid-style-4 .td-module-meta-info {
display: none;
}
.td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
padding-right: 3px; }
@media (max-width: 767px) {
.td_block_big_grid_5.td-grid-style-4 .td-big-grid-meta {
padding-right: 0;
}
}
.td_block_big_grid_5.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-bottom: 0;
}
.td_block_big_grid_5.td-grid-style-5 .entry-title {
font-size: 20px;
line-height: 26px;
font-weight: 700;
}
.td_block_big_grid_5 .td-small-thumb {
padding-right: 3px; }
@media (max-width: 767px) {
.td_block_big_grid_5 .td-small-thumb {
padding-right: 0;
}
}
.td_block_big_grid_5 .td-module-empty { }
@media (max-width: 767px) {
.td_block_big_grid_5 .td-module-empty {
display: none !important;
}
}
.td_block_big_grid_5 .td-module-empty .td-module-thumb {
height: 220px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_5 .td-module-empty .td-module-thumb {
height: 200px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_5 .td-module-empty .td-module-thumb {
height: 148px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_5 .td-module-empty .td-module-thumb {
height: 168px;
}
}
.td_block_big_grid_5 .td-module-empty.td-big-grid-post-1 {
padding-right: 3px;
}
.td_block_big_grid_5.td-grid-style-1 .td-video-play-ico,
.td_block_big_grid_5.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_5.td-grid-style-3 .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
} .td_block_big_grid_6 {
margin-right: -2px; }
@media (max-width: 767px) {
.td_block_big_grid_6 {
margin-right: -20px;
}
}
.td_block_big_grid_6 .td-big-grid-post-0,
.td_block_big_grid_6 .td-big-grid-post-1 {
width: 50%;
float: left;
margin-bottom: 3px; }
@media (max-width: 767px) {
.td_block_big_grid_6 .td-big-grid-post-0,
.td_block_big_grid_6 .td-big-grid-post-1 {
margin-bottom: 0;
margin-top: 3px;
width: 100%;
float: none;
}
}
.td_block_big_grid_6 .td-big-grid-post-0:first-child,
.td_block_big_grid_6 .td-big-grid-post-1:first-child { }
@media (max-width: 767px) {
.td_block_big_grid_6 .td-big-grid-post-0:first-child,
.td_block_big_grid_6 .td-big-grid-post-1:first-child {
margin-top: 0;
}
}
.td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
.td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
padding-right: 3px; }
@media (max-width: 767px) {
.td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb,
.td_block_big_grid_6 .td-big-grid-post-1.td-big-thumb {
padding-right: 0;
}
}
.td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
height: 373px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
height: 360px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
height: 280px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_6 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-1 .td-module-thumb {
width: 100%;
height: 220px;
}
}
.td_block_big_grid_6 .td-big-grid-post-2,
.td_block_big_grid_6 .td-big-grid-post-3,
.td_block_big_grid_6 .td-big-grid-post-4,
.td_block_big_grid_6 .td-big-grid-post-5,
.td_block_big_grid_6 .td-big-grid-post-6 {
width: 20%;
float: left;
}
.td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
padding-right: 3px; }
@media (max-width: 767px) {
.td_block_big_grid_6 .td-big-grid-post-2.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-3.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-4.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-5.td-tiny-thumb,
.td_block_big_grid_6 .td-big-grid-post-6.td-tiny-thumb {
padding-right: 0;
}
}
.td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
height: 140px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
height: 130px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
height: 100px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_6 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_6 .td-big-grid-post-6 .td-module-thumb {
height: auto;
}
}
.td_block_big_grid_6 .td-post-category {
vertical-align: bottom;
}
.td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-big-grid-meta { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-big-grid-meta {
margin: 0 0 0 14px;
}
}
.td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info {
margin: 7px 0 14px 14px;
}
}
.td_block_big_grid_6.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_6.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
background: #d17646;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td_block_big_grid_6.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td_block_big_grid_6 .td-module-empty.td-big-grid-post {
padding-right: 3px; }
@media (max-width: 767px) {
.td_block_big_grid_6 .td-module-empty.td-big-grid-post {
display: none !important;
}
}
.td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_6.td-grid-style-1 .td-video-play-ico {
top: 10px;
right: 10px;
}
}
.td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_6.td-grid-style-2 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-3 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-4 .td-tiny-thumb .td-video-play-ico,
.td_block_big_grid_6.td-grid-style-5 .td-tiny-thumb .td-video-play-ico {
top: 10px;
right: 10px;
}
}
.td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {
width: 30px;
height: 30px;
font-size: 30px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_6 .td-tiny-thumb .td-video-play-ico {
width: 20px !important;
height: 20px !important;
font-size: 20px !important;
}
} .td_block_big_grid_7 {
margin-right: -12px; }
@media (max-width: 767px) {
.td_block_big_grid_7 {
margin-right: -20px;
}
}
.td_block_big_grid_7 .td-big-grid-post-0,
.td_block_big_grid_7 .td-big-grid-post-1,
.td_block_big_grid_7 .td-big-grid-post-2 {
width: 33.33333333%;
float: left;
margin-bottom: 12px; }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-0,
.td_block_big_grid_7 .td-big-grid-post-1,
.td_block_big_grid_7 .td-big-grid-post-2 {
margin-bottom: 0;
float: none;
}
}
.td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {
padding-right: 12px; }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-0.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-1.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-2.td-small-thumb {
padding-right: 0;
}
}
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
height: 220px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
height: 195px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
height: 146px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
height: 196px;
}
}
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_7 .td-big-grid-post-0 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
display: none;
}
}
.td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
margin: 0 20px 11px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
margin: 0 15px 11px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-0 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta,
.td_block_big_grid_7 .td-big-grid-post-2 .td-big-grid-meta {
margin: 0 15px 11px;
}
}
.td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
font-size: 20px;
line-height: 26px;
font-weight: 700; }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-1 .entry-title,
.td_block_big_grid_7 .td-big-grid-post-2 .entry-title {
font-weight: 500;
}
}
.td_block_big_grid_7 .td-big-grid-post-0 { }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-0 {
width: 100%;
}
}
.td_block_big_grid_7 .td-big-grid-post-0 .entry-title { }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-0 .entry-title {
font-size: 22px !important;
line-height: 28px !important;
}
}
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-meta-info {
display: none;
}
}
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb { }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb {
height: 150px !important;
}
}
.td_block_big_grid_7 .td-meta-info-container {
padding-right: 12px; }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-meta-info-container {
padding-right: 0;
}
}
.td_block_big_grid_7 .td-big-grid-post-3,
.td_block_big_grid_7 .td-big-grid-post-4,
.td_block_big_grid_7 .td-big-grid-post-5,
.td_block_big_grid_7 .td-big-grid-post-6 {
width: 25%;
float: left;
}
.td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
padding-right: 12px; }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-3.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-4.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-5.td-small-thumb,
.td_block_big_grid_7 .td-big-grid-post-6.td-small-thumb {
padding-right: 0;
}
}
.td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
height: 175px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
height: 124px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_7 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_7 .td-big-grid-post-6 .td-module-thumb {
height: 150px !important;
}
}
.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
background: #d760b7;
background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
background: #4db2ec;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td_block_big_grid_7.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td_block_big_grid_7.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
background: #d17646;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td_block_big_grid_7.td-grid-style-4 .td-module-meta-info {
display: none;
}
.td_block_big_grid_7.td-grid-style-4 .td-big-grid-meta {
margin: 0;
}
.td_block_big_grid_7.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td_block_big_grid_7.td-grid-style-5 .td-small-thumb .td-meta-info-container {
padding: 0 30px 0 18px;
}
.td_block_big_grid_7 .td-module-empty.td-big-grid-post {
padding-right: 12px; }
@media (max-width: 767px) {
.td_block_big_grid_7 .td-module-empty.td-big-grid-post {
display: none !important;
}
}
.td_block_big_grid_7.td-grid-style-1 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-3 .td-video-play-ico,
.td_block_big_grid_7.td-grid-style-4 .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
} .td_block_big_grid_8 .td-grid-columns {
width: 33.33333333%;
float: left; }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-grid-columns {
display: inline;
float: none;
width: 100%;
}
}
.td_block_big_grid_8 .td-meta-info-container { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-meta-info-container {
width: 100% !important;
}
}
.td_block_big_grid_8 .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-module-meta-info {
display: none;
}
}
.td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post {
padding-top: 3px;
}
}
.td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post:first-child { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-grid-group-1 .td-big-grid-post:first-child {
padding-top: 0;
}
}
.td_block_big_grid_8 .td-big-grid-scroll.td-scroll-full .td-grid-columns { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-big-grid-scroll.td-scroll-full .td-grid-columns {
padding-left: 0;
}
}
.td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns {
padding-left: 3px;
}
}
.td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns:first-child { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-big-grid-scroll .td-grid-columns:first-child {
padding-left: 0;
}
}
.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
height: 182px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
height: 167px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb {
height: 125px;
}
}
.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-1 .td-module-thumb {
height: 198px !important;
}
}
.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
height: 364px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
height: 334px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_8 .td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
height: 250px;
}
}
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-big-grid-post-2 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-3 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-4 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-5 .td-module-thumb,
.td_block_big_grid_8 .td-big-grid-post-6 .td-module-thumb {
height: 156px !important;
}
}
.td_block_big_grid_8 .td-small-thumb .td-module-meta-info {
display: none;
}
.td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
margin: 0 20px 14px; }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-small-thumb .td-big-grid-meta {
margin: 0 15px 14px;
}
}
.td_block_big_grid_8.td-grid-style-2 .td-meta-info-container,
.td_block_big_grid_8.td-grid-style-3 .td-meta-info-container {
bottom: auto;
top: 0;
}
.td_block_big_grid_8.td-grid-style-2 .td-small-thumb .td-big-grid-meta,
.td_block_big_grid_8.td-grid-style-3 .td-small-thumb .td-big-grid-meta {
margin-top: 20px;
}
.td_block_big_grid_8.td-grid-style-4 .td-small-thumb .td-big-grid-meta {
margin: 0;
}
.td_block_big_grid_8.td-grid-style-4 .td-meta-info-container {
width: 80%;
}
.td_block_big_grid_8.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
.td_block_big_grid_8.td-grid-style-2 .td-meta-info-container {
margin-top: 0;
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
background: rgba(244, 208, 63, 0.97);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244, 208, 63, 0.97)), color-stop(100%, #f27a35));
background: -webkit-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
background: linear-gradient(135deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
background: #d17646;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
background: #d760b7;
background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-4 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-4 .td-module-thumb a:last-child:before {
background: #4db2ec;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-5 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-5 .td-module-thumb a:last-child:before {
background: #4db2ec;
background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.td_block_big_grid_8.td-grid-style-2 .td-big-grid-post-6 .td-module-thumb a:last-child:before,
.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-6 .td-module-thumb a:last-child:before {
background: #b0b43b;
background: -webkit-gradient(left top, right bottom, color-stop(0%, #b0b43b), color-stop(100%, rgba(145, 96, 81, 0.97)));
background: -webkit-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
background: linear-gradient(135deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b43b', endColorstr='#916051', GradientType=1);
}
.td_block_big_grid_8 .td-module-empty { }
@media (max-width: 767px) {
.td_block_big_grid_8 .td-module-empty {
display: none !important;
}
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
height: 364px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
height: 334px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 .td-module-thumb {
height: 250px;
}
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-2 {
opacity: 0.9;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-3 {
opacity: 0.8;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-4 {
opacity: 0.7;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-5 {
opacity: 0.7;
}
.td_block_big_grid_8 .td-module-empty.td-big-grid-post-6 {
opacity: 0.8;
}
.td_block_big_grid_8.td-grid-style-1 .td-big-grid-meta { }
@media (max-width: 767px) {
.td_block_big_grid_8.td-grid-style-1 .td-big-grid-meta {
margin: 0 15px 13px !important;
}
}
.td_block_big_grid_8.td-grid-style-1 .td-big-thumb .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
}
.td_block_big_grid_8.td-grid-style-2 .td-video-play-ico,
.td_block_big_grid_8.td-grid-style-3 .td-video-play-ico {
top: auto;
bottom: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
}
.td_block_big_grid_8.td-grid-style-4 .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
}
.td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_8.td-grid-style-6 .td-big-grid-post-6 .entry-title {
font-size: 30px;
line-height: 36px;
} .td_block_big_grid_9 .td-big-grid-post {
width: 25%;
float: left;  }
@media (max-width: 767px) {
.td_block_big_grid_9 .td-big-grid-post {
width: 50%;
margin-bottom: 2px;
}
}
@media (max-width: 600px) {
.td_block_big_grid_9 .td-big-grid-post {
width: 100%;
}
}
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {  }
@media (max-width: 767px) {
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
margin-right: 2px;
}
}
@media (max-width: 600px) {
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-0 .td-module-thumb,
.td_block_big_grid_9 .td-big-grid-post.td-big-grid-post-2 .td-module-thumb {
margin-right: 0;
}
}
.td_block_big_grid_9 .td-big-grid-post .entry-title {
font-size: 21px;
line-height: 24px;
font-weight: bold;
}
.td_block_big_grid_9 .td-big-grid-post .td-post-category {
font-size: 10px;
padding: 2px 6px;
line-height: 13px;
margin-bottom: 10px; }
@media (max-width: 1018px) {
.td_block_big_grid_9 .td-big-grid-post .td-post-category {
margin-bottom: 7px;
}
}
.td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
margin-right: 2px;
height: 364px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
height: 330px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
height: 250px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_9 .td-big-grid-post .td-module-thumb {
height: 140px;
margin-right: 0;
}
}
.td_block_big_grid_9 .td-big-grid-post:last-child .td-module-thumb {
margin-right: 0;
}
.td_block_big_grid_9 .td-big-grid-post .entry-thumb {
margin: 0 auto;
position: absolute;
left: -9999px;
right: -9999px;
width: auto;  }
@media (max-width: 1140px) {
.td_block_big_grid_9 .td-big-grid-post .entry-thumb {
height: 100%;
}
}
@media (max-width: 767px) {
.td_block_big_grid_9 .td-big-grid-post .entry-thumb {
height: auto;
width: 100%;
top: -30px;
}
}
.td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
width: 30px;
height: 30px;
font-size: 30px; }
@media (max-width: 767px) {
.td_block_big_grid_9 .td-big-grid-post .td-video-play-ico {
top: 10px;
right: 10px;
}
}
.td_block_big_grid_9 .td-post-author-name { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_9 .td-post-author-name {
display: none;
}
}
.td_block_big_grid_9 .td_module_mx_empty { }
@media (max-width: 767px) {
.td_block_big_grid_9 .td_module_mx_empty {
display: none;
}
}
.td_block_big_grid_9.td-grid-style-1 .td-post-category {
background-color: #4db2ec;
}
.td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 11px;
margin-right: 20px;
width: auto;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 8px;
margin-left: 10px;
margin-right: 8px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_9.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_9.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 7px;
}
}
.td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
margin-top: 8px;
margin-left: 10px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_9.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_9.td-grid-style-3 .td-module-meta-info {
margin-bottom: 15px;
margin-top: 7px;
margin-left: 15px;
}
}
.td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
margin-right: 2px; }
@media (max-width: 767px) {
.td_block_big_grid_9.td-grid-style-4 .td-big-grid-meta {
margin-right: 0;
}
}
.td_block_big_grid_9.td-grid-style-4 .td-big-grid-post:last-child .td-big-grid-meta {
margin-right: 0;
}
.td_block_big_grid_9.td-grid-style-4 .td-module-meta-info {
margin: 0;
padding-left: 11px;
padding-right: 11px;
}
.td_block_big_grid_9.td-grid-style-4 .td-post-category {
padding-left: 11px;
padding-right: 11px;
margin-bottom: 0;
}
.td_block_big_grid_9.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-bottom: 0;
}
.td_block_big_grid_9.td-grid-style-5 .td-meta-info-container {
padding: 0 10%;
}
.td_block_big_grid_9.td-grid-style-5 .td-post-category {
padding: 2px 7px;
background-color: #4db2ec;
} .td_block_big_grid_10 .td-big-grid-post {
float: left;
padding-right: 2px; }
@media (max-width: 767px) {
.td_block_big_grid_10 .td-big-grid-post {
padding-right: 0;
margin-bottom: 2px;
}
}
.td_block_big_grid_10 .td-big-grid-post:last-child {
padding-right: 0;
}
.td_block_big_grid_10 .td-big-grid-post .entry-title { }
@media (max-width: 767px) {
.td_block_big_grid_10 .td-big-grid-post .entry-title {
font-size: 16px !important;
line-height: 21px !important;
}
}
.td_block_big_grid_10 .td-big-grid-post .td-post-category {
margin-bottom: 10px; }
@media (max-width: 1018px) {
.td_block_big_grid_10 .td-big-grid-post .td-post-category {
margin-bottom: 7px;
}
}
.td_block_big_grid_10 .td-module-thumb {
height: 350px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_10 .td-module-thumb {
height: 300px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_10 .td-module-thumb {
height: 250px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_10 .td-module-thumb {
height: 140px;
margin-right: 0;
}
}
.td_block_big_grid_10 .entry-thumb {
margin: 0 auto;
position: absolute;
left: -9999px;
right: -9999px;
width: auto; }
@media (max-width: 767px) {
.td_block_big_grid_10 .entry-thumb {
width: 100%;
top: -30px;
}
}
.td_block_big_grid_10 .td-post-author-name { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_10 .td-post-author-name {
display: none;
}
}
.td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
width: 30px;
height: 30px;
font-size: 30px; }
@media (max-width: 767px) {
.td_block_big_grid_10 .td-big-grid-post .td-video-play-ico {
top: 10px;
right: 10px;
}
}
.td_block_big_grid_10 .td-big-grid-post-0 {
width: 50%;
}
.td_block_big_grid_10 .td-big-grid-post-1,
.td_block_big_grid_10 .td-big-grid-post-2 {
width: 25%;
}
.td_block_big_grid_10 .td-big-grid-post { }
@media (max-width: 767px) {
.td_block_big_grid_10 .td-big-grid-post {
width: 100%;
}
}
.td_block_big_grid_10 .td_module_mx_empty { }
@media (max-width: 767px) {
.td_block_big_grid_10 .td_module_mx_empty {
display: none;
}
}
.td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 11px;
margin-right: 20px;
width: auto;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 8px;
margin-left: 10px;
margin-right: 8px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_10.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 7px;
}
}
.td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
margin-top: 8px;
margin-left: 10px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_10.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-3 .td-module-meta-info {
margin-bottom: 15px;
margin-top: 7px;
margin-left: 15px;
}
}
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-meta-info-container { }
@media (max-width: 767px) {
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-meta-info-container {
position: absolute;
top: auto;
bottom: 0;
}
}
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-big-grid-meta,
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-module-meta-info,
.td_block_big_grid_10.td-grid-style-3 .td-big-thumb .td-module-meta-info {
position: static;
}
}
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_10.td-grid-style-2 .td-big-grid-meta {
margin-top: 13px;
}
}
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container { }
@media (max-width: 767px) {
.td_block_big_grid_10.td-grid-style-2 .td-big-thumb .td-meta-info-container {
top: 0;
bottom: auto;
}
}
.td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
width: 100%;
padding-right: 2px; }
@media (max-width: 767px) {
.td_block_big_grid_10.td-grid-style-4 .td-meta-info-container {
padding-right: 0;
}
}
.td_block_big_grid_10.td-grid-style-4 .td-big-grid-post:last-child .td-meta-info-container {
padding-right: 0;
}
.td_block_big_grid_10.td-grid-style-4 .td-module-meta-info {
margin: 0;
}
.td_block_big_grid_10.td-grid-style-4 .td-post-category {
margin-bottom: 0;
}
.td_block_big_grid_10.td-grid-style-5 .td-post-author-name {
display: none;
}
.td_block_big_grid_10.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-bottom: 0;
}
.td_block_big_grid_10.td-grid-style-5 .td-meta-info-container {
padding: 0 10%;
} .td_block_big_grid_11 .td-big-grid-post {
float: left;
padding-right: 2px;
}
.td_block_big_grid_11 .td-big-grid-post .entry-title {
font-size: 21px;
line-height: 24px;
font-weight: 500;
}
.td_block_big_grid_11 .td-big-grid-post .td-post-category {
margin-bottom: 10px; }
@media (max-width: 1018px) {
.td_block_big_grid_11 .td-big-grid-post .td-post-category {
margin-bottom: 7px;
}
}
.td_block_big_grid_11 .entry-thumb {
margin: 0 auto;
position: absolute;
left: -9999px;
right: -9999px;
width: auto; }
@media (max-width: 767px) {
.td_block_big_grid_11 .entry-thumb {
width: 100%;
}
}
.td_block_big_grid_11 .td-post-author-name { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_11 .td-post-author-name {
display: none;
}
}
.td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
width: 30px;
height: 30px;
font-size: 30px; }
@media (max-width: 767px) {
.td_block_big_grid_11 .td-big-grid-post .td-video-play-ico {
top: 10px;
right: 10px;
}
}
.td_block_big_grid_11 .td_module_mx15 {
width: 30%; }
@media (max-width: 767px) {
.td_block_big_grid_11 .td_module_mx15 {
width: 50%;
}
}
.td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
height: 360px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
height: 282px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_11 .td_module_mx15 .td-module-thumb {
height: 150px;
}
}
.td_block_big_grid_11 .td_module_mx15 .td-meta-align {
padding-right: 2px;
}
.td_block_big_grid_11 .td_module_mx11 {
width: 40%;
padding-right: 0; }
@media (max-width: 767px) {
.td_block_big_grid_11 .td_module_mx11 {
width: 50%;
padding-right: 2px;
}
}
.td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
height: 179px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
height: 140px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_11 .td_module_mx11 .td-module-thumb {
height: 150px;
}
}
.td_block_big_grid_11 .td_module_mx11 .entry-thumb { }
@media (max-width: 630px) {
.td_block_big_grid_11 .td_module_mx11 .entry-thumb {
height: 100%;
width: auto;
}
}
.td_block_big_grid_11 .td-module-meta-info { }
@media (max-width: 767px) {
.td_block_big_grid_11 .td-module-meta-info {
display: none;
}
}
.td_block_big_grid_11 .td-big-grid-post-1 { }
@media (max-width: 767px) {
.td_block_big_grid_11 .td-big-grid-post-1 {
padding-right: 0;
}
}
.td_block_big_grid_11 .td-big-grid-post-2 .td-module-thumb { }
@media (max-width: 767px) {
.td_block_big_grid_11 .td-big-grid-post-2 .td-module-thumb {
margin-top: 2px;
}
}
.td_block_big_grid_11 .td-big-grid-post-3 { }
@media (max-width: 767px) {
.td_block_big_grid_11 .td-big-grid-post-3 {
padding-right: 0;
}
}
.td_block_big_grid_11 .td-big-grid-post-3 .td-module-thumb {
margin-top: 2px;
}
.td_block_big_grid_11 .td_module_mx_empty { }
@media (max-width: 767px) {
.td_block_big_grid_11 .td_module_mx_empty {
display: none;
}
}
.td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 11px;
margin-right: 20px;
width: auto;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 8px;
margin-left: 10px;
margin-right: 8px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_11.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 10px;
}
}
.td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
margin-top: 8px;
margin-left: 10px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_11.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_11.td-grid-style-3 .td-module-meta-info {
margin-bottom: 15px;
margin-top: 7px;
margin-left: 15px;
}
}
.td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
margin-bottom: 16px; }
@media (max-width: 767px) {
.td_block_big_grid_11.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_11.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
margin-bottom: 10px;
}
}
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta { }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_11.td-grid-style-2 .td-big-grid-meta {
margin-top: 13px;
}
}
.td_block_big_grid_11.td-grid-style-4 .td-meta-info-container {
width: 100%;
}
.td_block_big_grid_11.td-grid-style-4 .td-module-meta-info {
margin: 0;
padding-left: 11px;
padding-right: 11px;
}
.td_block_big_grid_11.td-grid-style-4 .td-post-category {
padding-left: 11px;
padding-right: 11px;
margin-bottom: 0;
}
.td_block_big_grid_11.td-grid-style-5 .td-post-author-name {
display: none;
}
.td_block_big_grid_11.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-bottom: 0;
}
.td_block_big_grid_11.td-grid-style-5 .td-meta-info-container {
padding: 0 10%;
}
.td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-0 .entry-title,
.td_block_big_grid_11.td-grid-style-6 .td-big-grid-post-1 .entry-title {
font-size: 26px;
line-height: 30px;
}
.td_block_big_grid_11.td-grid-style-6 .entry-title { }
@media (max-width: 767px) {
.td_block_big_grid_11.td-grid-style-6 .entry-title {
font-size: 13px !important;
line-height: 15px !important;
}
} .td_block_big_grid_12 .td-big-grid-post {
float: left;
}
.td_block_big_grid_12 .td-big-grid-post .td-post-category {
margin-bottom: 10px; }
@media (max-width: 1018px) {
.td_block_big_grid_12 .td-big-grid-post .td-post-category {
margin-bottom: 7px;
}
}
.td_block_big_grid_12 .entry-thumb {
margin: 0 auto;
position: absolute;
left: -9999px;
right: -9999px;
width: auto; }
@media (max-width: 767px) {
.td_block_big_grid_12 .entry-thumb {
width: 100%;
}
}
.td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
top: 20px;
right: 20px;
left: auto;
transform: none;
-webkit-transform: none;
width: 30px;
height: 30px;
font-size: 30px; }
@media (max-width: 767px) {
.td_block_big_grid_12 .td-big-grid-post .td-video-play-ico {
top: 10px;
right: 10px;
}
}
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
margin-top: 11px; }
@media (max-width: 767px) {
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-module-thumb {
margin-top: 2px;
margin-left: 2px;
}
}
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-meta-info-container { }
@media (max-width: 767px) {
.td_block_big_grid_12 .td-big-grid-wrapper .td-big-grid-post:last-child .td-meta-info-container {
margin-left: 2px;
}
}
.td_block_big_grid_12 .td_module_mx5 {
width: 51%;
padding-right: 11px; }
@media (max-width: 767px) {
.td_block_big_grid_12 .td_module_mx5 {
width: 100%;
padding-right: 0;
}
}
.td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
height: 451px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
height: 291px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
height: 240px;
}
}
.td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {
padding-right: 11px; }
@media (max-width: 767px) {
.td_block_big_grid_12 .td_module_mx5 .td-meta-info-container {
padding-right: 0;
}
}
.td_block_big_grid_12 .td-big-grid-post-1,
.td_block_big_grid_12 .td-big-grid-post-2 {
width: 49%; }
@media (max-width: 767px) {
.td_block_big_grid_12 .td-big-grid-post-1,
.td_block_big_grid_12 .td-big-grid-post-2 {
width: 50%;
}
}
.td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
height: 220px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
height: 140px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
height: 150px;
margin-top: 2px;
}
}
.td_block_big_grid_12 .td-big-grid-post-1 .entry-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .entry-thumb { }
@media (max-width: 630px) {
.td_block_big_grid_12 .td-big-grid-post-1 .entry-thumb,
.td_block_big_grid_12 .td-big-grid-post-2 .entry-thumb {
height: 100%;
width: auto;
}
}
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {
margin-top: 11px; }
@media (max-width: 767px) {
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-post-2 .td-meta-info-container {
margin-top: 0;
}
}
.td_block_big_grid_12 .td_module_mx_empty { }
@media (max-width: 767px) {
.td_block_big_grid_12 .td_module_mx_empty {
display: none;
}
}
.td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 11px;
margin-right: 20px;
width: auto;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 8px;
margin-left: 10px;
margin-right: 20px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_12.td-grid-style-1 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td-big-grid-meta {
margin-bottom: 10px;
}
}
.td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
margin-top: 8px;
margin-left: 10px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_12.td-grid-style-1 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_12.td-grid-style-3 .td-module-meta-info {
margin-bottom: 15px;
margin-top: 7px;
margin-left: 15px;
}
}
.td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
margin-bottom: 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
margin-bottom: 6px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_12.td-grid-style-1 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-2 .td_module_mx11 .td-big-grid-meta,
.td_block_big_grid_12.td-grid-style-3 .td_module_mx11 .td-big-grid-meta {
margin-bottom: 10px;
}
}
.td_block_big_grid_12.td-grid-style-4 .td-meta-info-container {
width: 100%;
}
.td_block_big_grid_12.td-grid-style-4 .td-module-meta-info {
margin: 0;
padding-left: 11px;
padding-right: 11px;
}
.td_block_big_grid_12.td-grid-style-4 .td-post-category {
padding-left: 11px;
padding-right: 11px;
margin-bottom: 0;
}
.td_block_big_grid_12.td-grid-style-5 .td-post-author-name {
display: none;
}
.td_block_big_grid_12.td-grid-style-5 .td-module-meta-info {
margin-left: 0;
margin-bottom: 0;
}
.td_block_big_grid_12.td-grid-style-5 .td-meta-info-container {
padding: 0 10%;
}
.td_block_big_grid_12.td-grid-style-6 .td-medium-thumb .entry-title { }
@media (max-width: 767px) {
.td_block_big_grid_12.td-grid-style-6 .td-medium-thumb .entry-title {
font-size: 13px !important;
line-height: 15px !important;
}
} .td-big-grids-fl { }
.td-big-grids-fl .td-big-grid-post {
position: relative;
height: 0;
}
.td-big-grids-fl .td_module_wrap {
padding-bottom: 0;
}
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post {   }
@media (min-width: 767px) {
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
border-style: solid;
border-color: transparent;
}
}
@media (min-width: 1018px) {
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
border-width: 0 6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grids-fl.td-big-grids-margin .td-big-grid-post {
border-width: 0 2px;
}
}
.td-big-grids-fl .td-module-image,
.td-big-grids-fl .td-module-empty .td-module-thumb {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.td-big-grids-fl .td-module-thumb {
height: 100%;
}
.td-big-grids-fl .td-thumb-css {
height: 100%;
background-position: center center;
background-size: cover;
}
.td-big-grids-fl .td-module-meta-info {
margin-left: 0;
margin-bottom: 0;
}
.td-big-grids-fl .td_module_wrap:hover .entry-title a {
color: #fff;
}
@media (max-width: 767px) {
.td-big-grids-fl {
margin-left: -20px;
margin-right: -20px;
}
.td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
height: 260px; }
.td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .td-module-thumb {
height: 100% !important;
}
.td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 .entry-title {
font-size: 19px !important;
line-height: 24px !important;
}
.td-big-grids-fl.td-big-grids-scroll.td-grid-style-7 .td-big-grid-post-0 .entry-title {
font-size: 26px !important;
line-height: 30px !important;
}
.td-big-grids-fl.td-big-grids-scroll .td-big-grid-scroll .td-big-grid-post .entry-title {
font-size: 15px !important;
line-height: 20px !important;
}
.td-big-grids-fl .td-big-grid-scroll .td_module_wrap {
height: 165px;
padding-top: 0 !important;
}
.td-big-grids-fl .td-big-grid-scroll .td-module-thumb {
height: 100% !important;
}
}
@media (max-width: 767px) and (max-width: 767px) {
.td-big-grids-fl.td-big-grids-scroll .td-big-grid-post-0 {
padding: 0 !important;
}
}
.td-big-grids-fl .td-module-empty { }
@media (max-width: 767px) {
.td-big-grids-fl .td-module-empty {
display: none !important;
}
}
.td-big-grids-fl.td-grid-style-1 .td-module-meta-info { }
@media (max-width: 767px) {
.td-big-grids-fl.td-grid-style-1 .td-module-meta-info {
margin-bottom: 8px;
}
}
.td-big-grids-fl.td-grid-style-2 .td-meta-info-container,
.td-big-grids-fl.td-grid-style-3 .td-meta-info-container {
height: 100%;
}
.td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-3 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
.td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
position: absolute;
}
.td-big-grids-fl.td-grid-style-2 .td-big-grid-meta,
.td-big-grids-fl.td-grid-style-3 .td-big-grid-meta {
top: 0;
}
.td-big-grids-fl.td-grid-style-2 .td-module-meta-info,
.td-big-grids-fl.td-grid-style-3 .td-module-meta-info {
bottom: 0;
}
.td-big-grids-fl.td-grid-style-4 .td-post-category {
display: table;
margin-bottom: 0 !important;
}
.td-big-grids-fl.td-grid-style-4 .td-module-meta-info {
margin-top: 0 !important;
}
.td-big-grids-fl.td-grid-style-4 .td-meta-info-container {
padding: 0 !important;
}
.td-big-grids-fl.td-grid-style-7 .td-module-meta-info {
margin-left: 0 !important;
}
.td-category-grid-fl .td-container {
width: 100% !important;
} .td-big-grids-margin {  }
@media (min-width: 1018px) {
.td-big-grids-margin {
margin-left: -6px;
margin-right: -6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grids-margin {
margin-left: -2px;
margin-right: -2px;
}
} .td_block_big_grid_fl_1 .td-big-grid-post {
width: 100%;
padding-top: 48%;   }
@media (min-width: 1018px) {
.td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
font-size: 22px;
line-height: 29px;
}
.td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
padding: 0 20px 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_1 .td-big-grid-post {
padding-top: 56%;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_1 .td-big-grid-post {
padding-top: 60%;
}
}
.td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info { }
@media (min-width: 1140px) {
.td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
padding-top: 30%;    }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
font-size: 28px;
line-height: 38px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
padding: 0 28px 28px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
padding-top: 44%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .entry-title {
font-size: 22px !important;
line-height: 29px !important;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post .td-meta-info-container {
padding: 0 20px 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
padding-top: 48%;
}
}
@media (max-width: 767px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1 .td-big-grid-post {
padding-top: 60%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {  }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
width: auto;
max-width: 60%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-4 .td-meta-info-container {
width: auto;
max-width: 75%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 180%, 0);
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {  }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
padding-left: 28px;
padding-right: 28px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_1.td-grid-style-7 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
} .td_block_big_grid_fl_2 {  }
.td_block_big_grid_fl_2 .td-big-grid-post {
float: left;
width: 50%;
padding-top: 34%;  }
@media (min-width: 1018px) {
.td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
font-size: 19px;
line-height: 24px;
}
.td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
padding: 0 14px 20px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_2 .td-big-grid-post {
width: 100%;
padding-top: 50%;
}
.td_block_big_grid_fl_2 .td-big-grid-post:first-child {
margin-bottom: 2px;
}
}
@media (min-width: 1018px) {
.td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
padding-left: 14px;
padding-right: 14px;
}
}
@media (max-width: 1018px) {
.td_block_big_grid_fl_2.td-grid-style-5 .td-module-meta-info,
.td_block_big_grid_fl_2.td-grid-style-6 .td-module-meta-info {
display: none;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2,
.td-stretch-content .td_block_big_grid_fl_2 { }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
padding-top: 28%;    }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .entry-title,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .entry-title {
font-size: 23px;
line-height: 30px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post .td-meta-info-container {
padding: 0 20px 20px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
padding-top: 30%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
padding-top: 34%;
}
}
@media (max-width: 767px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2 .td-big-grid-post,
.td-stretch-content .td_block_big_grid_fl_2 .td-big-grid-post {
padding-top: 60%;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
.td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
.td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
.td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
.td-stretch-content .td_block_big_grid_fl_2.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
.td-stretch-content .td_block_big_grid_fl_2.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info,
.td-stretch-content .td_block_big_grid_fl_2.td-grid-style-7 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
} .td_block_big_grid_fl_3,
.td_block_big_grid_fl_4 { }
@media (max-width: 1018px) {
.td_block_big_grid_fl_3 .td-module-meta-info,
.td_block_big_grid_fl_4 .td-module-meta-info {
display: none;
}
} .td_block_big_grid_fl_3 { }
.td_block_big_grid_fl_3 .td-big-grid-post {
float: left;
width: 33.33333%;
padding-top: 32%;   }
@media (min-width: 1018px) {
.td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
font-size: 17px;
line-height: 22px;
}
.td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
padding: 0 10px 18px;
}
}
@media (max-width: 1018px) {
.td_block_big_grid_fl_3 .td-big-grid-post {
padding-top: 36%;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_3 .td-big-grid-post {
padding-top: 50%;
width: 100%;
}
}
.td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {  }
@media (min-width: 1140px) {
.td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 1140px) {
.td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
padding-left: 13px;
padding-right: 13px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_3 .td-big-grid-post-0,
.td_block_big_grid_fl_3 .td-big-grid-post-1 {
margin-bottom: 2px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 { }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
padding-top: 23%;    }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .entry-title {
font-size: 19px;
line-height: 24px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post .td-meta-info-container {
padding: 0 20px 20px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
padding-top: 30%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
padding-top: 32%;
}
}
@media (max-width: 767px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3 .td-big-grid-post {
padding-top: 60%;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-7 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container { }
@media (min-width: 768px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_3.td-grid-style-4 .td-meta-info-container {
max-width: 80%;
width: auto;
}
}  @media (max-width: 767px) {
.td_block_big_grid_fl_4 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_5 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_6 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_7 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info {
display: none;
}
.td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_7.td-grid-style-2 .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td-big-grid-post .td-module-meta-info,
.td_block_big_grid_fl_7.td-grid-style-3 .td-big-grid-post .td-module-meta-info {
display: block;
}
} .td_block_big_grid_fl_4 {    }
.td_block_big_grid_fl_4 .td-big-grid-post {
float: left;
width: 25%;
padding-top: 30%;  }
@media (min-width: 1018px) {
.td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
font-size: 15px;
line-height: 20px;
}
.td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
padding: 0 17px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_4 .td-big-grid-post {
padding-top: 36%;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_fl_4.td-big-grids-margin {
margin-left: -1px;
margin-right: -1px;
}
.td_block_big_grid_fl_4.td-big-grids-margin .td-big-grid-post {
border-width: 0 1px;
}
}
@media (min-width: 1018px) {
.td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
padding-left: 17px;
padding-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
width: 100%;
max-width: none;
}
.td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container .td-module-meta-info {
display: none;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_4 .td-big-grid-post-0 {
width: 100%;
float: none;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 { }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
padding-top: 23%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
font-size: 19px;
line-height: 24px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
padding-top: 26%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .entry-title {
font-size: 15px;
line-height: 20px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post .td-meta-info-container {
padding: 0 10px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4 .td-big-grid-post {
padding-top: 32%;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-7 .td-module-meta-info {
padding-left: 15px;
padding-right: 10px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container { }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_4.td-grid-style-4 .td-meta-info-container {
max-width: 80%;
}
} .td_block_big_grid_fl_5 {   }
.td_block_big_grid_fl_5 .td-big-grid-post {
float: left;
width: 20%;
padding-top: 35%;   }
.td_block_big_grid_fl_5 .td-big-grid-post .td-post-author-name { }
@media (max-width: 1018px) {
.td_block_big_grid_fl_5 .td-big-grid-post .td-post-author-name {
display: none;
}
}
@media (min-width: 1018px) {
.td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
font-size: 15px;
line-height: 20px;
}
.td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
padding: 0 11px 15px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_fl_5 .td-big-grid-post {
padding-top: 32%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_5 .td-big-grid-post {
padding-top: 37%;
}
.td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
font-size: 12px !important;
line-height: 15px !important;
}
.td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
padding: 0 11px 10px;
}
}
.td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {  }
@media (min-width: 1018px) {
.td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
padding-left: 11px;
padding-right: 11px;
}
}
@media (min-width: 768px) {
.td_block_big_grid_fl_5.td-big-grids-margin {
margin-left: -1px;
margin-right: -1px;
}
.td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
border-width: 0 1px;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td_block_big_grid_fl_5 .td-module-meta-info {
display: none;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_5 .td-big-grid-post-0 {
width: 100%;
float: none;
}
.td_block_big_grid_fl_5 .td-posts-1 .td-big-grid-post-0 .entry-title {
font-size: 19px !important;
line-height: 23px !important;
}
.td_block_big_grid_fl_5 .td-posts-3 .td-big-grid-post-0 .entry-title {
font-size: 19px !important;
line-height: 23px !important;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 {  }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
padding-top: 23%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
font-size: 19px;
line-height: 24px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
padding-top: 30%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .entry-title {
font-size: 15px;
line-height: 20px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post .td-meta-info-container {
padding: 0 10px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5 .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5 .td-big-grid-post {
padding-top: 34%;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin {
margin-left: -5px;
margin-right: -5px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-big-grids-margin .td-big-grid-post {
border-width: 0 5px;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-4 .td-meta-info-container {
max-width: 85%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {  }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-2 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-3 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_5.td-grid-style-7 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
} .td_block_big_grid_fl_6 {  }
.td_block_big_grid_fl_6 .td-big-grid-post {
float: left;
}
.td_block_big_grid_fl_6 .td_module_mx18 {
width: 100%;
padding-top: 31%;   }
@media (min-width: 1018px) {
.td_block_big_grid_fl_6 .td_module_mx18 .entry-title {
font-size: 23px;
line-height: 30px;
}
.td_block_big_grid_fl_6 .td_module_mx18 .td-meta-info-container {
padding: 0 28px 18px;
}
}
@media (min-width: 1018px) {
.td_block_big_grid_fl_6 .td_module_mx18 {
margin-bottom: 12px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_6 .td_module_mx18 {
margin-bottom: 4px;
padding-top: 33%;
}
}
.td_block_big_grid_fl_6 .td_module_mx22 {
position: relative;
width: 33.333%;
padding-top: 17%;    }
@media (min-width: 1018px) {
.td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
padding: 0 28px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container {
padding-left: 14px;
padding-right: 14px;
}
.td_block_big_grid_fl_6 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_6 .td_module_mx22 {
padding-top: 19%;
}
.td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
font-size: 13px !important;
line-height: 18px !important;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_6 .td_module_mx22 {
width: 100%;
padding: 0;
float: none;
}
}
.td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
max-width: none; }
@media (min-width: 1140px) {
.td_block_big_grid_fl_6 .td_module_mx22 .entry-thumb {
min-width: 100%;
width: auto;
}
}
@media (min-width: 767px) {
.td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-1.td-module-empty,
.td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-2.td-module-empty,
.td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-3.td-module-empty,
.td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-4.td-module-empty,
.td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-5.td-module-empty,
.td_block_big_grid_fl_6 .td-posts-1 .td-big-grid-post-6.td-module-empty {
display: none !important;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_6 .td-big-grid-post-0 {
width: 100%;
float: none;
}
}
.td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 175%, 0);
}
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {  }
@media (min-width: 1140px) {
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
padding-left: 28px;
padding-right: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-big-grid-meta,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx18 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-2 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-3 .td_module_mx22 .td-module-meta-info,
.td_block_big_grid_fl_6.td-grid-style-7 .td_module_mx22 .td-module-meta-info {
padding-left: 14px;
padding-right: 14px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 { }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
padding-top: 23%;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
padding-top: 27%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx18,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx18 {
padding-top: 31%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
padding-top: 12%;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
padding-top: 16%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 {
padding-top: 18%;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6 .td_module_mx22 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6 .td_module_mx22 .entry-title {
font-size: 17px;
line-height: 22px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container {  }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container {
width: auto;
max-width: 80%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-4 .td_module_mx22 .td-meta-info-container .td-module-meta-info {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-5 .td-meta-info-container .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6 .td-meta-info-container .td-module-meta-info {
display: none;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_6.td-grid-style-6.td-hover-1 .td_module_mx18.td-big-grid-post:hover .td-module-thumb a:last-child:after {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 205%, 0);
} .td_block_big_grid_fl_7 {    }
.td_block_big_grid_fl_7 .td-big-grid-post {
float: left;
}
.td_block_big_grid_fl_7 .td_module_mx23 {
width: 33.33333333%;
margin-bottom: 10px;
padding-top: 26%;   }
@media (min-width: 1140px) {
.td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
font-size: 17px;
line-height: 22px;
}
.td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
padding: 0 15px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_7 .td_module_mx23 {
padding-top: 27%;
margin-bottom: 4px;
}
.td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
font-size: 13px !important;
line-height: 18px !important;
}
.td_block_big_grid_fl_7 .td_module_mx23 .td-module-meta-info {
display: none;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_7 .td_module_mx23 {
width: 100%;
margin-bottom: 0;
padding: 0;
float: none;
}
}
.td_block_big_grid_fl_7 .td_module_mx24 {
position: relative;
width: 20%;
height: 0;
padding-top: 15%;    }
@media (min-width: 768px) {
.td_block_big_grid_fl_7 .td_module_mx24 .td-module-meta-info {
display: none;
}
}
@media (min-width: 1140px) {
.td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
font-size: 13px;
line-height: 18px;
}
.td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container {
padding: 0 10px 13px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_7 .td_module_mx24 {
padding-top: 18%;
}
.td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
font-size: 10px !important;
line-height: 13px !important;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_7 .td_module_mx24 {
width: 100%;
padding: 0;
float: none;
}
}
.td_block_big_grid_fl_7 .td_module_mx24 .entry-thumb {
max-width: none; }
@media (min-width: 1140px) {
.td_block_big_grid_fl_7 .td_module_mx24 .entry-thumb {
min-width: 100%;
width: auto;
}
}
@media (min-width: 1140px) {
.td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
padding-left: 15px;
padding-right: 15px;
}
.td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
.td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
.td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
.td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
.td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
.td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 767px) {
.td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-3.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-3.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-4.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-4.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-5.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-5.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-6.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-6.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-1 .td-big-grid-post-7.td-module-empty,
.td_block_big_grid_fl_7 .td-posts-2 .td-big-grid-post-7.td-module-empty {
display: none !important;
}
.td_block_big_grid_fl_7 .td-posts-3 .td-module-empty {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
width: 100%;
max-width: none;
}
}
.td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container .td-module-meta-info {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
width: 100%;
max-width: none;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap { }
}
@media (max-width: 767px) and (max-width: 767px) {
.td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
font-size: 19px !important;
line-height: 23px !important;
}
.td_block_big_grid_fl_7 .td-posts-2 .td_module_wrap .td-meta-info-container {
padding-bottom: 12px !important;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
padding-top: 18%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
font-size: 19px;
line-height: 24px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
padding: 0 20px 20px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
padding-top: 22%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
font-size: 17px;
line-height: 22px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 {
padding-top: 25%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .entry-title {
font-size: 17px;
line-height: 22px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx23 .td-meta-info-container {
padding: 0 13px 12px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
padding-top: 12%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 .entry-title {
font-size: 15px;
line-height: 20px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 .td-meta-info-container {
padding: 0 18px 18px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
padding-top: 14%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7 .td_module_mx24,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7 .td_module_mx24 {
padding-top: 16%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
padding-left: 18px;
padding-right: 18px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-module-meta-info {
padding-left: 13px;
padding-right: 13px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
padding-top: 15px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx23 .td-big-grid-meta {
padding-top: 13px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info { }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-2 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-3 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-7 .td_module_mx24 .td-module-meta-info {
padding-left: 18px;
padding-right: 18px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container { }
@media (min-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx23 .td-meta-info-container {
width: auto;
max-width: 80%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container { }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_7.td-grid-style-4 .td_module_mx24 .td-meta-info-container {
width: auto;
max-width: 85%;
}
} .td_block_big_grid_fl_8 {   }
.td_block_big_grid_fl_8 .td-big-grid-post {
float: left;
}
.td_block_big_grid_fl_8.td-big-grids { }
@media (min-width: 767px) {
.td_block_big_grid_fl_8.td-big-grids {
margin-bottom: 40px;
}
}
.td_block_big_grid_fl_8 .td_module_mx19 {
width: 50%;
padding-top: 36%;  }
@media (min-width: 1018px) {
.td_block_big_grid_fl_8 .td_module_mx19 .entry-title {
font-size: 19px;
line-height: 24px;
}
.td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 44%;
}
}
.td_block_big_grid_fl_8 .td_module_mx25 {
width: 25%;
padding-top: 18%;  }
@media (min-width: 1018px) {
.td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
font-size: 13px;
line-height: 18px;
}
.td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
padding: 0 10px 13px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 22%;
}
.td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
font-size: 12px !important;
line-height: 15px !important;
}
}
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
top: -6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-2.td-module-empty .td-module-thumb {
top: -2px;
}
}
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
top: 6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-admin-edit,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-admin-edit {
top: 2px;
}
}
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
bottom: 6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8 .td-big-grid-post-1 .td-meta-info-container,
.td_block_big_grid_fl_8 .td-big-grid-post-2 .td-meta-info-container {
bottom: 2px;
}
}
.td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
top: auto;  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
bottom: -6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_8 .td-big-grid-post-3.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_8 .td-big-grid-post-4.td-module-empty .td-module-thumb {
bottom: -2px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_8 .td-big-grid-post-0 {
width: 100%;
float: none;
}
}
.td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap { }
@media (max-width: 767px) {
.td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap {
width: 100% !important;
padding-right: 0;
}
.td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
font-size: 19px !important;
line-height: 24px !important;
}
.td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-meta-info-container {
padding: 0 13px 14px;
}
.td_block_big_grid_fl_8 .td-posts-2 .td_module_wrap .td-module-thumb {
height: 215px !important;
}
}
@media (min-width: 1018px) {
.td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
.td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
width: 100%;
max-width: none;
}
.td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container .td-module-meta-info {
display: none;
}
.td_block_big_grid_fl_8.td-grid-style-5 .td_module_mx19 .td-module-meta-info,
.td_block_big_grid_fl_8.td-grid-style-6 .td_module_mx19 .td-module-meta-info {
display: none;
}
}
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
bottom: 15px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
bottom: 11px !important;
}
}
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
padding-top: 17px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
padding-top: 13px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 28%;   }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 .entry-title {
font-size: 23px;
line-height: 30px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 .td-meta-info-container {
padding: 0 20px 20px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 36%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 40%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 14%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
font-size: 19px;
line-height: 24px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 18%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
font-size: 15px;
line-height: 20px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-post-category {
margin-bottom: 10px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
padding: 0 10px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 20%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .entry-title {
font-size: 12px !important;
line-height: 15px !important;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8 .td_module_mx25 .td-meta-info-container {
padding: 0 10px 13px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 { }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {  }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
padding: 0 14px 16px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-2 .td_module_mx25 .td-meta-info-container {
padding: 0 13px 9px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 {  }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
width: auto;
max-width: 80%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
width: 100%;
max-width: none;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {  }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
bottom: 20px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-1 .td-post-category,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-2 .td-post-category {
bottom: 11px !important;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {  }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
padding-top: 24px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-3 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_8.td-grid-style-7 .td-big-grid-post-4 .td-big-grid-meta {
padding-top: 13px;
}
} .td_block_big_grid_fl_9 {     }
.td_block_big_grid_fl_9 .td-big-grid-post {
float: left;
}
.td_block_big_grid_fl_9 .td_module_mx19 {
width: 50%;
padding-top: 38%;  }
@media (min-width: 1018px) {
.td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
font-size: 19px;
line-height: 24px;
}
.td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9 .td_module_mx19 {
padding-top: 42%;
}
}
.td_block_big_grid_fl_9 .td_module_mx26 {
width: 50%;
padding-top: 22%;  }
@media (min-width: 1018px) {
.td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
font-size: 17px;
line-height: 22px;
}
.td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
padding: 0 15px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9 .td_module_mx26 {
padding-top: 25%;
}
.td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
font-size: 15px !important;
line-height: 20px !important;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_9 .td-big-grid-post-0 {
width: 100%;
float: none;
}
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
padding: 0 10px 11px;
}
}
.td_block_big_grid_fl_9 .td_module_mx25 {
width: 25%;
padding-top: 16%;  }
@media (min-width: 767px) {
.td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
font-size: 13px;
line-height: 18px;
}
.td_block_big_grid_fl_9 .td_module_mx25 .td-post-category {
margin-bottom: 10px;
}
.td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
padding: 0 10px 13px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9 .td_module_mx25 {
padding-top: 17%;
}
}
@media (min-width: 1018px) {
.td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
.td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
.td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
.td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info {
padding-left: 15px;
padding-right: 15px;
}
.td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
.td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx_rd_bg_32 .td-meta-info-container {
padding: 0 17px 23px;
}
}
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
top: -6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-1.td-module-empty .td-module-thumb {
top: -2px;
}
}
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
top: 6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-admin-edit {
top: 2px;
}
}
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
bottom: 6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9 .td-big-grid-post-1 .td-meta-info-container {
bottom: 2px;
}
}
.td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
top: auto;  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
bottom: -6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9 .td-big-grid-post-2 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_9 .td-big-grid-post-2.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_9 .td-big-grid-post-3.td-module-empty .td-module-thumb {
bottom: -2px;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
.td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx26 .td-meta-info-container {
width: 100%;
max-width: none;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
width: 100%;
max-width: none;
}
.td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx19 .td-module-meta-info {
display: none;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_9.td-grid-style-2 .td-big-grid-post-1 .td-big-grid-meta,
.td_block_big_grid_fl_9.td-grid-style-3 .td-big-grid-post-1 .td-big-grid-meta {
padding: 11px 11px 0;
}
.td_block_big_grid_fl_9.td-grid-style-4 .td-big-grid-post-1 .td-module-title {
padding-bottom: 3px;
}
}
.td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap { }
@media (max-width: 767px) {
.td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap {
width: 100% !important;
padding-right: 0;
}
.td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
font-size: 19px !important;
line-height: 24px !important;
}
.td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-meta-info-container {
padding: 0 13px 14px;
}
.td_block_big_grid_fl_9 .td-posts-2 .td_module_wrap .td-module-thumb {
height: 215px !important;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 { }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
padding-top: 32%;   }
@media (min-width: 1019px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .entry-title {
font-size: 23px;
line-height: 30px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 .td-meta-info-container {
padding: 0 20px 20px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
padding-top: 36%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx19 {
padding-top: 40%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
padding-top: 21%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .entry-title {
font-size: 19px;
line-height: 24px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
padding-top: 21%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx26,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx26 {
padding-top: 23%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
padding-top: 11%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
font-size: 17px;
line-height: 22px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
padding-top: 15%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9 .td_module_mx25 {
padding-top: 17%;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx26 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx26 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx26 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_9.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
width: auto;
max-width: 80%;
}
} .td_block_big_grid_fl_10 {   }
.td_block_big_grid_fl_10 .td-big-grid-post {
float: left;
}
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
top: -6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-0.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-3.td-module-empty .td-module-thumb {
top: -2px;
}
}
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
top: 6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-admin-edit,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-admin-edit {
top: 2px;
}
}
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {  }
@media (min-width: 1019px) {
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
bottom: 6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_10 .td-big-grid-post-0 .td-meta-info-container,
.td_block_big_grid_fl_10 .td-big-grid-post-3 .td-meta-info-container {
bottom: 2px;
}
}
.td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {   }
@media (min-width: 768px) {
.td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
top: auto;
}
}
@media (min-width: 1019px) {
.td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
bottom: -6px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_10 .td-big-grid-post-1 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-4 .td-module-image,
.td_block_big_grid_fl_10 .td-big-grid-post-1.td-module-empty .td-module-thumb,
.td_block_big_grid_fl_10 .td-big-grid-post-4.td-module-empty .td-module-thumb {
bottom: -2px;
}
}
.td_block_big_grid_fl_10 .td_module_mx25 {
width: 24.5%;
padding-top: 18%;   }
@media (min-width: 767px) {
.td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
font-size: 13px;
line-height: 18px;
}
.td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
padding: 0 10px 13px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_10 .td_module_mx25 {
padding-top: 21%;
}
.td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
font-size: 12px !important;
line-height: 15px !important;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_10 .td_module_mx25 {
width: 100%;
}
}
.td_block_big_grid_fl_10 .td_module_mx19 {
width: 51%;
padding-top: 36%;   }
@media (min-width: 1018px) {
.td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
font-size: 19px;
line-height: 24px;
}
.td_block_big_grid_fl_10 .td_module_mx19 .td-post-category {
margin-bottom: 10px;
}
.td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
padding: 0 20px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_10 .td_module_mx19 {
padding-top: 42%;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_10 .td_module_mx19 {
width: 46%;
}
}
.td_block_big_grid_fl_10 .td-module-image {
position: absolute;
top: 0;
lefT: 0;
width: 100%;
height: 100%;
}
.td_block_big_grid_fl_10 .td-big-grid-column {
width: 24.5%;
display: block;
float: left; }
@media (max-width: 767px) {
.td_block_big_grid_fl_10 .td-big-grid-column {
width: 100%;
float: none;
}
}
.td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
width: 100%;   }
@media (min-width: 1018px) {
.td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
padding-top: 73.5%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
padding-top: 85.7%;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
float: left;
}
.td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25:first-child {
margin-bottom: 3px;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_10 .td-big-grid-post-1,
.td_block_big_grid_fl_10 .td-big-grid-post-2 {
height: 260px;
padding: 0;
}
.td_block_big_grid_fl_10 .td-big-grid-post-1 .entry-title {
font-size: 19px !important;
line-height: 24px !important;
}
.td_block_big_grid_fl_10 .td-big-grid-post-2 .td-meta-info-container {
padding: 0 10px 11px;
}
.td_block_big_grid_fl_10 .td-big-grid-post-2 .td-module-meta-info {
display: none;
}
}
.td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap { }
@media (max-width: 767px) {
.td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-meta-info-container .td-big-grid-meta .entry-title {
font-size: 19px !important;
line-height: 23px !important;
}
.td_block_big_grid_fl_10 .td-posts-3 .td_module_wrap .td-module-thumb {
height: 220px !important;
}
}
.td_block_big_grid_fl_10.td-grid-style-2,
.td_block_big_grid_fl_10.td-grid-style-3,
.td_block_big_grid_fl_10.td-grid-style-7 {  }
@media (min-width: 767px) {
.td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 1018px) {
.td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container {
width: 100%;
max-width: none;
}
.td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx19 .td-meta-info-container .td-module-meta-info {
display: none;
}
}
@media (max-width: 767px) {
.td_block_big_grid_fl_10.td-grid-style-2 .td-big-grid-post-2 .td-big-grid-meta,
.td_block_big_grid_fl_10.td-grid-style-3 .td-big-grid-post-2 .td-big-grid-meta {
padding: 11px 11px 0;
}
.td_block_big_grid_fl_10.td-grid-style-4 .td-big-grid-post-2 .entry-title {
padding-bottom: 3px;
}
.td_block_big_grid_fl_10.td-grid-style-7 .td-big-grid-post-1 .entry-title {
font-size: 26px !important;
line-height: 30px !important;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 { }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
padding-top: 13%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
font-size: 17px;
line-height: 22px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
padding: 0 17px 18px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
padding-top: 17.52%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
font-size: 15px;
line-height: 20px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
padding: 0 10px 18px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 {
padding-top: 23%;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .entry-title {
font-size: 13px !important;
line-height: 18px !important;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx25 .td-meta-info-container {
padding: 0 10px 13px;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
padding-top: 26%;   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .entry-title,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .entry-title {
font-size: 23px;
line-height: 30px;
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 .td-meta-info-container {
padding: 0 20px 20px;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
padding-top: 35%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td_module_mx19,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td_module_mx19 {
padding-top: 46%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {   }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
padding-top: 53%;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
padding-top: 71.5%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10 .td-big-grid-column .td_module_mx25 {
padding-top: 93.9%;
}
}
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 { }
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {  }
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 17px;
padding-right: 17px;
}
}
@media (min-width: 768px) and (max-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx25 .td-module-meta-info {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-big-grid-meta,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-2 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-3 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-7 .td_module_mx19 .td-module-meta-info {
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 1140px) {
.td-full-layout .td-category-grid-fl .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container,
.td-full-layout .td-stretch-content .td_block_big_grid_fl_10.td-grid-style-4 .td_module_mx25 .td-meta-info-container {
width: auto;
max-width: 90%;
}
}
.td-big-grid-slide {
margin-bottom: 0;
height: 534px !important;
overflow: hidden;   }
@media (max-width: 767px) {
.td-big-grid-slide {
height: 451px !important;
margin-bottom: 48px !important;
margin-left: auto;
margin-right: auto;
}
.td-big-grid-slide .td-big-grid-scroll {
overflow: visible !important;
white-space: normal;
}
.td-big-grid-slide .td_module_mx10,
.td-big-grid-slide .td_module_mx9 {
display: block !important;
width: 100% !important;
}
.td-big-grid-slide .td_module_mx9 .td-module-thumb {
max-height: 200px;
}
.td-big-grid-slide .td-big-grid-post-1 {
margin-bottom: 3px !important;
}
.td-big-grid-slide .td-big-grid-post-2 {
width: 50% !important;
display: inline-block !important;
margin-left: 0 !important;
}
.td-big-grid-slide .td-big-grid-post-2 .entry-thumb {
min-height: 100%;
min-width: 100%;
}
.td-big-grid-slide .td-big-grid-post-3 {
width: 50% !important;
display: inline-block !important;
}
.td-big-grid-slide .td-big-grid-post-3 .entry-thumb {
min-height: 100%;
min-width: 100%;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-big-grid-slide {
height: 474px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grid-slide {
height: 384px !important;
}
}
.td-big-grid-slide .td-icon-left,
.td-big-grid-slide .td-icon-right {
z-index: 1;
padding: 20px;
position: absolute;
display: block;
height: 80px;
margin-top: -65px;
top: 50%;
font-size: 40px;
color: #fff;
opacity: 0;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s; }
@media (max-width: 767px) {
.td-big-grid-slide .td-icon-left,
.td-big-grid-slide .td-icon-right {
display: none;
}
}
.td-big-grid-slide .td-icon-left {
left: 0;
}
.td-big-grid-slide .td-icon-right {
right: 0;
}
.td-big-grid-slide:hover .td-icon-left,
.td-big-grid-slide:hover .td-icon-right {
opacity: 0.6;
}
.td-big-grid-slide .td_block_wrap {   }
@media (min-width: 1140px) {
.td-big-grid-slide .td_block_wrap {
width: 1068px !important;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-big-grid-slide .td_block_wrap {
width: 980px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-big-grid-slide .td_block_wrap {
width: 740px !important;
}
}
@media (max-width: 767px) {
.td-big-grid-slide .td_block_wrap {
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
}  .td-related-row {
margin-right: -21px;
*zoom: 1; }
.td-related-row:before,
.td-related-row:after {
display: table;
content: '';
}
.td-related-row:after {
clear: both;
}
.td-related-row [class*="td-related-span"] {
display: block;
min-height: 1px;
float: left;
padding-right: 24px;
padding-left: 24px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-related-row [class*="td-related-span"] {
padding-right: 20px;
padding-left: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-related-row [class*="td-related-span"] {
padding-right: 14px;
padding-left: 14px;
}
}
@media (max-width: 767px) {
.td-related-row [class*="td-related-span"] {
padding-right: 0;
padding-left: 0;
float: none;
width: 100%;
}
}
.td-related-row .td-related-span4 {
width: 33.33333333%;
padding-left: 0;
padding-right: 21px; }
@media (max-width: 500px) {
.td-related-row .td-related-span4 {
padding-right: 10px;
}
}
@media (max-width: 500px) {
.td-related-row {
margin-right: -10px;
}
.td-related-row .td-video-play-ico {
width: 20px;
height: 20px;
font-size: 20px;
}
}
.td-related-full-width .td-related-row {
margin-right: -22px; }
.td-related-full-width .td-related-row .td-related-span4 {
width: 20%;
padding-right: 22px;
position: relative; }
@media (max-width: 767px) {
.td-related-full-width .td-related-row .td-related-span4 {
width: 100%;
padding-right: 0;
}
}
@media (max-width: 767px) {
.td-related-full-width .td-related-row {
margin-right: 0;
}
.td-related-full-width .td-related-row .td-video-play-ico {
width: 20px;
height: 20px;
font-size: 20px;
}
}
.td_block_related_posts {
position: relative; }
.td_block_related_posts .td-module-thumb {
margin-bottom: 7px; }
@media (max-width: 767px) {
.td_block_related_posts .td-module-thumb {
margin-bottom: 0;
}
}
.td_block_related_posts .td-video-play-ico { }
@media (max-width: 767px) {
.td_block_related_posts .td-video-play-ico {
width: 25px;
height: 25px;
font-size: 25px;
}
}
.td_block_related_posts .td-module-title {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 13px;
line-height: 20px;
margin-top: 0; }
@media (max-width: 767px) {
.td_block_related_posts .td-module-title {
font-size: 17px;
line-height: 23px;
}
}
@media (max-width: 767px) {
.td_block_related_posts .td-related-span4 {
width: 100%;
}
.td_block_related_posts .td-module-image {
position: absolute;
width: 100px;
}
.td_block_related_posts .item-details {
padding-left: 110px;
min-height: 70px;
margin-bottom: 26px;
}
}
.td_block_related_posts .td-next-prev-wrap {
margin-top: 0;
}
.td_block_template_1 .td-related-title {
border-bottom: 2px solid #4db2ec;
}
.td_block_template_1 .td-related-title a {
line-height: 1;
padding: 9px 12px 5px 12px; }
@media (max-width: 319px) {
.td_block_template_1 .td-related-title a {
width: 100%;
font-size: 12px !important;
}
}
.td_block_template_1 .td-related-title .td-cur-simple-item {
background-color: #4db2ec;
color: #fff;
}
.td_block_template_1 .td-related-title .td-cur-simple-item:hover {
color: #fff;
}
.td-related-title {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 1;
margin-top: 0;
margin-bottom: 27px;
}
.td-related-title > .td-related-left,
.td-related-title > .td-related-right {
display: inline-block;
white-space: nowrap; }
@media (max-width: 320px) {
.td-related-title > .td-related-left,
.td-related-title > .td-related-right {
font-size: 13px !important;
}
}
.td-related-title > .td-related-right { }
@media (max-width: 767px) {
.td-related-title > .td-related-right {
margin-right: 0 !important;
}
}
@-moz-document url-prefix() {
.td_block_template_1 .td-related-title > .td-related-left,
.td_block_template_1 .td-related-title > .td-related-right {
padding: 8px 12px 6px 12px;
}
}
.td_mod_related_posts:hover h3 > a {
color: #4db2ec;
} .td-parallax-header {
margin-bottom: 60px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-parallax-header {
margin-bottom: 36px;
}
}
@media (max-width: 767px) {
.td-parallax-header {
margin-bottom: 25px;
}
} .td-post-template-1 { }
.td-post-template-1 .td-post-header .entry-title {
font-size: 38px;
line-height: 44px;
}
@media (max-width: 1018px) {
.td-post-template-1 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
}
}
.td-post-template-1 .td-featured-image-rec {
float: left;
width: 300px;
margin-right: 21px;  }
@media (max-width: 767px) {
.td-post-template-1 .td-featured-image-rec {
width: auto;
margin-right: 15px;
}
}
@media (max-width: 500px) {
.td-post-template-1 .td-featured-image-rec {
width: 100%;
margin-right: 0;
}
}
.td-post-template-1 .td-featured-image-rec img,
.td-post-template-1 .td-featured-image-rec .wpb_video_wrapper {
margin-bottom: 21px;
}
.td-post-template-1 .td-pb-span8 .td-featured-image-rec { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-1 .td-pb-span8 .td-featured-image-rec {
width: 250px;
margin-right: 17px;
}
}
.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
float: left;
width: 60%; }
@media (max-width: 767px) {
.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec {
float: none;
width: 100%;
}
}
.td-post-template-1 .td-post-title .td-post-comments {
margin-left: 22px;
}
.td-post-template-1 .td-post-title .td-post-views {
margin-right: 0;
}
.td-post-template-1 .wpb_video_wrapper .twitter-video {
min-width: 300px !important; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-1 .wpb_video_wrapper .twitter-video {
min-width: 200px !important;
}
} .wpb_video_wrapper {
margin-bottom: 26px;
}
.wpb_video_wrapper .fb-video {
margin-bottom: 0;
}
.wpb_video_wrapper iframe {
display: block;
}
.wpb_video_wrapper .twitter-video {
max-width: none !important;
}
.wpb_video_wrapper video {
max-width: 100%;
} .td-post-template-2 .td-post-content {
margin-top: 0;
}
.td-post-template-2 .td-post-header .entry-title {
font-size: 44px;
line-height: 54px;
margin-bottom: 5px; }
@media (max-width: 767px) {
.td-post-template-2 .td-post-header .entry-title {
margin-bottom: 9px;
}
}
@media (max-width: 1018px) {
.td-post-template-2 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
}
}
.td-post-template-2 .td-post-title .td-category {
margin-bottom: 5px;
}
.td-post-template-2 .td-post-title .td-post-date {
margin-right: 22px;
}
.td-post-template-2 .td-post-title .td-post-comments,
.td-post-template-2 .td-post-title .td-post-views {
float: none;
display: inline-block;
vertical-align: top;
}
.td-post-template-2 .td-post-featured-image img {
width: auto;
}
.td-post-template-2 .td-post-sub-title {
font-size: 19px;
line-height: 25px;
margin: 12px 0 20px;
}
@media (max-width: 767px) {
.td-post-template-2 .td-post-sub-title {
margin: 0 0 16px;
}
} .td-post-template-3 { }
.td-post-template-3 .td-post-featured-image img {
margin-bottom: 0;
}
.td-post-template-3 .td-crumb-container {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
min-height: 0; }
@media (max-width: 767px) {
.td-post-template-3 .td-crumb-container {
padding-left: 10px;
padding-right: 10px;
}
}
.td-post-template-3 .td-crumb-container .entry-crumbs {
padding-top: 15px;
padding-bottom: 15px;
}
@media (max-width: 1018px) {
.td-post-template-3 .td-crumb-container .entry-crumbs {
padding-top: 10px;
padding-bottom: 10px;
}
}
.td-post-template-3 .td-post-header-holder {
position: relative;
min-height: 300px;
background-color: #444;
margin-bottom: 36px;
overflow: hidden;  }
@media (max-width: 1018px) {
.td-post-template-3 .td-post-header-holder {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.td-post-template-3 .td-post-header-holder {
margin-bottom: 21px;
min-height: 200px;
}
}
.td-post-template-3 .td-post-header-holder .wp-caption-text {
display: none;
}
.td-post-template-3 .td-post-featured-image img {
margin-bottom: 0;
}
.td-post-template-3 .td-post-title {
position: absolute;
bottom: 0;
padding: 0 30px 9px 30px;
width: 80%;
z-index: 1; }
@media (max-width: 1018px) {
.td-post-template-3 .td-post-title {
width: 100%;
}
}
@media (max-width: 767px) {
.td-post-template-3 .td-post-title {
padding: 0 14px 0;
}
}
.td-post-template-3 .td-post-title .td-category {
margin-bottom: 5px;
}
.td-post-template-3 .td-post-title .td-post-comments,
.td-post-template-3 .td-post-title .td-post-views {
float: none;
display: inline-block;
vertical-align: top;
margin-left: 22px;
margin-right: 0;
}
.td-post-template-3 .td-post-title .td-post-author-name,
.td-post-template-3 .td-post-title .td-post-author-name a,
.td-post-template-3 .td-post-title .td-post-date,
.td-post-template-3 .td-post-title .td-post-comments a,
.td-post-template-3 .td-post-title .td-post-views {
color: #fff;
}
.td-post-template-3 .td-post-title .wp-caption-text {
color: #fff;
position: absolute;
bottom: 27px;
right: 21px;
margin-bottom: 0;
height: 17px;
max-width: 40%;
overflow: hidden;
text-align: right;
}
.td-post-template-3 .td-post-header .entry-title {
font-size: 44px;
line-height: 54px;
font-weight: 500;
margin-bottom: 14px;
color: #fff;
}
.td-post-template-3 .td-post-header header .entry-title {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-3 .td-post-header header .entry-title {
font-size: 36px;
line-height: 46px;
}
}
@media (max-width: 767px) {
.td-post-template-3 .td-post-header header .entry-title {
font-size: 22px;
line-height: 26px;
margin-bottom: 10px;
}
}
.td-post-template-3 .td-post-header.td-container { }
@media (max-width: 767px) {
.td-post-template-3 .td-post-header.td-container {
padding-right: 0;
padding-left: 0;
}
}
.td-post-template-3 .td-post-sub-title {
color: #ddd;
margin-bottom: 25px;
font-size: 19px;
line-height: 25px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-3 .td-post-sub-title {
margin-bottom: 16px;
font-size: 16px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.td-post-template-3 .td-post-sub-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 13px;
line-height: 18px;
color: #fff;
}
}
.td-post-template-3 .td-post-content {
margin-top: 0;
}
.td-post-template-3 .td-image-gradient:before {
z-index: 1;
}
.td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
text-align: center;
}
.td-post-template-3 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
left: 19px;
}
.td-boxed-layout .td-post-template-3 .td-post-title {
padding: 0 48px 25px;
}
@media (max-width: 1140px) {
.td-boxed-layout .td-post-template-3 .td-post-title {
padding: 0 21px 9px;
}
}
.td-boxed-layout .td-post-template-3 .td-post-header-holder {
width: 1164px;
left: -48px;
}
@media (max-width: 1140px) {
.td-boxed-layout .td-post-template-3 .td-post-header-holder {
width: 100%;
left: 0;
}
} .td-post-template-4 { }
@media (max-width: 1018px) {
.td-post-template-4 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
}
}
.td-post-template-4 .td-crumb-container {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
min-height: 0;
}
.td-post-template-4 .td-crumb-container .entry-crumbs {
margin-bottom: 0;
padding-top: 15px;
}
@media (max-width: 1018px) {
.td-post-template-4 .td-crumb-container .entry-crumbs {
margin-bottom: -24px;
padding-top: 10px;
}
}
@media (max-width: 767px) {
.td-post-template-4 .td-crumb-container .entry-crumbs {
padding-bottom: 30px;
}
}
.td-post-template-4 .td-post-header-holder {
position: relative;
min-height: 240px;
margin-bottom: 48px;
padding-top: 13px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-4 .td-post-header-holder {
margin-bottom: 30px;
padding-top: 30px;
}
}
@media (max-width: 767px) {
.td-post-template-4 .td-post-header-holder {
padding-top: 0;
margin-bottom: 0;
background-color: transparent;
min-height: 0;
}
}
.td-post-template-4 .td-post-header-holder .wp-caption-text {
display: none;
}
.td-post-template-4 .td-post-featured-image {
background-color: #444; }
@media (max-width: 767px) {
.td-post-template-4 .td-post-featured-image {
margin-bottom: 13px;
}
}
.td-post-template-4 .td-post-featured-image .entry-thumb { }
@media (max-width: 767px) {
.td-post-template-4 .td-post-featured-image .entry-thumb {
margin-bottom: 0;
}
}
.td-post-template-4 .td-post-title {
width: 720px;
position: absolute;
bottom: 0;
padding: 21px 21px 0 0;
background-color: #fff;
z-index: 1;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-post-template-4 .td-post-title {
width: 664px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-4 .td-post-title {
width: 498px;
}
}
@media (max-width: 767px) {
.td-post-template-4 .td-post-title {
width: 100%;
padding: 0;
position: relative;
}
}
.td-post-template-4 .td-post-title h1.entry-title {
margin-bottom: 14px;
}
@media (max-width: 1018px) {
.td-post-template-4 .td-post-title h1.entry-title {
margin-bottom: 9px;
}
}
.td-post-template-4 .td-post-title .td-category {
margin-bottom: 7px; }
@media (max-width: 767px) {
.td-post-template-4 .td-post-title .td-category {
margin-bottom: 0;
}
}
.td-post-template-4 .td-post-title .td-module-meta-info {
margin-bottom: 0;
position: relative;
bottom: -4px; }
@media (max-width: 767px) {
.td-post-template-4 .td-post-title .td-module-meta-info {
bottom: 0;
}
}
.td-post-template-4 .td-post-title .wp-caption-text {
color: #fff;
position: absolute;
bottom: 17px;
right: 21px;
margin-bottom: 0;
max-width: 300px;
text-align: right;
}
.td-post-template-4 .td-post-title .td-post-views {
margin-right: 0;
}
.td-post-template-4 .td-post-title .td-post-comments {
margin-left: 22px;
}
.td-post-template-4 .td-post-sub-title {
margin-bottom: 18px;
}
.td-post-template-4 .td-post-content {
margin-top: 0; }
@media (max-width: 767px) {
.td-post-template-4 .td-post-content {
margin-top: 16px;
}
}
.td-post-template-4 .td-image-gradient:before {
height: 57%;
}
@media (max-width: 767px) {
.td-post-template-4 .td-image-gradient:before {
display: none;
}
} @media (max-width: 1018px) {
.td-post-template-5 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
}
}
.td-post-template-5 .td-post-title .td-post-comments {
margin-left: 22px;
}
.td-post-template-5 .td-post-title .td-post-views {
margin-right: 0;
}
.td-post-template-5 .td-crumb-container {
margin-bottom: 9px;
} .td-post-template-6 { }
.td-post-template-6 .td-post-header {
height: 700px;
position: relative;
width: 1128px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-post-template-6 .td-post-header {
width: 1040px;
height: 600px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-6 .td-post-header {
width: 740px;
height: 500px;
}
}
@media (max-width: 767px) {
.td-post-template-6 .td-post-header {
width: 100%;
height: auto;
padding: 0;
}
}
.td-post-template-6 .td-post-header-holder {
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
background-color: #fff;
padding: 21px 30px 0 30px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-6 .td-post-header-holder {
padding: 21px 21px 0;
}
}
@media (max-width: 767px) {
.td-post-template-6 .td-post-header-holder {
padding: 10px 10px 0 10px;
position: relative;
}
}
.td-post-template-6 .entry-crumbs {
margin-bottom: 9px;
}
.td-post-template-6 .td-post-header .entry-title {
font-size: 44px;
line-height: 54px;
margin-bottom: 11px;
}
.td-post-template-6 .td-post-header header .entry-title {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-6 .td-post-header header .entry-title {
font-size: 36px;
line-height: 46px;
}
}
@media (max-width: 767px) {
.td-post-template-6 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
margin-bottom: 9px;
}
}
.td-post-template-6 .td-post-title .td-category {
margin-bottom: 5px; }
@media (max-width: 767px) {
.td-post-template-6 .td-post-title .td-category {
margin-bottom: 0;
}
}
.td-post-template-6 .td-post-title .td-post-date {
margin-right: 22px;
}
.td-post-template-6 .td-post-title .td-post-comments,
.td-post-template-6 .td-post-title .td-post-views {
float: none;
display: inline-block;
vertical-align: top;
}
.td-post-template-6 .td-post-title .td-module-meta-info {
margin-bottom: 0;
}
.td-post-template-6 .td-main-content,
.td-post-template-6 .td-main-sidebar {
margin-top: 48px;
}
@media (max-width: 767px) {
.td-post-template-6 .td-main-content {
margin-top: 0;
}
.td-post-template-6 .td-main-sidebar {
margin-top: 28px;
}
}
.td-post-template-6 .td-post-content {
margin-top: 0; }
@media (max-width: 767px) {
.td-post-template-6 .td-post-content {
margin-top: 16px;
}
}
.td-post-template-6 .td-post-sub-title {
font-size: 19px;
line-height: 25px;
margin: 9px 0 18px;
}
.td-post-template-6 #td-full-screen-header-image {
position: absolute; }
@media (max-width: 767px) {
.td-post-template-6 #td-full-screen-header-image {
position: relative;
height: 240px;
}
}
.td-image-gradient-style6:after {
top: 0;
left: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0); }
@media (max-width: 767px) {
.td-image-gradient-style6:after {
display: none;
}
}
.td-full-screen-header-image-wrap {
position: relative;
overflow: hidden;
}
#td-full-screen-header-image {
top: 0;
right: 0;
left: 0;
z-index: 0;
height: 100%;
text-align: center;
} .td-post-template-7 {  }
.td-post-template-7 .td-post-header {
height: 700px;
position: relative;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-post-template-7 .td-post-header {
height: 600px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-7 .td-post-header {
height: 500px;
}
}
@media (max-width: 767px) {
.td-post-template-7 .td-post-header {
height: auto;
min-height: 400px;
}
}
.td-post-template-7 .td-post-header-holder {
position: absolute;
bottom: 0;
z-index: 1;
width: 100%; }
@media (max-width: 767px) {
.td-post-template-7 .td-post-header-holder {
width: auto;
padding-right: 10px;
}
}
.td-post-template-7 .td-crumb-container {
z-index: 1;
position: absolute;
top: 0;
left: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-7 .td-crumb-container {
padding-top: 12px;
}
}
@media (max-width: 767px) {
.td-post-template-7 .td-crumb-container {
left: 10px;
padding-right: 10px;
padding-top: 10px;
}
}
.td-post-template-7 .td-post-title .td-category {
margin-bottom: 5px;
}
.td-post-template-7 .td-post-title .td-post-author-name,
.td-post-template-7 .td-post-title .td-post-author-name a,
.td-post-template-7 .td-post-title .td-post-date,
.td-post-template-7 .td-post-title .td-post-comments a,
.td-post-template-7 .td-post-title .td-post-views {
color: #fff;
}
.td-post-template-7 .td-post-title .td-post-date {
margin-right: 22px;
}
.td-post-template-7 .td-post-title .td-post-comments,
.td-post-template-7 .td-post-title .td-post-views {
float: none;
display: inline-block;
vertical-align: top;
}
.td-post-template-7 .entry-crumbs,
.td-post-template-7 .entry-crumbs a {
color: #fff;
}
.td-post-template-7 .td-post-header .entry-title {
font-size: 44px;
line-height: 54px;
margin-bottom: 14px;
color: #fff;
}
.td-post-template-7 .td-post-header .entry-title a {
color: #fff;
}
.td-post-template-7 .td-post-header header .entry-title {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-7 .td-post-header header .entry-title {
font-size: 36px;
line-height: 46px;
}
}
@media (max-width: 767px) {
.td-post-template-7 .td-post-header header .entry-title {
font-size: 26px;
line-height: 32px;
margin-bottom: 7px;
}
}
.td-post-template-7 .td-post-sub-title {
font-size: 19px;
line-height: 25px;
color: #ddd;
margin-bottom: 25px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-7 .td-post-sub-title {
margin-bottom: 16px;
font-size: 16px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.td-post-template-7 .td-post-sub-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 13px;
line-height: 18px;
color: #fff;
}
}
.td-post-template-7 .td-read-down {
bottom: 0;
z-index: 1;
text-align: center;
}
.td-post-template-7 .td-read-down a {
display: inline-block;
}
.td-post-template-7 .td-read-down .td-icon-read-down {
font-size: 44px;
opacity: 0.8;
color: #fff;
bottom: -10px;
position: relative;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-7 .td-read-down .td-icon-read-down {
font-size: 25px;
bottom: 0;
}
}
@media (max-width: 767px) {
.td-post-template-7 .td-read-down .td-icon-read-down {
font-size: 25px;
bottom: 0;
}
}
.td-post-template-7 .td-main-content,
.td-post-template-7 .td-main-sidebar {
margin-top: 48px;
}
@media (max-width: 767px) {
.td-post-template-7 .td-main-content {
margin-top: 0;
}
.td-post-template-7 .td-main-sidebar {
margin-top: 28px;
}
}
.td-post-template-7 .td-post-content {
margin-top: 0; }
@media (max-width: 767px) {
.td-post-template-7 .td-post-content {
margin-top: 21px;
}
}
.td-post-template-7 #td-full-screen-header-image {
position: absolute;
}
.td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
text-align: center;
}
.td-post-template-7 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
left: 19px;
}
.td-post-template-7 .td-post-sharing-top { }
@media (max-width: 767px) {
.td-post-template-7 .td-post-sharing-top {
margin-top: 21px;
}
}
.td-image-gradient-style7:after {
top: 0;
left: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
} .td-post-template-8-box {
margin: 0 auto;
width: 1164px;
padding: 0 48px;
background-color: #fff;
}
@media (max-width: 1180px) {
.td-post-template-8-box {
width: 100%;
padding: 0;
}
}
.td-post-template-8 {
background: transparent;  }
@media (min-width: 1180px) {
.td-post-template-8 {
max-width: 1164px;
margin: 0 auto;
}
}
.td-post-template-8 .td-post-header {
margin: 0 auto;
width: 1164px;
height: 570px;
position: relative;
display: table;
background-color: rgba(0, 0, 0, 0.5);  }
@media (max-width: 1180px) {
.td-post-template-8 .td-post-header {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-8 .td-post-header {
height: 450px;
}
}
@media (max-width: 767px) {
.td-post-template-8 .td-post-header {
height: 340px;
}
}
.td-post-template-8 .td-post-sharing-top { }
@media (max-width: 767px) {
.td-post-template-8 .td-post-sharing-top {
margin-top: 21px;
}
}
.td-post-template-8 .td-post-header-holder {
display: table-cell;
padding: 20px 48px;
z-index: 1;
vertical-align: bottom;
text-align: left;   }
@media (max-width: 1180px) {
.td-post-template-8 .td-post-header-holder {
padding: 20px 0;
width: 1068px;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-post-template-8 .td-post-header-holder {
padding: 20px 0;
width: 980px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-8 .td-post-header-holder {
padding: 20px 0;
width: 740px;
}
}
@media (max-width: 767px) {
.td-post-template-8 .td-post-header-holder {
padding: 10px;
}
}
.td-post-template-8 .td-crumb-container {
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 1068px;
margin: auto;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-post-template-8 .td-crumb-container {
width: 980px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-8 .td-crumb-container {
width: 740px;
}
}
@media (max-width: 767px) {
.td-post-template-8 .td-crumb-container {
width: 100%;
padding: 11px;
}
}
.td-post-template-8 .entry-crumbs,
.td-post-template-8 .entry-crumbs a {
color: #fff;
}
.td-post-template-8 .td-post-title .td-category {
margin-bottom: 5px;
}
.td-post-template-8 .td-post-title .td-module-meta-info {
margin-bottom: 0; }
@media (max-width: 767px) {
.td-post-template-8 .td-post-title .td-module-meta-info {
margin-bottom: 5px;
}
}
.td-post-template-8 .td-post-title .td-post-author-name,
.td-post-template-8 .td-post-title .td-post-author-name a,
.td-post-template-8 .td-post-title .td-post-date,
.td-post-template-8 .td-post-title .td-post-comments a,
.td-post-template-8 .td-post-title .td-post-views {
color: #fff;
}
.td-post-template-8 .td-post-title .td-post-date {
margin-right: 22px;
}
.td-post-template-8 .td-post-title .td-post-comments,
.td-post-template-8 .td-post-title .td-post-views {
float: none;
display: inline-block;
vertical-align: top;
}
.td-post-template-8 .td-post-title {
width: 81%;
}
@media (max-width: 1018px) {
.td-post-template-8 .td-post-title {
width: 100%;
}
}
.td-post-template-8 .td-post-header .entry-title {
font-size: 44px;
line-height: 54px;
margin-bottom: 14px;
color: #fff;
}
.td-post-template-8 .td-post-header .entry-title a {
color: #fff;
}
.td-post-template-8 .td-post-header header .entry-title {  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-8 .td-post-header header .entry-title {
font-size: 36px;
line-height: 46px;
}
}
@media (max-width: 767px) {
.td-post-template-8 .td-post-header header .entry-title {
font-size: 26px;
line-height: 32px;
margin-bottom: 7px;
}
}
.td-post-template-8 .td-post-sub-title {
font-size: 19px;
line-height: 25px;
color: #ddd;
margin-bottom: 21px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-8 .td-post-sub-title {
margin-bottom: 16px;
font-size: 16px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.td-post-template-8 .td-post-sub-title {
margin-top: 0;
margin-bottom: 10px;
font-size: 13px;
line-height: 18px;
color: #fff;
}
}
.td-post-template-8 .td-main-content,
.td-post-template-8 .td-main-sidebar {
margin-top: 48px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.td-post-template-8 .td-main-content,
.td-post-template-8 .td-main-sidebar {
margin-top: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-8 .td-main-content,
.td-post-template-8 .td-main-sidebar {
margin-top: 21px;
}
}
@media (max-width: 767px) {
.td-post-template-8 .td-main-content {
margin-top: 0;
}
.td-post-template-8 .td-main-sidebar {
margin-top: 28px;
}
}
.td-post-template-8 .td-post-content {
margin-top: 0; }
@media (max-width: 767px) {
.td-post-template-8 .td-post-content {
margin-top: 21px;
}
}
.td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing {
text-align: center;
}
.td-post-template-8 .td-pb-span12.td-main-content .td-post-sharing-top .td-post-sharing-classic {
left: 19px;
}
.td-image-gradient-style8:after {
top: 0;
left: 0;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
-webkit-box-shadow: inset 0 0 188px 0 #000000;
-moz-box-shadow: inset 0 0 188px 0 #000000;
box-shadow: inset 0 0 188px 0 #000000;
z-index: -1;
} @media (max-width: 1018px) {
.td-post-template-9 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
}
}
.td-post-template-9 .td-crumb-container {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
min-height: 0;
}
.td-post-template-9 .td-crumb-container .entry-crumbs {
margin-bottom: -35px;
padding-top: 15px;
}
@media (max-width: 1018px) {
.td-post-template-9 .td-crumb-container .entry-crumbs {
margin-bottom: -24px;
padding-top: 10px;
}
}
.td-post-template-9 .td-post-featured-video {
margin-bottom: 48px;
padding-top: 48px; }
@media (max-width: 1018px) {
.td-post-template-9 .td-post-featured-video {
margin-bottom: 30px;
padding-top: 30px;
}
}
@media (max-width: 767px) {
.td-post-template-9 .td-post-featured-video {
margin-bottom: 13px;
padding-top: 34px;
}
}
.td-post-template-9 .td-post-featured-video .wpb_video_wrapper { }
@media (max-width: 767px) {
.td-post-template-9 .td-post-featured-video .wpb_video_wrapper {
margin-bottom: 13px;
}
}
.td-post-template-9 .td-post-featured-video iframe {
display: block;
}
.td-post-template-9 .td-post-featured-image img { }
@media (max-width: 767px) {
.td-post-template-9 .td-post-featured-image img {
margin-bottom: 0;
}
}
.td-post-template-9 .td-post-title .td-post-comments {
margin-left: 22px;
}
.td-post-template-9 .td-post-title .td-post-views {
margin-right: 0;
} @media (max-width: 1018px) {
.td-post-template-10 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
}
}
.td-post-template-10 .td-crumb-container {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
min-height: 0;
}
.td-post-template-10 .td-crumb-container .entry-crumbs {
margin-bottom: -35px;
padding-top: 15px;
}
@media (max-width: 1018px) {
.td-post-template-10 .td-crumb-container .entry-crumbs {
margin-bottom: -23px;
padding-top: 9px;
}
}
.td-post-template-10 .entry-crumbs a:hover {
color: #fff;
}
.td-post-template-10 .td-post-featured-video {
padding-bottom: 48px;
padding-top: 48px;
}
@media (max-width: 1018px) {
.td-post-template-10 .td-post-featured-video {
margin-bottom: 30px;
padding-bottom: 30px;
padding-top: 30px; }
}
@media (max-width: 1018px) and (max-width: 767px) {
.td-post-template-10 .td-post-featured-video {
margin-bottom: 13px;
padding-bottom: 15px;
padding-top: 30px;
}
}
.td-post-template-10 .td-post-featured-video img,
.td-post-template-10 .td-post-featured-video .wpb_video_wrapper {
margin-bottom: 0;
}
.td-post-template-10 .td-post-featured-video iframe,
.td-post-template-10 .td-post-featured-video img {
display: block;
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.td-post-template-10 .td-container .td-pb-row {
padding-top: 48px;
}
.td-post-template-10 .td-post-title .wp-caption-text {
color: #c3c3c3;
margin-bottom: 0;
}
.td-post-template-10 .td-post-title .td-post-comments {
margin-left: 22px;
}
.td-post-template-10 .td-post-title .td-post-views {
margin-right: 0;
}
.td-video-template-bg {
background-color: #222222;
}
.td-video-template-bg .td-category a {
background-color: #111;
} .td-post-template-11 { }
.td-post-template-11 .td-video-template-bg .td-pb-span4 {
float: right; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td-video-template-bg .td-pb-span4 {
clear: both;
width: 100%;
}
}
.td-post-template-11 .td-crumb-container {
margin-top: 0;
margin-bottom: 13px;
padding-top: 14px;
}
.td-post-template-11 .entry-crumbs a:hover {
color: #fff;
}
.td-post-template-11 .td-post-featured-video {
padding-bottom: 21px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td-post-featured-video {
clear: both;
width: 100%;
}
}
@media (max-width: 767px) {
.td-post-template-11 .td-post-featured-video {
clear: both;
}
}
.td-post-template-11 .td-post-featured-video img {
margin-bottom: 0;
}
.td-post-template-11 .td-post-featured-video iframe {
display: block;
}
.td-post-template-11 .wpb_video_wrapper {
margin-bottom: 0;
}
.td-post-template-11 .td-post-sharing-top {
margin-top: 21px;
margin-bottom: 0;
}
.td-post-template-11 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-11 .td-post-sharing-top .td-post-sharing {
text-align: center;
}
.td-post-template-11 .td-post-sharing-top .td-post-sharing-classic {
left: 19px;
}
.td-post-template-11 .td-post-sharing-top .td-post-sharing-classic iframe {
display: inline;
}
.td-post-template-11 .td-post-sharing-top .td-social-network {
color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler {
color: #ccc;
border-color: #464646;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler:before {
border-color: transparent transparent transparent #434343;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler:after {
border-color: transparent transparent transparent #222;
}
.td-post-template-11 .td-post-sharing-top .td-social-handler .td-social-but-text:before {
background-color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-ps-border .td-social-network .td-social-but-text:before {
background-color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-icon,
.td-post-template-11 .td-post-sharing-top .td-ps-border-grey .td-social-but-text {
border-color: #434343;
}
.td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-mail .td-social-but-icon,
.td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-digg .td-social-but-icon,
.td-post-template-11 .td-post-sharing-top .td-ps-icon-color .td-social-print .td-social-but-icon {
color: #fff;
}
.td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-mail .td-social-but-text,
.td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-digg .td-social-but-text,
.td-post-template-11 .td-post-sharing-top .td-ps-text-color .td-social-print .td-social-but-text {
color: #fff;
}
.td-post-template-11 .td-post-header {
padding-bottom: 21px; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td-post-header {
padding-bottom: 16px;
}
}
@media (max-width: 767px) {
.td-post-template-11 .td-post-header {
padding-bottom: 0;
}
}
.td-post-template-11 .td-post-header .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;
color: #fff;
}
@media (max-width: 1018px) {
.td-post-template-11 .td-post-header header .entry-title {
font-size: 26px;
line-height: 32px;
}
}
.td-post-template-11 .td-post-sub-title {
color: #ddd;
font-size: 14px;
margin-bottom: 10px;
}
.td-post-template-11 .td-post-title .td-module-meta-info {
margin-bottom: 36px; }
@media (max-width: 1018px) {
.td-post-template-11 .td-post-title .td-module-meta-info {
margin-bottom: 12px;
}
}
.td-post-template-11 .td-post-title .td-post-date {
margin-right: 22px;
}
.td-post-template-11 .td-post-title .td-post-comments,
.td-post-template-11 .td-post-title .td-post-views {
float: none;
display: inline-block;
vertical-align: top; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td-post-title .td-post-comments,
.td-post-template-11 .td-post-title .td-post-views {
margin-top: 0;
}
}
.td-post-template-11 .td-post-title .td-post-author-name,
.td-post-template-11 .td-post-title .td-post-date,
.td-post-template-11 .td-post-title .td-post-comments a,
.td-post-template-11 .td-post-title .td-post-views {
color: #aaa; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td-post-title .td-post-author-name,
.td-post-template-11 .td-post-title .td-post-date,
.td-post-template-11 .td-post-title .td-post-comments a,
.td-post-template-11 .td-post-title .td-post-views {
float: left;
}
}
.td-post-template-11 .td-post-title .td-post-comments { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td-post-title .td-post-comments {
width: 60%;
}
}
.td-post-template-11 .td-post-title .td-post-views { }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td-post-title .td-post-views {
clear: left;
float: none;
}
}
.td-post-template-11 .td-post-title .td-post-author-name a {
color: #e6e6e6;
}
.td-post-template-11 .td-post-title .wp-caption-text {
color: #c3c3c3;
margin-bottom: 0;
}
.td-post-template-11 .td-post-title .td-category a {
background-color: #000;
}
.td-post-template-11 .td_block_related_posts {
margin-bottom: 0;
}
.td-post-template-11 .td_block_related_posts .td-module-thumb { }
@media (max-width: 500px) {
.td-post-template-11 .td_block_related_posts .td-module-thumb {
margin-bottom: 0;
}
}
.td-post-template-11 .td_block_related_posts .td-post-category {
margin-right: 0; }
@media (max-width: 500px) {
.td-post-template-11 .td_block_related_posts .td-post-category {
word-wrap: break-word;
width: auto;
}
}
.td-post-template-11 .td_block_related_posts .td-related-span4 { }
@media (max-width: 767px) {
.td-post-template-11 .td_block_related_posts .td-related-span4 {
margin-top: 0;
margin-bottom: 0;
}
}
.td-post-template-11 .td_block_related_posts .item-details { }
@media (max-width: 767px) {
.td-post-template-11 .td_block_related_posts .item-details {
padding-right: 10px;
}
}
.td-post-template-11 .td_block_related_posts .td-related-row { }
@media (max-width: 767px) {
.td-post-template-11 .td_block_related_posts .td-related-row {
margin-right: 0;
}
}
.td-post-template-11 .td-related-title {
padding: 10px 0 0 0 !important;
margin-bottom: 0;
text-align: left !important;
line-height: 1 !important;
background-color: transparent !important;
letter-spacing: normal !important;
margin-top: 0 !important;
border: none !important;
top: auto !important;
font-size: 14px !important; }
.td-post-template-11 .td-related-title:after,
.td-post-template-11 .td-related-title:before {
display: none !important;
}
@media (max-width: 767px) {
.td-post-template-11 .td-related-title {
margin-bottom: 16px;
}
}
.td-post-template-11 .td-related-title .td-related-left,
.td-post-template-11 .td-related-title .td-related-right {
color: #fff;
background-color: transparent !important;
border: none !important;
font-size: 14px !important;
line-height: 1 !important;
font-weight: 500 !important;
padding: 9px 20px 5px 0 !important;
margin-left: 0 !important;
}
.td-post-template-11 .td-related-title .td-related-left:after,
.td-post-template-11 .td-related-title .td-related-right:after,
.td-post-template-11 .td-related-title .td-related-left:before,
.td-post-template-11 .td-related-title .td-related-right:before {
display: none !important;
}
.td-post-template-11 .td-related-title .td-related-right {
margin-right: 30px !important;
}
.td-post-template-11 .td-related-title .td-related-left {
padding-left: 0;
}
.td-post-template-11 .td-related-title .td-related-left:hover,
.td-post-template-11 .td-related-title .td-related-right:hover {
color: #4db2ec;
}
.td-post-template-11 .td-related-title .td-cur-simple-item {
background-color: transparent;
color: #4db2ec;
}
.td-post-template-11 .td-related-span4 {
margin-top: 12px;
margin-bottom: 32px;
}
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap {
position: absolute;
right: 0;
top: 13px;
}
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a {
border: none;
margin-right: 0;
margin-left: 10px;
font-size: 10px;
padding: 0;
line-height: 25px;
width: 20px;
}
.td-post-template-11 .td_block_related_posts .td-next-prev-wrap a:hover {
background-color: transparent;
border: none;
color: #4db2ec;
}
.td-post-template-11 .td_mod_related_posts .td-module-title {
margin-bottom: 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.td-post-template-11 .td_mod_related_posts .td-module-title {
font-size: 11px;
line-height: 15px;
}
}
.td-post-template-11 .td_mod_related_posts a {
color: #fff;
}
.td-post-template-11 .td-main-content,
.td-post-template-11 .td-main-sidebar {
margin-top: 48px;
}
@media (max-width: 767px) {
.td-post-template-11 .td-main-content,
.td-post-template-11 .td-main-sidebar {
margin-top: 28px;
}
}
.td-post-template-11 .td-post-content {
margin-top: 0;
}
@media (max-width: 500px) {
.td-post-template-11 .td-related-title > .td-related-right {
padding-left: 0;
}
}
.td-video-template-bg-small {
background-color: #1d1d1d;
} .td-post-template-12 .td-post-header,
.td-post-template-13 .td-post-header {
margin-bottom: 40px; }
@media (max-width: 767px) {
.td-post-template-12 .td-post-header,
.td-post-template-13 .td-post-header {
margin-bottom: 20px;
}
}
.td-post-template-12 .td-post-header .entry-title,
.td-post-template-13 .td-post-header .entry-title {
font-size: 42px;
line-height: 48px;
font-weight: 600;
padding: 10px 8%;
letter-spacing: 0.02em; }
@media (max-width: 767px) {
.td-post-template-12 .td-post-header .entry-title,
.td-post-template-13 .td-post-header .entry-title {
padding: 10px;
}
}
.td-post-template-12 .td-post-header .td-a-rec > div,
.td-post-template-13 .td-post-header .td-a-rec > div,
.td-post-template-12 .td-post-header .td-g-rec .adsbygoogle,
.td-post-template-13 .td-post-header .td-g-rec .adsbygoogle {
margin-bottom: 9px;
margin-top: 9px;
}
.td-post-template-12 .td-post-header .td-crumb-container,
.td-post-template-13 .td-post-header .td-crumb-container {
padding-top: 11px;
}
.td-post-template-12 .td-post-header .td-post-title,
.td-post-template-13 .td-post-header .td-post-title {
margin-top: 16px;
text-align: center;
}
.td-post-template-12 .td-post-header .td-post-title .td-category,
.td-post-template-13 .td-post-header .td-post-title .td-category {
margin-bottom: 5px;
}
.td-post-template-12 .td-post-header .td-post-title .td-post-comments,
.td-post-template-13 .td-post-header .td-post-title .td-post-comments,
.td-post-template-12 .td-post-header .td-post-title .td-post-views,
.td-post-template-13 .td-post-header .td-post-title .td-post-views {
float: none;
display: inline-block;
vertical-align: top;
margin-right: 0;
margin-left: 22px;
}
.td-post-template-12 .td-post-header .td-post-title .td-post-author-name,
.td-post-template-13 .td-post-header .td-post-title .td-post-author-name,
.td-post-template-12 .td-post-header .td-post-title .td-post-date,
.td-post-template-13 .td-post-header .td-post-title .td-post-date {
float: none;
}
@media (max-width: 1018px) {
.td-post-template-12 .td-post-header header .entry-title,
.td-post-template-13 .td-post-header header .entry-title {
font-size: 32px;
line-height: 36px;
}
}
.td-post-template-12 .td-post-sharing-top,
.td-post-template-13 .td-post-sharing-top { }
.td-post-template-12 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-13 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-12 .td-post-sharing-top .td-post-sharing,
.td-post-template-13 .td-post-sharing-top .td-post-sharing {
text-align: center;
}
.td-post-template-12 .td-post-sharing-top .td-post-sharing-classic,
.td-post-template-13 .td-post-sharing-top .td-post-sharing-classic {
left: 19px;
}
@media (max-width: 767px) {
.td-post-template-12 .td-post-sharing-top,
.td-post-template-13 .td-post-sharing-top {
margin-top: 5px;
}
}
.td-post-template-12 .td-post-content,
.td-post-template-13 .td-post-content,
.td-post-template-12 .td_smart_list_1,
.td-post-template-13 .td_smart_list_1,
.td-post-template-12 .td_smart_list_2,
.td-post-template-13 .td_smart_list_2,
.td-post-template-12 .td_smart_list_3,
.td-post-template-13 .td_smart_list_3,
.td-post-template-12 .td_smart_list_4,
.td-post-template-13 .td_smart_list_4,
.td-post-template-12 .td_smart_list_5,
.td-post-template-13 .td_smart_list_5,
.td-post-template-12 .td_smart_list_6,
.td-post-template-13 .td_smart_list_6,
.td-post-template-12 .td_smart_list_7,
.td-post-template-13 .td_smart_list_7,
.td-post-template-12 .td_smart_list_8,
.td-post-template-13 .td_smart_list_8 {
margin-top: 0;
}
.td-post-template-12 .td-post-sub-title,
.td-post-template-13 .td-post-sub-title {
font-size: 19px;
line-height: 25px;
margin: 12px 0 20px;
}
@media (max-width: 767px) {
.td-post-template-12 .td-post-sub-title,
.td-post-template-13 .td-post-sub-title {
margin: 0 0 16px;
}
} .td-post-template-6 .td-ss-main-sidebar,
.td-post-template-7 .td-ss-main-sidebar {
-webkit-transform: translate3d(0, 0, 0);
} .td-pulldown-filter-list {
display: none;
}
.td-category-pulldown-filter:hover .td-pulldown-filter-list {
display: block;
}
.td-category-header {
background-color: #fff;
clear: both;
}
.td-category-header .td-container {
position: relative;
}
.td-category-header .td-page-title {
text-transform: uppercase;
font-weight: 700;
margin-top: -2px;
margin-bottom: 0;
}
.td-category-header .entry-category a {
font-size: 11px;
padding: 4px 8px 5px 8px;
}
.td-category-header .td-category-pulldown-filter {
position: absolute;
top: 49px;
right: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-category-header .td-category-pulldown-filter {
top: 46px;
}
}
@media (max-width: 767px) {
.td-category-header .td-category-pulldown-filter {
top: 50px;
right: 10px;
}
}
.td-category-header .td-pulldown-filter-display-option {
background-color: #222222;
color: #fff;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
cursor: pointer;
padding: 5px 13px 4px 13px;
font-size: 11px;
white-space: nowrap;
}
.td-category-header .td-icon-menu-down {
font-size: 9px;
margin-left: 5px;
position: relative;
top: -1px;
}
.td-category-header .td-pulldown-filter-list {
position: absolute;
z-index: 2;
right: 0;
background-color: #222222;
padding: 6px 0;
text-align: left;
margin: 4px 0 0;
min-width: 113px;
}
.td-category-header .td-pulldown-filter-list a {
background-color: transparent !important;
}
.td-category-header .td-pulldown-filter-item {
list-style: none;
margin-left: 0;
line-height: 1;
}
.td-category-header .td-pulldown-category-filter-link {
padding: 0 13px;
display: inline-block;
font-size: 10px;
line-height: 24px;
width: 100%;
color: #fff;
text-transform: none;
}
.td-category-header .td-pulldown-category-filter-link:hover {
color: #4db2ec;
}
.td-category-description {
width: 90%; }
@media (max-width: 767px) {
.td-category-description {
width: 100%;
}
}
.td-category-description p {
font-style: italic;
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 16px;
line-height: 26px;
margin-bottom: 0;
margin-top: 15px;
}
@-moz-document url-prefix() {
.td-category-header .td-pulldown-filter-display-option {
padding: 4px 13px 5px 13px;
}
}
.td-category-siblings {
z-index: 2;
opacity: 0;
width: 744px;
position: relative;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td-category-siblings {
width: 560px;
}
}
@media (max-width: 767px) {
.td-category-siblings {
margin-right: 0;
width: auto;
}
}
.td-category-siblings .td-category {
display: inline-block;
vertical-align: top;
height: 20px;
overflow: hidden;
}
.td-category-siblings .td-subcat-more {
line-height: 1;
padding: 4px 5px 3px;
}
.td-category-siblings .td-subcat-dropdown {
background-color: transparent;
display: inline-block;
padding: 0;
position: absolute;
border: 1px solid #eaeaea;
color: #222;
top: 0; }
@media (max-width: 767px) {
.td-category-siblings .td-subcat-dropdown {
position: absolute;
top: 0;
}
}
.td-category-siblings .td-subcat-dropdown i {
margin: 0;
top: 0;
}
.td-category-siblings .td-subcat-dropdown ul {
z-index: 999;
border: 1px solid #e6e6e6;
margin: 0;
}
.td-category-siblings .td-subcat-dropdown:hover {
border-color: #222;
color: #fff;
background-color: #222;
}
.td-category-siblings .td-subcat-dropdown:hover ul {
display: block;
border-color: #222;
right: -1px;
top: 23px;
}
.td-category-siblings .td-subcat-dropdown:hover ul:before {
background-color: #222;
content: '';
height: 4px;
position: absolute;
right: -1px;
top: -5px;
width: 21px;
}
.td-category-siblings .td-subcat-dropdown li {
list-style: none;
margin-left: 0;
}
.td-category-siblings .td-subcat-dropdown a {
display: block;
color: #fff !important;
padding: 0 13px;
white-space: nowrap;
text-transform: none;
font-size: 10px;
}
.td-category-siblings .td-subcat-dropdown a:hover {
color: #4db2ec;
}
.td-category-siblings .td-subcat-dropdown a.td-current-sub-category {
background-color: transparent;
color: #4db2ec;
}
.td-js-loaded .td-category-siblings {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.category .td-crumb-container { }
@media (max-width: 767px) {
.category .td-crumb-container {
margin-bottom: 3px;
padding-top: 15px;
}
}
.category .td-category-grid .td_block_wrap { }
@media (max-width: 767px) {
.category .td-category-grid .td_block_wrap {
padding-bottom: 40px;
}
}
.category .td-main-content .td-load-more-wrap { }
@media (max-width: 767px) {
.category .td-main-content .td-load-more-wrap {
margin-bottom: 26px;
}
} .td_category_template_1 .td-category-header {
padding-bottom: 18px;
}
@media (max-width: 1018px) {
.td_category_template_1 .td-category-header {
padding-bottom: 14px;
}
}
.td_category_template_1 .td-category-description p {
margin-top: 12px;
margin-bottom: 5px;
}
@media (max-width: 1018px) {
.td_category_template_1 .td-category-description p {
margin-top: 9px;
}
}
.td_category_template_1 .td-category-pulldown-filter { }
@media (max-width: 767px) {
.td_category_template_1 .td-category-pulldown-filter {
display: none;
}
}
.td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
margin-bottom: 6px; }
@media (max-width: 767px) {
.td_category_template_1.td_category_top_posts_style_disable .td-category-description p {
margin-bottom: 5px;
}
} .td_category_template_2 .td-category-header {
background-color: #fcfcfc;
border-bottom: 1px solid #f2f2f2;
border-top: 1px solid #f2f2f2;
padding-bottom: 18px; }
@media (max-width: 767px) {
.td_category_template_2 .td-category-header {
padding-bottom: 14px;
}
}
.td_category_template_2 .td-category-pulldown-filter {
top: 42px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_2 .td-category-pulldown-filter {
top: 40px;
}
}
@media (max-width: 767px) {
.td_category_template_2 .td-category-pulldown-filter {
display: none;
}
}
.td_category_template_2 .td-crumb-container {
margin-bottom: 2px; }
@media (max-width: 767px) {
.td_category_template_2 .td-crumb-container {
padding-top: 15px;
margin-bottom: 3px;
}
}
.td_category_template_2 .td-category-description p {
margin-top: 12px;
margin-bottom: 1px; }
@media (max-width: 767px) {
.td_category_template_2 .td-category-description p {
margin-top: 9px;
margin-bottom: 0;
}
}
.td_category_template_2 .td-category-grid {
padding-top: 26px; }
@media (max-width: 767px) {
.td_category_template_2 .td-category-grid {
padding-top: 21px;
}
}
.td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
padding-top: 26px; }
@media (max-width: 767px) {
.td_category_template_2.td_category_top_posts_style_disable .td-main-content-wrap {
padding-top: 21px;
}
} .td_category_template_3 .td-category-header {
padding-bottom: 23px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_3 .td-category-header {
padding-bottom: 19px;
}
}
@media (max-width: 767px) {
.td_category_template_3 .td-category-header {
padding-bottom: 20px;
}
}
.td_category_template_3 .td-crumb-container {
margin-bottom: 2px;
}
.td_category_template_3 .td-category-siblings {
margin-top: 13px;
margin-bottom: 6px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_3 .td-category-siblings {
margin-top: 14px;
margin-bottom: 1px;
}
}
@media (max-width: 767px) {
.td_category_template_3 .td-category-siblings {
margin-top: 14px;
margin-bottom: 0;
}
}
.td_category_template_3 .td-category-siblings .td-subcat-dropdown {
border-color: #222;
color: #fff;
background-color: #222;
}
.td_category_template_3 .td-category-description p {
margin-top: 19px;
}
@media (max-width: 1018px) {
.td_category_template_3 .td-category-description p {
margin-top: 15px;
}
}
.td_category_template_3 .td-category,
.td_category_template_3 .entry-category {
margin-bottom: 0;
}
.td_category_template_3 .td-current-sub-category {
background-color: #4db2ec;
}
.td_category_template_3 .td-category-pulldown-filter {
top: 83px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_3 .td-category-pulldown-filter {
top: 80px;
}
}
@media (max-width: 767px) {
.td_category_template_3 .td-category-pulldown-filter {
display: none;
}
}
@-moz-document url-prefix() {
.td_category_template_3 .td-category-siblings .td-subcat-more {
padding: 3px 5px 4px;
}
} .td_category_template_4 .td-category-header {
padding-bottom: 23px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_4 .td-category-header {
padding-bottom: 19px;
}
}
@media (max-width: 767px) {
.td_category_template_4 .td-category-header {
padding-bottom: 20px;
}
}
.td_category_template_4 .td-crumb-container {
margin-bottom: 3px;
}
.td_category_template_4 .td-category-siblings {
margin-top: 13px;
margin-bottom: 6px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_4 .td-category-siblings {
margin-top: 14px;
margin-bottom: 1px;
}
}
@media (max-width: 767px) {
.td_category_template_4 .td-category-siblings {
margin-top: 14px;
margin-bottom: 0;
}
}
.td_category_template_4 .td-category-siblings .td-category {
margin-bottom: 0;
}
.td_category_template_4 .td-category-siblings .td-category a {
background-color: transparent;
color: #222222;
border: 1px solid #eaeaea;
padding: 3px 7px 4px 7px;
}
.td_category_template_4 .td-category-siblings .td-category a:hover {
border-color: #4db2ec;
background-color: #4db2ec;
color: #fff;
}
.td_category_template_4 .td-category-siblings .td-category .td-current-sub-category {
background-color: #222222;
border-color: #222222;
color: #fff;
}
.td_category_template_4 .td-category-siblings .entry-category {
margin-bottom: 0;
}
.td_category_template_4 .td-category-description p {
margin-top: 19px;
}
@media (max-width: 1018px) {
.td_category_template_4 .td-category-description p {
margin-top: 15px;
}
}
.td_category_template_4 .td-category-pulldown-filter {
top: 83px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_4 .td-category-pulldown-filter {
top: 81px;
}
}
@media (max-width: 767px) {
.td_category_template_4 .td-category-pulldown-filter {
display: none;
}
}
@-moz-document url-prefix() {
.td_category_template_4 .td-category-siblings .td-subcat-more {
padding: 3px 5px 4px;
}
} .td_category_template_5 .td-category-header {
padding-bottom: 18px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_5 .td-category-header {
padding-bottom: 13px;
}
}
@media (max-width: 767px) {
.td_category_template_5 .td-category-header {
padding-bottom: 14px;
}
}
.td_category_template_5 .td-crumb-container {
padding-bottom: 20px;
padding-top: 20px;
margin-bottom: 0;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_5 .td-crumb-container {
padding-bottom: 15px;
padding-top: 15px;
}
}
@media (max-width: 767px) {
.td_category_template_5 .td-crumb-container {
padding-bottom: 9px;
padding-top: 9px;
}
}
.td_category_template_5 .td-scrumb-holder {
min-height: 62px;
background-color: #fcfcfc;
border-bottom: 1px solid #f2f2f2;
border-top: 1px solid #f2f2f2;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_5 .td-scrumb-holder {
min-height: 52px;
}
}
@media (max-width: 767px) {
.td_category_template_5 .td-scrumb-holder {
min-height: 0;
}
}
.td_category_template_5 .td-category-pulldown-filter {
top: 16px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_5 .td-category-pulldown-filter {
top: 11px;
}
}
@media (max-width: 767px) {
.td_category_template_5 .td-category-pulldown-filter {
display: none;
}
}
.td_category_template_5 .td-page-title {
margin-top: 18px;
}
@media (max-width: 1018px) {
.td_category_template_5 .td-page-title {
margin-top: 13px;
}
}
.td_category_template_5 .td-category-description p {
margin-top: 12px;
margin-bottom: 5px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_5 .td-category-description p {
margin-top: 9px;
margin-bottom: 6px;
}
}
@media (max-width: 767px) {
.td_category_template_5 .td-category-description p {
margin-top: 4px;
margin-bottom: 0;
}
} .td_category_template_6 .td-category-header {
margin: 0 auto;
width: 1164px;
min-height: 364px;
display: table;
position: relative;
background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1180px) {
.td_category_template_6 .td-category-header {
width: 100%;
}
}
.td_category_template_6 .td-category-header .td-page-title,
.td_category_template_6 .td-category-header p {
color: #fff;
}
.td_category_template_6 .td-pulldown-container {
width: 1068px;
height: 51px;
position: absolute;
left: 0;
bottom: 0;
right: 0;
margin: auto;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_category_template_6 .td-pulldown-container {
width: 980px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_6 .td-pulldown-container {
width: 740px;
}
}
@media (max-width: 767px) {
.td_category_template_6 .td-pulldown-container {
width: 100%;
}
}
.td_category_template_6 .td-crumb-container {
z-index: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 1068px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.td_category_template_6 .td-crumb-container {
width: 980px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_6 .td-crumb-container {
width: 740px;
}
}
@media (max-width: 767px) {
.td_category_template_6 .td-crumb-container {
padding-left: 10px;
padding-right: 10px;
text-align: left;
width: 100%;
}
}
.td_category_template_6 .entry-crumbs,
.td_category_template_6 .entry-crumbs a {
color: #fff;
}
.td_category_template_6 .td-category-pulldown-filter {
z-index: 2;
bottom: 26px;
top: auto; }
@media (max-width: 767px) {
.td_category_template_6 .td-category-pulldown-filter {
display: table;
right: 0;
left: 0;
bottom: 0;
margin: auto;
position: relative;
}
}
.td_category_template_6 .td-pulldown-filter-display-option {
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.4);
padding: 4px 13px 3px 13px;
}
.td_category_template_6 .td-pulldown-filter-display-option:hover {
background-color: #222222;
border-color: #222222;
}
.td_category_template_6 .td-pulldown-filter-list {
margin-top: 4px;
}
.td_category_template_6 .td-category-description {
width: 100%;
}
.td_category_template_6 .td-category-description p {
margin-top: 25px;
margin-bottom: 25px;
}
.td_category_template_6 .td-main-content-wrap {
padding-top: 48px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_6 .td-main-content-wrap {
padding-top: 26px;
}
}
@media (max-width: 767px) {
.td_category_template_6 .td-main-content-wrap {
padding-top: 40px;
}
}
.td_category_template_6 .td-category-grid {
padding-top: 48px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_6 .td-category-grid {
padding-top: 26px;
}
}
@media (max-width: 767px) {
.td_category_template_6 .td-category-grid {
padding-top: 40px;
}
}
.td_category_template_6 .td-category-grid .td_block_wrap {
padding-bottom: 0;
}
@-moz-document url-prefix() {
.td_category_template_6 .td-pulldown-filter-display-option {
padding: 3px 13px 4px 13px;
}
}
.td-category-title-holder {
display: table-cell;
padding: 110px 15%;
z-index: 2;
text-align: center;
vertical-align: middle; }
@media (max-width: 767px) {
.td-category-title-holder {
padding: 80px 5%;
}
}
.td-category-title-holder .td-page-title {
font-weight: 500;
font-size: 36px;
line-height: 54px;
}
.td-category-title-holder .entry-title.td-page-title { }
@media (max-width: 767px) {
.td-category-title-holder .entry-title.td-page-title {
font-size: 30px;
line-height: 40px;
}
} .td_category_template_7 .td-category-header {
margin-bottom: 0;
position: relative;
}
.td_category_template_7 .td-crumb-container {
z-index: 1;
position: absolute;
top: 0;
left: 0; }
@media (max-width: 767px) {
.td_category_template_7 .td-crumb-container {
left: 10px;
}
}
.td_category_template_7 .td-pulldown-container { }
@media (max-width: 767px) {
.td_category_template_7 .td-pulldown-container {
height: 56px;
position: absolute;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 100%;
}
}
.td_category_template_7 .td-category-title-holder {
padding: 80px 15% 89px;
display: table;
width: 100%; }
@media (max-width: 767px) {
.td_category_template_7 .td-category-title-holder {
padding: 60px 5% 69px;
}
}
.td_category_template_7 .td-category-pulldown-filter {
top: 18px; }
@media (max-width: 767px) {
.td_category_template_7 .td-category-pulldown-filter {
display: table;
right: 0;
left: 0;
margin: auto;
position: relative;
bottom: 0;
top: auto;
}
}
.td_category_template_7 .td-category-description {
width: 100%;
}
.td_category_template_7 .td-category-description p {
margin-top: 25px; }
@media (max-width: 767px) {
.td_category_template_7 .td-category-description p {
margin-bottom: 28px;
margin-top: 7px;
}
} .td_category_template_8 .td-category-header {
position: relative;
background-color: rgba(0, 0, 0, 0.5);
margin-bottom: 0;
}
.td_category_template_8 .td-category-header .td-container {
height: 364px;
display: table;
}
.td_category_template_8 .td-category-header .td-page-title,
.td_category_template_8 .td-category-header p {
color: #fff;
}
.td_category_template_8 .td-category-header .td-page-title {
margin-top: -14px;
}
.td_category_template_8 .td-category-header .td-category {
margin-bottom: 0;
vertical-align: top;
}
.td_category_template_8 .td-category-header .td-category a {
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.4);
padding: 3px 7px 4px 7px;
}
.td_category_template_8 .td-category-header .td-category a:hover {
border-color: #fff;
background-color: #fff;
color: #000;
opacity: 1;
}
.td_category_template_8 .td-category-header .td-category a.td-current-sub-category {
background-color: #4db2ec;
border-color: #4db2ec;
color: #fff;
}
.td_category_template_8 .td-crumb-container {
z-index: 3;
position: absolute;
top: 0;
left: 0; }
@media (max-width: 767px) {
.td_category_template_8 .td-crumb-container {
left: 10px;
}
}
.td_category_template_8 .entry-crumbs,
.td_category_template_8 .entry-crumbs a {
color: #fff;
}
.td_category_template_8 .td-category-pulldown-filter {
z-index: 2;
bottom: 26px;
top: auto; }
@media (max-width: 767px) {
.td_category_template_8 .td-category-pulldown-filter {
display: none;
}
}
.td_category_template_8 .td-pulldown-filter-display-option {
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.4);
padding: 4px 13px 3px 13px;
}
.td_category_template_8 .td-pulldown-filter-display-option:hover {
background-color: #222222;
border-color: #222222;
}
.td_category_template_8 .td-pulldown-filter-list {
margin-top: 4px;
}
.td_category_template_8 .td-category-description {
margin-top: 16px;
width: 100%;
}
.td_category_template_8 .td-category-grid {
padding-top: 48px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.td_category_template_8 .td-category-grid {
padding-top: 26px;
}
}
@media (max-width: 767px) {
.td_category_template_8 .td-category-grid {
padding-top: 40px;
}
}
.td_category_template_8 .td-category-grid .td_block_wrap {
padding-bottom: 0;
}
.td_category_template_8 .td-main-content-wrap {
padding-top: 48px;
}
.td_category_template_8 .td-category-title-holder {
text-align: left;
position: relative;
padding: 63px 5% 63px 0;
}
.td_category_template_8 .td-category-siblings {
margin-top: 12px;
}
.td_category_template_8 .td-subcat-dropdown {
padding: 0;
color: #fff;
vertical-align: top;
}
@-moz-document url-prefix() {
.td_category_template_8 .td-category-pulldown-filter .td-pulldown-filter-display-option {
padding: 3px 13px 4px 13px;
}
.td_category_template_8 .td-category-header .td-category a {
padding: 4px 7px 3px;
}
} .td-more-articles-box {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
position: fixed;
width: 341px;
bottom: 48px;
right: -384px;
background-color: #fff;
padding: 16px 20px 0 20px;
border-style: solid;
border-color: #ededed;
border-width: 1px 0 1px 1px;
z-index: 9999;
visibility: hidden;
-webkit-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
-moz-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
-o-transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);
transition: all 500ms cubic-bezier(0.265, 0.365, 0.26, 0.865);  }
@media (max-width: 767px) {
.td-more-articles-box {
display: none !important;
}
}
.td-more-articles-box-title {
font-family: 'Open Sans', arial, sans-serif;
color: #222;
font-size: 17px;
font-weight: 600;
line-height: 30px;
display: inline-block;
text-align: center;
min-width: 300px;
margin-bottom: 18px;
}
.td-content-more-articles-box .td_module_1,
.td-content-more-articles-box .td_module_3 {
padding-bottom: 20px;
}
.td-content-more-articles-box .td_module_4 {
margin-bottom: 20px;
}
.td-content-more-articles-box .td_module_2 {
padding-bottom: 10px;
}
.td-content-more-articles-box .td_module_5:last-child,
.td-content-more-articles-box .td_module_9:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.td-content-more-articles-box .td-module-thumb {
height: auto !important;
}
.td-close-more-articles-box {
display: inline-block;
cursor: pointer;
position: absolute;
left: 14px;
top: 21px;
line-height: 26px;
padding: 2px 11px;
font-size: 17px;
}
.td-front-end-display-block {
right: 0;
visibility: visible;
} .td-footer-wrapper {
background-color: #222222;
padding-top: 54px;
padding-bottom: 20px;
color: #eaeaea;
position: relative;  }
@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); }
@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);
}
.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; }
@media (max-width: 767px) {
.td-footer-wrapper .block-title {
margin-bottom: 21px;
}
}
.td-footer-wrapper .widget .block-title { }
@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 { }
@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 !important;
}
.td-footer-page p:empty {
display: none;
}
.td-boxed-layout .td-footer-page {
width: 100%;
}
.td-footer-info {
margin-bottom: 48px; }
@media (max-width: 767px) {
.td-footer-info {
margin-bottom: 38px;
text-align: center;
}
}
.td-footer-info .footer-text-wrap a {
color: #4db2ec;
}
.td-footer-info .footer-text-wrap a:hover {
text-decoration: underline;
}
.footer-logo-wrap {
margin-bottom: 20px;
}
.footer-logo-wrap img { }
@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; }
.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;  }
@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; }
@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; }
@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;
}
} .td-footer-template-2,
.td-footer-template-3 { }
@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;
} .td-footer-template-4 {
padding-top: 49px; }
@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;
} .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; }
@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;  }
@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; }
@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;  }
@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;
} .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; }
@media (max-width: 767px) {
.td-footer-template-14 .td-footer-bottom-full {
padding-top: 30px;
padding-bottom: 20px;
}
}.mx_image_background {
background-color: #f2f2f2;
}
.td-visibility-hidden {
visibility: hidden;
} .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}  .td-black {
background-color: #1a1a1a;
color: #eee;           }
.td-black select {
background-color: transparent;
border: 1px solid #444;
}
.td-black .td-main-content-wrap,
.td-black .td-category-grid,
.td-black .post,
.td-black .td-category-header,
.td-black .td-big-grid-post .td-module-thumb,
.td-black .td_module_14 .td-module-meta-holder,
.td-black .td-post-template-4 .td-post-title,
.td-black .td-post-template-6 .td-post-header-holder,
.td-black .td-post-template-8-box,
.td-black .td-smart-list-dropdown-wrap .td-smart-list-dropdown,
.td-black .td_module_mx3 .td-module-meta-info {
background-color: #1a1a1a;
}
.td-black .td-header-style-5 .sf-menu > li > a:hover,
.td-black .td-header-style-5 .sf-menu > .sfHover > a,
.td-black .td-header-style-5 .sf-menu > .current-menu-item > a,
.td-black .td-header-style-5 .sf-menu > .current-menu-ancestor > a,
.td-black .td-header-style-5 .sf-menu > .current-category-ancestor > a {
background-color: transparent !important;
color: #385C7B;
}
.td-black .sf-menu .td-menu-item > a {
color: #fff;
}
.td-black .td-header-style-5 .td-main-menu-logo a {
line-height: 70px;
}
.td-black .sf-menu ul {
background-color: rgba(18, 18, 18, 0.97);
}
.td-black .td-mega-menu ul {
border-color: #222;
}
.td-black .td_mega_menu_sub_cats {
background-color: #0a0a0a;
}
.td-black .td_mega_menu_sub_cats a {
color: #fff;
}
.td-black .td_mega_menu_sub_cats .cur-sub-cat {
background-color: rgba(18, 18, 18, 0.97);
border-color: #222;
color: #385C7B;
}
.td-black .td_mega_menu_sub_cats .cur-sub-cat:before {
background-color: rgba(18, 18, 18, 0.97);
}
.td-black .td_mega_menu_sub_cats:after {
background-color: #222;
}
.td-black #td-header-search {
border-color: #333 !important;
}
.td-black #td-header-search:focus {
border-color: #404040 !important;
}
.td-black .header-search-wrap .td-drop-down-search {
background-color: rgba(18, 18, 18, 0.97);
border: 1px solid #222;
}
.td-black .header-search-wrap .td-aj-search-results {
border-top: 1px solid #222;
border-bottom: 1px solid #222;
background-color: transparent;
}
.td-black .header-search-wrap .result-msg a {
color: #fff;
}
.td-black .header-search-wrap .td-aj-cur-element {
background-color: #222;
}
.td-black .td-category a {
background-color: #333;
}
.td-black.td_category_template_2 .td-category-header {
background-color: #222;
border-color: #333;
}
.td-black.td_category_template_2 .td-header-style-5,
.td-black.td_category_template_5 .td-header-style-5 {
border-color: #333;
}
.td-black.td_category_template_4 .td-category-siblings .td-category a {
color: #aaa;
border-color: #333;
}
.td-black.td_category_template_4 .td-category-siblings .td-category a:hover {
color: #fff;
}
.td-black.td_category_template_5 .td-scrumb-holder {
background-color: #222;
border-color: #333;
}
.td-black.td_category_template_6 .td-category-header,
.td-black.td_category_template_8 .td-category-header,
.td-black .td-post-template-8 .td-post-header {
background-color: rgba(0, 0, 0, 0.5);
}
.td-black.td_category_template_8 .td-category-header .td-category a {
border-color: #aaa;
}
.td-black.td_category_template_8 .td-category-header .td-category a:hover {
border-color: #fff;
}
.td-black.td_category_template_6 .td-pulldown-filter-display-option,
.td-black.td_category_template_8 .td-pulldown-filter-display-option {
border-color: #000;
}
.td-black .td-category-description p {
color: #aaa;
}
.td-black.td_category_template_6 .td-category-description p,
.td-black.td_category_template_8 .td-category-header p {
color: #fff;
}
.td-black .td-load-more-wrap a {
color: #aaa;
}
.td-black .td-load-more-wrap a:hover {
color: #fff;
}
.td-black .td_ajax_load_more {
border-color: #333;
}
.td-black .td-category-header .td-pulldown-filter-display-option,
.td-black .td-category-header .td-pulldown-filter-list {
background-color: #000;
}
.td-black .td-category-siblings .td-subcat-dropdown:hover ul:before {
background-color: #000;
}
.td-black .td-category-siblings .td-subcat-dropdown:hover ul {
border-color: #000;
}
.td-black.td_category_template_3 .td-category-siblings .td-subcat-dropdown,
.td-black.td_category_template_4 .td-category-siblings .td-subcat-dropdown {
border-color: #000;
color: #fff;
}
.td-black .td-page-content,
.td-black .td-post-content,
.td-black .wpb_text_column,
.td-black .td_block_text_with_title,
.td-black .woocommerce #tab-description {
color: #eee;
}
.td-black .td-post-author-name,
.td-black .td_module_15.post .td-post-comments a {
color: #aaa;
}
.td-black .wp-caption-text,
.td-black .wp-caption-dd {
color: #aaa;
}
.td-black .entry-crumbs a:hover {
color: #fff;
}
.td-black header .td-post-date,
.td-black header .td-post-comments a,
.td-black header .td-post-views {
color: #aaa;
}
.td-black .td-post-small-box span {
background-color: #fff;
color: #000;
}
.td-black .td-post-small-box a {
border-color: #444;
color: #fff;
}
.td-black .td-social-network {
color: #fff;
}
.td-black .td-social-handler {
color: #ccc;
border-color: #464646;
}
.td-black .td-social-handler:before {
border-color: transparent transparent transparent #434343;
}
.td-black .td-social-handler:after {
border-color: transparent transparent transparent #1a1a1a;
}
.td-black .td-social-handler .td-social-but-text:before {
background-color: #fff;
}
.td-black .td-ps-border .td-social-network .td-social-but-text:before {
background-color: #fff;
}
.td-black .td-ps-border-grey .td-social-but-icon,
.td-black .td-ps-border-grey .td-social-but-text {
border-color: #434343;
}
.td-black .td-ps-icon-color .td-social-mail .td-social-but-icon,
.td-black .td-ps-icon-color .td-social-digg .td-social-but-icon,
.td-black .td-ps-icon-color .td-social-print .td-social-but-icon {
color: #fff;
}
.td-black .td-ps-text-color .td-social-mail .td-social-but-text,
.td-black .td-ps-text-color .td-social-digg .td-social-but-text,
.td-black .td-ps-text-color .td-social-print .td-social-but-text {
color: #fff;
}
.td-black .td-post-sharing-bottom {
border-color: #444;
}
.td-black .td-post-next-prev-content a {
color: #fff;
}
.td-black .author-box-wrap {
border-color: #444;
color: #aaa;
}
.td-black .author-box-wrap .td-social-icon-wrap .td-icon-font,
.td-black .author-box-wrap .td-author-url a {
color: #fff;
}
.td-black .td-author-name a,
.td-black .td-post-share-title {
color: #fff;
}
.td-black .td-author-counters span {
background-color: #fff;
color: #000;
}
.td-black cite a,
.td-black .logged-in-as a {
color: #fff;
}
.td-black .comment,
.td-black .comment-content {
color: #eee;
}
.td-black .comment {
border-color: #444;
}
.td-black .comment cite {
color: #fff;
}
.td-black .comment .children {
border-color: #444;
}
.td-black .comment-form {
color: #aaa;
}
.td-black textarea {
background-color: transparent;
border-color: #444;
color: #aaa;
}
.td-black code,
.td-black ins,
.td-black pre {
background-color: #333;
}
.td-black .td-post-template-8 {
background-color: transparent;
}
.td-black .td-video-template-bg-small {
background-color: #000;
}
.td-black .td-left-smart-list,
.td-black .td-right-smart-list,
.td-black .td-smart-list-button {
background-color: #fff;
color: #000;
-webkit-transition: none;
transition: none;
}
.td-black .td-left-smart-list:hover,
.td-black .td-right-smart-list:hover,
.td-black .td-smart-list-button:hover {
color: #fff;
}
.td-black .td-sml-current-item-nr,
.td-black .td_smart_list_5 .td-sml-current-item-nr {
background-color: #fff;
color: #000;
}
.td-black .td_smart_list_4 .td-item {
border-color: #333;
}
.td-black .td-smart-disable:hover {
background-color: #fff !important;
color: #000;
}
.td-black .td-smart-list-dropdown-wrap {
border-color: #444;
}
.td-black .td-smart-list-dropdown-wrap .td-smart-list-container:before {
border-top-color: #aaa;
}
.td-black .td-smart-list-dropdown-wrap .td-smart-next,
.td-black .td-smart-list-dropdown-wrap .td-smart-back {
border-color: #444;
}
.td-black .td-smart-list-dropdown-wrap .td-smart-disable:hover,
.td-black .td-smart-list-container {
color: #fff;
}
.td-black .td_quote_box {
background-color: #222;
}
.td-black .td_quote_box p {
color: #ddd;
}
.td-black .dropcap2,
.td-black .dropcap3 {
color: #fff;
}
.td-black .page-nav a,
.td-black .page-nav span {
color: #aaa;
border-color: #333;
}
.td-black .page-nav a:hover {
background-color: #333;
}
.td-black .page-nav .current {
border-color: #385C7B;
color: #fff;
}
.td-black input[type="text"],
.td-black input[type="url"],
.td-black input[type="tel"],
.td-black input[type="email"] {
border-color: #333;
color: #fff;
background-color: transparent;
}
.td-black input[type="submit"] {
background-color: #444;
}
.td-black h1,
.td-black h2,
.td-black h3,
.td-black h4,
.td-black h5,
.td-black h6 {
color: #fff;
}
.td-black h1 > a,
.td-black h2 > a,
.td-black h3 > a,
.td-black h4 > a,
.td-black h5 > a,
.td-black h6 > a {
color: #fff;
}
.td-black .td-trending-now-title {
background-color: #fff !important;
color: #000;
font-weight: bold;
}
.td-black .td-next-prev-wrap a,
.td-black .td-trending-style2 {
border-color: #444;
}
.td-black .td_social_type:hover .td-social-box {
background-color: #444;
}
.td-black .td-social-style1 .td_social_type .td-social-box,
.td-black .td-social-style7 .td_social_type .td-social-box {
background-color: #444;
}
.td-black .td-social-style2,
.td-black .td-social-style8 {
color: #fff;
}
.td-black .td-social-style2 .td_social_type,
.td-black .td-social-style8 .td_social_type {
color: #fff;
}
.td-black .td-social-style2 .td_social_type:hover,
.td-black .td-social-style8 .td_social_type:hover {
color: #999;
}
.td-black .td-social-style2 .td_social_type:hover a,
.td-black .td-social-style8 .td_social_type:hover a {
color: #999;
}
.td-black .td-social-style2 .td_social_type:hover .td-social-box,
.td-black .td-social-style8 .td_social_type:hover .td-social-box {
background-color: transparent;
}
.td-black .td-social-style2 .td_social_type .td-social-box,
.td-black .td-social-style8 .td_social_type .td-social-box {
border-color: #444;
}
.td-black .td-social-style2 .td_social_type a,
.td-black .td-social-style8 .td_social_type a {
color: #fff;
}
.td-black .td-social-style2 .td_social_type .td_social_button,
.td-black .td-social-style8 .td_social_type .td_social_button {
border-color: #444;
}
.td-black .td-social-style3,
.td-black .td-social-style4 {
color: #fff;
}
.td-black .td-social-style3 .td_social_type a,
.td-black .td-social-style4 .td_social_type a {
color: #fff;
}
.td-black .td-social-style3 .td_social_type:hover,
.td-black .td-social-style4 .td_social_type:hover {
color: #999;
}
.td-black .td-social-style3 .td_social_type:hover a,
.td-black .td-social-style4 .td_social_type:hover a {
color: #999;
}
.td-black .td-social-style3 .td_social_type:hover .td-social-box,
.td-black .td-social-style4 .td_social_type:hover .td-social-box {
background-color: transparent;
}
.td-black .td-social-style9,
.td-black .td-social-style10 {
color: #fff;
}
.td-black .td-social-style9 .td_social_type:hover,
.td-black .td-social-style10 .td_social_type:hover {
color: #999;
}
.td-black .td-social-style9 .td_social_type:hover .td-social-box,
.td-black .td-social-style10 .td_social_type:hover .td-social-box {
background-color: transparent;
}
.td-black .td-subcat-filter .td-subcat-list a,
.td-black .td-subcat-filter .td-subcat-dropdown span,
.td-black .td-subcat-filter .td-subcat-more i,
.td-black .td-subcat-filter .td-subcat-dropdown a {
color: #aaa;
}
.td-black .td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(18, 18, 18, 0.97);
border-color: #222;
}
.td-black .entry-review-stars i {
color: #fff;
}
.td-black .td-module-meta-info .td-post-author-name a {
color: #fff;
}
.td-black .td-module-comments a {
background-color: #888;
}
.td-black .td-module-comments a:after {
border-color: #888 transparent transparent;
}
.td-black .td-excerpt,
.td-black .td_module_16 .td-excerpt {
color: #aaa;
}
.td-black .td-post-category {
background-color: #000;
}
.td-black .td-post-category:hover {
background-color: #385C7B;
}
.td-black .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
margin-bottom: 17px !important;
border: none;
}
.td-black .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab {
margin: 0 11px;
}
.td-black .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a {
background-color: transparent !important;
color: #fff;
padding: 11px 12px 10px !important;
font-size: 17px;
}
.td-black .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
text-align: center;
}
.td-black .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a,
.td-black .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
background-color: transparent;
color: #385C7B;
}
.td-black .vc_tta.vc_general .vc_tta-icon {
font-size: 1em;
top: -2px;
position: relative;
}
.td-black .vc_tta-panels-container {
margin-bottom: 48px;
}
.td-black .wpb_tabs .wpb_tab {
background-color: transparent !important;
}
.td-black .wpb_content_element .wpb_tabs_nav li,
.td-black .wpb_tabs li a {
background-color: transparent;
color: #fff;
}
.td-black .td_module_15,
.td-black .td_module_9,
.td-black .td_module_5,
.td-black .td_module_8,
.td-black .td_module_11,
.td-black .td_module_12,
.td-black .td_module_13,
.td-black .td_module_18 .meta-info-container,
.td-black .td_module_19,
.td-black .td_module_14 .entry-title:after,
.td-black .td_module_mx3 .td-module-meta-info,
.td-black .td_block_20 .td_module_mx3 {
border-color: #444;
}
.td-black .td_module_17 .td-read-more a,
.td-black .td_module_18 .td-read-more a {
color: #fff;
}
.td-black .td_module_17 .td-read-more a:hover,
.td-black .td_module_18 .td-read-more a:hover {
background-color: transparent !important;
}
.td-black .td_module_18 .td-post-category {
background-color: transparent;
color: #fff;
}
.td-black .td-read-more a,
.td-black .more-link-wrap a {
transition: none;
}
.td-black .td-read-more a:hover,
.td-black .more-link-wrap a:hover {
background-color: #fff !important;
color: #000;
opacity: 1;
}
.td-black .widget a {
color: #fff;
}
.td-black .widget_calendar #today {
background-color: #333;
}
.td-black .widget_calendar th {
background-color: #333;
}
.td-black .widget_recent_comments {
color: #888;
}
.td-black .widget_recent_entries li {
border-color: #444;
}
.td-black .widget_rss li .rssSummary {
color: #999;
}
.td-black .widget_rss li {
border-color: #444;
}
.td-black .td_video_playlist_title {
background-color: #000;
}
.td-black .td-instagram-meta {
color: #eee;
}
.td-black .td-instagram-button {
color: #eee;
border-color: #444;
}
.td-black .td-instagram-button:hover {
border-color: #666;
}
.td-black .td_block_exchange .td-rate,
.td-black .td_block_exchange .td-exchange-rates .td-rate:before {
border-color: #444 !important;
}
.td-black .td_top_authors .td-authors-name a {
color: #fff;
}
.td-black .td_top_authors .td_mod_wrap {
border-color: #333;
}
.td-black .td_top_authors .td-author-post-count {
background-color: #444;
color: #fff;
}
.td-black .td_top_authors .td-author-comments-count {
background-color: #333;
color: #fff;
}
.td-black .td-404-title,
.td-black .td-404-sub-sub-title {
color: #fff;
}
.td-black .td-404-sub-sub-title a {
background-color: #fff;
color: #000;
}
.td-black .td-404-sub-sub-title a:hover {
color: #fff;
}
.td-black .search-page-search-wrap {
color: #fff;
}
.td-black .td-review {
color: #fff;
}
.td-black table td,
.td-black table th {
border-color: #444;
}
.td-black .td-review-summary .block-title,
.td-black .td-review-header .block-title {
background-color: #fff;
color: #000;
}
.td-black .td-review .td-review-row-stars:hover {
background-color: #222;
}
.td-black .td-rating-bar-wrap {
background-color: #333;
}
.td-black .td-sub-footer-copy a {
color: #fff;
}
.td-black .td-footer-instagram-container .td-instagram-user a {
color: #385c7b;
}
.td-black .td-more-articles-box {
background-color: #222;
border-color: #333;
}
.td-black .td-more-articles-box-title {
color: #fff;
}
.td-black.single-product .product .summary .price,
.td-black.woocommerce #tab-description,
.td-black.woocommerce .product:hover h3 {
color: #eee;
}
.td-black.woocommerce ul.products li.product .price,
.td-black.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.td-black.woocommerce a.added_to_cart,
.td-black.woocommerce-cart .woocommerce .product-name a {
color: #fff;
}
.td-black.woocommerce .quantity .qty {
color: #000;
}
.td-black.single-product .product .summary .cart .button,
.td-black.woocommerce .product a.button,
.td-black.woocommerce-cart .woocommerce table.cart .button,
.td-black.woocommerce-cart .woocommerce .shipping-calculator-form .button,
.td-black.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.td-black.woocommerce .product a.button,
.td-black.woocommerce .product #respond input#submit,
.td-black.woocommerce .checkout input#place_order,
.td-black.woocommerce .woocommerce.widget .button {
background-color: #fff;
color: #000;
}
.td-black.single-product .product .summary .cart .button:hover,
.td-black.woocommerce .product a.button:hover,
.td-black.woocommerce-cart .woocommerce table.cart .button:hover,
.td-black.woocommerce-cart .woocommerce .shipping-calculator-form .button:hover,
.td-black.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.td-black.woocommerce .product a.button:hover,
.td-black.woocommerce .product #respond input#submit:hover,
.td-black.woocommerce .checkout input#place_order:hover,
.td-black.woocommerce .woocommerce.widget .button:hover {
color: #fff;
}
.td-black.woocommerce-page .woocommerce .button {
background-color: #fff !important;
color: #000 !important;
}
.td-black.woocommerce-page .woocommerce .button:hover {
color: #fff;
}
.td-black.woocommerce #reviews #comments ol.commentlist li .comment-text {
border-color: #444;
}
.td-black.woocommerce select,
.td-black.woocommerce-cart table.cart input,
.td-black.woocommerce-page textarea,
.td-black.woocommerce-page select,
.td-black.woocommerce-page .input-text {
background-color: #1a1a1a !important;
color: #fff !important;
border: 1px solid #444 !important;
padding: 3px 0;
}
.td-black .woocommerce .woocommerce-message,
.td-black .woocommerce .woocommerce-error,
.td-black .woocommerce .woocommerce-info,
.td-black.woocommerce-checkout #payment,
.td-black.woocommerce-checkout #payment div.payment_box {
background-color: #1a1a1a !important;
color: #fff !important;
border-color: #444 !important;
}
.td-black tfoot {
background-color: #1a1a1a !important;
}
.td-black.woocommerce-checkout #payment ul.payment_methods {
border-color: #444;
}
.td-black #bbpress-forums div.even,
.td-black #bbpress-forums ul.even {
background-color: transparent;
}
.td-black #bbpress-forums .bbp-forum-title,
.td-black #bbpress-forums .bbp-topic-permalink,
.td-black.bbpress .td-page-title a {
color: #fff;
}
.td-black #bbpress-forums .bbp-forums-list li a {
color: #aaa;
}
.td-black #bbpress-forums li.bbp-body ul.forum,
.td-black #bbpress-forums li.bbp-body ul.topic,
.td-black #bbpress-forums li.bbp-header,
.td-black #bbpress-forums li.bbp-footer,
.td-black #bbpress-forums fieldset.bbp-form {
border-color: #444;
}
.td-black #bbpress-forums li.bbp-header {
background-color: #444;
color: #fff;
}
.td-black #bbpress-forums div.bbp-forum-header,
.td-black #bbpress-forums div.bbp-topic-header,
.td-black #bbpress-forums div.bbp-reply-header {
background-color: transparent;
color: #fff;
border-color: #444;
}
.td-black #td-theme-settings {
color: #fff;
}
.td-black #td-theme-settings .td-set-hide-show a {
color: #fff;
}
.td-black #td-theme-settings:before {
background-color: #444;
}
.td-black #td-theme-settings .td-set-hide-show a {
border-color: #444;
}
.td-black #td-theme-settings .td-skin-body,
.td-black #td-theme-settings .td-set-hide-show a {
background-color: #333;
}
.td-black #td-theme-settings .td-skin-buy a {
background-color: #385C7B;
}
.td-black .td-block-title-wrap .td-wrapper-pulldown-filter {
background-color: #1a1a1a;
color: #fff;
}
.td-black .td-block-title-wrap .td-wrapper-pulldown-filter i {
color: #fff;
}
.td-black .td-block-title-wrap .td-pulldown-filter-list {
border-color: #222 !important;
}
.td-black .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-link {
color: #aaa;
}
.td-black .td-block-title-wrap .td-wrapper-pulldown-filter .td-pulldown-filter-list {
background-color: rgba(18, 18, 18, 0.97);
border-color: #222;
}
.td-black .td_block_template_2 .td-block-title > *,
.td-black .td_block_template_6 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_5 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_7 .td-block-title {
background-color: transparent;
}
.td-black .td_block_template_7 .td-block-title > * {
color: #fff;
background-color: #222;
}
.td-black .td_block_template_8 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_8 .td-block-title > *:before {
background-color: #333;
}
.td-black .td_block_template_9 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_9 .td-block-title:before {
background-color: #333;
}
.td-black .td_block_template_10 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_10 .td-block-title:before {
background-color: #333;
}
.td-black .td_block_template_11 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_11 .td-block-title:before,
.td-black .td_block_template_11 .td-block-title:after {
background-color: #333;
}
.td-black .td_block_template_12 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_12 .td-pulldown-category {
color: #aaa;
}
.td-black .td_block_template_13 .td-block-title > a,
.td-black .td_block_template_13 .td-block-title > span {
color: #fff;
}
.td-black .td_block_template_13 .td-block-subtitle {
opacity: 0.1;
}
.td-black .td_block_template_13 .td-pulldown-category {
color: #aaa;
}
.td-black .td_block_template_14 .td-block-title {
border-color: #222;
}
.td-black .td_block_template_15 .td-block-title {
background-color: rgba(18, 18, 18, 0.97);
}
.td-black .td_block_template_15 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_15 .td-block-title:after {
border-color: #222;
}
.td-black .td_block_template_16 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_16 .td-block-title:before,
.td-black .td_block_template_16 .td-block-title:after {
background-color: #333;
}
.td-black .td_block_template_17 .td-block-title {
border-color: #333;
background-color: rgba(18, 18, 18, 0.97);
}
.td-black .td_block_template_17 .td-block-title > * {
color: #fff;
}
.td-black .td_block_template_17 .td-block-title:before {
border-color: #333;
background-color: #333;
}
.td-black .td_block_template_17 .td-block-title:after {
border-color: #333 transparent transparent transparent;
}
.td-black .td-footer-wrapper div .td_block_template_17 .td-block-title {
background-color: #111;
}
.td-black.global-block-template-7 .td-related-title a {
color: #fff;
background-color: #1a1a1a;
}
.td-black.global-block-template-7 .td-related-title .td-cur-simple-item {
background-color: #4db2ec;
}
.td-black.global-block-template-14 .td-related-title .td-cur-simple-item {
color: #fff;
}.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: '';
line-height: 0;
}
.clearfix:after {
clear: both;
}
.tdb-header-align {
vertical-align: middle;
}
.tdb_header_logo {
margin-bottom: 0;
clear: none;
}
.tdb_header_logo .tdb-logo-a,
.tdb_header_logo h1 {
display: flex;
pointer-events: auto;
align-items: flex-start;
}
.tdb_header_logo h1 {
margin: 0;
line-height: 0;
}
.tdb_header_logo .tdb-logo-img-wrap img {
display: block;
}
.tdb_header_logo .tdb-logo-svg-wrap + .tdb-logo-img-wrap {
display: none;
}
.tdb_header_logo .tdb-logo-svg-wrap svg {
width: 50px;
display: block;
}
.tdb_header_logo .tdb-logo-text-wrap {
display: flex;
}
.tdb_header_logo .tdb-logo-text-title,
.tdb_header_logo .tdb-logo-text-tagline {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.tdb_header_logo .tdb-logo-text-title {
background-size: cover;
background-position: center center;
font-size: 75px;
font-family: serif;
line-height: 1.1;
color: #222;
white-space: nowrap; }
@media (max-width: 767px) {
.tdb_header_logo .tdb-logo-text-title {
font-size: 36px;
}
}
.tdb_header_logo .tdb-logo-text-tagline {
margin-top: 2px;
font-size: 12px;
font-family: serif;
letter-spacing: 1.8px;
line-height: 1;
color: #777; }
@media (max-width: 767px) {
.tdb_header_logo .tdb-logo-text-tagline {
font-size: 11px;
}
}
.tdb_header_logo .tdb-logo-icon {
position: relative;
font-size: 46px;
}
.tdb_header_menu {
margin-bottom: 0;
z-index: 999;
clear: none;
}
.tdb_header_menu .tdb-menu-items-pulldown {
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
opacity: 1;
}
.tdb_header_menu .tdb-menu-items-pulldown.tdb-menu-items-pulldown-inactive {
white-space: nowrap;
opacity: 0;
}
.tdb_header_menu .tdb-menu-items-pulldown.tdb-menu-items-pulldown-inactive .tdb-menu {
white-space: nowrap;
}
.tdb_header_menu .tdb-menu-items-pulldown.tdb-menu-items-pulldown-inactive .tdb-menu > li {
float: none;
display: inline-block;
}
.tdb_header_menu .tdb-menu-items-dropdown {
position: relative;
display: inline-block;
vertical-align: middle;
font-family: 'Open Sans', arial, sans-serif;
}
.tdb_header_menu .tdb-menu-items-dropdown:hover .td-pulldown-filter-list {
display: block;
}
.tdb_header_menu .tdb-menu-items-dropdown:hover .td-subcat-more:after {
width: 100%;
}
.tdb_header_menu .tdb-menu-items-dropdown .tdb-menu-sep {
position: relative;
vertical-align: middle;
font-size: 14px;
}
.tdb_header_menu .tdb-menu-items-empty + .tdb-menu-items-dropdown .tdb-menu-sep {
display: none;
}
.tdb_header_menu .td-subcat-more {
position: relative;
display: inline-block;
padding: 0 14px;
font-size: 14px;
line-height: 48px;
vertical-align: middle;
-webkit-backface-visibility: hidden;
color: #000;
cursor: pointer;
}
.tdb_header_menu .td-subcat-more > .tdb-menu-item-text {
font-weight: 700;
text-transform: uppercase;
font-family: 'Open Sans', arial, sans-serif;
}
.tdb_header_menu .td-subcat-more:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 3px;
background-color: #4db2ec;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}
.tdb_header_menu .td-subcat-more > .tdb-menu-item-text {
float: left;
}
.tdb_header_menu .td-subcat-more .tdb-menu-more-subicon {
margin: 0 0 0 7px;
}
.tdb_header_menu .td-pulldown-filter-list {
list-style-type: none;
position: absolute;
top: 100%;
left: -15px;
display: none;
width: 215px !important;
margin: 0;
padding: 15px 0;
background-color: #fff;
text-align: left;
z-index: 99; }
@media (max-width: 1018px) {
.tdb_header_menu .td-pulldown-filter-list {
left: auto;
right: -15px;
}
}
.tdb_header_menu .td-pulldown-filter-list li {
margin: 0;
}
.tdb_header_menu .td-pulldown-filter-list li a {
position: relative;
display: block;
padding: 7px 30px;
font-size: 12px;
line-height: 20px;
color: #111;
}
.tdb_header_menu .td-pulldown-filter-list li a .tdb-sub-menu-icon {
display: none;
}
.tdb_header_menu .td-pulldown-filter-list li:hover a {
color: #4db2ec;
}
.tdb_header_menu .td-pulldown-filter-list li .tdb-menu-sep {
display: none;
}
.tdb_header_menu .td-pulldown-filter-list li .sub-menu {
display: none !important;
}
.tdb_header_menu .tdb-menu {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive,
.tdb_header_menu .tdb-menu .tdb-menu-item-inactive {
pointer-events: none;
}
.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive > ul,
.tdb_header_menu .tdb-menu .tdb-menu-item-inactive > ul {
visibility: hidden;
opacity: 0;
}
.tdb_header_menu .tdb-menu .sub-menu {
font-size: 14px;
}
.tdb_header_menu .tdb-menu .sub-menu > li {
list-style-type: none;
margin: 0;
font-family: 'Open Sans', arial, sans-serif;
}
.tdb_header_menu .tdb-menu > li {
float: left;
list-style-type: none;
margin: 0;
}
.tdb_header_menu .tdb-menu > li > a {
position: relative;
display: inline-block;
padding: 0 14px;
font-weight: 700;
font-size: 14px;
line-height: 48px;
vertical-align: middle;
text-transform: uppercase;
-webkit-backface-visibility: hidden;
color: #000;
font-family: 'Open Sans', arial, sans-serif;
}
.tdb_header_menu .tdb-menu > li > a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 3px;
background-color: #4db2ec;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: width 0.2s ease;
transition: width 0.2s ease;
}
.tdb_header_menu .tdb-menu > li > a > .tdb-menu-item-text {
display: inline-block;
}
.tdb_header_menu .tdb-menu > li > a .tdb-menu-item-text,
.tdb_header_menu .tdb-menu > li > a span {
vertical-align: middle;
float: left;
}
.tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon {
margin: 0 0 0 7px;
}
.tdb_header_menu .tdb-menu > li.current-menu-item > a:after,
.tdb_header_menu .tdb-menu > li.current-menu-ancestor > a:after,
.tdb_header_menu .tdb-menu > li.current-category-ancestor > a:after,
.tdb_header_menu .tdb-menu > li:hover > a:after,
.tdb_header_menu .tdb-menu > li.tdb-hover > a:after {
width: 100%;
}
.tdb_header_menu .tdb-menu > li:hover > ul,
.tdb_header_menu .tdb-menu > li.tdb-hover > ul {
top: auto;
}
.tdb_header_menu .tdb-menu > li.td-normal-menu > ul.sub-menu {
top: auto;
left: 0;
z-index: 99;
}
.tdb_header_menu .tdb-menu > li .tdb-menu-sep {
position: relative;
vertical-align: middle;
font-size: 14px;
}
.tdb_header_menu .tdb-menu > li:last-child .tdb-menu-sep {
display: none;
}
.tdb_header_menu .tdb-menu-item-text {
word-wrap: break-word;
}
.tdb_header_menu .tdb-menu-item-text,
.tdb_header_menu .tdb-sub-menu-icon,
.tdb_header_menu .tdb-menu-more-subicon {
vertical-align: middle;
}
.tdb_header_menu .tdb-sub-menu-icon,
.tdb_header_menu .tdb-menu-more-subicon {
position: relative;
top: 0;
padding-left: 0;
}
.tdb_header_menu .tdb-menu .sub-menu {
position: absolute;
top: -999em;
background-color: #fff;
z-index: 99;
}
.tdb_header_menu .tdb-normal-menu {
position: relative;
}
.tdb_header_menu .tdb-normal-menu ul {
left: 0;
padding: 15px 0;
text-align: left;
}
.tdb_header_menu .tdb-normal-menu ul ul {
margin-top: -15px;
}
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item {
position: relative;
list-style-type: none;
}
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a {
position: relative;
display: block;
padding: 7px 30px;
font-size: 12px;
line-height: 20px;
color: #111;
}
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item > a .tdb-sub-menu-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
right: 0;
padding-right: inherit;
font-size: 7px;
line-height: 20px;
}
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > ul,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > ul {
top: 0;
}
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-item > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-menu-ancestor > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.current-category-ancestor > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > a,
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover > a {
color: #4db2ec;
}
.tdb_header_menu .tdb-normal-menu > ul {
left: -15px;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul,
.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list {
width: 100% !important;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul li,
.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list li {
display: inline-block;
width: auto !important;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu,
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item {
position: static;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul ul {
margin-top: 0 !important;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu > ul {
left: 0 !important;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item > a .tdb-sub-menu-icon {
float: none;
line-height: 1;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item:hover > ul,
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .tdb-menu-item.tdb-hover > ul {
top: 100%;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-menu-items-dropdown {
position: static;
}
.tdb_header_menu.tdb-menu-sub-inline .td-pulldown-filter-list {
left: 0 !important;
}
.tdb-menu .tdb-mega-menu .sub-menu {
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
width: 1114px !important;
}
.tdb-menu .tdb-mega-menu .sub-menu,
.tdb-menu .tdb-mega-menu .sub-menu > li {
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.tdb-menu .tdb-mega-menu .sub-menu > li {
top: 0;
width: 100%;
max-width: 1114px !important;
height: auto;
background-color: #fff;
border: 1px solid #eaeaea;
overflow: hidden; }
@media (max-width: 1140px) {
.tdb-menu .tdb-mega-menu .sub-menu > li {
width: 100% !important;
}
}
.tdb_header_mega_menu {
display: flex;
overflow: visible;
}
.tdb_header_mega_menu .block-mega-child-cats {
position: relative;
padding: 22px 0;
width: 200px;
max-height: none;
vertical-align: top;
text-align: left;
overflow: visible;
}
.tdb_header_mega_menu .block-mega-child-cats:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100vw;
height: 100%;
background-color: #fafafa;
z-index: -1;
}
.tdb_header_mega_menu .block-mega-child-cats:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-width: 0 1px 0 0;
border-style: solid;
border-color: #eaeaea;
}
.tdb_header_mega_menu .block-mega-child-cats a {
display: block;
font-size: 13px;
font-weight: 600;
color: #333;
padding: 5px 22px;
position: relative;
vertical-align: middle;
border-width: 1px 0;
border-style: solid;
border-color: transparent;
z-index: 99;
}
.tdb_header_mega_menu .block-mega-child-cats .cur-sub-cat {
background-color: #fff;
color: #4db2ec;
border-color: #eaeaea;
z-index: 99;
}
.tdb_header_mega_menu .td-next-prev-wrap {
text-align: left;
}
.tdb_header_mega_menu .td-next-prev-wrap a {
width: auto;
height: auto;
min-width: 25px;
min-height: 25px;
}
.tdb-mm-align-screen .tdb-menu .tdb-mega-menu .sub-menu {
transform: translateX(0);
-webkit-transform: translateX(0);
}
.tdb-mm-align-parent .tdb-menu .tdb-mega-menu {
position: relative;
}
.td-js-loaded .tdb_header_mega_menu .td-audio-player {
visibility: inherit;
}
.tdb-mega-modules-wrap {
flex: 1;
padding: 22px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.tdb-mega-modules-wrap .td_block_inner {
*zoom: 1;
}
.tdb-mega-modules-wrap .td_block_inner:before,
.tdb-mega-modules-wrap .td_block_inner:after {
display: table;
content: '';
line-height: 0;
}
.tdb-mega-modules-wrap .td_block_inner:after {
clear: both;
}
.tdb_module_header {
width: 100%;
padding-bottom: 0;
}
.tdb_module_header .td-module-container {
display: flex;
flex-direction: column;
position: relative;
}
.tdb_module_header .td-module-container:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}
.tdb_module_header .td-image-wrap {
display: block;
position: relative;
padding-bottom: 70%;
}
.tdb_module_header .td-image-container {
position: relative;
width: 100%;
height: 100%;
flex: 1;
flex-grow: initial;
}
.tdb_module_header .td-module-thumb {
margin-bottom: 0;
}
.tdb_module_header .td-module-meta-info {
width: 100%;
margin-bottom: 0;
padding: 7px 0 0 0;
z-index: 1;
border: 0 solid #eaeaea;
min-height: 0;
}
.tdb_module_header .entry-title {
margin: 0;
font-size: 13px;
font-weight: 500;
line-height: 18px;
}
.tdb_module_header .td-post-author-name,
.tdb_module_header .td-post-date,
.tdb_module_header .td-module-comments {
vertical-align: text-top;
}
.tdb_module_header .td-post-author-name,
.tdb_module_header .td-post-date {
top: 3px;
}
.tdb_module_header .td-thumb-css {
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
}
.tdb_module_header .td-category-pos-image .td-post-category,
.tdb_module_header .td-post-vid-time {
position: absolute;
z-index: 2;
bottom: 0;
}
.tdb_module_header .td-category-pos-image .td-post-category {
left: 0;
}
.tdb_module_header .td-post-vid-time {
right: 0;
background-color: #000;
padding: 3px 6px 4px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 10px;
font-weight: 600;
line-height: 1;
color: #fff;
}
.tdb_module_header .td-excerpt {
margin: 20px 0 0;
line-height: 21px;
}
.tdb_module_header .td-read-more {
margin: 20px 0 0;
}
.tdb_module_mm .td-author-photo {
display: inline-block;
}
.tdb_module_mm .td-author-photo,
.tdb_module_mm .td-author-photo img {
vertical-align: middle;
}
.tdb_module_mm .td-module-meta-info {
text-align: left;
}
.tdb_module_search .tdb-author-photo {
display: inline-block;
}
.tdb_module_search .tdb-author-photo,
.tdb_module_search .tdb-author-photo img {
vertical-align: middle;
}
.tdb_module_search .td-post-author-name {
white-space: normal;
}
.tds_menu_active2 .tdb-menu > li > a:after,
.tds_menu_active3 .tdb-menu > li > a:after {
opacity: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.tds_menu_active2 .tdb-menu > li.current-menu-item > a:after,
.tds_menu_active3 .tdb-menu > li.current-menu-item > a:after,
.tds_menu_active2 .tdb-menu > li.current-menu-ancestor > a:after,
.tds_menu_active3 .tdb-menu > li.current-menu-ancestor > a:after,
.tds_menu_active2 .tdb-menu > li.current-category-ancestor > a:after,
.tds_menu_active3 .tdb-menu > li.current-category-ancestor > a:after,
.tds_menu_active2 .tdb-menu > li:hover > a:after,
.tds_menu_active3 .tdb-menu > li:hover > a:after,
.tds_menu_active2 .tdb-menu > li.tdb-hover > a:after,
.tds_menu_active3 .tdb-menu > li.tdb-hover > a:after {
opacity: 1;
}
.tds_menu_active2 .tdb-menu-items-dropdown .td-subcat-more:after,
.tds_menu_active3 .tdb-menu-items-dropdown .td-subcat-more:after {
opacity: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.tds_menu_active2 .tdb-menu-items-dropdown:hover .td-subcat-more:after,
.tds_menu_active3 .tdb-menu-items-dropdown:hover .td-subcat-more:after {
opacity: 1;
}
.tds_menu_active2 .tdb-menu > li > a:after {
background-color: transparent;
height: 100%;
width: 100%;
border: 3px solid #4db2ec;
}
.tds_menu_active2 .tdb-menu-items-dropdown .td-subcat-more:after {
background-color: transparent;
height: 100%;
width: 100%;
border: 3px solid #4db2ec;
}
.tds_menu_active3 .tdb-menu > li > a:after {
height: 100%;
z-index: -1;
}
.tds_menu_active3 .tdb-menu-items-dropdown .td-subcat-more:after {
height: 100%;
z-index: -1;
}
.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu > a .tdb-menu-item-text,
.tds_menu_sub_active2 .td-pulldown-filter-list li > a .tdb-menu-item-text {
position: relative;
}
.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .td-pulldown-filter-list li > a .tdb-menu-item-text:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: #4db2ec;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.current-menu-item > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .td-pulldown-filter-list li.current-menu-item > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.current-menu-ancestor > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .td-pulldown-filter-list li.current-menu-ancestor > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.current-category-ancestor > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .td-pulldown-filter-list li.current-category-ancestor > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu:hover > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .td-pulldown-filter-list li:hover > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .tdb-menu ul .tdb-normal-menu.tdb-hover > a .tdb-menu-item-text:after,
.tds_menu_sub_active2 .td-pulldown-filter-list li.tdb-hover > a .tdb-menu-item-text:after {
opacity: 1;
}
.tdb_header_categories {
margin-bottom: 0;
z-index: 1000;
clear: none;
}
.tdb_header_categories .tdb-block-inner {
display: inline-block;
}
.tdb_header_categories .tdb-block-inner:hover .tdb-head-cat-list {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
.tdb_header_categories .tdb-head-cat-toggle {
cursor: pointer;
text-align: center;
}
.tdb_header_categories .tdb-head-cat-list {
visibility: hidden;
opacity: 0;
position: absolute;
top: auto;
left: 0;
width: 210px;
padding: 15px 30px;
background-color: #fff;
transform: translate3d(0, 20px, 0);
-webkit-transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 10;
}
.tdb_header_categories .tdb-head-cat-list-inner {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.tdb_header_categories .tdb-head-cat-item {
padding: 0 10px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
line-height: 20px;
}
.tdb_header_categories .tdb-head-cat-item a {
position: relative;
padding: 10px 0;
display: block;
background-size: cover;
background-position: center center;
color: #111;
transform: translateZ(0);
-webkit-transform: translateZ(0);
overflow: hidden;
pointer-events: auto;
}
.tdb_header_categories .tdb-head-cat-item a:hover {
color: #4db2ec;
}
.tdb_header_categories .tdb-head-cat-item a:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.tdb_header_categories .tdb-head-cat-item a .tdb-head-cat-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.tdb_header_categories .tdb-head-cat-item a .tdb-head-cat-txt {
z-index: 1;
}
.tdb_mobile_horiz_menu {
margin-bottom: 0;
clear: none;
}
.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline {
width: 100%;
}
.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu {
display: block;
width: 100%;
overflow-x: auto;
overflow-y: hidden;
font-size: 0;
white-space: nowrap;
}
.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu > li {
position: static;
display: inline-block;
float: none;
}
.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline .tdb-horiz-menu ul {
left: 0;
width: 100%;
z-index: -1;
}
.tdb-horiz-menu {
display: table;
margin: 0;
}
.tdb-horiz-menu,
.tdb-horiz-menu ul {
list-style-type: none;
}
.tdb-horiz-menu ul,
.tdb-horiz-menu li {
line-height: 1;
}
.tdb-horiz-menu li {
margin: 0;
font-family: 'Open Sans', arial, sans-serif;
}
.tdb-horiz-menu li.current-menu-item > a,
.tdb-horiz-menu li.current-menu-ancestor > a,
.tdb-horiz-menu li.current-category-ancestor > a,
.tdb-horiz-menu li:hover > a,
.tdb-horiz-menu li.tdb-hover > a {
color: #4db2ec;
}
.tdb-horiz-menu > li {
position: relative;
float: left;
font-size: 0;
}
.tdb-horiz-menu > li:hover ul {
visibility: visible;
opacity: 1;
}
.tdb-horiz-menu > li > a {
display: inline-block;
padding: 0 9px;
font-weight: 700;
font-size: 13px;
line-height: 41px;
vertical-align: middle;
-webkit-backface-visibility: hidden;
color: #000;
}
.tdb-horiz-menu > li > a > .tdb-menu-item-text {
display: inline-block;
}
.tdb-horiz-menu > li > a .tdb-sub-menu-icon {
margin: 0 0 0 6px;
}
.tdb-horiz-menu > li .tdb-menu-sep {
position: relative;
}
.tdb-horiz-menu > li:last-child .tdb-menu-sep {
display: none;
}
.tdb-horiz-menu .tdb-sub-menu-icon {
vertical-align: middle;
}
.tdb-horiz-menu .tdb-sub-menu-icon {
position: relative;
top: 0;
padding-left: 0;
}
.tdb-horiz-menu .tdb-menu-sep {
vertical-align: middle;
font-size: 12px;
}
.tdb-horiz-menu ul {
position: absolute;
top: auto;
left: -7px;
padding: 8px 0;
background-color: #fff;
visibility: hidden;
opacity: 0;
}
.tdb-horiz-menu ul li > a {
white-space: nowrap;
display: block;
padding: 5px 18px;
font-size: 11px;
line-height: 18px;
color: #111;
}
.tdb-horiz-menu ul li > a .tdb-sub-menu-icon {
float: right;
font-size: 7px;
line-height: 20px;
}
.tdb_header_search {
margin-bottom: 0;
z-index: 998;
clear: none;
}
.tdb_header_search .tdb-block-inner {
position: relative;
display: inline-block;
width: 100%;
}
.tdb_header_search .tdb-head-search-btn {
display: flex;
align-items: center;
position: relative;
text-align: center;
color: #4db2ec;
}
.tdb_header_search .tdb-head-search-btn:after {
visibility: hidden;
opacity: 0;
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 6.5px 7px 6.5px;
transform: translate3d(0, 20px, 0);
-webkit-transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border-color: transparent transparent #4db2ec transparent;
}
.tdb_header_search .tdb-drop-down-search-open + .tdb-head-search-btn:after {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
.tdb_header_search .tdb-search-icon,
.tdb_header_search .tdb-search-txt {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tdb_header_search .tdb-search-txt {
position: relative;
line-height: 1;
}
.tdb_header_search .tdb-drop-down-search {
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
transform: translate3d(0, 20px, 0);
-webkit-transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
pointer-events: none;
z-index: 10;
}
.tdb_header_search .tdb-drop-down-search-open {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
.tdb_header_search .tdb-drop-down-search-inner {
position: relative;
max-width: 300px;
pointer-events: all;
}
.tdb_header_search .tdb-search-form {
position: relative;
padding: 20px;
border-width: 3px 0 0;
border-style: solid;
border-color: #4db2ec;
pointer-events: auto;
}
.tdb_header_search .tdb-search-form:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
}
.tdb_header_search .tdb-search-form-inner {
position: relative;
display: flex;
background-color: #fff;
}
.tdb_header_search .tdb-search-form-inner:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #e1e1e1;
pointer-events: none;
}
.tdb_header_search .tdb-head-search-placeholder {
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 3px 9px;
font-size: 12px;
line-height: 21px;
color: #999;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
pointer-events: none;
}
.tdb_header_search .tdb-head-search-form-input:focus + .tdb-head-search-placeholder {
opacity: 0;
}
.tdb_header_search .tdb-head-search-form-btn,
.tdb_header_search .tdb-head-search-form-input {
height: auto;
min-height: 32px;
}
.tdb_header_search .tdb-head-search-form-input {
color: #444;
flex: 1;
background-color: transparent;
border: 0;
}
.tdb_header_search .tdb-head-search-form-input.tdb-head-search-nofocus {
color: transparent;
text-shadow: 0 0 0 #444;
}
.tdb_header_search .tdb-head-search-form-btn {
margin-bottom: 0;
padding: 0 15px;
background-color: #222222;
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 500;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}
.tdb_header_search .tdb-head-search-form-btn:hover {
background-color: #4db2ec;
}
.tdb_header_search .tdb-head-search-form-btn i,
.tdb_header_search .tdb-head-search-form-btn span {
display: inline-block;
vertical-align: middle;
}
.tdb_header_search .tdb-head-search-form-btn i {
position: relative;
font-size: 12px;
}
.tdb_header_search .tdb-aj-search-results {
padding: 20px;
background-color: rgba(144, 144, 144, 0.02);
border-width: 1px 0;
border-style: solid;
border-color: #ededed;
background-color: #fff;
}
.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.tdb_header_search .tdb-aj-search-results .td_module_wrap:last-child .td-module-container:before {
display: none;
}
.tdb_header_search .tdb-aj-search-inner {
display: flex;
flex-wrap: wrap;
*zoom: 1;
}
.tdb_header_search .tdb-aj-search-inner:before,
.tdb_header_search .tdb-aj-search-inner:after {
display: table;
content: '';
line-height: 0;
}
.tdb_header_search .tdb-aj-search-inner:after {
clear: both;
}
.tdb_header_search .result-msg {
padding: 4px 0 6px 0;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-style: italic;
background-color: #fff;
}
.tdb_header_search .result-msg a {
color: #222;
}
.tdb_header_search .result-msg a:hover {
color: #4db2ec;
}
.tdb_header_search .td-module-meta-info,
.tdb_header_search .td-next-prev-wrap {
text-align: left;
}
.tdb_header_search .td_module_wrap:hover .entry-title a {
color: #4db2ec;
}
.tdb_header_search .tdb-aj-cur-element .entry-title a {
color: #4db2ec;
}
.tdc-dragged .tdb-block-menu ul,
.tdc-dragged .tdb-head-search-btn:after,
.tdc-dragged .tdb-drop-down-search,
.tdc-dragged .tdb-head-cat-list {
visibility: hidden !important;
opacity: 0 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tdb_header_user {
margin-bottom: 0;
clear: none;
}
.tdb_header_user .tdb-block-inner {
display: flex;
align-items: center;
}
.tdb_header_user .tdb-head-usr-item {
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
line-height: 1;
color: #000;
}
.tdb_header_user .tdb-head-usr-item:hover {
color: #4db2ec;
}
.tdb_header_user .tdb-head-usr-avatar {
position: relative;
width: 20px;
height: 0;
padding-bottom: 20px;
margin-right: 6px;
background-size: cover;
background-position: center center;
}
.tdb_header_user .tdb-head-usr-name {
margin-right: 16px;
font-weight: 700;
}
.tdb_header_user .tdb-head-usr-log {
display: flex;
align-items: center;
}
.tdb_header_user .tdb-head-usr-log i {
position: relative;
font-size: 10px;
}
.tdb_header_date {
margin-bottom: 0;
clear: none;
}
.tdb_header_date .tdb-block-inner {
display: flex;
align-items: baseline;
}
.tdb_header_date .tdb-head-date-txt {
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
line-height: 1;
color: #000;
}
.tdb_header_weather {
margin-bottom: 0;
clear: none;
}
.tdb_header_weather .tdb-block-inner {
display: flex;
align-items: baseline;
}
.tdb_header_weather .td-icons {
align-self: center;
position: relative;
background: none;
margin-right: 2px;
font-size: 18px;
}
.tdb_header_weather .td-icons:before {
display: block;
}
.tdb_header_weather .tdb-weather-deg-wrap {
user-select: none;
margin-right: 6px;
}
.tdb_header_weather .tdb-weather-deg {
font-size: 11px;
font-weight: 600;
}
.tdb_header_weather .tdb-weather-unit {
position: relative;
top: -6px;
left: 1px;
font-size: 8px;
font-weight: 300;
}
.tdb_header_weather .tdb-weather-city {
font-size: 11px;
font-weight: 500;
}
.tdb_mobile_menu,
.tdb_mobile_search {
margin-bottom: 0;
clear: none;
}
.tdb_mobile_menu a,
.tdb_mobile_search a {
display: inline-block !important;
position: relative;
text-align: center;
color: #4db2ec;
}
#tdc-live-iframe .tdb_mobile_menu a,
#tdc-live-iframe .tdb_mobile_search a {
pointer-events: none;
}
.tdc-footer-template .td-main-content-wrap {
padding-bottom: 0;
}
.tdb-dummy-data {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%);
padding: 8px 40px 9px;
background: rgba(0, 0, 0, 0.35);
color: #fff;
z-index: 100;
opacity: 0;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.tdc-element:hover .tdb-dummy-data {
opacity: 1;
}  .tdb-post-meta {
margin-bottom: 16px;
color: #444;
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
font-weight: 400;
clear: none;
vertical-align: middle;
line-height: 1;
}
.tdb-post-meta span,
.tdb-post-meta i,
.tdb-post-meta time {
vertical-align: middle;
}
.tdb_single_author,
.tdb_single_date,
.tdb_single_post_views {
line-height: 30px;
}
.tdb_single_author a,
.tdb_single_date a,
.tdb_single_post_views a {
vertical-align: middle;
}
.tdb_single_author .tdb-block-inner {
display: flex;
align-items: center;
}
.tdb_single_author .tdb-author-name-wrap {
display: flex;
}
.tdb_single_author .tdb-author-name {
font-weight: 700;
margin-right: 3px;
}
.tdb_single_author .tdb-author-by {
margin-right: 3px;
}
.tdb_single_author .tdb-author-photo img {
display: block;
}
.tdb_single_date time {
vertical-align: middle;
}  .tdb_single_categories {
margin: 0 0 10px 0;
line-height: 1;
font-family: 'Open Sans', arial, sans-serif;
}
.tdb_single_categories a {
pointer-events: auto;
font-size: 10px;
display: inline-block;
margin: 0 5px 5px 0;
line-height: 1;
color: #fff;
padding: 3px 6px 4px 6px;
white-space: nowrap;
position: relative;
vertical-align: middle;
}
.tdb_single_categories a:hover .tdb-cat-bg {
opacity: 0.9;
}
.tdb_single_categories a:hover .tdb-cat-bg:before {
opacity: 1;
}
.tdb-category i:last-of-type {
display: none;
}
.tdb-cat-text {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.tdb-cat-sep {
font-size: 14px;
vertical-align: middle;
position: relative;
}
.tdb-cat-bg {
position: absolute;
background-color: #222;
border: 1px solid #222;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.tdb-cat-bg:before {
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.tdb-cat-style2 .tdb-cat-bg {
background-color: rgba(34, 34, 34, 0.85);
}  .tdb_single_content {
margin-bottom: 0;
*zoom: 1; }
.tdb_single_content:before,
.tdb_single_content:after {
display: table;
content: '';
line-height: 0;
}
.tdb_single_content:after {
clear: both;
}
.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.td-a-ad) {
margin-left: auto;
margin-right: auto;
}
.tdb_single_content a {
pointer-events: auto;
}
.tdb_single_content .td-spot-id-top_ad .tdc-placeholder-title:before {
content: 'Article Top Ad' !important;
}
.tdb_single_content .td-spot-id-inline_ad0 .tdc-placeholder-title:before {
content: 'Article Inline Ad 1' !important;
}
.tdb_single_content .td-spot-id-inline_ad1 .tdc-placeholder-title:before {
content: 'Article Inline Ad 2' !important;
}
.tdb_single_content .td-spot-id-inline_ad2 .tdc-placeholder-title:before {
content: 'Article Inline Ad 3' !important;
}
.tdb_single_content .td-spot-id-bottom_ad .tdc-placeholder-title:before {
content: 'Article Bottom Ad' !important;
}
.tdb_single_content .id_top_ad,
.tdb_single_content .id_bottom_ad {
clear: both;
margin-bottom: 21px;
text-align: center;
}
.tdb_single_content .id_top_ad img,
.tdb_single_content .id_bottom_ad img {
margin-bottom: 0;
}
.tdb_single_content .id_top_ad .adsbygoogle,
.tdb_single_content .id_bottom_ad .adsbygoogle {
position: relative;
}
.tdb_single_content .id_ad_content-horiz-left,
.tdb_single_content .id_ad_content-horiz-right,
.tdb_single_content .id_ad_content-horiz-center {
margin-bottom: 15px; }
@media (max-width: 767px) {
.tdb_single_content .id_ad_content-horiz-left,
.tdb_single_content .id_ad_content-horiz-right,
.tdb_single_content .id_ad_content-horiz-center {
margin: 0 auto 26px auto;
}
}
.tdb_single_content .id_ad_content-horiz-left img,
.tdb_single_content .id_ad_content-horiz-right img,
.tdb_single_content .id_ad_content-horiz-center img {
margin-bottom: 0;
}
.tdb_single_content .id_ad_content-horiz-center {
text-align: center;
}
.tdb_single_content .id_ad_content-horiz-center img {
margin-right: auto;
margin-left: auto;
}
.tdb_single_content .id_ad_content-horiz-left {
float: left;
margin-top: 9px;
margin-right: 21px; }
@media (max-width: 767px) {
.tdb_single_content .id_ad_content-horiz-left {
margin-right: 0;
}
}
.tdb_single_content .id_ad_content-horiz-right {
float: right;
margin-top: 6px;
margin-left: 21px; }
@media (max-width: 767px) {
.tdb_single_content .id_ad_content-horiz-right {
margin-left: 0;
}
}
@media (max-width: 767px) {
.tdb_single_content .td-a-ad {
float: none;
text-align: center;
}
.tdb_single_content .td-a-ad img {
margin-right: auto;
margin-left: auto;
}
}
.tdb_single_content .tdc-a-ad { }
@media (max-width: 767px) {
.tdb_single_content .tdc-a-ad {
float: none;
}
}
.tdb_single_content .tdc-a-ad .tdc-placeholder-title {
width: 300px;
height: 250px;
}  .tdb-single-title {
margin-bottom: 7px;
}
.tdb-single-title .tdb-title-text {
font-size: 41px;
line-height: 50px;
font-weight: 400;
}  .tdb_single_subtitle {
margin-bottom: 14px;
}
.tdb_single_subtitle p {
font-family: 'Open Sans', arial, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: 24px;
margin-bottom: 0;
color: #999;
}
.tdb_single_subtitle.tdb-content-horiz-center {
text-align: center;
}
.tdb_single_subtitle.tdb-content-horiz-right {
text-align: right;
}  .tdb_single_featured_image,
.tdb_single_bg_featured_image {
margin-bottom: 26px;
}
.tdb_single_featured_image.tdb-sfi-stretch {
opacity: 0;
}
.tdb_single_featured_image.tdb-sfi-stretch,
.tdb_single_featured_image .tdb-block-inner {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tdb_single_featured_image img {
display: block;
width: 100%;
}
.tdb_single_featured_image video {
max-width: 100%;
}
.tdb_single_featured_image .tdb-caption-text {
z-index: 1;
text-align: left;
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 17px;
color: #444;
}
.tdb_single_featured_image.tdb-content-horiz-center .tdb-caption-text {
text-align: center;
}
.tdb_single_featured_image.tdb-content-horiz-right .tdb-caption-text {
text-align: right;
}
.tdb_single_bg_featured_image {
overflow: hidden;
}
.tdb-featured-image-bg,
.tdb-no-featured-img {
background-color: #f1f1f1;
}
.tdb-featured-image-bg {
background-position: center center;
}
.tdb-no-featured-img {
width: 100%;
height: 500px;
}
.tdb-no-featured-audio {
height: 59px;
}  .tdb_single_source,
.tdb_single_via,
.tdb_single_tags {
margin-bottom: 2px;
font-family: 'Open Sans', arial, sans-serif;
font-weight: 600;
}
.tdb_single_source span,
.tdb_single_via span,
.tdb_single_tags span,
.tdb_single_source a,
.tdb_single_via a,
.tdb_single_tags a {
font-size: 11px;
}
.tdb_single_source span,
.tdb_single_via span,
.tdb_single_tags span {
text-transform: uppercase;
}
.tdb_single_source a:hover,
.tdb_single_via a:hover,
.tdb_single_tags a:hover {
background-color: #4db2ec;
border-color: #4db2ec;
color: #fff;
}
.tdb_single_tags ul {
display: inline-block;
margin: 0;
list-style-type: none;
font-size: 0;
}
.tdb_single_tags li {
display: inline-block;
margin-left: 0;
}  .tdb-author-box .tdb-author-photo,
.tdb-author-box .tdb-author-info {
display: table-cell;
vertical-align: top;
}
.tdb-author-box .tdb-author-photo img {
display: block;
}
.tdb-author-box .tdb-author-counters span {
display: inline-block;
background-color: #222;
margin: 0 10px 0 0;
padding: 5px 10px 4px;
font-family: 'Roboto', sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1;
color: #fff;
}
.tdb-author-box .tdb-author-name,
.tdb-author-box .tdb-author-url {
display: block;
}
.tdb-author-box .tdb-author-name {
margin: 7px 0 8px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 15px;
line-height: 21px;
font-weight: 700;
color: #222;
}
.tdb-author-box .tdb-author-name:hover {
color: #4db2ec;
}
.tdb-author-box .tdb-author-url {
margin-bottom: 6px;
font-size: 11px;
font-style: italic;
line-height: 21px;
color: #444;
}
.tdb-author-box .tdb-author-url:hover {
color: #4db2ec;
}
.tdb-author-box .tdb-author-descr {
font-size: 12px;
}
.tdb-author-box .tdb-author-social {
margin-top: 4px;
}
.tdb-author-box .tdb-social-item {
position: relative;
display: inline-block;
-webkit-transition: all 0.2s;
transition: all 0.2s;
text-align: center;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.tdb-author-box .tdb-social-item:last-child {
margin-right: 0 !important;
}
.tdb-author-box .tdb-social-item i {
color: #000;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.tdb-author-box .tdb-social-item:hover i {
color: #000;
}  .tdb_single_comments_count {
line-height: 30px;
}  .tdb_single_comments .comments {
margin-bottom: 0;
}
.tdb_single_comments input[type=text] {
min-height: 34px;
height: auto;
}
.tdb_single_comments .form-submit {
margin-bottom: 0;
}
.tdb_single_comments .comment-respond:last-child {
margin-bottom: 0;
} @media (min-width: 767px) {
.tdb-comm-layout2 form,
.tdb-comm-layout4 form {
margin: 0 -10px;
}
.tdb-comm-layout2 .logged-in-as,
.tdb-comm-layout4 .logged-in-as,
.tdb-comm-layout2 .comment-form-input-wrap,
.tdb-comm-layout4 .comment-form-input-wrap,
.tdb-comm-layout2 .form-submit,
.tdb-comm-layout4 .form-submit,
.tdb-comm-layout2 .comment-respond p,
.tdb-comm-layout4 .comment-respond p {
padding: 0 10px;
}
.tdb-comm-layout2 .td-form-author,
.tdb-comm-layout4 .td-form-author,
.tdb-comm-layout2 .td-form-email,
.tdb-comm-layout4 .td-form-email {
float: left;
width: 33.3333%;
}
.tdb-comm-layout2 .td-form-url {
width: 33.3333%;
}
.tdb-comm-layout2 .td-form-url {
float: left;
}
.tdb-comm-layout4 .td-form-author,
.tdb-comm-layout4 .td-form-email {
width: 50%;
}
}
.tdb-comm-layout3,
.tdb-comm-layout5 { }
.tdb-comm-layout3 form,
.tdb-comm-layout5 form {
display: flex;
flex-wrap: wrap;
}
.tdb-comm-layout3 .td-form-comment,
.tdb-comm-layout5 .td-form-comment,
.tdb-comm-layout3 .form-submit,
.tdb-comm-layout5 .form-submit {
flex: 0 0 100%;
order: 1;
}
@media (min-width: 767px) {
.tdb-comm-layout3 .td-form-author,
.tdb-comm-layout5 .td-form-author {
margin-right: 2%;
}
}
.tdb-comm-layout3 { }
.tdb-comm-layout3 .td-form-author,
.tdb-comm-layout3 .td-form-email,
.tdb-comm-layout3 .td-form-url {
flex: 0 0 32%; }
@media (max-width: 767px) {
.tdb-comm-layout3 .td-form-author,
.tdb-comm-layout3 .td-form-email,
.tdb-comm-layout3 .td-form-url {
flex: 0 0 100%;
}
}
@media (min-width: 767px) {
.tdb-comm-layout3 .td-form-email {
margin-right: 2%;
}
}
.tdb-comm-layout5 .td-form-author,
.tdb-comm-layout5 .td-form-email {
flex: 0 0 49%; }
@media (max-width: 767px) {
.tdb-comm-layout5 .td-form-author,
.tdb-comm-layout5 .td-form-email {
flex: 0 0 100%;
}
}
.tdb-comm-layout5 .td-form-url {
flex: 0 0 100%;
}  .tdb_single_next_prev {
*zoom: 1;
}
.tdb_single_next_prev:before,
.tdb_single_next_prev:after {
display: table;
content: '';
line-height: 0;
}
.tdb_single_next_prev:after {
clear: both;
}
.tdb-next-post {
font-family: 'Roboto', sans-serif;
width: 48%;
float: left;
transform: translateZ(0);
-webkit-transform: translateZ(0);
min-height: 1px;
line-height: 1;
}
.tdb-next-post span {
display: block;
font-size: 12px;
color: #c1c1c1;
margin-bottom: 7px;
}
.tdb-next-post a {
font-size: 15px;
color: #222;
line-height: 21px;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.tdb-post-next {
margin-left: 2%;
text-align: right;
}
.tdb-post-prev {
margin-right: 2%;
}  .tdb_single_post_share {
margin-bottom: 23px;
}
.tdb-share-classic {
position: relative;
height: 20px;
margin-bottom: 15px;
}  .tdb-single-related-posts {
display: inline-block;
width: 100%;
padding-bottom: 0;
overflow: visible;
}
.tdb-single-related-posts .tdb-block-inner:after,
.tdb-single-related-posts .tdb-block-inner .td_module_wrap:after {
content: '';
display: table;
clear: both;
}
.tdb-single-related-posts .td-module-container {
display: flex;
flex-direction: column;
position: relative;
}
.tdb-single-related-posts .td-module-container:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}
.tdb-single-related-posts .td-image-wrap {
display: block;
position: relative;
padding-bottom: 70%;
}
.tdb-single-related-posts .td-image-container {
position: relative;
flex: 0 0 100%;
width: 100%;
height: 100%;
}
.tdb-single-related-posts .td-module-thumb {
margin-bottom: 0;
}
.tdb-single-related-posts .td-module-meta-info {
padding: 7px 0 0 0;
margin-bottom: 0;
z-index: 1;
border: 0 solid #eaeaea;
}
.tdb-single-related-posts .tdb-author-photo {
display: inline-block;
}
.tdb-single-related-posts .tdb-author-photo,
.tdb-single-related-posts .tdb-author-photo img {
vertical-align: middle;
}
.tdb-single-related-posts .td-post-author-name,
.tdb-single-related-posts .td-post-date,
.tdb-single-related-posts .td-module-comments {
vertical-align: text-top;
}
.tdb-single-related-posts .entry-review-stars {
margin-left: 6px;
vertical-align: text-bottom;
}
.tdb-single-related-posts .td-author-photo {
display: inline-block;
vertical-align: middle;
}
.tdb-single-related-posts .td-thumb-css {
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
}
.tdb-single-related-posts .td-category-pos-image .td-post-category,
.tdb-single-related-posts .td-post-vid-time {
position: absolute;
z-index: 2;
bottom: 0;
}
.tdb-single-related-posts .td-category-pos-image .td-post-category {
left: 0;
}
.tdb-single-related-posts .td-post-vid-time {
right: 0;
background-color: #000;
padding: 3px 6px 4px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 10px;
font-weight: 600;
line-height: 1;
color: #fff;
}
.tdb-single-related-posts .td-module-title {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 13px;
line-height: 20px;
margin: 0; }
@media (max-width: 767px) {
.tdb-single-related-posts .td-module-title {
font-size: 17px;
line-height: 23px;
}
}
.tdb-single-related-posts .td-excerpt {
margin: 20px 0 0;
line-height: 21px;
}
.tdb-single-related-posts .td-read-more,
.tdb-single-related-posts .td-next-prev-wrap {
margin: 20px 0 0;
}
.tdb-single-related-posts div.tdb-block-inner:after {
content: '' !important;
padding: 0;
border: none;
}
.tdb-single-related-posts .td-next-prev-wrap a {
width: auto;
height: auto;
min-width: 25px;
min-height: 25px;
}
.single-tdb_templates .tdb-single-related-posts .td-next-prev-wrap a:active {
pointer-events: none;
}  .tdc-elements .td-post-sm .tdb-item {
position: relative;
}
.tdc-elements .td-post-sm .td-spot-id-sm_ad .tdc-placeholder-title:before {
content: 'Smart List Ad' !important;
}
.tdb_single_smartlist {
margin-bottom: 0;
}
.tdb_single_smartlist .td-a-ad {
clear: both;
text-align: center;
}
.tdb_single_smartlist .td-a-ad > div {
margin-top: 0;
}
.tdb_single_smartlist .td-a-ad img {
margin: 0;
width: 100%;
}
.tdb_single_smartlist .td-a-ad .adsbygoogle {
margin-top: 0;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.tdb_single_smartlist .td-spot-id-sm_ad .td-adspot-title {
display: block;
}
.tdb_single_smartlist .td-spot-id-sm_ad .tdc-placeholder-title:before {
content: 'AD Placeholder';
}
.tdb-number-and-title {
width: 100%;
}
.tdb-number-and-title h2 {
margin: 0;
}
.tdb-sml-current-item-nr span {
display: block;
background-color: #222;
font-weight: 700;
text-align: center;
color: #fff;
}
.tdb-sml-current-item-title {
font-weight: 700;
}
.tdb-slide-smart-list-figure img {
display: inline-block;
vertical-align: top;
}
.tdb-sml-caption {
font-family: Verdana, Geneva, sans-serif;
font-style: italic;
font-size: 11px;
line-height: 17px;
margin-top: 5px;
margin-bottom: 21px;
}
.tdb-sml-description {
display: block;
}
.tdb_smart_list_1 .tdb-sml-current-item-nr,
.tdb_smart_list_2 .tdb-sml-current-item-nr,
.tdb_smart_list_4 .tdb-sml-current-item-nr,
.tdb_smart_list_1 .tdb-sml-current-item-title,
.tdb_smart_list_2 .tdb-sml-current-item-title,
.tdb_smart_list_4 .tdb-sml-current-item-title {
display: table-cell;
}
.tdb_smart_list_1 .tdb-sml-current-item-title,
.tdb_smart_list_2 .tdb-sml-current-item-title,
.tdb_smart_list_4 .tdb-sml-current-item-title {
vertical-align: middle;
}
.tdb_smart_list_1 {
margin-top: 38px;
}
.tdb_smart_list_1 .tdb-item {
margin-bottom: 53px;
}
.tdb_smart_list_1 .tdb-number-and-title {
margin-bottom: 21px;
position: relative;
}
.tdb_smart_list_1 h2 {
margin: 2px 0 0;
}
.tdb_smart_list_1 .tdb-sml-current-item-nr span {
min-width: 37px;
min-height: 37px;
font-size: 22px;
line-height: 37px;
}
.tdb_smart_list_1 .tdb-sml-current-item-title {
width: 100%;
padding-left: 19px;
font-size: 22px;
line-height: 26px;
}
.tdb_smart_list_2 {   }
@media (max-width: 767px) {
.tdb_smart_list_2 {
text-align: center;
}
}
.tdb_smart_list_2 .tdb-item {
width: 100%;
padding: 30px 0;
border-bottom: 1px solid #ededed; }
.tdb_smart_list_2 .tdb-item:first-child {
padding-top: 9px;
}
.tdb_smart_list_2 .tdb-item:last-of-type {
border-bottom: none;
}
@media (min-width: 767px) {
.tdb_smart_list_2 .tdb-item {
display: flex;
}
}
@media (min-width: 767px) {
.tdb_smart_list_2 .tdb-sml-info,
.tdb_smart_list_2 .tdb-sml-figure {
display: table-cell;
}
.tdb_smart_list_2 .tdb-sml-info {
flex: 1;
padding-right: 20px;
}
}
@media (max-width: 767px) {
.tdb_smart_list_2 h2 {
display: inline-block;
}
}
.tdb_smart_list_2 .tdb-sml-current-item-nr span {
font-size: 18px;
min-width: 32px;
min-height: 32px;
line-height: 32px;
}
.tdb_smart_list_2 .tdb-sml-current-item-title {
font-size: 18px;
line-height: 24px;
padding-left: 14px;
}
.tdb_smart_list_2 .tdb-sml-figure {
vertical-align: top;
width: 150px; }
@media (max-width: 767px) {
.tdb_smart_list_2 .tdb-sml-figure {
display: inline-block;
}
}
.tdb_smart_list_2 .tdb-sml-caption {
line-height: 14px;
margin-bottom: 0;
}
.tdb_smart_list_2 .tdb-sml-description {
margin-top: 11px;
}
@-moz-document url-prefix() {
.tdb_smart_list_2 .td-sml-current-item-nr {
line-height: 32px;
}
}
.tdb_smart_list_3 {
margin-top: 38px;
}
.tdb_smart_list_3 .tdb-item {
margin-bottom: 53px;
}
.tdb_smart_list_3 .tdb-sml-figure {
position: relative;
}
.tdb_smart_list_3 .tdb-slide-smart-list-figure {
position: relative;
}
.tdb_smart_list_3 figcaption div:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
display: block;
height: 150%;
width: 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.9))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0); z-index: -1;
}
.tdb_smart_list_3 figcaption div:empty {
display: none;
}
.tdb_smart_list_3 .tdb-sml-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: right;
color: #fff;
margin-bottom: 0;
padding: 12px 16px;
z-index: 1;
}
.tdb_smart_list_3 .tdb-sml-current-item-nr {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.tdb_smart_list_3 .tdb-sml-current-item-nr span {
background-color: rgba(0, 0, 0, 0.8);
min-width: 44px;
min-height: 44px;
font-family: 'Roboto', sans-serif;
font-size: 26px;
line-height: 44px;
}
.tdb_smart_list_3 h2 {
margin: 0;
}
.tdb_smart_list_3 .tdb-number-and-title {
margin-bottom: 6px;
margin-top: 17px;
}
.tdb_smart_list_3 .tdb-sml-current-item-title {
font-weight: 700;
font-size: 22px;
line-height: 26px;
}
.tdb_smart_list_3 .tdb-sml-description {
margin-top: 0;
}
.tdb_smart_list_4 .td-a-ad > div,
.tdb_smart_list_6 .td-a-ad > div {
margin-bottom: 16px;
}
.tdb_smart_list_4 .td-a-ad .adsbygoogle,
.tdb_smart_list_6 .td-a-ad .adsbygoogle {
margin-bottom: 16px;
}
.tdb_smart_list_4 .td-spot-id-sm_ad .tdc-placeholder-title,
.tdb_smart_list_6 .td-spot-id-sm_ad .tdc-placeholder-title {
margin-bottom: 16px;
}
.tdb_smart_list_4 {
margin-top: 38px;
position: relative;  }
@media (max-width: 767px) {
.tdb_smart_list_4 {
margin-top: 20px;
}
}
.tdb_smart_list_4 h2 {
margin: 2px 0 0; }
@media (max-width: 767px) {
.tdb_smart_list_4 h2 {
text-align: center;
margin: 0;
}
}
.tdb_smart_list_4 .tdb-number-and-title {
margin-bottom: 21px; }
@media (max-width: 767px) {
.tdb_smart_list_4 .tdb-number-and-title {
margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.tdb_smart_list_4 .tdb-sml-current-item-nr,
.tdb_smart_list_4 .tdb-sml-current-item-title {
display: inline-block;
}
.tdb_smart_list_4 .tdb-sml-current-item-title {
width: 100%;
}
}
.tdb_smart_list_4 .tdb-sml-current-item-nr span {
min-width: 37px;
min-height: 37px;
font-size: 22px;
line-height: 37px;
}
.tdb_smart_list_4 .tdb-sml-current-item-title {
margin-top: 5px;
padding-left: 19px;
font-size: 22px;
line-height: 26px; }
@media (max-width: 767px) {
.tdb_smart_list_4 .tdb-sml-current-item-title {
margin-top: 10px;
padding-left: 0;
}
}
.tdb_smart_list_4 .tdb-slide-smart-list-figure {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
}
.tdb_smart_list_4 .tdb-slide-smart-list-figure img {
width: 100%;
}
.tdb_smart_list_4 .tdb-sml-description {
margin-top: 0;
}
.tdb_smart_list_4 .td-smart-list-pagination {
margin-top: 26px;
}
.tdb_smart_list_5 {
margin-top: 38px;
position: relative;  }
@media (max-width: 767px) {
.tdb_smart_list_5 {
margin-top: 20px;
}
}
.tdb_smart_list_5 .td-a-ad > div {
margin-bottom: 26px;
}
.tdb_smart_list_5 .td-a-ad .adsbygoogle {
margin-bottom: 21px;
}
.tdb_smart_list_5 .td-spot-id-sm_ad .tdc-placeholder-title {
margin-bottom: 26px;
}
.tdb_smart_list_5 .tdb-item .tdb-smart-list-pagination {
position: relative;
display: inline-block;
margin-bottom: 26px; }
@media (max-width: 767px) {
.tdb_smart_list_5 .tdb-item .tdb-smart-list-pagination {
margin-bottom: 0;
}
}
.tdb_smart_list_5 .tdb-sml-head {
position: relative;
}
.tdb_smart_list_5 h2 {
margin-top: 0;
margin-bottom: 18px;
padding: 0 120px;
min-height: 42px;
text-align: center;
line-height: 1; }
@media (max-width: 767px) {
.tdb_smart_list_5 h2 {
margin-bottom: 0;
padding: 0;
min-height: 0;
}
}
.tdb_smart_list_5 .tdb-sml-current-item-title {
display: inline-block;
margin-top: 6px;
margin-bottom: 8px;
width: 100%;
font-size: 22px;
line-height: 28px;  }
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_smart_list_5 .tdb-sml-current-item-title {
margin-top: 10px;
line-height: 24px;
font-size: 19px;
}
}
@media (max-width: 767px) {
.tdb_smart_list_5 .tdb-sml-current-item-title {
margin-top: 10px;
text-align: left;
line-height: 30px;
font-weight: 500;
font-size: 26px;
}
}
.tdb_smart_list_5 .tdb-sml-description {
margin-top: 0;
}
.tdb_smart_list_5 .tdb-slide-smart-list-figure img {
margin-top: 26px;
width: 100%;
}
.tdb_smart_list_5 .tdb-slide-smart-list-figure {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
}
.tdb_smart_list_5 .tdb-sml-caption {
text-align: left;
}
.tdb_smart_list_5 .td-smart-list-pagination {
display: inline-block;
width: 100%;
top: 0;
margin-bottom: 0;
}
.tdb_smart_list_5 .td-smart-list-pagination .td-smart-list-button {
margin: 0;
line-height: 20px;
}
.tdb_smart_list_5 .td-smart-list-pagination .td-smart-back {
float: left;
}
.tdb_smart_list_5 .td-smart-list-pagination .td-smart-next {
float: right;
}
@media (min-width: 767px) {
.tdb_smart_list_5 .tdb-sml-head .td-smart-list-pagination {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
}
.tdb_smart_list_6 {
position: relative;
}
.tdb_smart_list_6 .tdb-number-and-title {
margin-bottom: 16px;
}
.tdb_smart_list_6 .tdb-number-and-title h2 {
margin: 6px 0 0;
line-height: 32px;
}
.tdb_smart_list_6 .tdb-sml-current-item-title {
font-size: 22px;
line-height: 26px;
}
.tdb_smart_list_6 .tdb-sml-description {
margin-top: 0;
margin-bottom: 26px;
}
.tdb_smart_list_6 .tdb-sml-description .aligncenter {
margin-top: 21px;
}  .tdb_single_review_overview .td-review,
.tdb_single_review_overall .td-review,
.tdb_single_review_summary .td-review {
margin-bottom: 0;
}  .tdb_single_review_overview .td-icon-star,
.tdb_single_review_overall .td-icon-star,
.tdb_single_review_overview .td-icon-star-empty,
.tdb_single_review_overall .td-icon-star-empty,
.tdb_single_review_overview .td-icon-star-half,
.tdb_single_review_overall .td-icon-star-half {
width: auto;
min-width: 20px;
}  .tdb_single_review_overall { }
.tdb_single_review_overall .td-review-score {
padding: 7px 14px 35px 14px;
}
.tdb_single_review_overall .td-review-overall {
padding-bottom: 0;
}
@media (max-width: 767px) {
.tdb_single_review_overall .td-review-footer {
border: 0;
}
.tdb_single_review_overall .td-review-footer:after {
display: none;
}
}  .tdb_single_review_overview td {
border: none;
}
.tdb_single_review_overview .td-review-stars {
white-space: nowrap;
}
.tdb_single_review_overview .td-review-row-bars td {
padding-bottom: 14px;
}
.tdb_single_review_overview .td-review-row-stars {
border: 0;
}
.tdb_single_review_overview .td-rating-bar-wrap {
margin: 0;
}  .td-review .tdb-review-summary {
padding: 21px 14px;
vertical-align: top;
}
@media (max-width: 767px) {
.td-review .tdb-review-summary {
display: block;
width: 100%;
clear: both;
border: 0;
}
}
.td-review .tdb-review-summary .block-title,
.td-review .tdb-review-summary .td-block-title {
margin-bottom: 13px;
}
.td-review .tdb-review-summary .td-review-summary-content {
margin: 0;
}  .tdb_category_breadcrumbs {
margin: 21px 0 9px;
}  .tdb-category-title {
margin-bottom: 8px;
}
.tdb-category-title .tdb-title-text {
text-transform: uppercase;
}  .tdb_category_description {
margin-bottom: 24px;
padding-right: 10%;
}
.tdb_category_description p {
margin: 0;
font-family: 'Open Sans', arial, sans-serif;
font-size: 16px;
font-style: italic;
line-height: 26px;
color: #777;
}  .tdb_category_sibling_categories {
margin-bottom: 11px;
}
.tdb_category_sibling_categories .tdb-category-siblings {
width: 100%;
z-index: 2;
opacity: 0;
position: relative;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-category {
display: inline-block;
vertical-align: top;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-more {
line-height: 1;
padding: 4px 5px 3px;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown {
background-color: transparent;
display: inline-block;
padding: 0;
position: absolute;
height: 100%;
color: #222;
top: 0; }
@media (max-width: 767px) {
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown {
position: absolute;
top: 0;
}
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown i {
margin: 0;
top: 0;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown ul {
display: none;
right: -1px;
top: 23px;
z-index: 999;
border: 1px solid #222;
margin: 0;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown:hover {
color: #fff;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown:hover ul {
display: block;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown:hover ul:before {
background-color: #222;
content: '';
height: 4px;
position: absolute;
right: -1px;
top: -5px;
width: 21px;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown li {
list-style: none;
margin-left: 0;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown a {
display: block;
color: #fff !important;
padding: 0 13px;
white-space: nowrap;
text-transform: none;
font-size: 10px;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown a:hover {
color: #4db2ec;
}
.tdb_category_sibling_categories .tdb-category-siblings .td-subcat-dropdown a.td-current-sub-category {
background-color: transparent;
color: #4db2ec;
}
.tdb_category_sibling_categories .td-category {
overflow: visible;
height: auto;
margin-bottom: 0;
}
.tdb_category_sibling_categories .td-category .tdb-sibling-cat-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #222;
border-style: solid;
border-color: #222;
z-index: -1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tdb_category_sibling_categories .td-category .tdb-sibling-cat-bg:before {
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.tdb_category_sibling_categories .entry-category {
margin: 0;
}
.tdb_category_sibling_categories .entry-category a {
position: relative;
font-size: 11px;
margin: 0 5px 0 0;
padding: 4px 8px 5px 8px;
background-color: transparent;
pointer-events: auto !important;
}
.tdb_category_sibling_categories .entry-category:last-child .tdb-cat-sep {
display: none;
}
.tdb_category_sibling_categories .tdb-cat-sep {
font-size: 14px;
vertical-align: middle;
position: relative;
}
.tdb_category_sibling_categories .td-pulldown-filter-display-option {
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
cursor: pointer;
font-size: 10px;
white-space: nowrap;
border: none;
}
.tdb_category_sibling_categories .td-subcat-more {
display: inline-flex;
height: 100%;
align-items: center;
padding: 5px 5px 4px;
font-size: 11px;
text-transform: none;
border: none;
}
.tdb_category_sibling_categories .td-subcat-more:before,
.tdb_category_sibling_categories .td-subcat-more:after {
content: '';
position: absolute;
z-index: -1;
}
.tdb_category_sibling_categories .td-subcat-more:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
border-width: 1px;
border-style: solid;
border-color: #eaeaea;
}
.tdb_category_sibling_categories .td-subcat-more:after {
display: none;
top: 100%;
right: 0;
width: 100%;
height: 4px;
background-color: #222;
}
.tdb_category_sibling_categories .td-subcat-more i {
position: relative;
}
.tdb_category_sibling_categories .td-subcat-more-txt {
margin-right: 4px;
}
.tdb_category_sibling_categories .td-pulldown-filter-list {
position: absolute;
right: 0;
background-color: #222222;
padding: 6px 0;
text-align: left;
min-width: 113px;
}
.tdb_category_sibling_categories .td-pulldown-filter-list a {
margin-right: 0;
}
.tdb_category_sibling_categories .td-subcat-dropdown {
line-height: 0;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover {
background-color: transparent;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover .td-subcat-more:before {
border-color: #222;
background-color: #222;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover .td-pulldown-filter-list {
right: 0;
}
.tdb_category_sibling_categories .td-subcat-dropdown:hover .td-pulldown-filter-list:before {
display: none;
}
.tdb_category_sibling_categories .td-subcat-dropdown a {
display: block;
color: #fff !important;
padding: 0 13px;
white-space: nowrap;
text-transform: none;
font-size: 10px;
}
.tdb_category_sibling_categories .td-subcat-dropdown .tdb-cat-sep {
display: none;
}
.tdb_category_sibling_categories.tdb-category-siblings-inline.tdb-category-siblings-in-more .tdb-category-siblings .td-category {
white-space: nowrap;
}
.tdb_category_sibling_categories.tdb-category-siblings-inline .td-subcat-dropdown:hover .td-subcat-more:after {
display: block;
}
.tdb_category_sibling_categories.tdb-category-siblings-inline .td-subcat-dropdown:hover .td-pulldown-filter-list {
top: calc(100% + 4px);
}
.tdb_category_sibling_categories.tdb-category-siblings-list .tdb-category-siblings {
line-height: 0;
}
.tdb_category_sibling_categories.tdb-category-siblings-list .td-subcat-dropdown {
position: relative;
border: none;
}
.tdb_category_sibling_categories.tdb-category-siblings-list .td-subcat-dropdown:hover .td-pulldown-filter-list {
top: 100%;
left: 0;
right: auto;
}
.tdb_category_sibling_categories.tdb-category-siblings-list .td-subcat-more {
position: relative;
}
.tdb_category_sibling_categories.tdb-category-siblings-list .td-pulldown-filter-list {
width: 100%;
}
.td-md-is-android .tdb_category_sibling_categories .td-category {
height: auto;
}
.td-js-loaded .tdb-category-siblings {
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}  .tdb_category_subcategories .tdb-block-inner {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.tdb_category_subcategories .tdb-subcategory {
width: 33.33%;
padding: 0 15px;
}
.tdb_category_subcategories .tdb-subcategory-wrap {
display: flex;
flex-direction: column;
height: 100%;
}
.tdb_category_subcategories .tdb-subcategory-img {
position: relative;
width: 100%;
height: 0;
padding-bottom: 60%;
display: block;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.tdb_category_subcategories .tdb-subcategory-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
}
.tdb_category_subcategories .tdb-subcategory-info-bottom {
margin-top: 17px;
}
.tdb_category_subcategories .tdb-subcategory-name {
margin: 0 0 8px;
font-size: 21px;
line-height: 1.2;
}
.tdb_category_subcategories .tdb-subcategory-wrap:hover .tdb-subcategory-name a {
color: #4db2ec;
}
.tdb_category_subcategories .tdb-subcategory-descr {
margin-bottom: 0;
font-family: 'Open Sans', arial, sans-serif;
font-size: 13px;
line-height: 1.6;
color: #777;
}  .tdb-category-grids {
width: 100%;
padding-bottom: 0; }
.tdb-category-grids .tdb-block-inner:after,
.tdb-category-grids .tdb-block-inner .tdb-cat-grid-post:after {
content: '';
display: table;
clear: both;
}
@media (max-width: 767px) {
.tdb-category-grids .tdb-block-inner {
margin-left: -20px;
margin-right: -20px;
}
}
.tdb-category-grids .tdb-cat-grid-post {
position: relative;
float: left;
padding-bottom: 0;
}
.tdb-category-grids .td-image-container {
position: relative;
flex: 0 0 100%;
width: 100%;
height: 100%;
}
.tdb-category-grids .td-image-wrap {
position: relative;
display: block;
overflow: hidden;
}
.tdb-category-grids .td-image-wrap:before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
z-index: 1;
}
.tdb-category-grids .td-module-thumb {
position: relative;
margin-bottom: 0;
}
.tdb-category-grids .td-module-thumb:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tdb-category-grids .td-thumb-css {
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
-webkit-transition: transform 0.3s ease, opacity 0.3s;
transition: transform 0.3s ease, opacity 0.3s;
}
.tdb-category-grids .td-module-meta-info {
position: absolute;
left: 0;
margin-bottom: 0;
width: 100%;
pointer-events: none;
z-index: 1;
}
.tdb-category-grids .td-post-category {
padding: 3px 7px;
background-color: rgba(0, 0, 0, 0.7);
font-family: 'Roboto', sans-serif;
line-height: 13px;
font-weight: 500;
text-transform: uppercase;
pointer-events: auto;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.tdb-category-grids .td-module-title a,
.tdb-category-grids .td-post-author-name span,
.tdb-category-grids .td-module-container:hover .entry-title a,
.tdb-category-grids .td-post-author-name a,
.tdb-category-grids .td-post-date {
color: #fff;
}
.tdb-category-grids .td-module-title {
margin: 0;
}
.tdb-category-grids .td-module-title a {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.tdb-category-grids .td-editor-date {
display: inline-block;
}
.tdb-category-grids .td-post-author-name a,
.tdb-category-grids .td-post-author-name span,
.tdb-category-grids .td-post-date {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.tdb-category-grids .tdb-cat-grid-post-empty .td-image-wrap {
background-color: #e5e5e5;
}
.tdb-category-grids .tdb-cat-grid-post-empty .td-image-wrap:before {
display: none;
} @media (min-width: 767px) {
.tdb-cat-grid-lightsky .td-image-wrap:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 160%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-webkit-transition: transform 0.7s ease 0s;
transition: transform 0.7s ease 0s;
z-index: 1;
}
.tdb-cat-grid-lightsky .td-module-container:hover .td-image-wrap:after {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
}
} @media (max-width: 767px) {
div.tdb-cat-grid-scroll .tdb-cat-grid-post {
float: none;
}
div.tdb-cat-grid-scroll .tdb-cat-grid-scroll-holder {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
font-size: 0;
-webkit-overflow-scrolling: touch;
}
div.tdb-cat-grid-scroll .tdb-cat-grid-scroll-holder .tdb-cat-grid-post {
display: inline-block;
vertical-align: top;
}
div.tdb-cat-grid-scroll .td-module-title a {
white-space: normal;
}
}  .tdb_category_grid_1 { }
@media (max-width: 767px) {
.tdb_category_grid_1 .tdb-cat-grid-post {
width: 100%;
}
}
.tdb_category_grid_1 .td-module-container {
display: flex;
flex-direction: column;
position: relative;
}
.tdb_category_grid_1 .td-image-wrap {
padding-bottom: 75%;
}
.tdb_category_grid_1 .td-module-meta-info {
padding: 22px 20px;
}
.tdb_category_grid_1 .td-module-title {
font-family: 'Roboto', sans-serif;
font-size: 27px;
font-weight: 500;
line-height: 34px;
margin: 0 0 9px 0;
}
.tdb_category_grid_1 .td-editor-date {
display: inline-block;
}  .tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .td-module-meta-info,
.tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .td-module-meta-info {
padding: 22px 20px;
}
.tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
.tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
margin-bottom: 9px;
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
.tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
.tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
font-size: 16px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_2 [class^="tdb_module_cat_grid_1"] .entry-title,
.tdb_category_grid_3 [class^="tdb_module_cat_grid_1"] .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 .entry-title,
.tdb_category_grid_3 .tdb_module_cat_grid_2 .entry-title {
margin: 0;
font-size: 16px;
line-height: 21px;
font-weight: 500;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_2 .tdb_module_cat_grid_2 .entry-title,
.tdb_category_grid_3 .tdb_module_cat_grid_2 .entry-title {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_2 .tdb_module_cat_grid_2 .entry-title,
.tdb_category_grid_3 .tdb_module_cat_grid_2 .entry-title {
font-size: 13px;
line-height: 18px;
}
}  .tdb_category_grid_2 .tdb_module_cat_grid_1 {
width: 50%;
}
.tdb_category_grid_2 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 400px;
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 {
width: 25%;
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 198px;
}
.tdb_category_grid_2 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 11px 17px;
}  .tdb_category_grid_3 .tdb_module_cat_grid_1 {
width: 70%;
}
.tdb_category_grid_3 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 482px;
}
.tdb_category_grid_3 .tdb_module_cat_grid_2 {
width: 30%;
}
.tdb_category_grid_3 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 158px;
}
.tdb_category_grid_3 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 11px 15px;
}  .tdb_category_grid_4 .tdb_module_cat_grid_1 {
width: 50%;
}
.tdb_category_grid_4 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 450px;
}
.tdb_category_grid_4 .tdb_module_cat_grid_1 .td-module-meta-info {
padding: 22px 20px;
}
.tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
margin-bottom: 9px;
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
font-size: 16px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_4 .tdb_module_cat_grid_1 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 {
width: 50%;
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 220px;
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 16px 19px;
}
.tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
margin: 0;
font-size: 24px;
line-height: 30px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_4 .tdb_module_cat_grid_2 .entry-title {
font-size: 16px;
line-height: 21px;
}
}  .tdb_category_grid_5 .tdb_module_cat_grid_1,
.tdb_category_grid_5 .tdb_module_cat_grid_2 {
width: 50%;
}
.tdb_category_grid_5 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 450px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_1 .td-module-meta-info {
padding: 22px 20px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
font-size: 16px;
line-height: 21px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_5 .tdb_module_cat_grid_1 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.tdb_category_grid_5 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 254px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 14px 19px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
margin: 0;
font-size: 24px;
line-height: 30px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_5 .tdb_module_cat_grid_2 .entry-title {
font-size: 16px;
line-height: 21px;
}
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 {
width: 25%;
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 .td-image-wrap {
padding-bottom: 192px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 .td-module-meta-info {
padding: 11px 15px;
}
.tdb_category_grid_5 .tdb_module_cat_grid_3 .entry-title {
margin: 0;
font-size: 16px;
line-height: 21px;
font-weight: 500;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_5 .tdb_module_cat_grid_3 .entry-title {
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_5 .tdb_module_cat_grid_3 .entry-title {
font-size: 13px;
line-height: 18px;
}
}  .tdb_category_grid_6 { }
.tdb_category_grid_6 .tdb-cat-grid-column {
width: 25%;
display: block;
*zoom: 1; }
.tdb_category_grid_6 .tdb-cat-grid-column:before,
.tdb_category_grid_6 .tdb-cat-grid-column:after {
display: table;
content: '';
line-height: 0;
}
.tdb_category_grid_6 .tdb-cat-grid-column:after {
clear: both;
}
@media (min-width: 767px) {
.tdb_category_grid_6 .tdb-cat-grid-column {
float: left;
}
}
.tdb_category_grid_6 .tdb-cat-grid-column .tdb_module_cat_grid_1 {
width: 100%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 {
width: 25%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 195px;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 .td-module-meta-info {
padding: 13px 10px;
}
.tdb_category_grid_6 .tdb_module_cat_grid_1 .entry-title {
margin-bottom: 0;
font-size: 13px;
line-height: 18px; }
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_6 .tdb_module_cat_grid_1 .entry-title {
font-size: 12px;
line-height: 15px;
}
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 {
width: 50%;
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 400px;
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 20px;
}
.tdb_category_grid_6 .tdb_module_cat_grid_2 .entry-title {
margin-bottom: 9px;
font-size: 19px;
line-height: 24px;
font-weight: 500; }
@media (max-width: 767px) {
.tdb_category_grid_6 .tdb_module_cat_grid_2 .entry-title {
font-size: 13px;
line-height: 18px;
font-weight: 400;
}
}
@media (max-width: 767px) {
.tdb_category_grid_6 div.tdb-cat-grid-post-0 .entry-title,
.tdb_category_grid_6 div.tdb-cat-grid-post-1 .entry-title {
font-size: 22px;
line-height: 28px;
}
.tdb_category_grid_6 div.tdb-cat-grid-post-3,
.tdb_category_grid_6 div.tdb-cat-grid-post-4 {
width: 80%;
}
.tdb_category_grid_6 div.tdb-cat-grid-post-3 .td-image-wrap,
.tdb_category_grid_6 div.tdb-cat-grid-post-4 .td-image-wrap {
padding-bottom: 165px;
}
.tdb_category_grid_6 div.tdb-cat-grid-post-3 .td-module-meta-info,
.tdb_category_grid_6 div.tdb-cat-grid-post-4 .td-module-meta-info {
padding: 16px 15px 11px;
}
.tdb_category_grid_6 div.tdb-cat-grid-post-3 .entry-title,
.tdb_category_grid_6 div.tdb-cat-grid-post-4 .entry-title {
margin: 0;
font-size: 13px;
line-height: 18px;
}
}  .tdb_category_grid_7 .tdb_module_cat_grid_1 {
width: 50%;
}
.tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title {
font-size: 27px;
font-weight: 500;
line-height: 34px;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title {
font-size: 16px;
line-height: 20px;
}
}
.tdb_category_grid_7 .tdb_module_cat_grid_2 {
width: 25%;
}
.tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
font-size: 24px;
line-height: 30px;
font-weight: 500;  }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
.tdb_category_grid_7 .tdb_module_cat_grid_1,
.tdb_category_grid_7 .tdb_module_cat_grid_2 { }
.tdb_category_grid_7 .tdb_module_cat_grid_1 .td-image-wrap,
.tdb_category_grid_7 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 400px;
}
.tdb_category_grid_7 .tdb_module_cat_grid_1 .td-module-meta-info,
.tdb_category_grid_7 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 20px;
}
@media (max-width: 767px) {
.tdb_category_grid_7 .tdb_module_cat_grid_1 .entry-title,
.tdb_category_grid_7 .tdb_module_cat_grid_2 .entry-title {
font-size: 16px;
line-height: 21px;
}
}  .tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
.tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
font-size: 21px;
line-height: 24px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
.tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
font-size: 20px;
line-height: 26px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
.tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title,
.tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 {
width: 30%;
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 400px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 .entry-title {
margin-bottom: 9px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_1 .td-module-meta-info {
padding: 20px 19px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 {
width: 40%;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 199px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 14px 19px;
}
.tdb_category_grid_8 .tdb_module_cat_grid_2 .entry-title {
margin: 0;
}  .tdb_category_grid_9 .tdb_module_cat_grid_1 {
width: 50%;
}
.tdb_category_grid_9 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 370px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_1 .td-module-meta-info {
padding: 20px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
margin-bottom: 9px;
font-size: 27px;
font-weight: 500;
line-height: 34px;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
font-size: 16px;
line-height: 21px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_9 .tdb_module_cat_grid_1 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 {
width: 20%;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 150px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 10px 14px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .td-post-category {
padding: 1px 5px;
font-size: 9px;
}
.tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
margin: 0;
font-size: 14px;
line-height: 17px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
font-size: 13px;
line-height: 19px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
font-size: 11px;
line-height: 15px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_9 .tdb_module_cat_grid_2 .entry-title {
font-size: 13px;
line-height: 18px;
}
}  .tdb_category_grid_10 { }
.tdb_category_grid_10 .tdb_module_cat_grid_1 {
width: 33.33%;
}
.tdb_category_grid_10 .tdb_module_cat_grid_1 .td-image-wrap {
padding-bottom: 230px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
margin-bottom: 9px;
font-size: 20px;
line-height: 26px;
font-weight: 700;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
font-size: 15px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
font-size: 13px;
line-height: 18px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_10 .tdb_module_cat_grid_1 .entry-title {
font-size: 22px;
line-height: 28px;
}
}
.tdb_category_grid_10 .tdb_module_cat_grid_1 .td-module-meta-info {
padding: 20px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 {
width: 25%;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .td-image-wrap {
padding-bottom: 175px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .td-module-meta-info {
padding: 10px 14px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .td-post-category {
padding: 1px 5px;
font-size: 9px;
}
.tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
margin: 0;
font-size: 15px;
line-height: 17px;
font-weight: 500;   }
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
font-size: 13px;
line-height: 19px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
font-size: 11px;
line-height: 15px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_10 .tdb_module_cat_grid_2 .entry-title {
font-size: 13px;
line-height: 18px;
}
}
@media (max-width: 767px) {
.tdb_category_grid_10 div.tdb-cat-grid-post-1,
.tdb_category_grid_10 div.tdb-cat-grid-post-2 {
width: 80%;
}
.tdb_category_grid_10 div.tdb-cat-grid-post-1 .td-image-wrap,
.tdb_category_grid_10 div.tdb-cat-grid-post-2 .td-image-wrap {
padding-bottom: 165px;
}
.tdb_category_grid_10 div.tdb-cat-grid-post-1 .td-module-meta-info,
.tdb_category_grid_10 div.tdb-cat-grid-post-2 .td-module-meta-info {
padding: 11px 15px;
}
.tdb_category_grid_10 div.tdb-cat-grid-post-1 .entry-title,
.tdb_category_grid_10 div.tdb-cat-grid-post-2 .entry-title {
margin: 0;
font-size: 13px;
line-height: 18px;
}
}  .tdb-author-title .tdb-title-text {
font-weight: 400;
}  .tdb_author_image {
margin-bottom: 0;
font-size: 0;
}
.tdb_author_image .tdb-author-img {
display: inline-block;
vertical-align: top;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}  .tdb-author-counters {
margin-bottom: 12px;
font-size: 0;
}
.tdb-author-count {
vertical-align: top;
background-color: #222;
font-family: 'Roboto', sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1;
color: #fff;
}  .tdb_author_url {
margin-bottom: 6px;
font-size: 11px;
line-height: 21px;
}
.tdb_author_url .tdb-author-url {
display: block;
font-style: italic;
color: #444;
}
.tdb_author_url .tdb-author-url:hover {
color: #4db2ec;
}  .tdb_author_description {
margin-bottom: 4px;
}
.tdb_author_description .tdb-author-descr {
font-size: 12px;
line-height: 21px;
}  .tdb_author_socials {
margin-bottom: 0;
}
.tdb_author_socials .tdb-social-item {
position: relative;
display: inline-block;
-webkit-transition: all 0.2s;
transition: all 0.2s;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
.tdb_author_socials .tdb-social-item:last-child {
margin-right: 0 !important;
}
.tdb_author_socials .tdb-social-item i,
.tdb_author_socials .tdb-social-item .tdb-social-text {
vertical-align: middle;
color: #000;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.tdb_author_socials .tdb-social-item i {
text-align: center;
}
.tdb_author_socials .tdb-social-item:hover i {
color: #000;
}
.tdb_author_socials .tdb-social-item .tdb-social-text {
display: none;
font-size: 13px;
}  .single-tdb_templates.author-template .tdb_breadcrumbs {
margin-bottom: 2px;
}  .tdb-search-title {
margin-bottom: 37px;
}
.tdb-search-title .tdb-title-text {
font-weight: 400;
}  .search-results .tdb_breadcrumbs {
margin-bottom: 2px;
}  .tdb_search_form {
margin-bottom: 40px;
}
.tdb_search_form .tdb-search-form-inner {
position: relative;
display: flex;
background-color: #fff;
}
.tdb_search_form .tdb-search-form-border {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #e1e1e1;
pointer-events: none;
}
.tdb_search_form .tdb-search-form-input:focus + .tdb-search-form-border {
border-color: #b0b0b0;
}
.tdb_search_form .tdb-search-form-input:not([value=""]) + .tdb-search-form-border + .tdb-search-form-placeholder {
display: none;
}
.tdb_search_form .tdb-search-form-input,
.tdb_search_form .tdb-search-form-btn {
height: auto;
min-height: 32px;
}
.tdb_search_form .tdb-search-form-input {
position: relative;
flex: 1;
background-color: transparent;
line-height: 19px;
border: 0;
}
.tdb_search_form .tdb-search-form-placeholder {
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 3px 9px;
font-size: 12px;
line-height: 21px;
color: #999;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
pointer-events: none;
}
.tdb_search_form .tdb-search-form-input:focus + .tdb-search-form-border + .tdb-search-form-placeholder {
opacity: 0;
}
.tdb_search_form .tdb-search-form-btn {
text-shadow: none;
padding: 7px 15px 8px 15px;
line-height: 16px;
margin: 0;
background-color: #222222;
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 500;
color: #fff;
z-index: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tdb_search_form .tdb-search-form-btn:hover {
background-color: #4db2ec;
}
.tdb_search_form .tdb-search-form-btn i,
.tdb_search_form .tdb-search-form-btn span {
display: inline-block;
vertical-align: middle;
}
.tdb_search_form .tdb-search-form-btn i {
position: relative;
font-size: 12px;
}
.tdb_search_form .tdb-search-msg {
font-size: 12px;
}  .tdb-tag-title .tdb-title-text {
font-weight: 400;
}  .tdb-date-title .tdb-title-text {
font-weight: 400;
}  .tdb-attachment-title .tdb-title-text {
font-weight: 400;
}  .tdb_attachment_img {
margin-bottom: 2px;
}
.tdb_attachment_img img {
display: block;
}  .tdb_attachment_description {
margin-bottom: 21px;
}
.tdb_attachment_description span {
color: #444;
font-size: 11px;
font-style: italic;
line-height: 17px;
}  .tdb-attachment-pag-block {
margin: 10px 0 21px 0;
}
.tdb-attachment-pag-block .tdb-attachment-pag {
position: relative;
display: inline-block;
overflow: hidden;
}
.tdb-attachment-pag-block img {
width: 100%;
}  .tdb_title {
margin-bottom: 19px;
}
.tdb_title.tdb-content-horiz-center {
text-align: center;
}
.tdb_title.tdb-content-horiz-center .tdb-title-line {
margin: 0 auto;
}
.tdb_title.tdb-content-horiz-right {
text-align: right;
}
.tdb_title.tdb-content-horiz-right .tdb-title-line {
margin-left: auto;
margin-right: 0;
}
.tdb-title-text {
display: inline-block;
position: relative;
margin: 0;
word-wrap: break-word;
font-size: 30px;
line-height: 38px;
font-weight: 700;
}
.tdb-first-letter {
position: absolute;
-webkit-user-select: none;
user-select: none;
pointer-events: none;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.08);
font-size: 6em;
font-weight: 300;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: -0.36em;
z-index: -1;
-webkit-text-fill-color: initial;
}
.tdb-title-line {
display: none;
position: relative;
}
.tdb-title-line:after {
content: '';
width: 100%;
position: absolute;
background-color: #4db2ec;
top: 0;
left: 0;
margin: auto;
}  .tdb-breadcrumbs {
margin-bottom: 11px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
color: #c3c3c3;
line-height: 18px;
}
.tdb-breadcrumbs a {
color: #c3c3c3;
}
.tdb-breadcrumbs a:hover {
color: #777;
}
.tdb-breadcrumbs .tdb-bread-sep {
line-height: 1;
vertical-align: middle;
}  .tdb_loop .tdb-block-inner:after,
.tdb_loop_2 .tdb-block-inner:after,
.tdb_loop .tdb-block-inner .td_module_wrap:after,
.tdb_loop_2 .tdb-block-inner .td_module_wrap:after {
content: '';
display: table;
clear: both;
}
.tdb_loop .tdb-author-photo,
.tdb_loop_2 .tdb-author-photo {
display: inline-block;
}
.tdb_loop .tdb-author-photo,
.tdb_loop_2 .tdb-author-photo,
.tdb_loop .tdb-author-photo img,
.tdb_loop_2 .tdb-author-photo img {
vertical-align: middle;
}
.tdb_loop .td-post-author-name,
.tdb_loop_2 .td-post-author-name,
.tdb_loop .td-post-date,
.tdb_loop_2 .td-post-date,
.tdb_loop .td-module-comments,
.tdb_loop_2 .td-module-comments {
vertical-align: text-top;
}
.tdb_loop .entry-review-stars,
.tdb_loop_2 .entry-review-stars {
margin-left: 6px;
vertical-align: text-bottom;
}
.tdb_loop .td-load-more-wrap,
.tdb_loop_2 .td-load-more-wrap,
.tdb_loop .td-next-prev-wrap,
.tdb_loop_2 .td-next-prev-wrap {
margin: 20px 0 0;
}
.tdb_loop .page-nav,
.tdb_loop_2 .page-nav {
margin: 54px 0 0;
}
.tdb_loop .page-nav a,
.tdb_loop_2 .page-nav a,
.tdb_loop .page-nav span,
.tdb_loop_2 .page-nav span {
margin-top: 8px;
margin-bottom: 0;
}
.tdb_loop .td-next-prev-wrap a,
.tdb_loop_2 .td-next-prev-wrap a {
width: auto;
height: auto;
min-width: 25px;
min-height: 25px;
}  [class*="tdb_module_loop"] .td-module-container {
display: flex;
flex-direction: column;
position: relative;
}
[class*="tdb_module_loop"] .td-module-container:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}
[class*="tdb_module_loop"] .td-image-wrap {
display: block;
position: relative;
padding-bottom: 50%;
}
[class*="tdb_module_loop"] .td-image-container {
position: relative;
flex: 0 0 auto;
width: 100%;
height: 100%;
}
[class*="tdb_module_loop"] .td-module-thumb {
margin-bottom: 0;
}
[class*="tdb_module_loop"] .td-module-meta-info {
width: 100%;
padding: 13px 0 0 0;
margin-bottom: 0;
z-index: 1;
border: 0 solid #eaeaea;
}
[class*="tdb_module_loop"] .td-thumb-css {
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
}
[class*="tdb_module_loop"] .td-category-pos-image .td-post-category,
[class*="tdb_module_loop"] .td-post-vid-time {
position: absolute;
z-index: 2;
bottom: 0;
}
[class*="tdb_module_loop"] .td-category-pos-image .td-post-category {
left: 0;
}
[class*="tdb_module_loop"] .td-post-vid-time {
right: 0;
background-color: #000;
padding: 3px 6px 4px;
font-family: 'Open Sans', arial, sans-serif;
font-size: 10px;
font-weight: 600;
line-height: 1;
color: #fff;
}
[class*="tdb_module_loop"] .td-excerpt {
margin: 20px 0 0;
line-height: 21px;
}  .tdb_loop {
display: inline-block;
width: 100%;
margin-bottom: 78px;
padding-bottom: 0;
overflow: visible !important;
}
.tdb_loop .td-module-title {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 21px;
line-height: 25px;
margin: 0 0 6px 0; }
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_loop .td-module-title {
font-size: 17px;
line-height: 22px;
}
}  .tdb_module_loop_2 {
display: inline-block;
width: 100%;
padding-bottom: 0;
}
.tdb_module_loop_2 .td-module-meta-info {
min-height: 0;
}
.tdb_module_loop_2 .td-author-photo {
display: inline-block;
vertical-align: middle;
}
.tdb_module_loop_2 .td-read-more {
margin: 20px 0 0;
} .ie8 .entry-thumb:before,
.ie9 .entry-thumb:before,
.ie10 .entry-thumb:before,
.ie11 .entry-thumb:before,
.ie8 .entry-thumb:after,
.ie9 .entry-thumb:after,
.ie10 .entry-thumb:after,
.ie11 .entry-thumb:after,
.ie8 .tdb-featured-image-bg:before,
.ie9 .tdb-featured-image-bg:before,
.ie10 .tdb-featured-image-bg:before,
.ie11 .tdb-featured-image-bg:before,
.ie8 .tdb-featured-image-bg:after,
.ie9 .tdb-featured-image-bg:after,
.ie10 .tdb-featured-image-bg:after,
.ie11 .tdb-featured-image-bg:after,
.ie8 .tdb-author-img:before,
.ie9 .tdb-author-img:before,
.ie10 .tdb-author-img:before,
.ie11 .tdb-author-img:before,
.ie8 .tdb-author-img:after,
.ie9 .tdb-author-img:after,
.ie10 .tdb-author-img:after,
.ie11 .tdb-author-img:after,
.ie8 .tdb-author-photo:before,
.ie9 .tdb-author-photo:before,
.ie10 .tdb-author-photo:before,
.ie11 .tdb-author-photo:before,
.ie8 .tdb-author-photo:after,
.ie9 .tdb-author-photo:after,
.ie10 .tdb-author-photo:after,
.ie11 .tdb-author-photo:after,
.ie8 .tdb_single_featured_image .tdb-block-inner:before,
.ie9 .tdb_single_featured_image .tdb-block-inner:before,
.ie10 .tdb_single_featured_image .tdb-block-inner:before,
.ie11 .tdb_single_featured_image .tdb-block-inner:before,
.ie8 .tdb_single_featured_image .tdb-block-inner:after,
.ie9 .tdb_single_featured_image .tdb-block-inner:after,
.ie10 .tdb_single_featured_image .tdb-block-inner:after,
.ie11 .tdb_single_featured_image .tdb-block-inner:after {
display: none !important;
}  .tdb_woo_menu_cart {
z-index: 998;
}
.tdb_woo_menu_cart .tdb-wmc-wrap {
display: inline-block;
position: relative;
}
.tdb_woo_menu_cart .tdb-wmc-link {
position: relative;
align-items: center;
display: inline-flex;
flex-wrap: wrap;
}
.tdb_woo_menu_cart .tdb-wmc-wrap:hover .tdb-wmc-widget {
opacity: 1;
visibility: visible;
}
.tdb_woo_menu_cart .tdb-wmc-icon-wrap {
position: relative;
}
.tdb_woo_menu_cart .tdb-wmc-icon {
color: #000;
}
.tdb_woo_menu_cart .tdb-wmc-count {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: -5px;
top: -4px;
min-width: 15px;
min-height: 15px;
padding: 2px 4px;
background-color: #4db2ec;
font-size: 10px;
text-align: center;
line-height: 1;
color: #fff;
border-radius: 50px;
}
.tdb_woo_menu_cart .tdb-wmc-txt {
position: relative;
font-size: 13px;
color: #000;
}
.tdb_woo_menu_cart .tdb-wmc-widget {
position: absolute;
top: 100%;
right: 0;
width: 340px;
opacity: 0;
visibility: hidden;
z-index: 10;
}
.tdb_woo_menu_cart .tdb-wmc-widget:before {
content: '';
display: block;
width: 100%;
height: 18px;
}
.tdb_woo_menu_cart .tdb-wmc-widget .tdb-wmc-widget-inner {
padding: 20px;
background-color: #fff;
border-width: 0;
border-style: solid;
border-color: #000;
}
.tdb_woo_menu_cart .tdb-wmc-widget .cart_list {
margin: 0 0 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.tdb_woo_menu_cart .tdb-wmc-widget .mini_cart_item {
display: flex;
position: relative;
list-style-type: none;
margin: 0 0 16px;
}
.tdb_woo_menu_cart .tdb-wmc-widget .mini_cart_item:last-child {
margin-bottom: 0 !important;
}
.tdb_woo_menu_cart .tdb-wmc-widget .mini_cart_item .blockOverlay {
background: #fff !important;
opacity: 0.75 !important;
}
.tdb_woo_menu_cart .tdb-wmc-widget .mini_cart_item a:nth-child(2) {
display: flex;
flex: 1;
font-size: 13px;
font-weight: 700;
color: #000;
}
.tdb_woo_menu_cart .tdb-wmc-widget .mini_cart_item a:nth-child(2):hover {
color: #4db2ec;
}
.tdb_woo_menu_cart .tdb-wmc-widget .mini_cart_item a:nth-child(2) img {
width: 44px;
margin-right: 12px;
}
.tdb_woo_menu_cart .tdb-wmc-widget .remove_from_cart_button {
position: absolute;
bottom: 4px;
right: 0;
font-size: 14px;
line-height: 1;
font-weight: normal;
color: #999 !important;
}
.tdb_woo_menu_cart .tdb-wmc-widget .remove_from_cart_button:hover {
background-color: transparent;
color: darkred !important;
}
.tdb_woo_menu_cart .tdb-wmc-widget .quantity {
font-size: 11px;
color: #444;
}
.tdb_woo_menu_cart .tdb-wmc-widget .total {
margin: 0 0 13px;
text-align: right;
font-size: 12px;
font-weight: 600;
}
.tdb_woo_menu_cart .tdb-wmc-widget .buttons {
display: flex;
justify-content: space-between;
margin: 0;
}
.tdb_woo_menu_cart .tdb-wmc-widget .buttons a {
display: inline-block;
width: calc(50% - 7px);
padding: 0 15px;
background-color: #222222;
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 500;
line-height: 32px;
text-align: center;
color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 0;
z-index: 1;
}
.tdb_woo_menu_cart .tdb-wmc-widget .buttons a:hover {
background-color: #4db2ec;
color: #fff;
}
.tdb_woo_menu_cart .tdb-wmc-widget .buttons .checkout {
background-color: #4db2ec;
}
.tdb_woo_menu_cart .tdb-wmc-widget .buttons .checkout:hover {
background-color: #222222;
}
.tdb_woo_menu_cart .tdb-wmc-widget .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
font-size: 12px;
color: #888;
}
.tdb-autoload-wrap {
position: relative;
}
.tdb-autoload-wrap .tdb-loader-autoload {
top: auto !important;
bottom: 50px !important;
}
.tdb-autoload-debug {
display: none;
width: 1068px;
margin-right: auto;
margin-left: auto;  }
@media (min-width: 1019px) and (max-width: 1018px) {
.tdb-autoload-debug {
width: 740px;
}
}
@media (max-width: 767px) {
.tdb-autoload-debug {
display: none;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}
.tdb-template .td-main-content-wrap {
padding-bottom: 0;
}
[class*="tdb-fake-block"] {
filter: grayscale(1);
user-select: none;
-webkit-user-select: none;
}
[class*="tdb-fake-block"] .td_module_wrap {
pointer-events: none;
}
.tdb-fake-block {
opacity: 0.1;
}
.tdb-fake-block-2 {
opacity: 0.2;
}