body {
  background: #d9d9d9;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* form */
.modal-open {
  padding-right: 0px!important;
}
.btn-file {
  position: relative;
  overflow: hidden;
  width: 60%;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
button.btn {

  text-align: right;
  background: #65c3b1;
  cursor: inherit;
  display: block;
  border-color: #56A395;
}
.modal-header {
  min-height: 100px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: url('../img/3j.jpg');
  background-size: auto;
  background-position: 0% 66%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: white;
}
.tab-pane {
  min-height: 400px;
}
.modal-share-item {
  text-align: center;
}
.modal-share-item i {
  font-size: 24px;
  width: 3em;
  height: 3em;
  padding-top: 23px;
  border-radius: 8px;
  cursor: pointer;
}
.modal-share-item .fa-facebook {
  color: #3b5998;
  border: 2px solid #3b5998;
}
.modal-share-item .fa-twitter {
  color: #00aced;
  border: 2px solid #00aced;
}
.modal-share-item .fa-pinterest {
  color: #cb2027;
  border: 2px solid #cb2027;
}
.sidebar-nav {
  height: 100%;
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.sidebar-nav li a {
  margin-bottom: 20px;
  font-size: 20px;
}
.sidebar-nav li a i {
  color: #65c3b1;
}
/* */
ul {
  list-style-type: none;
  margin-bottom: 0;
}
.main {
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.main-second-container {
  position: relative;
}
.info-container {
  display: none;
  z-index: 2000;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer {
  display: block;
  height: 200px;
  margin-top: 100px;
  background: #333;
  /*margin-left: 24%; */
  width: 100%;
}
.footer ul {
  text-align: center;
  padding-top: 4em;
}
.footer ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer ul li a {
  color: white;
}
.footer .copyright {
  margin-top: 10px;
  text-align: center;
  color: grey;
}
h2 {
  font-family: 'Oswald';
  color: #404040;
}
.blue {
  color: #3b5998 !important;
}
.bold {
  font-weight: bold;
}
.head-text {
  font-family: 'Oswald';
  font-size: 18px;
  color: #404040;
  padding: 0px 10px;
}
.secondary-text {
  font-family: 'Oswald';
  font-size: 14px;
}
.normal-text {
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: normal;
  color: #333;
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.normal-small-text {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: normal;
  color: #333;
}
.non-focused-text {
  color: darkgrey;
}
.upper-popular-container-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 100%);
  /* W3C */
}
.scrollToTop {
  position: fixed;
  bottom: 75px;
  right: 40px;
  z-index: 10;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.scrollToTop i {
  font-size: 28px;
  color: #65c3b1;
}
.menu-toggle {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
}
/* layout manipulation elements */
::-webkit-scrollbar {
  display: none;
}
.fixed {
  position: fixed;
  top: 0;
  /*left: 25%; 
  right: 0; */
  z-index: 325552253523;

  box-shadow: 10px 4px 12px -4px #444444;
}
.fixed-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25%;
  background: white;
  overflow-y: auto;
}
.container-fixed {
  top: 80px;
}
.logo-hidden {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.logo-hidden img {
  width: 50%;
  transform: translatex(50%);
  -webkit-transform: translatex(50%);
}
.logo-sidebar-visible {
  display: block;
}
.push-me-out-of-the-way {
  position: relative;
  top: 0;
  transition: top .3s ease;
}
.pushed-out-of-the-way {
  top: 20px;
}
/* */
/* brick animations */
.hover-box-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hover-box-container-inner {
  background: #333;
}
.box-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #333333;
  opacity: 0;
  -webkit-transition: opacity 1s;
  /* Chrome, Safari, Opera */
  transition: opacity 1s;
}
.box-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
  width: 4em;
  height: 4em;
  cursor: pointer;
  border: 2px solid #65c3b1;
  border-radius: 6px;
  -webkit-transition: top 0.5s;
  /* Chrome, Safari, Opera */
  transition: top 0.5s;
  /* Standard syntax */
}
.box-left {
  position: absolute;
  left: -60px;
  top: 75px;
  width: 4em;
  height: 4em;
  cursor: pointer;
  border: 2px solid #65c3b1;
  border-radius: 6px;
  -webkit-transition: left 0.5s;
  /* Chrome, Safari, Opera */
  transition: left 0.5s;
  /* Standard syntax */
}
.box-right {
  position: absolute;
  right: -60px;
  top: 75px;
  width: 4em;
  height: 4em;
  border: 2px solid #65c3b1;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: right 0.5s;
  /* Chrome, Safari, Opera */
  transition: right 0.5s;
  /* Standard syntax */
}
.box-left i,
.box-top i,
.box-right i {
  color: #65c3b1;
  font-size: 24px;
  display: block;
  text-align: center;
  margin-top: 16px;
}
.hover-box-container:hover .box-left {
  left: 20px;
}
.hover-box-container:hover .box-right {
  right: 20px;
}
.hover-box-container:hover .box-top {
  top: 50px;
}
.hover-box-container:hover .box-overlay {
  opacity: 0.8;
}
.banner {
  display: block;
}
/* */
.goldfish-video-container {
  background: white;
  padding: 10px;
  margin-bottom: 20px;
}
.goldfish-video-container iframe {
  width: 100%;
}
.main-second-container {
  width: 1200px; 
  margin: 0 auto;
}
.upper-popular-container {
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
  overflow: auto;
}
.upper-popular-container ul {
  padding-left: 0;
  margin-bottom: 0;
}
.upper-popular-li {
  width: 280px;
  height: 185px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  transition: height .2s ease;
}
.upper-li-hover {
  height: 100%;
  z-index: 1000;
}
.upper-popular-li img {
  width: 100%;
  position: relative;
  z-index: 10000;
}
.logo-container {
  background: #fff;
  display: block;
  height: 200px;
  z-index: 10;
}
.logo-triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  border-right: 12em solid transparent;
  border-top: 12em solid rgba(255, 255, 255, 0.15);
}
.logo-container-inner {
  width: 100%;
  max-height: 200px;   
  display: block;
  background: #fff;
  padding-top: 3em;
  color: #333333;
}
.logo-container-inner img {
  max-width: 100%;
  display: block;
  max-height: 200px;
  max-width: 312px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  margin-top: -10px;
}
.fa-circle {
  color: #65c3b1;
}
.profile-img {
    width: 6em;
    height: 6em;
    display: block;
    position: absolute;
    top: 30%;
    left: 40%;
    /*bottom: 0px;
    left: 120px;*/
    background: #fff;
    border-radius: 80px;
    background-size: cover;
    background-position: center;
    border: 3px solid rgba(255,255,255,.15);
}
.bday-upcoming-icon {
  width: 4em;
  height: 4em;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 10px;
  color: #3b5998;
  background: white;
  padding-top: 6px;
  border-radius: 50px;
  box-shadow: 0px 2px 4px -1px #a9a9a9;
}
.comment {
  padding: 5px 0;
  margin: 0;
}
.comment-content {
  font-family: 'Open Sans';
  font-weight: normal;
}
.header-title {
  font-family: 'Open Sans';
  font-weight: 100;
  font-style: italic;
  text-align: center;
  padding-bottom: 30px;
}
.header-popular-title {
  font-family: 'Open Sans';
  font-weight: 100;
  color: #65c3b1;
  position: absolute;
  top: -10px;
  background: rgba(51, 51, 51, 0.8);
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 35%;
  z-index: 20;
}
.sidebar {
  background: white;
  padding-right: 0;
  padding-left: 0;
  min-height: 800px;
}
.sidebar-container {
  padding: 30px;
}
.sidebar .add-wish {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  background: #65c3b1;
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 6px solid #56A395;
  cursor: pointer;
  position: relative;
  top: 20px;
  transition: top .3s ease;
}
.sidebar .add-wish:active {
  border-bottom: 2px solid #56A395;
  top: 22px;
}

.invite-friends.goldfish {
  background: #65c3b1;
  border-bottom: 6px solid #56A395;
}

.invite-friends {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  background: #3b5998;
  
  color: white;
  border-bottom: 6px solid #2C4374;
  cursor: pointer;

}
.invite-friends:hover {
  text-decoration: none;
}
.invite-friends:active {
  border-bottom: 2px solid #2C4374;
  top: 22px;
}
.sidebar .add-wish:hover {
  border-bottom: 2px solid #56A395;
  top: 22px;
  transition: top .3s ease;
}
.sidebar .invite-friends:hover {
  border-bottom: 2px solid #2C4374;
  top: 22px;
}
.sidebar .upcoming-bday-button {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  background: #f0f0f0;
  margin-bottom: 10px;
}
.add-wish h3,
.invite-friends h3,
.upcoming-bday-button h3 {
  line-height: 50px;
}
.sidebar-upcoming-bday-container ul {
  padding: 0px;
}
.sidebar-upcoming-bday-li {
  margin-bottom: 10px;
  position: relative;
}
.sign-in-container {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 100%;
}
.sign-in {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  background: #3b5998;
  margin-bottom: 20px;
  color: white;
  border-bottom: 6px solid #2C4374;
  cursor: pointer;
  top: 20px;
  position: relative;
  transition: top .3s ease;
}
.non-signed-in {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  top: 60px;
}
.non-signed-in img {
  width: 200%;
  position: relative;
  left: -120px;
}
.sidebar-upcoming-bday-li img {
  width: 100%;
}
.content-list-nav {
  display: inline-block;
  width: 100%;
  height: 64px;
  margin-bottom: 20px;
  background: #f0f0f0;
  padding-left: 15px;
  left: 0%;
}
.content-list-nav.kategorije{
  height: 40px;
  background-color: #65C6B2;
}
.chipIn-user {
  color: #65c3b1;
  font-size: 30px;
}
.content-list-nav-button {
  display: block;
  text-align: center;
  background: none;
  margin-bottom: 10px;
  width: 150px;
  border-right: 1px solid #ccc;
  height: 100%;
  cursor: pointer;
  margin-left: -4px;
  line-height: 1;
  float: left;
}
#search {
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: normal;
  margin-left: 15px;
  margin-top: 14px;
  height: 32px;
  border: none;
  padding: 0px 15px;
  background: #f8f8f8;
  width: 200px;
  border-radius: 20px;
  margin-bottom: 10px;

}

.content-list-nav-button .normal-small-text {
  color: darkgrey;
}
.content-list-nav-button.active {
  background: white;
  border-bottom: 2px solid #65c3b1;
  margin-left: 0px;
}
.content-list-nav-button.active .normal-small-text {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: normal;
  color: #333;
}
.content-list-nav-button:hover {
  background: white;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.content-list-nav-button .kategorije:hover {
  background: #fff;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  color: #65c6b2;
}
.content-list-nav-button h3 {
  margin: 0;
  line-height: 64px;
}
.content-list-nav-button h3.kategorije {
  margin: 0;
  line-height: 40px;
  color: #fff;
}
.dropdown-custom-link {
  color: darkgrey;
  /* font-weight: bold; */
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  height: 100%;
  line-height: 64px;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: normal;
}
.dropdown-custom-link:hover {
  text-decoration: none;
  color: darkgrey;
}
.sidebar-list-title-container {
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  /*padding-left: 10px;*/
  width: 100%;
}
.carousel-li-overlay-bottom {
  z-index: 1;
  width: 100%;
  height: 200px!important;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0.5)), color-stop(20%, rgba(51, 51, 51, 0.5)), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.5) 20%, #333333 100%);
  /* W3C */
  background: rgba(51, 51, 51, 0.6);
}
li:hover .carousel-li-overlay-bottom {
  display: none;
}
.carousel-li-overlay-right {
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -moz-linear-gradient(-45deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.75) 75%, rgba(51, 51, 51, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(75%, rgba(51, 51, 51, 0.75)), color-stop(100%, rgba(51, 51, 51, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.75) 75%, rgba(51, 51, 51, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.75) 75%, rgba(51, 51, 51, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.75) 75%, rgba(51, 51, 51, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(135deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.75) 75%, rgba(51, 51, 51, 0.75) 100%);
  /* W3C */
}
.carousel-li-overlay-left {
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 5px;
  background: -moz-linear-gradient(45deg, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0.75) 25%, rgba(51, 51, 51, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(51, 51, 51, 0.75)), color-stop(25%, rgba(51, 51, 51, 0.75)), color-stop(100%, rgba(51, 51, 51, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0.75) 25%, rgba(51, 51, 51, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0.75) 25%, rgba(51, 51, 51, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0.75) 25%, rgba(51, 51, 51, 0) 100%);
  /* IE10+ */
  background: linear-gradient(45deg, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0.75) 25%, rgba(51, 51, 51, 0) 100%);
  /* W3C */
}
.popular-li-append {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  bottom: 0%;
  background: white;
  padding: 0 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #8C8C8C;
  border-bottom: 4px solid #65c3b1;
}
.popular-li-append h3 {
  padding-left: 10px;
}
/* masonry plugin */
.brick {
  background: white;
  margin-bottom: 20px;
  box-shadow: 0px 2px 4px -1px #a9a9a9;
}
.brick-inner {
  padding: 0px;
  display: block;
}
.brick img {
  width: 100%;
}
.brick h5,
.brick1 h5 {
  color: grey;
  text-align: center;
  cursor: pointer;
}
.brick h5:hover,
.brick1 h5:hover {
  color: #65c3b1;
}
.brick h5.active,
.brick1 h5.active {
  color: #65c3b1;
}
.brick h5.delete-wish:hover,
.brick1 h5.delete-wish:hover {
  color: #d9534f;
}
.brick h5.active:hover,
.brick1 h5.active:hover {
  color: grey;
}
/* */
.carousel1 .wrap,
.carousel .wrap1 {
  /*padding: 0px 3px;*/
  background: white;
  display: block;
}
/* carousel plugin */
.carousel {
  position: relative;
  z-index: 2;
  min-height: 20px;
  height: auto;
  background: url(../images/loader.gif) center center no-repeat;
}
.carousel .next,
.carousel .prev {
  display: none;
  width: 40px;
  height: 40px;
  padding: 4px 0px 0px 12px;
  font-size: 25px;
  position: absolute;
  bottom: -50px;
  right: 240px;
  margin-top: -28px;
  z-index: 9999;
  cursor: pointer;
  color: #65c3b1;
}
.carousel .prev {
  margin-left: -60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
.carousel .next {
  margin-right: -60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
.carousel li {
  display: none;
  height: 200px;
  overflow: hidden;
  border-bottom: 4px solid #65c3b1;
}
.carousel li img {
  width: 100%;
  height: auto;
}
.paging {
  position: absolute;
  z-index: 9998;
}
.paging > a {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  background: url(../images/dots.png) 0px -40px no-repeat;
}
.paging > a:hover,
.paging > a.current {
  background: url(../images/dots.png) 0px 0px no-repeat;
}
img {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}
/* Figure */
.carousel ul {
  position: relative;
  display: block;
  height: 200px!important;
  z-index: 20000;
}
.wrap {
  margin: 0 0px;
  position: relative;
  background: white;
}
.popular-wish-container {
  position: relative;
}
.hidden-brick {
  position: relative;
  overflow: hidden;
}
/* wish page */
.no-margin {
  margin: 0;
}
.row-margin {
  margin: 0 15px;
}
.no-padding {
  padding: 0;
}
.wish-detail-overlay {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
.wish-detail-container {
  background: white;
  position: relative;
}
.wish-detail-container div.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  background-position: center;
  background-size: cover;
  width: 120%;
  height: 120%;
  margin-left: -10%;
  margin-top: -10%;
}
.wish-detail-user-img-container img {
  -webkit-filter: blur(0px);
  border: 1px solid white;
}
.wish-img-container {
  background: white;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f0f0f0;
  display: block;
  position: relative;
  vertical-align: middle;
  float: left;
}
.wish-img-container img {
  max-width: 480px;
}
.wish-content-list-title-container {
  z-index: 10;
  margin: 20px;
  padding: 20px;
  position: relative;
  width: 94%;
  min-height: 22em;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 4px -1px #444444;
}
.ui-tooltip {
  z-index: 1000000000000000000000000000;
}
.popular-list-title {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.wish-actions-container {
  background: white;
  text-align: center;
  font-size: 30px;
}
.wish-actions-container .col-md-3 {
  padding-left: 0;
}
.wish-actions-icons {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #65c3b1;
  border-radius: 12px;
  color: #65c3b1;
  position: relative;
  cursor: pointer;
}
.wish-actions-icons:hover {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #65c3b1;
  border-radius: 12px;
  color: white;
  background: #65c3b1;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.wish-actions-icons.active {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #65c3b1;
  border-radius: 12px;
  color: white;
  background: #65c3b1;
}
.wish-actions-icons.active:hover {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #65c3b1;
  border-radius: 12px;
  color: #65c3b1;
  background: white;
  position: relative;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.wish-actions-icons.fa-gift {
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.wish-actions-icons.fa-gift:hover {
  background-color: #5cb85c;
  border: 2px solid #5cb85c;
  color: white;
}
.wish-actions-icons.fa-gift.active {
  background-color: #5cb85c;
  border: 2px solid #5cb85c;
  color: white;
}
.wish-actions-icons.fa-gift.active:hover {
  background-color: white;
  border: 2px solid #5cb85c;
  color: #5cb85c;
}
.modal-open .modal {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}
.image-container {
  max-width: 300px;
  max-height: 300px;
  margin: 0px auto;
  margin-top: 20px;
}
.image-container .inside {
  position: relative;
  display: inline-block;
}
.image-container .inside .delete-image {
  position: absolute;
  right: -15px;
  background: black;
  border-radius: 15px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  top: -15px;
  cursor: pointer;
}
.image-container .inside .delete-image i {
  color: white;
}
.image-container img {
  max-width: 300px;
  max-height: 300px;
}
.wish-detail-user-name {
  color: black;
}
.profile-img-small {
  width: 60px;
  height: 60px;
  float:left;
  margin-right:10px;
  display: block;
  background: #fff;
  border-radius: 50px;
  background-size: cover;
  background-position: center;
  border: 1px solid white;
}
.profile-img-smaller {
  width: 4em!important;
  height: 4em!important;
  display: block;
  background: url('../img/noimage.jpg');
  border-radius: 50px;
  background-size: cover;
  border: 2px solid #65c3b1;
}
.profile-img-comments {
  width: 4em;
  height: 4em;
  display: block;
  background: url('../img/noimage.jpg');
  border-radius: 50px;
  background-size: cover;
  background-position: center;
  border: 2px solid #65c3b1;
}
.wish-partners-container,
.wish-comments-container {
  background: white;
  padding: 20px;
  margin-top: 15px;
}
.wish-related-container {
  background: white;
  padding: 20px;
  margin-top: 15px;
}
.wish-partners-title {
  font-family: 'Open Sans';
  font-weight: bold;
  position: relative;
}
.wish-partners-title i.edit {
  position: absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
}
.wish-partners-subtitle,
.wish-partners-price,
.wish-partners-link {
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 16px;
}
.wish-actions-icons-carousel {
  color: #65c3b1;
}
.wish-likes,
.wish-adds {
  position: absolute;
  background: #65c3b1;
  color: white;
  width: 30px;
  text-align: center;
  font-size: 20px;
  padding-top: 4px;
  height: 30px;
  border-radius: 25px;
  top: -35px;
  right: -15px;
}
.button-wish {
	width: 100px;
	float: left;
}
.desc-btn-wish {
	margin-top: 5px;
	text-align:center;
}
.wish-likes span,
.wish-adds span {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Oswald';
}
.wish-chip-ins {
  position: absolute;
  background: #5cb85c;
  color: white;
  width: 30px;
  font-size: 20px;
  padding-top: 4px;
  height: 30px;
  border-radius: 25px;
  top: -35px;
  right: -15px;
}
/* carousel plugin */
.carousel1 {
  position: relative;
  z-index: 2;
  min-height: 20px;
  height: auto;
  background: url(../images/loader.gif) center center no-repeat;
}
.carousel1 .next,
.carousel1 .prev {
  width: 30px;
  height: 30px;
  padding: 4px 0px 0px 12px;
  font-size: 20px;
  position: absolute;
  top: -10px;
  left: 80%;
  margin-top: -28px;
  z-index: 9999;
  cursor: pointer;
  color: #65c3b1;
}
.carousel1 .prev {
  margin-left: -60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
.carousel1 .next {
  margin-right: -60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
.carousel1 li {
  display: none;
  height: 200px;
  overflow: hidden;
}
.carousel1 li .picture {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.carousel1 ul {
  position: relative;
  /*overflow: hidden;*/
  display: block;
  left: -2px;
  height: 200px!important;
}
/* end wish page */
/* user profile page */
.user-profile-friends {
  display: block;
  margin-bottom: 20px;
}
.user-profile-friends img {
  width: 10em;
  display: inline-block;
  vertical-align: middle;
}
.user-profile-friends h3 {
  display: inline-block;
  vertical-align: middle;
}
.upcoming-bday-date {
  color: #65c3b1;
  font-size: 16px;
}
.user-content-list-nav {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  background: #f0f0f0;
}
.profile-img-user-page {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.user-profile-page-container {
  background: white;
  padding: 20px;
}
.brick1 {
  background: white;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px -1px #a9a9a9;
}
.brick1 img {
  width: 100%;
}
.birthday {
  padding: 0 16px 0 0;
  width: 50px;
  vertical-align: top;
}
.b-profile__calendar {
  background: #65c3b1;
  border: 1px solid #bdbdbd;
  display: block;
  position: relative;
  text-decoration: none !important;
  width: 48px;
  height: 48px;
}
.b-profile__calendar__month {
  color: white;
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  height: 16px;
}
.b-profile__calendar__day {
  background: #fff;
  display: block;
  font-size: 20px;
  position: relative;
  margin: 0 0 2px;
  text-align: center;
  line-height: 32px;
  height: 30px;
}
.bday-icon {
  display: block;
  width: 48px;
  text-align: center;
  font-size: 30px;
  color: #65c3b1;
}
/* end user profile page */
/* company profile page */
.profile-img-company-page {
  width: 100%;
  height: 14em;
  display: block;
  background: url('../../www.rmdesign.si/photos/Promocija/Oblikovanje_vrecke_Ena_A.jpg');
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
/* media queries */
/* Large Devices, Wide Screens */
@media (max-width: 3000px) {
  #menu-toggle {
    display: none;
  }
}
@media (max-width: 1200px) {
  #menu-toggle {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .brick {
    width: 32%;
  }
}
/* Medium Devices, Desktops */
@media (max-width: 992px) {
.headerEdit {left: 38% !important;}
.headerProfile { display: inline !important; margin-top: 0px !important; margin-left: 0px !important; }
.headerProfile .header-greeting {left: 20% !important; }
.searchForm {
    bottom: -21px !important;
    right: 0 !important;
    position: absolute !important;
    left: 0 !important;
    text-align: center;
}
.logo-container-inner img {
	margin-top: -20px !important;
    margin-bottom: 20px !important;
}
h6.not-signed-in {
	line-height: 30px;
	color: #fff;
	width: 100%;
	float: left;
	text-align: center !important;
	margin-top: 5px !important;
}
a.button-wrap {

  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #65c3b1;
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: 6px solid #56A395;
  cursor: pointer;
  position: relative;
  top: 20px;
  transition: top .3s ease;
	display:block;
	width: 100%;

	
}
 
 #search {
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: normal;
margin: 0px;
text-align: center;
      height: 34px;
  width: 100%;
  border: none;
  padding: 0px 5px;
  background: #f8f8f8;

}


  .wish-detail-col {
    clear: left;
  }
  .wish-img-container {
    width: 90%;
  }
  .wish-img-container img {
    max-width: 100%;
    width: 100%;
  }
  #container {
    margin: 0px 20px;
  }
  .brick {
    width: 49%;
  }
  #menu-toggle {
    display: block;
  }
  .logo-container {
    height: 110px;
  }
  .logo-container-inner {
    padding-top: 3em;
  }
  .logo-container-inner img {
    width: 10em;
  }
  .logo-triangle {
    border-top: 8em solid rgba(255, 255, 255, 0.15);
  }
  .content-list-nav-button h3 {
    margin: 0;
    line-height: 40px;
  }
  .wish-actions-container li {
    display: inline-block;
  }
  .popular-container,
  .sidebar,
  .nav-partner,
  .profile-img,
  .goldfish-video-container,
  .wish-related-container,
  .eu-header,
  .edit-user-list {
    display: none!important;
  }
  .dropdown-custom-link {
    line-height: 40px;
  }
  .content-list-nav-button {
    width: 33.333%;
  }
  .content-list-nav {
    height: 40px;
  }
 #wrapper.toggled .footer {
	display:none;
    margin-top: 0px;
  }
  .footer {
    margin-left: 0px;
    width: 100%;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 325552253523;
    background: rgba(240, 240, 240, 0.95) !important;
    box-shadow: 10px 4px 12px -4px #444444;
  }
  .wish-detail-container {
    height: auto;
  }
  .main-second-container {
    margin: 0;
  }
  .wish-content-list-title-container {
    position: relative;
  }
}
/* Small Devices, Tablets */
@media (max-width: 786px) {

	.sidebar-nav li {
		line-height: 20px;
	}

.fixed {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  
}


  #menu-toggle {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .brick {
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media (max-width: 480px) {
.hide-large {display: block !important; }
#search{float: right; width: 50%; }
.header-profile-name {bottom: -25px !important; left: 5px !important;}
  .brick {
    width: 100%;
  }
  #menu-toggle {
    display: block;
  }
  .bs-example {
    display: block;
  }
}
/* Custom, iPhone Retina */
@media (max-width: 320px) {
	#search{float: right; width: 50%; }
	.hide-large {display: block !important; }

	.fixed {
	  position: relative !important;
	  top: 0;
	  left: 0;
	  right: 0;
	  
	}

  #menu-toggle {
    display: block;
  }
  .bs-example {
    display: block;
  }
}
.side-corner-tag-uresniceno {
  position: absolute;
  display: inline-block;
  right: -22px;
  text-align: center;
  text-transform: uppercase;
  top: 18px;
  background: #5cb85c;
  width: 100px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  font-size: 10px;
  color: white;
  font-weight: bold;
}
.side-corner-tag-ideja {
  position: absolute;
  display: inline-block;
  right: -22px;
  text-align: center;
  text-transform: uppercase;
  top: 18px;
  background: #65c3b1;
  width: 100px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  font-size: 10px;
  color: #333;
  font-weight: bold;
}
.side-corner-tag-oglas {
  position: absolute;
  display: inline-block;
  right: -22px;
  text-align: center;
  text-transform: uppercase;
  top: 18px;
  background: #65c3b1;
  width: 100px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  font-size: 10px;
  color: #333;
  font-weight: bold;
}
.hover-box-container .ajax-action .fa-check {
  font-size: 32px;
  margin-top: 12px;
}
.hover-box-container .ajax-action .fa-check:before {
  content: "\f00c";
}
.popular-likes-count {
  font-size: 28px;
  color: #65c3b1;
  margin-top: 90px;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: center;
  text-shadow: 1px 1px #333;
}
.counter1 {
  color: #65c3b1;
}
.header-greeting {
    float: left;
    margin-left: 14px;
    color: #333;
    margin-top: 15px;
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 22%;
}
.header-profile-name {
	float: left;
    color: #333;
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 12px;
    display: block;
    position: absolute;
    /*bottom: 20px;*/
    bottom: 30px;
    left: 36%;
}
.popular-like-container,
.popular-adds-container {
/*
  background: rgba(51, 51, 51, 0.5);
  margin-top: 10px;
*/
}
.popular-like-container:hover span,
.popular-adds-container:hover span,
.popular-like-container:hover i,
.popular-adds-container:hover i,
.popular-like-container.active span,
.popular-adds-container.active span,
.popular-like-container.active i,
.popular-adds-container.active i {
  color: white;
}
.sidebar-list-title-container:hover {
  background: rgba(51, 51, 51, 0.95);
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.popular-like-container:hover,
.popular-adds-container:hover,
.popular-like-container.active,
.popular-adds-container.active {
  background: #65c3b1;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.popular-list-title:hover,
.content-list-title:hover {
  text-decoration: underline;
}
/*.logo-container:hover {
  background: #56A395;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}*/
.wish-actions-container li {
  position: relative;
}
.wish-img-container {
  background: white;
  overflow: hidden;
}
.wish-img-container img {
  width: 100%;
}
.wish-content-list-title-container {
  z-index: 10;
  margin: 20px;
  padding: 20px;
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 4px -1px #444444;
}
.wish-actions-inner-container {
  width: 60px;
  
  margin: auto auto;
  display: block;
  position: relative;
}
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#progress {
  margin-top: 20px;
  display: none;
}
.brick-details-popup {
  position: absolute;
  display: none;
  width: 250px;
  background: white;
  z-index: 100;
  bottom: 53px;
  left: -200px;
  padding: 10px;
  box-shadow: 0px 4px 12px -1px #a9a9a9;
}
.logged .brick-details-popup {
  bottom: 90px;
}
.content-list-title-container:hover .brick-details-popup {
  display: block;
}
ul.kategorije li:hover{
	background: #f0f0f0;
} 
ul.kategorije li  a{ 
color: #000;
width: 100%;
padding: 10px;
display:block;
}
ul.kategorije { margin-top: 30px;}
ul.kategorije li {
cursor: pointer;
border-bottom: 1px solid #65c3b1;

}

.croppie-container {
	padding: 30px;
}
.croppie-container .cr-image {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0;
}

.croppie-container .cr-boundary {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}

.croppie-container .cr-viewport {
	position: absolute;
	border: 2px solid #fff;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	box-shadow:0 0 0 1000px rgba(0, 0, 0, 0.5);
	z-index: 0;
}
.croppie-container .cr-vp-circle {
	border-radius: 50%;
}
.croppie-container .cr-overlay {
	z-index: 1;
	position: absolute;
	cursor: move;
}
.croppie-container .cr-slider-wrap {
	width: 75%;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
}
.croppie-result {
	position: relative; 
	overflow: hidden;
}
.croppie-result img {
	position: absolute;
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;/*removes default webkit styles*/
    /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;/*required for proper track sizing in FF*/
    max-width: 100%;
}
.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}
.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
}
.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}
/*******************************************/


/* Just cross hairs for debugging - can be removed upon release */
.croppie-container .cr-viewport.debug:before,
.croppie-container .cr-viewport.debug:after {
    background: white;
    width: 1px;
    height: 1px;
    content: '';
    position: absolute;
}
.croppie-container .cr-viewport.debug:before {
	top: 0;
    height: 100%;
    left: 50%;
}
.croppie-container .cr-viewport.debug:after {
	top: 50%;
	left: 0;
	width: 100%;
}



.upload-demo .file-btn span{
	z-index: 10;
}
.upload-demo .file-btn {
    position: relative;

}
.upload-demo #upload-demo,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}
.upload-demo.ready #upload-demo {
    display: block;
}
.upload-demo.ready .upload-result {
    display: inline-block;    
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}
.upload-msg.wish {
    text-align: center;
    padding: 0px;
    font-size: 22px;
    color: #aaa;
    width: 400px;
    margin: 30px auto;
    border: none;
}

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index:99;
}
input.error, select.error {
	border: 1px solid #ff0000;
}
.gray {color:grey; }
.sharecaddcolor { padding: 22px; padding-bottom: 16px; background-color: #65c3b1; border-bottom: 6px solid #56A395;} 
.kupec label, .prejemnik label {display:none;}
.overview .item {
	width: 49%;
	float:left;
	border-bottom: 1px solid #ccc;
}
.overview .value strong, .overview .item strong {
font-size: 19px;
}
.overview .value {
	float:left;
	text-align: right;
	width: 49%;
	border-bottom: 1px solid #ccc;
}
#loadmore {
	position: absolute !important;
	bottom: -20px;
	left:0px;
	right: 0px;
	width:100%;
}
.logo-container.white small { color:#CECECE; font-size: 11px; line-height: 11px;padding: 10px; display:inline-block;}
.logo-container.white
{
	background-color: #fff !important;
}

.skladi-footer {
	display:none;
	background-color: #fff;
	max-width: 75%;
	
}
.searchForm { 
	position: absolute;
    bottom: 5px;
    right: 0px;
    left: 0px;
    text-align: center;}
.headerProfile { /*display: inline-block; margin-top: 20px; */ margin-left: 90px; }
.headerEdit {position: absolute; left: 41%; bottom: 0px; width: 100px;}
.centerMenu {
	margin: 0 auto;
    width: 1100px;
}
a.content-list-nav-button:last-child {
    border: none;
}
.hide-large {display: none; }
.odjava{    
	position: absolute;
    bottom: -25px;
    left: 100px;
    width: 80px;
}
input#search:focus {
    outline: none;
}
.home-google-map { margin-bottom: 30px; }
.google-map {
	width: 100%;
    height: 500px;
    margin: 0 auto;
}
.m-t-m { margin-top: 10px; }
