/* =========================================================
   PREMIUM PAYWALL
========================================================= */
.premium-paywall,
.premium-paywall *,
.premium-paywall *::before,
.premium-paywall *::after {
  box-sizing: border-box;
}
.pay-wall-box:has(.premium-paywall) {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
#seoModal > .modal {
  padding: 20px;
}
#seoModal .modal-content {
  position: relative;
  width: 760px;
  max-width: calc(60vw);
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24), 0 8px 24px rgba(0, 0, 0, 0.08);
}
#seoModal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: auto;
  margin: 0 !important;
  padding: 22px !important;
  border: 0 !important;
  background: transparent !important;
}
#seoModal .modal-header .close {
  position: relative;
  float: none !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e3e7e4 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1;
  opacity: 1 !important;
  text-shadow: none !important;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
#seoModal .modal-header .close::before,
#seoModal .modal-header .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #28323a;
}
#seoModal .modal-header .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#seoModal .modal-header .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#seoModal .modal-header .close:hover {
  background: #f5f5f5 !important;
  transform: rotate(90deg);
}
#seoModal .modal-body {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
}
.premium-paywall {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 60px 40px;
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
.premium-paywall__wave {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}
.premium-paywall__wave-color {
  stop-color: #49a3e8;
  stop-opacity: .08;
}
.premium-paywall__wave--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 285px;
}
.premium-paywall__wave--bottom {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 265px;
}
.premium-paywall__lock {
  position: relative;
  z-index: 10;
  width: 132px;
  height: 132px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  border-radius: 50%;
  background: #ffffff;
  color: #49a3e8;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09);
}
.premium-paywall__lock svg {
  display: block;
  width: 66px;
  height: 66px;
}
.premium-paywall__headline {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 680px;
  margin: 0 !important;
  padding: 0;
  color: #182129;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -1px;
  text-align: center;
  text-transform: none !important;
}
.premium-paywall__description {
  position: relative;
  z-index: 10;
  width: 600px;
  max-width: 100%;
  margin: 18px 0 0 !important;
  padding: 0;
  color: #69737c;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.premium-paywall__subscription-copy {
  position: relative;
  z-index: 10;
  width: 620px;
  max-width: 100%;
  margin-top: 18px;
  padding: 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
.premium-paywall__subscription-title {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  color: #182129;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.premium-paywall__subscription-text {
  width: 100%;
  margin: 2px 0 0 !important;
  padding: 0;
  color: #69737c;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.premium-paywall__actions {
  position: relative;
  z-index: 10;
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-top: 20px;
}
.premium-paywall__login {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  margin: 0;
  border: 0;
  border-radius: 100px;
  background: linear-gradient(135deg, #49a3e8 0%, #2e95e5 100%);
  color: #ffffff !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(73, 163, 232, 0.15);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.premium-paywall__login:link,
.premium-paywall__login:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}
.premium-paywall__login:hover,
.premium-paywall__login:focus,
.premium-paywall__login:active {
  color: #ffffff !important;
  text-decoration: none !important;
}
.premium-paywall__login:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(73, 163, 232, 0.22);
  filter: brightness(1.02);
}
.premium-paywall__subscribe {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  margin: 0;
  border: 2px solid #49a3e8;
  border-radius: 100px;
  background: #ffffff !important;
  color: #49a3e8 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.premium-paywall__subscribe:link,
.premium-paywall__subscribe:visited,
.premium-paywall__subscribe:hover,
.premium-paywall__subscribe:focus,
.premium-paywall__subscribe:active {
  background: #ffffff !important;
  color: #49a3e8 !important;
  text-decoration: none !important;
}
.premium-paywall__subscribe:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(73, 163, 232, 0.08);
}
@media (max-width: 650px) {
  #seoModal > .modal {
    padding: 0 !important;
  }
  #seoModal .modal-content {
    width: calc(80vw) !important;
    max-width: calc(80vw) !important;
    margin: 10px auto !important;
    border-radius: 18px;
    overflow: hidden;
  }
  #seoModal .modal-header {
    padding: 12px !important;
  }
  #seoModal .modal-header .close {
    width: 40px;
    height: 40px;
  }
  #seoModal .modal-header .close::before,
  #seoModal .modal-header .close::after {
    width: 16px;
  }
  .premium-paywall {
    width: 100%;
    padding: 45px 24px 28px;
    border-radius: 18px;
  }
  .premium-paywall__lock {
    width: 88px;
    height: 88px;
    margin: 0 0 16px;
  }
  .premium-paywall__lock svg {
    width: 44px;
    height: 44px;
  }
  .premium-paywall__headline {
    width: 100%;
    max-width: 100%;
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: -.6px;
  }
  .premium-paywall__headline br {
    display: none;
  }
  .premium-paywall__description {
    width: 100%;
    max-width: 100%;
    margin-top: 14px !important;
    font-size: 15px;
    line-height: 1.4;
    white-space: normal !important;
    overflow-wrap: break-word;
  }
  .premium-paywall__subscription-copy {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
    padding: 0;
  }
  .premium-paywall__subscription-title {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal !important;
    overflow-wrap: break-word;
  }
  .premium-paywall__subscription-text {
    width: 100%;
    max-width: 100%;
    margin-top: 3px !important;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal !important;
    overflow-wrap: break-word;
  }
  .premium-paywall__subscription-text br {
    display: none;
  }
  .premium-paywall__actions {
    width: 100%;
    max-width: 100%;
    margin-top: 17px;
    gap: 10px;
  }
  .premium-paywall__login,
  .premium-paywall__subscribe {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border-radius: 100px;
    font-size: 16px;
  }
  .premium-paywall__wave--top {
    height: 180px;
  }
  .premium-paywall__wave--bottom {
    height: 155px;
  }
}
@media (max-width: 420px) {
  #seoModal .modal-content {
    width: calc(88vw) !important;
    max-width: calc(88vw) !important;
    margin: 6px auto !important;
    border-radius: 16px;
  }
  .premium-paywall {
    padding: 40px 18px 24px;
    border-radius: 16px;
  }
  .premium-paywall__lock {
    width: 76px;
    height: 76px;
    margin-bottom: 14px;
  }
  .premium-paywall__lock svg {
    width: 38px;
    height: 38px;
  }
  .premium-paywall__headline {
    font-size: 24px;
    line-height: 1.14;
    letter-spacing: -.5px;
  }
  .premium-paywall__description {
    margin-top: 12px !important;
    font-size: 14px;
    line-height: 1.4;
  }
  .premium-paywall__subscription-copy {
    margin-top: 12px;
  }
  .premium-paywall__subscription-title,
  .premium-paywall__subscription-text {
    font-size: 14px;
    line-height: 1.35;
  }
  .premium-paywall__actions {
    margin-top: 15px;
    gap: 9px;
  }
  .premium-paywall__login,
  .premium-paywall__subscribe {
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
  .premium-paywall__wave--top {
    height: 165px;
  }
  .premium-paywall__wave--bottom {
    height: 145px;
  }
}
@media (max-width: 360px) {
  #seoModal .modal-content {
    width: calc(90vw) !important;
    max-width: calc(90vw) !important;
    margin: 5px auto !important;
  }
  .premium-paywall {
    padding: 36px 14px 20px;
  }
  .premium-paywall__lock {
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
  }
  .premium-paywall__lock svg {
    width: 34px;
    height: 34px;
  }
  .premium-paywall__headline {
    font-size: 22px;
    line-height: 1.13;
  }
  .premium-paywall__description {
    margin-top: 10px !important;
    font-size: 13px;
  }
  .premium-paywall__subscription-copy {
    margin-top: 10px;
  }
  .premium-paywall__subscription-title,
  .premium-paywall__subscription-text {
    font-size: 13px;
    line-height: 1.35;
  }
  .premium-paywall__actions {
    margin-top: 13px;
    gap: 8px;
  }
  .premium-paywall__login,
  .premium-paywall__subscribe {
    height: 47px;
    font-size: 14px;
  }
  .premium-paywall__wave--top {
    height: 150px;
  }
  .premium-paywall__wave--bottom {
    height: 135px;
  }
}
article .content {
  font-size: 18px;
}
p::selection {
  color: #ffffff;
  background: #49a3e8;
}
p::-moz-selection {
  color: #ffffff;
  background: #49a3e8;
}
h3 {
  margin-top: 30px;
  font-weight: 900;
}
article .article-lead {
  font-size: 22px;
  font-weight: 900;
  font-family: "Playfair Display";
}
article .content aside {
  color: #848484;
  font-size: 16px;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #fff;
}
.block .article .text .post-link .title {
  line-height: 1.2;
}
.fix {
  margin-top: 25px;
}
.releases .cover img {
  background: #fff;
}
article .content blockquote {
  margin: 60px 0;
}
header .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.1em;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.block {
  padding: 40px 0;
}
.block .article .text .title {
  font-weight: 400;
  font-size: 20px;
}
.block .article .text .details {
  font-size: 12px;
}
header .search-form input[type="text"] {
  padding: 20px 50px 0px 50px;
  font-size: 18px;
}
header .search-form .btn {
  color: #49a3e8;
  top: 0px;
  font-size: 25px;
}
.block .block-title span {
  border-bottom: 1px solid #49a3e8 !important;
  color: #49a3e8;
  padding: 5px 15px 5px 5px;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: bold;
}
.block .block-title {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 16px;
}
.block .new-release-block {
  color: #49a3e8;
}
.block .new-release-block .release-title {
  font-size: 37px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block .new-release-block .release-article {
  border-bottom: 1px dotted #a8a8a8;
  padding: 10px 0;
  color: #303030;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px dotted #49a3e8;
}
.release-article.top-border {
  border-top: 1px dotted #49a3e8;
}
.release-number-title {
  font-size: 36px;
  text-align: center;
  border-bottom: 1px dotted #a8a8a8;
}
.block {
  padding: 30px 0;
}
.block .new-release-block .release-image {
  background: #ffffff;
}
.releases .list .post .author {
  color: red;
}
.releases .list .post .post-title {
  margin-bottom: 3px;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 900;
}
.releases .list .category-name {
  color: #333;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 600;
}
.releases .list .post .author {
  color: #49a3e8;
}
.block .article.separated .text {
  font-size: 18px;
}
.article.article .post-title {
  font-weight: 900;
}
#footer .newsletter {
  background: #fafafa;
  border-top: 1px solid #eee;
}
#footer .footer {
  background-color: #333;
}
#footer .copyright {
  color: #f0f0f0;
  background-color: #333;
}
.block .new-release-block .release-article.top-border {
  border-top: 1px dashed #49a3e8;
}
.block .new-release-block {
  border: 1px dashed #49a3e8;
}
.block .new-release-block .release-number-title {
  border-bottom: 1px dashed #49a3e8;
}
.block .new-release-block .release-number {
  font-size: 108px;
  border-bottom: 1px dashed #49a3e8;
}
.block .new-release-block .release-name {
  border-bottom: 1px dotted #49a3e8;
  padding-bottom: 8px;
}
.block .new-release-block .btn-sub-release {
  border: 2px solid #f5f5f5;
  background-color: #49a3e8;
  padding: 18px 58px;
  margin-top: 15px;
  color: #f5f5f5;
  vertical-align: middle;
  align-content: center;
}
.number-slider .item a.active {
  color: #333;
}
.releases .contents-header {
  margin-top: 27px;
  color: #333;
  font-size: 30px;
}
.releases .details .number {
  color: #333;
}
.releases .details .date {
  font-size: 50px;
  margin-bottom: 44px;
  color: #333;
}
.releases .list a:hover {
  text-decoration: underline;
}
header .navbar-default .navbar-nav > li > a:after {
  position: absolute;
  color: #ce0000 !important;
  right: 0;
  content: "";
}
.block .article .tags .tag {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.block .article.separated .text .details .author {
  color: #009fe3;
  font-size: 12px;
  font-weight: 400;
}
.searching #query {
  width: 100%;
}
#search-results {
  width: 100%;
}
.text-elipsis {
  white-space: normal;
}
#search-results .result .title {
  padding: 0px 0 0 5px;
}
.search-elem {
  margin-bottom: 50px;
}
.search-elem .title {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 18px;
}
#filters .filters:not(.inline) [type=checkbox]:checked + label:before,
#filters .filters:not(.inline) [type=checkbox]:not(:checked) + label:before {
  background: none;
}
#filters .filters:not(.inline) [type=checkbox]:checked + label:after,
#filters .filters:not(.inline) [type=checkbox]:not(:checked) + label:after {
  color: #49a3e8;
}
#filters .filters.inline [type=checkbox]:checked + label {
  color: #49a3e8;
}
.search-elem .content .highlight {
  color: #333333 !important;
  background-color: rgba(241, 255, 26, 0.85);
  padding: 3px;
}
.block .new-release-block a:hover {
  font-weight: 900;
}
.filters-background {
  background: none;
}
.konfa {
  background: #49a3e8 !important;
  color: #ffffff !important;
}
a.konfa:link,
visited {
  background: #49a3e8 !important;
  color: #ffffff !important;
}
a.konfa:hover,
active {
  background: none !important;
  color: #49a3e8 !important;
}
.file-post-title {
  font-size: 38px !important;
}
article .tags-review {
  font-size: 18px;
}
.author-description {
  font-size: 18px !important;
  font-family: 'Source Sans Pro', sans-serif;
}
#footer .footer-tag {
  padding: 8px;
}
.block .article {
  margin-top: 0px;
}
.partnerzy {
  text-align: center;
}
.partnerzy img {
  -webkit-filter: grayscale(25%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(25%);
  margin: 10px 30px 10px 30px;
}
.partnerzy a:hover img {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}
.polecamy {
  text-align: center;
}
p.polecamy-opis {
  font-size: 14px;
  margin-top: 15px;
}
p.polecamy-rabat {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
a.polecamy-btn {
  border: 2px solid #49a3e8;
  background-color: #ffffff;
  padding: 8px 12px;
  color: #49a3e8;
  vertical-align: middle;
  align-content: center;
  text-decoration: none;
  font-size: 14px;
}
a.polecamy-btn:link,
visited {
  background-color: #ffffff;
  color: #49a3e8;
}
a.polecamy-btn:hover,
active {
  background-color: #49a3e8;
  color: #ffffff;
}
.polecamy-space {
  height: 30px !important;
}
header .main-bar {
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}
header .main-bar .container {
  background-image: none;
}
article .post-sub-title {
  font-family: "Playfair Display";
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
}
.simplebox {
  background: #ffffff;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  font-size: 15px;
  margin: 20px 0;
}
h2.simplebox-title {
  color: #000;
  padding-bottom: 10px;
  border-bottom: 3px solid #49a3e8;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 20px;
}
.read-progress-bar {
  height: 7px;
  background-color: #49a3e8;
}
table.content-table {
  background-color: #fafafa;
  border: none;
  /*box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);*/
  margin-top: 25px;
  margin-bottom: 25px;
}
table.content-table tr:nth-child(1) {
  background-color: #49a3e8;
}
table.content-table tr:nth-child(1) p,
td {
  color: #ffffff;
}
table.content-table td,
th {
  border: 1px solid #ffffff;
  vertical-align: top;
  padding: 10px 10px 0 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
}
table.content-table td:first-child {
  padding-left: 20px;
}
table.content-table td:last-child {
  padding-right: 20px;
}
table.content-table tr {
  border-bottom: 1px solid #f2f2f2;
}
table.content-table tr:last-child td {
  border-bottom: none !important;
}
.cover-lead {
  font-size: 16px !important;
}
#footer .newsletter {
  display: none;
}
/* paywall */
.pay-wall-box {
  background: #fff;
}
.box h3 {
  text-align: center;
  top: 80px;
  color: #999;
}
.box .tagline {
  font-size: 3vh;
  display: block;
  color: #49a3e8;
  padding: 10px;
}
.box .ptaszki {
  font-size: 18px;
  color: #999;
  display: block;
  padding: 0px 60px 10px 60px;
}
.box ul {
  line-height: 1.4;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.box li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #49a3e8;
}
.box {
  width: 100%;
  background: #ffffff;
  padding: 30px;
  text-align: center;
  align-content: center;
  border-top: 3px solid #666666;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.effect4 {
  position: relative;
}
.pay-wall-button {
  display: inline-block;
  font-size: 3vh;
  line-height: 19px;
  text-align: center;
  background-color: #49a3e8;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  transition: all 0.4s;
  width: 30%;
  text-decoration: none;
}
.pay-wall-zarejestruj {
  display: inline-block;
  font-size: 2.5vh;
  line-height: 19px;
  text-align: center;
  background-color: #49a3e8;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  transition: all 0.4s;
  width: 30%;
  text-decoration: none;
}
.pay-wall-zaloguj {
  display: inline-block;
  font-size: 2.5vh;
  line-height: 19px;
  text-align: center;
  background-color: #fff;
  color: #49a3e8;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  transition: all 0.4s;
  width: 30%;
  text-decoration: none;
  border: 1px solid #49a3e8;
}
/* paywall koniec */
/* banery */
@media only screen and (max-width: 477px) {
  img.baner-mobile {
    display: block;
  }
  img.baner-desktop {
    display: none;
  }
}
@media only screen and (min-width: 478px) {
  img.baner-mobile {
    display: none;
  }
  img.baner-desktop {
    display: block;
  }
}
/* LP */
.lp_mobile {
  display: none;
}
@media (max-width: 478px) {
  .lp_mobile {
    display: block;
  }
  .lp_desktop {
    display: none;
  }
}
.btn {
  cursor: pointer !important;
}
header .main-bar .promo-text {
  display: none;
}
body {
  font-family: 'Source Sans Pro', sans-serif, 'Ubuntu', sans-serif;
  font-weight: 300;
}
.swal2-modal {
  font-family: 'Source Sans Pro', sans-serif, 'Ubuntu', sans-serif !important;
}
table.simple,
.subscription .price {
  font-family: 'Source Sans Pro', sans-serif, 'Ubuntu', sans-serif;
}
article .tags-review a:hover {
  color: #49a3e8;
}
.expand-release-description {
  border-bottom: 1px solid #49a3e8;
  color: #49a3e8;
}
.btn-1 {
  background-color: #49a3e8;
}
.block .article .tags .tag {
  background: #49a3e8;
}
.block .article .text .lead:before {
  background: #49a3e8;
}
.block .block-title span {
  border-bottom: 1px solid #49a3e8;
}
header .promo-text {
  color: #49a3e8;
}
header .btn-border {
  border: 2px solid #49a3e8;
  color: #49a3e8;
}
header .btn-border:hover {
  background: #49a3e8;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #49a3e8;
}
header .search-form input[type="text"] {
  border-bottom: 2px solid #49a3e8;
}
header .search-form .btn {
  color: #49a3e8;
}
.get-in {
  color: #49a3e8;
}
.text-primary {
  color: #49a3e8;
}
.btn.btn-default {
  border: 2px solid #49a3e8;
  color: #49a3e8;
}
.btn-primary {
  border: 2px solid #49a3e8;
  background-color: #49a3e8;
}
.pay-wall-box .year-price,
.pay-wall-box .month-price {
  color: #49a3e8;
}
.pay-wall-box .plan {
  color: #49a3e8;
}
.search-elem .section {
  background: #49a3e8;
}
.search-elem .details .author {
  color: #49a3e8;
}
.filter-name {
  border-bottom: 2px solid #49a3e8;
}
.filters li .order i.active {
  color: #49a3e8;
}
.filters li.active > i {
  color: #49a3e8;
}
.btn-load-more {
  background: #49a3e8;
}
.block .article.separated .text .details .author {
  color: #49a3e8;
}
#submit-filters input[type="submit"] {
  background: #49a3e8;
}
article .post-title {
  font-family: "Playfair Display";
}
article.article .article-content h1,
article.article .article-content h2:not(.simplebox-title),
article.article .article-content h3,
article.article .article-content h4,
article.article .article-content h5,
article.article .article-content h6 {
  font-family: "Playfair Display";
}
article .content blockquote::before {
  color: #49a3e8;
}
article .content blockquote::after {
  color: #49a3e8;
}
.breadcrumbs__link:hover {
  color: #49a3e8;
}
.testimonial .content {
  font-family: "Playfair Display";
}
.number-slider .item {
  font-family: "Playfair Display";
}
.releases .details {
  font-family: "Playfair Display";
}
.releases .contents-header {
  font-family: "Playfair Display";
}
.search-elem .title {
  font-family: "Playfair Display";
}
.block .new-release-block .release-title {
  font-family: "Playfair Display";
}
.search-elem .content .highlight {
  color: #49a3e8;
}
article.article .details-on-image p.section {
  color: #49a3e8;
}
article .content a.footnote {
  color: #49a3e8;
}
article .content aside .ref-mark {
  color: #49a3e8;
}
#filters .multiple.active {
  color: #49a3e8;
}
header .navbar-default .navbar-nav > li a.active {
  color: #49a3e8 !important;
}
#related-posts-menu li .active {
  border-bottom: 1px solid #49a3e8;
}
a {
  color: #49a3e8;
}
.text-primary {
  color: #49a3e8;
}
.bg-primary {
  background-color: #49a3e8;
}
.btn-primary {
  background-color: #49a3e8;
  border-color: #49a3e8;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #49a3e8;
  border-color: #49a3e8;
}
.btn-primary .badge {
  color: #49a3e8;
}
.btn-link {
  color: #49a3e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #49a3e8;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #49a3e8;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #49a3e8;
}
.pagination > li > a,
.pagination > li > span {
  color: #49a3e8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #49a3e8;
  border-color: #49a3e8;
}
.label-primary {
  background-color: #49a3e8;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #49a3e8;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #49a3e8;
}
.progress-bar {
  background-color: #49a3e8;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #49a3e8;
  border-color: #49a3e8;
}
.panel-primary {
  border-color: #49a3e8;
}
.panel-primary > .panel-heading {
  background-color: #49a3e8;
  border-color: #49a3e8;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #49a3e8;
}
.panel-primary > .panel-heading .badge {
  color: #49a3e8;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #49a3e8;
}
#nav-main > ul > li a.active {
  color: #49a3e8 !important;
}
.release-menu__link {
  color: #49a3e8;
}
.release-menu__link:hover i {
  color: #49a3e8;
}
.releases .download-section .info-text .blue {
  color: #49a3e8;
}
.new-filters__column-name {
  background: #49a3e8;
}
.new-filters__name {
  background: #49a3e8;
}
.new-filters__listing-name {
  color: #49a3e8;
}
.new-filters__listing-details {
  color: #49a3e8;
}
.new-filters__breadcrumbs-container:before {
  background: #49a3e8;
}
.new-filters__mark-all span {
  color: #49a3e8;
}
.file-page__download-button {
  color: #49a3e8 !important;
}
.file-page__cover {
  border: 1px solid #49a3e8;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #49a3e8;
}
label:hover input[type="radio"] ~ i.fa {
  color: #49a3e8;
}
div[data-toggle="buttons"] label:hover {
  color: #49a3e8;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: #49a3e8;
  color: #FFF;
}
.release-listing__img-outer img {
  border: 1px solid #49a3e8;
}
.release-listing__btn {
  background: #49a3e8;
}
