.clear {
  display: table;
  clear: both;
}
body {
  font-family: Arial;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.container-fluid {
  max-width: 1220px;
}
@font-face {
  font-family: 'Stag';
  src: url('../fonts/StagSemibold.eot');
  src: url('../fonts/StagSemibold.eot') format('embedded-opentype'), url('../fonts/StagSemibold.woff2') format('woff2'), url('../fonts/StagSemibold.woff') format('woff'), url('../fonts/StagSemibold.ttf') format('truetype'), url('../fonts/StagSemibold.svg#StagSemibold') format('svg');
  font-weight: 500;
}
@font-face {
  font-family: 'Stag';
  src: url('../fonts/StagBold.eot');
  src: url('../fonts/StagBold.eot') format('embedded-opentype'), url('../fonts/StagBold.woff2') format('woff2'), url('../fonts/StagBold.woff') format('woff'), url('../fonts/StagBold.ttf') format('truetype'), url('../fonts/StagBold.svg#StagBold') format('svg');
  font-weight: 700;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/RobotoRegular.eot');
  src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/RobotoRegular.woff2') format('woff2'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
  fotn-weight: normal;
}
@font-face {
  font-family: 'PTSerif';
  src: url('../fonts/PT_SerifWebRegular.eot');
  src: url('../fonts/PT_SerifWebRegular.eot') format('embedded-opentype'), url('../fonts/PT_SerifWebRegular.woff2') format('woff2'), url('../fonts/PT_SerifWebRegular.woff') format('woff'), url('../fonts/PT_SerifWebRegular.ttf') format('truetype'), url('../fonts/PT_SerifWebRegular.svg#PT_SerifWebRegular') format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('../fonts/RobotoSlabBold.eot');
  src: url('../fonts/RobotoSlabBold.eot') format('embedded-opentype'), url('../fonts/RobotoSlabBold.woff2') format('woff2'), url('../fonts/RobotoSlabBold.woff') format('woff'), url('../fonts/RobotoSlabBold.ttf') format('truetype'), url('../fonts/RobotoSlabBold.svg#RobotoSlabBold') format('svg');
  font-weight: bold;
}
/* --- FontAwesome --- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/* --- FontAwesome end --- */
/* MOBILE-UP
---------------------------------------*/
.mt {
  margin-top: 20px !important;
}
body.close-body {
  height: 100%;
  overflow: hidden;
}
/* --- header --- */
body.fixed-header {
  padding-top: 62px;
}
body.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
header {
  min-height: 62px;
  background: url('../images/bg-header.png') 50% 0 repeat #272727;
}
header .logo {
  display: block;
  float: left;
  margin: 15px 0 0;
}
header .navbar-toggle {
  padding: 0;
  border-radius: 0;
  margin-top: 16px;
  margin-right: 7px;
  cursor: pointer;
}
header .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 40px;
  height: 7px;
  border-radius: 0;
}
header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
header .menu-wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  left: -220px;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  max-width: 80%;
  width: 214px;
  background: #272727;
  -moz-transition: left 0.3s ease-out 0s;
  -ms-transition: left 0.3s ease-out 0s;
  -webkit-transition: left 0.3s ease-out 0s;
  -o-transition: left 0.3s ease-out 0s;
  transition: left 0.3s ease-out 0s;
}
header .menu-wrap.shown {
  left: 0;
}
header .menu-close {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(39, 39, 39, 0.5);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
header .menu-close.shown {
  display: block;
  opacity: 1;
}
header nav.navbar {
  border: none;
  min-height: 0;
  margin-bottom: 0;
  clear: both;
  box-shadow: none;
}
header .nav {
  margin: 25px 0 20px;
}
header .nav li + li {
  margin: 16px 0 0 0;
}
header .nav li:hover a,
header .nav li.active a {
  color: #ffc600;
  background: none;
}
header .nav li a {
  padding: 0 20px;
  font-size: 16px;
  font-family: 'Roboto';
  color: #fff;
  background: none;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
header .nav li a:focus {
  background-color: transparent;
}
header .social {
  float: right;
  margin: 22px 0 0 9px;
  font-size: 18px;
}
header .social a {
  color: #fff;
}
header .social a.newsletter-link {
  display: inline-block;
  width: auto;
  height: 18px;
  background: linear-gradient(to right, #eec400, #ff9700);
  line-height: 18px;
  font-size: 13px;
  border-radius: 2px;
  font-weight: bold;
  color: black;
  vertical-align: bottom;
  padding: 0 15px;
}
header .social a.contact-link {
  font-size: 20px;
}
header .social a + a {
  margin: 0 0 0 4px;
}
header .social a:hover,
header .social a:focus {
  text-decoration: none;
}
header .search-toggle {
  margin: 24px 0 0 0;
  width: 22px;
  height: 17px;
  padding: 1px 0 0;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
header .search {
  position: fixed;
  top: 0;
  right: 103%;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
header .search.open-search {
  right: 0;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header .search.open-search .close-search-btn:before,
header .search.open-search .close-search-btn:after {
  opacity: 1;
  -moz-transition: all 0.8s ease 0.4s;
  -ms-transition: all 0.8s ease 0.4s;
  -webkit-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
header .search.open-search .close-search-btn:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .search.open-search .close-search-btn:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .search.open-search button .fa {
  -moz-transition: all 1.2s ease 0.5s;
  -ms-transition: all 1.2s ease 0.5s;
  -webkit-transition: all 1.2s ease 0.5s;
  -o-transition: all 1.2s ease 0.5s;
  transition: all 1.2s ease 0.5s;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
header .search.close-search {
  right: -103% !important;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header .search .close-search-btn {
  width: 50px;
  height: 50px;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
header .search .close-search-btn:before,
header .search .close-search-btn:after {
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  left: 12px;
  top: 24px;
  background-color: #fff;
  opacity: 0;
}
header .search .inner-wrap {
  padding: 0 15px;
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -58px;
}
header .search .for-input {
  position: relative;
}
header .search input[type='text'] {
  display: block;
  height: 39px;
  width: 100%;
  outline: none;
  padding: 0 15px;
  border: 1px solid #a5a5a5;
  background: #f3f3f3;
  font-size: 18px;
  line-height: 39px;
}
header .search button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 114px;
  height: 39px;
  border: none;
  outline: none;
  margin: 20px auto 0;
  padding: 0;
  background: #ffb400;
  color: #262626;
  text-align: center;
  font-size: 20px;
}
header .progress-title {
  display: none;
  height: 62px;
  padding: 0 20px;
  line-height: 62px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
#progress-bar {
  position: fixed;
  left: 0;
  top: 62px;
  width: 100%;
  height: 5px;
  z-index: 45;
}
#progress-bar .progressbar {
  height: 100%;
  background: #ffb400;
}
/* --- header end --- */
.advcode.main-top {
  margin: 20px auto 30px;
  max-width: 970px;
}
.advcode.main-top > * {
  margin: 0 auto;
}
.advcode.main-top .custom {
  width: 728px;
  transform-origin: 0 0 0;
}
.advcode.main-bottom {
  margin: 0 auto 20px;
  max-width: 970px;
}
.advcode.main-bottom > * {
  margin: 0 auto;
}
.advcode.main-bottom .custom {
  width: 728px;
  transform-origin: 0 0 0;
}
.advcode .adv-300 {
  width: 336px;
  margin: 0 auto;
  transform-origin: 0 0 0;
}
.section {
  margin-bottom: 30px;
}
/* --- article-item-slider --- */
.article-item-slider {
  margin-top: 15px;
}
.article-item-slider .article-item-1,
.article-item-slider .article-item-2 {
  margin-top: 0;
}
.article-item-slider .article-item-1 .mini-title,
.article-item-slider .article-item-2 .mini-title {
  font-size: 42px;
  line-height: 46px;
}
.article-item-slider .jssort14 > div .jssort14 > div:nth-of-type(2) > div:nth-of-type(2) .c {
  background-color: #515151;
}
.article-item-slider .jssort14 > div .jssort14 > div:nth-of-type(2) > div:nth-of-type(3) .c {
  background-color: #eec400;
}
.article-item-slider .jssort14 > div .jssort14 > div:nth-of-type(2) > div:nth-of-type(4) .c {
  background-color: #6abc00;
}
.article-item-slider .jssort14 > div .jssort14 > div:nth-of-type(2) > div:nth-of-type(5) .c {
  background-color: #008edf;
}
.article-item-slider .jssort14 > div .jssort14 > div:nth-of-type(2) > div:nth-of-type(6) .c {
  background-color: #6400df;
}
/* jssor slider thumbnail navigator */
.jssort14 .p {
  position: absolute;
  width: 179px;
  height: 40px;
  top: 0;
  left: 0;
  padding: 0px;
  background: #fff;
}
.jssort14 .w {
  cursor: pointer;
  position: absolute;
  WIDTH: 100%;
  HEIGHT: 100%;
}
.jssort14 .pdn .c,
.jssort14 .pav .c,
.jssort14 .p:hover .c {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}
.jssort14 .c {
  width: 100%;
  height: 27px;
  padding: 0 0 0 14px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 27px;
  text-align: left;
  color: #fff;
  font-size: 17px;
  font-family: 'Stag';
  font-weight: 500;
  background-color: #e6e0c8;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
/* jssor slider arrows */
.jssora21l,
.jssora21r {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("../images/a21.png") center center no-repeat;
  overflow: hidden;
}
.jssora21l {
  background-position: -3px -33px;
}
.jssora21r {
  background-position: -63px -33px;
}
.jssora21l:hover {
  background-position: -123px -33px;
}
.jssora21r:hover {
  background-position: -183px -33px;
}
.jssora21l.jssora21ldn {
  background-position: -243px -33px;
}
.jssora21r.jssora21rdn {
  background-position: -303px -33px;
}
/* --- article-item-slider end --- */
.current-paper {
  display: block;
  margin-top: 20px;
  position: relative;
  font-size: 21px;
  color: #262626;
  text-decoration: none;
  font-family: 'Roboto';
}
.current-paper:hover,
.current-paper:focus {
  color: #262626;
}
.current-paper span {
  display: block;
  padding: 9px 13px 10px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffc600;
}
.free-link-main {
  display: block;
  padding: 7px 4px;
  background: #ffc600;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
/* --- page-title --- */
.page-title {
  padding-bottom: 7px;
  border-bottom: 8px solid #d5d5d5;
  color: #262626;
  font-size: 20px;
  font-family: 'Roboto';
}
.page-title.no-line {
  padding-bottom: 0;
  border: none;
}
.page-title-line {
  height: 8px;
  background-color: #d5d5d5;
  margin-top: 7px;
}
/* --- page-title end --- */
/* --- comments likes general --- */
.lc {
  display: block;
  margin-top: 10px;
  color: #c8c8c8;
}
.lc:after {
  display: table;
  content: "";
  clear: both;
}
.lc .comments,
.lc .likes {
  display: block;
  float: left;
  position: relative;
  padding: 1px 0 0 20px;
  font-family: Arial;
  font-size: 14px;
}
.lc .comments:before,
.lc .likes:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
}
.lc .comments {
  margin-right: 15px;
}
.lc .comments:before {
  height: 20px;
  content: "\f075";
  font-size: 15px;
}
.lc .likes:before {
  content: "\f164";
  font-size: 16px;
}
/* --- comments likes general end --- */
/* --- connected articles --- */
.connected-article {
  padding: 10px 0;
}
.connected-article:nth-of-type(4n+1) .store-title {
  color: #515151;
  border-color: #515151;
}
.connected-article:nth-of-type(4n+2) .store-title {
  color: #69bc00;
  border-color: #69bc00;
}
.connected-article:nth-of-type(4n+3) .store-title {
  color: #008ee0;
  border-color: #008ee0;
}
.connected-article:nth-of-type(4n+4) .store-title {
  color: #6400df;
  border-color: #6400df;
}
/* --- connected articles end --- */
/* --- article-item-1 --- */
.article-item-1 {
  margin-top: 20px;
  display: block;
  position: relative;
  border: 1px solid #c8c8c8;
  color: #fff;
  font-family: 'RobotoSlab';
  font-weight: bold;
}
.article-item-1 .f-text {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  padding: 15px 15px 13px;
  background: url("../images/shadow-big.png") 0 -2px repeat-x;
}
.article-item-1 .mini-title {
  font-size: 17px;
  line-height: 22px;
}
.article-item-1 .category {
  font-family: 'Stag';
  font-weight: 300;
}
.article-item-1 .mini-text {
  display: block;
  margin-top: 10px;
  font-family: 'PTSerif';
  font-size: 17px;
  line-height: 1.2;
}
.article-item-1 .lc {
  color: #fff;
}
.article-item-1:hover,
.article-item-1:focus {
  color: #fff;
}
.article-item-1 .bt {
  top: -1px;
  left: -1px;
}
/* --- article-item-1 end --- */
/* --- article-item-2 --- */
.article-item-2 {
  margin-top: 20px;
  height: 420px;
}
.article-item-2 .image {
  display: block;
  border: 1px solid #c8c8c8;
  margin-bottom: 15px;
  position: relative;
}
.article-item-2 .image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.article-item-2 .title {
  color: #333;
  font-size: 20px;
  font-family: 'RobotoSlab';
  font-weight: bold;
  line-height: 1.2;
}
.article-item-2 .category {
  color: #979797;
  font-size: 16px;
  font-family: 'Stag';
  font-weight: 300;
  line-height: 1.2;
}
.article-item-2 .mini-text {
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'PTSerif';
}
.article-item-2 .lc {
  margin-top: 18px;
}
.article-item-2 .tags {
  position: absolute;
  right: 8px;
  top: 7px;
}
.article-item-2 .tags .tag-item {
  padding: 5px 20px;
  background: #000;
  font-size: 13px;
  color: #fff;
  margin-bottom: 3px;
}
/* --- article-item-2 end --- */
/* --- bt (yellow block title) --- */
.bt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  background-color: #ffc600;
  color: #262626;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 21px;
  text-shadow: none;
}
/* --- bt end --- */
/* --- subscription --- */
.subscription {
  position: relative;
}
.subscription .f-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 13px;
  z-index: 1;
}
.subscription .mini-title {
  font-size: 15px;
  line-height: 16px;
  font-family: 'Stag';
  font-weight: 500;
}
.subscription .form {
  position: relative;
  margin-top: 6px;
  height: 28px;
  border: 1px solid #5c5c5b;
  background-color: rgba(225, 221, 218, 0.9);
}
.subscription .form:after {
  display: table;
  content: "";
  clear: both;
}
.subscription .form input[type='text'],
.subscription .form input[type='email'] {
  display: block;
  width: 100%;
  height: 26px;
  float: left;
  padding: 0 68px 0 6px;
  border: none;
  outline: none;
  background-color: transparent;
}
.subscription .form button {
  display: block;
  height: 22px;
  width: 60px;
  border: none;
  outline: none;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  background-color: #ffc600;
  color: #333;
  font-family: 'Stag';
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.subscription .bt {
  padding: 0 13px;
  left: auto;
  right: 0;
}
/* --- subscription end --- */
/* --- active-reader --- */
.active-reader {
  background: url("../images/active-reader.jpg") 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
}
.active-reader.on-newsletter {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.active-reader .head-title {
  background-color: #da0000;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto';
}
.active-reader .title {
  display: block;
  margin: 80px 15px 16px;
  font-size: 28px;
  font-family: 'Stag';
  font-weight: bold;
  color: #fff;
}
.active-reader .mini-text {
  padding: 0 15px 10px;
  max-width: 540px;
  font-size: 14px;
  line-height: 17px;
}
/* --- active-reader end --- */
.new-author {
  display: block;
  background-color: #ffc600;
  color: #333;
  font-size: 23px;
  line-height: 26px;
  padding: 19px;
  text-align: center;
}
.new-author:hover,
.new-author:focus {
  text-decoration: none;
  color: #333;
}
/* --- Strefa wideo --- */
.player-main .title {
  background: #0088d2;
  height: 45px;
  line-height: 45px;
  padding: 0 14px;
  color: #fff;
  font-size: 20px;
  font-family: 'RobotoSlab';
  font-weight: bold;
}
/* --- Strefa wideo end --- */
/* --- bottom-slider --- */
.bottom-slider .partner-item {
  display: block;
  padding: 0 5px;
}
.bottom-slider .partner-item img {
  margin: 0 auto;
}
/* --- bottom-slider end --- */
/* --- pagination --- */
.pagination {
  margin: 40px 0 0;
}
.pagination ul {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  font-size: 14px;
  margin: 5px 5px 0;
}
.pagination ul li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #b2b2b2;
  background: #f5f5f5;
  color: #4a4a4a;
  text-decoration: none;
}
.pagination ul li span {
  border: 1px solid #b2b2b2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 31px;
  color: #4a4a4a;
}
.pagination ul li.pagination-prev a,
.pagination ul li.pagination-next a {
  width: 118px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}
.pagination ul li.pagination-prev span,
.pagination ul li.pagination-next span {
  width: 118px;
  border-color: transparent;
  color: #333;
}
/* --- pagination end --- */
/* --- komunikaty --- */
#content .error,
#content .success,
#content .success-2 {
  max-width: 896px;
  margin: 40px auto;
  background: url('../images/message-ok.jpg') 50% 50% repeat;
  color: #fff;
  padding: 20px;
  font-size: 16px;
}
#content .error .title,
#content .success .title,
#content .success-2 .title {
  margin: 0 0 22px;
  font-weight: bold;
  font-size: 30px;
}
#content .error p,
#content .success p,
#content .success-2 p {
  margin: 0;
  line-height: 1.2;
  max-width: 240px;
}
#content .error p + p,
#content .success p + p,
#content .success-2 p + p {
  margin: 10px 0 0;
}
#content .error .link,
#content .success .link,
#content .success-2 .link {
  display: block;
  max-width: 220px;
  height: 40px;
  margin: 25px 0 0;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  background: #ffb400;
}
/* --- komunikaty end --- */
.work-for-us {
  border: 5px solid #ffc501;
  background: #fff1c0;
  text-align: center;
  padding: 10px;
}
.work-for-us h2 {
  margin: 0;
  background: #ffc600;
  display: inline-block;
  width: 220px;
  height: 59px;
  line-height: 59px;
  font-family: 'RobotoSlab';
  font-size: 28px;
  color: #000;
}
.work-for-us p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.2;
}
.work-for-us a {
  display: block;
  width: 250px;
  height: 45px;
  line-height: 45px;
  margin: 14px auto 0;
  background: #ffc600;
  color: #000;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
}
.work-for-us a:hover {
  text-decoration: underline;
}
/*
 * ====== Subpages ======
*/
.content {
  margin: 16px 0 0;
  position: relative;
  z-index: 0;
}
.content .custom {
  display: none;
  width: 728px;
  margin: 0 auto;
  transform-origin: 0 0 0;
}
.top-block {
  margin-top: 15px;
  border-bottom: 8px solid #d5d5d5;
  padding-bottom: 7px;
}
.top-block:after {
  display: table;
  content: "";
  clear: both;
}
.top-block .title,
.top-block h1 {
  margin: 0;
  font-size: 20px;
  font-family: 'Roboto';
  color: #262626;
  line-height: 1.2;
}
.top-block h1.active {
  color: #fac423;
}
.breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb:after {
  display: table;
  content: "";
  clear: both;
}
.breadcrumb li {
  float: left;
  color: #262626;
  margin-right: 5px;
  font-size: 20px;
}
.breadcrumb li span {
  margin-right: 5px;
}
.breadcrumb li a {
  color: #262626;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:last-of-type {
  margin-right: 0;
}
.breadcrumb li.active span {
  color: #262626;
}
.breadcrumb li.active span.name {
  color: #fac423;
}
.school-form {
  margin: 15px 0 3px;
  display: inline-block;
  margin-top: 0;
  position: relative;
}
.school-form::before {
  width: 23px;
  height: 23px;
  position: absolute;
  right: -5px;
  bottom: -3px;
  pointer-events: none;
  font-size: 14px;
  font-weight: 100;
}
.school {
  display: block;
  height: 24px;
  width: 180px;
  border: 1px solid #707070;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  padding-left: 5px;
}
aside {
  margin: 20px 0 0;
}
aside .a-box {
  margin: 0 0 15px 0;
}
.a-adv {
  background: #eaeaea;
  padding: 54px 0;
  max-width: 380px;
  margin: 0 auto;
}
.a-adv img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
/* === Article page === */
.article-space {
  margin: 30px 0 0;
  height: 8px;
  background: #d5d5d5;
}
.big-img {
  margin: 10px 0 0;
  border: 1px solid #cacaca;
}
.text-intro {
  margin: 18px 0 15px;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 20px;
}
.text-block {
  font-family: 'PTSerif';
  margin: 15px 0 0;
  line-height: 1.3;
  font-size: 18px;
  padding-bottom: 15px;
}
.text-block p {
  margin: 0 0 14px;
}
.text-block h2,
.text-block h3 {
  font-size: 32px;
  margin: 32px 0 12px;
  font-family: 'Stag';
  line-height: 1;
}
.text-block h4,
.text-block h5,
.text-block h6 {
  font-size: 22px;
  margin: 28px 0 12px;
  font-family: 'Stag';
  line-height: 1;
}
.text-block img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 14px;
}
.text-block .described-img {
  float: left;
  margin: 4px 10px 4px 0;
  background: #e9e9e9;
  padding: 0 12px 8px;
  color: #040404;
}
.text-block .described-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 -12px 9px;
  border: 1px solid #c6c6c6;
}
.text-block .tag-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 0 14px;
}
.text-block .tag-video iframe,
.text-block .tag-video object,
.text-block .tag-video embed,
.text-block .tag-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-block .article-gallery {
  margin: 10px 0 0;
}
.text-block .article-gallery .imagesInContent {
  display: block;
  margin: 20px 0 0;
}
.text-block .article-gallery .imagesInContent img {
  float: none;
  margin: 0;
}
.text-block .yellow-text {
  background: #ffbe00;
  font-weight: bold;
  padding: 0 0 1px;
}
.text-block .red-text {
  background: #da0000;
  font-weight: bold;
  color: #fff;
  padding: 0 0 1px;
}
.text-block .black-text {
  background: #000;
  font-weight: bold;
  color: #fff;
  padding: 0 0 1px;
}
.text-block .table-ramka {
  border: 2px solid #a680c9;
  padding: 17px 20px 20px;
  margin: 0 auto 14px;
}
.text-block .table-ramka > *:last-child {
  margin: 0;
}
.text-block .table-ramka-full-width {
  border: 2px solid #a680c9;
  padding: 17px 20px 20px;
  margin: 0 auto 14px;
}
.text-block .table-ramka-full-width > *:last-child {
  margin: 0;
}
.text-block .table-tlo {
  padding: 17px 20px 20px;
  margin: 0 auto 14px;
  background: #e0ebc9;
}
.text-block .table-image-text {
  margin: 0 auto 14px;
  border: 2px solid #ffc301;
  padding: 7px;
}
.text-block .table-image-text .image-numer {
  position: relative;
  min-height: 50px;
}
.text-block .table-image-text .image-numer + .image-numer {
  margin-top: 14px;
}
.text-block .table-image-text .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.text-block .table-image-text .number {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffc300;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto';
  font-style: italic;
}
.text-block .table-image-text .title {
  font-weight: bold;
  margin: 14px 0 0;
}
.text-block .table-image-text .title + .i-text {
  margin: 0;
}
.text-block .table-image-text .i-text {
  margin: 14px 0 0;
}
.text-block .table-image-text .i-text > *:last-child {
  margin: 0;
}
.text-block div.image-ramka {
  margin: 0 auto 14px;
  border: 2px solid #ffc301;
  padding: 20px;
}
.text-block div.image-ramka .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.text-block div.image-ramka .title {
  font-weight: bold;
  margin: 14px 0 0;
}
.text-block div.image-ramka .title + .i-text {
  margin: 0;
}
.text-block div.image-ramka .i-text {
  margin: 14px 0 0;
}
.text-block div.image-ramka .i-text > *:last-child {
  margin: 0;
}
.text-block div.image-no-ramka {
  margin: 0 auto 14px;
}
.text-block div.image-no-ramka .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.text-block div.image-no-ramka .title {
  margin: 14px 0 0;
  font-weight: bold;
  text-align: center;
}
.text-block div.image-no-ramka .title + .i-text {
  margin: 0;
}
.text-block div.image-no-ramka .i-text {
  margin: 14px 0 0;
}
.text-block div.image-no-ramka .i-text > *:last-child {
  margin: 0;
}
.text-block .horizontal-two-image,
.text-block .horizontal-three-image {
  margin: 0 auto 14px;
  border: 2px solid #ffc301;
  padding: 20px;
}
.text-block .horizontal-two-image .row > div:not(:first-of-type) .image,
.text-block .horizontal-three-image .row > div:not(:first-of-type) .image {
  margin: 20px 0 0;
}
.text-block .horizontal-two-image .image img,
.text-block .horizontal-three-image .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.text-block .horizontal-two-image .title,
.text-block .horizontal-three-image .title {
  font-weight: bold;
  margin: 14px 0 0;
}
.text-block .horizontal-two-image .title + .i-text,
.text-block .horizontal-three-image .title + .i-text {
  margin: 0;
}
.text-block .horizontal-two-image .i-text,
.text-block .horizontal-three-image .i-text {
  margin: 14px 0 0;
}
.text-block .horizontal-two-image .i-text > *:last-child,
.text-block .horizontal-three-image .i-text > *:last-child {
  margin: 0;
}
.text-block .cytat {
  margin: 0 0 14px;
  position: relative;
  padding: 10px 40px 15px;
  margin: 0 auto 14px;
  font-family: 'Roboto';
  font-style: italic;
  text-align: center;
  line-height: 1.6;
}
.text-block .cytat:before,
.text-block .cytat:after {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 22px;
  background: url('../images/sprite.png') -79px -29px no-repeat;
}
.text-block .cytat:before {
  left: 0;
  top: 0;
}
.text-block .cytat:after {
  right: 0;
  bottom: 0;
}
.for-share-buttons {
  margin-top: 20px;
}
.for-share-buttons:after {
  display: table;
  content: "";
  clear: both;
}
.for-share-buttons .title {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 1;
}
.for-share-buttons .share-1 .title,
.for-share-buttons .share-2 .title {
  float: left;
  margin: 0 10px 0 0;
  line-height: 27px;
  min-width: 99px;
}
.for-share-buttons .share-1 .share-buttons {
  float: left;
  min-width: 255px;
}
.for-share-buttons .share-2 {
  margin: 15px 0;
}
.for-share-buttons .share-2 .mini-wrap {
  float: left;
  min-width: 255px;
}
.for-share-buttons .share-2 .mini-wrap > div:not(.title) {
  vertical-align: bottom !important;
}
.for-share-buttons .tag-item {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  margin-bottom: 3px;
}
/* --- Share buttons --- */
.share-buttons {
  opacity: 0;
}
.share-buttons.social-likes_visible {
  opacity: 1;
}
.share-buttons > div {
  display: inline-block;
}
.share-buttons .social-likes__widget {
  display: inline-block;
  height: 27px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  cursor: pointer;
}
.share-buttons .social-likes__widget .social-likes__button {
  display: inline-block;
  padding: 0 6px;
}
.share-buttons .social-likes__widget .social-likes__button:before {
  display: inline-block;
  content: '';
}
.share-buttons .social-likes__widget .social-likes__button .social-likes__icon {
  display: inline-block;
  padding: 0 6px 0 0;
  font-family: 'FontAwesome';
  color: #fff;
}
.share-buttons .social-likes__widget .social-likes__counter {
  display: inline-block;
  padding: 0 6px 0 0;
}
.share-buttons .social-likes__widget.social-likes__widget_facebook {
  background: #315a9a;
}
.share-buttons .social-likes__widget.social-likes__widget_facebook .social-likes__button .social-likes__icon:before {
  content: "\f09a";
}
.share-buttons .social-likes__widget.social-likes__widget_twitter {
  background: #02ade5;
}
.share-buttons .social-likes__widget.social-likes__widget_twitter .social-likes__button .social-likes__icon:before {
  content: "\f099";
}
.share-buttons .social-likes__widget.social-likes__widget_twitter .social-likes__counter {
  display: none;
}
.share-buttons .social-likes__widget.social-likes__widget_plusone {
  background: #ce2029;
}
.share-buttons .social-likes__widget.social-likes__widget_plusone .social-likes__button .social-likes__icon:before {
  content: "\f0d5";
}
/* --- Share buttons End --- */
h1,
.h1-title {
  font-size: 26px;
  font-family: 'Stag';
  font-weight: 500;
}
h1 a,
.h1-title a {
  color: #333;
}
h1.h1-article,
.h1-title.h1-article {
  margin: 0 0 10px;
}
h1.h1-store,
.h1-title.h1-store {
  margin: 0 0 20px;
}
/* --- article-comments --- */
.article-comments {
  margin-top: 35px;
}
/* --- article-comments end --- */
/* --- read-also --- */
.read-also {
  margin: 20px 0;
}
.read-also .read-item {
  margin-top: 20px;
  display: block;
  position: relative;
  border: 1px solid #c8c8c8;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  font-family: 'Stag';
  font-weight: 500;
}
.read-also .read-item .f-text {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 10px 8px;
}
.read-also .read-item .mini-title {
  display: block;
  font-size: 17px;
  line-height: 22px;
}
.read-also .read-item .lc {
  margin-top: 4px;
  color: #fff;
}
.read-also .all-read-also {
  width: 240px;
  height: 40px;
  margin: 22px auto 0;
  background: #d5d5d5;
  text-align: center;
  line-height: 40px;
  color: #262626;
  cursor: pointer;
}
/* --- read-also end --- */
/* --- more-articles --- */
.more-articles {
  margin-top: 20px;
}
.more-articles .more-item {
  margin-top: 20px;
}
.more-articles .more-item .image {
  display: block;
  border: 1px solid #c8c8c8;
  margin-bottom: 14px;
}
.more-articles .more-item .title {
  color: #333;
  font-size: 16px;
  font-family: 'RobotoSlab';
  font-weight: bold;
}
.more-articles .more-item .mini-text {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-family: 'PTSerif';
  line-height: 1.2;
}
.more-articles .more-item .lc {
  margin-top: 18px;
}
/* --- more-articles end --- */
/* --- recommended-article --- */
.recommended-article {
  padding: 0 12px 12px;
  background: #f1f1f1;
}
.recommended-article .title {
  background: #3e3e3e;
  color: #fff;
  padding: 13px 19px;
  margin: 0 -12px;
  font-size: 20px;
}
.recommended-article .article-item-1 {
  margin-top: 12px;
}
.recommended-article .article-item-1:hover .f-text {
  background-color: rgba(89, 89, 89, 0.8);
}
.recommended-article ul {
  margin: 0;
  padding: 12px 6px 0;
  list-style: none;
}
.recommended-article ul:after {
  display: table;
  content: "";
  clear: both;
}
.recommended-article ul li {
  padding: 0 6px;
  margin-bottom: 18px;
}
.recommended-article ul li:after {
  display: table;
  content: "";
  clear: both;
}
.recommended-article ul li .image {
  display: block;
  border: 1px solid #c8c8c8;
  width: 122px;
  float: left;
  margin: 0 15px 0 0;
}
.recommended-article ul li .text {
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.recommended-article ul li .mini-title {
  display: block;
  margin: 0 0 10px;
  font-family: 'Stag';
  font-weight: 500;
  font-size: 17px;
  color: #333;
}
/* --- recommended-article end --- */
/* === Article page end === */
/* === Newsletter page === */
.newsletter-oreder {
  margin-top: 20px;
  padding: 15px 10px 24px;
  color: #fff;
  background: url('../images/message-ok.jpg') 50% 50% repeat;
  background-size: cover;
}
.newsletter-oreder .h1-article {
  color: #fff;
}
.news-input {
  margin: 18px 0 0;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #c1c1c1;
  padding: 0 15px;
  background: #f8f8f8;
  outline: none;
}
.news-submit {
  display: block;
  margin: 24px auto 0;
  background: #fac322;
  border: none;
  width: 206px;
  height: 50px;
  outline: none;
  font-weight: bold;
  font-size: 27px;
  color: #000;
}
.e-wydania {
  background: #eaeaea;
  padding: 15px;
}
.e-wydania .title {
  margin: 0 0 12px;
  font-size: 22px;
  font-family: 'Stag';
  font-weight: 500;
}
.e-wydania .magazyn-number {
  margin: 18px 0 0;
  text-align: center;
  font-size: 30px;
}
.e-wydania label.prezent {
  margin: 24px 0 5px;
  font-weight: normal;
  font-size: 14px;
}
.e-wydania label.prezent input {
  float: left;
}
.e-wydania label.prezent span {
  display: block;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.e-wydania input[type="text"],
.e-wydania input[type="email"] {
  display: block;
  margin: 4px 0 0;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #707070;
  padding: 0 8px;
  outline: none;
  font-size: 16px;
}
.e-wydania input[type="submit"] {
  display: block;
  margin: 25px auto 0;
  background: #fac322;
  border: none;
  width: 147px;
  height: 44px;
  outline: none;
  font-weight: bold;
  font-size: 27px;
}
.e-wydania .regulamin {
  font-size: 11px;
  margin: 12px 0 0;
}
.unsubscribe {
  margin: 20px 0 0;
  border-top: 2px solid #d7d7d7;
  padding: 12px 0 0;
  font-size: 14px;
}
.unsubscribe .unsubscribe-text {
  text-align: center;
  line-height: 1.2;
}
.unsubscribe .unsubscribe-form {
  margin: 15px auto 0;
}
.unsubscribe .unsubscribe-form input[type="text"],
.unsubscribe .unsubscribe-form input[type="email"] {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  line-height: 28px;
}
.unsubscribe .unsubscribe-form input[type="submit"] {
  display: block;
  width: 100%;
  height: 30px;
  background: #fac322;
  border: none;
  font-size: 18px;
}
/* === Newsletter page end === */
/* === Active reader page === */
.active-reader-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.three-links {
  margin: 8px 0 0;
  text-align: center;
}
.three-links a {
  display: inline-block;
  margin: 6px;
  width: 82px;
  height: 28px;
  line-height: 28px;
  background: #d5d5d5;
  text-align: center;
  font-family: 'Roboto';
  font-size: 14px;
  color: #262626;
  text-decoration: none;
}
.three-links a:hover,
.three-links a.active {
  background: #ffb400;
}
.prizes h2.prizes-title {
  display: block;
  margin: 30px 0 0;
  padding: 0 0 8px;
  border-bottom: 4px solid #d5d5d5;
  font-size: 38px;
}
.prizes-item {
  margin: 18px 0 0;
  font-size: 14px;
  padding: 0 0 18px;
  border-bottom: 1px solid #dedede;
}
.prizes-item:last-of-type {
  padding: 0;
  border-bottom: none;
}
.prizes-item .cover img {
  display: block;
  max-width: 100%;
  height: auto;
}
.prizes-item h3.cover-title {
  margin: 14px 0;
  font-size: 24px;
  font-weight: bold;
}
.prizes-item h3.cover-title a {
  color: #333;
}
.prizes-item .mini-text {
  line-height: 1.6;
}
.prizes-item .circle-wrap {
  width: 50%;
  float: left;
  margin: 10px 0 0;
}
.prizes-item .circle-wrap.first {
  padding: 0 6px 0 0;
}
.prizes-item .circle-wrap.first .inside-wrap {
  float: right;
}
.prizes-item .circle-wrap.first .circle {
  background: #262626;
}
.prizes-item .circle-wrap.second {
  padding: 0 0 0 6px;
}
.prizes-item .circle-wrap.second .inside-wrap {
  float: left;
}
.prizes-item .circle-wrap.second .circle {
  background: #ffb400;
}
.prizes-item .circle-wrap .inside-wrap {
  width: 100%;
  max-width: 86px;
}
.prizes-item .circle-wrap .circle {
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  border-radius: 50%;
  color: #fff;
}
.prizes-item .circle-wrap .circle .number {
  position: absolute;
  display: block;
  width: 100%;
  height: 32px;
  left: 0;
  top: 50%;
  margin: -18px 0 0;
  font-size: 32px;
  text-align: center;
}
.prizes-item .circle-wrap .circle .name {
  position: absolute;
  display: block;
  width: 100%;
  height: 14px;
  left: 0;
  top: 65%;
  font-size: 18px;
  text-align: center;
  opacity: 0.5;
  z-index: 1;
}
.text-block-2 {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.text-block-2 p {
  margin: 0 0 24px;
}
.text-block-2 .wyrazenie {
  padding: 0 0 12px;
  margin: 0 0 24px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.2;
  font-size: 32px;
  color: #262626;
}
.text-block-2 > *:last-child {
  margin-bottom: 0;
}
.list-points {
  margin: 16px 0 0;
}
.list-points .title {
  font-size: 20px;
  color: #262626;
}
.list-points .points-item {
  margin: 24px 0 0;
}
.list-points .points-item .points-wrap {
  margin: 0 auto;
  max-width: 150px;
}
.list-points .points-item .points {
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #ffb400;
  border-radius: 50%;
}
.list-points .points-item .points .number {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -33px 0 0;
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.list-points .points-item .points .number .small {
  font-size: 30px;
}
.list-points .points-item .points .name {
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  top: 66%;
  opacity: 0.5;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.list-points .points-item .mini-title {
  font-size: 14px;
  font-weight: bold;
  margin: 24px 0 0;
}
.list-points .points-item .description {
  font-size: 14px;
  line-height: 1.2;
}
.list-points .points-item.big .points .number {
  height: 44px;
  margin: -22px 0 0;
  font-size: 44px;
}
.list-points .points-item.big .points .name {
  top: 66%;
}
.ranking-wrap:after {
  display: table;
  content: "";
  clear: both;
}
.ranking-wrap .ranking-left {
  float: left;
  width: 13%;
}
.ranking-wrap .ranking-right {
  float: right;
  width: 87%;
}
table.ranking {
  width: 100%;
  margin: 20px 0 0;
  font-size: 14px;
}
table.ranking th {
  height: 56px !important;
  padding: 4px 4px 14px;
  font-weight: bold;
  vertical-align: top;
  font-size: 12px;
}
table.ranking td {
  padding: 4px;
  vertical-align: top;
}
table.ranking tbody tr:nth-child(2n) {
  background: #eeeeee;
}
/* === Active reader page end === */
/* === Wyniki wyszukiwania page === */
.search2 {
  position: relative;
  padding: 0 112px 0 0;
  border: 1px solid #a5a5a5;
  width: 100%;
  margin: 0 auto;
}
.search2 input[type="text"] {
  display: block;
  width: 100%;
  height: 39px;
  padding: 0 16px;
  line-height: 39px;
  border: none;
  outline: none;
  background: #f3f3f3;
  font-size: 16px;
  color: #262626;
}
.search2 button,
.search2 input[type="submit"] {
  display: block;
  width: 112px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffb400;
  color: #262626;
  border: none;
  outline: none;
}
.wyniki {
  width: 100%;
  margin: 16px auto 0;
}
.wyniki div {
  font-weight: bold;
  line-height: 1.2;
}
.wyniki div span {
  color: #ffb400;
}
.search-list .search-item {
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #a1a1a1;
}
.search-list .search-item:last-of-type {
  margin: 0;
}
.search-list .search-item .search-title {
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: bold;
}
.search-list .search-item .search-title a {
  color: #333;
}
.search-list .search-item .route {
  margin: 6px 0 0;
  font-weight: bold;
}
.search-list .search-item .route .active {
  color: #ffb400;
}
.search-list .search-item .introtext {
  line-height: 1.2;
  margin: 6px 0 0;
  font-size: 14px;
  color: #363636;
}
.search-categories {
  padding: 16px 20px 20px;
  background: #272727;
}
.search-categories .title {
  margin: 0 0 12px;
  font-size: 24px;
  color: #ffb400;
}
.search-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-categories ul li {
  margin-top: 13px;
}
.search-categories ul li a {
  color: #fff;
  font-size: 18px;
}
/* === Wyniki wyszukiwania page end === */
/* === Contacts page === */
.contact-form .input-name {
  margin: 0 0 4px;
  color: #262626;
  font-size: 14px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  margin: 0 0 8px;
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #949494;
  padding: 0 15px;
  font-size: 16px;
  outline: none;
}
.contact-form textarea {
  margin: 0 0 8px;
  display: block;
  width: 100%;
  height: 250px;
  padding: 10px 15px;
  outline: none;
  resize: none;
}
.contact-form input[type="submit"],
.contact-form button {
  display: block;
  margin: 12px auto 0;
  width: 84px;
  height: 30px;
  background: #ffb400;
  color: #262626;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
}
.contact-form .verification-title {
  margin: 4px 0 0;
  color: #c1c1c1;
  font-size: 14px;
}
.contact-form .verification {
  margin: 12px 0 0;
}
.contacts-map {
  margin: 35px 0 0;
  background: #e0e0e0;
  color: #333;
  font-size: 14px;
}
.contacts-map .map-responsive {
  position: relative;
  padding-top: 60%;
}
.contacts-map .map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contacts-map .map-text {
  padding: 10px 10px 0 10px;
  font-size: 14px;
  line-height: 1.2;
}
.contacts-map .map-text p {
  margin: 0 0 10px;
}
.editors .title {
  padding: 0 0 3px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 20px;
  font-family: 'Roboto';
}
.editors .editor {
  margin: 20px 0 0;
  text-align: center;
}
.editors .editor .image {
  display: inline-block;
  border: 1px solid #c8c8c8;
  margin: 0 0 10px;
}
.editors .editor .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.editors .editor .text-line {
  line-height: 1.6;
  text-align: center;
}
.editors .editor .text-line a {
  color: #333;
}
.editors .editor .text-line.bold {
  font-weight: bold;
}
/* === Contacts page end === */
/* === Magazyn list === */
.magazyn-list-reklama {
  color: #fff;
  background: #0d313f;
  padding: 18px 0 20px;
  margin: 10px 0 -20px;
  display: block;
}
.magazyn-list-reklama:hover {
  color: #f5be01;
  text-decoration: none;
}
.magazyn-list-reklama:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}
.magazyn-list-reklama span {
  display: block;
}
.magazyn-list-reklama .title {
  max-width: 414px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}
.magazyn-list-reklama .title span {
  display: inline;
  color: #f5be01;
}
.magazyn-list-reklama .button {
  background: #f5be01;
  padding: 8px 20px 6px;
  max-width: 280px;
  margin: 18px auto 0;
  color: #0d313f;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.magazyn-list .year-title {
  padding-bottom: 4px;
  margin: 40px 0 0;
  border-bottom: 4px solid #b6b6b6;
  font-size: 36px;
  color: #d00000;
}
.magazyn-list .magazyn-item {
  margin: 30px 0 0;
}
.magazyn-list .mini-title {
  margin: 14px 0 0;
  font-size: 16px;
  font-family: 'Stag';
  font-weight: 500;
}
.magazyn-list .mini-title a {
  color: #333;
}
/* === Magazyn list end === */
/* === Magazyn page === */
.store-title {
  margin: 24px 0 0;
  padding-bottom: 7px;
  border-bottom: 8px solid #d5d5d5;
  color: #333;
  font-size: 24px;
  font-family: 'Stag';
  font-weight: 500;
}
.store-title.no-line {
  padding-bottom: 0;
  border: none;
}
.store {
  margin: 20px 0 0;
}
.store .cover {
  display: block;
  margin: 20px 0 0;
}
.store .logo-kiosk {
  width: 193px;
}
.store .buttons {
  margin: 10px 0 0;
}
.store .buttons:after {
  display: table;
  content: "";
  clear: both;
}
.store .buttons div {
  width: 50%;
  float: left;
}
.store .buttons div:first-child {
  padding: 0 5px 0 0;
}
.store .buttons div:last-child {
  padding: 0 0 0 5px;
}
.store .buttons a {
  display: block;
  padding: 10px 0;
  margin: 10px 0 0;
  color: #fff;
}
.store .buttons a.bg-blue {
  background-color: #3197d0;
}
.store .buttons a.bg-grey {
  background-color: #7b7b7b;
}
.store .buttons a.disabled {
  opacity: 0.2;
  cursor: default;
}
.store .buttons a.disabled:hover {
  text-decoration: none;
}
.store .buttons a span {
  display: block;
  max-width: 130px;
  margin-left: 8px;
}
.store .buttons a span.small-text {
  font-size: 11px;
  line-height: 16px;
  height: 16px;
}
.store .buttons a span.big-text {
  font-size: 17px;
  line-height: 16px;
  text-transform: uppercase;
}
.store .free-link {
  display: block;
  margin: 10px 0 0;
  padding: 12px 8px;
  background: #ffc600;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.store .fulltext {
  padding: 18px 20px 20px;
  margin: 20px 0 0;
  background: #eaeaea;
}
.store .fulltext h2 {
  margin: 0 0 10px;
  font-family: 'Stag';
  font-weight: 500;
}
.store .store-text {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 22px;
}
.store .store-text .title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.store .store-text p {
  margin: 0 0 18px;
}
.store .store-text p:last-child {
  margin: 0;
}
.store.article-store .cover {
  margin: 0;
}
.store.article-store .logo-kiosk {
  margin: 20px 0 0;
}
/* === Magazyn page end === */
/* === Archive page === */
.archive {
  margin: 20px 0 0;
}
.archive .archive-item {
  margin: 35px 0 0;
}
.archive .archive-item .cover {
  display: block;
  position: relative;
  max-width: 208px;
  margin: 0 auto;
  overflow: hidden;
}
.archive .archive-item .cover.round {
  border-radius: 50%;
}
.archive .archive-item .cover span {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 50%;
  margin: -34px 0 0;
  color: #fff;
  font-size: 72px;
  font-family: 'Stag';
  font-weight: 500;
  text-align: center;
  text-shadow: 0 4px 0px #222;
}
.archive .archive-item .cover-year {
  margin: 15px 0 0;
  font-size: 72px;
  font-family: 'Stag';
  text-align: center;
}
.archive .archive-item .list {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}
.archive .archive-item .list li + li {
  margin: 10px 0 0;
}
.archive .archive-item .list li a {
  display: block;
  position: relative;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 4px;
}
.archive .archive-item .list li a:hover {
  background: #ececec;
}
.archive .archive-item .list li .title {
  display: block;
  font-size: 24px;
}
.archive .archive-item .list li .month {
  display: block;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: bold;
}
.archive .archive-item .list li .icon {
  display: none;
}
.archive .archive-item .all-archive {
  display: block;
  max-width: 254px;
  margin: 22px auto 0;
  height: 62px;
  line-height: 62px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #272727;
  font-size: 24px;
  font-family: 'Roboto';
  font-weight: bold;
}
.archive .archive-select {
  margin: 20px auto 0;
  display: block;
  height: 24px;
  width: 180px;
  border: 1px solid #707070;
  outline: none;
}
/* === Archive page end === */
/* === Error page === */
.error-page h2 {
  margin: 0;
  font-family: Arial;
  text-align: center;
  font-size: 32px;
  color: #fac20b;
}
.error-page .home-url {
  margin: 14px 0 0;
  font-size: 22px;
  text-align: center;
  color: #454545;
}
.error-page .form-error {
  position: relative;
  max-width: 716px;
  height: 62px;
  margin: 46px auto 0;
}
.error-page .form-error input[type='text'] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 63px 0 15px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 22px;
  background: #373737;
}
.error-page .form-error button[type='submit'] {
  display: block;
  height: 62px;
  width: 63px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  border: none;
  background: transparent;
}
.error-page .form-error button[type='submit']:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -16px;
  content: '';
  width: 33px;
  height: 26px;
  background: url('../images/sprite.png') -79px 0 no-repeat;
}
.error-page .img-wrapper {
  position: relative;
}
.error-page .img-wrapper h1 {
  position: absolute;
  top: 42%;
  left: 50%;
  margin: 0;
  color: #000;
  font-family: Arial;
  font-size: 85px;
  font-weight: 700;
  transform: translate(-50%, -42%);
}
@media (max-width: 850px) {
  .error-page .img-wrapper h1 {
    font-size: 10vw;
  }
}
.error-page .img-wrapper img {
  margin: 50px auto 0;
}
.error-page .debug {
  margin-bottom: 25px;
  color: #000;
  text-align: left;
}
.error-page .debug .file {
  color: #337ab7;
  text-align: center;
}
.error-page .debug table {
  margin: 15px auto 0;
  font-size: 14px;
  max-width: none !important;
}
.error-page .debug table td {
  padding: 5px;
}
.error-page .debug table tr {
  background-color: transparent;
}
.error-page .debug table tr:nth-child(2) {
  background-color: #fac20b;
}
.error-page .debug table tr:not(:nth-child(2)) td:nth-child(2) {
  color: #337ab7;
  font-weight: 700;
}
.error-page .debug table tr:not(:nth-child(2)):hover {
  background-color: #feeeba;
}
/* === Error page end === */
/* --- mobile-app --- */
.mobile-app {
  padding: 0 0 22px;
  background-color: #4f4f4f;
}
.mobile-app .advcode.adv-bottom {
  margin-top: 46px;
}
.mobile-app .advcode.adv-bottom img {
  margin: 0 auto;
}
.mobile-app .get-app {
  margin: 22px 0 0;
}
.mobile-app .get-app .cover {
  max-width: 322px;
  position: relative;
}
.mobile-app .get-app .cover .img-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 4.3% 26% 0 26%;
}
.mobile-app .get-app .cover .img-cover img {
  margin: 0 auto;
}
.mobile-app .get-app .cover .img-bg {
  position: relative;
  z-index: 1;
}
.mobile-app .get-app .app-links {
  position: relative;
  z-index: 1;
  width: 158px;
  margin: 0 auto;
}
.mobile-app .get-app .app-links .title {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto';
  margin-bottom: 18px;
}
.mobile-app .get-app .app-links a {
  display: block;
  margin-top: 8px;
}
/* --- mobile-app end --- */
/* --- footer --- */
footer {
  position: relative;
  padding: 0 0 34px;
  background: #292929;
  font-size: 14px;
  line-height: 1.2;
}
footer .shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 100%;
  overflow: hidden;
}
footer .shadow:before {
  content: '';
  display: block;
  height: 1px;
  background: rgba(9, 9, 9, 0.3);
  box-shadow: 0 0 22px 8px #090909;
}
footer .footer-logo {
  margin: 34px 0 18px;
  display: block;
  max-width: 174px;
}
footer .title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
footer .menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .menu li + li {
  margin: 4px 0 0;
}
footer .menu li a {
  display: inline;
  position: relative;
  padding: 0 0 0 18px;
  color: #fff;
}
footer .menu li a:before {
  content: '';
  display: block;
  width: 11px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url('../images/sprite.png') -3px -26px no-repeat;
  -moz-transition: left 0.2s ease 0s;
  -ms-transition: left 0.2s ease 0s;
  -webkit-transition: left 0.2s ease 0s;
  -o-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
}
footer .menu li a:hover {
  background-color: transparent;
}
footer .menu li a:hover:before {
  left: 3px;
}
footer .menu li a:focus {
  background-color: transparent;
}
footer .services {
  margin: 34px 0 0;
}
footer .ul-list ul {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
footer .ul-list ul li:first-child span {
  margin: 0 0 12px;
}
footer .ul-list ul li + li {
  margin-top: 2px;
}
footer .ul-list ul li a {
  color: #c1c1c1;
}
footer .ul-list ul li span {
  display: block;
  margin: 12px 0;
  color: #fff;
  text-transform: uppercase;
}
footer .wydawca {
  margin: 34px 0 0;
  color: #c1c1c1;
}
footer .wydawca .image {
  margin: 0 0 5px;
}
footer .wydawca a {
  color: #c1c1c1;
}
footer .wydawca p.last {
  margin: 0;
}
footer .recommend {
  margin: 34px 0 0;
}
footer .recommend .mini-text {
  color: #c1c1c1;
}
footer .recommend .mini-text a {
  color: #c1c1c1;
}
.our-sites {
  margin-top: 30px;
}
.our-sites .page-group {
  margin-bottom: 15px;
}
.our-sites .group-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}
.our-sites .group-list {
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.our-sites .group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.our-sites .group-item:first-child {
  padding-top: 0px;
}
.our-sites .group-link {
  color: #ababab;
  font-size: 14px;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.our-sites .group-link:hover {
  color: #d4d4d5;
  text-decoration: none;
}
/* --- footer end --- */
/* --- mod_avt_alert start --- */
.mod_avt_alert {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  margin: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.7);
}
.mod_avt_alert .container {
  position: absolute;
  left: calc(50% - 450px);
  top: calc(50% - 204px);
  background: white;
  width: 915px;
  text-align: left;
  z-index: 1050;
  padding: 0;
}
.mod_avt_alert .container .bye-header {
  height: 72px;
  padding: 0 25px;
  color: #000;
  position: relative;
  z-index: 2;
  background: #ffc600;
}
.mod_avt_alert .container .bye-header .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 72px;
  background: none;
  height: auto;
}
.mod_avt_alert .container .bye-header .close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 30px;
  height: 30px;
  display: block;
}
.mod_avt_alert .container .bye-header .close:before,
.mod_avt_alert .container .bye-header .close:after {
  content: '';
  width: 5px;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 2.5px);
}
.mod_avt_alert .container .bye-header .close:after {
  transform: rotate(-45deg);
}
.mod_avt_alert .container .content-wrapper {
  max-height: 336px;
  overflow: auto;
}
.mod_avt_alert .container .content-wrapper .content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px 15px 0;
  box-sizing: border-box;
  margin: 0;
}
.mod_avt_alert .container .content-wrapper .content .one {
  width: 285px;
  height: 260px;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}
.mod_avt_alert .container .content-wrapper .content .one .image {
  float: none;
  margin: 0;
  height: 100%;
}
.mod_avt_alert .container .content-wrapper .content .one .image img {
  width: 100%;
  height: 100%;
}
.mod_avt_alert .container .content-wrapper .content .one .text {
  position: absolute;
  bottom: 0;
  font: bold 18px Arial;
  padding: 15px;
  word-break: break-word;
  max-width: 100%;
  box-sizing: border-box;
  background: url('../images/box_shade.png') no-repeat bottom;
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: white;
  width: 100%;
}
.mod_avt_alert .container .content-wrapper .content .one .text span {
  color: #fff;
  text-shadow: 1px 1px 2px black;
}
/* --- mod_avt_alert end --- */
.what-screen-size {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
}
.what-screen-size div {
  width: inherit;
  height: inherit;
}
.d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.search-result-empty {
  margin-bottom: 50px;
  text-align: center;
}
.search-result-empty__image img {
  margin: 0 auto;
  display: block;
  max-width: 600px;
  width: 100%;
}
.search-result-empty__title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
}
/* MOBILE-UP END
---------------------------------------*/
@media (max-width: 743px) {
  /* MOBILE-ONLY
---------------------------------------*/
  .what-screen-size div.is-mobile {
    display: block;
  }
  .what-screen-size div.is-tablet,
  .what-screen-size div.is-desktop,
  .what-screen-size div.is-desktop-large {
    display: none;
  }
  /* MOBILE-ONLY END
---------------------------------------*/
}
@media (min-width: 744px) {
  /* TABLET-UP
---------------------------------------*/
  /* --- header --- */
  header.mobile-menu .progress-title {
    display: block;
  }
  header .search .inner-wrap {
    margin-top: -20px;
  }
  header .search .for-input {
    padding: 0 114px 0 0;
    border: 1px solid #a5a5a5;
  }
  header .search input[type='text'] {
    border: none;
  }
  header .search button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  /* --- header end --- */
  .advcode.adv-right {
    padding: 26px 0;
  }
  .advcode.adv-left {
    padding: 26px 0;
  }
  .advcode.adv-padding-26 {
    padding: 26px 0;
  }
  .advcode.adv-bg {
    background-color: #eaeaea;
  }
  aside .advcode {
    padding: 43px 0;
  }
  .section {
    margin-bottom: 40px;
  }
  /* --- article-item-slider --- */
  .article-item-slider {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* --- article-item-slider end --- */
  /* --- active-reader --- */
  .active-reader {
    min-height: 302px;
  }
  .active-reader.on-newsletter {
    max-width: 380px;
  }
  /* --- active-reader end --- */
  /* --- article-item-1 --- */
  .article-item-1.fs-42 .mini-title,
  .article-item-1.fs-42 .category {
    font-size: 42px;
    line-height: 46px;
  }
  .article-item-1.fs-42 .mini-text {
    font-size: 20px;
  }
  .article-item-1.fs-36 .mini-title,
  .article-item-1.fs-36 .category {
    font-size: 36px;
    line-height: 38px;
  }
  .article-item-1.fs-26 .mini-title,
  .article-item-1.fs-26 .category {
    font-size: 26px;
    line-height: 28px;
  }
  /* --- article-item-1 end --- */
  /* --- komunikaty --- */
  #content .error,
  #content .success,
  #content .success-2 {
    padding: 30px 40px;
    font-size: 24px;
  }
  #content .error .title,
  #content .success .title,
  #content .success-2 .title {
    margin: 0 0 40px;
    font-size: 52px;
  }
  #content .error .title.margin,
  #content .success .title.margin,
  #content .success-2 .title.margin {
    margin-top: 100px;
  }
  #content .error p,
  #content .success p,
  #content .success-2 p {
    max-width: none;
  }
  /* --- komunikaty end --- */
  /*
 * ====== Subpages ======
*/
  .content {
    margin: 20px 0 0;
  }
  .content .custom {
    display: block;
  }
  .top-block {
    margin-top: 20px;
  }
  .breadcrumb {
    float: left;
    line-height: 24px;
  }
  /* === Article page === */
  .article-space {
    margin: 40px 0 0;
  }
  .text-block img[align='left'] {
    float: left;
    max-width: 80%;
    margin: 14px 14px 10px 0;
  }
  .text-block img[align='right'] {
    float: right;
    max-width: 80%;
    margin: 14px 0 10px 14px;
  }
  .text-block .table-ramka {
    width: 350px;
  }
  .text-block .table-ramka.left {
    float: left;
    margin: 0 14px 14px 0;
  }
  .text-block .table-ramka.right {
    float: right;
    margin: 0 0 14px 14px;
  }
  .text-block .table-tlo {
    width: 350px;
  }
  .text-block .table-tlo.left {
    float: left;
    margin: 0 14px 14px 0;
  }
  .text-block .table-tlo.right {
    float: right;
    margin: 0 0 14px 14px;
  }
  .text-block .table-tlo div.image-ramka.left,
  .text-block .table-tlo div.image-ramka.right {
    float: none;
    margin: 0 -20px 14px;
  }
  .text-block .table-image-text .image img {
    margin: 0;
  }
  .text-block .table-image-text .title {
    margin: 0;
    padding: 10px 0 0;
  }
  .text-block .table-image-text .title + .i-text {
    margin: 0;
    padding: 0 0 12px;
  }
  .text-block .table-image-text .i-text {
    padding: 10px 0 12px;
    margin: 0;
  }
  .text-block div.image-ramka.left {
    width: 350px;
    float: left;
    margin: 0 14px 14px 0;
  }
  .text-block div.image-ramka.right {
    width: 350px;
    float: right;
    margin: 0 0 14px 14px;
  }
  .text-block .horizontal-two-image .row > div:not(:first-of-type) .image,
  .text-block .horizontal-three-image .row > div:not(:first-of-type) .image {
    margin: 0;
  }
  .text-block .cytat {
    padding: 15px 65px 18px;
    max-width: 620px;
  }
  .text-block .cytat:before,
  .text-block .cytat:after {
    width: 50px;
    height: 39px;
    background-position: -115px 0;
  }
  .for-share-buttons.bottom {
    margin-top: 45px;
  }
  .for-share-buttons .share-1 .title,
  .for-share-buttons .share-2 .title {
    float: none;
    margin: 0 0 4px;
    line-height: 1;
    min-width: auto;
  }
  .for-share-buttons .share-1 .share-buttons {
    min-width: auto;
  }
  .for-share-buttons .share-2 .mini-wrap {
    min-width: auto;
  }
  .for-share-buttons .share-1 {
    float: left;
  }
  .for-share-buttons .share-2 {
    float: right;
    margin: 0;
  }
  h1 {
    font-size: 32px;
  }
  h1.h1-article {
    font-size: 38px;
  }
  /* --- read-also --- */
  .read-also {
    margin-top: 30px;
  }
  /* --- read-also end --- */
  /* --- more-articles --- */
  .more-articles {
    margin-top: 45px;
  }
  /* --- more-articles end --- */
  /* --- recommended-article --- */
  .recommended-article ul li {
    width: 33.33%;
    float: left;
  }
  .recommended-article ul li:nth-of-type(3n+1) {
    clear: left;
  }
  .recommended-article ul li .image {
    float: none;
    margin: 0 0 10px 0;
  }
  /* === Article page end === */
  /* === Newsletter page === */
  .newsletter-oreder {
    padding: 15px 15px 24px;
  }
  .e-wydania .title {
    margin: 0 0 24px;
    font-size: 27px;
  }
  .e-wydania label.prezent {
    margin: 0 0 5px;
  }
  .e-wydania .input-row:after {
    display: table;
    content: "";
    clear: both;
  }
  .e-wydania .input-cell {
    width: 50%;
    float: left;
  }
  .e-wydania .input-cell:first-of-type {
    padding: 0 2px 0 0;
  }
  .e-wydania .input-cell:last-of-type {
    padding: 0 0 0 2px;
  }
  .e-wydania input[type='submit'] {
    float: right;
    margin: 12px 0 0;
  }
  .unsubscribe .unsubscribe-text {
    float: left;
    text-align: left;
    line-height: 30px;
  }
  .unsubscribe .unsubscribe-form {
    float: left;
    width: 352px;
    margin: 0 0 0 10px;
  }
  /* === Newsletter page end === */
  /* === Active reader page === */
  .three-links {
    text-align: left;
  }
  .three-links a {
    margin: 6px 12px 6px 0;
  }
  .prizes-item h3.cover-title {
    margin: 0 0 10px;
  }
  .prizes-item .circle-wrap {
    margin: 0;
  }
  .list-points .points-item .points-wrap {
    margin: 0 auto;
    max-width: none;
  }
  .list-points .points-item .points .number {
    height: 72px;
    margin: -36px 0 0;
    font-size: 72px;
  }
  .list-points .points-item .points .name {
    top: 70%;
  }
  .list-points .points-item.big .mini-title {
    margin: 0;
  }
  table.ranking th {
    height: auto !important;
    font-size: 14px;
  }
  /* === Active reader page end === */
  /* === Wyniki wyszukiwania page === */
  .search2 {
    max-width: 690px;
  }
  .wyniki {
    max-width: 700px;
    text-align: center;
  }
  .wyniki div {
    display: inline-block;
    margin: 0 5px;
  }
  .search-list .search-item .search-title {
    margin: 0;
  }
  /* === Wyniki wyszukiwania page end === */
  /* === Contacts page end === */
  .contact-form input[type="submit"],
  .contact-form button {
    float: right;
    margin: 0;
  }
  .contact-form .verification-title {
    margin: 0;
  }
  .contacts-map {
    margin: 20px 0 0;
  }
  .contacts-map .map-responsive {
    padding-top: 80%;
  }
  /* === Contacts page end === */
  /* === Magazyn list === */
  .magazyn-list-reklama {
    background: url('../images/magazyn-list-reklama.jpg') 0 0 #0d313f no-repeat;
  }
  .magazyn-list-reklama .title {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .magazyn-list-reklama .button {
    margin: 18px 0 0;
    max-width: 305px;
  }
  .magazyn-list .magazyn-item {
    margin: 20px 0 0;
  }
  /* === Magazyn list end === */
  /* === Magazyn page === */
  .store-title {
    font-size: 36px;
  }
  .store .cover {
    margin: 0;
  }
  .store .buttons {
    max-width: 205px;
  }
  .store .buttons div {
    width: auto;
    float: none;
  }
  .store .buttons div:first-child,
  .store .buttons div:last-child {
    padding: 0;
  }
  .store .free-link {
    max-width: 205px;
    padding: 7px 8px;
  }
  .store .fulltext {
    padding: 34px 40px 40px;
  }
  .store .store-text {
    margin: 18px 0 0;
  }
  .store .store-text .title {
    font-size: 24px;
  }
  .store.article-store .logo-kiosk {
    margin: 0;
  }
  /* === Magazyn page end === */
  /* === Archive page === */
  .archive .archive-item {
    margin: 50px 0 0;
  }
  .archive .archive-item .cover {
    max-width: 290px;
  }
  .archive .archive-item .cover span {
    font-size: 86px;
    margin: -41px 0 0;
  }
  .archive .archive-item .cover-year {
    font-size: 86px;
  }
  .archive .archive-item .list {
    margin: 30px 0 0;
  }
  .archive .archive-item .list li + li {
    margin: 14px 0 0;
  }
  .archive .archive-item .list li a {
    min-height: 66px;
    padding: 0 65px 4px 0;
  }
  .archive .archive-item .list li .title {
    font-size: 42px;
  }
  .archive .archive-item .list li .month {
    font-size: 17px;
  }
  .archive .archive-item .list li .icon {
    display: block;
    width: 55px;
    height: 57px;
    position: absolute;
    top: 4px;
    right: 0;
    background: url('../images/sprite.png') -21px 0 no-repeat;
  }
  /* === Archive page end === */
  /* --- mobile-app --- */
  .mobile-app {
    padding: 0;
  }
  .mobile-app .get-app {
    margin: 30px 0 0;
  }
  .mobile-app .get-app .cover {
    float: right;
  }
  .mobile-app .get-app .app-links {
    float: left;
    margin: 0;
  }
  /* --- mobile-app end --- */
  /* --- footer --- */
  footer {
    padding: 0 0 24px;
  }
  footer .footer-logo {
    margin: 24px 0 18px;
  }
  footer .services {
    margin: 24px 0 0;
  }
  footer .ul-list ul {
    float: left;
    width: 33.33333333%;
  }
  footer .wydawca {
    margin: 24px 0 0;
  }
  footer .recommend {
    margin: 24px 0 0;
  }
  /* --- footer end --- */
  /* TABLET-UP END
---------------------------------------*/
}
@media (min-width: 744px) and (max-width: 1024px) {
  /* TABLET-ONLY
---------------------------------------*/
  .clto {
    clear: left;
  }
  /* --- footer --- */
  /* --- footer end  --- */
  .what-screen-size div.is-tablet {
    display: block;
  }
  .what-screen-size div.is-mobile,
  .what-screen-size div.is-desktop,
  .what-screen-size div.is-desktop-large {
    display: none;
  }
  /* TABLET-ONLY END
---------------------------------------*/
}
@media (min-width: 1025px) {
  /* DESKTOP-UP
---------------------------------------*/
  /* --- header --- */
  header .progress-title {
    font-size: 22px;
  }
  /* --- header end --- */
  .cld {
    clear: left;
  }
  .advcode.adv-right {
    padding: 55px 0;
  }
  .current-paper span {
    top: auto;
    bottom: 100%;
  }
  /* --- active-reader --- */
  .active-reader.on-newsletter {
    max-width: none;
  }
  /* --- active-reader end --- */
  /* --- pagination --- */
  .pagination {
    margin: 50px 0 0;
  }
  .work-for-us {
    padding: 0;
  }
  .work-for-us h2 {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    height: 71px;
    line-height: 71px;
  }
  .work-for-us p {
    margin: 11px 0 0;
    float: left;
    width: calc(100% - 520px);
    text-align: left;
    font-size: 14px;
    line-height: 25px;
  }
  .work-for-us a {
    float: right;
    margin: 13px 7px 7px 20px;
  }
  /*
 * ====== Subpages ======
*/
  .school-form {
    margin: 0;
    float: right;
    position: relative;
    z-index: 2;
  }
  .school {
    float: right;
  }
  /* === Article page === */
  .for-share-buttons .share-1,
  .for-share-buttons .share-2 {
    float: none;
  }
  .for-share-buttons .share-1 .title,
  .for-share-buttons .share-2 .title {
    float: left;
    margin: 0 10px 0 0;
    line-height: 27px;
  }
  h1 {
    font-size: 34px;
  }
  /* --- recommended-article --- */
  .recommended-article {
    margin: 4px 0 0;
  }
  .recommended-article ul li {
    width: auto;
    float: none;
  }
  .recommended-article ul li:nth-of-type(3n+1) {
    clear: none;
  }
  .recommended-article ul li .image {
    float: left;
    margin: 0 15px 0 0;
  }
  /* === Article page end === */
  /* === Newsletter page === */
  .newsletter-oreder {
    min-height: 373px;
  }
  .unsubscribe {
    margin: 40px 0 0;
  }
  .unsubscribe .unsubscribe-form {
    width: 392px;
  }
  /* === Newsletter page end === */
  /* === Wyniki wyszukiwania page === */
  .search-list {
    margin: 20px 0 0;
  }
  /* === Wyniki wyszukiwania page end === */
  /* === Contacts page === */
  /* === Contacts page end === */
  /* === Magazyn list === */
  .magazyn-list-reklama {
    background-position: 0 -34px;
    padding: 13px 0 15px;
  }
  .magazyn-list-reklama .button {
    margin: 34px 0 0;
    float: right;
    width: 100%;
  }
  /* === Magazyn list end === */
  /* === Magazyn page === */
  .store .cover {
    margin: 20px 0 0;
  }
  .store .buttons {
    max-width: none;
  }
  .store .buttons div {
    width: 50%;
    float: left;
  }
  .store .buttons div:first-child {
    padding: 0 5px 0 0;
  }
  .store .buttons div:last-child {
    padding: 0 0 0 5px;
  }
  .store .free-link {
    max-width: none;
    padding: 12px 8px;
  }
  .store .fulltext {
    margin: 0;
  }
  /* === Magazyn page end === */
  /* === Archive page === */
  .archive .archive-item {
    margin: 60px 0 0;
  }
  .archive .archive-item .list {
    margin: 16px 0 0;
  }
  .archive .archive-item .list li + li {
    margin: 18px 0 0;
  }
  .archive .archive-item .all-archive {
    margin: 22px 0 0 168px;
  }
  .archive .archive-select {
    margin: 4px 0 0;
    float: right;
  }
  /* === Archive page end === */
  /* === Active reader page === */
  .list-points {
    margin: 26px 0 0;
  }
  /* === Active reader page end === */
  /* === Error page === */
  .error-page h1 {
    font-size: 46px;
  }
  .error-page .form-error input[type='text'] {
    padding: 0 85px 0 15px;
  }
  .error-page .form-error button[type='submit'] {
    width: 85px;
  }
  /* === Error page end === */
  /* --- mobile-app --- */
  .mobile-app .advcode.adv-bottom img {
    margin: 0;
  }
  /* --- mobile-app end --- */
  /* --- footer --- */
  footer .wydawca {
    text-align: right;
  }
  footer .wydawca .title {
    text-align: right;
    margin-right: 20px;
  }
  footer .wydawca .image {
    float: right;
  }
  /* --- footer end --- */
  /* --- newsletter pop-up --- */
  div#newsletterContainer {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    max-width: 1200px;
  }
  div#newsletterContainer div.box {
    box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    width: 700px;
    height: 280px;
    margin: 200px auto 0;
    background-color: #fff;
  }
  div#newsletterContainer div.box div#newsletterBox {
    background: url('../images/newsletter-pop-up.png');
    width: 660px;
    position: relative;
    top: 20px;
    left: 20px;
  }
  div#newsletterContainer div.box div#newsletterBox a {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 21px;
    height: 20px;
    background: #ffc600;
  }
  div#newsletterContainer div.box div#newsletterBox a i.fa.fa-close {
    position: relative;
    top: 1px;
    left: 4px;
    color: #000;
    font-size: 16px;
  }
  div#newsletterContainer div.box div#newsletterBox h3 {
    padding-top: 20px;
    padding-left: 20px;
    font-weight: bold;
  }
  div#newsletterContainer div.box div#newsletterBox div.newsletterContent div.title {
    width: 340px;
    line-height: 1.5;
  }
  div#newsletterContainer div.box div#newsletterBox div.newsletterContent img.cover {
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  div#newsletterContainer div.box div#newsletterBox div.newsletterForm {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  div#newsletterContainer div.box div#newsletterBox div.newsletterForm input.text {
    width: 500px;
    border: none;
    padding: 10px;
    height: 40px;
  }
  div#newsletterContainer div.box div#newsletterBox div.newsletterForm input.submit {
    float: right;
    margin-right: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 120px;
    height: 40px;
    background: #ffc600;
    font-weight: bold;
  }
  /* --- newsletter pop-up end --- */
  /* DESKTOP-UP END
---------------------------------------*/
}
@media (min-width: 1025px) and (max-width: 1199px) {
  /* DESKTOP-ONLY
---------------------------------------*/
  .what-screen-size div.is-desktop {
    display: block;
  }
  .what-screen-size div.is-mobile,
  .what-screen-size div.is-tablet,
  .what-screen-size div.is-desktop-large {
    display: none;
  }
  /* DESKTOP-ONLY END
---------------------------------------*/
}
@media (min-width: 1200px) {
  /* DESKTOP-LARGE-UP
---------------------------------------*/
  /* --- header --- */
  header {
    /* back to mobile menu */
  }
  header:not(.mobile-menu) .menu-wrap {
    float: left;
    position: relative;
    z-index: 100;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    overflow-y: visible;
    max-width: none;
    width: auto;
    background: transparent;
  }
  header:not(.mobile-menu) .menu-wrap.shown {
    left: auto;
  }
  header:not(.mobile-menu) .menu-close.shown {
    display: none;
  }
  header:not(.mobile-menu) .nav {
    margin: 25px 0 0 70px;
  }
  header:not(.mobile-menu) .nav li {
    float: left;
  }
  header:not(.mobile-menu) .nav li + li {
    margin: 0 0 0 18px;
  }
  header:not(.mobile-menu) .nav li a {
    padding: 0;
  }
  header .progress-title {
    font-size: 26px;
  }
  header.mobile-menu .navbar-toggle {
    display: block;
  }
  /* --- header end --- */
  /* --- active-reader --- */
  .active-reader {
    min-height: 342px;
  }
  .active-reader .title {
    margin: 110px 15px 16px;
  }
  /* --- active-reader end --- */
  .work-for-us p {
    font-size: 18px;
  }
  /* --- footer --- */
  /* --- footer end --- */
  .what-screen-size div.is-desktop-large {
    display: block;
  }
  .what-screen-size div.is-mobile,
  .what-screen-size div.is-tablet,
  .what-screen-size div.is-desktop {
    display: none;
  }
  /* DESKTOP-LARGE-UP END
---------------------------------------*/
}
#message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#message #system-message > .alert-message {
  padding: 150px 0;
}
#message .alert-message {
  font-size: 16px;
  font-weight: 300;
  width: 625px;
  line-height: 24px;
}
#message .alert-message .close {
  display: block;
  background: url('https://cdn.avt.pl/webs/audio.com.pl/2017/11/success.png') no-repeat;
  width: 191px;
  height: 191px;
  padding-bottom: 50px;
  margin: 0 auto 15px;
  color: #92cf35;
}
#message .alert-heading {
  color: #92cf35;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.sticky-element {
  position: sticky;
  top: 77px;
}
