/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../protected/sass/partials/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, ../protected/sass/partials/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, ../protected/sass/partials/_reset.scss */
body {
  line-height: 1;
}

/* line 22, ../protected/sass/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, ../protected/sass/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, ../protected/sass/partials/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, ../protected/sass/partials/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, ../protected/sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../protected/sass/partials/_header.scss */
#header {
  width: inherit;
  position: fixed;
  padding-top: 18px;
  height: 56px;
  background: #202020;
  z-index: 100;
  transition: .6s ease-in-out top;
}

/* line 11, ../protected/sass/partials/_header.scss */
.rolled-in {
  top: -80px;
}

/* line 14, ../protected/sass/partials/_header.scss */
.rolled-out {
  top: 0;
}

/* line 17, ../protected/sass/partials/_header.scss */
#header #holder {
  height: 56px;
  height: 56px;
  position: relative;
}
@media (min-width: 156px) {
  /* line 17, ../protected/sass/partials/_header.scss */
  #header #holder {
    /*height: $mobile-header-height;*/
  }
  /* line 31, ../protected/sass/partials/_header.scss */
  body#page #header #holder, body#register #header #holder {
    height: 36px;
  }
}
@media (min-width: 456px) {
  /* line 38, ../protected/sass/partials/_header.scss */
  #header #holder {
    /*height: $medium-header-height !important;*/
  }
}
@media (min-width: 756px) {
  /* line 17, ../protected/sass/partials/_header.scss */
  #header #holder {
    height: 56px !important;
    background: none;
  }
}
/* line 51, ../protected/sass/partials/_header.scss */
#header #holder #menu-mask {
  position: absolute;
  width: 1000px;
  height: 250px;
  right: -1000px;
  top: 50px;
  background: black;
  z-index: 101;
}
/* line 61, ../protected/sass/partials/_header.scss */
#header #holder #menu {
  position: absolute;
  top: 70px;
  /*height: 250px;*/
  width: 175px;
  background-color: black;
  z-index: 100;
  padding-right: 10px;
  transition: .6s ease-in-out right;
}
/* line 74, ../protected/sass/partials/_header.scss */
#header #holder #menu li {
  height: 40px;
  width: 160px;
  border: gray 1px solid;
  border-bottom: none;
  background-color: #222f3c;
  padding-left: 10px;
}
/* line 81, ../protected/sass/partials/_header.scss */
#header #holder #menu li a {
  width: 100%;
  color: white;
  display: block;
  line-height: 40px;
  font-family: 'Helvetica Light', 'Helvetica';
  font-size: 16px;
  font-weight: 200;
}
/* line 89, ../protected/sass/partials/_header.scss */
#header #holder #menu li a:hover {
  color: #ddd;
}
/* line 94, ../protected/sass/partials/_header.scss */
#header #holder #menu li:last-child {
  border-bottom: gray 1px solid;
}
/* line 102, ../protected/sass/partials/_header.scss */
#header #holder .visible {
  right: 0px;
}
/* line 106, ../protected/sass/partials/_header.scss */
#header #holder .hidden {
  right: -200px;
}
/* line 111, ../protected/sass/partials/_header.scss */
#header #holder #home-btn {
  position: absolute;
  left: 6px;
  background: url('../images/home-heart.png?1480400693') no-repeat 0 0;
  top: 0;
  /*background-size: 25px 23px;*/
  background-size: 30px 28px;
  background-position: 0 0;
  width: 35px;
  height: 33px;
}
@media (min-width: 756px) {
  /* line 111, ../protected/sass/partials/_header.scss */
  #header #holder #home-btn {
    background-position: 0 0;
    width: 35px;
    height: 33px;
  }
}
/* line 127, ../protected/sass/partials/_header.scss */
#header #holder #my-favorites {
  position: absolute;
  right: 30px;
  background: url('../images/my-favorites.png?1480400693') no-repeat 0 0;
  top: -5px;
  background-size: 35px 33px;
  width: 40px;
  height: 40px;
}
/* line 136, ../protected/sass/partials/_header.scss */
#header #holder #my-favorites #notification {
  position: relative;
  top: 0;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* line 143, ../protected/sass/partials/_header.scss */
#header #holder #my-favorites #notification.red {
  background: red;
}
/* line 147, ../protected/sass/partials/_header.scss */
#header #holder #my-favorites #notification.yellow {
  background: yellow;
}
/* line 153, ../protected/sass/partials/_header.scss */
#header #holder #recent-activity {
  position: absolute;
  right: 30px;
  background: url('../images/recent-activity.png?1480400693') no-repeat 0 0;
  top: 0;
  background-size: 25px 23px;
  width: 25px;
  height: 23px;
  display: none;
}
/* line 165, ../protected/sass/partials/_header.scss */
#header #holder #menu-btn {
  position: absolute;
  right: 6px;
  background: url('../images/dots-menu.png?1480400693') no-repeat 0 0;
  top: -5px;
  background-size: 10px 35px;
  width: 16px;
  height: 35px;
}
/* line 175, ../protected/sass/partials/_header.scss */
#header #holder #menu-btn-old {
  position: absolute;
  left: 6px;
  background: url('../images/menu.png?1480400693') no-repeat 0 0;
  top: 0;
  background-position: 0 0;
  width: 25px;
  height: 23px;
}
@media (min-width: 756px) {
  /* line 175, ../protected/sass/partials/_header.scss */
  #header #holder #menu-btn-old {
    background-position: 0 0;
    width: 25px;
    height: 23px;
  }
}
/* line 189, ../protected/sass/partials/_header.scss */
#header #holder #logo {
  position: absolute;
  left: 41px;
  width: 175px;
  height: 24px;
  background: url('../images/logo.png?1480400693') no-repeat 0 0;
  top: 0;
}
@media (min-width: 156px) {
  /* line 199, ../protected/sass/partials/_header.scss */
  #header #holder #logo {
    display: none;
  }
}
@media (min-width: 456px) {
  /* line 205, ../protected/sass/partials/_header.scss */
  #header #holder #logo {
    display: none;
  }
}
@media (min-width: 756px) {
  /* line 211, ../protected/sass/partials/_header.scss */
  #header #holder #logo {
    display: block;
  }
}
/* line 216, ../protected/sass/partials/_header.scss */
#header #holder #logo #tag-line {
  position: absolute;
  top: 26px;
  font-size: 14px;
}
/* line 223, ../protected/sass/partials/_header.scss */
#header #holder #search {
  width: 400px;
  right: 100px;
  position: absolute;
  height: 28px;
}
@media (min-width: 156px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    width: 135px;
    right: 120px;
  }
  /* line 231, ../protected/sass/partials/_header.scss */
  body#page #header #holder #search, body#register #header #holder #search {
    display: none;
  }
}
@media (min-width: 456px) {
  /* line 241, ../protected/sass/partials/_header.scss */
  body#page #header #holder #search, body#register #header #holder #search {
    display: block;
  }
}
@media (min-width: 456px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    width: 310px;
    /*-20px*/
    right: 100px;
  }
}
@media (min-width: 606px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    width: 460px;
    /*-20px*/
    right: 100px;
  }
}
@media (min-width: 756px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 470px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 405px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 906px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 620px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 555px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 1056px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 770px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 705px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 1206px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 920px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 855px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 1356px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 1070px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 1005px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 1506px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 1220px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 1155px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 1656px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 1370px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 1305px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 1806px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 1520px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 1455px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 1956px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 1670px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 1605px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 2106px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 1820px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 1755px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 2256px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 1970px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 1905px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 2406px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 2120px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 2055px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 2556px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 2270px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 2205px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 2706px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 2420px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 2355px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 2856px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 2570px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 2505px;
    /*-40px*/
    right: 100px;
  }
}
@media (min-width: 3006px) {
  /* line 223, ../protected/sass/partials/_header.scss */
  #header #holder #search {
    top: 0;
    right: 65px;
    width: 2720px;
  }
  /* line 264, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #search {
    width: 2655px;
    /*-40px*/
    right: 100px;
  }
}
/* line 274, ../protected/sass/partials/_header.scss */
#header #holder #search form {
  width: 100%;
}
/* line 278, ../protected/sass/partials/_header.scss */
#header #holder #search #q {
  padding: 0 5px;
  height: 28px;
  width: 100%;
  border: 1px solid #373737;
  background-color: #1b1b1b;
  outline: none;
  color: white;
  line-height: 28px;
  font-size: 14px;
}
/* line 329, ../protected/sass/partials/_header.scss */
#header #holder #favorites-nav-link {
  position: absolute;
  display: block;
  width: 32px;
  height: 38px;
  top: 5px;
  background-position: 0 0;
  background: url('../images/favorite-heart.png?1480400693') no-repeat;
  right: 6px;
}
/* line 297, ../protected/sass/partials/_header.scss */
body.premium-user #header #holder #favorites-nav-link {
  top: -10px;
}
@media (min-width: 156px) {
  /* line 329, ../protected/sass/partials/_header.scss */
  #header #holder #favorites-nav-link {
    width: 23px;
    height: 30px;
    top: 0;
    background-position: 0 -76px;
  }
  /* line 317, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #favorites-nav-link {
    top: -7px;
  }
}
@media (min-width: 756px) {
  /* line 329, ../protected/sass/partials/_header.scss */
  #header #holder #favorites-nav-link {
    width: 32px;
    height: 38px;
    top: 5px;
    background-position: 0 0;
  }
  /* line 297, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #favorites-nav-link {
    top: -10px;
  }
}
@media (min-width: 156px) {
  /* line 336, ../protected/sass/partials/_header.scss */
  body#favorites #header #holder #favorites-nav-link {
    background-position: 0 -106px;
  }
}
@media (min-width: 756px) {
  /* line 336, ../protected/sass/partials/_header.scss */
  body#favorites #header #holder #favorites-nav-link {
    background-position: 0 -38px;
  }
}

/* line 347, ../protected/sass/partials/_header.scss */
body.premium-user #header #holder #favorites-nav-link {
  right: 60px;
}
@media (min-width: 156px) {
  /* line 347, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #favorites-nav-link {
    right: 45px;
  }
}
@media (min-width: 756px) {
  /* line 347, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #favorites-nav-link {
    right: 60px;
  }
}
/* line 361, ../protected/sass/partials/_header.scss */
#header #holder #tasty-nav-link {
  right: 6px;
  position: absolute;
  display: block;
  width: 32px;
  height: 38px;
  top: 5px;
  background-position: 0 0;
  background: url('../images/tasty-heart.png?1480400693') no-repeat 0 0;
  display: none;
}
/* line 297, ../protected/sass/partials/_header.scss */
body.premium-user #header #holder #tasty-nav-link {
  top: -10px;
}
@media (min-width: 156px) {
  /* line 361, ../protected/sass/partials/_header.scss */
  #header #holder #tasty-nav-link {
    width: 23px;
    height: 30px;
    top: 0;
    background-position: 0 -76px;
  }
  /* line 317, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #tasty-nav-link {
    top: -7px;
  }
}
@media (min-width: 756px) {
  /* line 361, ../protected/sass/partials/_header.scss */
  #header #holder #tasty-nav-link {
    width: 32px;
    height: 38px;
    top: 5px;
    background-position: 0 0;
  }
  /* line 297, ../protected/sass/partials/_header.scss */
  body.premium-user #header #holder #tasty-nav-link {
    top: -10px;
  }
}
@media (min-width: 156px) {
  /* line 367, ../protected/sass/partials/_header.scss */
  #userCuration #header #holder #tasty-nav-link, #header #holder #tasty-nav-link:hover {
    background-position: 0 -106px;
  }
}
@media (min-width: 756px) {
  /* line 367, ../protected/sass/partials/_header.scss */
  #userCuration #header #holder #tasty-nav-link, #header #holder #tasty-nav-link:hover {
    background-position: 0 -38px;
  }
}
/* line 379, ../protected/sass/partials/_header.scss */
body.premium-user #header #holder #tasty-nav-link {
  display: block;
}

/* line 1, ../protected/sass/partials/_footer.scss */
.footer {
  bottom: 0;
  left: 10px;
  height: 18px;
  margin: auto;
  color: #444;
  border: 0 solid #333;
  padding: 20px 0;
  border-top-width: 1px;
  clear: both;
  background: black;
  margin-top: 20px;
}

/* line 3, ../protected/sass/partials/_photo-view.scss */
#photo-view {
  position: relative;
  padding: 0 0 30px 0;
  margin: 0 auto 10px auto;
  width: 600px;
}
@media (min-width: 306px) {
  /* line 3, ../protected/sass/partials/_photo-view.scss */
  #photo-view {
    width: 300px;
  }
}
@media (min-width: 456px) {
  /* line 3, ../protected/sass/partials/_photo-view.scss */
  #photo-view {
    width: 450px;
  }
}
@media (min-width: 606px) {
  /* line 3, ../protected/sass/partials/_photo-view.scss */
  #photo-view {
    width: 600px;
  }
}
/* line 19, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-large {
  margin: 0 auto;
  display: block;
}
@media (min-width: 306px) {
  /* line 19, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-large {
    width: 300px;
  }
}
@media (min-width: 456px) {
  /* line 19, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-large {
    width: 450px;
  }
}
@media (min-width: 606px) {
  /* line 19, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-large {
    width: 600px;
  }
}
/* line 33, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-title {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 156px) {
  /* line 33, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-title {
    color: black;
  }
}
@media (min-width: 456px) {
  /* line 33, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-title {
    color: #B2AAB2;
  }
}
/* line 46, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-owner {
  position: absolute;
  left: 0;
}
@media (min-width: 156px) {
  /* line 46, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-owner {
    top: 0;
    bottom: initial;
  }
  /* line 53, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-owner .copyright {
    display: none;
  }
}
@media (min-width: 456px) {
  /* line 46, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-owner {
    bottom: 0;
    top: initial;
  }
  /* line 61, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-owner .copyright {
    display: block;
  }
}
/* line 65, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-owner .copyright {
  font-size: 10px;
  color: #888;
  line-height: 12px;
}
/* line 73, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-actions {
  width: 150px;
  height: 29px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 306px) {
  /* line 73, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-actions {
    left: 75px;
  }
}
@media (min-width: 456px) {
  /* line 73, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-actions {
    left: 150px;
  }
}
@media (min-width: 606px) {
  /* line 73, ../protected/sass/partials/_photo-view.scss */
  #photo-view #photo-actions {
    left: 225px;
  }
}
/* line 88, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-actions #photo-fav {
  width: 32px;
  height: 38px;
  position: absolute;
  bottom: -15px;
  left: 0;
  /*background: image-url('favorite-heart.png') no-repeat;*/
  background: url('../images/fav-empty-heart.png?1480400693') no-repeat;
  background-size: 32px auto;
}
/* line 99, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-actions #photo-fav.faved {
  background: url('../images/fav-heart.png?1480400693') no-repeat;
  background-size: 32px auto;
}
/* line 106, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-actions #share {
  width: 32px;
  height: 29px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/share.png?1480400693') no-repeat;
  z-index: 998;
}
/* line 116, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-actions #share-viewport {
  position: absolute;
  top: -200px;
  right: 0;
  height: 198px;
  width: 43px;
  overflow: hidden;
}
/* line 125, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-actions #share-icons {
  position: absolute;
  top: 200px;
  height: 193px;
  width: 43px;
  background: url('../images/share-icons.png?1480400693') no-repeat;
}
/* line 132, ../protected/sass/partials/_photo-view.scss */
#photo-view #photo-actions #share-icons .share-icon {
  float: left;
  height: 38px;
  width: 43px;
  margin-bottom: 1px;
}
/* line 145, ../protected/sass/partials/_photo-view.scss */
#photo-view #visit-page {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #eee;
}
@media (min-width: 156px) {
  /* line 145, ../protected/sass/partials/_photo-view.scss */
  #photo-view #visit-page {
    top: 0;
    bottom: initial;
  }
}
@media (min-width: 456px) {
  /* line 145, ../protected/sass/partials/_photo-view.scss */
  #photo-view #visit-page {
    bottom: 0;
    top: initial;
  }
}
/* line 163, ../protected/sass/partials/_photo-view.scss */
#photo-view #showUrlLinkWindow {
  display: none;
  position: absolute;
  background-color: #666;
  z-index: 999;
  padding: 16px;
  left: 50%;
}
/* line 172, ../protected/sass/partials/_photo-view.scss */
#photo-view #showUrlLinkWindow h2 {
  margin-bottom: 8px;
}
/* line 176, ../protected/sass/partials/_photo-view.scss */
#photo-view #showUrlLinkWindow #linkContainer {
  position: relative;
  height: 25px;
}
/* line 181, ../protected/sass/partials/_photo-view.scss */
#photo-view #showUrlLinkWindow #showUrlLinkInput {
  position: absolute;
  background-color: #CCCCCC;
  border: 1px solid #797979;
  display: block;
  height: 18px;
}
/* line 189, ../protected/sass/partials/_photo-view.scss */
#photo-view #showUrlLinkWindow .submit-btn {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 2px 5px;
  height: 21px;
}
@media (min-width: 156px) {
  /* line 163, ../protected/sass/partials/_photo-view.scss */
  #photo-view #showUrlLinkWindow {
    width: 264px;
    bottom: 66px;
    margin-left: -148px;
  }
  /* line 203, ../protected/sass/partials/_photo-view.scss */
  #photo-view #showUrlLinkWindow #showUrlLinkInput {
    width: 195px;
  }
}
@media (min-width: 456px) {
  /* line 163, ../protected/sass/partials/_photo-view.scss */
  #photo-view #showUrlLinkWindow {
    bottom: 100px;
    width: 285px;
    margin-left: -158.5px;
  }
  /* line 211, ../protected/sass/partials/_photo-view.scss */
  #photo-view #showUrlLinkWindow #showUrlLinkInput {
    width: 215px;
  }
}

/* line 2, ../protected/sass/partials/_photos-list.scss */
#photos-list {
  background-color: black;
  margin: 6px;
  padding-top: 5px;
}
/* line 7, ../protected/sass/partials/_photos-list.scss */
#photos-list:after {
  clear: both;
  content: "";
  display: block;
}
/* line 12, ../protected/sass/partials/_photos-list.scss */
#photos-list h1 {
  text-align: center;
  font-size: 18px;
  margin: auto;
  font-weight: 400;
}
@media (min-width: 156px) {
  /* line 12, ../protected/sass/partials/_photos-list.scss */
  #photos-list h1 {
    width: 280px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 756px) {
  /* line 12, ../protected/sass/partials/_photos-list.scss */
  #photos-list h1 {
    width: 500px;
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 30, ../protected/sass/partials/_photos-list.scss */
#photos-list h2 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}
/* line 38, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel {
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  /*.holder {
      position: absolute;
      height: $thumb-size - 2;
      width: $thumb-size - 2;
      top: 1px;
      left: 1px;
      border: 1px solid #666;
  }*/
}
/* line 39, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel:hover {
  -moz-box-shadow: #000 0 0 20px;
  -webkit-box-shadow: #000 0 0 20px;
  box-shadow: #000 0 0 20px;
  z-index: 99;
}
@media (min-width: 282px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 133px;
    height: 133px;
  }
}
@media (min-width: 432px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 137px;
    height: 137px;
  }
}
@media (min-width: 582px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 139px;
    height: 139px;
  }
}
@media (min-width: 732px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 140.2px;
    height: 140.2px;
  }
}
@media (min-width: 882px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 141px;
    height: 141px;
  }
}
@media (min-width: 1032px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 141.57143px;
    height: 141.57143px;
  }
}
@media (min-width: 1182px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 142px;
    height: 142px;
  }
}
@media (min-width: 1332px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 142.33333px;
    height: 142.33333px;
  }
}
@media (min-width: 1482px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 142.6px;
    height: 142.6px;
  }
}
@media (min-width: 1632px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 142.81818px;
    height: 142.81818px;
  }
}
@media (min-width: 1782px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143px;
    height: 143px;
  }
}
@media (min-width: 1932px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.15385px;
    height: 143.15385px;
  }
}
@media (min-width: 2082px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.28571px;
    height: 143.28571px;
  }
}
@media (min-width: 2232px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.4px;
    height: 143.4px;
  }
}
@media (min-width: 2382px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.5px;
    height: 143.5px;
  }
}
@media (min-width: 2532px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.58824px;
    height: 143.58824px;
  }
}
@media (min-width: 2682px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.66667px;
    height: 143.66667px;
  }
}
@media (min-width: 2832px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.73684px;
    height: 143.73684px;
  }
}
@media (min-width: 2982px) {
  /* line 38, ../protected/sass/partials/_photos-list.scss */
  #photos-list .tpanel {
    width: 143.8px;
    height: 143.8px;
  }
}
/* line 59, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel img {
  position: absolute;
  width: 145px;
  height: 145px;
}
/* line 74, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel.blocked .undo-btn {
  display: block;
}
/* line 79, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel.nude-login-required img {
  opacity: 0.3;
}
/* line 82, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel.nude-login-required .login-overlay {
  display: block;
}
/* line 87, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .login-overlay {
  display: none;
  position: absolute;
  width: 145px;
  height: 145px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
/* line 94, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .login-overlay p {
  margin-top: 15px;
  padding: 3px;
  text-align: center;
}
/* line 100, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .undo-btn {
  text-align: center;
  display: none;
  position: absolute;
  background: #0F83FE;
  width: 75px;
  top: 50%;
  left: 50%;
  margin-left: -37.5px;
  margin-top: -20px;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
}
/* line 119, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .favorite-btn {
  position: absolute;
  left: 2px;
  bottom: 0px;
  width: 35px;
  height: 35px;
}
/* line 125, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .favorite-btn:hover {
  width: 40px;
  height: 40px;
  background-size: 40px auto;
}
/* line 131, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .off {
  background: url('../images/fav-empty-heart.png?1480400693') no-repeat 0 0;
  background-size: 35px auto;
}
/* line 136, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .on {
  background: url('../images/fav-heart.png?1480400693') no-repeat 0 0;
  background-size: 35px auto;
}
/* line 141, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .comments {
  position: absolute;
  right: 2px;
  bottom: 0px;
  width: 40px;
  height: 32px;
  background: url('../images/comment.png?1480400693') no-repeat 0 0;
  background-size: 40px auto;
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
}
/* line 155, ../protected/sass/partials/_photos-list.scss */
#photos-list .tpanel .comments:hover {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-size: 45px auto;
  font-size: 12px;
  padding-top: 4px;
}

/* line 1, ../protected/sass/partials/_static-pages.scss */
.static-page {
  padding: 20px;
}
@media (min-width: 156px) {
  /* line 1, ../protected/sass/partials/_static-pages.scss */
  .static-page {
    padding-left: 3px;
    padding-right: 3px;
  }
}
/* line 9, ../protected/sass/partials/_static-pages.scss */
.static-page #static-nav {
  text-align: center;
}
@media (min-width: 156px) {
  /* line 9, ../protected/sass/partials/_static-pages.scss */
  .static-page #static-nav {
    height: 20px;
  }
}
@media (min-width: 456px) {
  /* line 9, ../protected/sass/partials/_static-pages.scss */
  .static-page #static-nav {
    height: 30px;
  }
}
/* line 17, ../protected/sass/partials/_static-pages.scss */
.static-page #static-nav a {
  font-size: 16px;
  border-right: 1px solid #999;
  padding: 0 20px 0 18px;
}
/* line 21, ../protected/sass/partials/_static-pages.scss */
.static-page #static-nav a:last-child {
  border: none;
}
/* line 27, ../protected/sass/partials/_static-pages.scss */
.static-page .static-content {
  padding: 10px;
}
/* line 31, ../protected/sass/partials/_static-pages.scss */
.static-page .static-section {
  margin-bottom: 50px;
}

/* line 36, ../protected/sass/partials/_static-pages.scss */
.bright-text {
  color: white;
}

/* line 40, ../protected/sass/partials/_static-pages.scss */
.underlined {
  text-decoration: underline;
}

/* line 44, ../protected/sass/partials/_static-pages.scss */
#about, #register-page, #login-page {
  max-width: 500px;
  margin: auto;
  font-family: 'Geneva';
}
/* line 49, ../protected/sass/partials/_static-pages.scss */
#about #register-btn, #register-page #register-btn, #login-page #register-btn {
  display: block;
  margin: auto;
  width: 180px;
}
/* line 55, ../protected/sass/partials/_static-pages.scss */
#about .centered-heading, #register-page .centered-heading, #login-page .centered-heading {
  text-align: center;
}
/* line 60, ../protected/sass/partials/_static-pages.scss */
#about #cross-link, #register-page #cross-link, #login-page #cross-link {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #ccc;
}
/* line 65, ../protected/sass/partials/_static-pages.scss */
#about #cross-link a, #register-page #cross-link a, #login-page #cross-link a {
  text-decoration: underline !important;
}

@media (min-width: 156px) {
  /* line 72, ../protected/sass/partials/_static-pages.scss */
  #find-artists {
    /*margin-top: 10px;*/
  }
}
@media (min-width: 456px) {
  /* line 72, ../protected/sass/partials/_static-pages.scss */
  #find-artists {
    /*margin-top: 50px;*/
  }
}
@media (min-width: 156px) {
  /* line 79, ../protected/sass/partials/_static-pages.scss */
  #find-artists * {
    font-size: 14px;
  }
}
@media (min-width: 456px) {
  /* line 79, ../protected/sass/partials/_static-pages.scss */
  #find-artists * {
    font-size: 18px;
  }
}
/* line 87, ../protected/sass/partials/_static-pages.scss */
#find-artists h1 {
  padding: 10px 0;
  margin-top: 2px;
  background: #262626;
}
@media (min-width: 156px) {
  /* line 87, ../protected/sass/partials/_static-pages.scss */
  #find-artists h1 {
    font-size: 16px;
  }
}
@media (min-width: 456px) {
  /* line 87, ../protected/sass/partials/_static-pages.scss */
  #find-artists h1 {
    font-size: 20px;
  }
}
/* line 99, ../protected/sass/partials/_static-pages.scss */
#find-artists li {
  padding-top: 5px;
  height: 35px;
}
@media (min-width: 156px) {
  /* line 99, ../protected/sass/partials/_static-pages.scss */
  #find-artists li {
    margin-bottom: 10px;
    padding-left: 45px;
  }
}
@media (min-width: 456px) {
  /* line 99, ../protected/sass/partials/_static-pages.scss */
  #find-artists li {
    margin-bottom: 20px;
    padding-left: 60px;
  }
}
/* line 118, ../protected/sass/partials/_static-pages.scss */
#find-artists li#about-click-images {
  background: url('../images/click-4-more.png?1480400693') no-repeat;
  background-size: 40px;
}
/* line 125, ../protected/sass/partials/_static-pages.scss */
#find-artists li#about-favorite {
  background: url('../images/fav-heart.png?1480400693') no-repeat;
  background-size: 40px;
}
/* line 130, ../protected/sass/partials/_static-pages.scss */
#find-artists li#about-recommended {
  background: url('../images/home-heart.png?1480400693') no-repeat;
  background-size: 40px;
}
/* line 135, ../protected/sass/partials/_static-pages.scss */
#find-artists li#about-social-free {
  background: url('../images/social-networking-free.png?1480400693') no-repeat;
  background-size: 40px;
}

/* line 2, ../protected/sass/partials/_login.scss */
#login-page .register-link {
  margin-bottom: 15px;
}

/* line 10, ../protected/sass/partials/_login.scss */
#login-required {
  height: 60px;
  margin: 0px auto;
  text-align: center;
}
@media (min-width: 156px) {
  /* line 10, ../protected/sass/partials/_login.scss */
  #login-required {
    width: 200px;
  }
}
@media (min-width: 456px) {
  /* line 10, ../protected/sass/partials/_login.scss */
  #login-required {
    width: 400px;
  }
}
@media (min-width: 756px) {
  /* line 10, ../protected/sass/partials/_login.scss */
  #login-required {
    width: 600px;
  }
}
/* line 27, ../protected/sass/partials/_login.scss */
#login-required a {
  position: relative;
  top: 40%;
  font-family: 'geneva';
  color: #E4E4E4;
  font-size: 16px;
  text-align: center;
  margin: 5px auto 5px auto;
  background-color: #00ccff;
  padding: 10px 40px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
}

/* line 46, ../protected/sass/partials/_login.scss */
#social-auth {
  width: 83px;
  margin: 0 auto;
}
/* line 51, ../protected/sass/partials/_login.scss */
#social-auth h2 {
  text-align: center;
}
/* line 55, ../protected/sass/partials/_login.scss */
#social-auth #container {
  display: inline-block;
  /*@include mobile-width {
      width: 100%;
  }
  @include med-width {
      width: 80%;
  }
  @include wide-width {
      width: 80%;
  }*/
  /*div{
      float: left;
      border-radius:20px;
      width: 90px;
      height: 50%;
      padding: 10px 0;
      text-align : center;
      margin-right: 3%;
      
      
      @include mobile-width {
          width: 70px;
          font-size : 12px;
          margin-left: 15%;
      }
      @include med-width {
          width: 80px;
          font-size : 14px;
          margin-left: 3%;
      }
      @include wide-width {
          width: 90px;
          font-size : 16px;
          margin-left: 3%;
      }
  }*/
}
/* line 68, ../protected/sass/partials/_login.scss */
#social-auth #container div {
  border-radius: 5px;
  float: left;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  background: url('../images/share-icons.png?1480400693') no-repeat;
}
/* line 103, ../protected/sass/partials/_login.scss */
#social-auth #container .facebook-signup, #social-auth #container .facebook-signin {
  /*color: #3A5594;*/
  background-position: 0 -155px;
}
/* line 108, ../protected/sass/partials/_login.scss */
#social-auth #container .google-signup, #social-auth #container .google-signin {
  /*color: #DD4E41;*/
  background-position: 0 -78px;
}
/* line 112, ../protected/sass/partials/_login.scss */
#social-auth #container .yahoo-signup, #social-auth #container .yahoo-signin {
  /*color: #44029A;*/
  background: none;
}

/* line 1, ../protected/sass/partials/_form.scss */
.form {
  text-align: center;
}
/* line 4, ../protected/sass/partials/_form.scss */
.form h1 {
  padding: 10px 0;
  margin-top: 2px;
  background: #262626;
}
@media (min-width: 156px) {
  /* line 4, ../protected/sass/partials/_form.scss */
  .form h1 {
    font-size: 16px;
  }
}
@media (min-width: 456px) {
  /* line 4, ../protected/sass/partials/_form.scss */
  .form h1 {
    font-size: 18px;
  }
}
@media (min-width: 756px) {
  /* line 4, ../protected/sass/partials/_form.scss */
  .form h1 {
    font-size: 24px;
  }
}
/* line 20, ../protected/sass/partials/_form.scss */
.form .form-label {
  display: block;
}
@media (min-width: 0) {
  /* line 20, ../protected/sass/partials/_form.scss */
  .form .form-label {
    display: none;
  }
}
/* line 25, ../protected/sass/partials/_form.scss */
.form .form-label[disabled] {
  color: #666666;
}
/* line 31, ../protected/sass/partials/_form.scss */
.form .success {
  color: green;
  text-align: center !important;
  margin: 10px 0px;
}
/* line 36, ../protected/sass/partials/_form.scss */
.form .error {
  color: #FF0000;
  text-align: center !important;
  margin: 10px 0px;
}
/* line 42, ../protected/sass/partials/_form.scss */
.form .error-green {
  display: inline-block;
  background-color: green;
  padding: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  color: #F2F2F2;
}
/* line 52, ../protected/sass/partials/_form.scss */
.form span.required {
  display: none;
}
/* line 56, ../protected/sass/partials/_form.scss */
.form .text-input {
  color: white;
  padding-left: 5px;
}
/* line 61, ../protected/sass/partials/_form.scss */
.form .form-group {
  display: inline-block;
  text-align: left;
}
@media (min-width: 156px) {
  /* line 61, ../protected/sass/partials/_form.scss */
  .form .form-group {
    width: 100%;
  }
}
@media (min-width: 456px) {
  /* line 61, ../protected/sass/partials/_form.scss */
  .form .form-group {
    width: 80%;
  }
}
@media (min-width: 756px) {
  /* line 61, ../protected/sass/partials/_form.scss */
  .form .form-group {
    width: 80%;
  }
}
/* line 75, ../protected/sass/partials/_form.scss */
.form .form-field {
  width: 100%;
  margin-bottom: 10px;
  background-color: #282828;
  border: 1px solid #797979;
  outline: none;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  font-family: 'georgia';
  font-size: 12px;
  color: #c9c9c9;
}
/* line 88, ../protected/sass/partials/_form.scss */
.form .form-field[disabled] {
  border-color: #3c3c3c;
  color: #7f7f7f;
}
/* line 95, ../protected/sass/partials/_form.scss */
.form .checkbox {
  margin-bottom: 10px;
}
/* line 99, ../protected/sass/partials/_form.scss */
.form .form-header {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 106, ../protected/sass/partials/_form.scss */
.form #manage-user-form label {
  display: block;
}
/* line 111, ../protected/sass/partials/_form.scss */
.form .form-lock {
  height: 42px;
  width: 42px;
  background: url('../images/lock.png?1480400693') no-repeat;
  margin: auto;
}
/* line 116, ../protected/sass/partials/_form.scss */
.form .form-lock.unlocked {
  background-position-y: -42px;
}
/* line 121, ../protected/sass/partials/_form.scss */
.form .submit-btn {
  display: block;
}
@media (min-width: 156px) {
  /* line 121, ../protected/sass/partials/_form.scss */
  .form .submit-btn {
    width: 100%;
  }
}
@media (min-width: 456px) {
  /* line 121, ../protected/sass/partials/_form.scss */
  .form .submit-btn {
    width: 70%;
  }
}
@media (min-width: 756px) {
  /* line 121, ../protected/sass/partials/_form.scss */
  .form .submit-btn {
    width: 50%;
  }
}

/* line 135, ../protected/sass/partials/_form.scss */
.button-center {
  text-align: center;
}

/* line 139, ../protected/sass/partials/_form.scss */
.submit-btn {
  font-family: 'geneva';
  color: #E4E4E4;
  font-size: 16px;
  text-align: center;
  margin: 5px auto 5px auto;
  background-color: #00ccff;
  padding: 10px 40px;
  font-weight: bold;
  border: none;
}
/* line 150, ../protected/sass/partials/_form.scss */
.submit-btn[disabled] {
  background-color: #6b6b6b;
  color: #8b8b8b;
}

/* line 157, ../protected/sass/partials/_form.scss */
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* line 1, ../protected/sass/partials/_misc.scss */
#forgot-password-email-sent {
  margin: 30px 0 70px 0;
  text-align: center;
}
/* line 4, ../protected/sass/partials/_misc.scss */
#forgot-password-email-sent h1 {
  display: inline;
}

/* line 4, ../protected/sass/partials/_gallery.scss */
#gallery-list {
  margin: 6px;
  background-color: black;
}
/* line 7, ../protected/sass/partials/_gallery.scss */
#gallery-list:after {
  clear: both;
  content: "";
  display: block;
}
/* line 13, ../protected/sass/partials/_gallery.scss */
#gallery-list .gallery-item-user {
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
}
@media (min-width: 150px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: Infinitypx;
    height: Infinitypx;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 300px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 282px;
    height: 282px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 450px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 432px;
    height: 432px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 600px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 288px;
    height: 288px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 750px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 363px;
    height: 363px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 900px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 290px;
    height: 290px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 1050px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 340px;
    height: 340px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 1200px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 390px;
    height: 390px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 1350px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 328.5px;
    height: 328.5px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 1500px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 366px;
    height: 366px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 1650px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 321.6px;
    height: 321.6px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 1800px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 351.6px;
    height: 351.6px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 1950px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 317px;
    height: 317px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 2100px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 342px;
    height: 342px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 2250px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 367px;
    height: 367px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 2400px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 335.14286px;
    height: 335.14286px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 2550px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 356.57143px;
    height: 356.57143px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 2700px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 330px;
    height: 330px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 2850px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 348.75px;
    height: 348.75px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
@media (min-width: 3000px) {
  /* line 13, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item-user {
    /*@if($cols >= 3){*/
    width: 326px;
    height: 326px;
    /*}*/
    /*@if($cols <= 2){
        width: ($w/2) - $item-right-margin;
        height: ($w/2) - $item-right-margin; 
    }*/
  }
}
/* line 36, ../protected/sass/partials/_gallery.scss */
#gallery-list .gallery-item {
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
}
@media (min-width: 300px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 282px;
    height: 282px;
  }
}
@media (min-width: 450px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 432px;
    height: 432px;
  }
}
@media (min-width: 600px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 288px;
    height: 288px;
  }
}
@media (min-width: 750px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 363px;
    height: 363px;
  }
}
@media (min-width: 900px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 1050px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 340px;
    height: 340px;
  }
}
@media (min-width: 1200px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 390px;
    height: 390px;
  }
}
@media (min-width: 1350px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 328.5px;
    height: 328.5px;
  }
}
@media (min-width: 1500px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 366px;
    height: 366px;
  }
}
@media (min-width: 1650px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 321.6px;
    height: 321.6px;
  }
}
@media (min-width: 1800px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 351.6px;
    height: 351.6px;
  }
}
@media (min-width: 1950px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 317px;
    height: 317px;
  }
}
@media (min-width: 2100px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 342px;
    height: 342px;
  }
}
@media (min-width: 2250px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 367px;
    height: 367px;
  }
}
@media (min-width: 2400px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 335.14286px;
    height: 335.14286px;
  }
}
@media (min-width: 2550px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 356.57143px;
    height: 356.57143px;
  }
}
@media (min-width: 2700px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 330px;
    height: 330px;
  }
}
@media (min-width: 2850px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 348.75px;
    height: 348.75px;
  }
}
@media (min-width: 3000px) {
  /* line 36, ../protected/sass/partials/_gallery.scss */
  #gallery-list .gallery-item {
    width: 326px;
    height: 326px;
  }
}
/* line 52, ../protected/sass/partials/_gallery.scss */
#gallery-list .gallery-item .image-array {
  width: inherit;
  position: relative;
  z-index: 10;
}
/* line 56, ../protected/sass/partials/_gallery.scss */
#gallery-list .gallery-item .image-array img {
  float: left;
  width: 47%;
  padding-top: 2%;
  padding-left: 2%;
}
/* line 66, ../protected/sass/partials/_gallery.scss */
#gallery-list img {
  width: inherit;
  position: relative;
  top: -45px;
  z-index: 10;
}
/* line 73, ../protected/sass/partials/_gallery.scss */
#gallery-list h2 {
  margin: 0px 5px;
  position: relative;
  top: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 0;
  height: 20px;
  background: rgba(100, 100, 100, 0.6);
  z-index: 20;
}
/* line 86, ../protected/sass/partials/_gallery.scss */
#gallery-list .USER_TITLE {
  background: rgba(165, 89, 186, 0.6);
  color: black;
  font-weight: 800;
}
/* line 91, ../protected/sass/partials/_gallery.scss */
#gallery-list .NORMAL_TITLE {
  background: rgba(100, 100, 100, 0.6);
}
/* line 94, ../protected/sass/partials/_gallery.scss */
#gallery-list .UNREAD_TITLE {
  background: rgba(100, 10, 100, 0.6);
}

/* line 1, ../protected/sass/partials/_news.scss */
#news-feed {
  position: relative;
  margin: 0px auto;
  max-width: 700px;
}
@media (min-width: 150px) {
  /* line 1, ../protected/sass/partials/_news.scss */
  #news-feed {
    /*@if($cols >= 4){
        width: 800px;
    }*/
    width: 100%;
  }
}
@media (min-width: 300px) {
  /* line 1, ../protected/sass/partials/_news.scss */
  #news-feed {
    /*@if($cols >= 4){
        width: 800px;
    }*/
    width: 100%;
  }
}
@media (min-width: 450px) {
  /* line 1, ../protected/sass/partials/_news.scss */
  #news-feed {
    /*@if($cols >= 4){
        width: 800px;
    }*/
    width: 100%;
  }
}
@media (min-width: 600px) {
  /* line 1, ../protected/sass/partials/_news.scss */
  #news-feed {
    /*@if($cols >= 4){
        width: 800px;
    }*/
    width: 100%;
  }
}
@media (min-width: 750px) {
  /* line 1, ../protected/sass/partials/_news.scss */
  #news-feed {
    /*@if($cols >= 4){
        width: 800px;
    }*/
  }
}
/* line 18, ../protected/sass/partials/_news.scss */
#news-feed .post {
  border: 1px solid gray;
  margin-bottom: 10px;
  background: #181818;
}
/* line 24, ../protected/sass/partials/_news.scss */
#news-feed .post.blocked .post-container, #news-feed .post.blocked .comments-container {
  display: none;
}
/* line 27, ../protected/sass/partials/_news.scss */
#news-feed .post.blocked .blocking-feedback {
  display: block;
}
/* line 32, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container {
  width: 100%;
  background: black;
}
/* line 35, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container {
  margin: 0 auto;
  width: 90%;
}
/* line 39, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .title {
  padding-top: 8px;
}
/* line 41, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .title h1 {
  font-size: 14px;
  color: white;
  text-align: center;
}
/* line 47, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .details {
  position: relative;
  height: 35px;
}
/* line 50, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .details .author {
  height: 15px;
  font-size: 14px;
}
/* line 53, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .details .author .name {
  position: absolute;
  left: 0;
  color: white;
}
/* line 58, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .details .author .visit {
  position: absolute;
  right: 0;
}
/* line 64, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .details .copyright a {
  font-size: 11px;
  margin: 0;
}
/* line 67, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-header .details .copyright a span {
  color: white;
}
/* line 75, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-image .holder {
  /*overflow : hidden;
  max-height: 700px;*/
}
/* line 78, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-image .holder img {
  width: 100%;
}
/* line 84, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions {
  height: 40px;
  position: relative;
}
/* line 88, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .related-btn {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url('../images/related-icon.png?1480400693') no-repeat 0 0;
  background-size: 25px auto;
}
/* line 98, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .block-btn {
  position: absolute;
  top: 5px;
  right: 0;
  margin-left: -12.5px;
  width: 28px;
  height: 28px;
  background: url('../images/block.png?1480400693') no-repeat 0 0;
  background-size: 28px auto;
}
/* line 109, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .favorite-btn {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  height: 35px;
}
/* line 117, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .off {
  background: url('../images/fav-empty-heart.png?1480400693') no-repeat 0 0;
  background-size: 35px auto;
}
/* line 121, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .on {
  background: url('../images/fav-heart.png?1480400693') no-repeat 0 0;
  background-size: 35px auto;
}
/* line 128, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .comments {
  position: absolute;
  left: 45%;
  bottom: 2px;
  width: 30px;
  height: 30px;
  background: url('../images/comment.png?1480400693') no-repeat 0 0;
  background-size: 30px auto;
  margin-left: -5px;
  font-size: 10px;
  text-align: center;
  padding-top: 3px;
}
/* line 141, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .social-share-btn {
  background: url('../images/social-share.png?1480400693') no-repeat 0 0;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
/* line 150, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .share-viewport {
  position: absolute;
  top: 25px;
  right: 0;
  height: 198px;
  width: 43px;
  overflow: hidden;
  z-index: 100;
}
/* line 158, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .share-viewport .share {
  position: absolute;
  top: -200px;
  height: 193px;
  width: 43px;
  background: url('../images/share-icons.png?1480400693') no-repeat;
}
/* line 165, ../protected/sass/partials/_news.scss */
#news-feed .post .post-container .container .post-actions .share-viewport .share .share-icon {
  float: left;
  height: 38px;
  width: 43px;
  margin-bottom: 1px;
}
/* line 176, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container {
  padding: 20px;
  padding-top: 5px;
}
/* line 179, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .new-comment {
  padding: 10px 0;
  transition: display 2s;
  display: block;
}
/* line 183, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .new-comment input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 20px;
}
/* line 189, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .new-comment.hidden {
  display: none;
}
/* line 194, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container {
  margin: 5px 0px;
}
/* line 196, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container {
  /*height: 12px;
  position:relative;*/
}
/* line 200, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .likes-summary {
  /*position:absolute;*/
  left: 0;
  margin: 0;
  font-size: 13px;
}
/* line 205, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .likes-summary a {
  color: white;
}
/* line 208, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .likes-summary .comment {
  color: #AEAEAE;
}
/* line 211, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .likes-summary .age {
  opacity: 0.5;
  font-style: italic;
  font-size: 11px;
  margin-left: 10px;
}
/* line 219, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .liker {
  /*position:absolute;*/
  left: 0;
  margin: 0;
  font-size: 13px;
}
/* line 224, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .liker .user {
  color: white;
  margin-right: 5px;
}
/* line 227, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .liker .user a {
  color: white;
}
/* line 232, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .liker .comment.color-red {
  color: red;
}
/* line 235, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .liker .comment.color-yellow {
  color: yellow;
}
/* line 239, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .liker .age {
  opacity: 0.5;
  font-style: italic;
  font-size: 11px;
  margin-left: 10px;
}
/* line 246, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .reply-btn {
  font-size: 12px;
  position: absolute;
  right: 0;
  color: white;
}
/* line 251, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .container .reply-btn:hover {
  cursor: pointer;
}
/* line 256, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .reply-container {
  padding: 10px 20px;
  display: block;
  transition: display 2s;
}
/* line 260, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .reply-container input {
  width: 100%;
  height: 18px;
}
/* line 265, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .reply-container.hidden {
  display: none;
}
/* line 270, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .fav-comments {
  padding-left: 20px;
}
/* line 273, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .fav-comments .comment-container p {
  font-size: 14px;
  margin: 10px 0;
}
/* line 277, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .fav-comments .comment-container .user {
  color: white;
  margin-right: 5px;
}
/* line 280, ../protected/sass/partials/_news.scss */
#news-feed .post .comments-container .fav-container .fav-comments .comment-container .user a {
  color: white;
}
/* line 292, ../protected/sass/partials/_news.scss */
#news-feed .post .blocking-feedback {
  position: relative;
  display: none;
  width: 100%;
  background: black;
}
/* line 297, ../protected/sass/partials/_news.scss */
#news-feed .post .blocking-feedback p {
  padding: 15px;
  text-align: center;
  color: red;
  margin: 0;
}
/* line 303, ../protected/sass/partials/_news.scss */
#news-feed .post .blocking-feedback .undo-btn {
  position: absolute;
  padding: 0;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  color: #00CCFF;
}
/* line 310, ../protected/sass/partials/_news.scss */
#news-feed .post .blocking-feedback .undo-btn:hover {
  cursor: pointer;
}
/* line 316, ../protected/sass/partials/_news.scss */
#news-feed .post .invalid {
  border: 1px solid red;
}
/* line 319, ../protected/sass/partials/_news.scss */
#news-feed .post .feedback {
  text-align: center;
  color: red;
  font-size: 12px;
  margin-top: 3px;
}

/* line 2, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .social-share-btn {
  background: url('../images/social-share.png?1480400693') no-repeat 0 0;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 5px;
}
/* line 12, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: -5px;
  /*width : 0;*/
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
}
/* line 17, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share.feed {
  right: 0px !important;
  top: -40px !important;
}
/* line 26, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share .share-icon {
  float: left;
  height: 38px;
  width: 43px;
  margin-bottom: 1px;
  background: url('../images/share-icons.png?1480400693') no-repeat;
}
/* line 32, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share .share-icon.email {
  background-position: 0 0px;
}
/* line 35, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share .share-icon.twitter {
  background-position: 0 -38px;
}
/* line 38, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share .share-icon.google {
  background-position: 0 -77px;
}
/* line 41, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share .share-icon.pinterest {
  background-position: 0 -116px;
}
/* line 44, ../protected/sass/partials/_social-sharer.scss */
.social-sharer .share .share-icon.facebook {
  background-position: 0 -154px;
}

/*
.social-share-btn{
    background: image_url('social-share.png') no-repeat 0 0;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    top:5px;
}


.share-viewport {
    position: absolute;
    top: 25px;
    right : 0;
    height: 198px;
    width: 43px;
    overflow: hidden;
    z-index : 100;
    .share {
        position: absolute;
        top: -200px;
        height: 193px;
        width: 43px;
        background: image-url('share-icons.png') no-repeat;

        .share-icon {
            float: left;
            height: 38px;
            width: 43px;
            margin-bottom: 1px;
        }
    }
}
#social-share-btn{
    background: image_url('social-share.png') no-repeat 0 0;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
}


#share-viewport {
    position: absolute;
    top: 25px;
    height: 198px;
    width: 43px;
    overflow: hidden;
    z-index : 100;
}

#share {
    position: absolute;
    top: -200px;
    height: 193px;
    width: 43px;
    background: image-url('share-icons.png') no-repeat;

    .share-icon {
        float: left;
        height: 38px;
        width: 43px;
        margin-bottom: 1px;
    }

}*/
/* line 1, ../protected/sass/partials/_user-messages.scss */
#navbar-message {
  min-height: 50px;
  width: inherit;
  border: 1px solid black;
  position: relative;
  margin: 10px 5px;
  background: black;
}
/* line 9, ../protected/sass/partials/_user-messages.scss */
#navbar-message #message {
  text-align: center;
  color: #9B59B6;
  margin-top: 15px;
  font-size: 18px;
}
/* line 16, ../protected/sass/partials/_user-messages.scss */
#navbar-message #close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 23, ../protected/sass/partials/_user-messages.scss */
#in-context-message {
  min-height: 50px;
  border: 1px solid gray;
  position: absolute;
  background: rgba(100, 100, 100, 0.95);
  /*display: none;*/
  z-index: 100;
}
@media (min-width: 306px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 300px;
  }
}
@media (min-width: 456px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 450px;
  }
}
@media (min-width: 606px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 600px;
  }
}
@media (min-width: 756px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 750px;
  }
}
@media (min-width: 906px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 900px;
  }
}
@media (min-width: 1056px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 1050px;
  }
}
@media (min-width: 1206px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 1200px;
  }
}
@media (min-width: 1356px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 1350px;
  }
}
@media (min-width: 1506px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 1500px;
  }
}
@media (min-width: 1656px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 1650px;
  }
}
@media (min-width: 1806px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 1800px;
  }
}
@media (min-width: 1956px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 1950px;
  }
}
@media (min-width: 2106px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 2100px;
  }
}
@media (min-width: 2256px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 2250px;
  }
}
@media (min-width: 2406px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 2400px;
  }
}
@media (min-width: 2556px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 2550px;
  }
}
@media (min-width: 2706px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 2700px;
  }
}
@media (min-width: 2856px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 2850px;
  }
}
@media (min-width: 3006px) {
  /* line 23, ../protected/sass/partials/_user-messages.scss */
  #in-context-message {
    min-width: initial;
    width: 3000px;
  }
}
/* line 40, ../protected/sass/partials/_user-messages.scss */
#in-context-message #message {
  text-align: center;
  color: white;
  font-weight: bold;
  margin-top: 15px;
}
/* line 46, ../protected/sass/partials/_user-messages.scss */
#in-context-message #close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
}
/* line 52, ../protected/sass/partials/_user-messages.scss */
#in-context-message.popup {
  position: fixed;
  top: 50%;
}

/* line 58, ../protected/sass/partials/_user-messages.scss */
.display {
  top: 100px;
}

/* line 62, ../protected/sass/partials/_user-messages.scss */
.hidden {
  top: -200px;
}

/* line 1, ../protected/sass/partials/_privacy-settings.scss */
#privacy-settings {
  position: absolute;
  min-height: 100px;
  z-index: 100;
  background: black;
  border: 1px solid gray;
  transition: .6s ease-in-out all;
  border-radius: 5px;
  padding: 10px;
}
@media (min-width: 306px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 300px;
  }
}
@media (min-width: 456px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 450px;
  }
}
@media (min-width: 606px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 600px;
  }
}
@media (min-width: 756px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 750px;
  }
}
@media (min-width: 906px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 900px;
  }
}
@media (min-width: 1056px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 1050px;
  }
}
@media (min-width: 1206px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 1200px;
  }
}
@media (min-width: 1356px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 1350px;
  }
}
@media (min-width: 1506px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 1500px;
  }
}
@media (min-width: 1656px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 1650px;
  }
}
@media (min-width: 1806px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 1800px;
  }
}
@media (min-width: 1956px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 1950px;
  }
}
@media (min-width: 2106px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 2100px;
  }
}
@media (min-width: 2256px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 2250px;
  }
}
@media (min-width: 2406px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 2400px;
  }
}
@media (min-width: 2556px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 2550px;
  }
}
@media (min-width: 2706px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 2700px;
  }
}
@media (min-width: 2856px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 2850px;
  }
}
@media (min-width: 3006px) {
  /* line 1, ../protected/sass/partials/_privacy-settings.scss */
  #privacy-settings {
    min-width: initial;
    width: 3000px;
  }
}
/* line 21, ../protected/sass/partials/_privacy-settings.scss */
#privacy-settings input, #privacy-settings span {
  margin-top: 10px;
}
/* line 25, ../protected/sass/partials/_privacy-settings.scss */
#privacy-settings #buttons {
  position: relative;
  min-height: 40px;
}
/* line 29, ../protected/sass/partials/_privacy-settings.scss */
#privacy-settings #buttons div {
  border-radius: 5px;
}
/* line 33, ../protected/sass/partials/_privacy-settings.scss */
#privacy-settings #buttons .cancel-btn {
  position: absolute;
  right: 12%;
  width: 10%;
  font-family: "geneva";
  font-size: 12px;
  text-align: center;
  margin: 5px auto;
  color: #363636;
  padding: 10px 5px;
  font-weight: bold;
  border: medium none;
  background-color: #CCC;
}
/* line 48, ../protected/sass/partials/_privacy-settings.scss */
#privacy-settings #buttons .save-btn {
  position: absolute;
  right: 0;
  width: 10%;
  font-family: "geneva";
  font-size: 12px;
  text-align: center;
  background-color: #7e63c3;
  margin: 5px auto;
  padding: 10px 5px;
  font-weight: bold;
  border: medium none;
}

/* line 1, ../protected/sass/partials/_collection-header.scss */
#collection-header {
  /*height: 30px;*/
  margin-top: 2px;
  width: inherit;
  position: relative;
  /*padding: 10px 5px;*/
  background: #262626;
  margin-bottom: 10px;
}
/* line 10, ../protected/sass/partials/_collection-header.scss */
#collection-header #title {
  text-align: center;
  padding: 5px 0px;
}
/* line 15, ../protected/sass/partials/_collection-header.scss */
#collection-header #description {
  text-align: center;
  padding: 5px 0px;
  font-size: 12px;
}
/* line 21, ../protected/sass/partials/_collection-header.scss */
#collection-header #tools {
  position: absolute;
  top: 0px;
  /*right: 5px;*/
  height: 30px;
  /*width: 30px;*/
  width: 100%;
}
/* line 30, ../protected/sass/partials/_collection-header.scss */
#collection-header #tools #privacy-btn {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 5px;
  background-size: 20px auto;
}
/* line 40, ../protected/sass/partials/_collection-header.scss */
#collection-header #tools .social-sharer .social-share-btn {
  right: 15px;
}
/* line 44, ../protected/sass/partials/_collection-header.scss */
#collection-header #tools .anonymous {
  background: url('../images/lock.png?1480400693') no-repeat 0 0;
  background-position: 0px 0px;
}
/* line 49, ../protected/sass/partials/_collection-header.scss */
#collection-header #tools .public {
  background: url('../images/lock.png?1480400693') no-repeat 0 0;
  background-position: 0px -20px;
}
/* line 54, ../protected/sass/partials/_collection-header.scss */
#collection-header #tools #delete-history-btn {
  font-size: 8pt;
  width: 80px;
  text-align: right;
  margin-left: -50px;
  margin-top: 15px;
  position: absolute;
  right: 0;
}
/* line 65, ../protected/sass/partials/_collection-header.scss */
#collection-header .post {
  background: black;
  margin: 0px 5px;
}
/* line 68, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder {
  margin-bottom: 10px;
  background: #181818;
  margin: 0 auto;
  max-width: 700px;
}
@media (min-width: 456px) {
  /* line 68, ../protected/sass/partials/_collection-header.scss */
  #collection-header .post .holder {
    width: 450px !important;
  }
}
@media (min-width: 681px) {
  /* line 68, ../protected/sass/partials/_collection-header.scss */
  #collection-header .post .holder {
    width: 675px !important;
  }
}
@media (min-width: 906px) {
  /* line 68, ../protected/sass/partials/_collection-header.scss */
  #collection-header .post .holder {
    width: 900px !important;
  }
}
/* line 79, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container {
  background: black;
}
/* line 81, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container {
  margin: 0 auto;
  width: 90%;
}
/* line 85, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .title {
  padding-top: 8px;
}
/* line 87, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .title h1 {
  font-size: 14px;
  color: white;
  text-align: center;
}
/* line 93, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .details {
  position: relative;
  height: 35px;
}
/* line 96, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .details .author {
  height: 15px;
  font-size: 14px;
}
/* line 99, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .details .author .name {
  position: absolute;
  left: 0;
  color: white;
}
/* line 104, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .details .author .visit {
  position: absolute;
  right: 0;
}
/* line 110, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .details .copyright a {
  font-size: 11px;
  margin: 0;
}
/* line 113, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-header .details .copyright a span {
  color: white;
}
/* line 120, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-image {
  overflow: hidden;
}
/* line 122, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-image .image-holder {
  /*
  max-height: 700px;*/
}
/* line 125, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-image .image-holder img {
  width: 100%;
}
/* line 131, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions {
  height: 40px;
  position: relative;
}
/* line 135, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .page-details {
  position: relative;
  height: 20px;
}
/* line 139, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .page-details .copyright {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 12px;
  color: white;
}
/* line 145, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .page-details .copyright a {
  font-size: 12px;
  margin: 0;
}
/* line 148, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .page-details .copyright a span {
  color: white;
}
/* line 153, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .page-details .visit {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
}
/* line 161, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .favorite-btn {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  height: 35px;
}
/* line 169, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .off {
  background: url('../images/fav-empty-heart.png?1480400693') no-repeat 0 0;
  background-size: 35px auto;
}
/* line 173, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .on {
  background: url('../images/fav-heart.png?1480400693') no-repeat 0 0;
  background-size: 35px auto;
}
/* line 180, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .comments {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 35px;
  height: 35px;
  background: url('../images/comment.png?1480400693') no-repeat 0 0;
  background-size: 35px auto;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
}
/* line 192, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .social-share-btn {
  background: url('../images/social-share.png?1480400693') no-repeat 0 0;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
/* line 202, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .share-viewport {
  position: absolute;
  top: 25px;
  right: 0;
  height: 198px;
  width: 43px;
  overflow: hidden;
  z-index: 100;
}
/* line 210, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .share-viewport .share {
  position: absolute;
  top: -200px;
  height: 193px;
  width: 43px;
  background: url('../images/share-icons.png?1480400693') no-repeat;
}
/* line 217, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .post-container .container .post-actions .share-viewport .share .share-icon {
  float: left;
  height: 38px;
  width: 43px;
  margin-bottom: 1px;
}
/* line 228, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container {
  /*padding : 20px;
  padding-top: 5px;*/
}
/* line 231, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .new-comment {
  padding: 10px;
  transition: display 2s;
  display: block;
}
/* line 235, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .new-comment input {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 20px;
}
/* line 241, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .new-comment.hidden {
  display: none;
}
/* line 245, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container {
  /*margin: 5px 0px;*/
  padding: 10px;
}
/* line 248, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .container {
  height: 12px;
  position: relative;
}
/* line 251, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .container .liker {
  position: absolute;
  left: 0;
  margin: 0;
  font-size: 14px;
}
/* line 256, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .container .liker .user {
  color: white;
  margin-right: 5px;
}
/* line 264, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .container .reply-btn {
  font-size: 12px;
  position: absolute;
  right: 0;
  color: white;
}
/* line 269, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .container .reply-btn:hover {
  cursor: pointer;
}
/* line 274, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .reply-container {
  padding: 10px 20px;
  display: block;
  transition: display 2s;
}
/* line 278, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .reply-container input {
  width: 100%;
  height: 18px;
}
/* line 283, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .reply-container.hidden {
  display: none;
}
/* line 288, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .fav-comments {
  padding-left: 20px;
}
/* line 291, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .fav-comments .comment-container p {
  font-size: 14px;
  margin: 10px 0;
}
/* line 295, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .comments-container .fav-container .fav-comments .comment-container .user {
  color: white;
  margin-right: 5px;
}
/* line 306, ../protected/sass/partials/_collection-header.scss */
#collection-header .post .holder .feedback {
  text-align: center;
  color: red;
  font-size: 12px;
  margin-top: 3px;
}

/* line 317, ../protected/sass/partials/_collection-header.scss */
#tabs {
  height: 30px;
  padding: 0px 10px;
  position: relative;
}
/* line 321, ../protected/sass/partials/_collection-header.scss */
#tabs ul {
  position: absolute;
  top: 10px;
}
/* line 324, ../protected/sass/partials/_collection-header.scss */
#tabs ul:first-child {
  float: left;
}
/* line 328, ../protected/sass/partials/_collection-header.scss */
#tabs ul.not-related {
  left: 10px;
}
/* line 332, ../protected/sass/partials/_collection-header.scss */
#tabs ul.related {
  left: 90px;
}
/* line 336, ../protected/sass/partials/_collection-header.scss */
#tabs ul li {
  float: left;
  padding: 0px 10px;
  border-right: 1px solid gray;
  position: relative;
  font-size: 14pt;
  /*@for $cols from 1 through 20 {
      @if $cols >= 3 {
          @media (min-width: $cols * $thumb-width + $page-margin) {
              font-size: 14pt;
          }
      }
      @if $cols <= 3 {
          @media (min-width: $cols * $thumb-width + $page-margin) {
              font-size: 12pt;
          }
      }
  }*/
}
/* line 355, ../protected/sass/partials/_collection-header.scss */
#tabs ul li.selected {
  /*text-decoration: underline;
  text-decoration-color: $jellpurple;*/
  border-bottom: 2px solid #9B59B6;
  padding-bottom: 2px;
}
/* line 360, ../protected/sass/partials/_collection-header.scss */
#tabs ul li.selected a {
  color: white;
  text-weight: bold;
}
/* line 365, ../protected/sass/partials/_collection-header.scss */
#tabs ul li .notification {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* line 372, ../protected/sass/partials/_collection-header.scss */
#tabs ul li .notification.red {
  background: red;
}
/* line 375, ../protected/sass/partials/_collection-header.scss */
#tabs ul li .notification.yellow {
  background: yellow;
}
/* line 380, ../protected/sass/partials/_collection-header.scss */
#tabs ul li:last-child {
  border-right: none;
}
/* line 383, ../protected/sass/partials/_collection-header.scss */
#tabs ul li:nth-last-child(2) {
  border-right: none;
}

/* line 392, ../protected/sass/partials/_collection-header.scss */
#extra-content {
  text-align: right;
}
/* line 394, ../protected/sass/partials/_collection-header.scss */
#extra-content li {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}

/* line 1, ../protected/sass/partials/_delete-history.scss */
#delete-history {
  position: absolute;
  min-height: 100px;
  z-index: 100;
  background: black;
  border: 1px solid gray;
  -webkit-transition: .6s ease-in-out all;
  transition: .6s ease-in-out all;
  border-radius: 5px;
  padding: 10px;
}
@media (min-width: 306px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 300px;
  }
}
@media (min-width: 456px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 450px;
  }
}
@media (min-width: 606px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 600px;
  }
}
@media (min-width: 756px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 750px;
  }
}
@media (min-width: 906px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 900px;
  }
}
@media (min-width: 1056px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 1050px;
  }
}
@media (min-width: 1206px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 1200px;
  }
}
@media (min-width: 1356px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 1350px;
  }
}
@media (min-width: 1506px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 1500px;
  }
}
@media (min-width: 1656px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 1650px;
  }
}
@media (min-width: 1806px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 1800px;
  }
}
@media (min-width: 1956px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 1950px;
  }
}
@media (min-width: 2106px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 2100px;
  }
}
@media (min-width: 2256px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 2250px;
  }
}
@media (min-width: 2406px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 2400px;
  }
}
@media (min-width: 2556px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 2550px;
  }
}
@media (min-width: 2706px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 2700px;
  }
}
@media (min-width: 2856px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 2850px;
  }
}
@media (min-width: 3006px) {
  /* line 1, ../protected/sass/partials/_delete-history.scss */
  #delete-history {
    min-width: initial;
    width: 3000px;
  }
}
/* line 21, ../protected/sass/partials/_delete-history.scss */
#delete-history #message-container {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
/* line 27, ../protected/sass/partials/_delete-history.scss */
#delete-history #buttons {
  min-height: 40px;
  width: 80%;
  margin: 0 auto;
}
/* line 32, ../protected/sass/partials/_delete-history.scss */
#delete-history #buttons div {
  border-radius: 5px;
}
/* line 36, ../protected/sass/partials/_delete-history.scss */
#delete-history #buttons .cancel-btn {
  float: left;
  width: 40%;
  font-family: "geneva";
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 10px 5px;
  font-weight: bold;
  border: medium none;
  background-color: #7e63c3;
}
/* line 50, ../protected/sass/partials/_delete-history.scss */
#delete-history #buttons .save-btn {
  float: left;
  width: 40%;
  font-family: "geneva";
  color: #363636;
  font-size: 12px;
  text-align: center;
  background-color: #CCC;
  padding: 10px 5px;
  font-weight: bold;
  border: medium none;
  margin-right: 10px;
  margin-left: 15px;
}

/* line 39, ../protected/sass/styles.scss */
body {
  padding: 18px;
  font-family: 'Arial Regular', 'Arial';
  margin: 0;
  color: white;
  background-color: black;
}
@media (min-width: 0) {
  /* line 39, ../protected/sass/styles.scss */
  body {
    padding: 18px 0;
  }
}

/* line 54, ../protected/sass/styles.scss */
h1 {
  font-weight: 500;
  color: white;
  margin-bottom: 5px;
  font-size: 18px;
}
/* line 59, ../protected/sass/styles.scss */
h1.message {
  font-size: 24px;
  margin: 50px 0 20px 0;
  text-align: center;
}

/* line 66, ../protected/sass/styles.scss */
h2 {
  font-weight: 200;
  color: #e4e4e4;
  margin-bottom: 2px;
  font-size: 16px;
}

/* line 73, ../protected/sass/styles.scss */
p {
  margin-bottom: 15px;
  color: #AEAEAE;
  font-size: 16px;
}

/* line 79, ../protected/sass/styles.scss */
label {
  font-weight: normal;
}

/* line 83, ../protected/sass/styles.scss */
#page {
  min-width: 800px;
  margin: auto;
  background: #262626;
}
@media (min-width: 1px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: 0;
  }
}
@media (min-width: 306px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 300px;
  }
}
@media (min-width: 456px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 450px;
  }
}
@media (min-width: 606px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 600px;
  }
}
@media (min-width: 756px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 750px;
  }
}
@media (min-width: 906px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 900px;
  }
}
@media (min-width: 1056px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 1050px;
  }
}
@media (min-width: 1206px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 1200px;
  }
}
@media (min-width: 1356px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 1350px;
  }
}
@media (min-width: 1506px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 1500px;
  }
}
@media (min-width: 1656px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 1650px;
  }
}
@media (min-width: 1806px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 1800px;
  }
}
@media (min-width: 1956px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 1950px;
  }
}
@media (min-width: 2106px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 2100px;
  }
}
@media (min-width: 2256px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 2250px;
  }
}
@media (min-width: 2406px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 2400px;
  }
}
@media (min-width: 2556px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 2550px;
  }
}
@media (min-width: 2706px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 2700px;
  }
}
@media (min-width: 2856px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 2850px;
  }
}
@media (min-width: 3006px) {
  /* line 83, ../protected/sass/styles.scss */
  #page {
    min-width: initial;
    width: 3000px;
  }
}

/* line 107, ../protected/sass/styles.scss */
#content {
  margin: auto;
  padding-top: 56px;
  z-index: 10;
  min-height: 300px;
  /*padding-left: 5px;
  padding-right: 5px;*/
}

/* line 116, ../protected/sass/styles.scss */
a {
  text-decoration: none !important;
  color: #bbb;
}

/* line 121, ../protected/sass/styles.scss */
.message-page {
  margin-bottom: 50px;
}

/* line 125, ../protected/sass/styles.scss */
#loading-indicator {
  display: none;
  margin-top: 10px;
  clear: both;
  height: 40px;
  padding-top: 20px;
}
/* line 131, ../protected/sass/styles.scss */
#loading-indicator #spinner {
  margin: auto;
  height: 50px;
  width: 30px;
  background: url('../images/loading.gif?1480400693') no-repeat 0 0;
}

/* line 142, ../protected/sass/styles.scss */
.btn:hover {
  cursor: pointer;
}

/* line 146, ../protected/sass/styles.scss */
.jellyfields-btn {
  border-radius: 5px;
  background: #9B59B6;
}

/* line 151, ../protected/sass/styles.scss */
.jellyfields-btn:hover {
  cursor: pointer;
  border: 1px solid white;
}
