/* Name: style.css
 * Description:  http://ikolab.loc/Cookbook/CSS/styleGuide.md */
/*  ====================  Variables     ====================  */
/*	====================	Variables  ====================	 */
/* Variables:
 *   - Colors
 *   - Typography
 *   - Layout - media querys
 *   - gap
 *   - Borders */
/*  ====================  Global        ====================  */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*	====================	global  ====================	 */
::selection {
  color: white;
  background-color: #e6701e; }

body {
  background-color: #eeeeee;
  background-image: url(../img/background/light-2.gif);
  font: 1em/1.5em "Open Sans Condensed", sans-serif, Helvetica, Arial; }

.clearfix, .row {
  overflow: hidden;
  *zoom: 1; }

.fixed {
  position: absolute;
  top: 0;
  z-index: 1000; }

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

a {
  color: #444444;
  text-decoration: underline; }
  a:hover {
    color: #964610;
    text-decoration: none; }

.content a {
  font-weight: bold; }

img, iframe {
  max-width: 100%;
  height: auto; }

.left {
  display: inline;
  float: left; }

.right {
  display: inline;
  float: right; }

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

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

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

strong {
  font-weight: bold; }

.horizontal-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1; }
  .horizontal-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    .horizontal-list li:first-child, .horizontal-list li.first {
      padding-left: 0; }
    .horizontal-list li:last-child {
      padding-right: 0; }
    .horizontal-list li.last {
      padding-right: 0; }

/*  ====================  Typography    ====================  */
/*	====================	typo  ====================	 */
h1.front {
  font-size: 3em; }

h2 {
  font-size: 1.8em; }

h1, h2 {
  line-height: 1.5em; }

/*  ====================  Layout        ====================  */
/*	====================	layout  ====================	 */
.row {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 auto; }

.gap {
  padding: 1.5em 0 1.5em; }

.wrap {
  margin: 0 auto;
  width: 20em; }

.column {
  float: left;
  overflow: hidden; }

.h-distance, .v-distance, .l-distance, .r-distance, .distance {
  padding: 0.5em; }

.c-full {
  width: 100%; }

.c-1-1 {
  width: 100%; }

.c-1-2 {
  width: 100%; }

.c-1-3 {
  width: 100%; }

.c-2-3 {
  width: 100%; }

.c-1-4 {
  width: 100%; }

.c-3-4 {
  width: 100%; }

.c-1-6 {
  width: 100%; }

.c-5-6 {
  width: 100%; }

/*  ====================  Modules       ====================  */
/*	====================	modules  ====================	 */
.top-menu {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  font-size: 0.8em;
  height: 1.5em;
  display: block; }
  .top-menu li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    .top-menu li:first-child, .top-menu li.first {
      padding-left: 0; }
    .top-menu li:last-child {
      padding-right: 0; }
    .top-menu li.last {
      padding-right: 0; }
  .top-menu li {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    perspective: 300px;
    position: relative;
    line-height: 1.5em;
    height: 1.5em; }
    .top-menu li .roll {
      -webkit-transform-style: preserve-3d;
      transition: all 0.4s ease;
      width: 100%;
      height: 100%;
      position: relative;
      cursor: pointer; }
      .top-menu li .roll:hover .roll-front {
        transform: translate3d(0, 100%, 0) rotate3d(1, 0, 0, -90deg);
        opacity: 0; }
      .top-menu li .roll:hover .roll-back {
        transform: rotate3d(1, 0, 0, 0deg);
        opacity: 1; }
      .top-menu li .roll .roll-front, .top-menu li .roll .roll-back, .top-menu li .roll a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.4s linear;
        transform-origin: 50% 0;
        text-decoration: none; }
      .top-menu li .roll .roll-front {
        padding-top: 2px;
        background-color: white;
        opacity: 1; }
        .top-menu li .roll .roll-front a {
          color: black; }
      .top-menu li .roll .roll-back {
        background-color: #e6701e;
        opacity: 0;
        transform: translate3d(0, 0, -24px) rotate3d(1, 0, 0, 90deg); }
        .top-menu li .roll .roll-back a {
          color: white; }
  .top-menu li.flag {
    width: 5em; }
    .top-menu li.flag img {
      width: 24px;
      height: 12px; }
  .top-menu li.social {
    width: 2em; }

.roll-back.google-bg a, .roll-back.linked-bg a, .rool-back.facebook-bg a {
  padding-top: 2px; }

.no-csstransforms .top-menu li {
  border: 1px solid green; }

.home-title {
  background-color: silver; }

.logo-box {
  padding-top: 1em;
  line-height: 2.6rem;
  width: 100%; }
  .logo-box img {
    height: 14px;
    margin-left: 1em; }
  .logo-box h1 {
    font-size: 1rem;
    line-height: 2.6rem;
    width: 80%; }
  .logo-box .menu-icon {
    font-size: 1.5em;
    font-weight: bold;
    width: 2em;
    right: 0;
    background-color: #e6701e;
    text-align: center;
    display: block;
    height: 100%;
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    color: #444444; }
    .logo-box .menu-icon:hover {
      color: white; }

ul.menu {
  display: block;
  overflow: hidden;
  width: 100%;
  display: inline;
  float: right; }
  ul.menu li.phone-item {
    display: none; }
  ul.menu li {
    line-height: 2.6rem;
    height: 2.6rem;
    position: relative;
    width: 100%;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px; }
    ul.menu li .roll {
      -webkit-transform-style: preserve-3d;
      transition: all 0.4s ease;
      width: 100%;
      height: 100%;
      position: relative;
      cursor: pointer; }
      ul.menu li .roll:hover .roll-front {
        transform: translate3d(0, 100%, 0) rotate3d(1, 0, 0, -90deg);
        opacity: 0; }
      ul.menu li .roll:hover .roll-back {
        transform: rotate3d(1, 0, 0, 0deg);
        opacity: 1; }
      ul.menu li .roll .roll-front, ul.menu li .roll .roll-back, ul.menu li .roll a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.4s linear;
        transform-origin: 50% 0;
        text-decoration: none; }
      ul.menu li .roll .roll-front {
        background-color: white;
        opacity: 1; }
        ul.menu li .roll .roll-front a {
          color: black; }
      ul.menu li .roll .roll-back {
        background-color: #e6701e;
        opacity: 0;
        transform: translate3d(0, 0, -24px) rotate3d(1, 0, 0, 90deg); }
        ul.menu li .roll .roll-back a {
          color: white; }

.semafor {
  color: #444444;
  margin-top: 5.2em; }
  .semafor h2 {
    font-size: 3em;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-bottom: 0.4em; }
  .semafor p {
    font-size: 1.4em;
    line-height: 1.5em; }

.main-img {
  display: none; }
  .main-img > div {
    height: 260px; }

.content h2 {
  padding: 0.5rem 0; }
.content p {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 0.5rem 0; }

.title-top-border {
  display: none;
  height: 2em; }

.l-distance .title-top-border {
  border-top: 1px solid #e6701e;
  width: 2em; }

.referentna-lista li {
  padding-bottom: 1em; }

.footer {
  margin-top: 1.5em;
  color: white; }
  .footer a {
    color: #cccccc;
    font-size: 0.9em; }
  .footer h2 {
    padding-bottom: 0.5em; }

.doc {
  background-color: white;
  margin: 0 1.2em 1.5em 0.3em;
  text-align: center;
  width: 10.4em; }
  .doc .doc-title {
    padding: 1em; }

.doc .mailto-title {
  padding: 1em; }

.vizitka {
  font-size-adjust: 0.5;
  width: 100%;
  display: table; }
  .vizitka dt {
    color: #e6701e;
    font-weight: bold;
    width: 20%;
    float: left;
    overflow: hidden;
    display: table-cell; }
  .vizitka dd {
    width: 70%;
    float: left;
    overflow: hidden;
    display: table-cell;
    margin-left: 0.5em; }

.rounded li {
  margin: 0.5em 0.5em 0.5em 0;
  line-height: 2em; }
  .rounded li:first-child {
    width: 100%;
    margin: 0 0.5em 0 0; }
  .rounded li > a {
    border: 2px solid gray;
    font-family: "Open Sans";
    padding: 0.2em;
    color: gray;
    text-decoration: none;
    padding: 0.2em 1em;
    text-transform: uppercase; }
    .rounded li > a:hover {
      color: #cccccc;
      text-decoration: none; }

#google-map {
  width: 100%;
  height: 240px;
  background-color: silver; }

/*	====================	0-front  ====================	 */
.ch-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%; }

.ch-grid:after,
.ch-item:before {
  content: "";
  display: table; }

.ch-grid:after {
  clear: both; }

.ch-grid li {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 8px; }

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px; }

/* <li class="ch-item">
 *   <div class="ch-info">
 *     <div class="ch-info-front ch-img-1">
 *       <h2>Projektiranje</h2>
 *     </div>
 *     <a class="ch-info-back" href="projektiranje.php">
 *       <h3>Projektiranje</h3>
 *     </a>	
 *   </div>
 * </li> */
.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ch-info > div, a.ch-info-back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

a.ch-info-back,
a.ch-info-back:hover {
  text-decoration: none; }

.ch-info .ch-info-front {
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.ch-info-front span {
  display: block;
  margin: 1.5em 0 0.3em;
  font-size: 3em;
  text-shadow: 0 0 12px #cccccc, 0 3px 9px rgba(0, 0, 0, 0.3); }

.ch-info .ch-info-back {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  background: #e6701e;
  opacity: 0; }

.ch-info h3 {
  font-size: 1.4em;
  line-height: 200px; }

.ch-info h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  margin: 0 15px;
  padding: 60px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  color: white; }

.ch-info p {
  color: white;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center; }

.ch-item:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0; }

.ch-item:hover .ch-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1; }

#controls {
  text-align: center;
  position: relative;
  margin-bottom: 6em;
  right: 1.6em; }
  #controls li {
    display: inline-block;
    padding: 0 0.5em; }
  #controls li.current a {
    color: #555555; }
  #controls a {
    color: #cccccc;
    text-decoration: none; }
    #controls a:hover {
      text-decoration: none;
      color: #e6701e; }

.zaIz, .zaIz > li {
  width: 80em;
  min-height: 45em;
  display: block; }

.table-katalog {
  width: 52em;
  border: 0;
  padding: 0;
  margin: 6em 0 0; }
  .table-katalog img {
    margin: 0 1.6em 1.6em 0.3em;
    border: 1px solid silver;
    -webkit-box-shadow: gray 0 0 5px;
    -moz-box-shadow: gray 0 0 5px;
    box-shadow: gray 0 0 5px; }
  .table-katalog .c-1 {
    width: 32em;
    vertical-align: top; }
  .table-katalog .c-2 {
    vertical-align: top;
    width: 20em; }
  .table-katalog .vizitka dd {
    padding-bottom: 3em;
    margin: 0 auto; }
  .table-katalog .vizitka dt {
    padding-bottom: 3em;
    margin: 0 auto; }

.gallery li {
  width: 240px;
  height: 240px;
  margin: 0;
  padding: 0;
  border: 0;
  float: left; }

.gallery img {
  width: 240px;
  height: 240px;
  margin: 0;
  padding: 0;
  border: 0; }
  .gallery img:after {
    content: none; }
  .gallery img:before {
    content: none; }

#listItems li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 200px;
  position: relative; }

.gallery-item {
  display: block;
  width: 100%;
  height: 100%; }
  .gallery-item .gallery-item-title {
    position: absolute;
    display: table-cell;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 1;
    background: black;
    color: white;
    padding: 160px 1em 1em 1em;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0; }
    .gallery-item .gallery-item-title:hover {
      opacity: 0.65; }

.slider {
  overflow: visible; }

.gallery-img {
  width: 200px; }

.control-panel {
  position: relative;
  border: 1px solid cyan;
  overflow: visible;
  display: block;
  height: 30px; }

#prevBtn, #nextBtn {
  position: absolute;
  overflow: visible;
  z-index: 1000;
  width: 30px;
  height: 30px;
  display: block;
  background-color: black;
  color: white;
  font-weight: bold;
  text-align: center;
  font-weight: 30px; }

#prevBtn {
  left: 0; }

#nextBtn {
  right: 0; }

/*  ====================  Icons         ====================  */
/*	====================	icons  ====================	 */
@font-face {
  font-family: "icons";
  src: url('../fonts/eot"icons.eot"');
  src: url('../fonts/eot "icons.eot"?#iefix') format('embedded-opentype'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg#icons') format('svg');
  font-weight: weight "normal";
  font-style: style "normal"; }

[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-right-open-big:before {
  content: "e"; }

.icon-fontawesome-webfont-1:before {
  content: "f"; }

.icon-fontawesome-webfont-2:before {
  content: "g"; }

.icon-fontawesome-webfont-3:before {
  content: "h"; }

.icon-fontawesome-webfont:before {
  content: "a"; }

.icon-left-open-big:before {
  content: "b"; }

.icon-fontawesome-webfont-7:before {
  content: "c"; }

.icon {
  display: block;
  background-color: #cccccc;
  color: white !important;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em; }
  .icon:hover {
    text-decoration: none !important;
    background-color: indianred; }

.icon-round {
  border: 2px solid red;
  width: 25%;
  height: auto;
  margin: 2em 0 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/*  ====================  State         ====================  */
/*	====================	0-state  ====================	 */
/*  ====================  Animations    ====================  */
/*	====================	animations  ====================	 */
/*  ====================  Theme         ====================  */
/*	====================	theme  ====================	 */
.line {
  border-bottom: 1px solid #eeeeee; }

.menu-box li {
  border-left: 1px solid #eeeeee;
  margin: 0;
  padding: 0; }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: #2b303b; }

.bg-gray-dark {
  background-color: black; }

.fg-white {
  color: white; }

.background-front {
  background: url(../img/background/light-3.png) top repeat, url(../img/background/front.jpg) top no-repeat; }

.background-projektiranje {
  background: url(../img/background/light-3.png) top repeat, url(../img/background/projektiranje.jpg) top no-repeat; }
  
.background-eu_projekt {
  background: url(../img/background/light-3.png) top repeat, url(../img/background/eu_projekt.jpg) top no-repeat; }

.background-gradenje {
  background: url(../img/background/light-3.png) top repeat, url(../img/background/gradenje.jpg) top no-repeat; }

.background-ecer {
  background: url(../img/background/light-3.png) top repeat, url(../img/background/ecer.jpg) top no-repeat; }

.background-legalizacija {
  background: url(../img/background/light-3.png) top repeat, url(../img/background/legalizacija.jpg) top no-repeat; }

.background-karijera {
  background: url(../img/background/light-3.png) top repeat, url(../img/background/karijera.jpg) top no-repeat; }

.bg-doc {
  background: url(../img/zi/book-pages.jpg) center center no-repeat; }

.bg-mailto {
  background: url(../img/zi/mailto.jpg) center center no-repeat; }

.text-shadow {
  text-shadow: 2px 2px 5px silver; }

.box-shadow {
  -webkit-box-shadow: silver 0 0 10px;
  -moz-box-shadow: silver 0 0 10px;
  box-shadow: silver 0 0 10px; }

.button {
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #eeeeee));
  background: -moz-linear-gradient(top, #cccccc 5%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #cccccc 5%, #eeeeee 100%);
  background: -o-linear-gradient(top, #cccccc 5%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #cccccc 5%, #eeeeee 100%);
  background: linear-gradient(to bottom, #cccccc 5%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray-light', endColorstr='$gray-light-2',GradientType=0);
  background-color: #cccccc;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border: 1px solid #cccccc;
  display: inline-block;
  cursor: pointer;
  color: #444444;
  font-size: 0.8em;
  padding: 0.1em 1em;
  margin: 0.5em 0.25em;
  text-decoration: none;
  text-shadow: 0px 1px 0px white; }
  .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #cccccc));
    background: -moz-linear-gradient(top, #eeeeee 5%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 5%, #cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 5%, #cccccc 100%);
    background: -ms-linear-gradient(top, #eeeeee 5%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 5%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray-light-2', endColorstr='$gray-light',GradientType=0);
    background-color: #eeeeee; }
  .button:active {
    position: relative;
    top: 1px; }

/*  >481px <640px   */
@media only screen and (min-width: 30.063em) {
  /*	====================	480-typo  ====================	 */
  h1 {
    font-size: 4em; }

  /*	====================	480-layout  ====================	 */
  .gap {
    padding: 1.5em 0 1.5em; }

  .wrap {
    width: 30em;
    padding: 0 0.5em; }

  .distance, .distance-left, .distance-right {
    margin: 0.5em; }

  .c-1-1 {
    width: 100%; }

  .c-1-2 {
    width: 100%; }

  .c-1-3 {
    width: 100%; }

  .c-2-3 {
    width: 100%; }

  .c-1-4 {
    width: 100%; }

  .c-3-4 {
    width: 100%; }

  .c-1-6 {
    width: 100%; }

  .c-5-6 {
    width: 100%; }

  /*	====================	480-modules  ====================	 */
  .logo-box img {
    width: 320px;
    height: 21px; }

  ul.menu li {
    width: 50%; }

  .horizontal-list li {
    padding-left: 0;
    padding-right: 0; }

  .referentna-lista li {
    padding-bottom: 0.5em; } }
/*  >641px <960px   */
@media only screen and (min-width: 40.063em) {
  /*	====================	640-typo  ====================	 */
  /*	====================	640-layout  ====================	 */
  .gap {
    padding: 1.5em 0 1.5em; }

  .wrap {
    width: 40em;
    padding: 0 0.5em; }

  .c-1-1 {
    width: 38em; }

  .c-1-2 {
    width: 18.5em; }

  .c-1-3 {
    width: 12em; }

  .c-2-3 {
    width: 25em; }

  .c-1-4 {
    width: 18.5em; }

  .c-3-4 {
    width: 28.25em; }

  .c-1-6 {
    width: 5.5em; }

  .c-5-6 {
    width: 31.5em; }

  .h-distance {
    padding-left: 0.5em;
    padding-right: 0.5em; }

  .v-distance {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }

  .distance {
    padding: 0.5em; }

  .l-distance {
    padding-right: 2em; }

  .r-distance {
    padding-left: 2em; }

  /*	====================	640-modules  ====================	 */
  ul.menu li {
    width: 32%; }

  .main-img {
    display: block; }

  .title-top-border {
    display: block; } }
/*  >960px <1280px  */
@media only screen and (min-width: 60.063em) {
  /*	====================	960-typo  ====================	 */
  h1.front {
    font-size: 5em; }

  /*	====================	960-layout  ====================	 */
  .gap {
    padding: 2.5em 0 2.5em; }

  .wrap {
    width: 60em;
    padding: 0 0.8em; }

  .c-1-1 {
    width: 56.8em; }

  .c-1-2 {
    width: 27.6em; }

  .c-1-3 {
    width: 17.86667em; }

  .c-2-3 {
    width: 37.33333em; }

  .c-1-4 {
    width: 27.6em; }

  .c-3-4 {
    width: 42.2em; }

  .c-1-6 {
    width: 8.13333em; }

  .c-5-6 {
    width: 47.06667em; }

  .h-distance {
    padding-left: 0.8em;
    padding-right: 0.8em; }

  .v-distance {
    padding-top: 0.8em;
    padding-bottom: 0.8em; }

  .distance {
    padding: 0.8em; }

  .l-distance {
    padding-right: 3.2em; }

  .r-distance {
    padding-left: 3.2em; }

  /*	====================	960-modules  ====================	 */
  .logo-box {
    padding: 0;
    width: 320px; }
    .logo-box img {
      position: relative;
      top: 5px; }
    .logo-box .menu-icon {
      display: none; }

  ul.menu {
    width: 40em;
    display: inline;
    float: left; }
    ul.menu li.phone-item {
      display: block;
      width: 8em; }

  .semafor {
    margin-top: 6.2em; }

  .l-distance .title-top-border {
    border-top: 2px solid #e6701e; }

  .footer {
    margin-top: 2.5em; } }
/*  >1280px         */
@media only screen and (min-width: 80.063em) {
  /*	====================	1280-typo  ====================	 */
  h1.front {
    font-size: 6em; }

  /*	====================	1280-layout  ====================	 */
  body {
    font-size: 18px; }

  .gap {
    padding: 2.5em 0 2.5em; }

  .wrap {
    width: 80em;
    padding: 0 1em; }

  .h-distance {
    padding-left: 1em;
    padding-right: 1em; }

  .v-distance {
    padding-top: 1em;
    padding-bottom: 1em; }

  .distance {
    padding: 1em; }

  .l-distance {
    padding-right: 4em; }

  .r-distance {
    padding-left: 4em; }

  .c-1-1 {
    width: 76em; }

  .c-1-2 {
    width: 37em; }

  .c-1-3 {
    width: 24em; }

  .c-2-3 {
    width: 50em; }

  .c-1-4 {
    width: 17.5em; }

  .c-3-4 {
    width: 56.5em; }

  .c-1-6 {
    width: 11em; }

  .c-5-6 {
    width: 63em; }

  /*	====================	1280-modules  ====================	 */
  .semafor {
    margin-top: 6.2em; }

  .footer {
    margin-top: 2.5em; }
    .footer h2 {
      font-size: 1.5em;
      margin-bottom: 0.5em; }

  ul.menu {
    width: 50em;
    display: inline;
    float: left; }
    ul.menu li.phone-item {
      display: block;
      width: 10em; } }
