/* RESET
------------------------------ */
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,
font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

a:hover {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

@font-face {
  font-family: 'OpenSans-Light-webfont';
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#Futura_md") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FRAMEWORK
------------------------------ */
.row:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.row div:first-child {
  margin: 0; }

.projectsRow div:nth-child(2n+1) {
  margin-left: 0; }

.column {
  display: block;
  float: left;
  margin: 0 0 0 4%; }

.d1-12 {
  width: 4.66666666667%; }

.d2-12 {
  width: 13.3333333333%; }

.d3-12 {
  width: 22%; }
  .d3-12:nth-child(5n) {
    margin: 0; }

.d4-12 {
  width: 30.6666666667%; }
  .d4-12:nth-child(3n+1) {
    margin-left: 0; }

.d5-12 {
  width: 39.3333333333%; }

.d6-12 {
  width: 48%; }
  .d6-12:nth-child(2n+1) {
    margin-left: 0; }

.d7-12 {
  width: 56.6666666667%; }

.d8-12 {
  width: 65.3333333333%; }

.d9-12 {
  width: 74%; }

.d10-12 {
  width: 82.6666666667%; }

.d11-12 {
  width: 91.3333333333%; }

.d12-12 {
  width: 100%; }

@media (max-width: 736px) {
  .row div:nth-child(2n+1) {
    margin-left: 0; }

  .d1-12, .d2-12, .d3-12, .d4-12, .d5-12, .d6-12, .d7-12, .d8-12, .d9-12, .d10-12, .d11-12, .d12-12 {
    width: 48%; } }
@media (max-width: 500px) {
  .column {
    margin-left: 0; }

  .d1-12, .d2-12, .d3-12, .d4-12, .d5-12, .d6-12, .d7-12, .d8-12, .d9-12, .d10-12, .d11-12, .d12-12 {
    width: 100%; } }
/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 90% "Roboto", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  padding: 0;
  line-height: 1.4em; }

a {
  color: #e66e1e; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

html, body {
  height: 100%;
  margin: 0; }

.widthWrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

h1 {
  overflow: hidden;
  text-align: center;
  width: 50%;
  margin: 40px auto;
  color: #202731;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.4em; }
  @media (max-width: 500px) {
    h1 {
      width: 100%; } }

h1:before, h1:after {
  background-color: rgba(32, 39, 49, 0.2);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

h1:before {
  right: 1em;
  margin-left: -50%; }

h1:after {
  left: 1em;
  margin-right: -50%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #344050;
  height: 60px;
  z-index: 90; }
  @media (max-width: 736px) {
    header {
      z-index: 1000; } }
  header .headerLogo {
    margin-top: 10px;
    max-height: 40px; }
  header .hamMenu {
    display: none; }
    @media (max-width: 736px) {
      header .hamMenu {
        display: block;
        float: right;
        color: #fff;
        padding: 15px 10px; } }
  header .headerNav {
    float: right;
    text-align: right;
    padding-top: 10px; }
    header .headerNav a {
      font-size: 1.3em;
      font-weight: 100;
      text-decoration: none;
      color: #fff;
      padding: 10px 30px;
      display: inline-block; }
      header .headerNav a.selected span {
        border-bottom: 2px solid #e66e1e; }
    @media (max-width: 736px) {
      header .headerNav {
        display: none;
        background: #e66e1e;
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        header .headerNav a {
          display: block;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding: 15px 0; } }

.nav-up {
  top: -40px; }

section {
  width: 100%;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  section#storitve {
    padding-top: 0;
    padding-bottom: 0; }

#storitve h2 {
  font-weight: normal;
  text-align: center;
  color: #e66e1e;
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 1em; }
#storitve p {
  color: #fff;
  text-align: center; }
#storitve .resp-tabs-container {
  padding-top: 40px; }
#storitve .column {
  background: #202731;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 40px; }
  @media (max-width: 500px) {
    #storitve .column {
      margin-bottom: 5px; } }

#kontakt {
  line-height: 1.5em; }
  #kontakt .kontaktLogo {
    width: 250px; }
  #kontakt p {
    margin-bottom: 30px; }
  #kontakt i {
    margin-right: 10px; }
  #kontakt .number {
    font-size: 2em;
    font-weight: bold;
    text-decoration: none; }

#map {
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 1; }
  #map:before {
    content: '';
    background: url(../images/gradient.png) repeat-y 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    z-index: 2; }

.clientLogos {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 50px 0; }
  .clientLogos > ul {
    list-style: none;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 400% !important;
    height: 100px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: loop 60s linear infinite;
    -moz-animation: loop 60s linear infinite;
    -o-animation: loop 60s linear infinite;
    animation: loop 60s linear infinite; }
    @media (max-width: 940px) {
      .clientLogos > ul {
        width: 600% !important; } }
    @media (max-width: 500px) {
      .clientLogos > ul {
        width: 1200% !important; } }
  .clientLogos > ul > li {
    position: relative;
    text-align: justify;
    text-justify: distribute-all-lines;
    line-height: 0;
    letter-spacing: -0.31em;
    float: left;
    height: 100px;
    overflow: hidden; }
    .clientLogos > ul > li:before {
      content: '';
      position: relative;
      height: 100%;
      width: 0; }
    .clientLogos > ul > li:before,
    .clientLogos > ul > li > * {
      vertical-align: middle;
      display: inline-block; }
    .clientLogos > ul > li:after {
      content: '.';
      display: inline-block;
      height: 0 !important;
      width: 100%;
      overflow: hidden !important;
      visibility: hidden;
      font-size: 0;
      word-spacing: 100%; }
    .clientLogos > ul > li > * {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      line-height: 1;
      letter-spacing: 0; }
  .clientLogos img {
    max-height: 100px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }

.middleW {
  text-align: center; }
  .middleW:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .middleW .middle {
    display: inline-block;
    vertical-align: middle; }

.subSection {
  margin-top: 60px; }
  .subSection h2 {
    font-size: 1.6em;
    color: #e66e1e;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em; }
  .subSection .ceo {
    margin: 0 0 40px; }
    .subSection .ceo .image {
      display: inline-block; }
      .subSection .ceo .image img {
        border-radius: 50%;
        margin-bottom: 1em; }
    .subSection .ceo .name p {
      font-style: italic; }

#kontakt {
  background: #202731;
  color: #fff;
  text-align: center; }
  #kontakt h1 {
    color: #fff; }
  #kontakt h1:before, #kontakt h1:after {
    background-color: rgba(255, 255, 255, 0.2); }
  #kontakt form {
    text-align: center; }
    #kontakt form input {
      border: none;
      background: #344050;
      border: 1px solid #344050;
      display: inline-block;
      font-weight: 100;
      font-size: 1em;
      padding: 15px 20px;
      margin-bottom: 10px;
      width: 60%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #kontakt form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #778aa6; }
      #kontakt form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #778aa6; }
      #kontakt form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #778aa6; }
      #kontakt form input:-moz-placeholder {
        /* Firefox 18- */
        color: #778aa6; }
      #kontakt form input.focus {
        border: 1px solid #e66e1e;
        color: #e66e1e; }
        #kontakt form input.focus::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #e66e1e; }
        #kontakt form input.focus::-moz-placeholder {
          /* Firefox 19+ */
          color: #e66e1e; }
        #kontakt form input.focus:-ms-input-placeholder {
          /* IE 10+ */
          color: #e66e1e; }
        #kontakt form input.focus:-moz-placeholder {
          /* Firefox 18- */
          color: #e66e1e; }
      #kontakt form input.full {
        color: #e66e1e; }
      #kontakt form input.submit {
        background: #e66e1e;
        width: auto;
        padding: 10px 30px;
        text-transform: uppercase; }
    #kontakt form textarea {
      border: none;
      background: #344050;
      border: 1px solid #344050;
      display: inline-block;
      font-weight: 100;
      font-size: 1em;
      padding: 15px 20px;
      margin-bottom: 10px;
      width: 60%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #e66e1e;
      height: 150px; }
      #kontakt form textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #778aa6; }
      #kontakt form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #778aa6; }
      #kontakt form textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: #778aa6; }
      #kontakt form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #778aa6; }
      #kontakt form textarea.focus {
        border: 1px solid #e66e1e; }
        #kontakt form textarea.focus::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #e66e1e; }
        #kontakt form textarea.focus::-moz-placeholder {
          /* Firefox 19+ */
          color: #e66e1e; }
        #kontakt form textarea.focus:-ms-input-placeholder {
          /* IE 10+ */
          color: #e66e1e; }
        #kontakt form textarea.focus:-moz-placeholder {
          /* Firefox 18- */
          color: #e66e1e; }

.home {
  height: 100%;
  min-height: 100%;
  background: url(../images/background12.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 100;
  text-align: center; }
  @media (max-width: 500px) {
    .home {
      height: 500px;
      min-height: 500px;
      padding: 0; } }
  .home:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .home .homeContent {
    position: relative;
    z-index: 102;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    font-weight: 300;
    max-width: 95%; }
    @media (max-width: 500px) {
      .home .homeContent {
        font-size: 0.9em; } }
    @media (max-width: 500px) {
      .home .homeContent li {
        padding: 0 0 0 45px; } }
    .home .homeContent .logo {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px;
      max-width: 445px; }
      @media (max-width: 500px) {
        .home .homeContent .logo {
          max-width: 250px;
          text-align: center;
          margin: 0 auto;
          padding: 10px; } }
      .home .homeContent .logo img {
        width: 100%; }
    .home .homeContent .copy {
      padding: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      max-width: 445px;
      text-align: center; }
      .home .homeContent .copy p {
        font-style: italic; }
      @media (max-width: 500px) {
        .home .homeContent .copy {
          padding: 10px; } }
    .home .homeContent .nav {
      text-align: center;
      padding: 20px; }
      @media (max-width: 500px) {
        .home .homeContent .nav {
          padding: 20px 0; } }
      .home .homeContent .nav a {
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        font-size: 1.1em;
        text-transform: uppercase; }
        @media (max-width: 500px) {
          .home .homeContent .nav a {
            padding: 10px; } }
        .home .homeContent .nav a:hover {
          color: #e66e1e; }
  .home .scroll {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 103;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }

ul li {
  padding: 5px 0 5px 45px;
  margin-bottom: 10px;
  position: relative; }
  ul li:before {
    font-family: FontAwesome;
    content: "\f046";
    color: #e66e1e;
    font-size: 30px;
    position: absolute;
    top: 6px;
    left: 0; }

.homeBg {
  background: rgba(32, 39, 49, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101; }

.stortiveTop {
  background: #202731;
  color: #fff;
  padding: 40px 0; }
  .stortiveTop h1 {
    color: #fff; }
  .stortiveTop h1:before, .stortiveTop h1:after {
    background-color: rgba(255, 255, 255, 0.2); }

.ceo {
  text-align: center; }

h2.resp-accordion {
  background: #202731 !important;
  margin-bottom: 5px !important; }
  h2.resp-accordion:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  h2.resp-accordion .fa-5x {
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 5px 10px 0 0; }
  h2.resp-accordion .title {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 10px; }

footer {
  background: #202731;
  color: #778aa6;
  font-weight: 100;
  padding: 30px 0; }
  footer:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  footer a {
    color: #778aa6; }
  @media (max-width: 736px) {
    footer {
      text-align: center; } }
  footer .copy {
    float: left; }
    @media (max-width: 736px) {
      footer .copy {
        float: none; } }
  footer .www {
    float: right; }
    @media (max-width: 736px) {
      footer .www {
        float: none; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-5px); } }
.resp-tabs-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }
.resp-tabs-list li {
  padding: 0;
  margin: 0;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer; }
  .resp-tabs-list li:before {
    display: none; }
  .resp-tabs-list li .icon {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #e66e1e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 40px; }
  .resp-tabs-list li .title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
    margin-top: 20px; }
  .resp-tabs-list li.resp-tab-active .icon {
    background: #e66e1e;
    color: #202731; }
  .resp-tabs-list li.resp-tab-active .title {
    color: #e66e1e; }

h2.resp-accordion {
  cursor: pointer;
  display: none; }

.resp-tab-content {
  display: none; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-tab-content-active {
  display: block; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }

  .resp-vtabs .resp-tabs-container {
    float: none;
    width: 100%;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; } }
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
@-moz-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
@-ms-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-66.6%);
    -moz-transform: translateX(-66.6%);
    -ms-transform: translateX(-66.6%);
    -o-transform: translateX(-66.6%);
    transform: translateX(-66.6%); } }
