.icon-menu-1 {
  background-image: url('img/icon/menu-icon-1.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 25px; }

.icon-menu-2 {
  background-image: url('img/icon/menu-icon-2.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px; }

.icon-menu-3 {
  background-image: url('img/icon/menu-icon-3.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px; }

.icon-menu-4 {
  background-image: url('img/icon/menu-icon-4.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px; }

.icon-1 {
  background-image: url('img/icon/icon-1.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: 6px;
  width: 34px;
  height: 34px; }

.icon-2 {
  background-image: url('img/icon/icon-2.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: 6px;
  width: 34px;
  height: 34px; }

.icon-3 {
  background-image: url('img/icon/icon-3.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: 6px;
  width: 34px;
  height: 34px; }

.icon-4 {
  background-image: url('img/icon/icon-4.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: 6px;
  width: 34px;
  height: 34px; }

.icon-5 {
  background-image: url('img/icon/icon-5.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: 6px;
  width: 34px;
  height: 34px; }

.icon-cell {
  background-image: url('img/icon/icon-cell.png');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 21px;
  height: 31px;
  padding: 0; }

.full-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a4a8bb;
  margin: 10px 0;
  padding: 0; }

.full-line-no-marg {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a4a8bb;
  margin: 0;
  padding: 0; }

.menu-line {
  position: relative;
  display: inline-block;
  height: 2px;
  background-color: #eb1265;
  margin: 0 5px;
  padding: 0; }

.h2-header {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #eb1265;
  margin: 0;
  padding: 15px 0; }

.h3-header {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #3f4354;
  margin: 0;
  padding: 15px 0; }

.h2-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3f4354;
  margin: 0;
  padding: 0 0 10px 0; }

.h3-title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #3f4354;
  margin: 0;
  padding: 10px 0; }

.h4-title {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3f4354;
  margin: 0;
  padding: 0 0 10px 0; }

.p-text {
  font-family: 'Georgia', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #3f4354;
  margin: 0;
  padding: 0 0 15px 0;
  text-align: justify;
  line-height: 25px; }
  .p-text > b {
    font-weight: 700; }

.italic-text {
  font-family: 'Georgia', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #3f4354;
  margin: 0;
  text-align: center;
  line-height: 25px;
  width: 80%;
  font-style: italic;
  padding: 20px !important; }
  .italic-text > b {
    font-weight: 700; }

.border-text {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #eb1265;
  text-align: center;
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
  border: 1px solid #a4a8bb;
  width: 70%; }

.p-text-wciecie {
  font-family: 'Georgia', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3f4354;
  margin: 0;
  padding: 0 0 15px 10px; }

.p-border {
  border: 1px solid #3f4354;
  padding: 30px;
  text-align: center;
  font-family: 'Georgia', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3f4354;
  font-style: italic; }

.strong-text {
  font-weight: 700; }

.list-text > li {
  color: #eb1265; }
  .list-text > li > p {
    color: #3f4354; }

.menu {
  list-style-type: none; }
  .menu > li > a {
    text-decoration: none; }

.menu-inline {
  list-style-type: none; }
  .menu-inline > li {
    list-style-type: none;
    display: inline-block; }
  .menu-inline > li > a {
    text-decoration: none; }

.menu-list {
  list-style-type: none; }

.menu-list li > a {
  text-decoration: none; }

.rel-block {
  position: relative;
  display: block; }

.abs {
  position: absolute;
  display: block; }

.inline {
  position: relative;
  display: inline-block; }

.center {
  padding: 0;
  margin: 0 auto;
  clear: both;
  float: none; }

.left {
  padding: 0;
  margin: 0;
  float: left; }

.right {
  padding: 0;
  margin: 0;
  float: right; }

.al-right {
  text-align: right; }

.al-left {
  text-align: left; }

.al-center {
  text-align: center; }

.bottom {
  bottom: 0; }

.txt-center {
  text-align: center; }

.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.col1 {
  width: 265px; }

.col2 {
  width: 695px; }

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none; }

.main-container {
  position: relative;
  display: block;
  width: 960px !important; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -505px; }
  .wrapper:after {
    content: "";
    display: block;
    height: 505px; }

header {
  position: relative;
  background-color: #2a2a2a;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 10000; }
  header > section:nth-of-type(1) {
    background-image: url('img/main/main-bkg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    height: 333px;
    width: 960px; }
  header > section:nth-of-type(1) > h2:nth-of-type(1) {
    position: absolute;
    left: 180px;
    top: 86px;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    line-height: 70px;
    -webkit-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    -moz-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    -o-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    -ms-text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8); }
  header > section:nth-of-type(1) > h2:nth-of-type(2) {
    position: absolute;
    left: 430px;
    top: 87px;
    margin: 0;
    line-height: 38px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    -webkit-text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.5);
    -moz-text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.5);
    -o-text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.5);
    -ms-text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.5);
    text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.5); }
    header > section:nth-of-type(1) > h2:nth-of-type(2) > span {
      display: block;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #fff; }
  header > section:nth-of-type(2) {
    height: 49px;
    background-color: #1b1b1b;
    border-top: 1px solid #373737;
    border-bottom: 6px solid #eb1265;
    display: block; }
  header > section:nth-of-type(2) > nav {
    width: 960px;
    margin: 0 auto; }
    header > section:nth-of-type(2) > nav:after {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border: inset 15px;
      border-color: #eb1265 transparent transparent transparent;
      border-top-style: solid; }
    header > section:nth-of-type(2) > nav:after {
      margin-top: 6px; }
    header > section:nth-of-type(2) > nav > img {
      margin-top: 10px;
      padding-left: 10px; }
    header > section:nth-of-type(2) > nav > ul {
      margin: 0;
      padding-top: 1px;
      float: right; }
      header > section:nth-of-type(2) > nav > ul > li {
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 40px;
        padding: 2px 0 0 30px;
        spacing: 5px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        cursor: pointer; }
        header > section:nth-of-type(2) > nav > ul > li > span {
          top: 7px;
          margin-right: 5px;
          line-height: 30px; }
      header > section:nth-of-type(2) > nav > ul:hover {
        -webkit-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
        -moz-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
        -o-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
        -ms-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
        text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5); }
        header > section:nth-of-type(2) > nav > ul:hover > span {
          -webkit-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
          -moz-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
          -o-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
          -ms-text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
          text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5); }

#stickyheader > nav > a {
  display: inline-block;
  padding: 0;
  margin: 12px 0 0 0; }

.section {
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.2); }
  .section > article {
    width: 960px;
    margin: 0 auto; }

.first-section {
  background-image: url('img/bkg/bkg-1.png');
  background-position: center;
  background-repeat: repeat; }
  .first-section > article:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: inset 15px;
    border-color: #fff transparent transparent transparent;
    border-top-style: solid; }
  .first-section > article > img {
    position: relative;
    display: block;
    margin: 0 auto -63px auto;
    padding-top: 20px; }
  .first-section > article > h2 > span:nth-of-type(2) {
    width: 318px; }
  .first-section > article:after {
    margin-top: 19px; }

.sec-section {
  background-image: url('img/bkg/bkg-2.png');
  background-position: center;
  background-repeat: repeat; }
  .sec-section > article:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: inset 15px;
    border-color: #eee transparent transparent transparent;
    border-top-style: solid; }
  .sec-section > article > h2 > span:nth-of-type(2) {
    width: 777px; }
  .sec-section > article:after {
    margin-top: 19px; }

.thr-section {
  background-image: url('img/bkg/bkg-3.png');
  background-position: center;
  background-repeat: repeat; }
  .thr-section > article {
    width: 960px;
    margin: 0 auto; }
  .thr-section > article:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: inset 15px;
    border-color: #ddd transparent transparent transparent;
    border-top-style: solid; }
  .thr-section > article > h2 > span:nth-of-type(2) {
    width: 567px; }
  .thr-section > article:after {
    margin-top: 19px; }
  .thr-section > article > p {
    margin: 0 0 0 25px; }
    .thr-section > article > p > span {
      position: absolute;
      margin-left: -25px;
      color: #eb1265;
      font-size: 50px;
      margin-top: -3px;
      height: 20px; }

.for-section {
  background-image: url('img/bkg/bkg-4.png');
  background-position: center;
  background-repeat: repeat; }
  .for-section > article:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: inset 15px;
    border-color: #eee transparent transparent transparent;
    border-top-style: solid; }
  .for-section > article > h2 > span:nth-of-type(2) {
    width: 765px; }
  .for-section > article > h3 {
    padding-left: 20px; }
    .for-section > article > h3 > span {
      position: absolute;
      margin-top: -21px;
      margin-left: -25px;
      color: #eb1265;
      font-size: 40px; }
  .for-section > article:after {
    margin-top: 19px; }
  .for-section > article > p:last-of-type {
    font-size: 15px;
    color: #3f4354;
    width: 90%;
    border-color: #fff; }
  .for-section > article:after {
    content: "";
    display: none; }

footer {
  z-index: 10;
  border-top: 2px solid #eb1265; }

#upper-footer {
  border-bottom: 1px solid ; }
  #upper-footer > div {
    padding-bottom: 20px;
    top: 10px; }
  #upper-footer > div > article {
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    #upper-footer > div > article > h2 {
      font-size: 18px; }
    #upper-footer > div > article > h3 {
      width: 535px;
      display: block;
      margin: 0 auto;
      font-size: 15px; }

#center-footer {
  border-bottom: 1px solid #3f4354; }
  #center-footer > article img {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto; }
  #center-footer > article > p > a {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3f4354;
    background-color: #3f4354;
    color: #fff;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none; }
    #center-footer > article > p > a:hover {
      color: #eb1265; }

#center-footer-2 > article {
  display: block;
  width: 960px;
  margin: 0 auto; }
  #center-footer-2 > article > div {
    display: block;
    width: 236px;
    margin: 0 auto;
    padding: 20px; }
    #center-footer-2 > article > div > h5 {
      padding: 14px 0;
      display: inline-block;
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #aaa;
      margin: 0; }
    #center-footer-2 > article > div > h4 {
      padding: 0 10px;
      display: inline-block;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #3f4354;
      margin: 0; }
    #center-footer-2 > article > div > span {
      top: 4px; }

#top-back {
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 24px;
  height: 22px;
  background-image: url('img/main/up-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  cursor: pointer; }

#lower-footer {
  height: 45px;
  border-top: 1px solid ; }
  #lower-footer > div > div > h5 {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #aaa; }
    #lower-footer > div > div > h5 > a {
      text-decoration: none;
      font-family: 'Arial', sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #aaa; }
      #lower-footer > div > div > h5 > a:hover {
        color: #eb1265;
        cursor: pointer; }
