/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../css/fonts/2C71C5_4_0.eot?#iefix") format("embedded-opentype"), url("../css/fonts/2C71C5_4_0.woff") format("woff"), url("../css/fonts/2C71C5_4_0.ttf") format("truetype"), url("../css/fonts/2C71C5_4_0.svg#hellogoodbye-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../css/fonts/2C71C5_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2C71C5_0_0.woff") format("woff"), url("../css/fonts/2C71C5_0_0.ttf") format("truetype"), url("../css/fonts/2C71C5_0_0.svg#hellogoodbye-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  padding-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding-bottom: 0;
  background-color: #e6e6e6; }

.people h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0px; }
.people h6 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #aa6940;
  min-height: 33px; }
.people p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal; }

.small-text p {
  font-size: 11px;
  font-weight: normal;
  color: #999999;
  text-align: left; }

#page {
  display: none; }

.brands a img {
  width: 100%; }

#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("https://cdn.dribbble.com/users/115303/screenshots/1367782/loading.gif");
  background-repeat: no-repeat;
  background-position: center; }

.modal-dialog {
  z-index: 200; }

.icon-favorites {
  cursor: pointer;
  position: relative;
  z-index: 2; }
  .icon-favorites :hover {
    color: #f16d1f; }

.fav-photo {
  width: 72px;
  margin: 10px 0 0 0;
  float: left; }
  .fav-photo img {
    width: 100%; }

.fav-info {
  width: 230px;
  float: left;
  margin: 10px 0 0 0; }

.fav-minus {
  width: 25px;
  float: left; }
  .fav-minus i {
    padding-top: 20px;
    color: #d54100; }

.none {
  display: none; }

.favorites-no {
  text-align: center;
  background: #d54100;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-size: 8px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  top: -25px;
  left: 12px; }

.fav-title {
  text-align: left;
  float: left;
  width: 100%;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #003a80;
  margin: 5px 0 0 0;
  padding-left: 10px;
  height: 40px;
  line-height: 13px; }

.favorites {
  width: 350px !important; }

.favorites-empty {
  padding: 2em 0; }

.clients {
  padding: 50px 100px; }

.client {
  text-align: center;
  background-color: #ffffff; }

.footer_top {
  background-image: url("../../front/img/footer_top.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 52px; }

.block_top {
  background-image: url("../../front/img/block_top.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 52px; }

.block_down {
  background-image: url("../../front/img/block_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 52px; }

ul.footer-list li a {
  color: #ffffff;
  font-size: 15px; }
ul.footer-list li a:hover {
  color: #f1f1f1; }

.white {
  color: #ffffff !important; }

.orange {
  color: #e4822c !important; }

.slider {
  margin-bottom: 2rem;
  width: 100%; }

.slide-item {
  height: 32rem;
  background-color: #777; }

.slider-item-top {
  height: 25rem;
  margin-top: -4rem; }

.slider-item-login {
  height: 15rem;
  margin-top: -4rem; }

.plr20 {
  padding: 0 20px !important; }

.slide-caption {
  top: 10rem;
  bottom: 3rem;
  z-index: 0;
  position: absolute;
  right: 15%;
  left: 15%;
  padding-bottom: 20px;
  color: #fff;
  height: 180px; }
  .slide-caption h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 4em;
    margin-bottom: 0; }
  .slide-caption p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.72em; }

.slide-caption-home {
  top: 10rem;
  bottom: 3rem;
  z-index: 0;
  position: absolute;
  right: 15%;
  left: 15%;
  padding-bottom: 20px;
  color: #fff;
  height: 180px; }
  .slide-caption-home h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 4em;
    margin-bottom: 0; }
  .slide-caption-home p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.72em; }

main {
  top: -115px;
  position: relative; }

header {
  position: relative;
  z-index: 2; }

.container .banner-left {
  margin-top: 15px;
  width: 160px;
  float: right;
  margin-right: 10px; }
.container .banner-right {
  margin-top: 15px;
  width: 160px;
  float: left;
  margin-left: 10px; }

.clients img {
  width: 100%; }

.hotels h1 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0; }

.pages h1 {
  font-size: 1.4em;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px; }

.vesti {
  text-align: center;
  margin-bottom: 50px; }
  .vesti h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .vesti img {
    width: 100%; }

.partners {
  min-height: 50px; }
  .partners img {
    width: 100%; }
  .partners h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px; }

.banners img.banner {
  width: 160px;
  margin-top: 5px;
  border: 1px solid #d5d5d5;
  box-shadow: 1px 1px 2px #cacaca; }

.sidebar-left .main {
  float: right; }

.idebar-left .sidebar {
  float: left; }

.sidebar-right .main {
  float: left; }

.idebar-right .sidebar {
  float: right; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px; }

.logo {
  background-image: url("../../front/img/logo.png");
  background-repeat: no-repeat;
  width: 207px;
  height: 49px; }

.phpdebugbar {
  display: none; }

.first-slide {
  background-image: url("../../front/img/slider/slide_01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.hoteli {
  background-image: url("../../front/img/slider/hotels.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.eventi {
  background-image: url("../../front/img/slider/events.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.agencies {
  background-image: url("../../front/img/slider/agencije.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.tickets {
  background-image: url("../../front/img/slider/aviokarte.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.destinations {
  background-image: url("../../front/img/slider/destinacije.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.members {
  background-image: url("../../front/img/slider/clanstvo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.news {
  background-image: url("../../front/img/slider/vesti.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.contacts {
  background-image: url("../../front/img/slider/kontakt.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.login {
  background-image: url("../../front/img/slider/login.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.howitworks {
  background-image: url("../../front/img/slider/kakoradi.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.serbia {
  background-image: url("../../front/img/slider/srbija.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e7e3e3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.subtitle {
  width: 100%;
  margin: 20px 0;
  text-align: center; }

.dropdown-menu {
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 300; }
  .dropdown-menu li.new {
    background: #a99e9e;
    padding: 10px 0; }
    .dropdown-menu li.new a {
      color: #ffffff; }
  .dropdown-menu li.list {
    border-bottom: 1px solid #d3c1c1 !important;
    padding: 10px 10px !important;
    width: 100%;
    height: 55px; }
    .dropdown-menu li.list a {
      color: #5d5d5d;
      float: left; }

button.noviupit {
  float: right;
  margin-left: 3px; }

.btn-posalji {
  background: #f16d1f;
  color: white; }

.carousel {
  margin-bottom: 0; }

.carousel-indicators {
  position: absolute;
  right: 0;
  top: -10px;
  left: 0;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #d7b368; }

.carousel-item {
  height: auto;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 10px; }

.carousel-indicators .active {
  background: #434343; }

.cb-filter {
  width: 100% !important;
  margin-bottom: 0; }

.box-left {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 10px;
  font-size: 14px; }

.pull-right {
  float: right !important; }

.slick-prev {
  left: 0px; }

.slick-next {
  right: 0px; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  padding: 15px 0; }
  .pagination li {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 13px;
    font-weight: 300;
    background-color: #e0e0e0;
    color: #434343;
    padding: 5px 0; }
    .pagination li a {
      padding: 5px 2px;
      color: #828282; }
    .pagination li span {
      padding: 5px 2px;
      color: #ffffff; }

.box-filter {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 10px;
  font-size: 14px; }
  .box-filter .kategorija {
    margin-top: 15px; }
  .box-filter .row {
    margin-right: 0;
    margin-left: 0; }
  .box-filter i {
    float: right; }
  .box-filter h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900; }
    .box-filter h6 i {
      float: right; }
  .box-filter label {
    width: 100%;
    margin: 0;
    padding-top: 3px; }
    .box-filter label i {
      color: #d7b368;
      padding-top: 2px; }
  .box-filter input {
    border-radius: 0;
    font-size: 12px;
    text-align: right;
    height: 27px; }

.box-filter-plus {
  width: 100%;
  background-color: #cab68e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 10px;
  font-size: 14px; }
  .box-filter-plus .kategorija {
    margin-top: 15px; }
  .box-filter-plus .row {
    margin-right: 0;
    margin-left: 0; }
  .box-filter-plus i {
    float: right; }
  .box-filter-plus h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900; }
    .box-filter-plus h6 i {
      float: right; }
  .box-filter-plus label {
    width: 100%;
    margin: 0;
    padding-top: 3px; }
    .box-filter-plus label i {
      color: #d7b368;
      padding-top: 2px; }
  .box-filter-plus input {
    border-radius: 0;
    font-size: 12px;
    text-align: right;
    height: 27px; }

.registracija h1 {
  font-size: 40px;
  font-weight: 900; }

.aviokarte h1 {
  font-size: 40px;
  font-weight: bold; }

.form-control {
  border-radius: 0; }

.col-lg-1 {
  flex: 0 0 12.499999995%;
  max-width: 12.499999995%; }

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 0.93em;
  padding: 0.5rem 1rem;
  font-weight: 300; }

.nav-item-orange {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.93em;
  background: #e4822c;
  color: #ffffff;
  margin-right: 5px;
  margin-left: 5px; }

.top-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  padding: 7px 10px;
  color: #afafaf; }

.top-barnav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top-barnav .top-bar {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    list-style-type: none;
    padding-left: 0; }
  .top-barnav .top-login {
    -webkit-flex: 4;
    /* Safari 6.1+ */
    -ms-flex: 4;
    /* IE 10 */
    flex: 5;
    text-align: right; }
    .top-barnav .top-login .top-bar-right {
      margin-top: 5px;
      display: inline-flex;
      list-style-type: none;
      padding-left: 0; }

img.sign {
  position: absolute;
  top: -20px;
  left: -20px; }

.member {
  border: 1px solid #f3f3f3;
  padding: 40px;
  background: #ffffff;
  text-align: center;
  min-height: 450px;
  margin-top: 20px; }
  .member h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px; }
  .member h6 {
    color: #aa6940;
    font-style: italic; }
  .member p {
    font-size: 14px; }
  .member img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px; }

.famous {
  border: 1px solid #f3f3f3;
  padding: 40px;
  background: #ffffff;
  text-align: center;
  min-height: 400px;
  margin-top: 20px; }
  .famous h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px; }
  .famous h6 {
    color: #aa6940;
    font-style: italic; }
  .famous p {
    margin-top: 10px;
    font-size: 14px; }
  .famous img {
    width: 140px;
    height: 100px;
    float: left;
    margin-left: 20px;
    margin-right: 20px; }

.list-group-item {
  font-size: 14px; }

.opis p, .opis ul, .opis li {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal; }
.opis a {
  color: #007bff; }

.slick-dotted.slick-slider {
  margin-bottom: 10px; }

.slick-dots {
  top: -25px;
  height: 30px; }

.scroll, .clients {
  width: 100%; }

.slick-dots li button:before {
  font-size: 30px; }

#lgFormGroupInput {
  border-radius: 4px;
  height: 40px;
  font-weight: 400;
  margin-top: 1px; }

a:hover {
  text-decoration: none; }

.fast-search {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 720px;
  margin: 0 auto;
  border-radius: 20px; }
  .fast-search .btn {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 900;
    border: 0; }
  .fast-search input {
    border-radius: 0; }

.hotel-color {
  background: #2e5a74; }

.hotel-color:hover {
  background: #274c62; }

.event-color {
  background: #47365e; }

.event-color:hover {
  background: #3b2d4e; }

.search-color {
  background: #292929; }

.search-color:hover {
  background: #1c1c1c; }

/* BOX */
.col-padding {
  padding: 0 5px 0 5px; }

.box {
  width: 100%;
  min-height: 100px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
  .box img {
    width: 100%; }
  .box .partner-premium {
    position: absolute;
    background-image: url("../../front/img/partner-premium.png");
    background-repeat: no-repeat;
    height: 88px;
    width: 78px;
    z-index: 3; }
  .box .partner-premium-plus {
    position: absolute;
    background-image: url("../../front/img/partner-premium-gold.png");
    background-repeat: no-repeat;
    height: 88px;
    width: 78px;
    z-index: 3; }
  .box .top {
    width: 100%; }
    .box .top .btn-box {
      float: right;
      width: 80%;
      text-align: right;
      height: 60px; }
      .box .top .btn-box .btn-top {
        float: right;
        padding: 14px 20px;
        font-size: 20px; }
    .box .top .stars-5 {
      float: left;
      width: 100%;
      margin-left: 10px;
      background-image: url("../../front/img/stars-5.png");
      background-repeat: no-repeat;
      height: 11px; }
    .box .top .stars-4 {
      float: left;
      width: 50px;
      margin-left: 10px;
      background-image: url("../../front/img/stars-5.png");
      background-repeat: no-repeat;
      height: 11px; }
    .box .top .stars-3 {
      float: left;
      width: 38px;
      margin-left: 10px;
      background-image: url("../../front/img/stars-5.png");
      background-repeat: no-repeat;
      height: 11px; }
    .box .top h4 {
      text-align: left;
      float: left;
      width: 100%;
      font-size: 14px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      color: #003a80;
      margin: 5px 0 0 0;
      padding-left: 10px;
      min-height: 9px;
      max-height: 40px;
      line-height: 18px; }
    .box .top h6 {
      text-align: left;
      float: left;
      width: 100%;
      font-size: 11px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      color: #a2a2a2;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding-left: 10px;
      height: 9px; }
    .box .top .service {
      text-align: left;
      float: left;
      width: 100%;
      font-size: 9px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      color: #a2a2a2;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding-left: 10px;
      min-height: 9px;
      max-height: 45px;
      margin-bottom: 10px; }
    .box .top p {
      text-align: left;
      width: 100%;
      padding: 0 10px;
      font-size: 11px;
      color: #515151;
      max-height: 32px;
      overflow: hidden; }
    .box .top p.agencije {
      text-align: left;
      width: 100%;
      padding: 0 10px;
      font-size: 11px;
      color: #515151;
      max-height: 65px;
      overflow: hidden;
      margin-top: 10px; }
    .box .top .main-info {
      width: 100%;
      height: 50px;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      margin-bottom: 10px;
      padding: 0 10px;
      position: relative;
      bottom: 0; }
      .box .top .main-info .icon-info {
        -webkit-flex: 1;
        /* Safari 6.1+ */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        text-align: left;
        height: 40px; }
        .box .top .main-info .icon-info .icon-sobe {
          background-image: url("../../front/img/icon-soba.png");
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          background-color: #d7b368;
          margin: 0 3px;
          border-radius: 10px; }
        .box .top .main-info .icon-info .icon-sala-broj {
          background-image: url("../../front/img/icon-sala-broj.png");
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          background-color: #d7b368;
          margin: 0 3px;
          border-radius: 10px; }
        .box .top .main-info .icon-info .icon-sala {
          background-image: url("../../front/img/icon-sala.png");
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          background-color: #d7b368;
          margin: 0 3px;
          border-radius: 10px; }
        .box .top .main-info .icon-info .icon-opis {
          margin: 0 3px;
          font-size: 7px; }
        .box .top .main-info .icon-info h5 {
          font-family: 'Raleway', sans-serif;
          font-weight: 700; }
  .box .header-box {
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    padding: 10px 10px; }
    .box .header-box .company {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2;
      float: left;
      width: 20%;
      height: 60px; }
      .box .header-box .company img {
        height: 60px;
        width: 60px; }
    .box .header-box a.button {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2;
      background-color: #f16d1f;
      text-align: center;
      height: 40px;
      padding-top: 5px;
      color: #ffffff;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 19px;
      margin-left: 10px;
      -webkit-transition-duration: 0.4s;
      /* Safari */
      transition-duration: 0.4s; }
    .box .header-box a.button:hover {
      background: #416A8A;
      text-decoration: none; }
    .box .header-box .space {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2; }
    .box .header-box a.pdf {
      height: 50px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/pdf.png");
      background-repeat: no-repeat;
      background-position: center 5px;
      justify-content: flex-end; }
    .box .header-box a.pdf:hover {
      background-position: center -41px; }
    .box .header-box a.heart {
      height: 40px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/heart.png");
      background-repeat: no-repeat;
      background-position: center 2px; }
    .box .header-box a.heart:hover {
      background-position: center -38px; }
    .box .header-box a.heart:active {
      background-position: center -80px; }
  .box .footer-box {
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    padding: 10px 10px 0 10px;
    background: #eaeaea; }
    .box .footer-box .space {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2; }
    .box .footer-box a.pdf {
      height: 40px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/pdf.png");
      background-repeat: no-repeat;
      background-position: center 5px;
      justify-content: flex-end; }
    .box .footer-box a.pdf:hover {
      background-position: center -41px; }
    .box .footer-box a.heart {
      height: 40px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/heart.png");
      background-repeat: no-repeat;
      background-position: center 2px; }
    .box .footer-box a.heart:hover {
      background-position: center -38px; }
    .box .footer-box a.heart:active {
      background-position: center -80px; }
#additional-btn{
  font-size: 14px;
  margin-left:0;
  background-color: #f16d1f;
  height:35px;
  padding-bottom: 1px !important;
  width:134px;
}
#additional-btn:hover{background-color: #416A8A;}
#additional-btn-mail{
  font-size: 14px;
  margin-left:0;
  background-color: #b1c900;
  height:35px;
  padding-bottom: 1px !important;
}
#additional-btn-mail:hover{background-color: #416A8A;}
#additional-btn-mail a{color:#ffffff;}
#additional-new{
  padding: 5px 0 !important;
  font-size: 14px !important;
}
.button {
  -webkit-flex: 2;
  /* Safari 6.1+ */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  background-color: #f16d1f;
  text-align: center;
  height: 40px;
  padding-top: 3px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin-left: 10px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  border-radius: 7px;
  border: 0; }

.button:hover {
  background: #416A8A;
  text-decoration: none; }

.bck {
  min-height: 70px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0; }
  .bck h3 {
    padding-top: 10px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: left; }

.mobile-top {
  width: 100%; }

.first-news {
  padding: 10px;
  margin: 5px 0 10px 0;
  height: 505px;
  background-color: #c7b600;
  background-size: cover;
  border-radius: 5px; }

.second-news {
  margin: 5px 0;
  height: 250px;
  background-color: #c74a39;
  background-size: cover;
  padding: 10px;
  border-radius: 5px; }

.third-news {
  margin: 5px 0;
  height: 250px;
  background-color: #89c7c6;
  padding: 10px;
  background-size: cover;
  border-radius: 5px; }

.list-mobile-top {
  list-style-type: none;
  display: inline-flex;
  padding-left: 0; }

.leaderboard {
  width: 728px;
  height: 90px;
  margin: 40px auto; }

/* OBJECT */
.google-box {
  background-color: #d7b368;
  height: 300px;
  width: 100%; }

.filtersd {
  cursor: pointer; }

.icon-sala-oprema {
  background-color: #ffffff;
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: bottom;
  vertical-align: bottom;
  margin-top: 10px; }
  .icon-sala-oprema .desc {
    font-size: 9px;
    font-weight: normal;
    font-family: arial, sans-serif; }
  .icon-sala-oprema .hall-wifi {
    background-image: url("../img/in-hall/hall-wifi.png");
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center 10px; }
  .icon-sala-oprema .hall-coffe {
    background-image: url("../img/in-hall/hall-coffe.png");
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center 10px; }
  .icon-sala-oprema .hall-cable {
    background-image: url("../img/in-hall/hall-cable.png");
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center 10px; }
  .icon-sala-oprema .hall-car {
    background-image: url("../img/in-hall/hall-car.png");
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center 10px; }
  .icon-sala-oprema .hall-plans {
    background-image: url("../img/in-hall/hall-plans.png");
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center 10px; }
  .icon-sala-oprema .hall-sunlight {
    background-image: url("../img/in-hall/hall-sunlight.png");
    width: 80px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center 10px; }

.mt-filter {
  margin-top: 10px; }

.decription {
  margin-top: 20px; }
  .decription h5 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200; }
  .decription p {
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: normal;
    line-height: 21px; }

.box-left img {
  width: 100%; }
.box-left .partner-premium {
  position: absolute;
  background-image: url("../../front/img/partner-premium.png");
  background-repeat: no-repeat;
  height: 88px;
  width: 78px;
  z-index: 3; }
.box-left .partner-premium-plus {
  position: absolute;
  background-image: url("../../front/img/partner-premium-gold.png");
  background-repeat: no-repeat;
  height: 88px;
  width: 78px;
  z-index: 3; }
.box-left h4 {
  text-align: left;
  float: left;
  width: 100%;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #003a80;
  margin: 5px 0 0 0;
  padding-left: 10px;
  height: 40px;
  line-height: 18px; }
.box-left .details {
  padding-left: 10px; }
.box-left p {
  font-weight: 400;
  margin-bottom: 3px; }

#map {
  min-height: 380px !important; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0; }

#thumbnail-slider div.inner {
  padding: 0 5px;
  background-color: transparent; }

#ninja-slider {
  width: 100%; }

.photo-gallery {
  width: 90%; }

.photo-thumb {
  width: 10%; }

.object-photo {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
  .object-photo .main-photo img {
    width: 100%; }
  .object-photo .thumb {
    overflow: hidden;
    margin-bottom: 5px; }
    .object-photo .thumb img {
      width: 145%; }

.object {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
  .object .main-photo img {
    width: 100%; }
  .object .thumb {
    overflow: hidden; }
    .object .thumb img {
      width: 145%; }
  .object .top {
    width: 100%; }
    .object .top .btn-box {
      float: right;
      width: 80%;
      text-align: right;
      height: 60px; }
      .object .top .btn-box .btn-top {
        float: right;
        padding: 14px 20px;
        font-size: 20px; }
    .object .top h4 {
      text-align: left;
      float: left;
      width: 100%;
      font-size: 17px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      color: #003a80;
      margin: 5px 0 0 0;
      padding-left: 10px;
      height: 40px;
      line-height: 18px; }
    .object .top h6 {
      text-align: left;
      float: left;
      width: 100%;
      font-size: 11px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      color: #a2a2a2;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding-left: 10px;
      height: 9px; }
    .object .top .service {
      text-align: left;
      float: left;
      width: 100%;
      font-size: 9px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      color: #a2a2a2;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding-left: 10px;
      padding-bottom: 10px;
      height: 9px;
      margin-bottom: 10px; }
    .object .top p {
      text-align: left;
      width: 100%;
      padding: 0 10px;
      font-size: 11px;
      color: #515151;
      max-height: 32px;
      overflow: hidden; }
    .object .top p.agencije {
      text-align: left;
      width: 100%;
      padding: 0 10px;
      font-size: 11px;
      color: #515151;
      max-height: 65px;
      overflow: hidden;
      margin-top: 10px; }
    .object .top .main-info {
      width: 100%;
      min-height: 50px;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      padding: 10px 10px 0 10px;
      position: relative;
      bottom: 0; }
      .object .top .main-info a.button {
        -webkit-flex: 2;
        /* Safari 6.1+ */
        -ms-flex: 2;
        /* IE 10 */
        flex: 2;
        background-color: #f16d1f;
        text-align: center;
        height: 40px;
        padding-top: 5px;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 19px;
        margin-left: 10px;
        -webkit-transition-duration: 0.4s;
        /* Safari */
        transition-duration: 0.4s; }
      .object .top .main-info a.button:hover {
        background: #416A8A;
        text-decoration: none; }
      .object .top .main-info a.pdf {
        height: 50px;
        -webkit-flex: 1;
        /* Safari 6.1+ */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        background: url("../../front/img/pdf.png");
        background-repeat: no-repeat;
        background-position: center 5px;
        justify-content: flex-end; }
      .object .top .main-info a.pdf:hover {
        background-position: center -41px; }
      .object .top .main-info a.heart {
        height: 40px;
        -webkit-flex: 1;
        /* Safari 6.1+ */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        background: url("../../front/img/heart.png");
        background-repeat: no-repeat;
        background-position: center 2px; }
      .object .top .main-info a.heart:hover {
        background-position: center -38px; }
      .object .top .main-info a.heart:active {
        background-position: center -80px; }
      .object .top .main-info .icon-info {
        -webkit-flex: 1;
        /* Safari 6.1+ */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        text-align: left;
        height: 40px; }
        .object .top .main-info .icon-info .icon-sobe {
          background-image: url("../../front/img/icon-soba.png");
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          background-color: #d7b368;
          margin: 0 3px;
          border-radius: 10px; }
        .object .top .main-info .icon-info .icon-sala-broj {
          background-image: url("../../front/img/icon-sala-broj.png");
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          background-color: #d7b368;
          margin: 0 3px;
          border-radius: 10px; }
        .object .top .main-info .icon-info .icon-sala {
          background-image: url("../../front/img/icon-sala.png");
          background-position: center center;
          background-repeat: no-repeat;
          height: 100%;
          background-color: #d7b368;
          margin: 0 3px;
          border-radius: 10px; }
        .object .top .main-info .icon-info .icon-opis {
          margin: 0 3px;
          font-size: 7px; }
        .object .top .main-info .icon-info h5 {
          font-family: 'Raleway', sans-serif;
          font-weight: 700; }
      .object .top .main-info .button {
        -webkit-flex: 2;
        /* Safari 6.1+ */
        -ms-flex: 2;
        /* IE 10 */
        flex: 2;
        background-color: #f16d1f;
        text-align: center;
        height: 40px;
        padding-top: 5px;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 19px;
        margin-left: 10px;
        -webkit-transition-duration: 0.4s;
        /* Safari */
        transition-duration: 0.4s; }
      .object .top .main-info .button:hover {
        background: #416A8A;
        text-decoration: none; }
  .object .header-box {
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    padding: 10px 10px; }
    .object .header-box .company {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2;
      float: left;
      width: 20%;
      height: 60px; }
      .object .header-box .company img {
        height: 60px;
        width: 60px; }
    .object .header-box a.button {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2;
      background-color: #f16d1f;
      text-align: center;
      height: 40px;
      padding-top: 5px;
      color: #ffffff;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 19px;
      margin-left: 10px;
      -webkit-transition-duration: 0.4s;
      /* Safari */
      transition-duration: 0.4s; }
    .object .header-box a.button:hover {
      background: #416A8A;
      text-decoration: none; }
    .object .header-box .space {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2; }
    .object .header-box a.pdf {
      height: 50px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/pdf.png");
      background-repeat: no-repeat;
      background-position: center 5px;
      justify-content: flex-end; }
    .object .header-box a.pdf:hover {
      background-position: center -41px; }
    .object .header-box a.heart {
      height: 40px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/heart.png");
      background-repeat: no-repeat;
      background-position: center 2px; }
    .object .header-box a.heart:hover {
      background-position: center -38px; }
    .object .header-box a.heart:active {
      background-position: center -80px; }
  .object .footer-box {
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    padding: 10px 10px;
    background: #eaeaea; }
    .object .footer-box .space {
      -webkit-flex: 2;
      /* Safari 6.1+ */
      -ms-flex: 2;
      /* IE 10 */
      flex: 2; }
    .object .footer-box a.pdf {
      height: 40px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/pdf.png");
      background-repeat: no-repeat;
      background-position: center 5px;
      justify-content: flex-end; }
    .object .footer-box a.pdf:hover {
      background-position: center -41px; }
    .object .footer-box a.heart {
      height: 40px;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      background: url("../../front/img/heart.png");
      background-repeat: no-repeat;
      background-position: center 2px; }
    .object .footer-box a.heart:hover {
      background-position: center -38px; }
    .object .footer-box a.heart:active {
      background-position: center -80px; }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 80px;
  font-weight: 300;
  font-size: 16px; }

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: 80px !important;
  font-weight: 300;
  font-size: 16px; }

.mapa img {
  height: 300px; }

.logo-object {
  width: 100%; }
  .logo-object img {
    max-height: 220px;
    max-width: 220px;
    width: 100%; }

.slick-list {
  padding-bottom: 10px; }

p.opis {
  font-size: 14px;
  font-weight: normal;
  height: 100px;
  overflow: hidden; }

p.opis2 {
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  overflow: hidden; }

p.normal {
  font-size: 14px;
  font-weight: normal; }

ul.hotel {
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: normal;
  line-height: 21px; }

.tname {
  width: 100%;
  text-align: left; }

.news-box {
  padding-top: 10px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece; }
  .news-box .news-photo img {
    width: 100%;
    padding: 5px;
    background: #ffffff; }
  .news-box h3 {
    margin-top: 20px;
    color: #3c527b;
    font-size: 20px;
    font-weight: bold; }

.home-news-title {
  background-color: #d6b269;
  border-radius: 10px;
  padding: 8px 15px;
  color: #ffffff;
  font-size: 25px;
  text-align: left;
  line-height: 25px; }

p.news-text {
  font-size: 15px;
  color: #9e8552;
  text-align: left;
  padding-left: 20px;
  text-decoration: underline; }

.main-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px; }

.how img {
  width: 100%; }

.destination {
  margin-bottom: 50px; }

.stars-5 {
  float: left;
  width: 100%;
  margin-left: 10px;
  background-image: url("../../front/img/stars-5.png");
  background-repeat: no-repeat;
  height: 11px; }

.stars-4 {
  float: left;
  width: 50px;
  margin-left: 10px;
  background-image: url("../../front/img/stars-5.png");
  background-repeat: no-repeat;
  height: 11px; }

.stars-3 {
  float: left;
  width: 38px;
  margin-left: 10px;
  background-image: url("../../front/img/stars-5.png");
  background-repeat: no-repeat;
  height: 11px; }

.box-upit {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background: #f3f3f3; }

.title {
  cursor: pointer;
  background: #bfbfbf;
  padding: 10px 20px 0;
  margin-top: 10px;
  color: #ffffff; }
  .title h4 {
    font-size: 25px;
    font-weight: 600; }

.info {
  padding: 10px 20px 0;
  margin-top: 5px; }
  .info h4 {
    font-size: 25px;
    font-weight: 900; }

.input-group .input-group-addon, .input-group input.login {
  height: 80px !important;
  font-weight: 300;
  margin-bottom: 10px;
  background: #ffffff; }
.input-group .input-group-addon {
  border-right: 0; }
.input-group input.login {
  border-left: 0; }

.btn-orange {
  background: #f16d1f;
  width: 100%;
  font-weight: 600;
  color: #ffffff; }

.btn-gray {
  background: #b5b5b5;
  width: 100%;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase; }

.fa.fa-user, .fa.fa-lock, .fa.fa-envelope {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6b6b6b;
  font-size: 20px;
  width: 30px; }

.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none; }

.row {
  margin-right: 0;
  margin-left: 0; }

.btn-favorites {
  width: 100%;
  padding: 10px 20px;
  background: #f16d1f;
  color: #ffffff;
  margin: 10px;
  font-weight: 600;
  text-transform: uppercase; }

.btn-object {
  padding: 10px 20px;
  background: #f16d1f;
  color: #ffffff;
  margin: 10px;
  font-weight: 600;
  text-transform: uppercase; }

.modal-check {
  margin-left: 20px;
  font-size: 15px; }

.form-check-label {
  padding-left: 10px; }

.btn-upit {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 5px;
  background: #ffffff;
  border-bottom: 1px solid #d4d4d4; }

.keyword {
  height: 50px; }

/* TABLE */
table thead th, table thead td {
  border: 0; }

thead tr.small {
  font-size: 7px;
  text-align: center; }

th.photo_sale {
  width: 3%;
  background: #d7b368; }

th.naziv_sale {
  width: 22%;
  background: #d7b368; }

tr > th {
  font-size: 12px; }

th.sala {
  width: 6%;
  text-align: center; }

th.dimension {
  width: 15%;
  background: #e7ca8e;
  text-align: center; }

td {
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #8f743e;
  text-align: center; }

a.photo > .active {
  color: #666666; }

a.photo {
  color: #f3f3f3; }

.profile-item {
  border: 1px solid #e6e6e6;
  padding: 9px 9px 16px 9px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center; }

.profile-item .pic {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.profile-item .profile-info {
  margin-top: 15px; }

.profile-item .profile-info .profile-name {
  font-size: 18px;
  line-height: 28px;
  margin: 0; }

.profile-item .profile-info .profile-name span {
  color: #7e888c; }

.profile-item .profile-info .divider {
  display: block;
  margin: 9px auto;
  width: 50px;
  height: 2px; }

.profile-item .profile-info p {
  font-size: 13px;
  margin-bottom: 13px;
  color: #595959; }

.profile-item:hover .hover-effect {
  opacity: 0.8; }

.profile-item:hover .links {
  opacity: 1; }

.profile-item:hover .links .link-icon:first-child {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.profile-item:hover .links .link-icon:last-child {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.divider {
  display: block;
  margin: 9px auto;
  width: 50px;
  height: 2px;
  background: #28a6ec; }

.divider.left {
  margin-left: 0;
  margin-right: 0; }

.divider.color-2 {
  background: #f9b91e; }

.divider.color-3 {
  background: #F56363; }

.divider.color-4 {
  background: #43C5B8; }

.divider.gray {
  background: #e6e6e6; }

.divider.gray-darknest {
  background: #8a9499; }

.divider.white {
  background: #ffffff; }

.divider.mini {
  width: 30px; }

.pic {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.pic img {
  position: relative;
  z-index: 1;
  width: 100%; }

.pic .hover-effect {
  opacity: 0;
  position: absolute;
  z-index: 2;
  background: #28a6ec;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pic .hover-effect.alt {
  background: #ffffff; }

.pic .links {
  text-align: center;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.pic .links .link-icon {
  margin: 5px; }

.pic .links .link-icon.alt {
  color: #28a6ec;
  -webkit-box-shadow: 0 0 0 1px #28a6ec;
  -moz-box-shadow: 0 0 0 1px #28a6ec;
  box-shadow: 0 0 0 1px #28a6ec; }

.pic .links .link-icon.alt:hover {
  background: #28a6ec;
  color: #ffffff; }

.pic .links .link-icon:first-child {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px); }

.pic .links .link-icon:last-child {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px); }

.pic .links .link-icon:only-child {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.pic:hover .hover-effect {
  opacity: 0.8; }

.pic:hover .links {
  opacity: 1; }

.pic:hover .links .link-icon:first-child {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.pic:hover .links .link-icon:last-child {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.link-icon {
  width: 38px;
  height: 38px;
  font-size: 20px;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.link-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

td.black {
  color: #000000; }

.br1 {
  background: #e7ca8e; }

.br2 {
  background: #d7b368; }

.br3 {
  background: #af9266; }

.br4 {
  background: #9b8157; }

.bck1 {
  background: #ffffff; }

.bck2 {
  background: #e4dbc9; }

/* FOOTER / COPYRIGHT */
footer {
  padding: 30px 0 0 0;
  background: #d7b368; }

footer, footer p, footer a {
  color: #999;
  font-size: 13px;
  padding-bottom: 10px; }

footer .footer-logo {
  margin: -10px 0 15px; }

footer .footer-logo a {
  color: #fff !important;
  font-size: 25px;
  margin-top: 5px;
  font-weight: 700;
  letter-spacing: -1px;
  transition: all 0.4s ease 0s; }

footer h4 {
  color: #f7f4bb;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0px 0px 17px;
  letter-spacing: 1px;
  font-weight: 600; }

ul.footer-list {
  padding-left: 0; }

.footer-list li {
  color: #ffffff;
  margin-bottom: 8px;
  list-style-type: none; }

.footer-list li a:hover {
  color: #933ded; }

.footer-social {
  color: #4c4741; }

.footer-social p {
  padding: 10px 0;
  color: #ffffff; }

.footer-links p {
  color: #ffffff;
  font-weight: 300; }

footer p {
  line-height: 20px;
  margin-bottom: 15px; }

/* DESTINATION */
.destination h3 {
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 10px 0 0;
  letter-spacing: 3px; }
.destination a:hover {
  text-decoration: none; }
.destination .srbija {
  background: url("../../front/img/destination/srbija.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .srbija:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .hrvatska {
  background: url("../../front/img/destination/hrvatska.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .hrvatska:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .slovenija {
  background: url("../../front/img/destination/slovenia.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .slovenija:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .bih {
  background: url("../../front/img/destination/bosnaihercegovina.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .bih:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .crnagora {
  background: url("../../front/img/destination/crnagora.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .crnagora:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .makedonija {
  background: url("../../front/img/destination/makedonija.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .makedonija:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .bugarska {
  background: url("../../front/img/destination/bugarska.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .bugarska:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .rumunija {
  background: url("../../front/img/destination/rumunija.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .rumunija:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }
.destination .madjarska {
  background: url("../../front/img/destination/madjarska.jpg");
  border-radius: 5px;
  background-size: cover;
  height: 200px;
  margin-right: 4px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.destination .madjarska:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
  filter: alpha(opacity=80) ;
  -moz-opacity: 0.8 ;
  -khtml-opacity: 0.8 ;
  opacity: 0.8 ; }

.cursor {
  cursor: pointer; }

.agency-photo {
  background: #ffffff; }
  .agency-photo .agency-gallery img {
    width: 100%;
    padding: 10px; }

.destination-page {
  margin-bottom: 20px; }
  .destination-page h3 {
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 10px 0 0;
    letter-spacing: 3px; }
  .destination-page a:hover {
    text-decoration: none; }
  .destination-page .srbija {
    background: url("../../front/img/destination/srbija.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .srbija:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .hrvatska {
    background: url("../../front/img/destination/hrvatska.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .hrvatska:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .slovenija {
    background: url("../../front/img/destination/slovenia.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .slovenija:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .bih {
    background: url("../../front/img/destination/bosnaihercegovina.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .bih:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .crnagora {
    background: url("../../front/img/destination/crnagora.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .crnagora:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .makedonija {
    background: url("../../front/img/destination/makedonija.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .makedonija:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .bugarska {
    background: url("../../front/img/destination/bugarska.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .bugarska:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .rumunija {
    background: url("../../front/img/destination/rumunija.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .rumunija:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }
  .destination-page .madjarska {
    background: url("../../front/img/destination/madjarska.jpg");
    border-radius: 5px;
    background-size: cover;
    height: 300px;
    margin-right: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s; }
  .destination-page .madjarska:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ;
    filter: alpha(opacity=80) ;
    -moz-opacity: 0.8 ;
    -khtml-opacity: 0.8 ;
    opacity: 0.8 ; }

.country-srbija {
  background: url("../../front/img/country/srbija.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-hrvatska {
  background: url("../../front/img/country/hrvatska.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-slovenija {
  background: url("../../front/img/country/slovenija.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-bih {
  background: url("../../front/img/country/bih.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-bugarska {
  background: url("../../front/img/country/bugarska.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-crnagora {
  background: url("../../front/img/country/crnagora.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-madjarska {
  background: url("../../front/img/country/madjarska.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-makedonija {
  background: url("../../front/img/country/makedonija.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.country-rumunija {
  background: url("../../front/img/country/rumunija.jpg");
  background-size: cover;
  max-width: 100%;
  height: 300px;
  margin-top: 70px; }

.flag {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50px; }
  .flag .srbija {
    background: url("../../front/img/country/flag/srbija.png");
    background-size: 150px 150px;
    background-position: -20px;
    height: 60px; }

.conutries {
  padding-top: 20px;
  color: #ffffff; }
  .conutries h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px; }
  .conutries h5 {
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    font-weight: 300; }

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*jssor slider arrow skin 106 css*/
.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer; }

.jssora106 .c {
  fill: #fff;
  opacity: .3; }

.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10; }

.jssora106:hover .c {
  opacity: .5; }

.jssora106:hover .a {
  opacity: .8; }

.jssora106.jssora106dn .c {
  opacity: .2; }

.jssora106.jssora106dn .a {
  opacity: 1; }

.jssora106.jssora106ds {
  opacity: .3;
  pointer-events: none; }

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000; }

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1; }

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden; }

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent; }

.jssort101 .p:hover {
  padding: 2px; }

.jssort101 .p:hover .cv {
  background-color: black;
  opacity: .35; }

.jssort101 .p:hover.pdn {
  padding: 0; }

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35; }

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35; }

.jssort101 .pav .a, .jssort101 .p:hover .a {
  visibility: visible; }

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6; }

.jssort101 .pav .t, .jssort101 .p:hover .t {
  opacity: 1; }

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden; }

@media only screen and (min-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.93em;
    padding: 0.5rem 0.5rem; }

  .mobile {
    display: none; }

  .scroll-table {
    display: none; } }
@media only screen and (max-width: 1440px) {
  .box-left h4 {
    font-size: 14px; } }
@media only screen and (max-width: 2400px) and (min-width: 1600px) {
  .container {
    max-width: 1600px; }

  #thumbnail-slider {
    height: 783px; }

  .box {
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px; }
    .box .top {
      width: 100%;
      height: 280px; }
      .box .top .main-info {
        height: 50px;
        position: absolute; }
      .box .top p {
        min-height: 70px; }
    .box .footer-box {
      position: absolute;
      bottom: 0; } }
@media only screen and (max-width: 1599px) and (min-width: 1440px) {
  .container {
    max-width: 1400px; }

  #thumbnail-slider {
    height: 683px; } }
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  #thumbnail-slider {
    height: 550px; } }
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  #thumbnail-slider {
    height: 460px; } }
@media only screen and (max-width: 575px) and (min-width: 300px) {
  .fast-search {
    padding: 10px 20px 0 20px;
    width: 100%; }
    .fast-search .btn {
      font-size: 12px;
      margin-top: 7px; }

  .slide-caption {
    top: 15rem !important;
    right: 3% !important;
    left: 3% !important;
    padding-bottom: 5px; }
    .slide-caption h1 {
      margin-top: 0; }

  .slide-caption-home {
    top: 8rem !important;
    right: 3% !important;
    left: 3% !important;
    padding-bottom: 5px; }
    .slide-caption-home h1 {
      margin-top: 0; } }
@media only screen and (max-width: 1024px) and (min-width: 300px) {
  h2.howitworks-title {
    font-size: 1.5rem; }

  h4.paket {
    font-size: 0.8rem;
    font-weight: 600 !important; }

  .scroll-table {
    width: 100%; }
    .scroll-table img {
      text-align: center;
      width: 100%; }

  .fast-search {
    width: 100%; }
    .fast-search .btn {
      margin: 8px 0; }

  #lgFormGroupInput {
    margin: 9px 0; }

  footer {
    padding: 30px 0 0 0;
    background: #d7b368; }

  .carousel {
    margin-bottom: 4em; }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0px;
    padding-right: 0px; }

  .row {
    padding: 0 5px; }

  .banner-left, .banner-right {
    display: none; }

  .desktop {
    display: none; }

  .mobile-bar {
    background: black;
    padding-bottom: 5px; }

  .navbar {
    padding: .6rem 1rem; }

  .slide-caption {
    top: 10rem;
    bottom: 3rem;
    z-index: 10;
    position: absolute;
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    height: 180px; }
    .slide-caption h1 {
      font-family: 'Raleway', sans-serif;
      font-weight: 900;
      font-size: 2.2em;
      margin-bottom: 0; }
    .slide-caption p {
      margin-top: 10px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 0.72em; }

  .slide-caption-home {
    top: 10rem;
    bottom: 3rem;
    z-index: 10;
    position: absolute;
    right: 15%;
    left: 15%;
    padding-bottom: 20px;
    color: #fff;
    height: 180px; }
    .slide-caption-home h1 {
      font-family: 'Raleway', sans-serif;
      font-weight: 900;
      font-size: 1.8em;
      margin-bottom: 0;
      margin-top: 5px; }
    .slide-caption-home p {
      margin-top: 10px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      font-size: 0.72em; }

  .clients {
    padding: 50px 20px; }

  .hotels h1 {
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 29px;
    margin-left: 13px; }

  .carousel-caption {
    top: 8rem; }
    .carousel-caption h1 {
      font-family: 'Raleway', sans-serif;
      font-size: 2.5em;
      margin-bottom: 20px;
      text-align: center; }
    .carousel-caption p {
      font-family: "ProximaNova-Regular", sans-serif;
      font-size: 0.42em; }

  .photo-gallery {
    width: 100%; }

  .photo-thumb {
    display: none; }

  .fs-icon {
    display: none; }

  .object .top .main-info {
    width: 100%;
    min-height: 50px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    padding: 10px 10px 10px 10px;
    position: relative;
    bottom: 0; }

  .col-lg-1 {
    display: none; } }
@media (min-width: 997px) and (max-width: 1600px) {
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
@media (min-width: 576px) {
  .card-deck .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; }

  .card {
    position: relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem; } }

/*# sourceMappingURL=style.css.map */
