/* Resets & General ------------------------------------------------------------*/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
summary {
  display: block;
}
html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Raleway', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #333333;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}
.clearfix {
  clear: both;
}
.ui-loader {
  display: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333333;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-horizontal li {
  display: inline-block;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  margin: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: absolute;
}
.block {
  display: block;
  width: 100%;
}
.none {
  display: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.mg-top-no {
  margin-top: 0px !important;
}
.mg-bottom-no {
  margin-bottom: 0px !important;
}
.mg-right-no {
  margin-right: 0px !important;
}
.mg-left-no {
  margin-left: 0px !important;
}
/* Gird ------------------------------------------------------------*/
.row {
  margin: 0 -15px;
  clear: both;
}
.row:after,
.row:before {
  display: table;
  content: ' ';
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0 15px;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-pull-12 {
  right: 100%;
}
.col-md-pull-11 {
  right: 91.66666667%;
}
.col-md-pull-10 {
  right: 83.33333333%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-8 {
  right: 66.66666667%;
}
.col-md-pull-7 {
  right: 58.33333333%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-5 {
  right: 41.66666667%;
}
.col-md-pull-4 {
  right: 33.33333333%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-2 {
  right: 16.66666667%;
}
.col-md-pull-1 {
  right: 8.33333333%;
}
.col-md-pull-0 {
  right: 0;
}
.col-md-push-12 {
  left: 100%;
}
.col-md-push-11 {
  left: 91.66666667%;
}
.col-md-push-10 {
  left: 83.33333333%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-8 {
  left: 66.66666667%;
}
.col-md-push-7 {
  left: 58.33333333%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-5 {
  left: 41.66666667%;
}
.col-md-push-4 {
  left: 33.33333333%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-2 {
  left: 16.66666667%;
}
.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-0 {
  left: 0;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-0 {
  margin-left: 0;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-1 {
  width: 8.33333333%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media screen and (max-width: 919px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    width: 100%;
    text-align: center;
  }
  .col-md-offset-1,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-10,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    width: 100%;
    text-align: center;
  }
}
/* Button ------------------------------------------------------------*/
.btn {
  text-decoration: none;
  outline: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-default {
  border: 1px solid #ead34e;
  color: #333;
  background: #ffe655;
}
.btn-default:hover,
.btn-default:focus {
  border-color: #000;
  background: #333;
  color: #fff;
}
.btn-bar {
  border: 1px solid #222;
  color: #fff;
  background: #222;
}
.btn-bar:hover,
.btn-bar:focus {
  border-color: #000;
  background: #111;
  color: #fff;
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.carousel-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  margin-top: 20px;
}
.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 0px !important;
}
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}
.mg-top-40 {
  margin-top: 40px;
}
@media (max-width: 1040px) {
  .carousel-cell {
    width: 100%;
  }
}
@media (max-width: 763px) {
  .carousel-cell {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .carousel-cell {
    height: 150px;
  }
}
@media (max-width: 380px) {
  .carousel-cell {
    height: 100px;
  }
}
/* header-top */
#header-top {
  height: 42px;
  background-color: #FFE655;
}
#header-top ul {
  list-style: none;
  padding-left: 0px;
}
.header-top-nav li {
  float: left;
  line-height: 42px;
  margin-right: 10px;
  font-size: 13px;
}
.header-top-nav li::after {
  content: "|";
  color: #333333;
  float: left;
  margin-left: 10px;
}
.header-top-nav li:last-child::after {
  content: "";
}
.header-top-nav li a {
  display: block;
  float: left;
}
.header-top-nav li:hover a,
.header-top-nav li a.header-top-active,
.header-top-nav li:hover a i,
.header-top-nav li a.header-top-active i {
  color: #333333;
}
.header-top-nav li i {
  margin-right: 5px;
}
.header-search {
  float: right;
  position: relative;
}
.header-search input {
  margin-bottom: 0;
  padding: 7px 0 7px 30px;
  background: transparent !important;
  border: none;
  font-size: 13px;
  font-weight: normal;
  height: 42px;
  width: 120px;
}
.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 42px;
}
/* header */
#header {
  /*height: 86px;*/
  position: relative;
  background-color: #333333;
}
#header .logo img {
  height: 86px;
  width: auto;
  padding: 20px 15px 20px 0px;
  float: left;
}
div[class*="slider_shadow"]:before,
div[class^="header_shadow"] {
  background-size: 100% 100%;
}
#header .logo,
.front_sale_page_1 .logo {
  float: left;
  line-height: 86px;
  -webkit-transition: padding 0.8s;
  -moz-transition: padding 0.8s;
  transition: padding 0.8s;
}
#header .logo.logo_center {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  float: none;
}
/* navigation */
.navigation {
  float: right;
}
.navigation > ul {
  list-style: none;
}
.navigation > ul li {
  float: left;
  line-height: 1;
  position: relative;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
  margin-right: 5px;
}
.navigation > ul li:last-child {
  margin-right: 0;
}
.navigation > ul > li > a {
  display: block;
  position: relative;
  float: left;
  padding: 0 12px;
  line-height: 36px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
}
.navigation li:hover ul {
  display: block;
  top: 0;
  background-color: #FFF;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.navigation > ul > li:hover > ul {
  top: 36px;
}
.navigation li ul li ul {
  position: absolute;
  left: 201px;
  margin-top: -1px;
}
.navigation ul > li > ul > li {
  float: none;
  border: none;
  margin: 0;
}
.navigation ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 993;
  width: 200px;
}
.navigation li ul li a {
  height: inherit;
  float: inherit;
  text-align: left;
  line-height: 20px;
  display: block;
  margin: 0 !important;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  z-index: 993;
  color: #333333;
  font-size: 13.5px;
  font-weight: normal;
}
.navigation li ul li:last-child a {
  border-bottom: none;
}
.navigation li > ul,
.navigation li > ul li > ul,
.navigation li ul li ul {
  display: none;
  overflow: hidden;
}
.navigation ul > li ul li {
  position: relative;
  float: none;
  line-height: 20px;
}
.menu-nav-arrow {
  margin-left: 5px;
}
.navigation ul > li ul li .menu-nav-arrow {
  float: right;
}
/* fixed-nav */
#header.fixed-nav {
  position: fixed;
  height: 70px;
  line-height: 70px;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 993;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}
.boxed #header.fixed-nav,
.boxed2 #header.fixed-nav {
  width: 1000px;
  left: inherit;
}
#header.fixed-nav .logo {
  line-height: 70px;
}
#header.fixed-nav .logo img {
  max-height: 50px;
}
#header.fixed-nav .navigation > ul > li.current_page_item:before {
  content: "";
}
#header.fixed-nav .navigation > ul li {
  margin-top: 17px;
}
/* Navigation mobile */
.navigation_mobile {
  height: 35px;
  line-height: 35px;
  /*position: relative;*/
  width: 300px;
  margin-top: 25.5px;
  float: right;
}
.navigation_mobile ul {
  margin-bottom: 0;
}
.navigation_mobile_click {
  border: 1px solid #ebebeb;
  padding: 0 10px;
  background-color: #f7f7f7;
  color: #333333;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  position: relative;
}
.navigation_mobile > ul {
  background-color: #FAFAFA;
  border: 1px solid #dedede;
  border-top: none;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 61px;
  z-index: 993;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding-left: 0px;
  margin-left: 30px;
  width: calc(50% - 40px);
}
.navigation_mobile > ul li ul {
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid #ebebeb;
  margin: 0 -20px;
}
.navigation_mobile_click:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  right: -1px;
  top: -1px;
  height: 35px;
  width: 35px;
  text-align: center;
  background: #FFE655;
  color: #fff;
}
.navigation_mobile > ul li {
  float: none;
  padding: 0;
  line-height: 33px;
  border-bottom: 1px solid #ebebeb;
  color: #333333;
  text-align: left;
  font-size: 14px;
}
.navigation_mobile > ul a {
  color: #333333;
  background: transparent;
  width: 100%;
  line-height: 34px;
  display: block;
  padding-left: 10px;
}
.navigation_mobile > ul a i {
  margin-right: 5px;
  color: #333333;
}
.navigation_mobile > ul li ul li {
  border-bottom: 0;
  line-height: 30px;
  margin-left: 10px;
}
.navigation_mobile > ul li ul li a {
  font-size: 14px;
}
.navigation_mobile > ul li ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 8px;
  speak: none;
  position: relative;
  top: 1px;
}
/* social_icons */
.social_icons ul {
  float: right;
  overflow: hidden;
}
.social_icons ul li {
  float: left;
  margin: 0 0 0 20px;
}
.social_icons.f_left ul li {
  margin-right: 20px;
  margin-left: 0;
}
.social_icons ul li a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  text-transform: none !important;
  color: #ababab;
}
.social_icons ul li.twitter a:hover {
  color: #00baf0;
}
.social_icons ul li.facebook a:hover {
  color: #3b5997;
}
.social_icons ul li.gplus a:hover {
  color: #c43c2c;
}
.social_icons ul li.linkedin a:hover {
  color: #006599;
}
.social_icons ul li.youtube a:hover {
  color: #ff0000;
}
.social_icons ul li.rss a:hover {
  color: #ff6600;
}
.social_icons ul li.skype a:hover {
  color: #00b0f6;
}
.social_icons ul li.feedburner a:hover {
  color: #ee3d43;
}
.social_icons ul li.flickr a:hover {
  color: #ff0084;
}
.social_icons ul li.picasa a:hover {
  color: #000;
}
.social_icons ul li.digg a:hover {
  color: #006094;
}
.social_icons ul li.vimeo a:hover {
  color: #1ab7ea;
}
.social_icons ul li.tumblr a:hover {
  color: #2d4961;
}
.make_text_orange {
  color: #FFE655;
}
/**/
.join_us_panel {
  padding: 20px 0;
  background-color: #414141;
  color: #ffffff;
  display: none;
}
.join_us_button_outer {
  line-height: 42px;
}
.join_us_button_outer a {
  font-size: 13px;
  display: inline-block;
  float: right;
}
.join_us_button_outer a:hover {
  color: #333;
  cursor: pointer;
}
.join_us_panel,
body.prawnik20 .join_us_panel p {
  color: white;
}
.join_us_panel h2 {
  color: #FFE655;
  line-height: 40px;
  border: none;
  font-size: 28px;
  padding: 0px 0px 5px 0px;
}
.join_us_panel .prawnik20-yellow-button {
  color: #333;
  margin: 0px;
}
.join_us_panel .prawnik20-yellow-button:hover {
  color: white;
  background: #333;
}
.join_us_panel .page-content a {
  margin-right: 8px;
}
.join_us_panel .prawnik20-yellow-button {
  color: #333;
  margin: 0px;
}
.join_us_panel h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.join_us_panel h5 {
  font-size: 14px;
  line-height: 20px;
}
.prawnik20-yellow-button {
  background: #FFE655;
}
.join_us_panel p {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 20px;
}
.join_us_panel p:first-child {
  margin-top: 0px;
}
.button {
  display: inline-block;
  margin: 5px 5px 5px 0;
  border: none;
  cursor: pointer;
  text-shadow: none !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
}
.button.small {
  font-size: 14px;
  line-height: 20px;
}
.button.small {
  padding: 7px 15px;
}
.facebook-like-button-outer.top-bar {
  display: inline-block;
  float: right;
  margin: 3px 15px 0px 0px;
}
.join_us_panel {
  padding: 20px 0;
  background-color: #414141;
  display: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px dashed;
  border-top: 8px solid \9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropdown-menu {
  width: 100%;
  position: relative;
  margin: 0px !important;
  list-style: none;
  float: none;
  padding: 0px !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}
.dropdown-menu li {
  line-height: 34px;
  padding: 0px !important;
  margin: 0px !important;
}
.dropdown-menu li a {
  padding: 8px 10px;
}
.dropdown-menu li:before {
  display: none;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
@media (max-width: 650px) {
  .join_us_panel .prawnik20-yellow-button {
    margin: 0px 0px 10px 0px;
  }
  .facebook-like-button-outer.top-bar {
    display: none;
  }
  #header .logo {
    text-align: center;
    line-height: 0px;
    float: left;
    display: inline-block;
  }
  #header .logo a {
    display: inline-block;
    float: none;
  }
  #header .logo img {
    padding: 0px;
    height: 46px;
    width: auto;
  }
  #header .navigation_mobile_click::before {
    top: -1px;
  }
  #header .navigation_mobile .main-menu {
    top: 48px;
  }
  .navigation_mobile {
    float: right;
    display: inline-block;
    width: 55%;
    margin: 13px 0px;
  }
}
@media (max-width: 479px) {
  .navigation_mobile {
    width: 35%;
  }
  #header-top div a {
    font-size: 12px;
  }
  #header .navigation_mobile .main-menu {
    top: 90px !important;
  }
}
/* footer */
#footer {
  background-color: #333;
  margin-top: 0px;
  padding: 50px 0 30px;
}
#footer .widget {
  color: #c2c8d4;
  background: transparent;
  border: none;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#footer .widget li {
  font-size: 13px;
  line-height: 23px;
}
#footer .widget li::before {
  content: "-";
  margin-right: 5px;
}
#footer .widget_twitter li::before,
#footer .related-posts li::before,
#footer .widget_contact li::before {
  content: "";
  margin: 0;
}
#footer .widget a {
  color: #c2c8d4;
}
#footer .widget a:hover {
  color: #fff !important;
}
#footer .related-item p {
  color: #c2c8d4;
}
#footer-bottom {
  background-color: #222;
  padding: 16px 0;
  font-size: 12px;
  line-height: 24px;
}
#footer-bottom .social_icons ul li {
  margin: 0 0 0 5px;
}
#footer-bottom .social_icons ul li a {
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #1d1e22;
  border: 1px solid #1d1e22;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#footer-bottom .social_icons ul li a i {
  font-size: 12px;
}
.copyrights {
  font-size: 13px;
}
.f_left {
  float: left !important;
}
.f_right {
  float: right !important;
}
.copyrights.f_left,
.copyrights.f_right {
  color: #FFF;
}
#footer .widget a:hover {
  color: #FFE655;
}
/* Contact  Widget */
.contact-us {
  overflow: hidden;
  height: 100%;
}
.contact-us .col-md-12 {
  margin-bottom: 30px;
}
.contact-us iframe {
  width: 100%;
  display: block;
}
.contact-us p {
  color: #848991;
}
.contact-us p.form-submit {
  margin-bottom: 0;
}
.contact-us .form-style input.submit {
  width: 100%;
}
.widget_contact ul li {
  font-size: 13px !important;
  font-weight: normal !important;
  margin-bottom: 0;
  color: #333333;
  line-height: 26px !important;
  padding-bottom: 0;
}
.widget_contact ul li p {
  margin: 0 0 0 25px;
  font-size: 13px;
  color: #333333;
}
.widget_contact ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.widget_contact ul li .tipsy span {
  display: block;
}
.widget_contact ul li .icon_i span {
  float: left;
  margin-right: 10px;
}
.widget_contact ul li:last-child {
  margin-bottom: 0;
}
.widget_contact ul li {
  margin-bottom: 10px;
}
.widget_contact ul li i {
  width: 25px;
  color: #ff7361;
}
.widget_contact ul li .icon_i {
  margin-top: 11px;
  display: inline-block;
  margin-bottom: 0;
}
.widget_contact ul li .icon_i i {
  margin-right: 0;
}
.widget_contact > p {
  font-size: 13px;
  line-height: 22px;
  color: #c2c8d4;
  margin-bottom: 20px;
}
.widget_contact ul li span {
  font-size: 15px;
  font-weight: bold;
}
/* Login  Widget */
.widget_login .form-style-2 .form-inputs p {
  width: 100% !important;
  margin-bottom: 10px;
}
.widget_login input[type="text"],
.widget_login input[type="password"] {
  width: 100% !important;
  background: #ffe3df;
  border-color: #ffb9b0;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  padding-left: 37px;
}
#footer .widget h3.widget_title {
  color: #FFE655;
}
#footer .widget p,
#footer .widget ul li {
  color: #c2c8d4;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.widget_contact ul li span {
  color: #FFE655;
}
#footer img {
  vertical-align: middle;
}
.prawnik20_logo_footer img {
  height: 55px;
  width: auto;
  margin-top: 15px;
}
#footer .related-item img.elavon_logo {
  height: 35px;
  width: auto;
  margin-top: 10px;
}
#footer .related-item img.visa-mastercard-logo-dark {
  height: 20px;
  padding: 0px;
  margin: 10px 0px 0px 8px;
}
#footer .widget ul li {
  padding-bottom: 5px;
}
#footer .widget h3.widget_title {
  margin: 0 0 20px;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-bottom: none;
  font-size: 18px;
  line-height: 24px;
}
#footer .widget .related-item.desc p {
  line-height: 22px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#footer-bottom .copyrights a {
  color: #FFE655;
}
#footer .prawnik20_logo_footer {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  #footer-bottom .copyrights {
    width: 100%;
    text-align: center;
  }
}
.container {
  position: relative;
  padding: 0 15px;
  width: 1170px;
  margin: 0 auto;
  display: block;
  clear: both;
}
.page-section {
  border-top: 1px solid #cccccc;
  width: 100%;
}
.page-section.no-border {
  border: none;
}
.page-section.bg-white {
  background: #ffffff;
}
.page-section.bg-grey {
  background: #f2f2f2;
}
.page-section .container {
  padding-top: 65px;
  padding-bottom: 65px;
}
.page-section .section-header {
  text-align: center;
}
.page-section .section-header h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-section .section-header h3.text-yellow {
  color: #ffe655;
}
.page-section .section-header p {
  font-size: 20px;
  margin: 0 0 20px 0;
}
.page-section .section-header p.decoration {
  background: #ffe655;
  padding: 10px 40px;
  display: inline-block;
  font-weight: 600;
}
.page-section h4 {
  font-size: 18px;
}
.page-section p {
  margin: 10px 0 10px 0;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
    line-height: 28px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 919px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
  .page-section .section-header h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .page-section .section-header p {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .page-section .container {
    padding: 60px 60px;
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
  }
  .page-section h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
  .page-section .section-header h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .page-section .section-header p {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .page-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .page-section .section-header h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .page-section .section-header p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .page-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 380px) {
  body {
    font-size: 14px;
    line-height: 26px;
  }
  .page-section .section-header h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .page-section .section-header p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#slider {
  background: #000000 url("../img/bg-slider.jpg") no-repeat center center;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
#slider .container {
  height: 100%;
}
#slider .container .slider-image {
  position: absolute;
  bottom: -5px;
  right: -290px;
  display: block;
  z-index: 0;
}
#slider .container .slider-image img {
  width: 88%;
}
#slider .container .col-md-8 {
  position: relative;
  height: 100%;
  display: inline-block;
  margin-top: 120px;
  z-index: 2;
}
#slider .container .col-md-8 h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  margin-bottom: 30px;
}
#slider .container .col-md-8 h2 strong {
  font-size: 45px;
  display: block;
  font-weight: 600;
  color: #ffe655;
}
#slider .container .col-md-8 .btn {
  color: #000;
  padding: 10px 20px;
  font-size: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #101b32;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  background: #ffe655;
  font-weight: 600;
}
.slider-arrow {
  position: absolute;
  top: -60px;
  right: 0;
  display: block;
  z-index: 99;
  color: #fff;
}
.slider-arrow .triangle-box {
  position: absolute;
  top: 55px;
  left: 18%;
  line-height: 52px;
}
.slider-arrow .triangle-box h1 {
  color: #6c6c6c;
  font-size: 38px;
  font-weight: 600;
}
.slider-arrow .triangle-box strong {
  margin-left: 20px;
  color: #0c0905;
  font-size: 40px;
  display: block;
  font-weight: 600;
}
#slide-slogan .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#slide-slogan .container img {
  display: inline-block;
  vertical-align: middle;
}
#slide-slogan .container p {
  font-size: 22px;
  padding: 0;
  margin: 0;
}
/*############################################################################*/
/*############################################################################*/
/*Header Slider ##############################################################*/
@media screen and (min-width: 919px) and (max-width: 1099px) {
  #slider {
    height: 600px;
  }
  #slider .container .slider-image {
    height: 500px;
    bottom: -30px;
    right: 0px;
    text-align: right;
    overflow: hidden;
  }
  #slider .container .slider-image img {
    width: 80%;
    margin-right: -100px;
  }
  #slider .container .col-md-8 {
    margin: 100px 0 0;
    width: 60%;
    text-align: left;
  }
  #slider .container .col-md-8 h2 {
    font-size: 38px;
    line-height: 54px;
  }
  #slider .container .col-md-8 h2 strong {
    font-size: 38px;
  }
  .slider-arrow {
    bottom: -220px;
  }
  .slider-arrow img {
    width: 600px;
  }
  .slider-arrow .triangle-box {
    line-height: 40px;
    top: 35px;
  }
  .slider-arrow .triangle-box h1 {
    font-size: 32px;
  }

  .slider-arrow .triangle-box strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 919px) {
  #slider {
    height: 530px;
  }
  #slider .container .slider-image {
    height: 500px;
    bottom: -50px;
    right: 0px;
    text-align: right;
    overflow: hidden;
  }
  #slider .container .slider-image img {
    width: 80%;
    margin-right: -100px;
  }
  #slider .container .col-md-8 {
    margin: 150px 0 80px;
    width: 65%;
    text-align: left;
  }
  #slider .container .col-md-8 h2 {
    font-size: 32px;
    line-height: 54px;
  }
  #slider .container .col-md-8 h2 strong {
    font-size: 40px;
  }
  .slider-arrow {
    bottom: -200px;
  }
  .slider-arrow img {
    width: 550px;
  }
  .slider-arrow .triangle-box {
    line-height: 40px;
    top: 35px;
  }
  .slider-arrow .triangle-box h1 {
    font-size: 32px;
  }
  .slider-arrow .triangle-box strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 799px) {
  #slider {
    overflow: visible;
    height: auto;
  }
  #slider .container .slider-image {
    display: none;
  }
  #slider .container .col-md-8 {
    margin: 160px 0 100px;
    width: 100%;
    text-align: center;
  }
  #slider .container .col-md-8 h2 {
    font-size: 36px;
    line-height: 54px;
  }
  #slider .container .col-md-8 h2 strong {
    font-size: 44px;
  }
  .slider-arrow {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  #slider {
    height: auto;
  }
  #slider .container .slider-image {
    display: none;
  }
  #slider .container .col-md-8 {
    margin: 160px 0 80px;
  }
  #slider .container .col-md-8 h2 {
    font-size: 36px;
    line-height: 44px;
  }
  #slider .container .col-md-8 h2 strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  #slider .container .col-md-8 {
    margin: 140px 0 50px;
  }
  #slider .container .col-md-8 h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #slider .container .col-md-8 h2 strong {
    font-size: 30px;
  }
  #slider .container .col-md-8 .btn {
    padding: 6px 15px;
    font-size: 18px;
  }
}
/*############################################################################*/
/*############################################################################*/
/*Slider slogan##############################################################*/
@media screen and (max-width: 1199px) {
  #slide-slogan .container p {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1099px) {
  #slide-slogan .container p {
    text-align: left;
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1040px) {
  #slide-slogan .container p {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 919px) {
  #slide-slogan .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #slide-slogan .container p {
    max-width: 47%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 899px) {
  #slide-slogan .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #slide-slogan .container p {
    max-width: 47%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  #slide-slogan .container p .no-mobile {
    display: none;
  }
  .navigation_mobile > ul {
    top: 50px;
  }
  #header .logo img {
    height: 35px;
    margin: 15px 12px 15px 0px;
    padding: 0;
  }
  .navigation_mobile {
    margin-top: 15px;
    width: 250px;
  }
}
@media screen and (max-width: 799px) {
  #slide-slogan .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #slide-slogan .container p {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  #slide-slogan .container p .no-mobile {
    display: inline;
  }
  .navigation_mobile {
    margin-top: 15px;
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  #slide-slogan .container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #slide-slogan .container p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
  .navigation_mobile {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  #header .navigation_mobile .main-menu {
    top: 100px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 480px) {
  #slide-slogan .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #slide-slogan .container p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
  #header .logo img {
    height: 25px;
  }
}
@media screen and (max-width: 380px) {
  #slide-slogan .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #slide-slogan .container p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }
}
#section-about_daniel .section-about_daniel-text {
  max-width: 600px;
  margin: 10px auto 20px !important;
}
#section-about_daniel .section-about_daniel-item {
  display: block;
  padding-top: 30px;
  text-transform: uppercase;
}
#section-about_daniel .section-about_daniel-item img {
  width: 50%;
  max-width: 132px;
}
#section-about_daniel .section-about_daniel-item strong {
  display: block;
}
@media (max-width: 919px) {
  #section-about_daniel .section-about_daniel-item {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #section-about_daniel .col-xs-3 img {
    max-width: 120px;
  }
  #section-about_daniel .section-about_daniel-item {
    padding-top: 30px;
  }
}
@media (max-width: 580px) {
  #section-about_daniel .col-xs-3 {
    width: 50%;
  }
  #section-about_daniel .section-about_daniel-item {
    padding-top: 25px;
  }
  #section-about_daniel .section-about_daniel-item img {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  #section-about_daniel .section-about_daniel-text {
    margin: 10px auto 0px !important;
  }
  #section-about_daniel .section-about_daniel-item img {
    max-width: 80px;
  }
}
#section-about_projects h4 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  background: #ffe655;
  text-transform: uppercase;
  display: inline-block;
}
#section-about_projects .col-md-6.fix {
  padding-top: 15px;
}
@media screen and (max-width: 1399px) {
  #section-about_projects h4 {
    margin-top: 15px;
  }
  #section-about_projects .row:last-child {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1099px) {
  #section-about_projects h4 {
    margin-top: 0px;
    font-size: 20px;
    padding: 8px 12px;
  }
  #section-about_projects .row:last-child {
    padding-top: 30px;
  }
}
@media screen and (max-width: 919px) {
  #section-about_projects h4 {
    margin-top: 0px;
    font-size: 18px;
    padding: 8px 12px;
  }
  #section-about_projects .col-md-6.fix.text-left {
    padding-top: 10px;
  }
  #section-about_projects img {
    display: none;
  }
  #section-about_projects .col-md-6.text-right.fix {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #section-about_projects .col-md-6.text-right.fix {
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  #section-about_projects h4 {
    font-size: 18px;
    padding: 8px 12px;
  }
  #section-about_projects .col-md-6.fix {
    padding-top: 15px;
  }
}
@media screen and (max-width: 380px) {
  #section-about_projects h4 {
    font-size: 16px;
    padding: 6px 10px;
  }
  #section-about_projects .col-md-6.fix {
    padding-top: 15px;
  }
}
.horizontal_lines_wrapper,
.vertical_lines_wrapper,
.main_columns_wrapper {
  text-align: center;
}
.horizontal_inner_line_wrapper,
.vertical_inner_line_wrapper {
  width: 70.00%;
  display: inline-block;
}
.horizontal_inner_line_wrapper .circle_wrapper,
.vertical_inner_line_wrapper .vertical_line_column,
.main_columns_wrapper .main_column {
  display: inline-block;
}
.circle_wrapper.left_circle,
.vertical_line_column.left_line {
  float: left;
}
.circle_wrapper.middle_circle,
.vertical_line_column.middle_line {
  margin: 0 auto;
}
.circle_wrapper.right_circle,
.vertical_line_column.right_line {
  float: right;
}
.horizontal_inner_line_wrapper span {
  border-radius: 50%;
  background: #FFE655;
  color: #333;
  width: 55px;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  font-size: 28px;
}
.horizontal_inner_line_wrapper {
  background-image: url("/img/horizontal_line4.1.png");
  background-position: center center;
  background-repeat: repeat-x;
}
.vertical_lines_wrapper .vertical_line_column {
  width: 55px;
  height: 55px;
  background-image: url("/img/vertical_line4.1.png");
  background-position: top center;
  background-repeat: repeat-y;
}
.main_column.main_column_left {
  float: left;
  width: 33.33332%;
}
.main_column.main_column_middle {
  margin: 0 auto;
  width: 33.33332%;
}
.main_column.main_column_right {
  float: right;
  width: 33.33332%;
}
.main_columns_wrapper {
  padding: 0 1.1%;
}
.lines_wrapper .main_columns_wrapper span {
  width: 180px;
  height: 180px;
  display: inline-block;
  background: white;
  border-radius: 50%;
  line-height: 180px;
  box-shadow: 2px 2px 8px #c6c6c6;
  border: 1px solid #c3c3c3;
  margin-bottom: 0px;
}
.lines_wrapper .main_column.main_column_left span {
  background-image: url("../img/step1-prawnik20.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 45%;
}
.lines_wrapper .main_column.main_column_middle span {
  background-image: url("../img/step2-prawnik20.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 45%;
}
.lines_wrapper .main_column.main_column_right span {
  background-image: url("../img/step3-prawnik20.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 45%;
}
.lines_wrapper .main_columns_wrapper h3,
.lines_wrapper .main_columns_wrapper p {
  padding: 0px 15px;
}
@media screen and (max-width: 919px) {
  .lines_wrapper .main_columns_wrapper span {
    width: 160px;
    height: 160px;
  }
  .lines_wrapper .main_column.main_column_left span {
    background-size: auto 45%;
  }
  .lines_wrapper .main_column.main_column_middle span {
    background-size: auto 45%;
  }
  .lines_wrapper .main_column.main_column_right span {
    background-size: auto 45%;
  }
}
@media screen and (max-width: 767px) {
  .lines_wrapper .horizontal_lines_wrapper,
  .lines_wrapper .vertical_lines_wrapper {
    display: none;
  }
  .lines_wrapper .main_column {
    width: 100%;
    margin-top: 15px;
  }
  .front_sale_page_2 .online_medical_info_box {
    float: left;
    width: 100%;
  }
  .lines_wrapper .main_columns_wrapper span {
    width: 120px;
    height: 120px;
  }
  .lines_wrapper .main_column.main_column_left span {
    background-size: auto 40%;
  }
  .lines_wrapper .main_column.main_column_middle span {
    background-size: auto 40%;
  }
  .lines_wrapper .main_column.main_column_right span {
    background-size: auto 40%;
  }
}
@media screen and (max-width: 480px) {
  .lines_wrapper .main_column {
    margin-top: 10px;
  }
  .lines_wrapper .main_columns_wrapper span {
    width: 100px;
    height: 100px;
  }
  .lines_wrapper .main_column.main_column_left span {
    background-size: auto 35%;
  }
  .lines_wrapper .main_column.main_column_middle span {
    background-size: auto 35%;
  }
  .lines_wrapper .main_column.main_column_right span {
    background-size: auto 35%;
  }
}
#section-why_worth_it .section-why_worth_it-list_item {
  margin-top: 40px;
  list-style: none;
}
#section-why_worth_it .section-why_worth_it-list_item li {
  margin-bottom: 50px;
  padding-left: 30px;
  position: relative;
}
#section-why_worth_it .section-why_worth_it-list_item li:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../img/why-icon.png) no-repeat;
  left: -40px;
  top: -5px;
}
#section-why_worth_it .container:after {
  position: absolute;
  display: block;
  bottom: 0;
  right: 90px;
  width: 336px;
  height: 513px;
  content: "";
  background-image: url(../img/why-us-prawnik20.png);
  background-size: 336px 513px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  #section-why_worth_it .section-why_worth_it-list_item {
    text-align: left;
    margin-top: 20px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li {
    padding-left: 5px;
    margin-bottom: 20px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li p {
    margin-top: 10px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li:before {
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    left: -40px;
    top: 0px;
  }
  #section-why_worth_it .container:after {
    bottom: 0;
    right: 0px;
    width: 336px;
    height: 513px;
    background-size: 336px 513px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 919px) {
  #section-why_worth_it .section-why_worth_it-list_item {
    text-align: left;
    margin-top: 20px;
    max-width: 450px;
    margin-left: -40px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li p {
    margin-top: 5px;
    line-height: 24px;
  }
  #section-why_worth_it .container:after {
    bottom: 0;
    right: 0px;
    width: 336px;
    height: 513px;
    background-size: 336px 513px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 880px) {
  #section-why_worth_it .section-why_worth_it-list_item {
    max-width: 420px;
  }
}
@media screen and (max-width: 840px) {
  #section-why_worth_it .section-why_worth_it-list_item {
    max-width: 380px;
  }
}
@media screen and (max-width: 800px) {
  #section-why_worth_it .section-why_worth_it-list_item {
    padding-left: 50px;
    margin-top: 20px;
    max-width: 100%;
    margin-left: 0px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li {
    padding-left: 5px;
    margin-bottom: 20px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li p {
    margin-top: 5px;
  }
  #section-why_worth_it .section-why_worth_it-list_item li:before {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    left: -40px;
    top: 0px;
  }
  #section-why_worth_it .container:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #section-why_worth_it .section-why_worth_it-list_item {
    padding-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  #section-why_worth_it .section-why_worth_it-list_item {
    padding-left: 40px;
  }
  #section-why_worth_it .section-why_worth_it-list_item p {
    margin-top: 5px;
  }
}
#section-what_now .section-header p {
  margin-bottom: 15px;
  font-size: 22px;
}
#section-what_now .section-header p:last-child {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 24px;
}
#section-what_now .btn {
  font-weight: 600;
  padding: 10px 25px;
  min-width: 50%;
  font-size: 22px;
}
#section-what_now h4 {
  font-size: 24px;
}
#section-what_now .row {
  padding-bottom: 120px;
  background: url('../img/mouse-click.png') no-repeat center bottom;
}
#section-what_now .row p {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 45px;
}
#section-what_now .row .col-md-6:last-child {
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 1199px) {
  #section-what_now .row {
    padding-bottom: 110px;
    background-size: 70px 90px;
  }
}
@media screen and (max-width: 919px) {
  #section-what_now .section-header p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #section-what_now .section-header p:last-child {
    margin-bottom: 0px;
    font-size: 22px;
  }
  #section-what_now .btn {
    margin-top: 25px;
    font-weight: 600;
    padding: 8px 25px;
    min-width: 60%;
    font-size: 20px;
  }
  #section-what_now h4 {
    font-size: 24px;
    padding-top: 30px;
  }
  #section-what_now .row {
    padding-bottom: 100px;
    background-size: 56px 70px;
  }
  #section-what_now .row p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #section-what_now .row .col-md-6:last-child {
    margin-top: 40px;
    border-top: 1px solid #cccccc;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  #section-what_now .section-header p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #section-what_now .section-header p:last-child {
    margin-bottom: 0px;
    font-size: 20px;
  }
  #section-what_now .btn {
    margin-top: 25px;
    font-weight: 600;
    padding: 8px 25px;
    min-width: 70%;
    font-size: 20px;
  }
  #section-what_now h4 {
    font-size: 22px;
    padding-top: 25px;
  }
  #section-what_now .row {
    padding-bottom: 90px;
    background-size: 50px 65px;
  }
  #section-what_now .row p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #section-what_now .row .col-md-6:last-child {
    margin-top: 35px;
    border-top: 1px solid #cccccc;
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  #section-what_now .section-header p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #section-what_now .section-header p:last-child {
    margin-bottom: 0px;
    font-size: 18px;
  }
  #section-what_now .btn {
    margin-top: 20px;
    font-weight: 600;
    padding: 6px 25px;
    min-width: 80%;
    font-size: 18px;
  }
  #section-what_now h4 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #section-what_now .row {
    padding-bottom: 0px;
    background: none;
  }
  #section-what_now .row p {
    display: none;
  }
  #section-what_now .row .col-md-6:last-child {
    margin-top: 30px;
    border-top: 1px solid #cccccc;
    border-left: none;
  }
}
@media screen and (max-width: 380px) {
  #section-what_now .section-header p {
    margin-bottom: 5px;
  }
  #section-what_now .section-header p:last-child {
    margin-top: 5px;
    font-size: 17px;
  }
  #section-what_now .btn {
    font-weight: 600;
    padding: 6px 25px;
    min-width: 90%;
    font-size: 16px;
  }
  #section-what_now h4 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #section-what_now .row {
    padding-bottom: 0px;
    background: none;
  }
  #section-what_now .row p {
    display: none;
  }
  #section-what_now .row .col-md-6:last-child {
    margin-top: 30px;
    border-top: 1px solid #cccccc;
    border-left: none;
  }
}
#compensation-selection-outer {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  background-color: #333333;
}
#compensation-selection-outer div.section-background {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#compensation-selection-outer div.section-background.active {
  opacity: 1;
}
#compensation-selection-outer .container {
  position: relative;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
#compensation-selection-outer .section-header {
  margin: 0px 0px 35px 0px;
}
#compensation-selection-outer .section-header h3 {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: none;
  font-size: 32px;
}
#compensation-selection-outer .section-header p.section-description {
  display: none;
  color: #f2f2f2;
  margin: 0;
}
#compensation-selection-outer .section-header p.section-description.active {
  display: block;
}
#compensation-selection-outer .compensation-boxes-outer {
  text-align: center;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box {
  display: inline-block;
  background: #f2f2f2;
  float: left;
  margin: 0.3%;
  border-radius: 4px;
  overflow: hidden;
  border: 3px solid #f2f2f2;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.3);
  text-align: left;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 23%;
  border: 3px solid #ffe655;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.4s ease-in-out all;
  -moz-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .top-image-outer {
  min-height: 9vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content {
  padding: 15px;
  height: 235px;
  position: relative;
  -webkit-transition: 0.4s ease-in-out all;
  -moz-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content h4 {
  font-size: 19px;
  margin-bottom: 0.8vw;
  line-height: 26px;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content p {
  margin: 0px;
  font-size: 15px;
  line-height: 20px;
  color: #545454;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-button-outer {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding-right: 30px;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-button-outer.not-active a {
  color: gray;
  background: #d2d2d2;
  border: 1px solid #bababa;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-button-outer a {
  width: 100%;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content {
  background: white;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box.hidden {
  display: none;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box.not-active {
  border: 3px solid #bababa;
}
#compensation-selection-outer .compensation-boxes-outer .compensation-box.not-active .compensation-content {
  background: #e6e6e6;
}
#compensation-selection-outer .compensation-arrow {
  position: absolute;
  border: 3px solid #ffe655;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.3);
}
#compensation-selection-outer .compensation-arrow.arrow-left {
  left: -70px;
}
#compensation-selection-outer .compensation-arrow.arrow-left .compensation-arrow-inner i {
  padding: 7px 8px 7px 7px;
}
#compensation-selection-outer .compensation-arrow.arrow-right {
  right: -70px;
}
#compensation-selection-outer .compensation-arrow.arrow-right .compensation-arrow-inner i {
  padding: 7px 7px 7px 10px;
}
#compensation-selection-outer .compensation-arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
#compensation-selection-outer .compensation-arrow .compensation-arrow-inner {
  height: 100%;
  width: 100%;
}
#compensation-selection-outer .compensation-arrow .compensation-arrow-inner i {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #ffe655;
}
#compensation-selection-outer .new-compensation-boxes-outer .compensation-arrow-inner {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  border: 3px solid #ffe655;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.3);
  top: 110px;
}
#compensation-selection-outer .new-compensation-boxes-outer .compensation-arrow-inner.left {
  left: -80px;
}
#compensation-selection-outer .new-compensation-boxes-outer .compensation-arrow-inner.right {
  right: -80px;
}
#compensation-selection-outer .new-compensation-boxes-outer .compensation-arrow-inner i {
  line-height: 35px;
  font-size: 18px;
  color: #ffe655;
}
@media screen and (max-width: 1700px) {
  #compensation-selection-outer .container {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 1360px) {
  #compensation-selection-outer .container {
    width: 1100px;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content {
    height: 285px;
  }
  #compensation-selection-outer .compensation-arrow.arrow-left {
    left: -50px;
  }
  #compensation-selection-outer .compensation-arrow.arrow-right {
    right: -50px;
  }
}
@media screen and (max-width: 1250px) {
  #compensation-selection-outer .container {
    width: 700px;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box {
    float: none;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .top-image-outer {
    min-height: 13vw;
    background-position: center center;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content {
    height: 240px;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box.active {
    width: 45%;
  }
  #compensation-selection-outer .compensation-arrow.arrow-left {
    left: 50px;
  }
  #compensation-selection-outer .compensation-arrow.arrow-right {
    right: 50px;
  }
}
@media screen and (max-width: 919px) {
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .top-image-outer {
    min-height: 18vw;
  }
}
@media screen and (max-width: 700px) {
  #compensation-selection-outer .container {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .top-image-outer {
    min-height: 25vw;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box.active {
    width: 60%;
  }
}
@media screen and (max-width: 579px) {
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content {
    height: 280px;
  }
  #compensation-selection-outer .compensation-arrow.arrow-left {
    left: 20px;
  }
  #compensation-selection-outer .compensation-arrow.arrow-right {
    right: 20px;
  }
}
@media screen and (max-width: 460px) {
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .top-image-outer {
    min-height: 55vw;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box .compensation-content {
    height: 210px;
  }
  #compensation-selection-outer .compensation-boxes-outer .compensation-box.active {
    width: 65%;
  }
  #compensation-selection-outer .compensation-arrow.arrow-left {
    left: 20px;
  }
  #compensation-selection-outer .compensation-arrow.arrow-right {
    right: 20px;
  }
}
body.prawnik20 {
  background-color: #f3f3f3;
}
body.prawnik20 .breadcrumbs {
  background: #414141;
  line-height: 50px;
  margin-bottom: 70px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  z-index: 991;
}
body.prawnik20 .breadcrumbs h1 {
  float: left;
  margin: 0;
  font-size: 25px;
  color: #FFE655;
  line-height: 30px;
  font-weight: bold;
}
body.prawnik20 .crumbs {
  float: left;
  line-height: 24px;
  padding-top: 15px;
  font-size: 13px;
}
body.prawnik20 .crumbs a {
  color: #FFF !important;
}
body.prawnik20 .crumbs-span {
  margin: 0 5px;
  color: #FFF;
}
/*##########################*/
body.prawnik20 .alert-message {
  display: none;
}
body.prawnik20 .main-content .page-content h2 {
  padding: 5px 0px 10px 0px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
body.prawnik20 .main-content .page-content h2 {
  color: #333;
  border-bottom: 2px solid #FFE655;
}
body.prawnik20 .main-content .page-content strong {
  margin-left: .5rem;
}
body.prawnik20 .main-content .page-content img {
  vertical-align: middle;
  padding-left: 15px;
}
body.prawnik20 .main-content .page-content p {
  text-indent: 0 !important;
}
body.prawnik20 .main-content .page-content p.desc {
  margin: .25rem 0 1.25rem;
  padding: 0 15px;
}
body.prawnik20 .main-content p {
  color: #333;
  margin: 0 0 20px 0;
  line-height: 22px;
}
body.prawnik20 .main-content .contact-us p {
  margin: 0 0 10px 0;
}
body.prawnik20 .main-content .contact-us .form-submit {
  margin: 0px !important;
}
body.prawnik20 .main-content .page-content p {
  font-size: 13px;
  font-weight: normal;
}
body.prawnik20 .form-style-5.form-style label {
  float: left;
  width: 19%;
  margin-top: 9px;
  margin-right: 1%;
}
body.prawnik20 .form-style-5.form-style label {
  float: left;
  width: 19%;
  margin-top: 9px;
  margin-right: 1%;
}
body.prawnik20 .main-content .page-content,
body.prawnik20 .main-content .about-author,
body.prawnik20 .main-content .user-question,
body.prawnik20 .main-content #related-posts {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #dedede;
  background: #FFF;
  -moz-box-shadow: 0 0 5px #dedede;
  -webkit-box-shadow: 0 0 5px #dedede;
  box-shadow: 0 0 5px #dedede;
}
body.prawnik20 p {
  color: #333;
}
body.prawnik20 input[type="text"],
body.prawnik20 input[type="password"],
body.prawnik20 input[type="email"],
body.prawnik20 input[type="number"],
body.prawnik20 textarea,
body.prawnik20 select {
  padding: 8px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #333333;
  border: 1px solid #d7d7d7;
  -moz-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  background: #f3f3f3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
body.prawnik20 input[type="text"],
body.prawnik20 input[type="password"],
body.prawnik20 input[type="email"],
body.prawnik20 input[type="number"],
body.prawnik20 textarea,
body.prawnik20 select {
  padding: 8px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #333333;
  border: 1px solid #d7d7d7;
  -moz-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  background: #f3f3f3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
body.prawnik20 .form-style-5.form-style input[type="text"],
body.prawnik20 .form-style-5.form-style input[type="email"],
body.prawnik20 .form-style-5.form-style input[type="password"],
body.prawnik20 .form-style-5.form-style textarea {
  width: 80%;
  box-shadow: none;
  color: #333;
  line-height: 22px;
}
body.prawnik20 .form-style input,
body.prawnik20 .form-style textarea {
  display: block;
  width: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 22px;
}
body.prawnik20 .form-style input:focus,
body.prawnik20 .form-style textarea:focus {
  border-color: #FFE655;
}
body.prawnik20 p {
  margin: 0 0 20px 0;
  line-height: 22px;
}
body.prawnik20 .form-inputs p {
  margin-bottom: 10px;
  overflow: hidden;
  height: 100%;
}
body.prawnik20 .form-submit {
  height: 100%;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
body.prawnik20 .form-submit input {
  background-color: #FFE655;
}
body.prawnik20 .button.small {
  padding: 7px 15px;
}
body.prawnik20 .button.small {
  font-size: 14px;
  line-height: 20px;
}
body.prawnik20 .form-submit .button.color {
  color: #333;
}
.button.black,
.button.dark_button.color,
.button.color:hover {
  background: #333333;
  color: #fff !important;
}
/* Contact  Widget */
body.prawnik20 .contact-us {
  overflow: hidden;
  height: 100%;
}
body.prawnik20 .contact-us .col-md-12 {
  margin-bottom: 30px;
}
body.prawnik20 .contact-us iframe {
  width: 100%;
  display: block;
}
body.prawnik20 .contact-us p {
  color: #333;
}
body.prawnik20 .contact-us p.form-submit {
  margin-bottom: 0;
}
body.prawnik20 .contact-us .form-style input.submit {
  width: 100%;
}
body.prawnik20 .widget_contact ul li {
  font-size: 13px !important;
  font-weight: normal !important;
  margin-bottom: 0;
  color: #333333;
  line-height: 26px !important;
  padding-bottom: 0;
}
body.prawnik20 .widget_contact ul li p {
  margin: 0 0 0 25px;
  font-size: 13px;
  color: #333333;
}
body.prawnik20 .widget_contact ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
body.prawnik20 .widget_contact ul li .tipsy span {
  display: block;
}
body.prawnik20 .widget_contact ul li .icon_i span {
  float: left;
  margin-right: 10px;
}
body.prawnik20 .widget_contact ul li:last-child {
  margin-bottom: 0;
}
body.prawnik20 .widget_contact ul li {
  margin-bottom: 10px;
}
body.prawnik20 .widget_contact ul li i {
  width: 25px;
  color: #ff7361;
}
body.prawnik20 .widget_contact ul li .icon_i {
  margin-top: 11px;
  display: inline-block;
  margin-bottom: 0;
}
body.prawnik20 .widget_contact ul li .icon_i i {
  margin-right: 0;
}
body.prawnik20 .widget_contact > p {
  font-size: 13px;
  line-height: 22px;
  color: #c2c8d4;
}
body.prawnik20 .widget_contact ul li span {
  font-size: 15px;
  font-weight: bold;
}
body.prawnik20 #footer {
  margin-top: 70px;
  padding: 50px 0 30px;
}
body.prawnik20 .widget_contact ul li i {
  color: #FFE655;
}
/*Terms*/
body.prawnik20 .terms_of_use_page_content_wrapper h2 {
  border: none !important;
  margin: 0px !important;
  font-size: 24px !important;
  line-height: 28px !important;
}
body.prawnik20 .terms_of_use_page_content_wrapper {
  padding: 0px 15px;
  text-align: justify;
}
body.prawnik20 .terms_of_use_page_content_wrapper .paragraph_title {
  margin: 30px 0px;
}
body.prawnik20 ol,
body.prawnik20 ul,
body.prawnik20 li {
  list-style: none;
  padding-left: 0px;
}
body.prawnik20 .terms_of_use_page_content_wrapper .paragraphs_list .paragraphs_items {
  margin-left: 18px;
}
body.prawnik20 .terms_of_use_page_content_wrapper .paragraphs_list .paragraphs_items li {
  list-style-type: decimal;
  padding-left: 1.7em;
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
}
body.prawnik20 .terms_of_use_page_content_wrapper h3 {
  font-size: 18px;
  line-height: 24px;
}
body.prawnik20 .main-content .page-content .boxedtitle.page-title h2 {
  padding: 20px 0 10px;
  margin: -20px 20px 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
body.prawnik20 .terms_of_use_page_content_wrapper i {
  font-style: normal;
}
body.prawnik20 .terms_of_use_page_content_wrapper .paragraphs_list .paragraphs_items li ul {
  margin-left: 18px;
}
body.prawnik20 .terms_of_use_page_content_wrapper .paragraphs_list .paragraphs_items li ul li {
  list-style-type: lower-latin;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  z-index: 999;
}
.loader_html {
  border-color: #FFE655;
}
.loader_html {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  border-width: 8px;
  border-style: solid;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
body.prawnik20 .form-style label {
  color: #333333;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 9px;
}
body.prawnik20 .form-style label.required span {
  margin-left: 3px;
  color: #F00;
  position: absolute;
  font-size: 25px;
  line-height: 12px;
}
body.prawnik20 .reimbursement_content_page .form-inputs p {
  width: 49%;
  margin-bottom: 0px;
  float: left;
  overflow: hidden;
  height: 100%;
}
body.prawnik20 .reimbursement_content_page .form-inputs p:nth-child(odd) {
  margin-right: 2%;
}
body.prawnik20 .no-padding {
  padding: 0 !important;
}
body.prawnik20 .reimbursement_content_page form p {
  margin-bottom: 0px;
}
body.prawnik20 .form-inputs p:last-child {
  margin-right: 0;
}
body.prawnik20 .yellow-icons-list i {
  margin-right: 6px;
  color: #FFE655;
}
body.prawnik20 .reimbursement_info_aside_box .page-content p {
  font-size: 14px;
  text-indent: 25px;
  text-align: justify;
  font-style: italic;
  margin: 0px;
}
body.prawnik20 .reimbursement_info_aside_box .yellow-icons-list li {
  line-height: 20px;
  font-size: 14px;
}
.reimbursement_content_page .tooltip {
  padding-left: 0% !important;
  margin-top: 15px !important;
}
body.prawnik20 .spam_confirmation_of_ownership,
body.prawnik20 .spam_data_processing_agreement {
  display: inline-block;
  margin: 0px 0px 5px 0px;
  padding-left: 20%;
}
body.prawnik20 .reimbursement_content_page .spam_confirmation_of_ownership,
body.prawnik20 .reimbursement_content_page .spam_data_processing_agreement {
  padding-left: 0%;
}
body.prawnik20 .reimbursement_content_page form p {
  margin-bottom: 0px;
}
body.prawnik20 .form-style input[type="checkbox"] {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  width: auto;
}
body.prawnik20 .spam_confirmation_of_ownership label {
  font-weight: normal;
}
body.prawnik20 .spam_data_processing_agreement label {
  font-weight: normal;
}
body .go-up {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  right: -60px;
  bottom: 20px;
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 998;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body .go-up {
  background-color: #FFE655;
}
body .go-up i {
  color: #333;
}
body .go-up:hover {
  background-color: #333;
}
body .go-up:hover i {
  color: white;
}
@media (max-width: 767px) {
  body.prawnik20 .form-style-5.form-style input[type="text"],
  body.prawnik20 .form-style-5.form-style input[type="email"],
  body.prawnik20 .form-style-5.form-style input[type="password"],
  body.prawnik20 .form-style-5.form-style textarea {
    width: 100%;
  }
  body.prawnik20 .form-style-5.form-style label {
    width: 100%;
  }
  body.prawnik20 .main-content .contact-us form p {
    padding-left: 0px;
  }
  body.prawnik20 .contact-us form .captcha_outer span.captcha_img {
    top: 26px;
  }
  body.prawnik20 .form-style-5.form-style label {
    margin-top: 0px;
  }
}
@media (max-width: 650px) {
  body.prawnik20 .contact-us .form-style-5.form-style label {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
  }
}
@media screen and (max-width: 919px) {
  body.prawnik20 .col-md-1,
  body.prawnik20 .col-md-10,
  body.prawnik20 .col-md-11,
  body.prawnik20 .col-md-12,
  body.prawnik20 .col-md-2,
  body.prawnik20 .col-md-3,
  body.prawnik20 .col-md-4,
  body.prawnik20 .col-md-5,
  body.prawnik20 .col-md-6,
  body.prawnik20 .col-md-7,
  body.prawnik20 .col-md-8,
  body.prawnik20 .col-md-9 {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 764px) {
  body.prawnik20 .container {
    padding: 0 15px !important;
  }
  body.prawnik20 .reimbursement_content_page .form-inputs p {
    width: 100%;
  }
}
@media (max-width: 991px) {
  body.prawnik20 .reimbursement_info_aside_box {
    margin-top: 30px;
  }
  body.prawnik20 .contact-us .col-md-5 .page-content {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  body.prawnik20 .breadcrumbs {
    margin-bottom: 40px;
  }
  body.prawnik20 .crumbs {
    padding-top: 5px;
  }
}
/* Alerts */
body.prawnik20 .alert-message {
  position: relative;
  display: block;
  background-color: #FAFAFA;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333333;
}
body.prawnik20 .alert-message i {
  margin: 0 15px 0 0;
  float: left;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 21px;
  color: #fff;
}
body.prawnik20 .alert-message.warning {
  background-color: #f5d1a8;
}
body.prawnik20 .alert-message.warning i {
  background-color: #fd8900;
}
body.prawnik20 .alert-message.warning span,
.alert-message.warning a {
  color: #fd8900;
}
body.prawnik20 .alert-message.warning2 {
  background-color: #f5d1a8;
}
body.prawnik20 .alert-message.warning2 i {
  background-color: #fd8900;
}
body.prawnik20 .alert-message.warning2 span,
.alert-message.warning2 a {
  color: #fd8900;
}
body.prawnik20 .alert-message.success {
  background-color: #aeddb6;
}
body.prawnik20 .alert-message.success i {
  background-color: #09a526;
}
body.prawnik20 .alert-message.success a,
.alert-message.success span {
  color: #09a526;
}
body.prawnik20 .alert-message.error {
  background-color: #f6d8d4;
}
body.prawnik20 .alert-message.error i {
  background-color: #ff0000;
}
body.prawnik20 .alert-message.error span,
.alert-message.error a {
  color: #fe0000;
}
body.prawnik20 .alert-message.info {
  background-color: #bccee8;
}
body.prawnik20 .alert-message.info i {
  background-color: #4480d6;
}
body.prawnik20 .alert-message.info a,
.alert-message.info span {
  color: #4480d6;
}
body.prawnik20 .alert-message a:hover {
  color: #5a5c5d !important;
}
body.prawnik20 .alert-message p {
  margin: 0 !important;
  padding: 0;
  line-height: 22px;
  font-size: 13px;
  color: #333333;
}
body.prawnik20 .alert-message span {
  font-weight: bold !important;
  font-size: 13px !important;
}
body.prawnik20 .alert-border-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body.prawnik20 .contact-us .captcha_outer {
  position: relative;
  margin: 0px 0px 10px 0px;
}
body.prawnik20 .contact-us .captcha_outer label {
  margin: 0 1% 0 0;
  line-height: 20px;
}
body.prawnik20 .contact-us .captcha_outer span.captcha_img {
  position: absolute;
  right: 6px;
  top: 6px;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}
body.prawnik20 .contact-us .captcha_outer span.form-description {
  position: relative;
  margin: 3px 0px 0px 0px;
}
body.prawnik20 #report-form .captcha_outer {
  position: relative;
  margin: 0px 0px 10px 0px;
}
body.prawnik20 #report-form .captcha_outer label {
  line-height: 20px;
}
body.prawnik20 #report-form .captcha_outer span.captcha_img {
  position: absolute;
  right: 6px;
  top: 26px;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}
body.prawnik20 #report-form .captcha_outer span.form-description {
  position: relative;
  margin: 3px 0px 0px 0px;
}
#section-bar {
  width: 100%;
  padding: 15px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
  border-top: 1px solid #dcc649;
  background: #ffe655;
  display: none;
}
#section-bar .btn {
  font-weight: 600;
  padding: 5px 0px;
  font-size: 17px;
  width: 100%;
}
#section-bar .btn.btn-bar.fix {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-left: 0px;
  text-align: center;
  background: #ffe371;
  border: 1px solid #cfbb49;
  color: #333;
}
#section-bar p {
  margin: 0px;
  padding-top: 5px;
  font-weight: 600;
}
@media screen and (min-width: 1045px) {
  padding: 17px;
  .btn {
    font-weight: 600;
    padding: 6px 0px;
    font-size: 17px;
    width: 100%;
  }
}
@media screen and (min-width: 919px) and (max-width: 1045px) {
  #section-bar p {
    padding-top: 2px;
    font-size: 17px;
  }
  #section-bar p span {
    display: none;
  }
}
@media screen and (max-width: 919px) {
  #section-bar {
    padding: 8px 0 15px;
  }
  #section-bar p {
    padding-top: 0px;
    margin-bottom: 5px;
  }
  #section-bar .btn {
    font-weight: 600;
    padding: 5px 0px;
    font-size: 16px;
    width: 100%;
  }
  #section-bar .btn.btn-bar.fix {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding-left: 0px;
    text-align: center;
    background: #ffee7c;
    border: 1px solid #cfbb49;
    color: #333;
  }
  .contact-us-widget-outer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #section-bar {
    padding: 10px 0 15px;
  }
  #section-bar p {
    padding-top: 0px;
    margin-bottom: 5px;
  }
  #section-bar .btn {
    font-weight: 600;
    padding: 3px 0px;
    font-size: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #section-bar {
    padding: 10px 0 10px;
  }
  #section-bar .col-md-5 {
    display: none;
  }
  #section-bar .col-xs-6:first-child {
    margin-bottom: 8px;
  }
  #section-bar .btn {
    font-weight: 600;
    padding: 3px 0px;
    font-size: 14px;
    width: 100%;
  }
}
/*  Font Awesome ------------------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'), url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa,
.im {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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-square:before,
.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-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-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";
}
/*# sourceMappingURL=style.css.map */

.panel-pop {
  background-color: #FFF;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  width: 40%;
  position: fixed;
  padding: 20px;
  top: -100%;
  left: 50%;
  margin-left: -20%;
  z-index: 9998;
  overflow: hidden;
  overflow-y: hidden;
  color: #333333;
  display: none;
  max-height: 88%;
  overflow-y: auto;
  max-width: 95%;
  margin-top: -73px;
}

.prawnik20 .panel-pop h2 {
  color: #333;
  border-bottom: 2px solid #FFE655;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.panel-pop h2 i {
  float: right;
  font-size: 15px;
  margin-top: 5px;
  cursor: pointer;
}

.panel-pop p {
  font-size: 13px;
}

body.prawnik20 .panel-pop .button {
  color: #333;
  background-color: #FFE655;
}

.panel-pop .form-style a {
  float: right;
}

.wrap-pop {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 997;
}

.boxed_body2 .wrap-pop {
  margin-top: -30px;
}

.panel-pop .button:hover {
  background: #333333 !important;
  background-color: rgb(51, 51, 51) !important;
  color: #fff !important;
}

body.prawnik20 #report-form .form-style #myAwesomeDropzone .dz-preview .dz-image {
  height: 5vw;
  min-height: 50px;
}

body.prawnik20 #report-form .form-style #myAwesomeDropzone .dz-message {
  margin: 2.42em 0;
}

body.prawnik20 #report-form .form-style #myAwesomeDropzone .dz-preview .dz-remove{
  z-index: 9999;
  position: relative;
  margin-top: 12px;
}