@import '../fancybox/fancy.css';
@import 'fonts/stylesheet.css';
/*

		studiofabryka.pl
		mc, 21-01-2014

 */
/* RESET */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
img,
strong,
ul,
ol,
li,
fieldset,
form,
label,
legend,
table,
tbody,
thead tr,
th,
td,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
}
header,
article,
footer,
aside,
section,
nav {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
small {
  font-size: smaller;
}
.font {
  font-family: 'open_sansregular';
  font-weight: normal;
  font-style: normal;
}
.fontb {
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.fontc {
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  color: #14659b;
}
section.main ul li {
  list-style: none;
  margin-left: 30px;
  padding-left: 15px;
  display: block;
  background: url(../images/bullet.jpg) 0 7px no-repeat;
}
section.main ul li ol,
section.main ul li ul {
  padding: .3em 0;
}
section.main ul li ul li {
  margin-left: 20px;
  color: #000000;
}
section.main ul li ul li ul li {
  color: #000000;
}
section p,
section ul,
section ol {
  margin-bottom: 1em;
}
section p a,
section ul a,
section ol a {
  color: #1671ad;
}
section p a:hover,
section ul a:hover,
section ol a:hover {
  text-decoration: underline;
}
section ol li {
  list-style: decimal outside;
  margin-left: 35px;
}
section ol li ol,
section ol li ul {
  padding: .3em 0;
}
section ol li ol li {
  margin-left: 23px;
  list-style: lower-latin outside;
  color: #000000;
}
section ol li ol li ul li {
  list-style: square outside;
  color: #000000;
}
section h2,
section h3,
section h4,
section h5,
section h6 {
  margin: .5em 0 .3em;
  line-height: 1.1em;
}
section h2 {
  font-size: 32px;
}
section h3 {
  font-size: 29px;
}
section h4 {
  font-size: 23px;
}
section h5 {
  font-size: 20px;
}
section h6 {
  font-size: 18px;
}
/* forms */
.standard-form {
  float: left;
  width: 100%;
}
.standard-form fieldset {
  float: left;
  width: 100%;
}
.standard-form fieldset > div {
  float: left;
  width: 100%;
  padding: 1em 0 .2em;
}
.standard-form span {
  color: #2e96db;
}
.standard-form label,
.standard-form input,
.standard-form textarea,
.standard-form select {
  float: left;
}
.standard-form legend {
  color: #14659b;
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin: 5px 0 15px;
}
.standard-form fieldset:first-child legend {
  margin-left: 0;
}
.standard-form input,
.standard-form textarea,
.standard-form select {
  letter-spacing: 1px;
  padding: 8px;
  border: 1px solid #dddddd;
  width: 50%;
  background: #f5f5f5;
  margin-left: 6%;
}
.standard-form textarea {
  height: 115px;
}
.standard-form select {
  width: 54%;
}
.standard-form label {
  font-size: 14px;
  line-height: 2em;
  float: left;
  width: 40%;
}
.standard-form fieldset:first-child textarea,
.standard-form fieldset:first-child select,
.standard-form fieldset:first-child input,
.standard-form fieldset:first-child label {
  margin-left: 0;
}
.standard-form .error,
.standard-form .ok {
  float: left;
  color: white;
  margin: 5px 0;
  font-size: 12px;
  padding: 10px 3%;
  width: 94%;
  display: none;
}
.standard-form .error {
  background: #cc0000;
}
.standard-form .ok {
  background: #5fa00b;
}
.standard-form button {
  float: right;
  margin: 10px 1px 0 0;
  padding: 0;
  background: #1671ad;
  cursor: pointer;
}
.standard-form button img,
.standard-form button span {
  float: left;
  color: white;
}
.standard-form button img {
  background: #14659b;
  padding: 8px 7px 6px;
}
.standard-form button span {
  padding: 6px 10px;
}
.standard-form button:hover {
  background: #14659b;
}
.standard-form .star-info {
  float: left;
  font-size: 11px;
}
.standard-form .error-input {
  border: 1px solid #ff0000 !important;
}
.standard-form input:disabled,
.standard-form textarea:disabled {
  cursor: default;
}
@include opacity(0.7);
/* tables */
table.centered {
  margin: 0 auto 1em;
}
table.centered th,
table.centered td {
  text-align: center;
}
table {
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 1em;
}
table td,
table th {
  padding: 8px;
  border: solid 1px #cccccc;
  font-size: 12px;
  line-height: 1.5em;
  vertical-align: text-top;
}
table td p,
table th p {
  padding-bottom: 0 !important;
}
table th {
  border: solid 1px #ffffff;
}
.only-rows {
  border-collapse: collapse;
  border-spacing: 0;
}
.only-rows td,
.only-rows th {
  border: 0;
  border-top: solid 1px #cccccc;
}
.only-rows th {
  border: 0;
}
.zebra {
  border-collapse: collapse;
  border-spacing: 0;
}
.zebra td,
.zebra th {
  border: 0;
  border-top: solid 1px #d9d9d9;
}
.zebra th {
  background: #e6e6e6;
}
.zebra .even td {
  background: #fafafa;
}
.zebra th {
  border: 0;
}
.hovered tr:hover td {
  background: #f9f9f9;
}
.sort thead th {
  background: url(../images/modules/sorted_tables/table-unsort.png) right no-repeat;
  padding-right: 20px;
  text-align: left;
  cursor: pointer;
}
.sort thead th.notsorted {
  background: none;
  cursor: text;
}
th.headerSortUp {
  background-image: url(../images/modules/sorted_tables/table-asc.png) !important;
  background-color: #f5f5f5 !important;
}
th.headerSortDown {
  background-image: url(../images/modules/sorted_tables/table-desc.png) !important;
  background-color: #f5f5f5 !important;
}
/* list of files to download */
.download {
  float: left;
}
.download .plik {
  display: none;
  color: #606060;
}
.download a:hover {
  text-decoration: none;
}
.type_text .plik {
  display: inline;
}
.type_icons li {
  list-style: none !important;
  margin: 4px 20px !important;
}
.type_icons a {
  color: #2d2d2d !important;
  text-decoration: none !important;
  padding: 1px 0 2px 23px;
  background: url(../images/modules/download/page_white.png) 0 0 no-repeat;
}
.type_icons a:hover {
  color: #14659b !important;
}
.type_icons .pdf {
  background: url(../images/modules/download/acrobat.png) 0 0 no-repeat;
}
.type_icons .swf {
  background: url(../images/modules/download/flash.png) 0 0 no-repeat;
}
.type_icons .txt,
.type_icons .rtf {
  background: url(../images/modules/download/text.png) 0 0 no-repeat;
}
.type_icons .doc,
.type_icons .docx,
.type_icons .odf,
.type_icons .ott,
.type_icons .sxw,
.type_icons .stw {
  background: url(../images/modules/download/word.png) 0 0 no-repeat;
}
.type_icons .jpg,
.type_icons .jpe,
.type_icons .jfif,
.type_icons .png,
.type_icons .jpeg,
.type_icons .gif,
.type_icons .tif,
.type_icons .tiff,
.type_icons .ico,
.type_icons .bmp,
.type_icons .raw,
.type_icons .dcs {
  background: url(../images/modules/download/picture.png) 0 0 no-repeat;
}
.type_icons .flv,
.type_icons .mov,
.type_icons .mpeg,
.type_icons .avi,
.type_icons .divx {
  background: url(../images/modules/download/movie.png) 0 0 no-repeat;
}
.type_icons .ods,
.type_icons .sxc,
.type_icons .xls,
.type_icons .xlt {
  background: url(../images/modules/download/excel.png) 0 0 no-repeat;
}
.type_icons .odg,
.type_icons .sxd,
.type_icons .psd {
  background: url(../images/modules/download/paint.png) 0 0 no-repeat;
}
.type_icons .cdr,
.type_icons .ai {
  background: url(../images/modules/download/vector.png) 0 0 no-repeat;
}
.type_icons .php,
.type_icons .html,
.type_icons .css,
.type_icons .js,
.type_icons .less,
.type_icons .asp,
.type_icons .c {
  background: url(../images/modules/download/code.png) 0 0 no-repeat;
}
.type_icons .sql,
.type_icons .db,
.type_icons .dbf,
.type_icons .dbk {
  background: url(../images/modules/download/database.png) 0 0 no-repeat;
}
.type_icons .zip,
.type_icons .tar,
.type_icons .gz,
.type_icons .gzip,
.type_icons .rar {
  background: url(../images/modules/download/zip.png) 0 0 no-repeat;
}
.type_icons .rb {
  background: url(../images/modules/download/ruby.png) 0 0 no-repeat;
}
.type_icons .as {
  background: url(../images/modules/download/actionscript.png) 0 0 no-repeat;
}
.type_icons .cf {
  background: url(../images/modules/download/coldfusion.png) 0 0 no-repeat;
}
.type_icons .odp,
.type_icons .sxi,
.type_icons .ppt {
  background: url(../images/modules/download/powerpoint.png) 0 0 no-repeat;
}
.type_icons .iso,
.type_icons .nrg {
  background: url(../images/modules/download/dvd.png) 0 0 no-repeat;
}
/* gallery */
.gallery ul,
.gallery li,
.gallery a,
.gallery img {
  float: left;
}
.gallery ul {
  clear: left;
  width: 100%;
  margin: 0;
}
.gallery li {
  margin: 0 0 16px 16px;
  list-style: none;
}
.gallery li:first-child {
  margin-left: 0;
}
.gallery a {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.gallery a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
/* paginator */
#pages {
  width: 160px;
  float: none;
  margin: 10px auto;
  /*margin: 10px 0 0 173px;*/
}
#pages-container {
  float: left;
  width: 100%;
}
.jPaginate {
  height: 34px;
  position: relative;
  color: #a5a5a5;
  font-size: small;
  width: 100%;
}
.jPaginate a {
  line-height: 15px;
  height: 18px;
  cursor: pointer;
  padding: 1px 6px 0;
  margin: 1px;
  font-size: 11px;
  float: left;
  color: #333;
}
.jPag-control-back {
  position: absolute;
  left: 0;
}
.jPag-control-front {
  position: absolute;
  top: 0;
}
.jPaginate span {
  cursor: pointer;
}
ul.jPag-pages {
  float: left;
  /*width:auto !important;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.jPag-pages li {
  float: left;
  padding: 0;
  margin: 0;
}
ul.jPag-pages li a {
  float: left;
  padding: 1px 6px 0;
  color: #777;
}
ul.jPag-pages li a:hover,
.jPag-first:hover,
.jPag-last:hover {
  background: #ddd;
  opacity: .8;
  filter: alpha(opacity=80);
}
span.jPag-current {
  line-height: 15px;
  height: 18px;
  cursor: pointer;
  padding: 1px 6px 0 6px;
  margin: 1px;
  font-size: 11px;
  float: left;
  color: white;
  background: #999 !important;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
  height: 22px;
  margin: 0;
  float: left;
  line-height: 18px;
}
ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}
ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
  margin: 2px 2px 2px 0px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}
span.jPag-sprevious,
span.jPag-sprevious-img {
  margin: 0;
  font-size: 18px;
  width: 15px;
  text-align: right;
  color: #555;
}
span.jPag-snext,
span.jPag-snext-img {
  margin: 0;
  font-size: 18px;
  width: 15px;
  text-align: right;
  color: #555;
}
ul.jPag-pages li span.jPag-previous-img {
  background: transparent url(../images/previous.png) no-repeat center right;
}
ul.jPag-pages li span.jPag-next-img {
  background: transparent url(../images/next.png) no-repeat center left;
}
span.jPag-sprevious-img {
  background: transparent url(../images/sprevious.png) no-repeat center right;
}
span.jPag-snext-img {
  background: transparent url(../images/snext.png) no-repeat center left;
}
body {
  background: url(../images/bg.jpg) top fixed no-repeat;
  font-family: 'open_sansregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #2d2d2d;
}
td,
td p {
  font-size: 14px;
  line-height: 21px;
  color: #2d2d2d;
}
.bg {
  float: left;
  width: 100%;
  min-height: 985px;
  position: relative;
  background: url(../images/bottom.jpg) bottom repeat-x;
}
.content {
  width: 1031px;
  margin: 0 auto;
  position: relative;
}
header,
article,
footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
body.kontakt .main {
  float: left;
  width: 300px;
}
body.kontakt .map {
  float: left;
  margin: 0 15px;
}
body.kontakt .map iframe {
  width: 330px;
  height: 310px;
}
body.kontakt .map a {
  color: #14659b !important;
}
body.kontakt .form {
  float: right;
}
.hidden {
  display: none;
}
/* header */
nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 75px;
  background: #2e96db;
}
nav .topsearch {
  position: absolute;
  top: -66px;
  right: 0;
  z-index: 2000;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
nav .topsearch form {
  float: right;
  width: 200px;
  padding: 15px;
  background: #1671ad;
}
nav .topsearch form input {
  padding: 5px;
  height: 25px;
  width: 190px;
}
nav .topsearch a {
  float: right;
  clear: right;
  background: #1671ad;
  padding: 2px 7px;
}
nav .opensearch {
  top: 0;
}
nav .logo {
  float: left;
  margin: 20px 0 0 0;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
nav .logo img {
  float: left;
  margin-right: 15px;
}
nav .logo strong {
  float: left;
  margin-top: 5px;
  color: white;
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
}
nav .logo:hover {
  opacity: .8;
}
nav .lvl1 {
  float: right;
  margin-top: 26px;
	margin-right: 10px;
}
nav .lvl1 li,
nav .lvl1 a {
  float: left;
  position: relative;
}
nav .lvl1 > li > a {
  color: white;
  font-size: 14px;
  padding: 3px 6px;
  line-height: 1em;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-right: 15px;
}
nav .lvl1 > .current > a,
nav .lvl1 > .sub-open > a,
nav .lvl1 > li > a:hover {
  background: #1671ad;
}
nav .lvl1 > .sub-open > a {
  border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
}
nav .lvl1 .lvl2 {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1000;
  width: 200px;
  background: #14659b;
  border-radius: 0 5px 5px 5px;
  -o-border-radius: 0 5px 5px 5px;
  -ms-border-radius: 0 5px 5px 5px;
  overflow: hidden;
}
nav .lvl1 .lvl2 > li {
  float: left;
  width: 100%;
}
nav .lvl1 .lvl2 > li > a {
  float: left;
  color: white;
  font-size: 12px;
  width: 90%;
  padding: 8px 5%;
  line-height: 1.1em;
  border-top: 1px solid #0f4d77;
}
nav .lvl1 .lvl2 > li > a:hover {
  background: #125989;
}
nav .lvl1 .lvl2 > li:first-child > a {
  border: 0;
}
nav .lvl1 .lvl3 {
  display: none !important;
}
header {
  width: 991px;
  margin-top: 93px;
  background: white;
  border: 20px solid white;
  border-bottom: 0;
}
.bigsearch {
  float: left;
  width: 230px;
  height: 353px;
  padding: 26px;
  background: url(../images/bigsearch.jpg) top no-repeat;
}
.bigsearch h2 {
  color: white;
  margin: 0 0 15px 0;
}
.bigsearch form > span,
.bigsearch .cities {
  color: white;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.bigsearch .cities {
  margin: 20px 0 10px;
  width: 110px;
}
.bigsearch .cities span {
  background: url(../images/sokmore.png);
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: 3px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.bigsearch .cities:hover span {
  margin-right: -3px;
}
.bigsearch .transport ul,
.bigsearch .paket ul {
  float: left;
  clear: left;
  width: 100%;
  margin: 2px 0;
}
.bigsearch .transport li,
.bigsearch .paket li {
  float: left;
}
.bigsearch .transport a {
  background-color: #f7f7f7;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-right: 2px;
  display: block;
  float: left;
  width: 55px;
  height: 28px;
  padding-top: 27px;
  text-align: center;
  font-size: 13px;
  color: #747474;
  background-repeat: no-repeat;
  background-position: center 10px;
}
.bigsearch .transport a:hover {
  background-color: #eaeaea;
  box-shadow: inset 0 2px 5px #ccc;
}
.bigsearch .transport #buss {
  background-image: url(../images/w_buss.png);
}
.bigsearch .transport #farja {
  background-image: url(../images/w_farja.png);
}
.bigsearch .transport #flyg {
  background-image: url(../images/w_flyg.png);
}
.bigsearch .transport #bil {
  background-image: url(../images/w_bil.png);
}
.bigsearch .paket a {
  background-color: #f7f7f7;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-right: 2px;
  float: left;
  padding: 4px 6px 5px 25px;
  line-height: 1em;
  font-size: 13px;
  color: #747474;
  min-width: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.bigsearch .paket a:hover {
  background-color: #eaeaea;
  box-shadow: inset 0 2px 5px #ccc;
}
.bigsearch .paket #spa {
  background-image: url(../images/w_spa.png);
}
.bigsearch .paket #hotellpaket {
  background-image: url(../images/w_hotel.png);
}
.bigsearch .paket #golf {
  background-image: url(../images/w_golf.png);
}
.bigsearch .paket #halsoresor {
  background-image: url(../images/w_hals.png);
  min-width: 69px;
}
.bigsearch .paket #grupp {
  background-image: url(../images/w_grupp.png);
  min-width: 132px;
}
.bigsearch .activeToggler a {
  background-color: #B90000 !important;
  color: white !important;
  box-shadow: inset 0 2px 5px #af0000 !important;
}
.bigsearch .activeToggler #buss {
  background-image: url(../images/w_bussh.png);
}
.bigsearch .activeToggler #farja {
  background-image: url(../images/w_farjah.png);
}
.bigsearch .activeToggler #flyg {
  background-image: url(../images/w_flygh.png);
}
.bigsearch .activeToggler #bil {
  background-image: url(../images/w_bilh.png);
}
.bigsearch .activeToggler #spa {
  background-image: url(../images/w_spah.png);
}
.bigsearch .activeToggler #hotellpaket {
  background-image: url(../images/w_hotelh.png);
}
.bigsearch .activeToggler #golf {
  background-image: url(../images/w_golfh.png);
}
.bigsearch .activeToggler #halsoresor {
  background-image: url(../images/w_halsh.png);
}
.bigsearch .activeToggler #grupp {
  background-image: url(../images/w_grupph.png);
}
.bigsearch button {
  float: right;
  border: 0;
  background: #B90000;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 25px;
}
.bigsearch button img,
.bigsearch button span {
  float: left;
}
.bigsearch button img {
  margin: 0 0 0 -2px;
  padding: 10px;
  background: #a00000;
}
.bigsearch button span {
  margin-right: -2px;
  padding: 10px 20px;
  color: white;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.bigsearch button:hover span {
  background: #a00000;
}
.bigsearch-active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.slideshow {
  float: left;
  width: 708px;
  height: 405px;
  overflow: hidden;
  position: relative;
}
.slideshow .pager {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
.slideshow .pager a {
  background: #1671ad;
  display: block;
  float: left;
  margin-left: 6px;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  overflow: hidden;
  text-indent: -9999em;
  opacity: .9;
}
.slideshow .pager a:hover {
  opacity: .7;
}
.slideshow .pager .activeSlide {
  background: #5aace2;
}
/* article */
article {
  width: 991px;
  background: white;
  border: 20px solid white;
}
.yet-another-slideshow {
  width: 100%;
  height: 170px;
  overflow: hidden;
  margin-bottom: 20px;
}
article h1,
.home article h2 {
  font-size: 36px;
  margin: 1em 0 .7em;
}
.offer {
  width: 100%;
  margin: 1.5em 0 2.2em;
  padding: 2em 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.offer h4 {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.offer ul {
  float: left;
  width: 102%;
  margin-left: -2%;
}
.offer ul li {
  width: 31.2%;
  height: 285px;
  float: left;
  margin: 0 0 2% 2%;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.offer ul li a,
.offer ul li img {
  float: left;
  width: 100%;
}
.offer ul li img {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.offer ul li .photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 200px;
  display: block;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.offer ul li .img {
  display: block;
  float: left;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.offer ul li a {
  width: 99.4%;
  height: 99.3%;
  border: 1px solid #ddd;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.offer ul li a:hover {
  background: #f5f5f5;
}
.offer ul li a:hover .photo {
  box-shadow: inset 0 0 50px black;
}
.offer ul li a:hover img {
  transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
.offer ul li a:hover .mer {
  right: 0;
}
.offer ul li strong {
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  float: left;
  width: 94%;
  padding: 7px 3%;
  color: #1671ad;
}
.offer ul li .text {
  color: #2d2d2d;
  float: left;
  width: 94%;
  padding: 0 3% 7px;
}
.offer ul li .mer {
  position: absolute;
  top: 0;
  right: -96px;
  z-index: 50;
  background: #2e96db;
  color: white;
  line-height: 24px;
  padding: 0 0 0 10px;
  font-size: 13px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.offer ul li .mer:hover {
  background: #14659b;
}
.offer ul li .mer i {
  background: #14659b url(../images/lasmermore.png) center center no-repeat;
  overflow: hidden;
  float: right;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  margin-left: 11px;
}
.offer ul li .pris {
  position: absolute;
  bottom: 100px;
  left: 1px;
  z-index: 50;
  background: #be0000;
  color: white;
  line-height: 24px;
  padding: 5px 15px 5px 25px;
  font-size: 15px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.home .offer {
  float: left;
}
.sub .offer {
  border-top: 0;
  margin-top: 1em;
  padding-top: 0;
}
.circles {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}
.circles li {
  float: left;
  list-style: none;
  text-align: center;
  margin-left: 51px;
}
.circles li a {
  float: left;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.circles li a:hover {
  opacity: .9;
}
.circles li a:hover img {
  transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}
.circles li a:hover strong {
  color: #14659b;
}
.circles li a img {
  transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.circles li strong {
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #1671ad;
}
/* footer */
footer {
  padding: 2em 0;
}
footer address {
  float: left;
  width: 36%;
  min-height: 140px;
  margin-right: 2%;
  border-right: 1px solid white;
  font-style: normal;
  color: white;
}
footer address strong {
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  margin: 0 0 10px;
}
footer address span {
  float: left;
  width: 50%;
  line-height: 1.8em;
}
footer .links {
  float: left;
  width: 61.8%;
}
footer .links ul {
  float: left;
  margin-left: 3%;
  width: 20%;
}
footer .links ul li {
  list-style: disc;
  color: white;
  font-size: 11px;
}
footer .links ul a {
  color: white;
  font-size: 14px;
}
footer .links ul a:hover {
  text-decoration: underline;
}
footer .links ul:first-child {
  width: 28%;
}
footer .madeby {
  float: right;
  clear: right;
  margin-top: 1em;
}
footer .madeby strong,
footer .madeby img {
  float: left;
}
footer .madeby strong {
  font-weight: normal;
  font-size: 9px;
  color: #fff;
  line-height: 1em;
  margin: 5px 3px 0 0;
}
footer .madeby img {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
footer .madeby:hover img {
  opacity: .8;
}
/* SUB */
.sub .bigsearch {
  top: -330px;
  left: 0;
  width: 100%;
  background: #14659b;
  padding: 0;
  height: 405px;
  position: fixed;
  z-index: 800;
}
.sub .bigsearch form {
  float: left;
  width: 230px;
  height: 353px;
  padding: 26px;
  background: url(../images/bigsearch.jpg) top no-repeat;
}
.sub .bigsearch .content > a {
  background: #b90000;
  float: left;
  clear: left;
  color: white;
  font-size: 16px;
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  padding: 8px 20px;
  margin-left: 20px;
  box-shadow: inset 0 3px 4px #930000;
}
/* sub */
/* bigsearch poland map */
.formmap {
  position: absolute;
  top: 0;
  right: 0;
  width: 747px;
  height: 404px;
}
.inputs {
  float: left;
  width: 300px;
  margin: 55px 0 0 30px;
}
.inputs label {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: white;
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  float: left;
  clear: left;
  width: 100%;
}
.inputs .p2 {
  float: left;
  width: 50%;
}
.inputs .p2 span {
  color: white;
  font-size: 13px;
}
.inputs input {
  float: left;
  margin: 3px 7px 0 0;
}
.polandmap {
  width: 255px;
  height: 249px;
  float: right;
  position: relative;
  background: url(../images/poland.png) 0 0 no-repeat;
  margin: 70px 60px 0 0;
}
.gu {
  margin-top: -10px !important;
}
.polandmap .marker {
  width: 19px;
  height: 33px;
  background: url('../images/miasto.png') repeat scroll 0% 0% transparent;
  position: absolute;
  text-indent: -9999em;
  overflow: hidden;
  display: none;
}
.home .bigsearch {
  overflow: visible;
}
.home .bigsearch form {
  overflow: visible;
}
.home .bigsearch .formmap {
  display: none;
  right: auto;
  left: 282px;
  width: 708px;
  height: 405px;
  background: #14659b;
  z-index: 500;
}
.home .bigsearch .formmap .inputs {
  margin-top: 90px;
}
.home .bigsearch .formmap .polandmap {
  margin-top: 80px;
}
/* podstrony i inne */
.sub header {
  margin-top: 122px;
}
.sub header .row {
  float: left;
  width: 100%;
}
.sub header .row .path {
  float: left;
}
.sub header .row .path span,
.sub header .row .path strong {
  font-weight: normal;
  color: #ababab;
}
.sub header .row .path span {
  margin: 0 3px;
}
.sub header .row .path a {
  color: #1671ad;
}
.sub header .row h1 {
  float: left;
  width: 100%;
  font-size: 36px;
  margin: 15px 0 18px;
  line-height: 1.1em;
}
.tilbaka,
.skrivup,
.fp {
  float: right;
  background: #1671ad;
  margin-left: 10px;
  color: white;
  line-height: 1em;
  padding: 5px 15px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.tilbaka:hover,
.skrivup:hover,
.fp:hover {
  background-color: #0e486e;
}
.skrivup {
  padding-left: 35px;
  background: #1671ad url(../images/skrivup.png) 15px center no-repeat;
}
.fp {
  padding-left: 35px;
  background: #1671ad url(../images/f.png) 15px center no-repeat;
}
.price {
  float: left;
  width: 283px;
  height: 405px;
  background: #14659b;
  text-align: center;
  color: white;
  position: relative;
}
.price .p {
  float: left;
  width: 100%;
  margin: 10px 0 65px;
}
.price .p sup {
  position: absolute;
  top: 86px;
  left: 30px;
  font-size: 45px;
  float: left;
}
.price .p span {
  font-size: 45px;
}
.price .p h2 {
  padding-left: 35px;
  float: none;
  width: auto;
  color: white;
  display: inline;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
  font-size: 52px;
}
.price .p small {
  float: left;
  width: 100%;
  margin-top: 37px;
  font-size: 18px;
  margin-bottom: 50px;
}
.price .bokabox {
  position: absolute;
  top: 215px;
  left: 40px;
  z-index: 2000;
  width: auto;
}
.price .boka {
  background: #be0000;
  color: white;
  font-size: 20px;
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  padding: 10px 0;
  width: 200px;
  text-align: center;
  line-height: 1em;
  display: block;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.price .boka:hover {
  padding: 15px 0;
  background: #AA0000;
}
.price .fixboka {
  position: fixed;
  top: 75px;
  z-index: 2000;
  border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
}
.price .info {
  float: left;
  width: 75%;
  text-align: left;
  padding: 10px 0 10px 25%;
  margin-top: 115px;
  display: block;
  background: url(../images/priceinfo.jpg) 10px center no-repeat;
}
.price .info a {
  color: white;
}
.price .info a:hover {
  text-decoration: underline;
}
.sub header {
  z-index: 500;
}
aside.gallery {
  float: right;
  width: 283px;
  margin-left: 25px;
}
aside.gallery li {
  margin: 0 0 22px;
}
aside.gallery li img {
  width: 100%;
}
.akordeon {
  width: 100%;
  border: 0;
}
.akordeon > tbody > tr {
  display: block;
  float: left;
  width: 100%;
}
.akordeon > tbody > tr > td {
  display: block;
  float: left;
  width: 100%;
}
.akordeon > tbody > .odd > td {
  padding: 15px 0 5px;
}
.akordeon > tbody > tr > td {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.akordeon > tbody > tr > td h2 {
  font-size: 36px;
  line-height: 1.1em;
  padding: 20px 2%;
  margin: 0;
  float: left;
  width: 96%;
  cursor: pointer;
  background: #f8f8f8 url(../images/triangle-right.png) 97% center no-repeat;
}
.akordeon > tbody > tr > td h2:hover {
  background-color: #f2f2f2;
}
.akordeon > tbody > tr > td h2.active {
  background: #fcfcfc url(../images/triangle-down.png) 97% center no-repeat;
}
.akordeon > tbody > tr:first-child > td {
  border-top: 1px solid #ddd;
}
.form {
  float: left;
  width: 100%;
  margin-top: -19px;
}
form.big fieldset {
  float: left;
  width: 50%;
}
form.big fieldset.full {
  float: left;
  width: 100%;
}
form.big .group {
  float: left;
}
form.big .group span {
  font-size: 14px;
  color: #2d2d2d;
  margin-right: 5px;
}
form.big .group input {
  width: auto;
  float: none;
  clear: none;
  margin-right: 20px;
}
form.big .left {
  float: left;
  width: auto;
}
.index .item {
  float: left;
  width: 96%;
  padding: 2em 2%;
  border-top: 1px solid #ddd;
}
.index .item .left {
  float: left;
  margin-right: 1em;
  width: 314px;
}
.index .item .left img {
  margin-bottom: 1em;
}
.index .item .right {
  float: right;
  width: 615px;
}
.index .item .right .item_price {
  float: left;
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  margin: 2px 0 0 0;
  line-height: 1em;
  color: #be0000;
}
.index .item h3 {
  font-size: 30px;
  margin: 0 0 .5em;
}
.index .item h3 small {
  font-family: 'patua_oneregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.index .item h4 {
  color: #2d2d2d;
  font-size: 18px;
  margin: 0 0 .7em;
}
.index .item p {
  text-align: justify;
}
.index .item:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.index .item .more {
  float: right;
  background: #14659b;
  color: white;
}
.index .item .more strong,
.index .item .more span {
  float: left;
}
.index .item .more strong {
  font-family: 'open_sansregular';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  padding: 5px 10px 5px 15px;
}
.index .item .more span {
  background: #2e96db;
  padding: 5px 15px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.index .item .more:hover span {
  background: #14659b;
}
.index .item:first-of-type {
  border: 0;
}
.home .offer h2 {
  margin-top: 0;
}
.home .offer {
  margin-top: 0;
}
.sub article {
  min-height: 360px;
}
.plusone {
  float: right;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  background: #14659b;
  margin: 5px 2px 0 0;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.plusone:hover {
  background: #1671ad;
}
.deltagare div {
  float: left;
  width: 100%;
  padding: 1em 0px 0.2em;
}
form.big fieldset legend {
  margin-left: 228px;
}
form.big fieldset:first-child legend {
  margin-left: 0;
}
form.big fieldset label {
  width: 25%;
  margin-left: 15%;
}
form.big fieldset:first-child label,
form.big .full label {
  width: 40%;
  margin-left: 0;
}
#pages {
  width: 198px;
}
#pages li {
  background: none;
  padding-left: 0;
  margin-left: 0;
}
span.jPag-current {
  padding: 1px 5px 0px;
}
/* Facebook slider - right */
.fb_slider_right {
  position: fixed;
  top: 90px;
  right: -320px;
  z-index: 1000;
  width: 348px;
  height: 100px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right:hover {
  right: 0;
  height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
  float: left;
  background: white;
}



.noborder td, .noborder th {border:0;}


.offer .label {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 20;
	color: white;
	padding: 3px 10px 3px 25px;
}



.offer li {

  list-style: none;
  padding-left:0 !important;
  margin-left: 2% !important;
  background: none !important;
}


.blueoffer {
  float: left;
  width: 100%;
  border-bottom:0;
  margin-bottom:0;
}

.home .main {
  float: left;
  width: 100%;
}


.blueoffer li {
  height: 200px !important;
  list-style: none;
  padding-left:0 !important;
  margin-left: 2% !important;
  background: none !important;
}

.blueoffer li a {height: 99% !important;}

.blueoffer .pris {
  background: #2E96DB !important;
  bottom:15px !important;
}

.blueoffer .mer em {
    background: url("../images/lasmermore.png") no-repeat scroll center center #14659B;
    overflow: hidden;
    float: right;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    margin-left: 11px;
}

.blueoffer .green  {background-color: #578726 !important;}
.blueoffer .green2 {background-color: #6ec038 !important; color: #222 !important;}
.blueoffer .yellow {background-color: #ffe061 !important; color: #222 !important;}
.blueoffer .blue   {background-color: #175778 !important;}
.blueoffer .red    {background-color: #ff2d21 !important;}

.home article h1 {margin-top:0;}



/* dodatkowe hovery */

.main a img {
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.main a:hover img {
  opacity: .8;

  transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}


.download {
  float: right;
  margin-left: 1em;
}


.home .arch {
  float: right;
  margin: -15px 0 15px;
  background: #2e96db;
  color: white;
  line-height: 24px;
  padding: 0 0 0 10px;
  font-size: 13px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.home .arch:hover {
  background: #14659b;
}
.home .arch i {
  background: #14659b url(../images/lasmermore.png) center center no-repeat;
  overflow: hidden;
  float: right;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  margin-left: 11px;
}


.price .p p {
  margin: 1em 0 -34px;
}



/*
.home .blueoffer .item1,
.home .blueoffer .item2 {
  width: 48%;
}
*/


@media screen and (max-width: 480px){
  .home .blueoffer .item1,
  .home .blueoffer .item2 {
    width: 100%;
  }
}


.offer-table em {font-style: normal;}

.offer-table .old {display: none;}




.tavling .full label {
	width: 100%;
	font-family: "patua_oneregular";
	font-weight: normal;
	font-style: normal;
	color: #14659B;
	font-size: 18px;
	line-height: 1.2em;
	margin: 15px 0 5px;
}

.tavling label small {
	color: #888;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

.tavling ol li {
	margin-bottom:10px;
	list-style: none outside;
	margin-left: 3px;
}

.tavling ol li input {width: auto; margin-right: 10px;}

.tavling .standard-form fieldset > div {padding: 0 0px 0.2em;}

.tavling textarea {
	width: 96%;
	height: 5em;
	margin-left:0;
	padding: 10px 1.8%;
}

.tavling .half {
	float: left;
	width: 50%;
}

.tavling .half label {text-indent: 15px; line-height: 2.3em;}

.tavling .ok {
	background: none;
}

.tavling .ok p {
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

.golf .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.golf .mt-15 {margin-top: 15px;}

.golf .span4 {
  flex: 0 1 31.25%;
  max-width: 31.25%;
}

.golf .span3 {
  flex: 0 1 22.7%;
}

.golf .span2 {
  flex: 0 1 14%;
}

[class*="_list"] .row {margin-top: 15px;}

.golf .span3 input,
.golf .span2 input {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.golf textarea {
  clear: both;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.golf [type="checkbox"] {
  width: auto !important;
}

.golf .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}


@media (max-width: 1199px) {
  form.golf fieldset {
    float: none;
    width: 100%;
  }

  form.golf label {
    width: 100% !important;
    clear: both !important;
  }

  form.golf fieldset label {
    width: 100%;
    margin-left: 0;
  }

  form.golf input, form.golf select {
    width: 100% !important;
    box-sizing: border-box;
    margin-left: 0;
  }

  .golf .span4,
  .golf .span3,
  .golf .span2 {
    flex: 0 1 100%;
    max-width: 100%;
  }

  .golf .mt-15 {margin-top: 30px;}
}

.akordeon table td em {font-style: normal;}