/*DEFINE DEFAULT BASE FONT STYLES IN PX*/
/*DEFINE WEBSITE COLORS*/
/*DEFINE CUSTOM FONTS (remove if not needed)*/
/*START TEMPLATE STYLES*/
a,
img {
  border: none;
  text-decoration: none;
  outline: 0; }

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

*:focus {
  outline: 0; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

footer { background-color: #0664a9; color: #FFF; }

footer ul,
header ul {
  list-style: none; }

fieldset {
  border: 0; }

input {
  padding: 0;
  margin: 0; }

a {
  color: #a0a0a0;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: #787878; }

.pageAlign {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 50px; }

.pageAlignFluid {
  margin: 0 auto;
  max-width: 2020px;
  padding: 0 50px; }

.relative {
  position: relative; }

.fullWidth {
  float: left;
  width: 100%; }

.invisible {
  display: none; }

.fl {
  float: left; }

.fr {
  float: right; }

html {
  font-size: 62.5%;
  height: 100%; }

body,
input,
select,
textarea {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  /*REMOVE if we DON'T use Google fonts*/ }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  color: #787878;
  font-size: 16px;
  background: #fff; }

p {
  margin-bottom: 3rem;
  line-height: 28px; }

::-moz-selection {
  background: #a0a0a0;
  /* WebKit/Blink Browsers */
  color: #fff; }

::selection {
  background: #a0a0a0;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #a0a0a0;
  /* Gecko Browsers */
  color: #fff; }

.responsive-nav {
  display: none;
  margin: 0 auto;
  background-color: #a0a0a0;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .responsive-nav button {
    padding: 7px 10px;
    background: none;
    border: none;
    position: relative;
    height: 40px;
    width: 51px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right; }
    .responsive-nav button:hover .line {
      background: #fff; }

.line {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
  left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.line-t {
  top: 9px; }

.line-m {
  top: 19px; }

.line-b {
  top: 29px; }

.menu-on .line-m,
.menu-on:hover .line-m {
  background: transparent; }

.menu-on .line {
  top: 18px; }

.menu-on .line-t {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-on .line-b {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.content {
  padding: 100px 50px 100px 50px;
  max-width: 1540px;
  margin: 0 auto; }

.homepage .content {
  max-width: none;
  padding: 0; }

header {
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  header.small-header {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    height: 60px; }
    header.small-header .responsive-nav {
      top: 10px; }
    header.small-header .lang {
      top: 60px; }
    header.small-header .pageAlign .logo {
      margin-top: 3px; }
    header.small-header .pageAlign nav ul li a {
      height: 60px;
      line-height: 60px; }
  header .pageAlign {
    position: relative; }
    header .pageAlign:after {
      content: "";
      display: block;
      clear: both; }
    header .pageAlign .logo {
      display: block;
      float: left;
      width: 200px;
      height: 85px;
      margin-top: 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      header .pageAlign .logo:hover {
        opacity: 0.7; }
    header .pageAlign nav {
      float: right;
      text-transform: uppercase; }
      header .pageAlign nav ul {
        margin: 0;
        padding: 0; }
        header .pageAlign nav ul li {
          display: inline-block; }
          header .pageAlign nav ul li a {
            display: block;
            height: 95px;
            line-height: 95px;
            padding: 0 20px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            header .pageAlign nav ul li a:hover {
              color: #464545; }
  header .lang {
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #3b5992;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    header .lang a {
		color: #DDD;
      padding: 5px 0;
      width: 30px;
      text-align: center;
      display: block;
      float: left;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      header .lang a:hover {
        color: #fff; }

.overlay {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  .overlay h1 {
    font-size: 7.2rem;
    margin: 0; }
  .overlay h3 {
    font-size: 24px;
    position: relative;
    display: inline-block;
    margin: 0;
    position: relative;
    position: relative; }
    .overlay h3:after {
      content: "";
      display: block;
      position: absolute; }
    .overlay h3:before {
      content: "";
      display: block;
      position: absolute; }
    .overlay h3:after {
      top: 50%;
      left: -90px;
      width: 70px;
      height: 1px;
      background-color: #fff; }
    .overlay h3:before {
      top: 50%;
      right: -90px;
      width: 70px;
      height: 1px;
      background-color: #fff; }

.hero {
  height: 100vh;
  width: 100%;
  display: table;
  position: relative; }
  .hero .bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .hero .bx-wrapper .bx-pager {
      bottom: 130px;
      z-index: 500; }
      .hero .bx-wrapper .bx-pager .bx-pager-item a {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 1px solid #fff;
        background: none; }
        .hero .bx-wrapper .bx-pager .bx-pager-item a.active {
          background-color: #fff; }
    .hero .bx-wrapper .bx-viewport {
      height: 100% !important; }
    .hero .bx-wrapper .bx-slider {
      height: 100%;
      position: relative; }
      .hero .bx-wrapper .bx-slider:after {
        content: "";
        display: block;
        position: absolute; }
      .hero .bx-wrapper .bx-slider:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3); }
    .hero .bx-wrapper .slide {
      width: 100%;
      height: 100%;
      background: no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
  .hero .btn-down {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    padding: 15px 50px;
    background-color: #3b5992;
	color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    z-index: 2;
    cursor: pointer;
    position: relative; }
    .hero .btn-down:before {
      content: "";
      display: block;
      position: absolute; }
    .hero .btn-down:before {
      top: 17px;
      right: 17px;
      background-image: url(../images/sprite.png);
      background-position: -206px -74px;
      width: 14px;
      height: 16px; }

.home-products {
  padding: 8rem 0; }
  .home-products h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 300; }

.products-grid {
  margin: 0 -10px; }
  .products-grid:after {
    content: "";
    display: block;
    clear: both; }
  .products-grid .product {
    float: left;
    width: 33.333333%;
    padding: 10px;
    margin-bottom: 30px; }
    .products-grid .product:nth-child(3n+1) {
      clear: left; }
    .products-grid .product .product-inside a:hover .product-image .img-resize:after {
      border: 0 solid #fff; }
    .products-grid .product .product-inside .product-image {
      display: block;
      border: 1px solid #f4f4f4;
      height: 0;
      padding-bottom: 60%;
      position: relative; }
      .products-grid .product .product-inside .product-image .img-resize {
        display: block;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        position: relative; }
        .products-grid .product .product-inside .product-image .img-resize:after {
          content: "";
          display: block;
          position: absolute; }
        .products-grid .product .product-inside .product-image .img-resize:after {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border: 10px solid #fff;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .products-grid .product .product-inside .product-image .img-resize img {
          max-width: none; }
    .products-grid .product .product-inside .product-title {
      display: block;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 300;
      padding: 10px 20px 0 20px; }
    .products-grid .product .product-inside p {
      padding: 5px 20px;
      margin: 0; }
.home-contacts a{ color: #FFF; text-decoration: underline; } 
.home-contacts {
  background: #0a64aa;
  padding: 8rem 0;
  text-align: center; color: #FFF; }
  .home-contacts h2 {
    font-size: 4.8rem;
    text-transform: uppercase;
    text-align: center; }
  .home-contacts .container {
    padding-top: 40px;
    margin-bottom: 60px; }
    .home-contacts .container:after {
      content: "";
      display: block;
      clear: both; }
    .home-contacts .container .col {
      width: 33.3333%;
      float: left;
      text-align: center;
      min-height: 170px;
      border-right: 1px solid #a0a0a0;
      padding: 0 10px; }
      .home-contacts .container .col .icn {
        display: inline-block;
        height: 64px !important;
        background-repeat: no-repeat; }
      .home-contacts .container .col .icn.info {
        background-image: url(../images/sprite.png);
        background-position: 0px 0px;
        width: 64px;
        height: 64px; }
      .home-contacts .container .col .icn.tel {
        background-image: url(../images/sprite.png);
        background-position: -84px 0px;
        width: 64px;
        height: 64px; }
      .home-contacts .container .col .icn.email {
        background-image: url(../images/sprite.png);
        background-position: 0px -84px;
        width: 64px;
        height: 46px; }

.btn {
  display: inline-block;
  background-color: #464545;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 50px;
  position: relative; }
  .btn:after {
    content: "";
    display: block;
    position: absolute; }
  .btn:after {
    right: 20px;
    top: 22px;
    background-image: url(../images/sprite.png);
    background-position: -84px -84px;
    width: 16px;
    height: 14px; }

.google-map {
  height: 0;
  padding-bottom: 30%;
  position: relative; }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.aktualno {
  padding: 8rem 0; }
  .aktualno h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 30px;
    position: relative; }
    .aktualno h3:after {
      content: "";
      display: block;
      position: absolute; }
    .aktualno h3:after {
      top: 0;
      left: 0;
      background-image: url(../images/sprite.png);
      background-position: -168px -74px;
      width: 18px;
      height: 24px; }
  .aktualno .container:after {
    content: "";
    display: block;
    clear: both; }
  .aktualno .container .left {
    width: 49%;
    float: left;
    padding: 40px 20px;
    border: 1px solid #f4f4f4; }
    .aktualno .container .left .news-title {
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 15px; }
  .aktualno .container .right {
    width: 49%;
    float: right;
    height: 0;
    padding-bottom: 25%;
    position: relative; }
    .aktualno .container .right .img-resize {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .aktualno .container .right .img-resize:hover {
        opacity: 0.7; }
      .aktualno .container .right .img-resize img {
        max-width: none; }

footer .border {
  padding: 30px 0;
  border-top: 0px solid #f4f4f4; }
  footer .border:after {
    content: "";
    display: block;
    clear: both; }
  footer .border .left {
    float: left; }
  footer .border .right {
    float: right; }

@media screen and (max-width: 900px) {
  html {
    font-size: 40%; }
  body header .pageAlign .responsive-nav {
    display: block; }
  body header .pageAlign nav {
    height: auto;
    max-height: 0;
    position: absolute;
    top: 95px;
    left: 0;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    body header .pageAlign nav ul li {
      display: block; }
      body header .pageAlign nav ul li a {
        display: block;
        text-align: center;
        height: auto;
        line-height: normal;
        padding: 10px;
        border-top: 1px solid #f4f4f4; }
    body header .pageAlign nav.show-top-nav {
      max-height: 900px; }
  body header.small-header .pageAlign nav {
    top: 60px; }
    body header.small-header .pageAlign nav ul li a {
      height: auto;
      line-height: normal; }
  .products-grid .product {
    width: 50%; }
    .products-grid .product:nth-child(3n+1) {
      clear: none; }
    .products-grid .product:nth-child(2n+1) {
      clear: left; }
  .home-contacts .container .col {
    min-height: 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 30px; } }

@media screen and (max-width: 700px) {
  .pageAlign {
    padding: 0 10px; }
  .responsive-nav {
    right: 10px; }
  html {
    font-size: 30%; }
  .overlay h3 {
    font-size: 16px; }
    .overlay h3:before {
      display: none; }
    .overlay h3:after {
      display: none; }
  .hero .btn-down {
    width: 200px;
    margin-left: -100px;
    -webkit-transform: none;
    transform: none; }
  .products-grid .product {
    width: 100%; }
  .google-map {
    padding-bottom: 100%; }
  .aktualno .container .left {
    width: 100%; }
  .aktualno .container .right {
    width: 100%;
    padding-bottom: 50%; }
  footer .border .left {
    width: 100%; }
  footer .border .right {
    width: 100%;
    margin-top: 10px; } }
	
	
	.iskanje { text-align: center; }
	.iskanje input[type=text], .iskanje input[type=submit] { float: none; display: inline; padding: 10px; width:150px; }
	.iskanje input[type=submit] { margin-left: 15px; background-color: #3b5992; color: #FFF; }


@media only screen and (max-width: 1300px) and (min-width: 901px)
{
	header .pageAlign nav ul li a { padding-left: 3px; padding-right:3px; font-size:0.8em; }
}

.kontakt-page { background-image:url(../pic/ozadje2.jpg); background-repeat:no-repeat; background-size: cover;  }
.ponudba-page { background-image:url(../pic/ozadje1.jpg); background-repeat:no-repeat; background-size: cover;  }

.dvoriscna-vrata { background-image:url(../pic/dvoriscna-vrata-v2.jpg); background-repeat:no-repeat; background-size: cover;  }
.nadstreski { background-image:url(../pic/nadstresek.jpg); background-repeat:no-repeat; background-size: cover;  }
.ograje { background-image:url(../pic/ograje.jpg); background-repeat:no-repeat; background-size: cover;  }

.kontakt-page .content, .ponudba-page .content, .dvoriscna-vrata .content, .nadstreski .content, .ograje .content { background-image:url(../pic/trans.png); padding-left: 10px; }