/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* CSS Reset */
/* line 2, ../sass/reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 3, ../sass/reset.scss */
audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1;
}

/* line 4, ../sass/reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 5, ../sass/reset.scss */
[hidden] {
  display: none;
}

/* line 7, ../sass/reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 8, ../sass/reset.scss */
html, body {
  height: 100%;
  margin: 0;
}

/* line 9, ../sass/reset.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* line 10, ../sass/reset.scss */
input:focus, textarea:focu {
  outline: none;
}

/* line 11, ../sass/reset.scss */
body {
  margin: 0;
  font-size: 1em;
}

/* line 13, ../sass/reset.scss */
::-moz-selection {
  background: #036;
  color: #fff;
  text-shadow: none;
}

/* line 14, ../sass/reset.scss */
::selection {
  background: #036;
  color: #fff;
  text-shadow: none;
}

/* line 16, ../sass/reset.scss */
a:focus {
  outline: none;
}

/* line 17, ../sass/reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 18, ../sass/reset.scss */
b, strong {
  font-weight: bold;
  /*600;*/
}

/* line 19, ../sass/reset.scss */
blockquote {
  margin: 1em 40px;
}

/* line 20, ../sass/reset.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 21, ../sass/reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 22, ../sass/reset.scss */
q {
  quotes: none;
}

/* line 23, ../sass/reset.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 24, ../sass/reset.scss */
small {
  font-size: 85%;
}

/* line 25, ../sass/reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 26, ../sass/reset.scss */
sup {
  top: -0.5em;
}

/* line 27, ../sass/reset.scss */
sub {
  bottom: -0.25em;
}

/* line 29, ../sass/reset.scss */
ul, ol {
  margin: 0 0;
  padding: 0 0 0 0;
}

/* line 30, ../sass/reset.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 31, ../sass/reset.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 33, ../sass/reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 34, ../sass/reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 35, ../sass/reset.scss */
figure {
  margin: 0;
}

/* line 37, ../sass/reset.scss */
form {
  margin: 0;
}

/* line 38, ../sass/reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 39, ../sass/reset.scss */
legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 40, ../sass/reset.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

/* line 41, ../sass/reset.scss */
button, input {
  line-height: normal;
}

/* line 42, ../sass/reset.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

/* line 43, ../sass/reset.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 44, ../sass/reset.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px;
}

/* line 45, ../sass/reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 46, ../sass/reset.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 47, ../sass/reset.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 48, ../sass/reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 50, ../sass/reset.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 52, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 53, ../sass/reset.scss */
td {
  vertical-align: top;
}

/* line 55, ../sass/reset.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* line 57, ../sass/reset.scss */
p {
  margin: 0;
}

/* line 61, ../sass/reset.scss */
a {
  text-decoration: none;
}

/* line 14, ../sass/screen.scss */
body {
  font-family: "Rufina", serif;
  font-size: 14px;
  line-height: 1.4;
}

/* line 20, ../sass/screen.scss */
.main_container {
  position: relative;
  overflow: hidden;
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  margin: 0 auto;
}

/* line 26, ../sass/screen.scss */
.container {
  position: relative;
  overflow: hidden;
  width: 980px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 30, ../sass/screen.scss */
#logo {
  position: relative;
  overflow: hidden;
  width: 213px;
  padding-left: 6px;
  padding-right: 0px;
  float: left;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* line 36, ../sass/screen.scss */
nav {
  position: relative;
  position: relative;
  overflow: hidden;
  width: 463px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  top: 29px;
}
/* line 42, ../sass/screen.scss */
nav ul {
  background: url("../img/border-normal.jpg") left 26px repeat-x;
  width: 447px;
}
/* line 46, ../sass/screen.scss */
nav ul li {
  display: inline-block;
  position: relative;
  font-family: "Italianno", cursive;
  font-size: 26px;
}
/* line 52, ../sass/screen.scss */
nav ul li a {
  color: #989696;
  display: block;
  text-align: center;
}
/* line 57, ../sass/screen.scss */
nav ul li a:hover {
  color: #410707;
  background: url("../img/border.jpg") left 26px repeat-x;
}

/* line 67, ../sass/screen.scss */
body#home a#home_link, body#svecana-sala a#hall_link, body#kafe-restoran a#caffe_link, body#smestaj a#acco_link,
body#galerija a#gallery_link, body#contact a#kontakt_link {
  color: #410707;
  background: url("../img/border.jpg") left 26px repeat-x;
}

/* line 72, ../sass/screen.scss */
.header-wrapper {
  background: url("../img/heder1.png") top center no-repeat;
  height: 130px;
  z-index: 999;
  position: relative;
}
/* line 78, ../sass/screen.scss */
.header-wrapper .main_container {
  position: relative;
  overflow: hidden;
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  height: 95px;
}
/* line 84, ../sass/screen.scss */
.header-wrapper #sub_menu {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  top: 50px;
}
/* line 91, ../sass/screen.scss */
.header-wrapper #sub_menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}

/* line 99, ../sass/screen.scss */
.main-container {
  background: url("../img/ispod_hedera.png") top center no-repeat;
  margin-top: -320px;
  position: relative;
  padding-top: 100px;
}

/* line 106, ../sass/screen.scss */
.diamond {
  position: relative;
  z-index: 99;
  top: -20px;
  background: url("../img/pocetna/dijamant1.png") center left no-repeat;
  width: 370px;
  height: 490px;
  text-align: center;
}
/* line 115, ../sass/screen.scss */
.diamond h1 {
  font-family: "Rufina", serif;
  font-size: 32px;
  width: 370px;
  color: #fff;
  top: 150px;
  position: relative;
}
/* line 124, ../sass/screen.scss */
.diamond p {
  position: relative;
  top: 170px;
  width: 210px;
  left: 82px;
  color: #b4a3a3;
}
/* line 132, ../sass/screen.scss */
.diamond #find_more {
  margin-top: 12px;
  font-size: 16px;
  color: #fff;
}
/* line 137, ../sass/screen.scss */
.diamond #find_more a {
  color: #fff;
}

/* line 143, ../sass/screen.scss */
h1 {
  font-family: "Italianno", cursive;
  font-size: 48px;
  font-weight: 400;
  color: #5e4a32;
  margin: 0;
}

/* line 151, ../sass/screen.scss */
#tradition-txt {
  color: #989696;
  width: 450px;
  margin-bottom: 55px;
}

/* line 157, ../sass/screen.scss */
.holder {
  position: relative;
  overflow: hidden;
  width: 300px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  float: left;
  text-align: center;
}
/* line 164, ../sass/screen.scss */
.holder h2 {
  font-family: "Crete Round", serif;
  color: #5e4a32;
  font-size: 24px;
  font-style: italic;
}
/* line 171, ../sass/screen.scss */
.holder p {
  color: #8b6c48;
}

/* line 176, ../sass/screen.scss */
.add_bottom_bck {
  background: url("../img/donjideo.png") top center no-repeat;
  height: 140px;
  position: relative;
  z-index: 99;
}

/* line 183, ../sass/screen.scss */
#fb-news {
  height: 900px;
  background: url("../img/pocetna_fb_02.jpg") top left repeat;
  position: relative;
  margin-top: -140px;
}
/* line 189, ../sass/screen.scss */
#fb-news .main_container {
  top: 140px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}
/* line 193, ../sass/screen.scss */
#fb-news .main_container h1 {
  color: #61605b;
  float: left;
}
/* line 198, ../sass/screen.scss */
#fb-news .main_container #fb_link {
  position: absolute;
  top: 25px;
  right: 20px;
  font-family: "Crete Round", serif;
  font-size: 16px;
  font-style: italic;
}
/* line 206, ../sass/screen.scss */
#fb-news .main_container #fb_link a {
  color: #61605b;
}
/* line 211, ../sass/screen.scss */
#fb-news .main_container article {
  position: relative;
  overflow: hidden;
}
/* line 215, ../sass/screen.scss */
#fb-news .main_container article header {
  width: 360px;
  height: 180px;
  position: absolute;
  background: url("../img/svecana_sala/hall-info-bck.png") bottom left;
  top: 60px;
  left: 290px;
  text-align: center;
}
/* line 225, ../sass/screen.scss */
#fb-news .main_container article header h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  border-bottom: 1px solid #897070;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0px;
  width: 150px;
  margin: 0 auto;
}
/* line 235, ../sass/screen.scss */
#fb-news .main_container article header p {
  color: #b4a3a3;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0px;
  width: 230px;
  margin: 0 auto;
}
/* line 242, ../sass/screen.scss */
#fb-news .main_container article #slide1, #fb-news .main_container article #slide2 {
  position: relative;
  width: 480px;
  height: 320px;
}
/* line 248, ../sass/screen.scss */
#fb-news .main_container article #slide1 > li, #fb-news .main_container article #slide2 > li {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

/* line 258, ../sass/screen.scss */
footer#main-footer {
  background: url("../img/futer.png") top center no-repeat;
  height: 370px;
  position: relative;
  z-index: 99;
  margin-top: -340px;
}
/* line 265, ../sass/screen.scss */
footer#main-footer .main_container {
  top: 110px;
}
/* line 268, ../sass/screen.scss */
footer#main-footer .main_container .holder {
  float: right;
  margin: 0;
  width: 240px;
  text-align: left;
  margin-left: 10px;
  font-family: "Crete Round", serif;
  font-style: italic;
  font-size: 14px;
}
/* line 278, ../sass/screen.scss */
footer#main-footer .main_container .holder p {
  color: #989696;
}
/* line 282, ../sass/screen.scss */
footer#main-footer .main_container .holder .address {
  margin-top: 20px;
}
/* line 286, ../sass/screen.scss */
footer#main-footer .main_container .holder a {
  color: #989696;
}
/* line 289, ../sass/screen.scss */
footer#main-footer .main_container .holder a:hover {
  color: #410707;
}
/* line 294, ../sass/screen.scss */
footer#main-footer .main_container .holder ul {
  font-family: "Crete Round", serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 23px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 302, ../sass/screen.scss */
footer#main-footer .main_container .holder ul li {
  list-style: none;
  padding-bottom: 5px;
}
/* line 311, ../sass/screen.scss */
footer#main-footer .main_container .fb-mida {
  width: 120px;
  top: 83px;
  text-align: center;
}
/* line 316, ../sass/screen.scss */
footer#main-footer .main_container .fb-mida p {
  padding-top: 20px;
}

/* line 325, ../sass/screen.scss */
#svecana-sala .big_img_prijemi {
  background: url("../img/svecana_sala/prijemi.jpg") top center no-repeat;
}
/* line 331, ../sass/screen.scss */
#svecana-sala .main-container .main_container {
  position: relative;
  overflow: hidden;
  width: 980px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 50px;
}
/* line 338, ../sass/screen.scss */
#svecana-sala .holder {
  text-align: left;
  width: 400px;
  margin-bottom: 50px;
}
/* line 343, ../sass/screen.scss */
#svecana-sala .holder div {
  position: relative;
  overflow: hidden;
  width: 200px;
  float: left;
}
/* line 350, ../sass/screen.scss */
#svecana-sala .holder p {
  color: #989696;
}
/* line 355, ../sass/screen.scss */
#svecana-sala .anythingSlider {
  margin-top: -528px;
}
/* line 359, ../sass/screen.scss */
#svecana-sala #gallery_holder {
  overflow: hidden;
}

/* line 364, ../sass/screen.scss */
.hall-type-icons {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  top: 80px;
  left: 40px;
  width: 85px;
  padding-bottom: 15px;
}
/* line 375, ../sass/screen.scss */
.hall-type-icons img {
  margin-bottom: 10px;
}
/* line 379, ../sass/screen.scss */
.hall-type-icons a {
  color: #fff;
  font-size: 16px;
  font-family: "Crete Round", serif;
  text-align: center;
}

/* line 388, ../sass/screen.scss */
.diamond .hall-type-icons:hover {
  border-bottom: 8px solid #fff;
}

/* line 393, ../sass/screen.scss */
.add-bottom-border {
  border-bottom: 8px solid #FFF;
}

/* line 397, ../sass/screen.scss */
.hall-info {
  background: url("../img/svecana_sala/hall-info-bck.png") top left no-repeat;
  margin-top: 50px;
  height: 340px;
  border-bottom: 8px solid #937E7C;
}
/* line 403, ../sass/screen.scss */
.hall-info h1 {
  top: 30px;
  font-size: 48px;
}
/* line 408, ../sass/screen.scss */
.hall-info p {
  top: 60px;
  width: 250px;
  margin: 0 auto;
  left: 0;
}

/* line 416, ../sass/screen.scss */
.number {
  font-family: "Italianno", cursive;
  font-size: 150px;
  line-height: 0.6;
}
/* line 421, ../sass/screen.scss */
.number p {
  color: #5e4a32 !important;
  float: right;
  padding-right: 40px;
}

/* line 428, ../sass/screen.scss */
.desc_num {
  font-family: "Italianno", cursive;
  font-size: 38px;
  color: #5e4a32 !important;
  position: relative;
  line-height: 1.1;
}

/* line 436, ../sass/screen.scss */
#types-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 441, ../sass/screen.scss */
#types-holder #weddings {
  background: #e3edd1 url("../img/svecana_sala/Estrada-Svecana-sala-1_09.jpg") 30px center no-repeat;
}
/* line 444, ../sass/screen.scss */
#types-holder #weddings div {
  padding-left: 70px;
}
/* line 448, ../sass/screen.scss */
#types-holder #weddings:hover {
  background: #5e4a32 url("../img/svecana_sala/vencanja.png") 30px center no-repeat;
}
/* line 451, ../sass/screen.scss */
#types-holder #weddings:hover a {
  color: #fff;
}
/* line 457, ../sass/screen.scss */
#types-holder #parastos {
  background: #e3edd1 url("../img/svecana_sala/Estrada-Svecana-sala-1_03.jpg") 70px center no-repeat;
}
/* line 460, ../sass/screen.scss */
#types-holder #parastos div {
  padding-left: 40px;
}
/* line 464, ../sass/screen.scss */
#types-holder #parastos:hover {
  background: #5e4a32 url("../img/svecana_sala/parastos.png") 70px center no-repeat;
}
/* line 467, ../sass/screen.scss */
#types-holder #parastos:hover a {
  color: #fff;
}
/* line 473, ../sass/screen.scss */
#types-holder #conference {
  background: #e3edd1 url("../img/svecana_sala/Estrada-Svecana-sala-1_06.jpg") 40px center no-repeat;
}
/* line 476, ../sass/screen.scss */
#types-holder #conference div {
  padding-left: 40px;
}
/* line 480, ../sass/screen.scss */
#types-holder #conference:hover {
  background: #5e4a32 url("../img/svecana_sala/prijemi.png") 40px center no-repeat;
}
/* line 483, ../sass/screen.scss */
#types-holder #conference:hover a {
  color: #fff;
}

/* line 490, ../sass/screen.scss */
.hall-types, #call-info {
  width: 315px;
  float: left;
  position: relative;
  margin-right: 5px;
  text-align: center;
  padding: 13px 0;
}
/* line 498, ../sass/screen.scss */
.hall-types a, #call-info a {
  padding: 40px 60px;
  color: #5e4a32;
  font-family: "Crete Round", serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
}
/* line 506, ../sass/screen.scss */
.hall-types a img, #call-info a img {
  margin-right: 20px;
}

/* line 513, ../sass/screen.scss */
#hall-map, #wedding-icons, #conference-icons {
  height: 1240px;
  background: url("../img/svecana_sala/Estrada-Svecana-sala-1_14.jpg") top center repeat;
  position: relative;
  margin-top: -190px;
}
/* line 519, ../sass/screen.scss */
#hall-map h1, #wedding-icons h1, #conference-icons h1 {
  margin-top: 100px;
  color: #362919;
}

/* line 525, ../sass/screen.scss */
#breadcrumb {
  margin-bottom: 30px;
}
/* line 528, ../sass/screen.scss */
#breadcrumb a, #breadcrumb span {
  color: #989696;
}

/* line 533, ../sass/screen.scss */
#weddings-main-container {
  margin-top: 0 !important;
}
/* line 536, ../sass/screen.scss */
#weddings-main-container h1 {
  font-family: "Crete Round", serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
}

/* line 544, ../sass/screen.scss */
#big_img {
  width: 100%;
  height: 870px;
  margin-top: -530px;
  background: url("../img/svecana_sala/Estrada-Parastos_01.jpg") top center no-repeat;
}

/* line 551, ../sass/screen.scss */
#call-info {
  margin: 0 auto;
  background: #e3edd1 url("../img/svecana_sala/Estrada-Parastos_15.jpg") 30px center no-repeat;
  left: 316px;
  position: relative;
}
/* line 558, ../sass/screen.scss */
#call-info #info-holder {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 40px;
  color: #5e4a32;
  font-family: "Crete Round", serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
}

/* line 568, ../sass/screen.scss */
#wedding-icons {
  height: 919px;
  background: #8d0c2a;
}
/* line 573, ../sass/screen.scss */
#wedding-icons .main_container {
  height: 700px;
  padding-top: 120px;
}
/* line 577, ../sass/screen.scss */
#wedding-icons .main_container .hall-type-icons {
  width: 290px;
  text-align: center;
  font-family: "Crete Round", serif;
}

/* line 585, ../sass/screen.scss */
.head-font-shadow {
  font-size: 24px;
  position: relative;
  font-style: italic;
}

/* line 592, ../sass/screen.scss */
.head-font-shadow:before,
.head-font-shadow:after {
  content: attr(title);
  color: rgba(126, 26, 26, 0.75);
  position: absolute;
  text-align: center;
}

/* line 599, ../sass/screen.scss */
.head-font-shadow:before, .head-font-shadow:after {
  top: 1px;
  left: 5px;
}

/* line 604, ../sass/screen.scss */
.parking:before, .parking:after {
  left: 52px;
}

/* line 608, ../sass/screen.scss */
.ozvucenje:before, .ozvucenje:after {
  left: 28px;
}

/* line 612, ../sass/screen.scss */
.additional-txt {
  position: relative;
}

/* line 617, ../sass/screen.scss */
.additional-txt:before,
.additional-txt:after {
  content: attr(title);
  color: rgba(126, 26, 26, 0.75);
  position: absolute;
}

/* line 623, ../sass/screen.scss */
.additional-txt:before, .additional-txt:after {
  top: 1px;
  left: 59px;
}

/* line 628, ../sass/screen.scss */
.parking-txt:before, .parking-txt:after {
  left: 93px;
}

/* line 632, ../sass/screen.scss */
.ozvucenje-txt:before, .ozvucenje-txt:after {
  left: 71px;
}

/* line 636, ../sass/screen.scss */
#conference-icons {
  height: 919px;
  background: #1d3974;
}
/* line 641, ../sass/screen.scss */
#conference-icons .main_container {
  top: 140px;
  height: 400px;
}
/* line 645, ../sass/screen.scss */
#conference-icons .main_container .hall-type-icons {
  width: 290px;
  text-align: center;
  font-family: "Crete Round", serif;
}
/* line 650, ../sass/screen.scss */
#conference-icons .main_container .hall-type-icons .head-font-shadow:before, #conference-icons .main_container .hall-type-icons .head-font-shadow:after, #conference-icons .main_container .hall-type-icons .additional-txt:before, #conference-icons .main_container .hall-type-icons .additional-txt:after {
  color: rgba(2, 36, 78, 0.75);
}
/* line 654, ../sass/screen.scss */
#conference-icons .main_container .hall-type-icons .head-font-shadow:before, #conference-icons .main_container .hall-type-icons .head-font-shadow:after {
  left: 60px;
}
/* line 658, ../sass/screen.scss */
#conference-icons .main_container .hall-type-icons .smestaj:before, #conference-icons .main_container .hall-type-icons .smestaj:after {
  left: 14px;
}
/* line 662, ../sass/screen.scss */
#conference-icons .main_container .hall-type-icons .ozvucenje:before, #conference-icons .main_container .hall-type-icons .ozvucenje:after {
  left: 29px;
}

/* line 670, ../sass/screen.scss */
#conference-main-container h1 {
  font-family: "Crete Round", serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
}
/* line 678, ../sass/screen.scss */
#conference-main-container .holder {
  width: 450px;
  height: 137px;
  margin-bottom: 0;
}
/* line 683, ../sass/screen.scss */
#conference-main-container .holder .number {
  width: 160px;
  text-align: center;
}
/* line 687, ../sass/screen.scss */
#conference-main-container .holder .txt-holder {
  width: 250px;
  text-align: left;
  vertical-align: bottom;
}

/* line 696, ../sass/screen.scss */
#kafe-restoran #big_img {
  margin-top: -510px;
  background: url("../img/restoran/restoran.jpg") top center no-repeat;
}
/* line 700, ../sass/screen.scss */
#kafe-restoran .diamond.hall-info {
  margin-top: 100px;
  height: 270px;
}
/* line 704, ../sass/screen.scss */
#kafe-restoran .diamond.hall-info p {
  width: 280px;
}
/* line 709, ../sass/screen.scss */
#kafe-restoran .holder {
  width: 460px;
  text-align: left;
  margin-bottom: 95px;
}
/* line 714, ../sass/screen.scss */
#kafe-restoran .holder .number {
  color: #5E4A32;
  text-align: right;
  width: 210px;
  float: left;
  margin-right: 20px;
}
/* line 723, ../sass/screen.scss */
#kafe-restoran .holder .txt-holder p {
  color: #989696;
}
/* line 729, ../sass/screen.scss */
#kafe-restoran #wedding-icons {
  top: 30px;
  margin-top: -168px;
}
/* line 733, ../sass/screen.scss */
#kafe-restoran #wedding-icons .main_container {
  padding-top: 100px;
}
/* line 738, ../sass/screen.scss */
#kafe-restoran #caffe-icons {
  height: 919px;
  background: url("../img/restoran/restoran_tanjir.jpg") top center no-repeat;
  position: relative;
  margin-top: -140px;
}

/* line 747, ../sass/screen.scss */
#smestaj h1 {
  font-family: "Crete Round", serif;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
}
/* line 754, ../sass/screen.scss */
#smestaj .diamond.hall-info {
  margin-top: 100px;
  height: 260px;
}
/* line 758, ../sass/screen.scss */
#smestaj #big_img {
  margin-top: -498px;
  background: url("../img/smestaj/smestaj_slika.jpg") top center no-repeat;
}
/* line 763, ../sass/screen.scss */
#smestaj .holder {
  width: 460px;
  text-align: left;
  margin-bottom: 25px;
}
/* line 768, ../sass/screen.scss */
#smestaj .holder .number {
  color: #5E4A32;
  text-align: right;
  width: 210px;
  float: left;
  margin-right: 20px;
}
/* line 777, ../sass/screen.scss */
#smestaj .holder .txt-holder p {
  color: #989696;
}
/* line 783, ../sass/screen.scss */
#smestaj #smestaj-icons {
  height: 919px;
  background-color: #5e4a32;
  position: relative;
  margin-top: -140px;
}
/* line 789, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container {
  position: relative;
  overflow: hidden;
  width: 980px;
  padding-left: 0px;
  padding-right: 0px;
  top: 140px;
  height: 430px;
}
/* line 794, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons {
  width: 290px;
  text-align: center;
  font-family: "Crete Round", serif;
}
/* line 799, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons .head-font-shadow:before, #smestaj #smestaj-icons .main_container .hall-type-icons .head-font-shadow:after, #smestaj #smestaj-icons .main_container .hall-type-icons .additional-txt:before, #smestaj #smestaj-icons .main_container .hall-type-icons .additional-txt:after {
  color: rgba(78, 54, 2, 0.75);
}
/* line 803, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons .head-font-shadow:before, #smestaj #smestaj-icons .main_container .hall-type-icons .head-font-shadow:after {
  left: 62px;
}
/* line 807, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons .smestaj:before, #smestaj #smestaj-icons .main_container .hall-type-icons .smestaj:after {
  left: 61px;
}
/* line 811, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons .ozvucenje:before, #smestaj #smestaj-icons .main_container .hall-type-icons .ozvucenje:after {
  left: 55px;
}
/* line 816, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons .ozvucenje {
  margin-bottom: 0;
}
/* line 820, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons .internet:before, #smestaj #smestaj-icons .main_container .hall-type-icons .internet:after {
  left: 117px;
}
/* line 825, ../sass/screen.scss */
#smestaj #smestaj-icons .main_container .hall-type-icons .internet {
  margin-top: 0;
}

/* line 836, ../sass/screen.scss */
#galerija .wrapper.main-container {
  background: url("../img/pocetna_fb_02.jpg") top left repeat;
}
/* line 840, ../sass/screen.scss */
#galerija .wrapper.main-container .main_container {
  position: relative;
  overflow: hidden;
  width: 980px;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 845, ../sass/screen.scss */
#galerija #gallery-container {
  margin-top: 250px;
  padding-bottom: 420px;
}
/* line 851, ../sass/screen.scss */
#galerija .view-img {
  position: absolute;
  background-color: #62494c;
  color: #fff;
  font-size: 60px;
  left: 50%;
  top: 50%;
  padding-top: 0;
  padding-right: 25px;
  padding-bottom: 0;
  padding-left: 25px;
  margin-top: -42px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -40px;
  display: none;
}
/* line 869, ../sass/screen.scss */
#galerija .image-holder:hover .view-img {
  display: block;
}

/* line 874, ../sass/screen.scss */
.image-holder {
  overflow: hidden;
  position: relative;
  float: left;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}

/* line 881, ../sass/screen.scss */
.remove-right-margin {
  margin-right: 0;
}

/* line 886, ../sass/screen.scss */
#map-canvas {
  margin-top: -130px;
  height: 1000px;
}

/* line 891, ../sass/screen.scss */
#contact-main-container {
  padding-top: 100px;
}
/* line 894, ../sass/screen.scss */
#contact-main-container .holder {
  width: 430px;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 100px;
  margin-left: 0px;
}
/* line 898, ../sass/screen.scss */
#contact-main-container .holder .number {
  width: 100px;
  position: relative;
  float: left;
}
/* line 904, ../sass/screen.scss */
#contact-main-container .holder .txt-holder {
  position: relative;
  float: left;
  text-align: left;
  font-size: 24px;
  font-family: "Crete Round", serif;
  font-style: italic;
}
/* line 912, ../sass/screen.scss */
#contact-main-container .holder .txt-holder a {
  color: #8b6c48;
}
