/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-06-08, 10:29:03
    Author     : Lukasz
*/


.open_modal{cursor:pointer;transition:all 0.2s !important;}
.open_modal:hover{opacity:0.8 !important;}

.modal-content {border: 0px solid #999  !important;border: 0px solid rgba(0,0,0,.2)  !important;border-radius:0px  !important;box-shadow: none  !important;}
.modal-header {border-bottom:0px !important;}
.modal-body{color:#555 !important;font-size:12px !important;text-align:left !important;}


@media (max-width: 767px) {
.modal-body{text-align:left !important;}
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #5a5a5a;
  position: relative;
  min-height: 100vh; }

a {
  outline: 0 !important;
  color: #656565;
  font-size: 15px; }
  a:hover {
    color: #000;
    text-decoration: none; }

h2 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 15px; }

h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: #2e2e2e;
  line-height: 30px; }

h4 {
  margin-bottom: 25px; }

p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 25px; }

.home {
  background-size: cover;
  background-position: center;
  height: 100vh !important; }
  .home img {
    max-width: 100%; }

section {
  padding-top: 100px; }

.owl-carousel {
  display: block !important; }

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px; }

.styled-select {
  overflow: hidden;
  position: relative; }
  .styled-select:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #AAA;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
    background-color: #fff;
    padding-top: 5px; }

#tags {
  -webkit-appearance: none;
  font-weight: normal;
  overflow: hidden !important;
  box-shadow: none;
  padding-left: 7px !important; }

.sort-by {
  margin-left: 50px; }
  .sort-by a {
    display: inline-block;
    margin: 10px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 5px; }
    .sort-by a.act {
      background: #ddd; }

.featured-video-plus.post-thumbnail {
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  bottom: 0;
  background: #000; }
  .featured-video-plus.post-thumbnail .fluid-width-video-wrapper {
    margin-top: 20%; }

.lang-select a.act {
  color: #333; }

.nav li a {
  padding: 15px 10px; }

.nav-up {
  transition: all 0.5s ease;
  margin-top: -100% !important; }
  .nav-up .navbar-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    display: block;
    z-index: 999; }

.current-menu-item a {
  color: #000 !important; }

.embed-container {
  margin-bottom: 40px; }

.navbar-default {
  transition: all 0.5s ease;
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0;
  background: #fff;
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 25px 45px;
  z-index: 999; }
  .navbar-default .navbar-collapse {
    background: #fff;
    border: none; }
  .navbar-default .navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 5px;
    margin-right: 50px; }
    .navbar-default .navbar-brand img {
      margin-bottom: 0; }
  .navbar-default a {
    font-size: 12px;
    color: #656565;
    text-transform: uppercase; }
    .navbar-default a:hover {
      background: #fff;
      color: #000; }
  .navbar-default .navbar-nav .active a {
    background: #fff;
    color: #000; }
    .navbar-default .navbar-nav .active a:hover {
      background: #fff;
      color: #000; }
  .navbar-default .navbar-toggle {
    border-color: #656565; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #656565; }

.navbar-toggle {
  border-radius: 0; }

.form-control {
  border-radius: 0; }

.single img {
  margin-bottom: 40px;
  max-width: 100%;
  width: 100%; }

.content {
  padding: 0 45px;
  padding-bottom: 80px; }

.download {
  padding: 10px;
  font-size: 12px; }
  .download img {
    width: 11px;
    margin: 0;
    margin: 5px;
    margin-top: 0;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px; }

.date {
  font-size: 14px;
  color: #000; }

#about .news {
  margin-bottom: 0; }

.news {
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%; }
  .news .col-sm-6 {
    padding: 0; }
  .news img {
    width: 100%;
    height: auto;
    max-width: 612px; }
  .news .img-box {
    max-width: 612px; }
  .news .textBox {
    padding-left: 40px;
    padding-right: 15%; }
    .news .textBox h2 {
      margin-top: 85px; }
  .news.about .textBox {
    padding-right: 40px; }
    .news.about .textBox h2 {
      margin-top: 15px; }
  .news .contact {
    font-size: 24px;
    color: #5a5a5a;
    font-weight: 300; }

.item {
  width: 33.333%;
  position: relative;
  float: left;
  margin-bottom: 40px;
  padding-left: 40px; }
  .item img {
    width: 100%;
    height: auto;
    color: #fff; }
  .item p {
    display: none; }
  .item .hoverBox {
    position: absolute;
    background: rgba(250,250,250,.7);
    top: 0;
    left: 40px;
    right: 0;
    bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 65px;
    transition: all 0.3s ease;
    overflow: hidden;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    font-size: 16px; }
    .item .hoverBox h2 {
      font-size: 48px;
      font-weight: normal;
      margin-top: 50px; }
    .item .hoverBox h3 {
      font-size: 21px; }
    .item .hoverBox h4 {
      margin-bottom: 17px; }
  .item:hover .hoverBox {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

.studio {
  min-height: 610px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 70px 0;
  margin-bottom: 40px;
  margin-top: 30px; }
  .studio h2 {
    margin-top: 0;
    margin-bottom: 45px; }
  .studio h3 {
    margin-top: 0;
    margin-bottom: 55px; }
  .studio h2, .studio h3, .studio p, .studio a {
    color: #fff; }

#products {
  min-height: calc(100vh - 70px); }

@media screen and (max-width: 640px) {
  .item {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 20px; }
    .item .hoverBox {
      left: 0; }

  #products {
    padding: 0px 20px;
    margin: 0 !important;
    padding-top: 100px; } }
@media screen and (max-width: 768px) {
  .navbar-default {
    padding: 20px !important; }
    .navbar-default .navbar-brand {
      max-width: 80%;
      margin: 0; }
      .navbar-default .navbar-brand img {
        width: 80%; }
    .navbar-default .navbar-toggle {
      margin-top: 0; }

  .news.about .imgwrapper {
    padding-right: 0 !important; } }
@media screen and (max-width: 992px) {
  .news .textBox {
    padding: 20px;
    font-size: 13px; }
    .news .textBox h2 {
      font-size: 20px;
      margin-top: 10px; }

  .navbar-collapse {
    padding-left: 15px; }

  .item {
    width: 50%; } }
@media screen and (min-width: 480px) and (max-width: 1170px) {
  .news .textBox {
    font-size: 14px; }
    .news .textBox h2 {
      font-size: 24px;
      margin-top: 20px; } }
@media screen and (min-width: 480px) and (max-width: 1285px) {
  .item .hoverBox h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px; }
  .item .hoverBox h3 {
    font-size: 15px; }
  .item .hoverBox p {
    font-size: 13px;
    line-height: 18px; } }
@media (max-width: 1024px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }
@media (min-width: 1366px) {
  .navbar-default a {
    font-size: 14px; } }
@media (max-width: 1440px) {
  .navbar-default {
    padding: 25px; }

  .navbar-brand {
    margin-right: 0 !important; }
    .navbar-brand img {
      max-width: 80%; }

  #searchform input {
    width: 160px;
    float: left;
    font-size: 12px; } }
.rfbp-image-link {
  width: 100% !important;
  max-width: none !important; }

.ins-info {
  margin-right: 20px; }
  .ins-info i {
    margin-right: 10px; }

#sbi_images {
  padding: 0 15px !important; }

.search-in-place {
  max-height: 300px;
  overflow-y: hidden !important;
  width: 270px !important; }
  .search-in-place .item {
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 0;
    padding-left: 0; }
    .search-in-place .item:last-of-type {
      border-bottom: none; }
  .search-in-place .thumbnail {
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 55px;
    height: 55px;
    margin-bottom: 0; }
    .search-in-place .thumbnail img {
      margin-bottom: 0; }
  .search-in-place .data {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px !important;
    width: calc(100% - 65px); }
  .search-in-place .label {
    display: none; }
  .search-in-place .single img {
    margin-bottom: 0 !important; }

#searchform {
  float: right;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 10px;
  width: 270px; }
  #searchform input {
    width: 150px;
    float: left;
    font-size: 12px; }
  #searchform select {
    width: 60px;
    padding: 0;
    border-left: 0;
    width: 120px;
    font-size: 12px;
    color: #A2A2A2; }

@media (max-width: 1366px) {
  .nav > li > a {
    padding: 15px 8px; } }
@media (min-width: 1024px) and (max-width: 1280px) {
  .navbar-header {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px; }

  .nav > li > a {
    padding: 15px 10px; }

  #searchform select {
    width: 80px; } }
@media (min-width: 1024px) and (max-width: 1110px) {
  #searchform input {
    width: 78px; } }
@media (max-width: 1280px) {
  .navbar-brand > img {
    margin-top: 0 !important; } }
@media (max-width: 1175px) {
  #searchform select {
    width: 80px !important; }

  .navbar-brand > img {
    max-width: 130px !important; }

  .navbar-default .navbar-brand {
    margin-top: 10px; } }
@media (max-width: 1210px) {
  #searchform {
    width: auto !important; }
    #searchform input {
      width: 67px !important; } }
@media (max-width: 1125px) {
  .navbar-default {
    padding-left: 5px;
    padding-right: 5px; }

  .nav > li > a {
    padding: 15px 5px; } }
@media (min-width: 1280px) and (max-width: 1540px) {
  .nav > li > a {
    padding: 15px 10px; } }
@media (max-width: 640px) {
  .featured-video-plus.post-thumbnail {
    left: 0px; } }
@media (max-width: 375px) {
  #searchform input {
    width: 50% !important; }
  #searchform label {
    width: 30% !important; } }
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

@media (max-width: 1570px) {
  #searchform input {
    width: 120px; }

  .navbar-brand > img {
    max-width: 165px;
    margin-right: 10px;
    margin-top: 7px; }

  .navbar-brand {
    margin-right: 10px !important; }

  #searchform {
    width: auto; }
    #searchform select {
      width: 80px; }

  .navbar.navbar-default {
    padding-left: 20px;
    padding-right: 5px; } }
@media (max-width: 1024px) {
  .nav-up .navbar-collapse {
    opacity: 0; }
  .nav-up.navbar-default {
    background: transparent !important; }

  .navbar-brand img {
    max-width: none !important; }

  .navbar.navbar-default {
    padding-left: 15px;
    padding-right: 15px; }

  .navbar-default .navbar-brand {
    margin-top: 0; }

  .nav > li > a {
    padding-left: 20px; }

  #searchform {
    width: 100% !important;
    float: left;
    margin-left: -5px; }
    #searchform input, #searchform .styled-select {
      width: 40% !important;
      max-width: 200px;
      box-shadow: none; }
    #searchform select {
      width: 100% !important; }

  .nav.navbar-nav.navbar-right {
    float: left !important; } }
@media (max-width: 400px) {
  .navbar-default .navbar-brand {
    max-width: 190px;
    margin: 0;
    margin-top: 6px !important; }

  .nav > li > a {
    padding: 5px 15px; } }
@media (max-height: 720px) {
  .navbar-default .navbar-brand {
    max-width: 190px;
    margin: 0;
    margin-top: 6px !important; }

  .navbar-nav {
    margin-top: 15px; }

  .nav > li > a {
    padding: 0px 10px; } }
@media (max-height: 740px) {
  .navbar-default .navbar-brand {
    max-width: 190px;
    margin: 0;
    margin-top: 6px !important; }

  .navbar-nav {
    margin-top: 15px; }

  .nav > li > a {
    padding: 0px 10px; } }
@media (max-height: 740px) and (max-width: 1024px) {
  .social-nav {
    position: absolute;
    right: 20px;
    bottom: 27px;
    width: 77px; }
    .social-nav li {
      display: inline-block; }

  .navbar-nav {
    margin-top: 0px; } }
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.search-in-place {
  overflow: hidden !important; }

.mCSB_inside > .mCSB_container {
  padding-right: 5px; }

.copy {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  color: black;
  text-align: right;
  font-size: 13px !important;
  color: #555; }
  .copy a {
    color: black;
    font-size: 13px;
    color: #555; }

@media (max-width: 375px) {
  #searchform input {
    width: 50% !important; }
  #searchform label.styled-select {
    width: 30% !important; } }
@media (max-height: 300px) {
  #searchform {
    width: 80% !important;
    float: left;
    margin-left: 28px;
    margin-top: 5px; }
    #searchform input, #searchform select {
      font-size: 9px; } }

/*# sourceMappingURL=main.css.map */
.page-template-about .news img {max-width: none;}