/* --------------------------------------------------------------------------------------
+
+   AUTHOR: 4Design Studio
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
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;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* SPRITES */
.icons-sprite, .icons-list {
  background: url('../images/icons-see924fe2fc.png') no-repeat;
}

.icons-list {
  background-position: 0 0;
  height: 11px;
  width: 11px;
}
.icons-list:hover, .icons-list.list_hover, .icons-list.list-hover {
  background-position: 0 -41px;
}

/* BOX SIZING */
/* TRANSITION */
/* LINE-HIGH */
/* FIRST CHILD */
body {
  color: #b39c82;
  font-family: "Noto Serif", serif;
  font-size: 13px;
  line-height: 1.5;
  min-width: 1000px;
  /* mobile Safari fix */
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  color: #b29c81;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6d9ca;
  text-transform: uppercase;
  margin-bottom: 50px;
}

h3 {
  font-size: 15px;
  color: #6b1215;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h3.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6d9ca;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #6b1215;
}

p {
  margin-bottom: 30px;
  clear: both;
}
p span {
  color: white;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

.last {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: #ed7323;
  color: white;
  text-shadow: none;
}

::selection {
  background: #ed7323;
  color: white;
  text-shadow: none;
}

input,
textarea,
button {
  font-family: "Noto Serif", serif;
  font-size: 12px;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.float-clear {
  overflow: hidden;
}

.clear {
  clear: both;
  line-height: 0;
}

.hide {
  display: none !important;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
/* BUTTONS */
.btn {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #ac0004;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjMDAwNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ac0004), color-stop(100%, #d20000));
  background-image: -webkit-linear-gradient(bottom, #ac0004 0%, #d20000 100%);
  background-image: -moz-linear-gradient(bottom, #ac0004 0%, #d20000 100%);
  background-image: -o-linear-gradient(bottom, #ac0004 0%, #d20000 100%);
  background-image: linear-gradient(bottom, #ac0004 0%, #d20000 100%);
}
.btn:hover {
  background-color: #870003;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3MDAwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I4MDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #870003), color-stop(100%, #b80000));
  background-image: -webkit-linear-gradient(bottom, #870003 0%, #b80000 100%);
  background-image: -moz-linear-gradient(bottom, #870003 0%, #b80000 100%);
  background-image: -o-linear-gradient(bottom, #870003 0%, #b80000 100%);
  background-image: linear-gradient(bottom, #870003 0%, #b80000 100%);
}
.btn.btn-big {
  width: 140px;
  height: 42px;
  display: block;
  padding: 0;
  line-height: 42px;
  font-size: 14px;
  position: relative;
  z-index: 60;
  text-align: center;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
html, body {
  height: 100%;
}

.layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -240px;
}
.layout .layout_footer {
  height: 240px;
}

footer {
  clear: both;
  position: relative;
  height: 240px;
}

.layout {
  background: url('../images/bgr.png?1368140433') repeat 0 0;
}

.container {
  margin: 0 auto;
  width: 960px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small {
  width: 280px;
  float: left;
}
.home .small {
  width: 230px;
}

.main {
  width: 640px;
  float: right;
}
.kontakt .main {
  margin-top: 20px;
}

.italic p {
  font-style: italic;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  padding-top: 5px;
  position: relative;
  z-index: 100;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
header .logo {
  width: 147px;
  height: 62px;
  float: left;
  background: url('../images/logo.png?1368140484') no-repeat 0 0;
  text-indent: -9999px;
  position: relative;
  z-index: 110;
}
header .logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header em {
  color: #ae1f23;
  font-size: 18px;
  font-style: italic;
  float: right;
  padding-top: 30px;
}
header nav {
  width: 1000px;
  height: 166px;
  padding: 77px 40px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  background: url('../images/main-nav-bgr.png?1368141562') no-repeat 50% 0;
  position: relative;
  top: -35px;
  left: -20px;
}
header nav > a {
  width: 120px;
  height: 27px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 55px;
  right: -50px;
}
header nav > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.main-nav a {
  cursor: pointer !important;
}
.main-nav > li {
  float: left;
  margin-left: 15px;
  position: relative;
}
.main-nav > li:first-child {
  margin-left: 0;
}
.main-nav > li:hover > a {
  background-color: #8f181c;
  background-color: rgba(107, 18, 21, 0.5);
}
.main-nav > li:hover .drop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
.main-nav > li > a {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  float: left;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 17px 0;
  -moz-border-radius: 17px 0;
  -ms-border-radius: 17px 0;
  -o-border-radius: 17px 0;
  border-radius: 17px 0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #b31c21;
  background-color: rgba(107, 18, 21, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(2, 2, 2, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(2, 2, 2, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 1px 0 rgba(2, 2, 2, 0.15);
}
.main-nav > li > a:hover {
  background-color: #8f181c;
  background-color: rgba(107, 18, 21, 0.5);
}
.main-nav .nav-drop {
  background: url('../images/arrow-nav.png?1368303256') no-repeat 90% 12px;
}

.drop {
  position: absolute;
  top: 100%;
  padding-top: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
.drop ul {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 0 15px 0;
}
.drop ul li {
  position: relative;
  border-bottom: 1px solid white;
}
.drop ul li:hover > .subdrop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}
.drop ul a {
  padding: 7px 10px 7px 25px;
  display: block;
  width: 175px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: url('../images/icon-list.png?1368197047') no-repeat 10px -38px;
}
.drop ul a:hover {
  color: #af1f23;
  background-position: 10px 12px;
}

.subdrop {
  position: absolute;
  top: -5px;
  left: 210px;
  padding-left: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subdrop .subdrop .subdrop a {
  width: 100px;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  -webkit-box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
  -moz-box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
  box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSItMjUlIiBzdG9wLWNvbG9yPSIjNmIxMjE0Ii8+PHN0b3Agb2Zmc2V0PSIxMjUlIiBzdG9wLWNvbG9yPSIjYWYxZjIzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(-25%, #6b1214), color-stop(125%, #af1f23));
  background-image: -webkit-linear-gradient(bottom, #6b1214 -25%, #af1f23 125%);
  background-image: -moz-linear-gradient(bottom, #6b1214 -25%, #af1f23 125%);
  background-image: -o-linear-gradient(bottom, #6b1214 -25%, #af1f23 125%);
  background-image: linear-gradient(bottom, #6b1214 -25%, #af1f23 125%);
  color: #b93437;
}
footer .container {
  height: 100%;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/footer-bgr.png?1368195676') no-repeat 50% 80%;
}
footer .logo {
  float: right;
  margin-bottom: 10px;
}
footer .logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
footer .right {
  text-align: right;
}
footer .right small {
  margin-bottom: 20px;
  display: block;
}
footer .right span {
  display: block;
}
footer .right span a {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
footer .right span a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
footer .right address {
  margin-bottom: 20px;
  clear: right;
}

.footer-nav {
  margin-top: 20px;
}
.footer-nav li {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}
.footer-nav a {
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  float: left;
  padding-left: 30px;
  color: #b93437;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background: url('../images/icon-list.png?1368197047') no-repeat 0 -111px;
}
.footer-nav a:hover {
  color: #fff;
  background-position: 0 -137px;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
.content {
  clear: both;
  padding: 30px 0 70px 0;
  margin-bottom: 80px;
  background: url('../images/line.png?1368199769') no-repeat 50% 100%;
}
.content p {
  line-height: 1.7;
}
.content .text-list {
  margin-left: 30px;
  list-style: disc inside;
  font-weight: bold;
}
.content p + .text-list {
  margin-top: -20px;
  margin-bottom: 30px;
}

.container > dl {
  margin-top: 10px;
  width: 70%;
  margin-left: 17px;
}
.container > dl dt {
  font-weight: bold;
  color: #80694f;
}
.container > dl + h3 {
  margin-top: 20px;
}

.home .content {
  padding-top: 50px;
}
.home .small {
  font-size: 14px;
  line-height: 25px;
}
.home .small p:first-child {
  background: url('../images/text-logo.png?1368192448') no-repeat 0 0;
  text-indent: 30px;
}

blockquote {
  font-style: italic;
  margin-bottom: 30px;
  font-weight: bold;
  padding-left: 50px;
  background: url('../images/quote-logo.png?1368302166') no-repeat 0 5px;
}

.indented p {
  text-indent: 30px;
}
.indented p.none {
  text-indent: 0;
}

/* KONTAKT*/
.kontakt {
  line-height: 1.7;
}
.kontakt aside {
  width: 270px;
  font-size: 12px;
}
.kontakt strong {
  font-weight: normal;
  color: #927a5d;
  display: block;
  margin-bottom: 5px;
}
.kontakt p strong {
  display: inline;
}
.kontakt small {
  font-style: italic;
  font-size: 11px;
}
.kontakt p + p {
  margin-top: -15px;
}
.kontakt .main {
  padding: 10px;
  background-color: #fff;
}

#map {
  display: block;
  width: 100%;
  height: 390px;
}
#map .gmnoprint span, #map .gmnoprint a {
  display: none;
}

/* REFERNCE */
section {
  overflow: hidden;
  color: #937a5d;
  margin-top: 30px;
}
section:first-child {
  margin-top: 0;
}
section p + p {
  margin-top: 20px;
}
section p + ul {
  margin-top: 20px;
}
section ul {
  line-height: 2;
}
section ul li:before {
  content: "-";
  float: left;
  margin-right: 5px;
}

.box {
  width: 640px;
  float: right;
  background-color: rgba(234, 210, 182, 0.2);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box p {
  margin-bottom: 0;
}

/* DELATNOSTI */
.delatnosti {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.delatnosti + h2 {
  margin-bottom: 30px;
}
.delatnosti .image-wrap {
  width: 590px;
  height: 240px;
  border: 2px solid white;
  overflow: hidden;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.delatnosti .image-wrap img {
  height: 100%;
  position: absolute;
  top: 0;
}
.delatnosti ul {
  margin-left: -20px;
}
.delatnosti ul li {
  margin-left: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.delatnosti ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 60px;
  top: 0;
  left: -30px;
  background-color: #6a1214;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.delatnosti ul li.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.delatnosti ul li.active a {
  color: #927a5d;
}
.delatnosti ul li:first-child a {
  border-top: none;
}
.delatnosti ul li:first-child a {
  padding-top: 0;
  line-height: 60px;
}
.delatnosti ul li small {
  font-size: 13px;
}
.delatnosti a {
  height: 60px;
  padding-top: 5px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #6b1215;
  border-top: 1px solid #e6d9ca;
  font-size: 15px;
}
.delatnosti a:hover {
  color: #927a5d;
}

/* CENOVNIK */
table {
  margin-bottom: 40px;
  background-color: #f0eeeb;
  background-color: rgba(234, 210, 182, 0.1);
}
table th, table td {
  border: 1px solid #b39c82;
  padding: 5px 10px;
  line-height: 1.2;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  width: 112px;
}
table th:first-child, table td:first-child {
  width: 134px;
  text-align: left;
}
table th:nth-child(2), table td:nth-child(2) {
  width: auto;
}
table th {
  white-space: nowrap;
  color: #6b1215;
}

.cenovnik h3 {
  font-size: 13px;
}

/* PROIZVODI */
.sirovine {
  margin-top: -20px;
  width: 300px;
}
.sirovine li {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e6d9ca;
  color: #6b1215;
}

/* v1.0.4 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 960px;
  height: 442px;
  position: relative;
  direction: ltr;
  margin: 0 auto;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease, opacity 0.3s ease;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition: visibility 0s ease 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s ease 0.3s, opacity 0.3s ease;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background-color: red;
  display: block;
  width: 100px;
  height: 100px;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../images/blank.gif);
}

.royalSlider {
  margin-top: -16px;
}
.royalSlider .slide1, .royalSlider .slide2, .royalSlider .slide3, .royalSlider .slide4, .royalSlider .slide5 {
  width: 960px;
  height: 442px;
  position: relative;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
}
.royalSlider .slide1 {
  background: url('../images/slider/slide01.jpg?1369780288') no-repeat 0 0;
}
.royalSlider .slide2 {
  background: url('../images/slider/slide02.jpg?1369850230') no-repeat 0 0;
}
.royalSlider .slide3 {
  background: url('../images/slider/slide03.jpg?1369780240') no-repeat 0 0;
}
.royalSlider .slide4 {
  background: url('../images/slider/slide04.jpg?1369780262') no-repeat 0 0;
}
.royalSlider .slide5 {
  background: url('../images/slider/slide05.jpg?1369242346') no-repeat 0 0;
}
.royalSlider h3, .royalSlider .multi {
  font-size: 17px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 30px;
  padding: 20px 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  background-color: rgba(88, 52, 25, 0.5);
  -webkit-border-radius: 25px 1px/26px 1px;
  -moz-border-radius: 25px 1px/26px 1px;
  -ms-border-radius: 25px 1px/26px 1px;
  -o-border-radius: 25px 1px/26px 1px;
  border-radius: 25px 1px/26px 1px;
}
.royalSlider .multi {
  font-size: 17px;
  line-height: 1.5;
}
.royalSlider .multi li {
  background: url('../images/slider/listic.png?1369240281') no-repeat 0 50%;
  padding-left: 30px;
  text-transform: uppercase;
}

#content-slider {
  overflow: hidden;
}

.rsNav {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 19px;
}
.rsNav .rsNavItem {
  width: 11px;
  height: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #efe4d7;
  -webkit-box-shadow: inset 0 2px 2px rgba(83, 71, 65, 0.4);
  -moz-box-shadow: inset 0 2px 2px rgba(83, 71, 65, 0.4);
  box-shadow: inset 0 2px 2px rgba(83, 71, 65, 0.4);
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rsNav .rsNavItem:hover {
  background-color: #dacbbb;
}
.rsNav .rsNavItem.rsNavSelected {
  background-color: #c11f23;
  -webkit-box-shadow: inset 1px 2px 2px rgba(83, 71, 65, 0.7);
  -moz-box-shadow: inset 1px 2px 2px rgba(83, 71, 65, 0.7);
  box-shadow: inset 1px 2px 2px rgba(83, 71, 65, 0.7);
}

.rsArrow {
  width: 38px;
  height: 38px;
  display: block;
  background: url('../images/slider/slider-arrows.png?1368176257') no-repeat 1px 0;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -18px;
}
.rsArrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.rsArrow.rsArrowRight {
  background-position: -37px 0;
  left: auto;
  right: 20px;
}

/* --------------------------------------------------------------------------------------
+
+ ACCORDION
+
-------------------------------------------------------------------------------------- */
/* Vertical Accordion Style */
.va-container {
  position: relative;
  margin-left: 260px;
}

.va-wrapper {
  width: 700px;
  height: 366px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.va-slice {
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 0px;
  overflow: hidden;
}

.va-slice-1 {
  background: white url('../images/delatnost1.jpg?1370110416') no-repeat 50% 50%;
}
.va-slice-1 .va-title {
  border: none;
}

.va-slice-2 {
  background: white url('../images/delatnost2.jpg?1369780378') no-repeat 50% 50%;
}

.va-slice-3 {
  background: white url('../images/delatnost3.jpg?1369780362') no-repeat 50% 50%;
}

.va-slice-4 {
  background: white url('../images/delatnost4.jpg?1369778536') no-repeat 50% 50%;
}

.va-slice-color-1 {
  background-color: #97c5eb;
}

.va-slice-color-2 {
  background-color: #68ace5;
}

.va-slice-color-3 {
  background-color: #0072cf;
}

.va-title {
  text-transform: uppercase;
  padding-top: 15px;
  color: #eee4d7;
  font-size: 17px;
  border-top: 2px solid white;
  text-align: right;
  font-weight: normal;
  line-height: 25px !important;
  height: 57px;
}
.va-title small {
  font-size: 13px;
}
.va-title span {
  width: 380px;
  padding: 5px 20px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  background-color: #af1f23;
  -webkit-box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
  -moz-box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
  box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
}

.va-content {
  display: none;
  position: relative;
  top: -7px;
}
.va-content p {
  color: #6a1214;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 12px !important;
  padding: 20px;
  float: right;
  width: 340px;
  line-height: 1.7;
  font-style: italic;
  position: relative;
}
.va-content a {
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-border-radius: 11px 0 0 0/11px 25px 0 0;
  -moz-border-radius: 11px 0 0 0/11px 25px 0 0;
  -ms-border-radius: 11px 0 0 0/11px 25px 0 0;
  -o-border-radius: 11px 0 0 0/11px 25px 0 0;
  border-radius: 11px 0 0 0/11px 25px 0 0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #af1f23;
  -webkit-box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
  -moz-box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
  box-shadow: inset 0 1px 0 rgba(207, 0, 47, 0.75);
}
.va-content a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.va-slice ul {
  margin-top: 20px;
}
.va-slice ul li {
  float: left;
  margin: 0px 2px;
}
.va-slice ul li a {
  color: #000;
  background: #eede2f;
  padding: 3px 6px;
  font-size: 14px;
  text-transform: uppercase;
}
.va-slice ul li a:hover {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* --------------------------------------------------------------------------------------
+
+ GALERIJA
+
-------------------------------------------------------------------------------------- */
.galerija {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 500px !important;
}
.galerija .main {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galerija span {
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galerija span:hover {
  color: #6b1215;
}
.galerija > li {
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  width: 200px;
  border-bottom: 1px solid #e6d9ca;
}
.galerija > li.active .main {
  display: block;
}
.galerija > li.active span {
  color: #6b1215;
}

.thumbs {
  margin: -8px -8px;
  overflow: hidden;
}
.thumbs li {
  float: left;
  overflow: hidden;
  margin: 8px 7px 7px 8px;
}
.thumbs a {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #b39c82;
  display: block;
  position: relative;
}
.thumbs a:before {
  content: '';
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background: url('../images/icon-plus.png?1368305556') no-repeat 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.thumbs a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.thumbs a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.thumbs img {
  border: 1px solid #b39c82;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}

/*
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url('../images/overlay.png?1368309261') no-repeat 0 0;
}

#cboxContent img {
  border: 1px solid #b39c82;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

#cboxLoadedContent {
  margin-bottom: 30px;
}
#cboxLoadedContent img {
  padding: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cboxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
}

#cboxCurrent {
  height: 23px;
  line-height: 23px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 11px;
}

#cboxLoadingOverlay {
  background: url('../images/loading_background.png?1366776830') no-repeat 50% 50%;
}

#cboxLoadingGraphic {
  background: url('../images/loading.gif?1366776830') no-repeat 50% 50%;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0;
  right: 30px;
  color: #0092ef;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  width: 37px;
  height: 37px;
  display: block;
  text-indent: -9999px;
  background: url('../images/slider/slider-arrows.png?1368176257') no-repeat 0 0;
}

#cboxPrevious {
  left: -50px;
}

#cboxNext {
  right: -50px;
  background-position: -38px 0;
}

#cboxPrevious, #cboxNext, #cboxClose {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#cboxClose {
  position: absolute;
  top: -30px;
  right: 10px;
  background: url('../images/controls.png') no-repeat -26px 0;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
