/* --------------------------------------------------------------------------------------
+
+   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
+
-------------------------------------------------------------------------------------- */
/* BOX SIZING */
/* TRANSITION */
/* LINE-HIGH */
/* FIRST CHILD */
/* TRIANGLES */
/* SPRITES */
.icons-sprite, .icons-deca, .icons-kolaci, .icons-slavlje, .icons-svadba, .icons-torte {
  background: url('../images/icons-s5783bac8cd.png') no-repeat;
}

.icons-deca {
  background-position: 0 0;
  height: 164px;
  width: 164px;
}

.icons-kolaci {
  background-position: 0 -164px;
  height: 164px;
  width: 164px;
}

.icons-slavlje {
  background-position: 0 -328px;
  height: 164px;
  width: 164px;
}

.icons-svadba {
  background-position: 0 -492px;
  height: 164px;
  width: 164px;
}

.icons-torte {
  background-position: 0 -656px;
  height: 164px;
  width: 164px;
}

/* BGR IMAGE */
body {
  color: #654146;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 2;
  min-width: 1000px;
  /* mobile Safari fix */
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  font-family: "Great Vibes", cursive;
}

h2 {
  color: #654146;
  font-size: 65px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 0;
}
h2 span {
  padding: 0 30px;
  position: relative;
  z-index: 30;
  display: inline-block;
}

h3 {
  font-size: 35px;
  margin-bottom: 40px;
}

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: #2a1a10;
}
a:hover {
  color: #8bd2c7;
}

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

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: #654146;
  color: #f8dee6;
  text-shadow: none;
}

::selection {
  background: #654146;
  color: #f8dee6;
  text-shadow: none;
}

input,
textarea,
button {
  font-family: "Roboto Slab", 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;
}

.hide {
  display: none !important;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
.layout {
  background: url('../images/footer-bgr.jpg') no-repeat 0 0;
  background-position: 50% 100%;
}
.layout.home {
  background: url('../images/footer-home.jpg') no-repeat 0 0;
  background-position: 50% 100%;
}

.container {
  margin: 0 auto;
  width: 980px;
  min-width: 980px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  height: 178px;
  background: url('../images/header-bgr.png') no-repeat 0 0;
  background-repeat: repeat-x;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
header .logo-wrap {
  height: 229px;
  width: 326px;
  background: url('../images/logo-bgr.png') no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  margin-top: -21px;
  padding-top: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
header .logo-wrap:before {
  content: '';
  background: url('../images/barjak.png') no-repeat 0 0;
  background-repeat: repeat-x;
  height: 8px;
  display: block;
  position: absolute;
  top: 45px;
  right: 50%;
  margin-right: 300px;
  left: 0;
}
header .logo {
  height: 121px;
  width: 211px;
  background: url('../images/logo.png') no-repeat 0 0;
  display: block;
  margin-left: 11px;
}
header nav {
  float: right;
  background-color: #2a1a10;
  padding: 23px 30px;
  position: relative;
}
header nav:before, header nav:after {
  content: '';
  height: 74px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('../images/nav-bgr.png') no-repeat 0 0;
}
header nav:after {
  left: auto;
  right: -20px;
  background-position: -20px 0;
}
header nav li {
  float: left;
  margin-left: 20px;
  position: relative;
}
header nav li:first-child {
  margin-left: 15px;
}
header nav li:before {
  content: '';
  position: absolute;
  height: 9px;
  width: 10px;
  background: url('../images/zvezda.png') no-repeat 0 0;
  display: block;
  top: 7px;
  left: -15px;
}
header nav a {
  color: #fff;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 5px;
  margin-left: 5px;
}
header nav a:hover {
  background-color: #f9bfc0;
  color: #654146;
}
header .fb a {
  background: url('../images/icon-fb.png') no-repeat 0 0;
  background-position: 50% 50%;
  width: 20px;
  display: block;
  text-indent: -9999px;
  border-left: 1px solid #f9bfc0;
  border-right: 1px solid #f9bfc0;
}
header .fb a:hover {
  background-color: rgba(249, 191, 192, 0.3);
}

.sidenav {
  position: fixed;
  right: -100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidenav.on {
  right: 0;
}
.sidenav a {
  width: 70px;
  display: block;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  padding: 5px 10px;
  float: right;
}
.sidenav a:hover {
  background-color: #8bd2c7;
  color: #fff;
  padding-right: 15px;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  height: 90px;
  line-height: 90px;
  background-color: #29190f;
  color: #fff;
  letter-spacing: 0.8px;
}
footer a {
  color: #fff;
  font-weight: 500;
}
footer a:hover {
  color: #8bd2c7;
}
footer span {
  float: right;
}
footer span strong {
  font-weight: 500;
}
footer span i {
  color: rgba(255, 255, 255, 0.5);
}
footer small {
  float: left;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
section {
  background-color: #f4f4f4;
  padding: 50px 0 80px 0;
}
section:after {
  display: table;
  content: "";
  clear: both;
}
section .anchor {
  position: relative;
  top: -30px;
}

#asortiman-wrap .anchor {
  top: -100px;
}

#loader {
  position: fixed;
  z-index: 3000;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: url('../images/preloader.gif') no-repeat 0 0;
  background-position: 50% 50%;
  background-color: #fff;
  text-align: center;
}
#loader:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: .1px;
}
#loader span {
  width: 221px;
  height: 121px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -100px;
}
#loader .preload {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.slider {
  background: url('../images/pattern-slider.png') no-repeat 0 0;
  background-repeat: repeat;
  margin-top: -10px;
  padding-top: 40px;
  padding-bottom: 70px;
}
.slider .container {
  height: 605px;
  width: 980px;
  background: url('../images/slider-bgr.png') no-repeat 0 0;
  display: block;
  padding-top: 142px;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.slider h3 {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 40px;
  color: #29190f;
  font-family: "Great Vibes", cursive;
}

.home-slider {
  width: 844px;
  height: 380px;
  z-index: 10;
  clear: both;
}
.home-slider .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.home-slider .nav {
  position: absolute;
  bottom: 0;
  z-index: 200;
  width: 100%;
  display: block;
}
.home-slider .nav a {
  width: 44px;
  height: 45px;
  background: url('../images/slider-nav.png') no-repeat 0 0;
  text-indent: -9999px;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -210px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}
.home-slider .nav a#next {
  float: right;
  margin-left: 0;
  margin-right: 10px;
  background-position: -44px 0;
}
.home-slider .nav a:hover {
  background-color: #8bd2c7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cycle-pager {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -60px;
}
.cycle-pager span {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #bfbfbf;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
.cycle-pager span:hover {
  background-color: #8bd2c7;
}
.cycle-pager span.cycle-pager-active {
  background-color: #f9bfc0;
}

/* --------------------------------------------------------------------------------------
+
+ O NAMA
+
-------------------------------------------------------------------------------------- */
section {
  position: relative;
}
section .anchor {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#onama-wrap {
  background: url('../images/pattern1.png') no-repeat 0 0;
  background-repeat: repeat;
  background-position: 50% 0;
  z-index: 100;
}
#onama-wrap:after {
  content: '';
  position: absolute;
  background: url('../images/onama-bgr.png') no-repeat 0 0;
  background-repeat: repeat-x;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 14px;
  display: block;
}
#onama-wrap h2:before {
  background-color: #654146;
}
#onama-wrap h2 span {
  background: url('../images/pattern1.png') no-repeat 0 0;
  background-repeat: repeat;
  background-position: 50% 0;
}
#onama-wrap .torta {
  font-family: "Great Vibes", cursive;
  font-size: 30px;
  padding: 30px 560px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/torta.png') no-repeat 0 0;
  background-position: 100% 0;
  min-height: 567px;
  line-height: 1.7;
}
#onama-wrap .kosmo {
  clear: both;
  padding: 30px;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
#onama-wrap .kosmo .left, #onama-wrap .kosmo .right {
  width: 425px;
}
#onama-wrap .kosmo h3 {
  margin-bottom: 30px;
}

#asortiman-wrap {
  background-color: #654146;
  color: #f9bfc0;
}
#asortiman-wrap .left, #asortiman-wrap .right {
  width: 50%;
}
#asortiman-wrap h2 {
  color: #f7dde5;
}
#asortiman-wrap h2:before {
  background-color: #f7dde5;
}
#asortiman-wrap h2 span {
  background-color: #654146;
}
#asortiman-wrap ul {
  background-color: #6B494D;
  padding: 20px 0;
  width: 265px;
}
#asortiman-wrap ul a {
  display: block;
  padding: 0 25px;
  color: #f9bfc0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
#asortiman-wrap ul a:hover {
  color: #fff;
  background-color: #8bd2c7;
}

.cenovnik {
  margin-top: 60px;
  font-size: 20px;
  padding-top: 30px;
  clear: both;
}
.cenovnik a {
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}
.cenovnik a:hover {
  color: #8bd2c7;
}

.icon {
  width: 164px;
  text-align: center;
}
.icon span {
  display: inline-block;
  background-color: #8bd2c7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.left .icon {
  float: right;
  margin-right: 20px;
}
.right .icon {
  float: left;
  margin-left: 20px;
}
.icon em {
  font-family: "Great Vibes", cursive;
  font-size: 40px;
}
.icon .icons-torte, .icon .icons-slavlje {
  background-color: #f9bfc0;
}

#galerija-wrap {
  background-color: #2a1a10;
}
#galerija-wrap h2 {
  color: #fff;
}
#galerija-wrap h2:before {
  background-color: #fff;
}
#galerija-wrap h2 span {
  background-color: #2a1a10;
}

#kontakt-wrap {
  background-color: #8bd2c7;
  color: #000;
  font-size: 16px;
}
#kontakt-wrap h2 {
  color: #000;
}
#kontakt-wrap h2:before {
  background-color: #000;
}
#kontakt-wrap h2 span {
  background-color: #8bd2c7;
}
#kontakt-wrap h3 {
  margin-bottom: 30px;
}

.info {
  background-color: #2a1a10;
  color: #fff;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}
.info .right {
  width: 280px;
}
.info dl {
  float: left;
}
.info dl strong {
  font-weight: 500;
}
.info dl + dl {
  margin-left: 65px;
  padding-right: 65px;
  border-right: 1px solid white;
}
.info dt {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.info .right p {
  margin-bottom: 10px;
}
.info .right div {
  background: url('../images/tel.png') no-repeat 0 0;
  background-position: 0 15px;
  padding-left: 160px;
}

.politika {
  line-height: 2;
  margin-bottom: 30px;
}
.politika strong {
  font-weight: 500;
}
.politika .inner {
  margin-left: 30px;
}

/* --------------------------------------------------------------------------------------
+
+   GALERIJA
+
-------------------------------------------------------------------------------------- */
.tabs ul {
  float: right;
  overflow: hidden;
  margin-bottom: 80px;
}
.tabs ul li {
  float: left;
  text-align: center;
  width: 326.66px;
}
.tabs ul a {
  font-family: "Great Vibes", cursive;
  color: #fff;
}
.tabs ul a:hover {
  color: #fff;
}
.tabs .icon em:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}
.tabs .icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.tabs .icon span {
  background-color: #f9bfc0;
}
.tabs .active span {
  background-color: #8bd2c7;
}
.tabs .tab-item {
  clear: both;
  margin-left: -20px;
  height: auto;
  font-size: 0;
}
.tabs .tab-item a {
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 3px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.tabs .tab-item a:before {
  content: '';
  display: block;
  width: 46px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -21px;
  background: url('../images/resize.png') no-repeat 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs .tab-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}
.tabs .tab-item a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.tabs img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------------------------------------------------------------------------------
+
+ COLORBOX
+
-------------------------------------------------------------------------------------- */
/*
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox {
  outline: 0 !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #2a1a10;
}

#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;
  border: 5px solid white;
}

.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.
*/
.cboxIframe {
  background: #fff;
}

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

#cboxLoadedContent {
  margin-bottom: 30px;
}
#cboxLoadedContent img {
  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;
  font-size: 17px;
  height: 23px;
  line-height: 23px;
  max-width: 80%;
  color: #fff;
}

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

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

#cboxLoadingGraphic {
  background: url('../images/loading.gif') 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: -9px;
  width: 44px;
  height: 45px;
  text-indent: -9999px;
  background: url('../images/slider-nav.png') no-repeat 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-color: #f9bfc0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#cboxNext:hover, #cboxPrevious:hover {
  background-color: #8bd2c7;
}

#cboxPrevious {
  left: -68px;
}

#cboxNext {
  right: -68px;
  background-position: -44px 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;
}

#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../images/icon-close.png?1392918641') no-repeat 50% 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cboxClose:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*
  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);
}

.popups {
  display: none;
}

.popup {
  width: 720px;
  height: 340px;
  background-color: #000;
  display: block;
}
.popup img {
  float: right;
}
.popup .left {
  width: 360px;
  height: 340px;
  color: #fff;
  position: relative;
}
.popup .left p {
  width: 300px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  clear: none;
  margin-bottom: 0;
}

/*
@import "novosti";
@import "stanudimo";
@import "kontakt";
@import "editor";
*/
