/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=259683b80feb5d6a2e28)
 * Config saved to config.json and https://gist.github.com/259683b80feb5d6a2e28
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(http://fonts.googleapis.com/css?family=Fira+Sans&subset=cyrillic-ext,latin-ext);

@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top:  -9999px;
    }
  div#preloader img {
    display: block;
    }
  }
@media print {
  div#preloader, 
  div#preloader img {
    visibility: hidden;
    display: none;
    }
  }

.loading-animation{
  background:url(../img/loading-animation.png);
  height:40px;
  width: 240px;
  opacity: 0;
  -webkit-animation: loading 1.5s infinite ease-in-out alternate;
  -moz-animation:    loading 1.5s infinite ease-in-out alternate;
  -o-animation:      loading 1.5s infinite ease-in-out alternate;
  animation:         loading 1.5s infinite ease-in-out alternate;
}

@-webkit-keyframes loading {
  0%  { opacity: 0; }
  100%  { opacity: 1; }
}

@keyframes loading {
  0%  { opacity: 0; }
  100%  { opacity: 1; }
}

#dvLoading > div{
  width:242px;
  margin: 0 auto;
  height: 167px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x:hidden;
}
body {
  margin: 0;
  font-size:14px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #222;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #736956;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24.5px;
  font-weight: normal;
  margin-bottom: 15px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #f1f2eb;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #736956;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #736956;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #736956;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 1.5s ease-in-out left;
  -o-transition: 1.5s ease-in-out left;
  transition: 1.5s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 57px;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* XS size */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  html,body{
    min-height: 100%;
  }
  .close-button-img{
    float: right;
    border: 0;
    margin-top: 14px;
  }
  .toggled-button{
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    float: right;
  }
  #page-content-wrapper{
    padding: 15px;
  }
  #wrapper.toggled #page-content-wrapper{
    padding-left: 0px;
    overflow:hidden;
  }
  .textbox{
    bottom: -20px;
    right: 0px;
    left: 0px;
    position: absolute;
    margin:0 auto;
    z-index: 5;
    background:none;
    padding:30px 30px 20px 0px;
    text-align: center;
    top: 0px;
  }
  #sidebar-wrapper{
    text-align: right;
  }
  .studio-geci-logo-home {
    height: 35px; 
    background-image: none !important;
    margin-left: -15px;
    min-width: 14px;
  }
  #wrapper.toggled #page-content-wrapper {
  position: absolute;
  }
  .carousel{
    position: absolute;
  }
  .carousel-inner{
    position: absolute;
    height: calc(100% - 15px) !important;
    width: calc(100% - 15px) !important;
  }
  .fill{
    width: calc(100% - 30px) !important;
  }
  .slider-for .fill{
    width: 100% !important;
  }
  .referentna-lista.projekti .fill{
    height: 100vh;
    width: 100% !important;
  }
  .referentna-lista.projekti{
    margin-top: -15px;
  }
  .referentna-lista.projekti .carousel-inner{
    height: 100vh !important;
    padding-left:20px;
  }
  .referentna-lista.projekti .inner-textbox{
    padding-bottom: 0px;
  }
  .herotext, .kontakttext{
  margin-top:0px;
  }
  .inner-textbox{
    width: 100%;
    padding-bottom: 20px;
  }
  section.inner-page{
    margin-top: 30px;
  }
  #sidebar-wrapper {
    padding-left: 24px;
  }
  .press .carousel-inner, .novosti .carousel-inner{
    padding: 0px 0px 0px 20px;
    height: 100% !important;
    margin-top: -15px;
  }
  .projekt-inner, .projekti{
    margin:-15px -15px 0px 0px;
    height: 100vh !important;
    padding-left: 20px;
  }
  .projekt-inner .fill{
    height: calc(100vh - 100px) !important;
  }
  .projekti h2 {
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}
  .total-referentna{
    width: calc(100vw - 20px) !important;
  }
}



/* SM size */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  html, body{
    min-height: 100%;
  }
  .close-button-img{
    border: 0;
    margin: 15px 0px;
    float: left;
  }
  .toggled-button{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    float: right;
  }
  #page-content-wrapper{
    padding: 30px;
  }
  #wrapper.toggled #page-content-wrapper{
    padding-left: 0px;
  }
  .textbox{
    bottom: 30px;
    right: 0px;
    left: 0px;
    top:30px;
    position: absolute;
    margin:0 auto;
    z-index: 5;
    background:#736956;
    padding:10px;
    text-align: center;
  }
  #sidebar-wrapper{
    text-align: right;
  }
  .studio-geci-logo-home {
    height: 35px; 
    background-image: none !important;
    margin-left: -15px;
    min-width: 14px;
  }
  #wrapper.toggled .studio-geci-logo-home{
    width: 100%;
  }
  #wrapper.toggled #page-content-wrapper {
  position: absolute;
  }
  .carousel{
    position: absolute;
  }
  .carousel-inner{
    position: absolute;
    height: calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
  }
  .fill{
    width:calc(100% - 30px) !important;
  }
  .herotext, .kontakttext{
  }
  section.inner-page{
    margin-top: 30px;
  }
  #sidebar-wrapper {
    padding-left: 30px;
  }
  .press .carousel-inner, .novosti .carousel-inner{
    padding: 0px 0px 0px 15px;
    height: 100% !important;
    margin-top: -30px;
  }
}



/* MD size */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  html, body{
    height: 100%;
  }
  .close-button-img{
      background: url(../img/studio_geci_x.png) no-repeat;
    }
  .toggled-button{
  background: url(../img/studio_geci_o.png) no-repeat;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
  .textbox{
  bottom: 30px;
  right: 30px;
  position: absolute;
  z-index: 5;
  background:#736956;
  padding:25px;
  text-align: center;
  overflow: hidden;
  max-width: 500px;
  max-height: calc(100vh - 120px);
  }
  #sidebar-wrapper{
    text-align: center;
  }
  .studio-geci-logo-home {
    width: 128px;
    height: 35px;
    margin: 51px auto; 
  }
  .kontakttext{
  margin-top:135px;   
  }
  .inner-textbox{
    width: calc(100% + 18px);
    padding-bottom: 30px;
  }
  section.inner-page{
  margin-top:158px;
  }
}



/* LG size */
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  html, body{
    height: 100%;
  }
  .close-button-img{
      background: url(../img/studio_geci_x.png) no-repeat;
    }
  .toggled-button{
  background: url(../img/studio_geci_o.png) no-repeat;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
  .textbox{
  bottom: 30px;
  right: 30px;
  position: absolute;
  z-index: 5;
  background:#736956;
  padding:25px;
  text-align: center;
  overflow: hidden;
  max-width: 500px;
  max-height: calc(100vh - 120px);
  }
  #sidebar-wrapper{
    text-align: center;
  }
  .studio-geci-logo-home {
    width: 128px;
    height: 35px;
    margin: 51px auto; 
  }
  .kontakttext{
  margin-top:135px;
  }
  .inner-textbox{
    padding-bottom: 20px;
  }
  section.inner-page{
  margin-top:158px;
  }
}



.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    height:100%;
  }

#wrapper.toggled {
    padding-left: 230px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 230px;
    width: 0;
    height: 100%;
    margin-left: -230px;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    background: #222;
}

#wrapper.toggled #sidebar-wrapper {
    width: 230px;
    padding-left: 0px;
}

#page-content-wrapper {
    width: 100%;
    height: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -205px;
}

.sidebar-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: left;
}

.sidebar-nav li {
    text-indent: 21px;
    line-height: 40px;
}

.sidebar-nav > li > a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #222;
    background: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}


@media(min-width:992px) {
  #wrapper {
      padding-left: 230px;
  }

  #wrapper.toggled {
      padding-left: 0;
  }

  #sidebar-wrapper {
      width: 230px;
  }

  #wrapper.toggled #sidebar-wrapper {
      width: 0;
  }

  #page-content-wrapper {
  }

  #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0;
      padding: 30px;
  }
}


.carousel,
.item,
.active,
.slick-active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 1;
}
.carousel-fade .carousel-inner .active {
  opacity: 0.2;
}

.carousel-fade .carousel-inner .active.left,
.carousel-
 .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 0.2;
}
.carousel-fade .carousel-control {
  z-index: 3;
}

.carousel-fade_projekt .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 1;
}
.carousel-fade_projekt .carousel-inner .active {
  opacity: 1;
}

.carousel-fade_projekt .carousel-inner .active.left,
.carousel-fade_projekt .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade_projekt .carousel-inner .next.left,
.carousel-fade_projekt .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade_projekt .carousel-control {
  z-index: 3;
}

.close-button-img, .logo-img{
  cursor: pointer;
}

.logo-img{
  float: left;
  margin-top: 67px;
}

button:focus {
  outline:0;
}

.textbox.toggled{
  bottom: -30px;
}

.inner-textbox h1{
    margin-left: -18px;
}

.textbox h1{
  text-transform: uppercase;
  font-weight: bold;
  font-size:1.285714285714286em;
  text-align: center;
  border-bottom: 1px solid #f1f2eb;
  margin-bottom: 25px;
  padding-bottom: 20px;
  display: inline-block;
  margin-top: 0px;
  max-width: 85%;
}

.textbox p, .textbox p ul, .textbox ul {
  text-align: left;
  padding-right: 18px;
}

.textbox p ul, .textbox ul {
  list-style: disc;
  text-indent: -5px;
  padding-left: 0px;;
}

.textbox p ul li, .textbox ul li {
    margin-left: 5px;

}

.herotext h1, .kontakttext h1{
  text-transform: uppercase;
  font-weight: bold;
  font-size:1.285714285714286em;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  display: inline-block;
  margin-left: 0px;
}

.herotext p, .kontakttext p {
  font-size: 1.285714285714286em;
  line-height: 30px;
  text-align: center;
}

.close-info-button-img, .close-button-img, .textbox, .textbox.toggled, .studio-geci-logo-home{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

nav ul ul{
  display: none;
  list-style: none;
  padding-left: 0px;
}

nav ul.sidebar-nav ul li {
  line-height: 30px;
  text-indent: 51px;
  text-transform: uppercase;
  font-size: 1em;
}

nav ul.sidebar-nav ul li a {
  display: block;
}

nav ul.sidebar-nav ul > li:nth-child(1) > a {
  background-image: url(../img/studio_geci_projekti_stanovanje.png);
  background-repeat:  no-repeat;
  background-position: 51px center;
}

nav ul.sidebar-nav ul > li:nth-child(2) > a {
  background-image: url(../img/studio_geci_projekti_trgovina.png);
  background-repeat:  no-repeat;
  background-position: 51px center;
}

nav ul.sidebar-nav ul > li:nth-child(3) > a {
  background-image: url(../img/studio_geci_projekti_turizam.png);
  background-repeat:  no-repeat;
  background-position: 51px center;
}

nav ul.sidebar-nav ul > li:nth-child(4) > a {
  background-image: url(../img/studio_geci_projekti_ugostiteljstvo.png);
  background-repeat:  no-repeat;
  background-position: 51px center;
}

nav ul.sidebar-nav ul > li:nth-child(5) > a {
  background-image: url(../img/studio_geci_projekti_uredski_prostor.png);
  background-repeat:  no-repeat;
  background-position: 51px center;
}

nav ul ul li:last-child{
}

.sidebar-nav li a, .outer-textbox, .buttons a, input, textarea, .press-img, section {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.active > a {
  color: #222;
  background-color: #fff;
}



nav ul.sidebar-nav li.active ul {
  display: block;
}

.outer-textbox{
  width: 100%;
  overflow: hidden;
}

.outer-textbox.smaller{
  height: auto;
}

.outer-textbox.smaller .inner-textbox{
  padding-bottom: 0px;
}
 
.inner-textbox{
  height: 100%;
  overflow: auto;
}

#landing-page section.landing-page{
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  right: 0;
}

section.bottom-bar {
  position: absolute;
  bottom: 0px;
  padding-bottom: 12px;
  text-align: center;
  width: calc(100vw - 230px);
  background: #222;
}

section.bottom-bar h2, section.inner-page h3, section.inner-page h2{
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

section.inner-page h2{
  bottom:0px;
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0px;
  background: #222;
  padding-top: 20px;
}

.referentna-lista section.inner-page div.col-ref{
  height: calc(100vh - 77px)
}

.referentna-lista section.inner-page{
  margin-top:57px;
  height:calc(100vh - 57px);
}

.referentna-lista section.inner-page h2{
  bottom:15px;
  left: 0;
  right: 0;
  margin-bottom: 0px;
  background: #222;
  padding-top: 20px;
  position: absolute;
}

.projekt-inner{
  height: calc(100vh - 57px);
}

.projekti{
  height: 100%;
}

.projekti .fill{
  height: calc(100vh - 57px);
}

.projekti h2{
  margin-bottom: 7px;
  margin-top: 23px;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.projekt-inner .fill {
  height: calc(100vh - 157px);
}

.thumb{
  height:100px;
  opacity: 0.4;
}

.col-ref{
  float: left;
  padding: 0px 10px;
}

.referentna-lista.projekti .col-ref{
  padding:0;
}

.referentna-lista.projekti section.inner-page{
  margin-top: 0px;
  height: 100vh;
}

#first img{
  max-width: 100%;
}

.buttons a{
  line-height: 43px;
  border:1px solid #736956;
  text-align: center;
  text-transform: uppercase;
  color: #736956;
  display: block;
  text-decoration: none;
}

.buttons a:hover{
  background:#736956;
  color: #FFF;
}

.buttons{
  margin-top: 30px;
}

@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.fadeIn{
  -webkit-animation: fade-in 2.5s;
  animation: fade-in 2.5s;
  display: block !important;
}

label, input, textarea {
  display: block;
  width: 100%;
  background: none;
  margin-bottom: 10px;
}

input, textarea {
  border:1px solid #dddddd;
  padding:10px;
}

textarea{
  resize: none;
}

input[type="submit"]{
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

input[type="submit"]:hover{
  background: #f1f2eb;
  color:#736956;
}

input:focus, textarea:focus {
  outline: none !important;
  box-shadow: 0 0 2px #FFF;
}

footer{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.social{
  float: left;
}

.social button, .social button:hover{
  border:0;
  padding:0;
  margin-bottom:20px;
}

.home-button{
  margin-left: 21px;
}

.facebook-button{
  margin-left: 37px;
}

.twitter-button{
  margin-left: 13px;
}

.linkedin-button{
  margin-left: 13px;
}

.home-button:hover{
  background-position: -176px -140px;
}

.facebook-button:hover{
  background-position: -201px -185px;
}

.twitter-button:hover{
  background-position: -226px -179px;
}

.linkedin-button:hover{
  background-position: -5px -176px;
}

.social-share button{
  border:0;
  padding:0;
}

.social-share .facebook-button, .social-share .facebook-button:hover{
  background-position: -201px -185px;
  margin-left:0px;
}

.social-share .twitter-button, .social-share .twitter-button:hover{
  background-position: -226px -179px;
}

.social-share .linkedin-button, .social-share .linkedin-button:hover{
  background-position: -5px -176px;
}



.language{
  color: #444;
  clear: both;
}

.language button{
  padding: 0;
  border: 0;
  background:none;
  color:#444;
  text-transform: uppercase;
}

.language button:hover{
  color: #fff;
}

#dvLoading {
background: #222;
height: 100%;
width: 100%;
position: fixed;
z-index: 1001;
text-align: center;
}

a i{
  margin-right: 10px;

}

.no-padding{
  padding-left: 0px;
  padding-right: 0px;
}

.press section.inner-page, .novosti section.inner-page{
  margin-top:0px;
}

.press section.inner-page .gallery-row .press-img, .press section.inner-page .gallery-row .press-text, .novosti section.inner-page .gallery-row .novosti-img, .novosti section.inner-page .gallery-row .novosti-text{
  height: calc(100vh / 3);
}

.press .inner-textbox, .novosti .inner-textbox{
  padding-bottom: 0px;
}

.press-img, .novosti-img{
  background-size:cover;
  background-position: center;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.gallery-row:hover .press-img, .gallery-row:hover .novosti-img{
  background-size:cover;
  background-position: center;
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: none;
}

.press-text-inner{
  text-align: center;
  height: 70px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  right: 0;
  padding:0px 10px;
}

.novosti-text-inner, .novosti-text-inner-small{
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  right: 0;
  padding:0px 10px;
}

.press-text-inner h4, .press-text-inner p > a, .novosti-text-inner h4, .novosti-text-inner p > a, .novosti-text-inner-small h4, .novosti-text-inner-small p > a{
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0px;
}

i.print-press{
  width: 14px;
  height: 14px;
  background-position: -5px -201px;
  margin-bottom: -2px;
}

i.online-press{
  width: 15px;
  height: 14px;
  background-position: -22px -201px;
  margin-bottom: -2px;
}

.share-novosti{
  text-transform: uppercase;
}

.left-kontakt{
  text-align: right;
  text-transform: uppercase;
  padding-right: 5px;
}

.right-kontakt{
  text-align: left;
  padding-left: 5px;
}

.google_maps{
  height: calc(100vh - 57px);
  #margin-top: -158px;
  padding: 0px;
}

.gmap-content, .gmap-h4, #gmap-content-body{
  color: #000;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

a.left, a.right{
  cursor: pointer;
}

.projekt-inner .carousel-control{
  bottom:100px;

}

section.bottom-bar h2{
  margin-bottom: 7px;
  margin-top:23px;
}

.info-overlay{
  position: absolute;
  top: 0;
  z-index: 22;
  width: calc(100vw - 230px) !important;
  background: rgba(34, 34, 34, 0.8);

}

.info-overlay-button{
  cursor: pointer;
}

/* sprite */


.loading-animation, .studio-geci-logo-preload, .studio-geci-logo-home, .studio-geci-architecture-and-design, .studio-geci-referentna-lista, 
.studio-geci-home, .studio-geci-home-hover, .studio-geci-kontakt, .studio-geci-novosti, .studio-geci-o-nama, 
.studio-geci-press, .studio-geci-projekti, .studio-geci-projekti-stanovanje, .studio-geci-projekti-turizam, .studio-geci-projekti-uredski-prostor, 
.studio-geci-sto-ocekivati, .studio-geci-projekti-ugostiteljstvo, .studio-geci-projekti-trgovina, .studio-geci-mail, .studio-geci-o, 
.studio-geci-x, .studio-geci-download, .studio-geci-linkedin, .studio-geci-linkedin-hover, .studio-geci-twitter, 
.studio-geci-twitter-hover, .studio-geci-tel, .studio-geci-facebook, .studio-geci-facebook-hover, .print-press, .online-press, .fa-angle-left, .fa-angle-right,.before, .after, .project-info, .project-close
{ background: url('../img/studio_geci_sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; display: inline-block; }
 
.loading-animation { background-position: -5px -0px; width: 240px; height: 40px; }
.studio-geci-logo-preload { background-position: -5px -45px; width: 240px; height: 65px; }
.studio-geci-logo-home { background-position: -5px -115px;}
.studio-geci-architecture-and-design { background-position: -138px -115px; width: 33px; height: 41px; }
.studio-geci-referentna-lista { background-position: -176px -115px; width: 21px; height: 20px; margin-bottom: -6px; }
.studio-geci-home { background-position: -202px -115px; height: 25px; width: 20px; margin: 0px 0px -5px 21px; }
.studio-geci-home-hover { background-position: -176px -140px; width: 20px; height: 25px; }
.studio-geci-kontakt { background-position: -201px -145px; width: 20px; height: 14px; margin-bottom: -3px; }
.studio-geci-novosti { background-position: -5px -155px; width: 20px; height: 16px; margin-bottom: -4px; }
.studio-geci-o-nama { background-position: -30px -155px; width: 20px; height: 14px; margin-bottom: -1px; }
.studio-geci-press { background-position: -55px -155px; width: 20px; height: 14px; margin-bottom: -3px; }
.studio-geci-projekti { background-position: -80px -155px; width: 20px; height: 20px; margin-bottom: -6px; }
.studio-geci-projekti-stanovanje { background-position: -105px -155px; width: 20px; height: 18px; margin-bottom: -5px; }
.studio-geci-projekti-turizam { background-position: -130px -161px; width: 20px; height: 20px; margin-bottom: -6px; }
.studio-geci-projekti-uredski-prostor { background-position: -201px -164px; width: 20px; height: 16px; margin-bottom: -4px; }
.studio-geci-sto-ocekivati { background-position: -155px -170px; width: 20px; height: 20px; margin-bottom: -6px; }
.studio-geci-projekti-ugostiteljstvo { background-position: -30px -174px; width: 18px; height: 20px; margin-bottom: -6px; }
.studio-geci-projekti-trgovina { background-position: -180px -170px; width: 16px; height: 20px; margin-bottom: -6px; }
.studio-geci-mail { background-position: -226px -145px; width: 14px; height: 11px; }
.studio-geci-o { background-position: -226px -161px; width: 14px; height: 13px; }
.studio-geci-x { background-position: -53px -174px; width: 14px; height: 14px; }
.studio-geci-download { background-position: -227px -115px; width: 13px; height: 12px; }
.studio-geci-linkedin { background-position: -227px -132px; width: 13px; height: 12px; }
.studio-geci-linkedin-hover { background-position: -5px -176px; width: 13px; height: 12px; }
.studio-geci-twitter { background-position: -105px -178px; width: 13px; height: 12px; }
.studio-geci-twitter-hover { background-position: -226px -179px; width: 13px; height: 12px; }
.studio-geci-tel { background-position: -72px -180px; width: 11px; height: 11px; }
.studio-geci-facebook { background-position: -88px -180px; width: 8px; height: 15px; }
.studio-geci-facebook-hover { background-position: -201px -185px; width: 8px; height: 15px; }
.fa-angle-left{background-position: -39px -194px; width: 24px;height: 40px;margin: auto;
top: 0;
left: 0;
bottom: 0;
z-index: 2;
right: 0;
position: absolute;}
.fa-angle-right{background-position: -65px -194px; width: 24px;height: 40px;margin: auto;
top: 0;
left: 0;
bottom: 0;
z-index: 2;
position: absolute;
right: 0;}
.before{width: 14px;height: 13px;background-position: -89px -195px;margin-bottom: -1px;}
.after{width: 14px;height: 13px;background-position: -89px -208px;margin-bottom: -1px;}
.project-info{width: 13px;height: 12px;background-position: -89px -221px;margin-bottom: -1px;}
.project-close{width: 12px;height: 13px;background-position: -103px -195px;border: 0;position: absolute;top: -83px;right: 40px;}






@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -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); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 100px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 24px; width: 40px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 20px; }


.slick-next { right: 20px; }


/* Dots */
.slick-slider { }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
.slider-nav .slick-active.slick-center div.thumb{opacity: 1;cursor:default;}
.slider-nav {
  cursor:pointer;
}
.slider-for{
  cursor: w-resize;
}
/*# sourceMappingURL=slick.css.map */
