<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-collapse {
  padding: 0px;
}
.navbar-right {
  margin-right: 0px !important;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
  background: @color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, @start),
                               color-stop(1, @stop));
  background: -ms-linear-gradient(bottom,
                                  @start,
                                  @stop);
  background: -moz-linear-gradient(center bottom,
                                   @start 0%,
                                   @stop 100%);
  background: -o-linear-gradient(@stop,
                                 @start);
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
}
.bw-gradient(@color: #F5F5F5, @start: 0, @stop: 255) {
  background: @color;
  background: -webkit-gradient(linear,
                               left bottom,
                               left top,
                               color-stop(0, rgb(@start,@start,@start)),
                               color-stop(1, rgb(@stop,@stop,@stop)));
  background: -ms-linear-gradient(bottom,
                                  rgb(@start,@start,@start) 0%,
                                  rgb(@stop,@stop,@stop) 100%);
  background: -moz-linear-gradient(center bottom,
                                   rgb(@start,@start,@start) 0%,
                                   rgb(@stop,@stop,@stop) 100%);
  background: -o-linear-gradient(rgb(@stop,@stop,@stop),
                                 rgb(@start,@start,@start));
  filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgb(@stop,@stop,@stop),rgb(@start,@start,@start)));
}*/
html {
  min-height: 100%;
}
#lokalizacje {
  position: relative;
}
#lokalizacje .google-map {
  width: 100%;
  height: 600px;
}
#lokalizacje .info {
  border: 2px solid #e71546;
  padding: 15px;
  position: absolute;
  width: 300px;
  right: 0px;
  top: 0px;
  z-index: 30;
  text-align: center;
  padding-top: 70px;
  display: none;
}
@media (max-width: 767px) {
  #lokalizacje .info {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
#lokalizacje .info.info-2 {
  display: block;
  background: #fce1e7 url('https://2017.wierszewmiescie.eu/view/img/ico-coffe.png') top 15px center no-repeat;
}
#lokalizacje .info.info-3 {
  display: block;
  background: #fce1e7 url('https://2017.wierszewmiescie.eu/view/img/ico-lib.png') top 15px center no-repeat;
}
#lokalizacje .info.info-4 {
  display: block;
  background: #fce1e7 url('https://2017.wierszewmiescie.eu/view/img/ico_bus.png') top 15px center no-repeat;
}
#lokalizacje .info h4 {
  font-weight: bold;
  color: #e71546;
}
.files .file {
  border-bottom: 1px solid #e71546;
  padding: 10px 0px;
}
.files .file &gt; a {
  display: block;
  padding: 2px 10px 2px 20px;
  background: url('https://2017.wierszewmiescie.eu/view/img/arrow_down.png') no-repeat left center;
}
.logotypy img {
  max-width: 100%;
  height: auto !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #5f5f5e;
  background-color: #fce1e7;
}
@media (min-width: 768px) {
  body.body {
    background: #fce1e7 url('https://2017.wierszewmiescie.eu/view/img/background.jpg') fixed no-repeat right top;
    background-size: auto 100% !important;
  }
}
@media (max-width: 767px) {
  body.body:before {
    content: " ";
    background: #fce1e7 url('https://2017.wierszewmiescie.eu/view/img/background.jpg') no-repeat right top;
    background-size: auto 100% !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
  }
}
* &gt; a {
  color: inherit;
}
h1,
h2 {
  color: #e71546;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: block;
  margin: 30px 0;
  text-transform: uppercase;
}
h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
table td {
  vertical-align: top;
}
table td h3 {
  color: #e71546;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: block;
  margin: 30px 0;
  text-transform: uppercase;
}
table td img {
  max-width: 100%;
  height: auto !important;
}
header &gt; .container {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
header .logo {
  float: left;
  padding: 30px 0;
}
@media (max-width: 991px) {
  header .logo {
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  header .logo {
    padding: 15px 0;
    text-align: left;
  }
}
header .facebook {
  display: block;
  position: absolute;
  right: 15px;
  top: 45px;
}
@media (max-width: 991px) {
  header .facebook {
    top: 30px;
  }
}
@media (max-width: 767px) {
  header .facebook {
    top: 15px;
  }
}
.navbar-toggle {
  position: absolute;
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  top: -36px;
  right: 15px;
  margin: 0;
  padding: 0;
  z-index: 40;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  background: #e71546;
}
.navbar-toggle * {
  background: #e71546;
}
@media (max-width: 767px) {
  .navbar-collapse {
    margin: 0 -15px !important;
    background: rgba(255, 255, 255, 0.4);
  }
}
.nav-header {
  margin-top: 40px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-header {
    float: none;
    margin: 0 0 30px 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav-header {
    margin: 0 !important;
    width: 100%;
  }
}
.nav-header &gt; li {
  margin: 0 45px 0 0;
}
@media (max-width: 1200px) {
  .nav-header &gt; li {
    margin: 0 25px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-header &gt; li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .nav-header &gt; li {
    display: block;
    margin: 0;
    text-align: left;
    padding: 0 15px;
  }
}
.nav-header &gt; li &gt; a {
  font-size: 14px;
  text-transform: uppercase;
  color: #5f5f5e;
  padding: 10px 0px;
  background: none !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nav-header &gt; li &gt; a {
    border-bottom: 1px solid #e71546 !important;
    padding: 15px 0;
  }
}
.nav-header &gt; li:last-child {
  margin-right: 0;
}
.nav-header &gt; li:active &gt; a,
.nav-header &gt; li:hover &gt; a,
.nav-header &gt; li:focus &gt; a,
.nav-header &gt; li.active &gt; a {
  color: #e71546 !important;
}
@media (min-width: 768px) {
  .nav-header ul.dropdown-menu {
    display: none !important;
  }
}
.nav-header ul.dropdown-menu li a {
  padding: 10px 10px !important;
}
.nav-header ul.dropdown-menu li:active &gt; a,
.nav-header ul.dropdown-menu li:hover &gt; a,
.nav-header ul.dropdown-menu li:focus &gt; a,
.nav-header ul.dropdown-menu li.active &gt; a {
  color: #FFF;
  background: #e71546;
}
.nav-header ul.dropdown-menu li.m3 &gt; a {
  padding-left: 20px !important;
}
.sidebar h3 {
  margin: 50px 0 5px 0;
  font-size: 13px;
  color: #e71546;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sidebar h3 {
    margin: 10px 0 5px 0;
  }
}
@media (max-width: 767px) {
  .sidebar .nav-sidebar {
    display: none !important;
  }
}
.sidebar .nav-sidebar li &gt; a {
  font-size: 13px;
  font-weight: 400;
  color: #5f5f5e;
  padding: 5px 0 !important;
  background: none !important;
}
.sidebar .nav-sidebar li.active &gt; a,
.sidebar .nav-sidebar li:hover &gt; a,
.sidebar .nav-sidebar li:focus &gt; a {
  color: #e71546;
}
.sidebar .nav-sidebar li .dropdown {
  list-style: none;
  padding-left: 0;
}
.sidebar .nav-sidebar li .dropdown &gt; li &gt; a {
  font-size: 13px;
  font-weight: 400;
  color: #5f5f5e;
  padding: 5px 0 5px 20px !important;
  background: none !important;
}
.sidebar .nav-sidebar li .dropdown &gt; li.active &gt; a,
.sidebar .nav-sidebar li .dropdown &gt; li:hover &gt; a,
.sidebar .nav-sidebar li .dropdown &gt; li:focus &gt; a {
  color: #e71546;
}
@media (max-width: 767px) {
  .content {
    padding-top: 15px;
  }
}
.wiersz {
  padding: 35px 0;
}
.wiersz:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .wiersz {
    padding: 30px 0 0 0;
  }
}
.wiersz .description {
  text-align: left;
}
@media (max-width: 767px) {
  .wiersz .description {
    margin-bottom: 30px;
  }
}
.wiersz .description .title {
  font-size: 14px;
  font-weight: 800;
  color: #5f5f5e;
  margin-bottom: 20px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.wiersz .description .title:after {
  content: " ";
  width: 30px;
  height: 4px;
  display: table;
  background: #e71546;
  position: absolute;
  left: 0px;
  bottom: -12px;
}
.wiersz .description.description-original {
  color: #e71546;
}
.wiersz .description.description-original .title {
  color: #e71546;
}
.wiersz .description.description-original .title:after {
  background: #5f5f5e;
  position: absolute;
  left: 0;
  right: auto;
  bottom: -12px;
}
.autorzy .autor .image {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.autorzy .autor .image:before {
  content: "";
  height: 2px;
  background: #e71546;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  z-index: -1;
}
.autorzy .autor .image img {
  border: 1px solid #e71546;
  z-index: 2;
}
.autorzy .autor .description {
  padding: 45px 0;
}
@media (max-width: 767px) {
  .autorzy .autor .description {
    padding: 30px 0 0 0;
  }
}
.autorzy .autor .description .description-body {
  color: #e71546;
}
@media (max-width: 767px) {
  .autorzy .autor .description .description-body {
    padding-bottom: 30px;
  }
}
.autorzy .autor .description .description-body.pl {
  color: #5f5f5e;
}
.media-links a {
  text-decoration: none;
  font-size: 13px;
  padding-left: 20px;
  background: url('https://2017.wierszewmiescie.eu/view/img/arrow_down.png') no-repeat left top 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e71546;
  display: block;
  color: #5f5f5e;
}
form {
  margin: 40px 0px 0px 0px;
}
form .form-control {
  border: 0px;
  background: none;
  outline: none;
  font-size: 13px;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #e71546;
  padding-left: 0;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5e !important;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5e !important;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5e !important;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5e !important;
}
form button {
  background: #e71546 url('https://2017.wierszewmiescie.eu/view/img/arrow.png') right 5px center no-repeat;
  color: #FFF;
  border: 0px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 20px 5px 7px;
}
[href^=mailto] {
  background: url('https://2017.wierszewmiescie.eu/view/img/ico_email.png') left center no-repeat;
  padding-left: 35px;
  color: #5f5f5e;
}
[href^=tel] {
  background: url('https://2017.wierszewmiescie.eu/view/img/ico_phone.png') left center no-repeat;
  padding-left: 35px;
  color: #5f5f5e;
}
</pre></body></html>