@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic&subset=latin,latin-ext);
@import url("normalize.css");
@import url(tooltip.css);
@import url("jquery.powertip.css");
* {
  outline: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.hide-text {
  font-size: 0;
  line-height: 0;
  text-indent: -2000px; }

a {
  cursor: pointer;
  color: inherit; }

.overflow-hidden {
  overflow: hidden; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

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

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

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

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

html {
  font-size: 1em;
  line-height: 1.2em;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  color: #000; }

h1, h2, h3, h4, h5 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  margin: 0 0 15px 0;
  line-height: 1em; }
  h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin {
    margin: 0; }

h1 {
  font-size: 40px;
  text-transform: uppercase; }

h2 {
  font-size: 30px;
  font-weight: 300; }
  h2 strong, h2 b {
    font-weight: 900; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 16px; }

time {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #9d9c9c; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #000;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.container {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.columns {
  overflow: hidden; }
  .columns .col {
    float: left;
    margin-left: 4.60526%; }
    .columns .col:first-child {
      margin-left: 0; }
  .columns .column-half {
    width: 47.69737%; }

.columns-about .column-1 {
  width: 15.72368%; }
.columns-about .column-2 {
  width: 79.67105%; }

@media (min-width: 1550px) {
  .container {
    width: 1520px; } }
@media (min-width: 1200px) and (max-width: 1549px) {
  .container {
    width: 1170px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px; } }
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .columns .col {
    width: 100% !important;
    float: none !important;
    margin-left: 0; } }
.form-group {
  margin-bottom: 15px; }
  .form-group:after {
    display: block;
    content: '';
    clear: both; }
  .form-group label {
    width: 12.72727%;
    padding-right: 25px;
    color: #404040;
    font-size: 14px;
    margin: 0;
    float: left;
    text-align: right; }
  .form-group .form-control {
    float: left;
    width: 87.27273%; }

.form-control {
  background: #f0f0f0;
  border: 0;
  padding: 5px 10px; }
  .form-control::-webkit-input-placeholder {
    color: #000; }
  .form-control:-moz-placeholder {
    color: #000; }
  .form-control::-moz-placeholder {
    color: #000; }
  .form-control:-ms-input-placeholder {
    color: #000; }

.btn {
  background: #000;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  line-height: 1em;
  padding: 7px 15px;
  border: 0;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
  .btn:hover {
    opacity: 0.6; }

body {
  overflow: hidden; }

.logo {
  display: block;
  position: fixed;
  max-width: 98px;
  max-height: 33px;
  left: 40px;
  top: 35px;
  z-index: 201; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.homepage {
  background: url("../img/1920.jpg") center bottom no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2; }

.bottom-fixed-text {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #000;
  padding: 12px 0; }
  .bottom-fixed-text p {
    margin: 5px 0;
    font-size: 12px; }
  .bottom-fixed-text .left-logo {
    display: block;
    float: left;
    margin-left: 1.04167%;
    width: 13.54167%; 
    cursor: default;}
  .bottom-fixed-text .copyrights {
    float: right;
    margin-right: 1.5625%;
    color: #acacac;
    width: 15.625%; }
  .bottom-fixed-text .text-center {
    color: #888888;
    float: left;
    width: 68.22917%; }

.lang-nav-fixed {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 40px;
  right: 60px;
  overflow: hidden; }
  .lang-nav-fixed li {
    display: block;
    float: left;
    border-left: 1px solid #939393; }
    .lang-nav-fixed li:first-child {
      border-left: 0; }
    .lang-nav-fixed li a {
      color: #999999;
      text-transform: uppercase;
      font-size: 36px;
      font-weight: 900;
      padding: 0 5px;
      line-height: 34px;
      text-decoration: none;
      transition: 0.2s ease-in-out all;
      -moz-transition: 0.2s ease-in-out all;
      -webkit-transition: 0.2s ease-in-out all;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
    .lang-nav-fixed li.current a, .lang-nav-fixed li a:hover {
      color: #000; }

/*.fb-fixed {*/
/*  text-indent: -999em;*/
/*  font-size: 0;*/
/*  display: block;*/
/*  position: fixed;*/
/*  width: 55px;*/
/*  height: 55px;*/
/*  background: #022211 url("../img/ico-fb.png") center no-repeat;*/
/*  transition: 0.2s ease-in-out all;*/
/*  -moz-transition: 0.2s ease-in-out all;*/
/*  -webkit-transition: 0.2s ease-in-out all;*/
/*  -webkit-backface-visibility: hidden;*/
/*  -moz-backface-visibility: hidden;*/
/*  -ms-backface-visibility: hidden;*/
/*  backface-visibility: hidden;*/
/*  right: 0;*/
/*  top: 135px; }*/
/*  .fb-fixed:hover {*/
/*    background-color: #43609c; }*/

.homepage-nav {
  position: absolute;
  bottom: 287px;
  width: 1500px;
  left: 50%;
  margin-left: -750px; }
  .homepage-nav ul {
    padding: 0;
    width: 100%;
    margin: 0; }
    .homepage-nav ul li {
      display: block;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90eg);
      transform-origin: 0 0;
      left: 0;
      bottom: 0;
      position: absolute; }
      
.homepage-nav ul li:nth-child(1) {
	left: 288px;
	bottom: 100px; 
}
.homepage-nav ul li:nth-child(2) {
	left: 414px;
	bottom: 0px; 
}
.homepage-nav ul li:nth-child(3) {
	left: 460px;
	bottom: 170px; 
}
.homepage-nav ul li:nth-child(4) {
	left: 580px;
	bottom: 228px; 
}
.homepage-nav ul li:nth-child(5) {
	left: 810px;
	bottom: 90px; 
}
.homepage-nav ul li:nth-child(6) {
	bottom: 9px;
    left: 969px;
}
.homepage-nav ul li:nth-child(7) {
	bottom: 9px;
	left: 1092px;
}

      .homepage-nav ul li a {
        display: block;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 30px;
        color: #999999;
        line-height: 1em;
        text-decoration: none;
        transition: 0.2s ease-in-out all;
        -moz-transition: 0.2s ease-in-out all;
        -webkit-transition: 0.2s ease-in-out all;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden; }
        .homepage-nav ul li a:hover {
          color: #000; }

.working-with {
	text-align: center;
}
.working-with > * {
	display: inline-block;
	vertical-align: middle;
}
.working-with h4 {
	font-size: 14px;
	font-weight: 500;
}
.working-with ul,
.working-with .ul {
	margin: 0 0 -10px 0;
	padding: 0;
}
.working-with ul li,
.working-with .ul .li {
	display: inline-block;
	margin: 0 20px 10px 20px;
	vertical-align: middle;
}
.working-with ul li a,
.working-with .ul .li a {
	display: block;
	cursor: default;
	height: 42px;
	width: 80px;
	opacity: 0.5;
	background-position: 0 100%;
	-moz-transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.working-with ul li a.cursor-pointer,
.working-with .ul .li a.cursor-pointer {
	cursor: pointer;
}
.working-with ul li a:hover,
.working-with .ul .li a:hover {
	background-position: 0 0;
	opacity: 1;
}

.bottom-nav {
  transition: 0.5 ease-in-out all;
  -moz-transition: 0.5 ease-in-out all;
  -webkit-transition: 0.5 ease-in-out all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 300;
  border-top: 1px solid #000;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  bottom: 0;
  width: 100%; }
  .bottom-nav .nav-content.container {
    position: static;
    min-height: 59px;
    padding-top: 7px;
/*    padding-bottom: 13px;*/
     }
  .bottom-nav .title-area {
    display: none; }
    .bottom-nav .title-area.visible {
      display: block; }
  .bottom-nav h1 {
    margin: 0;
    font-size: 40px; }
  .bottom-nav .toggle-btn {
    width: 25px;
    height: 25px;
    background: url("../img/nav-btn.png") top left no-repeat;
    position: absolute;
    left: 37px;
    top: 50%;
    cursor: pointer;
    margin-top: -12px; }
/*    .bottom-nav .toggle-btn.open {*/
/*      background-position: bottom left; }*/
  .bottom-nav nav {
    display: none; }
    .bottom-nav nav.visible {
      display: block; }
    .bottom-nav nav ul {
      padding: 0;
      margin: 0;
      overflow: hidden; }
      .bottom-nav nav ul li {
        display: block;
        float: left; }
        .bottom-nav nav ul li.lng-sel { font-size: 24px; line-height: 40px; margin-left: 8px; padding-left: 2px; background: url("../img/mn-sep.png") no-repeat 50% 50%; }
        
        .bottom-nav nav ul li.lng-sel a {
        	padding: 0;
        	display: inline-block;
        }
        .bottom-nav nav ul li.lng-sel a.lng-border {
    padding-left: 9px;
}
        .bottom-nav nav ul li:first-child a {
          padding-left: 0; }
        .bottom-nav nav ul li:last-child a {
          padding-right: 0; }
.bottom-nav nav ul li a.current ,        .bottom-nav nav ul li.current a, .bottom-nav nav ul li a:hover {
          color: #000; }
        .bottom-nav nav ul li a {
          display: block;
          text-transform: uppercase;
          font-size: 40px;
          font-weight: 900;
          padding: 0 10px;
          text-decoration: none;
          line-height: 1em;
          color: #8c939b;
          line-height: 40px;
          transition: 0.2s ease-in-out all;
          -moz-transition: 0.2s ease-in-out all;
          -webkit-transition: 0.2s ease-in-out all;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          backface-visibility: hidden; }

/* slide in from the bottom */
@keyframes slideInUp {
  from {
    transform: translateY(-100%);
    opacity: 1; }
  to {
    transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes slideInUp {
  from {
    -moz-transform: translateY(-100%);
    opacity: 1; }
  to {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(-100%);
    opacity: 1; }
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
/* slide in from the top */
@keyframes slideInDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(100%);
    opacity: 1; } }
@-moz-keyframes slideInDown {
  from {
    -moz-transform: translateY(0); }
  to {
    -moz-transform: translateY(100%);
    opacity: 1; } }
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.ng-enter {
  -webkit-animation: slideInUp 0.5s both ease-in;
  -moz-animation: slideInUp 0.5s both ease-in;
  animation: slideInUp 0.5s both ease-in;
  z-index: 100; }

.ng-leave {
  z-index: 200;
  -webkit-animation: slideInDown 0.5s both ease-in;
  -moz-animation: slideInDown 0.5s both ease-in;
  animation: slideInDown 0.5s both ease-in; }

.home.ng-enter {
  -webkit-animation: fadeIn 0.5s both ease-in !important;
  -moz-animation: fadeIn 0.5s both ease-in !important;
  animation: fadeIn 0.5s both ease-in !important;
  z-index: 100; }

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.blog {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .blog .left {
    float: left; }
  .blog .right {
    float: right; }
  .blog .left {
    width: 72.72727%;
    margin-right: 4.5045%; }
  .blog .right {
    width: 22.72727%; }
  .blog article {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px; }
    .blog article:last-of-type {
      border-bottom: 0; }
    .blog article img {
      margin-bottom: 25px; }
    .blog article time {
      color: #000;
      font-size: 16px; }
  .blog aside {
    border-left: 1px solid #e5e5e5;
    padding-left: 25px; }
    .blog aside.sticky {
      position: fixed;
      top: 30px; }
  .blog .toggle-nav {
    width: 40px;
    height: 40px;
    background: #000 url("../img/navico.png") center no-repeat;
    position: absolute;
    top: 0;
    left: -40px; }

.bold-list {
  padding: 0;
  margin: 0; }
  .bold-list > li {
    margin-bottom: 5px;
    display: block; }
    .bold-list > li.current {
      margin-bottom: 25px; }
      .bold-list > li.current > a {
        margin-bottom: 25px; }
      .bold-list > li.current > ul {
        display: block; }
    .bold-list > li > a {
      display: block;
      font-weight: 900;
      font-size: 16px;
      text-decoration: none;
      transition: 0.2s ease-in-out all;
      -moz-transition: 0.2s ease-in-out all;
      -webkit-transition: 0.2s ease-in-out all;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
      .bold-list > li > a:hover {
        opacity: 0.8; }
    .bold-list > li > ul {
      display: none; }

.month-blog-list {
  padding: 0;
  margin: 0; }
  .month-blog-list li {
    margin: 0 0 5px 0;
    padding: 0;
    display: block; }
  .month-blog-list > li span {
    color: #9d9c9c;
    display: block;
    cursor: pointer;
    margin-left: -26px;
    padding-left: 26px; }
  .month-blog-list > li > ul {
    display: none; }
  .month-blog-list > li.current span {
    color: #000;
    border-left: 3px solid #000;
    padding-left: 23px; }
  .month-blog-list > li.current ul {
    display: block;
    font-size: 14px;
    margin: 15px 0 25px 0;
    padding: 0; }
    .month-blog-list > li.current ul li {
      margin-bottom: 5px; }
      .month-blog-list > li.current ul li a {
        display: block;
        text-decoration: none;
        transition: 0.2s ease-in-out all;
        -moz-transition: 0.2s ease-in-out all;
        -webkit-transition: 0.2s ease-in-out all;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden; }
        .month-blog-list > li.current ul li a:hover {
          opacity: 0.6; }

.contact {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.contact-bottom {
  overflow: hidden; }
  .contact-bottom h1 {
    width: 17.76316%;
    float: left; }
  .contact-bottom .newsletter {
    width: 80.92105%;
    margin-left: 1.31579%;
    margin-top: 10px; }

.newsletter {
  padding-left: 45px;
  background: url("../img/newsletter.png") left center no-repeat;
  overflow: hidden; }
  .newsletter .form-control {
    width: 860px;
    float: left; }
  .newsletter .btn {
    float: left; }

.search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50;
  display: none; }
  .search.open {
    display: block; }
  .search .search-container {
    overflow: hidden; }
  .search span.h1 {
    display: block;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1em;
    float: left;
    width: 12.82895%; }
  .search form {
    display: block;
    float: left;
    width: 79.27632%;
    height: 36px;
    overflow: hidden;
    border-bottom: 1px solid #000; }
    .search form input {
      display: block;
      float: left;
      width: 90%;
      border: 0;
      height: 36px;
      padding: 8px 25px 8px 0; }
    .search form button {
      display: block;
      float: right;
      width: 10%;
      text-align: right;
      line-height: 36px;
      height: 36px;
      background: #fff url("../img/lupe.png") 85% center no-repeat;
      text-indent: -999em;
      font-size: 0;
      border: 0; }

.news-detail {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .news-detail img {
    margin-bottom: 30px; }
  .news-detail time {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 900; }
  .news-detail p {
    margin-top: 0; }

.next-prev-nav {
  line-height: 40px; }
  .next-prev-nav a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none; }
    .next-prev-nav a:hover {
      text-decoration: underline; }
.pslide { position: relative; }
.pslide .inner { width: 100%; background-color: #fff !important; height: 100%; text-align:center;}
.project-bg {
  background: top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
   }
  .project-bg.project-nazwa {
/*    background-image: url("../img/project-nazwa.jpg"); */
}

.arrow-nav {
  padding: 0;
  margin: 0 25px;
  overflow: hidden; }
  .arrow-nav li {
    display: block;
    float: left;
    margin-left: 17px; }
    .arrow-nav li:first-child {
      margin-left: 0; }
    .arrow-nav li a {
      display: block;
      width: 33px;
      height: 40px;
      background: center no-repeat;
      transition: 0.2s ease-in-out all;
      -moz-transition: 0.2s ease-in-out all;
      -webkit-transition: 0.2s ease-in-out all;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 0.3;
      text-indent: -999em;
      font-size: 0; }
      .arrow-nav li a:hover {
        opacity: 1; }
    .arrow-nav li.next a {
      background-image: url("../img/arrow-down.png"); }
    .arrow-nav li.prev a {
      background-image: url("../img/arrow-up.png"); }
    .arrow-nav li.close a {
      background-image: url("../img/cross.png"); }

.current-slide {
  line-height: 40px; }


.project-slides-nav {}

.project-slides-nav {
	opacity: 0;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  }
  .project-slides-nav:hover {
    opacity: 1; }
  .project-slides-nav a {
    display: block;
    width: 100%;
    height: 100px;
    background: center no-repeat;
    transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    text-indent: -999em;
    font-size: 0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    z-index: 100; }
    .project-slides-nav a:hover {
      opacity: 1; }
    .project-slides-nav a.proj-next {
      background-image: url("../img/arrow-down-big.png");
      background-position: 50% 50px;
      height: 170px; }
    .project-slides-nav a.proj-prev {
      background-image: url("../img/arrow-up-big.png");
      background-position: 50% 24px;
      top: 0; 
      height: 110px;}

.project-mask-content {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto; 
 z-index: 10 !important;
  }

.next-project {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .next-project a {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -95px;
    background: url("../img/next-projet.png") top center no-repeat;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    padding-top: 160px;
    text-decoration: none;
    transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    .next-project a:hover {
      opacity: 0.6; }

.project-info-list {
  padding: 0;
  margin: 0; }
  .project-info-list li,
  .project-info-list .li {
    display: block;
    margin-bottom: 20px; }
    .project-info-list li span,
    .project-info-list .li span {
      display: inline-block; }
      .project-info-list li span:first-child,
      .project-info-list .li span:first-child {
        width: 110px; }
      .project-info-list li span:last-child,
      .project-info-list .li span:last-child {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 900; }

.resize {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/resize.png");
  position: fixed;
  top: 45px;
  right: 25px;
  z-index: 300;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
  .resize:hover {
    opacity: 0.6; }

.projects-row:after {
  display: block;
  content: '';
  clear: both; }
.projects-row .project-col {
  float: left;
  width: 5.59211%;
  margin-left: 0.26316%;
  position: relative; }
  .projects-row .project-col:first-child {
    margin-left: 0; }
  .projects-row .project-col .inner {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%; }
.projects-row .bottom {
  min-height: 18px;
  margin: 20px 0 0 0; }
  .projects-row .bottom h4 {
    font-size: 18px;
    display: block;
    margin: 0; }

.projects-list {
  padding: 0;
  margin: 0; }
  .projects-list li {
    display: block;
    margin-top: 5px; 
    width: 85px;
    }
    .projects-list li a {
      display: block;
      transition: 0.2s ease-in-out all;
      -moz-transition: 0.2s ease-in-out all;
      -webkit-transition: 0.2s ease-in-out all;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
      .projects-list li a:hover {
/*        opacity: 0.5; */
}
.filter-nav {
  padding: 0;
  margin: 0; }
  .filter-nav li {
    display: block;
    float: left; }
    .filter-nav li:last-child a {
      padding-right: 0; }
    .filter-nav li a {
      display: block;
      padding: 0 35px;
      line-height: 40px;
      text-transform: uppercase;
      color: #8c939b;
      font-size: 18px;
      text-decoration: none;
      transition: 0.2s ease-in-out all;
      -moz-transition: 0.2s ease-in-out all;
      -webkit-transition: 0.2s ease-in-out all;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden; }
      .filter-nav li a:hover {
        color: #000; }
    .filter-nav li.current a {
      font-weight: 900;
      color: #000; }

.bottom-link {
  display: block;
  text-decoration: none;
  line-height: 40px; }
  .bottom-link:hover {
    text-decoration: underline; }

.ml-big {
  margin-left: 100px; }

.ml-medium {
  margin-left: 40px; }

.scroll-top {
  position: fixed;
  bottom: 80px;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 36px;
  width: 35px;
  height: 35px;
  background: url("../img/scrolltop.png");
  text-indent: -999em;
  font-size: 0;
  opacity: 0;
  cursor: pointer; 
  transition: 0.3s all; }
.scroll-top.active { opacity: 1; }
.bottom-nav-container {
  display: none; }

.outer-nav {
  opacity: 0;
  transition: 0.4s ease-out all ease-in-out all;
  -moz-transition: 0.4s ease-out all ease-in-out all;
  -webkit-transition: 0.4s ease-out all ease-in-out all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
  .outer-nav.show {
    opacity: 1; }

.visible-xs {
  display: none; }

@media (min-width: 1801px) {
  .blog aside {
    width: 250px; } }
@media (max-width: 1680px) {
  .homepage {
    background-image: url("../img/1680.jpg"); }

  .homepage-nav {
    width: 1350px;
    margin-left: -675px; }
      
      
.homepage-nav ul li:nth-child(1) {
	left: 212px;
	bottom: 100px; 
}
.homepage-nav ul li:nth-child(2) {
	left: 336px;
	bottom: 0px; 
}
.homepage-nav ul li:nth-child(3) {
	left: 375px;
	bottom: 170px; 
}
.homepage-nav ul li:nth-child(4) {
	left: 497px;
	bottom: 220px; 
}
.homepage-nav ul li:nth-child(5) {
	left: 725px;
	bottom: 90px; 
}
.homepage-nav ul li:nth-child(6) {
	left: 873px;
	bottom: 9px;
}
.homepage-nav ul li:nth-child(7) {
	left: 994px;
	bottom: 9px;
}
	
      
      }
@media (max-width: 1800px) {
  .logo.sub {
    background: #fff; } }
@media (max-width: 1710px) {
  .nav-content.container {
    position: relative !important; }

  .nav-content {
    padding-left: 50px; }

  .bottom-nav .toggle-btn {
    left: 0; }

  .bottom-nav nav ul li a {
    font-size: 36px;
    padding: 0 10px; } 
    .bottom-nav h1 { 
    font-size: 36px;
    line-height: 40px;
    }}
@media (max-width: 1449px) {
  .newsletter .form-control {
    width: 560px; }

  .contact-bottom h1 {
    width: 24.34211%; }
  .contact-bottom .newsletter {
    width: 74.34211%; }

  .ml-big {
    margin-left: 50px; }

  .ml-medium {
    margin-left: 20px; } }
@media (max-width: 1366px) {
  .homepage {
    background-image: url("../img/1366.jpg"); }

  .homepage-nav {
    width: 1024px;
    margin-left: -675px;
    bottom: 190px; }
    .homepage-nav ul li a {
      font-size: 24px; }
      
      .bottom-nav h1 {
	font-size: 26px;
	line-height: 40px;
	}
      
.homepage-nav ul li:nth-child(1) {
	left: 300px;
	bottom: 85px;
}
.homepage-nav ul li:nth-child(2) {
	left: 400px;
	bottom: 0px; 
}
.homepage-nav ul li:nth-child(3) {
	left: 436px;
	bottom: 142px; 
}
.homepage-nav ul li:nth-child(4) {
	left: 534px;
	bottom: 184px; 
}
.homepage-nav ul li:nth-child(5) {
	left: 714px;
	bottom: 76px; 
}
.homepage-nav ul li:nth-child(6) {
	left: 838px;
	bottom: 9px;
}
.homepage-nav ul li:nth-child(7) {
	left: 936px;
	bottom: 9px;
}
      
      
      
       }
@media (max-width: 1199px) {
  .ml-big {
    margin-left: 10px; }

  .ml-medium {
    margin-left: 10px; }

  .filter-nav li a {
    padding: 0 10px; }

  .newsletter .form-control {
    width: 460px; }

  .form-group label {
    width: 16.36364%; }
  .form-group .form-control {
    width: 83.63636%; } }
@media (max-width: 1024px) {
  .homepage {
    background-image: url("../img/1024.jpg"); }

	.bottom-nav nav ul li a {
    font-size: 20px;
	}
	
	.bottom-nav nav ul li.lng-sel {
	line-height: inherit;
	}
	
	.bottom-nav h1 {
	font-size: 20px;
	}
	
  .homepage-nav {
    width: 768px;
    margin-left: -384px;
    bottom: 190px; }
    .homepage-nav ul li a {
      font-size: 24px; }
    .homepage-nav ul li:nth-child(1) {
      left: 95px;
      bottom: 120px; }
    .homepage-nav ul li:nth-child(2) {
      left: 178px;
      bottom: 55px; }
    .homepage-nav ul li:nth-child(3) {
      left: 200px;
      bottom: 160px; }
    .homepage-nav ul li:nth-child(4) {
      left: 277px;
      bottom: 170px; }
    .homepage-nav ul li:nth-child(5) {
      left: 407px;
      bottom: 112px; }
    .homepage-nav ul li:nth-child(6) {
      left: 502px;
      bottom: 60px; }
     .homepage-nav ul li:nth-child(7) {
      left: 572px;
      bottom: 60px; } }
@media (max-width: 991px) {
  .filter-nav li a {
    padding: 0 5px;
    font-size: 16px; }

	.bottom-nav h1 {
	font-size: 16px;
	}
  .bottom-nav nav ul li a {
    font-size: 16px;
    padding: 0 5px; }

  .form-group label {
    width: 22.72727%; }
  .form-group .form-control {
    width: 77.27273%; }

  .newsletter .form-control {
    width: 300px; }

  .contact-bottom h1 {
    width: 30.92105%; }
  .contact-bottom .newsletter {
    width: 67.76316%; } }
@media (max-width: 767px) {
  .logo.sub {
    display: none; }

  .contact-bottom .newsletter {
    padding-left: 0;
    background: none; }
    .contact-bottom .newsletter .btn {
      padding: 7px 5px; }

  .newsletter .form-control {
    width: 150px; }

  .form-group label, .form-group .form-control {
    width: 100%;
    float: none; }
  .form-group .form-control {
    margin-top: 5px; }

  .bottom-nav h1 {
    font-size: 20px;
    line-height: 40px; }

  .logo {
    left: 15px;
    top: 15px; }

  .bottom-nav nav ul li a {
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px !important; }

  .bottom-nav .toggle-btn {
    left: 15px; }

  .homepage-nav {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    position: relative;
    bottom: auto;
    margin: 0;
    padding: 90px 0 0 0;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; }
    .homepage-nav ul li {
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      left: auto;
      bottom: auto;
      position: static;
      margin-bottom: 15px !important; }
      .homepage-nav ul li a {
        padding-left: 0 !important; }

  .hidden-xs {
    display: none !important; }

  .bottom-fixed-text .text-center {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .homepage-nav ul {
    padding-left: 15px; }

  .visible-xs {
    display: block !important; }

  .project-info-list li span {
    display: block; }
    .project-info-list li span:first-child {
      width: 100%; }

  .projects-row {
    margin-top: 30px;
    margin-bottom: 80px; }
    .projects-row:after {
      display: block;
      content: '';
      clear: both; }
    .projects-row .project-col {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; }
      .projects-row .project-col .inner {
        position: static;
        bottom: auto;
        left: auto;
        width: 100%; }
    .projects-row .bottom {
      min-height: 18px;
      margin: 20px 0 0 0; }
      .projects-row .bottom h4 {
        font-size: 18px;
        display: block;
        margin: 0; }

  .projects-list {
    padding: 0;
    margin: 0 0 0 -5px; }
    .projects-list li {
      display: inline-block;
      margin-bottom: 5px;
      margin-left: 5px; }

  .projects-row .bottom {
    margin-top: 5px; }

  .blog .left {
    width: 100% !important;
    float: none !important; }

  .blog .right {
    position: fixed;
    background: #fff;
    top: 0;
    float: none;
    width: 200px;
    height: 100%;
    padding-top: 20px;
    right: -200px;
    transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    .blog .right.open {
      right: 0; }

  .arrow-nav {
    margin: 0 8px; }
    .arrow-nav li {
      margin-left: 8px; }
      .arrow-nav li a {
        width: 20px;
        background-size: contain;
        height: 40px; }

  .bottom-nav h1 {
    font-size: 14px;
    font-weight: normal; }

  .project-slides-nav {
    display: none; }

  .project-info-list li span:last-child {
    font-size: 20px; }

  .project-info-list li {
    margin-bottom: 10px; }

  p {
    font-size: 14px; }

  .next-prev-nav {
    font-size: 12px; }

  .next-prev-nav a {
    text-indent: -999em;
    font-size: 0;
    width: 14px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .next-prev-nav a.proj-prev {
      background-image: url("../img/prev.png"); }
    .next-prev-nav a.proj-next {
      background-image: url("../img/next.png"); }

  .arrow-nav li a {
    opacity: 1; }

  .next-project a {
    font-size: 20px; }

  .search span.h1 {
    display: none; }

  .search form {
    width: 100%; }

  .search form button {
    width: 40%; }

  .search form input {
    width: 60%; }

  .projects-list li {
    max-width: 50px; }

  h2 {
    font-size: 20px; }

  .lang-nav-fixed li a {
    font-size: 20px;
    line-height: 20px; }

  .lang-nav-fixed {
    top: 20px;
    right: 20px; } }

/*# sourceMappingURL=style.css.map */





.movie-spacer { height: 20px; }