html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

html, body {
  margin: 0;
  padding: 0;
  height: 3000px;
  font-family: source-sans-pro, sans-serif;
}

#header {
  width: 100%;
  min-width: 1230px;
  position: fixed;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 1s ease;
  z-index: 10000;
}
#header .right-border {
  height: 85px;
  width: 100%;
  position: absolute;
  left: 50%;
  border-bottom: 1px solid black;
  margin-left: -213px;
  transition: all 1.5s ease;
}
#header .left-border {
  transition: all 1.5s ease;
  height: 85px;
  width: 100%;
  position: absolute;
  right: 50%;
  border-bottom: 1px solid black;
  margin-right: 455px;
}
#header.opaque {
  border-color: #e1e1e1;
  background: rgba(255, 255, 255, 0.92);
}
#header.opaque .left-border, #header.opaque .right-border {
  border-color: rgba(0, 0, 0, 0);
}
#header.light {
  color: white;
  transition: all 1.5s ease;
}
#header.light .right-border, #header.light .left-border {
  border-color: rgba(255, 255, 255, 0.85);
}
#header.light .center .menu ul li.item a:before {
  background-color: white;
}
#header.light .center .logo.light {
  opacity: 1;
}
#header.light .center .logo.dark {
  opacity: 0;
}
#header.dark {
  color: black;
}
#header.dark .center .logo.light {
  opacity: 0;
}
#header.dark .center .logo.dark {
  opacity: 1;
}
#header .center {
  z-index: 10001;
  width: 1230px;
  height: 85px;
  margin: 0 auto;
  overflow: hidden;
}
#header .center .logo {
  transition: opacity 1.5s ease;
  margin-top: 19px;
  margin-left: 69px;
  width: 325px;
  height: 58px;
  position: absolute;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
}
#header .center .logo:hover {
  cursor: pointer;
}
#header .center .logo.dark {
  background-position: 0px -58px;
}
#header .center .logo.light {
  background-position: 0px 0px;
}
#header .center .menu {
  width: 526px;
  height: 20px;
  margin-top: 35px;
  margin-left: 635px;
  font-style: normal;
  font-weight: 200;
  float: left;
}
#header .center .menu ul li.item {
  float: left;
  margin: 0px 13px;
  font-size: 19px;
}
#header .center .menu ul li.item a {
  position: relative;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header .center .menu ul li.item a:hover {
  cursor: pointer;
}
#header .center .menu ul li.item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
#header .center .menu ul li.item a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header .center .menu ul li.separator {
  float: left;
}

#splash {
  z-index: 0;
  position: relative;
  min-width: 1230px;
  width: 100%;
  height: 733px;
  background-repeat: no-repeat;
  background-position: center top;
}
#splash .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1230px;
  height: 733px;
  background-repeat: no-repeat;
  background-position: center top;
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
  z-index: 0;
}
#splash .content.active {
  opacity: 1;
  z-index: 1;
}
#splash .content.bg1 {
  z-index: 1;
  background-image: url("../images/splash_1.jpg");
}
#splash .content.bg2 {
  background-image: url("../images/splash_2.jpg");
}
#splash .content.bg3 {
  background-image: url("../images/splash_3.jpg");
}
#splash .content.bg4 {
  background-image: url("../images/splash_4.jpg");
}
#splash .content .header {
  font-size: 30px;
}
#splash .loader {
  z-index: 10;
  position: absolute;
  top: 712px;
  left: 50%;
  margin-left: -100px;
  overflow: hidden;
}
#splash .loader .bar {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  height: 3px;
  width: 120px;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  position: relative;
}
#splash .loader .bar .fill {
  border-radius: 2px;
  position: absolute;
  height: 3px;
  width: 0%;
  background: rgba(0, 0, 0, 0.75);
  border: 0px solid #444;
}
#splash .content.dark {
  color: white;
}
#splash .content.light {
  color: black;
}
#splash .text {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  font-weight: 200;
}
#splash .text .title, #splash .text .subtitle, #splash .text .description, #splash .text .orange, #splash .text .special {
  text-align: right;
  position: absolute;
  right: 0;
  font-weight: 200;
}
#splash .text .title {
  letter-spacing: -0.01em;
  font-size: 60px;
  top: 162px;
}
#splash .text .title b {
  font-weight: 400;
}
#splash .text .subtitle {
  font-size: 30px;
  top: 236px;
}
#splash .text .description {
  font-size: 20px;
  top: 300px;
  line-height: 24px;
}
#splash .text .orange {
  font-size: 14px;
  top: 474px;
  color: white;
  font-style: italic;
  font-weight: 400;
  padding: 15px 38px;
}
#splash .text .orange:hover {
  cursor: pointer;
}
#splash .text .special {
  font-weight: 600;
  font-style: italic;
  font-size: 25px;
}
#splash .text .special.single {
  top: 603px;
  margin-right: 4px;
}
#splash .text .special.double {
  top: 555px;
  text-align: left;
  width: 373px;
  line-height: 1.2em;
}

#blocker {
  width: 100%;
  min-width: 1230px;
  height: 90px;
  padding-top: 60px;
  font-size: 30px;
  border-bottom: 150px solid #eee;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#layout {
  position: absolute;
  top: 0;
  width: 100%;
  height: 12226px;
  background-image: url("../images/layout.jpg");
  background-position: center top;
  opacity: 0;
  z-index: -1;
}

#site {
  width: 100%;
  min-width: 1230px;
  position: relative;
  font-weight: 200;
}
#site .s5 {
  width: 100%;
  height: 5px;
  display: block;
}
#site .s10 {
  width: 100%;
  height: 10px;
  display: block;
}
#site .s20 {
  width: 100%;
  height: 20px;
  display: block;
}
#site .s40 {
  width: 100%;
  height: 50px;
  display: block;
}
#site h1 {
  letter-spacing: -0.02em;
  text-align: center;
  font-size: 87px;
  font-weight: 200;
  padding-top: 45px;
  padding-bottom: 50px;
}
#site h1 p {
  letter-spacing: 0em;
  font-size: 30px;
  padding-top: 20px;
  line-height: 36px;
}
#site .spacer {
  width: 500px;
  height: 26px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: -14px;
  z-index: 20;
  background-image: url("../images/spacer.png");
}
#site .fullbar {
  width: 100%;
  min-width: 1230px;
  height: 560px;
  position: relative;
  font-size: 20px;
}
#site .fullbar.gray {
  background: rgba(0, 0, 0, 0.1);
}
#site .fullbar.margin {
  margin-bottom: 58px;
}
#site .fullbar ul.dots li {
  background: url("../images/bullet.png") no-repeat left 18px;
  padding: 6px 0px 6px 2em;
  line-height: 29px;
}
#site .fullbar h2 {
  padding: 28px 0px 10px 0px;
  font-size: 40px;
  text-align: center;
}
#site .fullbar h2 p {
  padding-top: 13px;
  font-size: 20px;
}
#site .fullbar .block {
  line-height: 29px;
  margin: 0px 0px 12px 0px;
}
#site .fullbar .left, #site .fullbar .right {
  position: absolute;
  width: 570px;
  padding: 25px 15px;
}
#site .fullbar .left {
  right: 50%;
}
#site .fullbar .right {
  left: 50%;
}
#site .fullbar .image {
  width: 570px;
  height: 336px;
}
#site .fullbar .image.girl {
  background-image: url("../images/about.jpg");
}
#site .fullbar .image.offer_brokering {
  background-image: url("../images/offer_brokering.jpg");
}
#site .fullbar .image.offer_photos {
  background-image: url("../images/offer_photos.jpg");
}
#site .fullbar .image.offer_flyers {
  background-image: url("../images/offer_flyers.jpg");
}
#site .fullbar .image.offer_catalogues {
  background-image: url("../images/offer_catalogues.jpg");
}
#site .fullbar .image.offer_boxes {
  background-image: url("../images/offer_boxes.jpg");
}
#site .fullbar.gallery {
  overflow: hidden;
  height: 520px;
}
#site .fullbar.gallery .carousel {
  margin-top: 30px;
  width: 100000px;
  position: absolute;
  left: 0px;
}
#site .fullbar.gallery .carousel .item {
  width: 580px;
  height: 341px;
  float: left;
  padding-left: 10px;
}
#site .fullbar.gallery .carousel .item.red {
  background-color: red;
}
#site .fullbar.gallery .carousel .item.blue {
  background-color: blue;
}
#site .fullbar.gallery .carousel .item.yellow {
  background-color: yellow;
}
#site .fullbar.gallery .carousel .item.green {
  background-color: green;
}
#site .clients .logos {
  width: 1100px;
  height: 681px;
  background-image: url("../images/client_logos.png");
  margin: 0 auto;
}
#site .about .fullbar {
  height: 450px;
}
#site .offer .fullbar {
  height: 500px;
}
#site .footer {
  height: 566px;
  width: 100%;
  min-width: 1230px;
  background-image: url("../images/footer.jpg");
  background-position: center top;
  margin: 0 auto;
  color: white;
  font-size: 20px;
  font-weight: 200;
}
#site .footer a {
  color: white;
  text-decoration: none;
}
#site .footer a:visited, #site .footer a:hover, #site .footer a:active {
  color: white;
}
#site .footer h1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#site .footer .copyright {
  padding-top: 32px;
  text-align: center;
}
#site .footer .columns {
  padding-top: 85px;
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
#site .footer .columns .col {
  float: left;
  width: 280px;
  padding-left: 25px;
  background: url("../images/footer_dot.png") 0px 30px repeat-y;
  height: 220px;
}
#site .footer .columns .col .icon {
  margin-top: -15px;
  width: 55px;
  height: 50px;
  background-image: url("../images/footer_icons.png");
}
#site .footer .columns .col .icon.mail {
  background-position: 0px 0px;
}
#site .footer .columns .col .icon.phone {
  background-position: 0px -50px;
}
#site .footer .columns .col .icon.skype {
  background-position: 0px -100px;
}
#site .footer .columns .col .icon.location {
  background-position: 0px -150px;
}
#site .footer .columns .col .text {
  margin-top: 28px;
  line-height: 28px;
}
#site .bigly {
  width: 100%;
  min-width: 1230px;
  height: 900px;
  background-position: center top;
  font-weight: 200;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}
#site .bigly .title {
  letter-spacing: -0.01em;
  font-size: 85px;
}
#site .bigly .title b {
  font-weight: 400;
}
#site .bigly .text {
  font-size: 29px;
}
#site .bigly .special {
  font-weight: 900;
  font-style: italic;
  font-size: 35px;
}
#site .bigly.kameleon {
  background-image: url("../images/kameleon.jpg");
  color: black;
}
#site .bigly.kameleon .title, #site .bigly.kameleon .text {
  width: 720px;
  position: absolute;
  right: 50%;
  margin-right: -600px;
  text-align: center;
}
#site .bigly.kameleon .title {
  top: 205px;
}
#site .bigly.kameleon .text {
  top: 300px;
  line-height: 36px;
}
#site .bigly.kameleon .special {
  position: absolute;
  right: 50%;
  margin-right: -570px;
  top: 782px;
  text-align: right;
}
#site .bigly.hatwoman {
  background-image: url("../images/hatwoman.jpg");
  color: white;
}
#site .bigly.hatwoman .title {
  position: absolute;
  right: 50%;
  margin-right: -605px;
  top: 85px;
  text-align: right;
}
#site .bigly.hatwoman .text {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 185px;
  text-align: right;
}
#site .bigly.hatwoman .special {
  position: absolute;
  right: 50%;
  margin-right: -605px;
  top: 800px;
  text-align: right;
}
#site .bigly.rybki {
  height: 981px;
  background-image: url("../images/rybki.jpg");
  text-align: center;
  color: black;
}
#site .bigly.rybki .title {
  margin-top: 760px;
}
#site .bigly.rybki .text {
  margin-top: 10px;
  line-height: 1.3em;
}
