
body {
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin: 0 0 50px;
  padding: 0; }

a {
  border-bottom: 2px solid rgba(21, 194, 143, 0.25);
  color: #15c28f;
  text-decoration: none;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  outline: 0; }
a:hover {
    border-bottom: 2px solid rgba(21, 194, 143, 0.75); }

strong {
  font-weight: 600; }
h1, h2, h3 {
  margin: 0; }
img {
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.container {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 1284px; }

.col-100 {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.col-33 {
  display: table-cell;
  width: 33.333%;
  vertical-align: middle; }

.btn {
  border: 2px solid;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 44px;
  text-decoration: none;
  text-transform: uppercase; }

.tags {
  display: inline-block;
  margin: 10px auto 0;
  position: relative; }

.tag {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 16px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }
  .tag:hover {
    border: 2px solid white; }
  .tag:hover .tag-delete {
    opacity: 1; }

.tag-new {
  border: 2px solid rgba(21, 194, 143, 0.25);
  color: #15c28f;
  display: none; }
  .tag-new:hover {
    border-color: #15c28f; }
.tag-delete {
  background-color: #000;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  content: "Ã—";
  cursor: pointer;
  display: none;
  height: 20px;
  opacity: 0;
  position: absolute;
  right: -3px;
  top: -10px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  width: 20px; }
  .tag-delete:hover {
    border-color: #dc4b3c;
    color: #dc4b3c; }

.top-bar {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .top-bar:hover .message {
    opacity: 1; }
  .top-bar a {
    font-weight: 600;
    border-color: rgba(0, 0, 0, 0.25);
    color: rgba(51, 51, 51, 0.75); }
  .top-bar:hover a {
    font-weight: 600;
    border-bottom: 2px solid rgba(21, 194, 143, 0.25);
    color: #15c28f; }
    .top-bar:hover a:hover {
      border-bottom: 2px solid rgba(21, 194, 143, 0.75); }
  .top-bar .message {
    padding: 15px 0;
    font-weight: 500;
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
  .top-bar .profile-img {
    border-radius: 50%;
    display: inline-block;
    display: none;
    font-size: 0;
    height: 40px;
    margin: 5px 8px 0;
    overflow: hidden;
    width: 40px; }
    .top-bar .profile-img img {
      max-width: 100%; }
  .top-bar .login, .top-bar .logout {
    cursor: pointer;
    display: none;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.5;
    padding: 17px 0;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
    .top-bar .login:hover, .top-bar .logout:hover {
      opacity: 1; }
  .top-bar .auth {
    position: absolute;
    right: 0;
    top: 0; }

h1 {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 300; }

h2 {
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
  text-align: center;
  font-weight: 500; }

h1 strong {
  font-weight: 400; }

header {
  padding: 40px 0; }

.search-wrapper {
  float: left;
  position: relative;
  width: 300px; }

.search {
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 13px 23px;
  width: 100%;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.search:focus {
  border-color: #15c28f; }

.clear-search {
  color: #999;
  cursor: pointer;
  font-weight: 600;
  opacity: 0;
  padding: 7px 15px;
  position: absolute;
  right: 8px;
  top: 6px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
.clear-search:hover {
  color: #333;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
.share {
  float: right;
  display: block;
  font-size: 0; }
.share a {
    border-bottom: 0;
    border-radius: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 4px;
    outline: none;
    padding: 12px 23px;
    text-transform: uppercase;
    width: 60px; }
  .share a:last-child {
    margin-right: 0; }

.share a.facebook:hover {
    border-color: #4872c9;
    color: #4872c9; }

.share a.twitter:hover {
    border-color: #1f98e4;
    color: #1f98e4; }

.image-list a {
  border-bottom: 0; }

.img-item {
  background-color: #f9f9f9;
  display: inline-block;
  height: 263px;
  margin: 14px;
  position: relative;
  width: 400px;
  -webkit-transition: -webkit-box-shadow 0.3s;
          transition: box-shadow 0.3s; }

.img-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

.img-item:hover .shade, .img-item:hover .btn-view {
  opacity: 1; }

.img-item:hover .btn-view {
  top: 50%; }

.img-item:hover .details {
  opacity: 1;
  bottom: 0px; }

.img-item a {
  display: block; }

.img-item img {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
  height: 263px;
  width: 400px;
}

.img-item img.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.btn-view {
  left: 50%;
  margin-left: -60px;
  margin-top: -23px;
  position: absolute;
  top: 55%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  pointer-events: none;
}

.details {
  bottom: -10px;
  opacity: 0;
  padding: 14px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  width: 100%;
  z-index: 2; }

.photographer-credit {
  color: #15c28f;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.shade {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  }
