/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* line 1, assets/sass/inc/_mi.scss */
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  -ms-transform: rotate(0.001deg);
  /* IE 9 */
  -webkit-transform: rotate(0.001deg);
  /* Safari */
  transform: rotate(0.001deg);
}
/* line 31, assets/sass/inc/_mi.scss */
.mi.s24 {
  font-size: 24px;
}
/* line 34, assets/sass/inc/_mi.scss */
.mi.s28 {
  font-size: 28px;
}
/* line 37, assets/sass/inc/_mi.scss */
.mi.s32 {
  font-size: 32px;
}

/*
Theme Name: Strona walutowa
Author: Tomek Topa
Description: Szablon strony walutowej
Version: 0.2
*/
/* line 9, assets/sass/_style-base.scss */
body {
  background: #f5f5f5;
  font-size: 13px;
  font-family: 'Roboto', Helvetica, sans-serif;
  background: #f5f5f5 url("assets/images/bg.jpg") no-repeat right top;
}

/* line 16, assets/sass/_style-base.scss */
body a {
  color: black !important;
}

/* line 20, assets/sass/_style-base.scss */
#wpadminbar a {
  color: #fff !important;
}

/* line 24, assets/sass/_style-base.scss */
.crp {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 29, assets/sass/_style-base.scss */
.fw-100 {
  font-weight: 100;
}

/* line 30, assets/sass/_style-base.scss */
.fw-300 {
  font-weight: 300;
}

/* line 31, assets/sass/_style-base.scss */
.fw-400 {
  font-weight: 400;
}

/* line 32, assets/sass/_style-base.scss */
.fw-500 {
  font-weight: 500;
}

/* line 33, assets/sass/_style-base.scss */
.fw-600 {
  font-weight: 600;
}

/* line 34, assets/sass/_style-base.scss */
.fw-700 {
  font-weight: 700;
}

/* line 35, assets/sass/_style-base.scss */
.fw-900 {
  font-weight: 900;
}

/* line 37, assets/sass/_style-base.scss */
.content {
  line-height: 1.3em;
}
/* line 39, assets/sass/_style-base.scss */
.content h1, .content h2, .content h3, .content h4 {
  margin: .2em 0px;
  padding: 0px;
}
/* line 44, assets/sass/_style-base.scss */
.content h1 {
  font-size: 1.8em;
  margin: 0px;
  padding: 0px;
}

/* line 51, assets/sass/_style-base.scss */
.form-control {
  border-radius: 2px;
  font-weight: 600;
  color: #000;
}
/* line 55, assets/sass/_style-base.scss */
.form-control:focus {
  border: 1px solid #a60000;
  -webkit-box-shadow: 1px 1px 5px #f8f8f8;
  -khtml-box-shadow: 1px 1px 5px #f8f8f8;
  -moz-box-shadow: 1px 1px 5px #f8f8f8;
  -ms-box-shadow: 1px 1px 5px #f8f8f8;
  -o-box-shadow: 1px 1px 5px #f8f8f8;
  box-shadow: 1px 1px 5px #f8f8f8;
}

/* line 61, assets/sass/_style-base.scss */
.calculator {
  margin-bottom: .7em;
}
/* line 63, assets/sass/_style-base.scss */
.calculator label {
  padding: .6em .5em .4em;
  font-weight: 500;
  color: gray;
}
/* line 69, assets/sass/_style-base.scss */
.calculator .btn {
  background: #630000;
  border: 1px solid #4f0000;
  color: #fff;
  font-weight: 500;
}

/* line 77, assets/sass/_style-base.scss */
.calc-result {
  background-color: #fff2d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2d5), to(#ffe7b1));
  background-image: -webkit-linear-gradient(top, #fff2d5, #ffe7b1);
  background-image: -moz-linear-gradient(top, #fff2d5, #ffe7b1);
  background-image: -ms-linear-gradient(top, #fff2d5, #ffe7b1);
  background-image: -o-linear-gradient(top, #fff2d5, #ffe7b1);
  background-image: linear-gradient(top, #fff2d5, #ffe7b1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff2d5', endColorStr='#ffe7b1');
  border-top: 1px solid #ffdf98;
  line-height: 1.8em;
}
/* line 82, assets/sass/_style-base.scss */
.calc-result .ttl {
  color: #590000;
  font-weight: 600;
  font-size: 1.1em;
}

/* line 90, assets/sass/_style-base.scss */
.chart-area {
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: -moz-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
  background-image: linear-gradient(top, #fbfbfb, #e9e9e9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', endColorStr='#e9e9e9');
  border-top: 1px solid #eeeeee;
  line-height: 1.8em;
}
/* line 95, assets/sass/_style-base.scss */
.chart-area .ch-nav {
  overflow: hidden;
  text-align: right;
  padding-right: 12px;
}
/* line 100, assets/sass/_style-base.scss */
.chart-area .ch-nav a, .chart-area .ch-nav span {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px;
  padding: .3em .9em;
  font-weight: 600;
  font-size: .88em;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  background-color: #e9e9e9;
  color: #aeaeae;
}
/* line 112, assets/sass/_style-base.scss */
.chart-area .ch-nav a.active, .chart-area .ch-nav span.active {
  background-color: #fff;
  color: #000 !important;
}
/* line 118, assets/sass/_style-base.scss */
.chart-area .ch-nav span {
  font-weight: 300;
  color: gray;
  background: transparent !important;
}
/* line 125, assets/sass/_style-base.scss */
.chart-area .ch-ar {
  width: 100%;
  overflow-x: auto;
}
/* line 130, assets/sass/_style-base.scss */
.chart-area .uchart {
  width: 100%;
  height: 130px;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  min-width: 450px;
}
/* line 137, assets/sass/_style-base.scss */
.chart-area .uchart:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
/* line 142, assets/sass/_style-base.scss */
.chart-area .ttl {
  color: #590000;
  font-weight: 600;
  font-size: 1.1em;
}

/* line 149, assets/sass/_style-base.scss */
.br-logo {
  width: 100%;
  padding: 0em;
}

/* line 155, assets/sass/_style-base.scss */
.panel-logo {
  padding: 15px 5px;
}

/* line 161, assets/sass/_style-base.scss */
.widget-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* line 166, assets/sass/_style-base.scss */
.widget-list li {
  padding: .7em 0px .7em 0px;
  font-weight: 700;
}
/* line 170, assets/sass/_style-base.scss */
.widget-list li .up-time {
  float: right;
  font-size: .86em;
  font-weight: 500;
  color: gray;
  padding-top: 1.3em;
  padding-right: 12px;
}
/* line 177, assets/sass/_style-base.scss */
.widget-list li .up-time .mi {
  margin-top: -4px;
  color: #525252;
  font-size: 1.1em;
}
/* line 184, assets/sass/_style-base.scss */
.widget-list li .ttl {
  display: block;
  font-size: .92em;
  font-weight: 600;
  padding: .6em .6em;
  color: #6f4d00;
  background-color: #ffe2a2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe2a2), to(#ffd77e));
  background-image: -webkit-linear-gradient(top, #ffe2a2, #ffd77e);
  background-image: -moz-linear-gradient(top, #ffe2a2, #ffd77e);
  background-image: -ms-linear-gradient(top, #ffe2a2, #ffd77e);
  background-image: -o-linear-gradient(top, #ffe2a2, #ffd77e);
  background-image: linear-gradient(top, #ffe2a2, #ffd77e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffe2a2', endColorStr='#ffd77e');
  position: relative;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #ffd26f;
}
/* line 196, assets/sass/_style-base.scss */
.widget-list li .ttl .mi {
  margin-right: .51em;
  padding-right: .42em;
  border-right: 1px solid #efa400;
  font-size: 1.3em;
  margin-top: -2px;
  margin-left: .05em;
  color: #513800;
}
/* line 206, assets/sass/_style-base.scss */
.widget-list li .ttl::after {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffd77e;
  border-width: 7px;
  margin-left: -6px;
}
/* line 222, assets/sass/_style-base.scss */
.widget-list li .current-rate {
  font-weight: 300;
  font-size: 1.4em;
  padding-left: .6em;
  color: #676767;
  padding: .5em .6em .1em .4em;
  display: block;
}
/* line 230, assets/sass/_style-base.scss */
.widget-list li .current-rate b {
  font-weight: 900;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #010101;
}
/* line 240, assets/sass/_style-base.scss */
.widget-list.articles li {
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
/* line 244, assets/sass/_style-base.scss */
.widget-list.articles li .mi {
  color: #b3b3b3;
  margin-right: .6em;
  margin-top: -1px;
  position: absolute;
  left: 0px;
  font-size: 1.2em;
  top: .75em;
}
/* line 254, assets/sass/_style-base.scss */
.widget-list.articles li:last-child {
  border-bottom: 0px solid #fff !important;
}
/* line 261, assets/sass/_style-base.scss */
.widget-list li.wl {
  border-bottom: 1px solid #ebebeb;
}
/* line 263, assets/sass/_style-base.scss */
.widget-list li.wl:last-child {
  border-bottom: 0px solid #fff !important;
}

/* line 270, assets/sass/_style-base.scss */
.panel {
  border: 0px solid transparent;
}
/* line 275, assets/sass/_style-base.scss */
.panel .panel-heading-2 {
  background: #fff;
  padding: 1em 1.3em;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, white, #f5f5f5);
  background-image: -moz-linear-gradient(top, white, #f5f5f5);
  background-image: -ms-linear-gradient(top, white, #f5f5f5);
  background-image: -o-linear-gradient(top, white, #f5f5f5);
  background-image: linear-gradient(top, white, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='white', endColorStr='#f5f5f5');
}
/* line 283, assets/sass/_style-base.scss */
.panel .panel-heading-2::after {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #e6e6e6;
  border-width: 9px;
  margin-left: -3px;
}
/* line 298, assets/sass/_style-base.scss */
.panel .panel-heading-2 h4 {
  font-weight: 700;
  font-size: 1.1em;
  color: #5a5a5a;
  text-shadow: 1px 1px 0px #fff;
}
/* line 307, assets/sass/_style-base.scss */
.panel .panel-heading {
  -webkit-box-shadow: 0px 0px 0px transparent;
  -khtml-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -ms-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  background-color: #680000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#680000), to(#590000));
  background-image: -webkit-linear-gradient(top, #680000, #590000);
  background-image: -moz-linear-gradient(top, #680000, #590000);
  background-image: -ms-linear-gradient(top, #680000, #590000);
  background-image: -o-linear-gradient(top, #680000, #590000);
  background-image: linear-gradient(top, #680000, #590000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#680000', endColorStr='#590000');
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #4a0000;
  border-radius: 0px;
  font-weight: 500;
  padding: 1em 1.2em;
  font-weight: 300;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 323, assets/sass/_style-base.scss */
.panel .panel-heading b {
  font-weight: 600;
}
/* line 327, assets/sass/_style-base.scss */
.panel .panel-heading::after {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #590000;
  border-width: 8px;
  margin-left: -6px;
}

/* line 345, assets/sass/_style-base.scss */
.rate-big {
  font-size: 2.4em;
  font-weight: 100;
  letter-spacing: -1px;
  text-align: center;
  padding: .7em 0px .6em 0px;
  display: block;
}
/* line 353, assets/sass/_style-base.scss */
.rate-big b {
  font-weight: 900;
}

@media (max-width: 768px) {
  /* line 359, assets/sass/_style-base.scss */
  .p-header {
    padding-top: .5em !important;
    padding-bottom: .5em !important;
  }
  /* line 362, assets/sass/_style-base.scss */
  .p-header h1 {
    font-size: 1.55em !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600 !important;
    letter-spacing: -1px;
  }
  /* line 370, assets/sass/_style-base.scss */
  .p-header h4 {
    font-size: 1.1em !important;
  }
}
@media (max-width: 468px) {
  /* line 377, assets/sass/_style-base.scss */
  .rate-big {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-left: -12px;
    margin-right: -12px;
  }
  /* line 383, assets/sass/_style-base.scss */
  .rate-big b {
    font-weight: 600;
  }

  /* line 388, assets/sass/_style-base.scss */
  .bro {
    clear: both;
    display: block;
    height: 1px;
    content: ' ';
    font-size: 1px;
  }
}
@media (max-width: 768px) {
  /* line 398, assets/sass/_style-base.scss */
  .rate-big {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-left: -12px;
    margin-right: -12px;
  }
  /* line 404, assets/sass/_style-base.scss */
  .rate-big b {
    font-weight: 600;
  }

  /* line 408, assets/sass/_style-base.scss */
  .bro {
    clear: both;
    display: block;
    height: 1px;
    content: ' ';
    font-size: 1px;
  }
}
/* line 418, assets/sass/_style-base.scss */
.rate-row {
  font-size: 1.2em;
  padding-bottom: 1.8em;
  line-height: 1.5em;
  font-weight: 300;
}
/* line 423, assets/sass/_style-base.scss */
.rate-row span {
  font-weight: 300;
  display: block;
  font-size: .78em;
  text-transform: uppercase;
  color: gray;
}
/* line 431, assets/sass/_style-base.scss */
.rate-row b {
  font-weight: 400;
}

/* line 436, assets/sass/_style-base.scss */
.rate-rr {
  padding: 5px 15px;
  text-align: center;
}
/* line 439, assets/sass/_style-base.scss */
.rate-rr span {
  font-weight: 600;
  color: #404040;
  padding: .3em .5em;
  background-color: #f0f0f0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: .8em;
}

/* line 449, assets/sass/_style-base.scss */
.rate-info {
  text-align: center;
  font-weight: 300;
  font-size: .92em;
  color: gray;
  margin-bottom: 1.8em;
}

/* line 457, assets/sass/_style-base.scss */
.p-header, .p-content {
  padding: 1.1em 1.1em 1.9em 1.1em;
  margin-bottom: .8em;
}
/* line 460, assets/sass/_style-base.scss */
.p-header h1, .p-header h4, .p-content h1, .p-content h4 {
  margin: 0px;
}
/* line 463, assets/sass/_style-base.scss */
.p-header h1, .p-content h1 {
  font-size: 2.4em;
  font-weight: 900;
  margin-bottom: .2em;
  letter-spacing: -1px;
}
/* line 470, assets/sass/_style-base.scss */
.p-header h4, .p-content h4 {
  font-size: 1.3em;
  font-weight: 300;
  color: #5a5a5a;
}
/* line 476, assets/sass/_style-base.scss */
.p-header p, .p-content p {
  text-align: justify;
  color: #676767;
  text-align: justify;
  font-weight: 300;
}
/* line 482, assets/sass/_style-base.scss */
.p-header p b, .p-header p strong, .p-content p b, .p-content p strong {
  font-weight: 500;
}

/* line 489, assets/sass/_style-base.scss */
.p-header .date-time {
  font-size: 1em;
  padding-top: .2em;
  color: gray;
  font-weight: 300;
}
/* line 494, assets/sass/_style-base.scss */
.p-header .date-time .mi {
  margin-right: .3em;
  margin-top: -2px;
  color: #5a5a5a;
}

/* line 503, assets/sass/_style-base.scss */
.p-content {
  padding-top: .6em;
  padding-bottom: .3em;
  line-height: 1.5em;
}
/* line 507, assets/sass/_style-base.scss */
.p-content b, .p-content strong {
  color: #525252;
}
/* line 511, assets/sass/_style-base.scss */
.p-content a {
  color: #590000 !important;
  font-weight: 600;
}

/* line 518, assets/sass/_style-base.scss */
.values-table .line {
  padding: .7em .5em;
  text-align: center;
  font-size: .92em;
  border-bottom: 1px solid #eeeeee;
}
/* line 524, assets/sass/_style-base.scss */
.values-table .line .mi {
  font-size: 1.5em;
  margin-left: 1em;
  margin-right: 1em;
  color: #c8c8c8;
}
/* line 531, assets/sass/_style-base.scss */
.values-table .line .in {
  margin: auto;
}
/* line 535, assets/sass/_style-base.scss */
.values-table .line b {
  font-weight: 600;
}
/* line 539, assets/sass/_style-base.scss */
.values-table .line:last-child {
  border-bottom: 0px solid #fff !important;
}

/* line 546, assets/sass/_style-base.scss */
.btn-cta {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 3px solid #590000;
  background: #7d0000;
  padding: 1em .4em .9em .4em;
  margin: 1em;
  font-size: 1.1em;
  display: block;
  font-weight: 900 !important;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}
/* line 562, assets/sass/_style-base.scss */
.btn-cta .mi {
  margin-right: .7em;
  font-size: 1.7em;
  margin-top: -4px;
}
/* line 568, assets/sass/_style-base.scss */
.btn-cta:hover {
  background: #590000;
  color: #fff !important;
}

/* line 575, assets/sass/_style-base.scss */
.ft {
  padding-top: .8em;
  padding-bottom: 1.5em;
  font-size: .98em;
  color: gray;
}
/* line 582, assets/sass/_style-base.scss */
.ft.ft-r {
  text-align: right;
}
/* line 585, assets/sass/_style-base.scss */
.ft.ft-r a {
  display: inline-block;
  margin-left: 1.1em;
  margin-right: 1.1em;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 599, assets/sass/_style-base.scss */
  .ft.ft-r {
    text-align: left;
    padding: 5px 15px;
    line-height: 1.9em;
  }
  /* line 604, assets/sass/_style-base.scss */
  .ft.ft-r a {
    margin-left: .5em;
    margin-right: .5em;
  }
}
/* line 612, assets/sass/_style-base.scss */
.page-content {
  padding: 0px 1em;
}
/* line 615, assets/sass/_style-base.scss */
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-size: 1.4em;
  font-weight: 900;
  letter-spacing: -1px;
  position: relative;
  margin-top: 1.7em;
  padding-bottom: .7em;
  margin-bottom: .8em;
  color: #4d4d4d;
}
/* line 625, assets/sass/_style-base.scss */
.page-content h2::after, .page-content h3::after, .page-content h4::after, .page-content h5::after, .page-content h6::after {
  position: absolute;
  width: 25px;
  height: 1px;
  left: 0px;
  bottom: 0px;
  content: ' ';
  background: #ffa94d;
}
/* line 635, assets/sass/_style-base.scss */
.page-content h2::before, .page-content h3::before, .page-content h4::before, .page-content h5::before, .page-content h6::before {
  position: absolute;
  right: 0px;
  height: 1px;
  left: 27px;
  bottom: 0px;
  content: ' ';
  background: #dfdfdf;
}
/* line 647, assets/sass/_style-base.scss */
.page-content h3 {
  font-size: 1.2em;
}
/* line 651, assets/sass/_style-base.scss */
.page-content h4 {
  font-size: 1em;
}
/* line 655, assets/sass/_style-base.scss */
.page-content h5 {
  font-size: .8em;
}
/* line 661, assets/sass/_style-base.scss */
.page-content .article-inner img {
  width: 100%;
}
/* line 665, assets/sass/_style-base.scss */
.page-content ul li, .page-content ol li {
  margin: 1em 0px;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: justify;
}
/* line 674, assets/sass/_style-base.scss */
.page-content p {
  margin: 1em 0px;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: justify;
}
/* line 681, assets/sass/_style-base.scss */
.page-content p i, .page-content p em {
  font-weight: 300;
}
/* line 685, assets/sass/_style-base.scss */
.page-content p a {
  color: #590000 !important;
  font-weight: 600;
}

/* line 693, assets/sass/_style-base.scss */
.ad-zone {
  display: block;
  text-align: center;
  padding: 1em .2em;
  margin-bottom: 1.2em;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/* line 720, assets/sass/_style-base.scss */
.partner-service a {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
/* line 722, assets/sass/_style-base.scss */
.partner-service a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}