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

		studiofabryka.pl
		mc, 15-10-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: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
}
.fontb {
  font-family: 'ubuntubold';
  font-weight: normal;
  font-style: normal;
}
.fontc {
  font-family: 'ubuntulight';
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ubuntubold';
  font-weight: normal;
  font-style: normal;
  color: #c50529;
}
section p,
section ul,
section ol {
  margin-bottom: 1em;
}
section p a,
section ul a,
section ol a {
  color: #f91d46;
}
section p a:hover,
section ul a:hover,
section ol a:hover {
  text-decoration: underline;
}
section ul li {
  list-style: square outside;
  margin-left: 30px;
}
section ul li ol,
section ul li ul {
  padding: .3em 0;
}
section ul li ul li {
  margin-left: 20px;
  color: #000000;
}
section ul li ul li ul li {
  color: #000000;
}
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;
}
section h2 {
  font-size: 19px;
}
section h3 {
  font-size: 17px;
}
section h4 {
  font-size: 15px;
}
section h5 {
  font-size: 13px;
}
section h6 {
  font-size: 11px;
}
/* forms */
.form {
  width: 300px;
}
.standard-form {
  float: left;
  width: 100%;
}
.standard-form fieldset {
  float: left;
  width: 100%;
}
.standard-form fieldset > div {
  float: left;
  width: 100%;
  padding: 0 0 .2em;
}
.standard-form span {
  color: #ff0000;
}
.standard-form label,
.standard-form input,
.standard-form textarea {
  clear: left;
  float: left;
}
.standard-form input,
.standard-form textarea {
  letter-spacing: 1px;
  padding: 5px;
  border: 1px solid #cccccc;
  width: 290px;
}
.standard-form input {
  width: 70%;
}
.standard-form textarea {
  height: 115px;
  margin-bottom: 2px;
}
.standard-form .error,
.standard-form .ok {
  float: left;
  color: white;
  margin: 0 0 3px 0;
  font-size: 12px;
  padding: 5px 10px;
  width: 282px;
  display: none;
}
.standard-form .error {
  background: #cc0000;
}
.standard-form .ok {
  background: #5fa00b;
}
.standard-form button {
  font-family: 'ubuntulight';
  font-weight: normal;
  font-style: normal;
  float: right;
  padding: 10px 25px;
  background: #c50529;
  color: #ffffff;
  cursor: pointer;
}
.standard-form button:hover {
  background: #93041f;
}
.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;
}
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: #56566d;
}
.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: #292934 !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: #c50529 !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 10px 10px;
  list-style: none;
}
.gallery li:first-child {
  margin-left: 0;
}
.gallery img {
  border: 5px solid white;
}
.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/pattern.jpg);
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #292934;
}
.content {
  width: 1160px;
  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: #c50529 !important;
}
body.kontakt .form {
  float: right;
}
/* header */
header {
  background: url(../images/pattern.jpg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 111px;
  border-bottom: 5px solid #c50529;
}
header .logo {
  float: left;
  margin: 12px 0 0 0;
}
header .logo img,
header .logo small {
  float: left;
  clear: left;
}
header .logo small {
  margin-left: 5px;
  font-size: 14px;
  font-family: 'ubuntulight';
  font-weight: normal;
  font-style: normal;
  color: #282832;
}
header nav {
  float: right;
  margin-top: 42px;
}
header nav li,
header nav a {
  float: left;
  position: relative;
}
header nav .lvl1 > li > a {
  font-family: 'ubuntulight';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #292933;
  padding: 0 20px;
}
header nav .lvl1 > .current > a,
header nav .lvl1 > li > a:hover {
  color: #c50529;
}
header .lang {
  float: right;
  margin: 45px 30px 0 0;
}
header .lang li,
header .lang a,
header .lang img {
  float: left;
}
header .lang li {
  margin-left: 10px;
}
header .lang a:hover {
  opacity: .7;
}
/* article */
section {
  float: left;
  width: 100%;
  border-bottom: 5px solid #c50529;
}
.first_section {
  margin-top: 116px;
}
#start {
  overflow: hidden;
  margin-top: 116px;
  height: 826px;
  background: url(../images/firstbg.jpg) top no-repeat;
}
#start .text {
  float: left;
  padding: 40px;
  width: 520px;
  height: 500px;
  margin: 130px 0 0 0;
  background: url(../images/blackalpha.png);
}
#start .text p {
  color: white;
  font-size: 16px;
  text-align: justify;
}
#start .text p strong {
  font-family: 'ubuntubold';
  font-weight: normal;
  font-style: normal;
}
#start .text ul {
  margin-top: 3em;
}
#start .text li {
  float: left;
  width: 164px;
  list-style: none;
  margin: 0 0 0 14px;
  text-align: center;
}
#start .text li strong {
  color: white;
  font-size: 16px;
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
}
#start .text li a strong {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
#start .text li a:hover {
  text-decoration: none;
}
#start .text 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);
}
#start .text li a:hover strong {
  color: #c50529;
  text-decoration: none;
}
#start .text li:first-child {
  margin-left: 0;
}
#studio {
  overflow: hidden;
  height: 740px;
  background: url(../images/blackbg.jpg) top no-repeat;
}
#studio img {
  border: 10px solid white;
}
#studio .mainimg {
  position: absolute;
  top: 50px;
  left: 0;
}
#studio .img2 {
  position: absolute;
  top: 392px;
  left: 550px;
}
#studio .img3 {
  position: absolute;
  top: 392px;
  left: 850px;
}
#studio .info {
  position: absolute;
  top: 50px;
  left: 550px;
}
#studio h2 {
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: white;
  line-height: 1em;
  margin: 0 0 30px;
}
#studio p {
  color: white;
  margin-bottom: 2.25em;
}
#galeria {
  padding: 30px 0;
  text-align: center;
}
#galeria h2 {
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: #292934;
  line-height: 1em;
  margin: 0 0 30px;
}
#galeria h3,
#galeria h3 a {
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  color: #292934;
  line-height: 1em;
  margin: .7em 0;
}
#galeria h3 a:hover {
  color: #c50529;
}
#galeria .gallery {
  float: left;
  width: 100%;
  padding: 0 0 1em;
  margin-bottom: 1em;
  background: url(../images/hr.png) bottom no-repeat;
}
#galeria .lastGallery {
  background: none;
  padding: 0;
  margin: 0;
}
#informacje {
  padding: 50px 0;
  background: url(../images/blackbg.jpg) top no-repeat;
}
#informacje h2 {
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: white;
  line-height: 1em;
  margin: 0 0 30px;
}
#informacje h3 {
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: white;
  margin: 1em 0 .5em;
}
#informacje ul li {
  color: #c50529;
  font-size: 11px;
}
#informacje ul li span {
  color: white;
  font-size: 16px;
}
#informacje p {
  color: white;
}
#kontakt {
  padding: 50px 0;
}
#kontakt h2 {
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #292934;
  line-height: 1em;
  margin: 0 0 30px;
}
#kontakt .mapa {
  float: left;
  width: 1140px;
  border: 10px solid white;
  margin-bottom: 1em;
}
#kontakt .mapa iframe {
  float: left;
  width: 100%;
}
#kontakt .text {
  float: left;
  width: 50%;
}
#kontakt .text table td {
  font-size: 14px;
}
#kontakt .text table td strong {
  font-family: 'ubuntubold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
#kontakt .text table td a {
  color: #292934;
}
#kontakt .text table td a:hover {
  color: #c50529;
}
#kontakt .form {
  float: right;
  width: 48%;
}
#kontakt .form p {
  margin: 10px 0;
}
#kontakt .form p strong {
  font-family: 'ubuntubold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
#kontakt .form input,
#kontakt .form textarea {
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-style: italic;
  padding: 10px !important;
  width: 96%;
  color: #999;
}
#kontakt .form input:focus,
#kontakt .form textarea:focus {
  font-style: normal;
  color: #333;
}
#kontakt .form .error,
#kontakt .form .ok {
  font-family: 'ubuntulight';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  width: 94%;
  padding: 10px 3%;
}
/* footer */
footer {
  padding: 2em 0;
}
footer .madeby {
  float: right;
}
footer .madeby strong,
footer .madeby img {
  float: left;
}
footer .madeby strong {
  font-weight: normal;
  font-size: 10px;
  color: #333;
  line-height: 1em;
  margin: 3px 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;
}
.gallery .more {
  float: right;
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  color: white;
  background: #c50529;
  padding: 0 15px;
  margin-right: 12px;
}
.gallery .more span {
  margin-left: 5px;
  opacity: .6;
}
.gallery .more:hover {
  background: #ac0424;
}
.gallery .back {
  float: right;
  font-family: 'ubunturegular';
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  color: white;
  background: #c50529;
  padding: 0 15px;
  margin-right: 12px;
}
.gallery .back span {
  margin-right: 5px;
  opacity: .6;
}
.gallery .back:hover {
  background: #ac0424;
}
header {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .lang,
header .logo,
header .logo img,
header .logo small,
header nav {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .logo img {
  width: 245px;
}
.thin {
  height: 60px;
}
.thin .lang {
  margin-top: 19px;
}
.thin .logo img {
  width: 142px;
}
.thin .logo small {
  clear: none;
  margin: 5px 0 0 15px;
}
.thin nav {
  margin-top: 19px;
}
.no-border td {
  border: 0 !important;
}




#kontakt td  {
  font-size: 18px !important;
}



#fancybox-wrap {
  position: fixed !important;
  top: 3% !important;
}


.circles1,
.circles2,
.circles3 {
  display: block;
  float: left;
}



.sub {
  padding-top: 160px
}

.sub h1 {
  margin: 30px 0;
  font-size: 40px;
}

.sub h2,
.sub h3,
.sub h4,
.sub h5,
.sub h6 {
  margin: 30px 0 15px;
}

.sub h2 {font-size: 30px}
.sub h3 {font-size: 25px}
.sub h4 {font-size: 20px}
.sub h5 {font-size: 18px}
.sub h6 {font-size: 16px}