/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen theme whith custom style.css file
Version: 9999.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Puedes añadir tu propio CSS aquí.

Haz clic en el icono de ayuda de arriba para averiguar más.
*/
* {font-family:"Roboto Slab", serif}

/* More social media colors: http://designpieces.com/2012/12/social-media-colours-hex-and-rgb */
@font-face {
  font-family: 'web-icons';
  src: url("/fonts/web-icons/web-icons.eot") format("embedded-opentype"), url("/fonts/web-icons/web-icons.ttf") format("truetype"), url("/fonts/web-icons/web-icons.woff") format("woff"), url("/fonts/web-icons/web-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/roboto/roboto-v16-latin-ext_latin-300.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/roboto/roboto-v16-latin-ext_latin-300.woff2") format("woff2"), url("/fonts/roboto/roboto-v16-latin-ext_latin-300.woff") format("woff"), url("/fonts/roboto/roboto-v16-latin-ext_latin-300.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/roboto/roboto-v16-latin-ext_latin-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts/roboto/roboto-v16-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/roboto/roboto-v16-latin-ext_latin-regular.woff") format("woff"), url("/fonts/roboto/roboto-v16-latin-ext_latin-regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/roboto/roboto-v16-latin-ext_latin-500.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/roboto/roboto-v16-latin-ext_latin-500.woff2") format("woff2"), url("/fonts/roboto/roboto-v16-latin-ext_latin-500.woff") format("woff"), url("/fonts/roboto/roboto-v16-latin-ext_latin-500.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/roboto/roboto-v16-latin-ext_latin-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/roboto/roboto-v16-latin-ext_latin-700.woff2") format("woff2"), url("/fonts/roboto/roboto-v16-latin-ext_latin-700.woff") format("woff"), url("/fonts/roboto/roboto-v16-latin-ext_latin-700.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto Slab';
  src: local("Roboto Slab"), url("/node_modules/roboto-slab-fontface-kit/fonts/Regular/RobotoSlab-Regular.woff2") format("woff2"), url("/node_modules/roboto-slab-fontface-kit/fonts/Regular/RobotoSlab-Regular.woff") format("woff"), url("/node_modules/roboto-slab-fontface-kit/fonts/Regular/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Local';
  src: local("Roboto");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Local';
  src: local("Roboto");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Local';
  src: local("Roboto");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Local';
  src: local("Roboto");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab Local';
  src: local("Roboto Slab");
  font-weight: 400;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eee;
  min-height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Roboto Local", Arial, sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border: 0 none;
}

.btn {
  /* Button Sizes */
  /* Button Sizes */
  /* Button Layout */
  /* Button Types */
}

.btn {
  background: #e0e0e0;
  display: table;
  border-radius: 4px;
  text-align: left;
  border: 0;
  cursor: pointer;
}

.btn strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.3;
}

.btn span {
  display: block;
  font-weight: 300;
}

.btn i {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #9e9e9e;
}

.btn:hover {
  text-decoration: none;
}

.btn--large {
  font-weight: 300;
  min-width: 250px;
}

.btn--large strong {
  padding: 6px 18px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.btn--large span {
  font-size: 1.2rem;
}

.btn--large i {
  width: 64px;
  height: 64px;
  padding: 0 18px;
  font-size: 2.8rem;
}

.btn--medium {
  font-weight: 300;
  height: 48px;
  min-width: 160px;
}

.btn--medium strong {
  padding: 6px 12px;
  font-size: 1.4rem;
}

.btn--medium span {
  font-size: 1.2rem;
}

.btn--medium i {
  padding: 0 12px;
  font-size: 2.2rem;
}

.btn--small {
  font-weight: 300;
  height: 32px;
  min-width: 120px;
  text-align: center;
}

.btn--small strong {
  padding: 6px 12px;
  font-size: 1.4rem;
}

.btn--small span {
  font-size: 1rem;
}

.btn--small i {
  padding: 0 6px;
  font-size: 1.8rem;
}

.btn--full {
  width: 100%;
}

.btn--full strong {
  text-align: center;
}

.btn--full.btn--medium strong {
  font-size: 1.8rem;
}

.btn--full.btn--medium i {
  width: 48px;
}

.btn--full.btn--small {
  min-height: 36px;
}

.btn--full.btn--small strong {
  font-size: 1.4rem;
}

.btn--default {
  background: #0288d1;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #0277bd;
          box-shadow: 0 2px 0 0 #0277bd;
}

.btn--default i {
  border-left: 1px solid #b3e5fc;
}

.btn--default:hover {
  background: #03a9f4;
}

.btn--default:active {
  background: #0277bd;
}

.btn--download, .btn--web-apps, .btn--free-download, .btn--alternative {
  background: #43a047;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #2e7d32;
          box-shadow: 0 2px 0 0 #2e7d32;
}

.btn--download i, .btn--web-apps i, .btn--free-download i, .btn--alternative i {
  border-left: 1px solid #a5d6a7;
}

.btn--download:hover, .btn--web-apps:hover, .btn--free-download:hover, .btn--alternative:hover {
  background: #4caf50;
}

.btn--download:active, .btn--web-apps:active, .btn--free-download:active, .btn--alternative:active {
  background: #2e7d32;
}

.btn--buy {
  background: #c8921e;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #9b7117;
          box-shadow: 0 2px 0 0 #9b7117;
}

.btn--buy i {
  border-left: 1px solid #f2daa6;
}

.btn--buy:hover {
  background: #e1ab37;
}

.btn--buy:active {
  background: #9b7117;
}

.btn--facebook {
  background: #3b5998;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #384c77;
          box-shadow: 0 2px 0 0 #384c77;
}

.btn--facebook i {
  border-right: 1px solid #516ca5;
  border-left: 0;
}

.btn--facebook:hover {
  background: #516ca5;
}

.btn--facebook:active {
  background: #384c77;
}

.btn--google-plus {
  background: #dd4b39;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #c53e2d;
          box-shadow: 0 2px 0 0 #c53e2d;
}

.btn--google-plus i {
  border-right: 1px solid #d86e61;
  border-left: 0;
}

.btn--google-plus:hover {
  background: #d86e61;
}

.btn--google-plus:active {
  background: #c53e2d;
}

.btn--social strong {
  padding: 6px 12px;
  font-size: 1.8rem;
}

.btn--social i {
  width: auto;
  height: 48px;
  padding: 0 12px;
  font-size: 2.2rem;
}

.btn-more {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0288d1;
  cursor: pointer;
  -webkit-transition: background 0.15s cubic-bezier(0.55, 0, 0.1, 1), color 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: background 0.15s cubic-bezier(0.55, 0, 0.1, 1), color 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background 0.15s cubic-bezier(0.55, 0, 0.1, 1), color 0.15s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 49em) {
  .btn-more {
    display: table;
    margin: 0 auto;
  }
}

.btn-more--outline {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0288d1;
  cursor: pointer;
  display: table;
  text-align: center;
  margin: 18px auto;
  border: 1px solid #0288d1;
  padding: 9px 36px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background 0.15s cubic-bezier(0.55, 0, 0.1, 1), color 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: background 0.15s cubic-bezier(0.55, 0, 0.1, 1), color 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background 0.15s cubic-bezier(0.55, 0, 0.1, 1), color 0.15s cubic-bezier(0.55, 0, 0.1, 1);
}

.btn-more--outline:hover {
  background: #0288d1;
  color: #fff;
}

.btn-more--small {
  font-weight: 300;
  padding: 6px 12px;
  height: 32px;
}

.btn-more--small i {
  font-size: 1.4rem;
  margin-left: 3px;
}

.btn-share {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  float: left;
  color: #9e9e9e;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color 0.3s cubic-bezier(0.55, 0, 0.1, 1), background 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: color 0.3s cubic-bezier(0.55, 0, 0.1, 1), background 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 0.3s cubic-bezier(0.55, 0, 0.1, 1), background 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.btn-share--medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 2rem;
}

.btn-share--large {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 2rem;
}

.btn-share--twitter {
  border: 1px solid #55acee;
  background: #55acee;
  color: #fff;
}

.btn-share--twitter:hover, .btn-share--twitter:active {
  color: #55acee;
  background: #fff;
}

.btn-share--twitter.btn-share--outline {
  color: #55acee;
  background: #fff;
}

.btn-share--twitter.btn-share--outline:hover, .btn-share--twitter.btn-share--outline:active {
  background: #55acee;
  color: #fff;
}

.btn-share--facebook {
  border: 1px solid #3b5998;
  background: #3b5998;
  color: #fff;
}

.btn-share--facebook:hover, .btn-share--facebook:active {
  color: #3b5998;
  background: #fff;
}

.btn-share--facebook.btn-share--outline {
  color: #3b5998;
  background: #fff;
}

.btn-share--facebook.btn-share--outline:hover, .btn-share--facebook.btn-share--outline:active {
  background: #3b5998;
  color: #fff;
}

.btn-share--google {
  border: 1px solid #dd4b39;
  background: #dd4b39;
  color: #fff;
}

.btn-share--google:hover, .btn-share--google:active {
  color: #dd4b39;
  background: #fff;
}

.btn-share--google.btn-share--outline {
  color: #dd4b39;
  background: #fff;
}

.btn-share--google.btn-share--outline:hover, .btn-share--google.btn-share--outline:active {
  background: #dd4b39;
  color: #fff;
}

.btn-share--whatsapp {
  border: 1px solid #43d854;
  background: #43d854;
  color: #fff;
}

.btn-share--whatsapp:hover, .btn-share--whatsapp:active {
  color: #43d854;
  background: #fff;
}

.btn-share--whatsapp.btn-share--outline {
  color: #43d854;
  background: #fff;
}

.btn-share--whatsapp.btn-share--outline:hover, .btn-share--whatsapp.btn-share--outline:active {
  background: #43d854;
  color: #fff;
}

.btn-report {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
  color: #9e9e9e;
  -webkit-transition: color .2s ease, border .2s ease;
  -o-transition: color .2s ease, border .2s ease;
  transition: color .2s ease, border .2s ease;
}

.btn-report:hover {
  color: #0277bd;
  border-color: #0277bd;
}

.btn-report i {
  vertical-align: middle;
  font-size: 1.8rem;
  margin-right: 6px;
}

.icon-menu::before, .icon-buy::before, .icon-search::before, .icon-plus::before, .icon-download::before, .icon-download-alt::before, .icon-free-download::before, .icon-all-platforms::before, .icon-cons::before, .icon-pros::before, .icon-twitter::before, .icon-facebook::before, .icon-close::before, .icon-no-entry::before, .icon-android::before, .icon-blackberry::before, .icon-iphone::before, .icon-mac::before, .icon-windows::before, .icon-windows-phone-7::before, .icon-arrow-right::before, .icon-arrow-left::before, .icon-gallery::before, .icon-avatar::before, .icon-all-platform::before, .icon-whatsapp::before, .icon-google-plus::before, .icon-rss::before, .icon-flickr::before, .icon-linkedin::before, .icon-star::before, .icon-arrow-down::before, .icon-arrow-up::before, .icon-arrow-last::before, .icon-arrow-first::before, .icon-checkmark-circle::before, .icon-cross-circle::before, .icon-bubble::before, .icon-circle-info::before, .icon-circle-exclamation::before, .icon-circle-plus::before, .icon-bullhorn::before, .icon-java::before, .icon-windowsmobile::before, .icon-symbian::before, .icon-palm::before, .icon-web-apps::before, .icon-globe::before, .icon-pocketpc::before, .icon-linux::before, .icon-home::before, .icon-checkmark::before, .icon-thumbs-o-up::before, .icon-thumbs-o-down::before, .icon-checkbox-checked::before, .icon-checkbox-unchecked::before, .icon-cross::before, .icon-browsers::before, .icon-business-productivity::before, .icon-personalization::before, .icon-development::before, .icon-education-reference::before, .icon-games::before, .icon-internet-network::before, .icon-lifestyle::before, .icon-multimedia::before, .icon-security-privacy::before, .icon-social-communication::before, .icon-utilities-tools::before, .icon-travel-navigation::before, .icon-play-button::before, .section-pros-and-cons__pros .section-pros-and-cons__item::before, .section-pros-and-cons__cons .section-pros-and-cons__item::before {
  font-family: "web-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu::before {
  content: "";
}

.icon-buy::before {
  content: "";
}

.icon-search::before {
  content: "";
}

.icon-plus::before {
  content: "";
}

.icon-download::before {
  content: "";
}

.icon-download-alt::before {
  content: "";
}

.icon-free-download::before {
  content: "";
}

.icon-all-platforms::before {
  content: "";
}

.icon-cons::before {
  content: "";
}

.icon-pros::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

.icon-facebook::before {
  content: "";
}

.icon-close::before {
  content: "";
}

.icon-no-entry::before {
  content: "";
}

.icon-android::before {
  content: "";
}

.icon-blackberry::before {
  content: "";
}

.icon-iphone::before {
  content: "";
}

.icon-mac::before {
  content: "";
}

.icon-windows::before {
  content: "";
}

.icon-windows-phone-7::before {
  content: "";
}

.icon-arrow-right::before {
  content: "";
}

.icon-arrow-left::before {
  content: "";
}

.icon-gallery::before {
  content: "";
}

.icon-avatar::before {
  content: "";
}

.icon-all-platform::before {
  content: "";
}

.icon-whatsapp::before {
  content: "";
}

.icon-google-plus::before {
  content: "";
}

.icon-rss::before {
  content: "";
}

.icon-flickr::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-star::before {
  content: "";
}

.icon-arrow-down::before {
  content: "";
}

.icon-arrow-up::before {
  content: "";
}

.icon-arrow-last::before {
  content: "";
}

.icon-arrow-first::before {
  content: "";
}

.icon-checkmark-circle::before {
  content: "";
}

.icon-cross-circle::before {
  content: "";
}

.icon-bubble::before {
  content: "";
}

.icon-circle-info::before {
  content: "";
}

.icon-circle-exclamation::before {
  content: "";
}

.icon-circle-plus::before {
  content: "";
}

.icon-bullhorn::before {
  content: "";
}

.icon-java::before {
  content: "";
}

.icon-windowsmobile::before {
  content: "";
}

.icon-symbian::before {
  content: "";
}

.icon-palm::before {
  content: "";
}

.icon-web-apps::before {
  content: "";
}

.icon-globe::before {
  content: "";
}

.icon-pocketpc::before {
  content: "";
}

.icon-linux::before {
  content: "";
}

.icon-home::before {
  content: "";
}

.icon-checkmark::before {
  content: "";
}

.icon-thumbs-o-up::before {
  content: "";
}

.icon-thumbs-o-down::before {
  content: "";
}

.icon-checkbox-checked::before {
  content: "";
}

.icon-checkbox-unchecked::before {
  content: "";
}

.icon-cross::before {
  content: "";
}

.icon-browsers::before {
  content: "";
}

.icon-business-productivity::before {
  content: "";
}

.icon-personalization::before {
  content: "";
}

.icon-development::before {
  content: "";
}

.icon-education-reference::before {
  content: "";
}

.icon-games::before {
  content: "";
}

.icon-internet-network::before {
  content: "";
}

.icon-lifestyle::before {
  content: "";
}

.icon-multimedia::before {
  content: "";
}

.icon-security-privacy::before {
  content: "";
}

.icon-social-communication::before {
  content: "";
}

.icon-utilities-tools::before {
  content: "";
}

.icon-travel-navigation::before {
  content: "";
}

.icon-play-button::before {
  content: "";
}

.title-subsection {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 12px 0;
}

.title-subsection span {
  font-weight: 300;
}

.title-subsection__link {
  color: #0288d1;
}

.box {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: block;
}

.box::after {
  content: "";
  display: table;
  clear: both;
}

.box--padded {
  padding: 12px;
}

.box--shadow {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.box--hover {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 29em) {
  .box--hover {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  }
}
.button-main-download-s {
  background: #43a047;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 0 #2e7d32;
          box-shadow: 0 2px 0 0 #2e7d32;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.2rem;
  font-weight: 300;
  height: 32px;
  min-width: 120px;
  border-radius: 4px;
  text-align: left;
  float: right;
}

.button-main-download-s:hover {
  background: #4caf50;
  text-decoration: none;
}

.button-main-download-s:active {
  background: #2e7d32;
}

.button-main-download-s strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.3;
  padding: 6px 12px;
  font-size: 1.4rem;
}

.button-main-download-s i {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #4caf50;
  padding: 0 6px;
  font-size: 2rem;
}

.contextual-ads {
  background: #fafafa;
  position: relative;
  padding-bottom: 6px;
}

.leaderboard {
  text-align: center;
}

.leaderboard > div {
  display: inline-block;
  margin: 6px 0 0;
}

.has-wallpaper .leaderboard > div {
  margin: 0;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.leaderboard .ad-content {
  border: 1px solid #e0e0e0;
}

.leaderboard .banner__title {
  display: block;
}

.netseer {
  background-color: #fff;
  margin-bottom: 0;
}

.netseer .section-title {
  font-family: "Roboto Slab Local", Georgia, serif;
  display: block;
  font-size: 2rem;
  font-style: normal;
  text-align: left;
  float: left;
  width: 100%;
  margin: 2% 0;
  padding-left: 2%;
  color: #0288d1;
  border-bottom: 1px solid #e0e0e0;
}

.netseer .section-title {
  font-family: "Roboto Slab", Georgia, serif;
}

.netseer .section-title span {
  display: block;
  float: right;
  font-size: 1rem;
  color: #9e9e9e;
  padding: 15px 10px 0 0;
}

.netseer ul {
  display: inline-block;
  padding: 0 0 15px 20px;
}

.mpu--bordered .ad-content {
  border: 1px solid #e0e0e0;
}

.mpu .banner__title {
  display: block;
}

.no-results__cartoons {
  display: block;
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 23.43%;
  margin: 0 auto;
}

.no-results__title-query {
  font-size: 2rem;
  font-weight: 500;
  margin: 18px;
}

.no-results__title-suggestions {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 18px 6px;
}

.no-results__item {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 3px 18px;
}

.no-results svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.no-results ~ .contextual-ads {
  border-top: 1px solid #e0e0e0;
}

.cartoon-zero-4__shape {
  fill: #43a047;
}

.cartoon-zero-4__eyes {
  fill: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: look-up-right-and-down 8s cubic-bezier(0.55, 0, 0.1, 1) infinite;
          animation: look-up-right-and-down 8s cubic-bezier(0.55, 0, 0.1, 1) infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 320px 228px;
      -ms-transform-origin: 320px 228px;
          transform-origin: 320px 228px;
}

.cartoon-zero-4__pupils {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: look-up-right-and-down-2 8s cubic-bezier(0.55, 0, 0.1, 1) infinite 0.05s;
          animation: look-up-right-and-down-2 8s cubic-bezier(0.55, 0, 0.1, 1) infinite 0.05s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.cartoon-question-mark {
  fill: #0288d1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: wiggle 1s ease-in-out infinite;
          animation: wiggle 1s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.filter-dropdown {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 12px 18px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.2rem;
  z-index: 1;
}

.filter-dropdown__wrapper, .filter-dropdown__title {
  position: relative;
  display: inline-block;
}

.filter-dropdown__title {
  font-weight: 500;
}

.filter-dropdown__item {
  float: left;
  margin-right: 6px;
}

.filter-dropdown__btn-expand {
  display: inline-block;
  padding: 6px 12px;
  border-bottom: 3px solid #bcbcbc;
  font-weight: 300;
  cursor: pointer;
}

.filter-dropdown__menu {
  visibility: hidden;
  opacity: 0;
  min-width: 88px;
  position: absolute;
  left: 0;
  background-color: #fff;
  font-weight: 300;
  white-space: nowrap;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.filter-dropdown__menu a {
  display: block;
  padding: 6px 12px;
}

.filter-dropdown__menu a:hover {
  background-color: #fafafa;
  color: #0288d1;
}

.filter-dropdown .icon-arrow-down {
  display: inline-block;
  margin-left: 6px;
  color: #9e9e9e;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.filter-dropdown__check {
  display: none;
}

.filter-dropdown__check:checked ~ .filter-dropdown__btn-expand {
  background-color: #fafafa;
}

.filter-dropdown__check:checked ~ .filter-dropdown__btn-expand .icon-arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-dropdown__check:checked ~ .filter-dropdown__menu {
  visibility: visible;
  opacity: 1;
}

.cover {
  position: relative;
  background: #424242;
  -webkit-box-shadow: inset 0 0 60px #424242;
          box-shadow: inset 0 0 60px #424242;
  cursor: pointer;
}

.cover__link {
  display: block;
}

.cover__link {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.cover__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cover__link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cover__image {
  height: auto;
  -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: .75;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.cover:hover .cover__image {
  opacity: .85;
  -webkit-transform: scale(1.01, 1.01);
      -ms-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
}

.cover .app-video__play {
  -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-filter 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-filter 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), filter 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), filter 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), filter 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-filter 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}

.cover:hover .app-video__play {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.cover i {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 12px;
  height: 36px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 36px;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  z-index: 5;
}

 .sc-card-affiliation {
  padding: 36px 18px 0;
}

@media (min-width: 49em) {
   .sc-card-affiliation {
    padding: 36px 0 0 36px;
  }
}

 .sc-card-affiliation__content {
  padding: 24px;
  margin-bottom: 36px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 36px;
}

@media (min-width: 49em) {
   .sc-card-affiliation__content {
    display: table;
    vertical-align: middle;
  }
}

 .sc-card-affiliation__badge {
  height: 90px;
  width: 90px;
  line-height: 90px;
  min-width: 90px;
  border-radius: 90px;
  position: absolute;
  text-align: center;
  top: -36px;
  left: -22px;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  z-index: 1;
  background-color: #2e7d32;
  color: #fff;
}

@media (min-width: 49em) {
   .sc-card-affiliation__badge {
    left: -36px;
  }
}

 .sc-card-affiliation__badge:hover {
  text-decoration: none;
}

 .sc-card-affiliation__image {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 49em) {
   .sc-card-affiliation__image {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 6px;
    width: auto;
  }
}

 .sc-card-affiliation__image > a img {
  margin: 0;
  display: inline-block;
  max-width: 140px;
  border: none;
width: 150px;
}

@media (min-width: 49em) {
   .sc-card-affiliation__image > a img {
    display: block;
  }
}

 .sc-card-affiliation__body {
  width: 100%;
  display: block;
}

@media (min-width: 49em) {
   .sc-card-affiliation__body {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
}

 .sc-card-affiliation__text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 12px;
}

 .sc-card-affiliation__text > h3 {
  font-size: 2rem;
  margin: 0 0 6px;
  line-height: 1.2;
}

 .sc-card-affiliation__text > h3 a {
  text-decoration: none;
  color: #424242;
  padding: 0;
}

 .sc-card-affiliation__text > h3 a:hover {
  text-decoration: underline;
}

 .sc-card-affiliation__cta {
  display: block;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 49em) {
   .sc-card-affiliation__cta {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
  }
}

 .sc-card-affiliation__supplier {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
}

 .sc-card-affiliation__price {
  margin: 12px 0 0;
  font-size: 22px;
  color: #2e7d32;
  font-weight: 700;
}

 .sc-card-affiliation__price > strike {
  font-size: 14px;
  color: #9e9e9e;
}

 .sc-card-affiliation__button {
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 18px;
  line-height: 1.5;
  border-radius: .3rem;
  background-color: #2e7d32;
  color: #fff;
  text-decoration: none;
  text-align: center;
  min-width: 100%;
  white-space: nowrap;
  display: block;
  margin-top: 12px;
}

@media (min-width: 49em) {
   .sc-card-affiliation__button {
    margin: 0;
  }
}

 .sc-card-affiliation__button:hover {
  text-decoration: none;
  background-color: #43a047;
}

 .sc-card-program {
  margin-bottom: 24px;
}

 .sc-card-program__body {
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 18px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

 .sc-card-program__body:hover {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

 .sc-card-program__row {
  width: 100%;
}

 .sc-card-program__col-logo {
  width: 80px;
  float: left;
}

@media (min-width: 29em) {
   .sc-card-program__col-logo {
    width: 100px;
  }
}

 .sc-card-program__col-title {
  margin: 0 20px 0 100px;
}

@media (min-width: 29em) {
   .sc-card-program__col-title {
    margin: 0 80px 0 120px;
  }
}

 .sc-card-program__col-rating {
  display: none;
}

@media (min-width: 29em) {
   .sc-card-program__col-rating {
    display: block;
    position: absolute;
    top: 20px;
    right: 22px;
    width: 70px;
  }
}

 .sc-card-program__description {
  font-size: 14px;
  line-height: 1.4;
}

 .sc-card-program__description:empty {
  display: none;
}

 .sc-card-program__title {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
}

 .sc-card-program__button {
  text-transform: uppercase;
  font-size: 16px;
  padding: 6px 18px;
  line-height: 1.6;
  border-radius: .3rem;
  background-color: #2e7d32;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

 .sc-card-program__button:hover {
  text-decoration: none;
}

 .sc-card-program__img {
  border: 0;
  margin: 0;
}

 .sc-card-program__bigpic {
  margin: 0;
}

 .sc-card-program__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

 .sc-card-starred-link {
  margin-bottom: 24px;
}

 .sc-card-starred-link__body {
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 18px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

 .sc-card-starred-link__body:hover {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

 .sc-card-starred-link__row {
  width: 100%;
}

 .sc-card-starred-link__col-logo {
  width: 80px;
  float: left;
}

@media (min-width: 29em) {
   .sc-card-starred-link__col-logo {
    width: 100px;
  }
}

 .sc-card-starred-link__col-title {
  margin-left: 100px;
}

@media (min-width: 29em) {
   .sc-card-starred-link__col-title {
    margin-left: 120px;
  }
}

 .sc-card-starred-link__title {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 18px;
}


 .sc-card-starred-link__button {
  text-transform: uppercase;
  font-size: 18px;
  padding: 6px 18px;
  line-height: 1.5;
  border-radius: .3rem;
  background-color: #2e7d32;
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

 .sc-card-starred-link__button:hover {
  text-decoration: none;
}

 .sc-card-starred-link__img {
  border: 0;
  margin: 0;
}

 .sc-card-starred-link__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

 .sc-card-video {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  position: relative;
  display: table;
  width: 100%;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  margin-bottom: 24px;
}

 .sc-card-video:hover {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

 .sc-card-video__image,  .sc-card-video__body {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

 .sc-card-video__image > img {
  display: block;
  max-width: 100px;
  border: none;
  margin: 0;
}

@media (min-width: 49em) {
   .sc-card-video__image > img {
    max-width: 180px;
  }
}

 .sc-card-video__body {
  width: 100%;
  padding: 0 12px;
}

 .sc-card-video__body > h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

 .sc-card-video__body > p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
}

 .sc-card-video__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

 .sc-card-video .icon-play-button {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  font-size: 4rem;
  text-align: center;
  left: 0;
  top: 1.2rem;
  right: 0;
  bottom: 0;
}

 .list-article-tags {
  margin-bottom: 6px;
}

 .list-article-tags::after {
  content: "";
  display: table;
  clear: both;
}

 .list-article-tags__item {
  float: left;
  margin: 0 6px 6px 12px;
}

 .list-article-tags__item--large {
  margin: 0 6px 12px 24px;
}

 .section-article-tags__title {
  font-size: 12px;
  margin: 12px 0;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
}

 .section-article-tags__title--large {
  font-size: 1.4rem;
  margin: 12px 0;
}

 .has-wallpaper > .wrapper-content {
  padding: 0 18px;
}

 .has-wallpaper .leaderboard-editorial {
  width: 980px;
  background: #eee;
  margin: 0 auto;
}

 .has-wallpaper .wrapper--white {
  background: transparent;
  margin-bottom: 0;
  padding-top: 0;
}

 .has-wallpaper .wrapper--white .wrapper-content {
  padding: 0 18px;
}

 .has-wallpaper .article__title {
  margin-top: 12px;
}

 .has-wallpaper .media-popular-article {
  padding: 12px;
}

 #wallpaper-article-page-desktop {
  height: 0;
}

.article {
  font-family: "Roboto Slab Local", Georgia, serif;
  position: relative;
  padding: 2.1276595745% 0;
  margin-bottom: 18px;
  overflow: visible;
  background: #fff;
  color: #212121;
}

.wf-robotoslab-n4-active .article {
  font-family: "Roboto Slab", Georgia, serif;
}

@media (min-width: 49em) {
  .article {
    padding: 0 0 0 2.1276595745%;
  }
}

.article__header {
  padding: 0 2.1276595745%;
}

@media (min-width: 49em) {
  .article__header {
    padding: 0;
  }
}

.article__header-actions {
  width: 100%;
  float: left;
  padding: 3px 0;
}

.article__header-tags li {
  float: left;
  padding: 3px 0;
  margin-left: 12px;
}

.article__header-tags--medium {
  width: 100%;
  float: left;
  margin: 0 0 12px;
}

.article__header-tags--large {
  float: right;
  margin: 12px 0 0;
}

.article__title {
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.3;
  font-size: 2.6rem;
}

@media (min-width: 49em) {
  .article__title {
    font-size: 3.2rem;
    margin: 0 0 18px;
  }
}

@media (min-width: 79em) {
  .article__title {
    font-size: 3.6rem;
  }
}

.article__excerpt {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 12px;
  line-height: 1.5;
}

@media (min-width: 49em) {
  .article__excerpt {
    font-size: 1.8rem;
  }
}

.article__excerpt a {
  color: #0288d1;
}

.article__cover {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #fafafa;
  margin-bottom: 12px;
  outline: 1px solid #e0e0e0;
}

.article__cover-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 49em) {
  .article__wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.article__info {
  display: block;
  width: 100%;
  padding: 0 2.1276595745%;
  overflow: visible;
}

@media (min-width: 49em) {
  .article__info {
    display: table-cell;
    float: none;
    vertical-align: top;
    width: 100px;
    padding: 0;
    position: relative;
  }
}

.article__content {
  width: 100%;
  padding: 0 2.1276595745%;
}

@media (min-width: 49em) {
  .article__content {
    display: table-cell;
    vertical-align: top;
    width: 82.9787234043%;
    padding: 0 0 0 3.1914893617%;
  }
}

.article__body .btn {
  color: #fff;
  text-decoration: none;
}

.article__body h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 24px 0 12px;
  line-height: 1.5;
}

@media (min-width: 49em) {
  .article__body h1 {
    font-size: 2.8rem;
  }
}

.article__body h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 24px 0 12px;
  line-height: 1.5;
}

@media (min-width: 49em) {
  .article__body h2 {
    font-size: 2.4rem;
  }
}

.article__body h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 24px 0 12px;
  line-height: 1.5;
}

@media (min-width: 49em) {
  .article__body h3 {
    font-size: 2.2rem;
    margin: 36px 0 12px;
  }
}

.article__body h3 a {
  display: inline-block;
  padding: 0 3px;
}

.article__body h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 24px 0 12px;
  line-height: 1.5;
}

@media (min-width: 49em) {
  .article__body h4 {
    font-size: 2rem;
    margin: 36px 0 12px;
  }
}

.article__body h5 {
  font-size: 2rem;
  font-weight: bold;
  margin: 24px 0 12px;
  text-transform: uppercase;
  line-height: 1.5;
}

@media (min-width: 49em) {
  .article__body h5 {
    font-size: 2rem;
  }
}

.article__body h6 {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  margin: 24px 0 12px;
  line-height: 1.5;
}

@media (min-width: 49em) {
  .article__body h6 {
    font-size: 2rem;
  }
}

.article__body p {
  font-size: 1.8rem;
  margin: 24px 0;
  font-weight: 300;
  line-height: 1.6;
}

@media (min-width: 49em) {
  .article__body p {
    line-height: 2;
  }
}

.article__body blockquote {
  border-top: 4px solid #0288d1;
  width: 80%;
  margin: 18px auto 12px;
  padding: 3px 0;
  font-size: 1.6rem;
}

@media (min-width: 49em) {
  .article__body blockquote {
    float: left;
    border: 0;
    border-left: 4px solid #0288d1;
    width: 100%;
    margin: 12px;
    padding: 6px 18px;
  }
}

@media (min-width: 79em) {
  .article__body blockquote {
    border: 0;
    border-top: 4px solid #0288d1;
    width: 40%;
    margin: 18px 24px 18px 0;
    padding: 12px 18px;
  }
}

.article__body blockquote p {
  font-weight: 700;
}

@media (min-width: 49em) {
  .article__body blockquote p {
    font-size: 1.8rem;
  }
}

.article__body a {
  color: #0277bd;
}

.article__body a:hover {
  text-decoration: underline;
}

.article__body img {
  max-width: 100%;
  height: auto;
  margin: 18px auto;
  border: 1px solid #e0e0e0;
}

.article__body img.alignleft {
  display: block;
  float: left;
  margin-right: 18px;
}

.article__body img.aligncenter {
  display: block;
  margin: 18px auto;
}

.article__body img.alignright {
  display: block;
  float: right;
  margin-left: 18px;
}

.article__body p img {
  position: relative;
  margin: 0;
  border: 0;
}

.article__body br {
  display: none;
}

.article__body ol {
  list-style: decimal;
}

.article__body ul {
  list-style: disc;
}

.article__body ol,
.article__body ul {
  display: inline-block;
  width: 100%;
  padding-left: 18px;
  margin: 12px;
}

.article__body ol li,
.article__body ul li {
  font-size: 1.6rem;
  line-height: 1.8;
}

.article__body pre {
  padding: 18px;
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
}

.article__body iframe {
  max-width: 100%;
  border: 0;
}

.article__body iframe[src*="youtube.com"] {
  width: 100%;
  min-height: 56.25%;
}

.article-comments {
  position: relative;
  width: 100%;
  min-height: 186px;
  float: left;
  border-top: 1px solid #e0e0e0;
  padding: 2.1276595745% 2.1276595745% 0;
}

@media (min-width: 49em) {
  .article-comments {
    min-height: 228px;
    padding: 0;
  }
}

.article-comments__widget {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  padding: 3px;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (min-width: 49em) {
  .article-comments__widget {
    padding: 24px;
  }
}

.article-comments__loading-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translate3d(-50%, -50%, 0);
          transform: perspective(1px) translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-size: 1.4rem;
  color: #9e9e9e;
  line-height: 32px;
  white-space: nowrap;
}

.article-comments__loading-message::before {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #0288d1;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #0288d1;
  -webkit-animation: spin 0.7s linear infinite;
          animation: spin 0.7s linear infinite;
  content: "";
  margin-right: 12px;
  vertical-align: middle;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #0288d1;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #0288d1;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #0288d1;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 1px 0 #0288d1;
  }
}

.article-comments__widget[data-lazy='loaded'] + .article-comments__loading-message {
  opacity: 0;
}

.article__share-title {
  font-size: 2.4rem;
  text-align: center;
  margin: 6px 0;
}

.article-author {
  font-family: "Roboto Local", Arial, sans-serif;
  display: block;
  padding: 6px 0;
  text-align: left;
  font-size: 1.2rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  width: 100%;
}

.wf-roboto-n4-active .article-author {
  font-family: "Roboto", Arial, sans-serif;
}

@media (min-width: 49em) {
  .article-author {
    text-align: center;
    border: 0;
    margin-bottom: 18px;
  }
}

.article-author__avatar {
  position: relative;
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 12px;
  background: #e0e0e0;
}

@media (min-width: 49em) {
  .article-author__avatar {
    display: inline-block;
    margin: 0;
    float: none;
    width: 80px;
    height: 80px;
  }
}

.article-author__avatar img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.article-author__name {
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  width: 80%;
}

@media (min-width: 49em) {
  .article-author__name {
    float: none;
    width: auto;
    text-align: center;
  }
}

.article-author__position {
  float: left;
  line-height: 22px;
  width: 40%;
}

@media (min-width: 49em) {
  .article-author__position {
    float: none;
    width: auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
  }
}

.article-author__date {
  float: right;
  line-height: 22px;
  width: 40%;
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 49em) {
  .article-author__date {
    float: none;
    width: auto;
    text-align: center;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: 300;
  }
}

.content-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #eee;
}

.content-video iframe,
.content-video object,
.content-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.latest-videos {
  display: inline-block;
}

.latest-videos li:first-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.347826087%;
}

.latest-videos li {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}

.latest-videos li:last-child {
  float: right;
  margin-right: 0;
}

.list-lastest-articles li {
  margin-bottom: 18px;
}

.article-next-sticky {
  display: block;
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 80;
}

.article-next-sticky__body {
  position: absolute;
  top: 50%;
  right: 0;
  width: 480px;
  height: 116px;
  overflow: hidden;
  padding: 18px 36px 18px 18px;
  background: #555555;
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 78, 78, 0.9)), to(#4e4e4e));
  background: -webkit-linear-gradient(left, rgba(78, 78, 78, 0.9) 0%, #4e4e4e 100%);
  background: -o-linear-gradient(left, rgba(78, 78, 78, 0.9) 0%, #4e4e4e 100%);
  background: linear-gradient(to right, rgba(78, 78, 78, 0.9) 0%, #4e4e4e 100%);
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
      -ms-transform: translateY(-50%) translateX(100%) scale(0.75);
          transform: translateY(-50%) translateX(100%) scale(0.75);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.article-next-sticky__label {
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 6px;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.article-next-sticky__title {
  font-family: "Roboto Slab Local", Georgia, serif;
  font-size: 1.6rem;
  color: #fff;
  padding-right: 24px;
}

.wf-robotoslab-n4-active .article-next-sticky__title {
  font-family: "Roboto Slab", Georgia, serif;
}

.article-next-sticky__title {
  position: relative;
  overflow: hidden;
  height: 3em;
}

.article-next-sticky__title::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36%;
  height: 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #555555));
  background: -webkit-linear-gradient(left, transparent, #555555 50%);
  background: -o-linear-gradient(left, transparent, #555555 50%);
  background: linear-gradient(to right, transparent, #555555 50%);
}

@supports (-webkit-line-clamp: 2) {
  .article-next-sticky__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
  }
  .article-next-sticky__title::after {
    display: none;
  }
}

.article-next-sticky__img {
  float: left;
  margin-right: 12px;
  height: 100%;
}

.article-next-sticky .icon-arrow-right {
  position: relative;
  padding: 18px 6px;
  border: 0 solid #0288d1;
  font-size: 2.4rem;
  background-color: #0288d1;
  color: #fff;
  -webkit-transition: border-width .3s .15s;
  -o-transition: border-width .3s .15s;
  transition: border-width .3s .15s;
  z-index: 85;
}

.article-next-sticky:hover .article-next-sticky__body, .article-next-sticky.is-open .article-next-sticky__body {
  opacity: 1;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transform: translateY(-50%) translateX(0) scale(1);
      -ms-transform: translateY(-50%) translateX(0) scale(1);
          transform: translateY(-50%) translateX(0) scale(1);
}

.article-next-sticky:hover .icon-arrow-right, .article-next-sticky.is-open .icon-arrow-right {
  border-top-width: 24px;
  border-bottom-width: 24px;
}
.rating-score {
  display: inline-block;
  text-align: center;
}

.rating-score__content {
  width: 100%;
  max-height: 100px;
}

.rating-score__text {
  color: #424242;
  font-weight: 300;
  font-size: 1.2rem;
}

.rating-score__text span {
  font-size: 1.4rem;
}

.rating-score__background {
  fill: none;
  stroke: #0288d1;
  stroke-width: 5.5;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

.rating-score__value {
  fill: none;
  stroke: #e0e0e0;
  stroke-dasharray: 100;
}

.rating-score__number {
  width: 100%;
  letter-spacing: -.09em;
  font-weight: 400;
  font-size: 18px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  fill: #424242;
}

.rating-score--animated {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.rating-score--animated .rating-score__background {
  -webkit-animation: color 1.3s ease .3s;
          animation: color 1.3s ease .3s;
}

.rating-score--animated .rating-score__value {
  -webkit-animation: dash 1.6s cubic-bezier(0.55, 0, 0.1, 1);
          animation: dash 1.6s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.rating-score--animated .rating-score__number {
  -webkit-animation: text-load 1.8s cubic-bezier(0.55, 0, 0.1, 1);
          animation: text-load 1.8s cubic-bezier(0.55, 0, 0.1, 1);
}

.rating-score--animated .rating-score__text {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: word-load 0.8s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
          animation: word-load 0.8s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.rating-score--bad {
  stroke: #bf360c;
}

.rating-score--regular {
  stroke: #ffb300;
}

.rating-score--good {
  stroke: #0288d1;
}

.rating-score--medium .rating-score__content {
  width: 65px;
  height: 65px;
}

.rating-score--medium .rating-score__text {
  font-size: 1.6rem;
}

.rating-score--medium .rating-score__number {
  font-weight: 300;
}

.rating-score--small .rating-score__content {
  width: 50px;
  height: 50px;
}

.rating-score--small .rating-score__text {
  font-size: 1.4rem;
}

.rating-score--xsmall .rating-score__content {
  width: 40px;
  height: 40px;
}

.rating-score--xsmall .rating-score__text {
  font-size: 1.2rem;
}

@-webkit-keyframes dash-0 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-0 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.rating-score__value--0 {
  stroke-dashoffset: 0;
}

.rating-score--animated .rating-score__value--0 {
  -webkit-animation-name: dash-0;
          animation-name: dash-0;
}

@-webkit-keyframes dash-10 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 10;
  }
}

@keyframes dash-10 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 10;
  }
}

.rating-score__value--10 {
  stroke-dashoffset: 10;
}

.rating-score--animated .rating-score__value--10 {
  -webkit-animation-name: dash-10;
          animation-name: dash-10;
}

@-webkit-keyframes dash-20 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 20;
  }
}

@keyframes dash-20 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 20;
  }
}

.rating-score__value--20 {
  stroke-dashoffset: 20;
}

.rating-score--animated .rating-score__value--20 {
  -webkit-animation-name: dash-20;
          animation-name: dash-20;
}

@-webkit-keyframes dash-30 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 30;
  }
}

@keyframes dash-30 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 30;
  }
}

.rating-score__value--30 {
  stroke-dashoffset: 30;
}

.rating-score--animated .rating-score__value--30 {
  -webkit-animation-name: dash-30;
          animation-name: dash-30;
}

@-webkit-keyframes dash-40 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 40;
  }
}

@keyframes dash-40 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 40;
  }
}

.rating-score__value--40 {
  stroke-dashoffset: 40;
}

.rating-score--animated .rating-score__value--40 {
  -webkit-animation-name: dash-40;
          animation-name: dash-40;
}

@-webkit-keyframes dash-50 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 50;
  }
}

@keyframes dash-50 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 50;
  }
}

.rating-score__value--50 {
  stroke-dashoffset: 50;
}

.rating-score--animated .rating-score__value--50 {
  -webkit-animation-name: dash-50;
          animation-name: dash-50;
}

@-webkit-keyframes dash-60 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 60;
  }
}

@keyframes dash-60 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 60;
  }
}

.rating-score__value--60 {
  stroke-dashoffset: 60;
}

.rating-score--animated .rating-score__value--60 {
  -webkit-animation-name: dash-60;
          animation-name: dash-60;
}

@-webkit-keyframes dash-70 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 70;
  }
}

@keyframes dash-70 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 70;
  }
}

.rating-score__value--70 {
  stroke-dashoffset: 70;
}

.rating-score--animated .rating-score__value--70 {
  -webkit-animation-name: dash-70;
          animation-name: dash-70;
}

@-webkit-keyframes dash-80 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 80;
  }
}

@keyframes dash-80 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 80;
  }
}

.rating-score__value--80 {
  stroke-dashoffset: 80;
}

.rating-score--animated .rating-score__value--80 {
  -webkit-animation-name: dash-80;
          animation-name: dash-80;
}

@-webkit-keyframes dash-90 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 90;
  }
}

@keyframes dash-90 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 90;
  }
}

.rating-score__value--90 {
  stroke-dashoffset: 90;
}

.rating-score--animated .rating-score__value--90 {
  -webkit-animation-name: dash-90;
          animation-name: dash-90;
}

@-webkit-keyframes dash-100 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 100;
  }
}

@keyframes dash-100 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 100;
  }
}

.rating-score__value--100 {
  stroke-dashoffset: 100;
}

.rating-score--animated .rating-score__value--100 {
  -webkit-animation-name: dash-100;
          animation-name: dash-100;
}


h1.entry-title {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin: 20px 0;
    line-height: 1.2;
}

main#main {
    width: 960px;
    display: inline-block;
}

div#primary {
    text-align: center;
}

.post-thumbnail {
    width: 740px;
    margin-left: 200px;
    margin-bottom: 30px;
}

.entry-content {
    width: 740px;
    margin-left: 200px;
    text-align: left;
}

.entry-content p{
    text-align: left;
    font-size: 18px;
    margin: 20px 0 30px;
    line-height: 2;
}


header#masthead {
    display: none;
}

body {
    background: white !important;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

a.skip-link.screen-reader-text {
    display: none;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

footer.entry-footer {
    display: none;
}

div#comments {
    display: none;
}

nav.navigation.post-navigation {
    display: none;
}

aside#secondary {
    display: none;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}

a {
    color: #0277bd;
}
/*# sourceMappingURL=main-desktop.css.map */
