/*************/
/**  Reset  **/
/*************/

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 */

article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**************/
/**  Global  **/
/**************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-family: 'Roboto', sans-serif;
}
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #f3f4f4;
    width: 100%;
    height: 100%;
}
body.modal-open {
    overflow: hidden;
    position: relative;
}
body.modal-open header, body.modal-open section {
    filter: blur(5px);
}
button {
    font-family: 'Roboto', sans-serif;
}
.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	display: flex;
}
.wrapper {
    padding: 70px 0 0 20px;
    clear: both;
    float: left;
    width: 100%;
}
.clear {
    clear: both
}
div#timestamp {
    display: none;
}
div#loadmore a {
    display: block;
    margin: 0 20px 20px 0;
    border: 1px solid #4292a4;
    padding: 10px;
    text-align: center;
    color: #4292a4;
    background: rgba(66,146,164,.25);
}
div#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255,255,255,.85);
    color: #4292a4;
    text-align: center;
}
div#loading:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
body.modal-open div#loading {
	background: transparent;
}
div#loading i {
    color: #4292a4;
}
section#login {
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    background: #4292a4;
}
section#login .container {
    width: 400px;
    text-align: center;
    display: block;
}
section#login h1 {
    background: url('https://sportscardalbum.com/img/logo_blue.jpg') no-repeat;
    background-size: 300px 100px;
    text-indent: -2000em;
    width: 300px;
    height: 100px;
    margin: 150px auto 15px auto;
}
form {
    width: 100%;
}
form h1 {
    font-family: 'Raleway';
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    margin: 0 0 20px 0;
}
form input {
    width: 100%;
    clear: both;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    height: 45px;
    padding: 0 10px;
    font-size: 15px;
}
form p {
    margin: 0 0 20px 0;
    line-height: 45px;
}
form input[type="checkbox"] {
    width: 25px;
    height: 25px;
    clear: both;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 0 10px;
    margin: 0;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
}
form input.button {
    background: #e5c137;
    background: linear-gradient(#e5c137, #d79702);
    border: 0;
    cursor: pointer;
    color: #fff;
    font-family: 'Raleway';
    outline: none;
}
section#register {
    clear: both;
    float: left;
    width: 100%;
    height: 100%;
    background: #4292a4;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
section#register .register-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px;
}
section#register .register-logo {
    display: flex;
    align-items: center;
}
section#register .register-logo img {
    height: auto;
    max-width: 100%;
}
section#register .register-form {
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
header {
    position: relative;
    width: 100%;
    height: 70px;
    background: #4292a4;
    margin: 0;
    z-index: 3001;
}
header div#logo {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 10px;
}
header div#logo img {
    max-width: 100%;
    max-height: 100%;
}
header div#header-options {
    float: right;
    height: 70px;
}
header div#header-options div#login {
    height: 70px;
    line-height: 70px;
    border-left: 1px solid rgba(0,0,0,.1);
    text-align: center;
    float: left;
    padding: 0 0 0 20px;
}
header div#header-options div#login a {
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 20px 0 0;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
header div#header-options div#login a.register {
    background: #e2ba2d;/*border: 1px solid #e2ba2d;*/

}
header div#header-options div#login a:hover {
    background: #fff;
    color: #4292a4;/*border: 1px solid #fff;*/

}
header div#header-options div#notifications {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid rgba(0,0,0,.1);
    text-align: center;
    float: left;
    color: rgba(0,0,0,.1);
    position: relative;
}
header div#header-options div#notifications.active a {
    color: #fff;
}
header div#header-options div#notifications a {
    display: block;
    color: rgba(0,0,0,.1);
}
header div#header-options div#notifications i {
    line-height: 70px;
}
header div#header-options div#notifications span {
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    line-height: 24px;
    color: #fff;
    background: red;
    top: 10px;
    right: 10px;
    z-index: 1001;
}
header div#header-options div#profile {
    width: 90px;
    height: 70px;
    line-height: 70px;
    border-left: 1px solid rgba(0,0,0,.1);
    text-align: center;
    float: left;
    overflow: hidden;
}
header div#header-options div#profile a {
    display: block;
    height: 70px;
    width: 90px;
    padding: 10px;
}
header div#header-options div#profile li:hover {
    background: #fff;
}
header div#header-options div#profile img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ccc;
}
header div#header-options div#profile ul ul {
    position: absolute;
    left: -999em;
    width: 200px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
header div#header-options div#profile ul li:hover ul {
    left: auto;
    right: 0;
    text-align: left;
}
header div#header-options div#profile ul li:hover ul a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    color: #4292a4;
    width: inherit;
    text-align: left;
}
.hero-container {
    background-color: #000;
    width: 100%;
    overflow-x: hidden;
    float: left;
}
.hero {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 700px;
    background: #4292a4;
    background-image: linear-gradient(45deg, #4292a4, #e6a80b);
    color: #fff;
}
.hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/hero-image.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.35;
    mix-blend-mode: multiply;
    filter: grayscale(0.65);
}
.hero-content {
	text-align: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
    box-sizing: border-box;
	z-index: 100;
	flex-direction: column;
}
.hero-content h1 {
	font-family: 'Raleway';
	font-size: 64px;
	font-weight: bold;
	padding: 10px 0;
    line-height: 72px;
}
.hero-content p {
	clear: both;
	font-size: 24px;
	line-height: 32px;
}

.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 12.5%;
}

.grid-item--width2 { width: 25%; }

.grid-item {
  float: left;
}

.grid-item img {
	display: block;
	max-width: 100%;
}

.fav-list{
	display: flex;
	flex-wrap: wrap;
	margin: 5px;
}
.fav-list .fav-item {
	margin: 5px;
	background-color: violet;
	position: relative;
}
.fav-list .fav-item i {
	display: block;
	background-color: #ccc;
	/* display: none; */
}
.fav-list .fav-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fav-list .fav-item .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	min-height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.6) 100%);
	background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.6) 100%);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
	padding: 10px;
	pointer-events: auto;
}
.fav-list .fav-item:hover .info {
	opacity: 1;
}

.fav-list .fav-item .info .user {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.fav-list .fav-item:hover .info .user {
	bottom: 10px;
}
.fav-list .fav-item .info .avatar {
	width: 30px;
    height: 30px;
    vertical-align: middle;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
	position: relative;
    float: left;
    margin: 0 10px 0 0;
}

.fav-list .fav-item .info .avatar img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
}

.fav-list .fav-item .info p {
	display: inline-block;
	line-height: 30px;
	color: #fff;
	float: left;
    position: relative;
}

.fav-list .fav-item .info p a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.button i {
    margin: 0 10px 0 0;
}
section#main {
    width: 100%;
    background: #f3f4f4;
    padding: 0;
    float: left;
    position: relative;
}
#upload section#main {
    height: calc(100% - 70px);
}
#upload .wrapper {
    padding: 50px 0 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
#albums-edit section#main {
    position: inherit;
}
div#top-bar {
    height: 50px;
    border-bottom: 1px solid #ccc;
    z-index: 2001;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#albums-edit div#top-bar {
    top: 70px;
}
div#top-bar.stuck {
    position: fixed;
    top: 0;
}
div#top-bar nav {
    float: left;
}
div#top-bar nav ul {
    list-style: none;
    float: left;
    margin: 0 20px;
}
div#top-bar li {
    line-height: 50px;
    height: 50px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
}
div#top-bar li a {
    line-height: 50px;
    height: 50px;
    /*transition: all .15s ease-in-out;*/
    padding: 0 20px;
    display: block;
    text-decoration: none;
    color: #ccc;
}
div#top-bar li a:hover, div#top-bar li a.active {
    color: #4292a4;
    border-bottom: 5px solid #4292a4;
    transition: all .15s ease-in-out;
}
div#top-bar li img {
    width: 40px;
    height: 40px;
    margin: 5px 0;
}
div#top-bar div#upload {
    float: right;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
}
div#top-bar div#upload a {
    background: #e2ba2d;
    border-radius: 3px 0 0 3px;
    border: 0;
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 0 20px;
    margin: 8px 0;
    float: left;
    height: 34px;
    line-height: 34px;
    color: #333;
    text-decoration: none;
}
div#top-bar div#upload a i {
    margin: 0 10px 0 0;
    vertical-align: middle;
}
div#top-bar div#upload div#upload-options {
    border-radius: 0 3px 3px 0;
    background: #e2ba2d;
    margin: 8px 0;
    height: 34px;
    line-height: 34px;
    padding: 0 13px;
    float: right;
    color: #333;
}
div#filter-apply {
    clear: both;
    text-align: center;
    margin: 30px 0;
}
div#filter-apply button {
    background: #e2ba2d;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 20px 40px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
}
div#filter-apply button:hover {
    background: #dead1e;
}
div#filters {
    float: left;
    width: 100%;
    height: 50px;
    margin: 0 20px 20px 0;
}
div#sort {
    margin: 0 20px 0 0;
    float: left;
    border-radius: 3px;
    background: rgba(0,0,0,.1);
    height: 50px;
    line-height: 50px;
}
.items-selected, .no-items-selected {
    float: left;
}
.selected-count {
    border-radius: 3px;
    background: #4292a4;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
}
.selected-count span {
    background: #fff;
    float: left;
    border: 2px solid #4292a4;
    height: 50px;
    line-height: 46px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    font-weight: bold;
    width: 50px;
    text-align: center;
    color: #999;
    font-size: 20px;
}
.selected-count p {
    float: left;
    padding: 0 20px;
}
div.dropdown {
    margin: 0 20px 0 0;
    float: left;
    border-radius: 3px;
    background: rgba(0,0,0,.1);
    height: 50px;
    line-height: 50px;
    color: #999;
    text-transform: uppercase;
    position: relative;
}
div.dropdown div.dropdown-icon {
    float: left;
    width: 50px;
    text-align: center;
    border-right: 1px solid #ccc;
}
div.dropdown div.dropdown-title {
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
}
div.dropdown div.dropdown-title p {
    margin: 0 20px 0 0;
    float: left;
    font-size: 12px;
}
div.dropdown div.dropdown-title p i {
    margin: 0 10px 0 0;
}
div.dropdown div.dropdown-title span {
    float: left;
}
div.dropdown ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 3px 3px;
    z-index: 7001;
    border: 1px solid #ccc;
}
div.dropdown ul li {
    line-height: 32px;
    background: #fff;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 20px;
    cursor: pointer;
}
div.dropdown ul li.selected {
    background: #4292a4;
    color: #fff;
}
div.dropdown ul li i {
    margin: 0 10px 0 0;
}
div.dropdown ul li p {
    display: inline-block;
}
div#sort select {
    background: transparent;
    color: #999;
    padding: 0 15px;
    text-transform: uppercase;
    border: 0;
    float: left;
    height: 50px;
    line-height: 50px;
    outline: none;
}
div#sort label {
    float: left;
    width: 15px;
}
div#filter {
    border-radius: 3px;
    background: rgba(0,0,0,.1);
    height: 50px;
    line-height: 50px;
    color: #999;
    float: left;
    padding: 0 15px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 80px 0 0;
}
div#filter i {
    color: #999;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
div#filter span {
    font-size: 12px;
}
div#filters-applied {
    color: #999;
    float: left;
    padding: 0 15px;
    text-transform: uppercase;
    margin: 10px 0;
}
div#filters-applied .filter {
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    background: #4292a4;
    margin: 0 20px 0 0;
    float: left;
    color: #fff;
    padding: 0 15px;
}
div#filters-applied .filter span {
    margin: 0 10px 0 0;
    font-size: 12px;
}
div#filters-applied .filter i {
    cursor: pointer;
}
div#filter-options {
    width: 400px;
    background: #fff;
    position: fixed;
    z-index: 5001;
    transform: translateX(-400px);
    top: 0;
    bottom: 0;
    border: 1px solid #ccc;
    border-left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    overflow-y: auto;
}
div#filter-options.active {
    transform: translateX(0px);
    transition: transform 0.3s;
}
div#filter-options div#filter-close {
    padding: 30px 30px 0 30px;
    color: #4292a4;
    cursor: pointer;
}
div#filter-options ul {
    width: 100%;
}
div#filter-options li {
    clear: both;
    border-bottom: 1px solid #ccc;
    color: #666;
    cursor: pointer;
}
div#filter-options li span {
    padding: 30px;
    display: block;
}
div#filter-options li li span {
    padding: 0;
    display: inline-block;
    width: 100px;
}
div#filter-options li i {
    float: right;
}
div#filter-options ul ul {
    background: #eee;
    padding: 20px;
    display: none;
    border-top: 1px solid #ccc;
    margin: 0;
}
div#filter-options ul li.active ul {
/*display: block;*/

}
div#filter-options ul ul li {
    border: 0;
    margin: 5px;
}
div#filter-options ul ul li input, div#filter-options ul ul li select {
    padding: 5px;
    width: 100%;
}
div#filters div#layouts {
    float: right;
    margin: 0 20px 0 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    background: rgba(0,0,0,.1);
    border-radius: 3px;
    color: #999;
}
div#filters div#layouts .layout {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #ccc;
    height: 48px;
    cursor: pointer;
}
div#filters div#layouts .layout:last-child {
    border-right: 0;
}
div#filters div#layouts .layout.active {
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}
div#media {
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 0 300px;
}
#feed div#media {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}
div#media ul {
    list-style: none;
}
div#media li {
    width: 12.5%;
    float: left;
    padding: 0 20px 20px 0;
    position: relative;
}
div#media.large li {
    width: 25%;
}
div#media.list li {
    width: 100%;
}
div#media li.album {
    width: 20%;
}
div#media li div.media-item {
    position: relative;
    border: 1px solid #ccc;
}
div#media li div.media-item.selected {
    border: 1px solid #4292a4;
}
div#media.list li div.media-item {
    background: #fff;
    padding: 10px;
}
div#media li div.checked {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #4292a4 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 3001;
}
div#media li div.checked i {
    margin: 10px 0 0 30px;
}
div#media li div.preview {
    position: relative;
    background: #eee;
    cursor: pointer;
}
div#media.list li div.preview {
    width: 250px;
}
div#media li div.preview:before {
    content: '';
    display: block;
    padding-top: 100%;
}
div#media li.feed-ad div.preview:before {
    padding-top: calc(100% + 79px);
}
div#media.list li div.preview:before {
    padding-top: 250px;
}
div#media li div.thumbnail {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
div#media li.album div.thumbnail {
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    background-size: cover;
}
div#media li div.centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
div#media li img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}
div#media li input[type="checkbox"] {
    position: absolute;
    bottom: 8px;
    left: 8px;
    visibility: hidden;
    font-family: "FontAwesome";
    cursor: pointer;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ccc;
}
div#media li input[type="checkbox"]:before {
    visibility: visible;
    font-size: 16px;
    display: inline-block;
    content: "\f096";
    height: 16px;
    width: 16px;
}
div#media li input[type="checkbox"]:checked:before {
    content: "\f14a";
    -webkit-animation:bounce .3s;
    animation:bounce .3s;
    color: #4292a4;
}
div#media li .desc {
    opacity: 0;
    position: absolute;
    top: 48px;
    left: 0;
    bottom: 30px;
    width: 100%;
    background: rgba(255,255,255,.90);
    padding: 10px 8px;
    z-index: 1001;
    word-wrap: break-word;
}
div#media li .desc p {
}
div#media.list li .desc {
    opacity: 1;
    left: 270px;
    width: inherit;
}
div#media li .media-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: transparent;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
}
div#media li .media-overlay button {
    opacity: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 0;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}
div#media li div.preview:hover .media-overlay button {
    opacity: 0.8 !important;
}
div#media li.album .desc {
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: inherit;
    background: linear-gradient(0deg, rgba(0,0,0,.7) 0, transparent 50%, transparent);
    padding: 0;
}
div#media li.album .desc a {
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
div#media li.album .desc .album-info {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    transform: translateY(0);
    bottom: 10px;
    color: #fff;
}
div#media li.album .desc .meta {
    margin: 0 0 10px 0;
}
div#media li.album .desc .meta a {
    position: relative;
    color: #fff;
}
div#media li.album .desc .actions {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}
div#media li.album .desc .actions li {
    text-align: center;
    width: 33.33333333333333333333333%;
    float: left;
    padding: 0;
}
div#media li.album .desc .actions li a {
    position: relative;
    color: #fff;
}
div#media li.album .desc h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.album.new .media-item {
    border: 0 !important;
}
.album.new .preview {
    border: 4px dashed #ccc;
}
.album.new .preview a {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
}
.album.new .preview:hover {
    border-color: #4292a4;
}
.album.new .preview a span {
    margin: 0 10px 0 0;
}
.album.new .preview a:hover {
    color: #4292a4;
}
div#media li .desc:hover {
    opacity: 1;
    cursor: pointer;
}
div#media li .desc a {
    display: block;
}
div#media li .user {
    width: 100%;
    padding: 8px;
    background: #fff;
    height: 48px;
}
div#media.list li .user {
    position: absolute;
    left: 270px;
    top: 0;
    right: 0;
    width: inherit;
}
div#media li .user a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
}
div#media li .user img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin: 0 8px 0 0;
    transform: none;
    position: relative;
    float: left;
}
div#media li .user p {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}
div#media li .user p.timeago {
    font-size: 10px;
    color: #ccc;
}
div#media li .user .pro {
    border-radius: 3px;
    color: #4292a4;
    border: 1px solid #4292a4;
    display: inline-block;
    font-size: 10px;
    padding: 0 3px;
    font-weight: 400;
    margin: 0 0 0 5px;
    line-height: 16px;
    height: 16px;
}
div#media li .user .report {
    position: absolute;
    right: 8px;
    top: 0;
    height: 48px;
    line-height: 48px;
    color: #ccc;
}
div#media li .user .report a {
    color: #ccc;
    text-decoration: none;
    font-size: 16px;
}
div#media li .user .report-options {
    display: none;
    position: absolute;
    width: 150px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 3001;
    right: 0;
    top: 40px;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}
div#media li .user .report-options ul {
    width: 100%;
}
div#media li .user .report-options li {
    clear: both;
    width: 100%;
    padding: 0;
}
div#media li .user .report-options li a {
    padding: 4px 8px;
    font-size: 12px;
    display: block;
    width: 100%;
}
div#media li .user .report-options.active {
    display: block;
}
/*

div#media li .user .pro:hover  {

	color: #fff;

	background: #4292a4;

}

*/

div#media li .details {
    width: 100%;
    padding: 8px;
    background: #fff;
    color: #ccc;
    text-align: right;
    line-height: 14px;
}
div#media.list li .details {
    position: absolute;
    left: 270px;
    bottom: 0;
    right: 0;
    width: inherit;
}
div#media li .details div {
    display: inline-block;
    cursor: pointer;
}
div#media li .details p {
    font-size: 12px;
}
div#media li .details i {
    margin: 0 4px;
}
div#media li .details .likes:hover {
    color: #e81c4f;
}
div#media li .details .likes.liked {
    color: #e81c4f;
}
div#media li .details .likes.active {
    animation: heart-beat 2s ease;
}
@keyframes heart-beat {
  0% {
    transform:scale(1);
  }
  25% {
    transform:scale(1.5);
  }
  50% {
    transform:scale(1);
  }
  75% {
    transform:scale(1.5);
  }
  100% {
    transform:scale(1);
  }
}
div#media li .details .comments:hover {
    color: #0488b5;
}
div#media li .details .comments.commented {
    color: #0488b5;
}
div#following ul {
    clear: both;
    float: left;
    width: 100%;
}
div#following li {
    width: 20%;
    float: left;
    padding: 0 20px 20px 0;
    position: relative;
}
div#following li div.following-info {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    float: left;
    width: 100%;
}
div#following li div.avatar {
    float: none;
    padding: 10px 10px 0 10px;
    margin: 0;
}
div#following li div.avatar img {
    float: none;
    display: inline-block;
    border: 1px solid #ccc;
    width: 128px;
    height: 128px;
    border-radius: 64px;
}
div#following li div.user {
    padding: 10px;
    float: left;
    width: 100%;
    position: relative;
    height: 200px;
}
div#following li div.user div.user-info {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
div#following li div.user h2 {
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 24px;
}
div#following li div.user p {
    margin: 0 0 10px 0;
}
div#following li div.user p.bio {
    height: 100px;
    overflow: auto;
}
div#following .follows {
    clear: both;
    float: left;
    width: 100%;
}
div#following .follows p {
    background: #ccc;
    color: #666;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0;
    display: inline-block;
    border-radius: 3px;
}
div#following li div.following-info .button {
    float: left;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    cursor: pointer;
}
div#following li div.following-info .button a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
div#following li div.following-info .button.contact {
    background: #e2ba2d;
}
div#following li div.following-info .button.follow {
    background: #4292a4;
}
div#following li div.following-info .button.following {
    background: #fff;
    border: 1px solid #4292a4;
    color: #4292a4;
}
div#following li div.following-info .button.following:hover {
    background: rgba(66,146,164,.35);
}
div#following li div.following-info .button.following a {
    color: #4292a4 !important;
}
div#user-info {
    clear: both;
    background: rgba(0,0,0,.1);
    margin: 0 20px 20px 0;
    padding: 20px;
    height: 168px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
div#user-info .avatar {
    margin: 0 20px 0 0;
    float: left;
}
div#user-info .avatar img {
    display: block;
    width: 128px;
    height: 128px;
    border-radius: 64px;
    float: left;
}
div#user-info .user {
    margin: 0 0 0 148px;
}
div#user-info .user-col {
    width: 33.333333333333333333333%;
    float: left;
}
div#user-info h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    float: left;
}
div#user-info .user p {
    clear: both;
    margin: 0 0 10px 0;
}
div#user-info .user p span {
    margin: 0 0 0 10px;
}
div#user-info .user .button {
    float: left;
    width: 50%;
    border-radius: 3px;
    color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
div#user-info .user .button.contact {
    background: #e2ba2d;
}
div#user-info .user .button.follow {
    background: #4292a4;
    padding: 10px;
    width: 100% !important;
    cursor: pointer;
}
div#user-info .user .button.following {
    background: #fff;
    border: 1px solid #4292a4;
    color: #4292a4;
    display: block;
    padding: 10px;
    width: 100% !important;
    cursor: pointer;
}
div#user-info .user .button.following a {
    color: #4292a4 !important;
}
div#user-info .user .button.albums {
    background: #b22222;
}
div#user-info .user .button a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
div#user-info .pro {
    border-radius: 3px;
    color: #4292a4;
    border: 1px solid #4292a4;
    display: inline-block;
    font-size: 10px;
    padding: 0 6px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    height: 24px;
    float: left;
}
div#user-info ul {
    float: left;
    padding: 10px;
    width: 100%;
}
div#user-info li {
    float: left;
    text-align: center;
    padding: 0 20px 0 0;
    font-size: 28px;
    width: 33.333333333333333333333333333333%;
}
div#user-info li span {
    display: block;
    clear: both;
    text-align: center;
    text-transform: lowercase;
    color: #999;
    font-size: 14px;
}
div#upload-container {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
div#uploader {
    border: 4px dashed #ccc;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    cursor: pointer;
}
div#uploader:hover {
    border: 4px dashed #4292a4;
     -webkit-transition: border-color 0.15s ease-in;
    transition: border-color 0.15s ease-in;
}
.uploader-info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.uploader-info p {
    clear: both;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.uploader-info button {
    background: #4292a4;
    border-radius: 24px;
    border: 0;
    padding: 0 40px;
    margin: 8px 0;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 18px;
}
div#uploader i {
    color: #ccc;
}
div#uploader:hover i {
    color: #4292a4;
}
div#uploader button {
    background: #ccc;
}
div#uploader:hover button {
    background: #4292a4;
}
div#albums {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
}
div#albums div#albums-info {
    position: absolute;
    top: 0;
    bottom: 210px;
    left: 0;
    right: 0;
    width: 250px;
    border-right: 1px solid #ccc;
    padding: 20px;
    overflow: auto;
}
div#albums div#albums-info div#album-cover {
    width: 100%;
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #ccc;
    position: relative;
}
div#albums div#albums-info div#album-cover:before {
    content: '';
    display: block;
    padding-top: 100%;
}
div#albums div#albums-info div#album-cover.ui-droppable-active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 10px solid rgba(66,146,164,0.5);
}
div#albums div#albums-info input {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    border: 1px solid #ccc;
}
div#albums div#albums-info textarea {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    border: 1px solid #ccc;
    resize: none;
    height: 150px;
}
div#albums div#albums-info p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
div#albums div#albums-info button {
    width: 100%;
    border: 0;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 10px 0;
    display: block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
div#albums div#albums-info button.update {
    background: #e2ba2d;
}
div#albums div#albums-info button.delete {
    background: #d61f22;
}
div#albums div#albums-info button i {
    margin: 0 10px 0 0;
}
div#albums div#albums-media {
    position: absolute;
    top: 0;
    bottom: 210px;
    left: 250px;
    right: 0;
    overflow: auto;
    padding: 20px 0 0 20px;
}
div#albums div#all-media {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 210px;
    border-top: 1px solid #ccc;
    padding: 0;
}
div#albums div#all-media .dropdown {
    margin: 20px;
}
div#albums div#all-media-add {
    padding: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    right: 0;
}
div#albums ul {
    float: left;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
div#albums li {
    list-style-type: none !important;
}
div#albums li.ui-sortable-helper img {
    width: 100px;
}
div#albums ul.sortable li {
    display: inline-block;
    width: 100px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}
div#albums ul.sortable li.ui-sortable-helper {
    list-style-type: none;
}
div#albums ul.sortable li.sortable-placeholder {
    border: 3px dashed #ccc;
}
div#albums ul.sortable li.sortable-placeholder:before {
    content: '';
    display: block;
    padding-top: 100%;
}
div#albums ul.sortable li div.media-item {
    background: #fff;
    border: 1px solid #ccc;
}
div#albums ul.sortable li div.preview {
    position: relative;
}
div#albums ul.sortable li div.preview:before {
    content: '';
    display: block;
    padding-top: 100%;
}
div#albums ul.sortable li div.centered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
div#albums ul.sortable li img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}
body#card section#main {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
}
body#card section#main .wrapper {
    padding: 70px 20px 20px 20px;
}
div#card-details {
    margin: 0 auto;
    max-width: 935px;
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
}
div#card-details div#card-image {
    float: left;
    margin-right: 400px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
div#card-details div#card-image div.card-details {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0,0,0,.5);
    color: #fff;
    z-index: 500;
    display: flex;
    flex-direction: column;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
div#card-details div#card-image div.card-details a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
div#card-details div#card-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}
div#card-details div#card-image img.card-front, div#card-details div#card-image img.card-back {
    position: relative;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
div#card-details div#card-image img.card-back {
    /*left: 0;*/

    /*top: 0;*/

    left: 50%;
    top: 50%;
    position: absolute;
    padding: 0;
    -moz-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    -o-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    z-index: 0;
}
div#card-details div.flipped img.card-front {
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 1;
}
div#card-details div.flipped img.card-back {
    /*

	-moz-transform: rotateY(0) !important;

	-o-transform: rotateY(0) !important;

	-ms-transform: rotateY(0) !important;

	-webkit-transform: rotateY(0) !important;

	transform: rotateY(0) !important;

	z-index: 2 !important;

	*/

    -moz-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    -o-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    -ms-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    z-index: 2 !important;
}
img.card-front, img.card-back {
    position: relative;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
img.card-back {
    left: 50%;
    top: 50%;
    position: absolute;
    padding: 0;
    -moz-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    -o-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    transform: translateX(-50%) translateY(-50%) rotateY(180deg);
    z-index: 0;
}
div.flipped img.card-front {
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 1;
}
div.flipped img.card-back {
    /*

	-moz-transform: rotateY(0) !important;

	-o-transform: rotateY(0) !important;

	-ms-transform: rotateY(0) !important;

	-webkit-transform: rotateY(0) !important;

	transform: rotateY(0) !important;

	z-index: 2 !important;

	*/

    -moz-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    -o-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    -ms-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    transform: translateX(-50%) translateY(-50%) rotateY(0) !important;
    z-index: 2 !important;
}
div#card-details div#card-info {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
div#card-details div#card-info .user {
    width: 100%;
    text-align: left;
    float: left;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    height: 83px;
    padding: 10px;
}
div#card-details div#card-info .user img {
    width: 62px;
    height: 62px;
    border-radius: 32px;
    margin: 0 16px 0 0;
    transform: none;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}
div#card-details div#card-info .user a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 0;
    display: block;
}
div#card-details div#card-info .user p.timeago {
    color: #ccc;
    font-size: 12px;
}
div#card-details div#card-info .user .user-info {
    float: left;
}
div#card-details div#card-info .desc {
    text-align: center;
    padding: 10px;
}
div#card-details div#card-info .desc p {
    font-size: 18px;
}
div#card-details div#card-info div#share {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
    padding: 10px;
}
div#card-details div#card-info div#comments {
    overflow: auto;
    position: absolute;
    top: 83px;
    bottom: 141px;
}
.attributes li {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    background: #4292a4;
    margin: 0 10px 0 0;
    float: left;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
}
.comment {
    padding: 10px;
    text-align: left;
    float: left;
    position: relative;
    flex-direction: column;
    clear: both;
	width: 100%;
}
.comment.author {
    flex-direction: row-reverse;
    float: right;
}
.comment .avatar {
    position: absolute;
    top: 10px;
}
.comment.author .avatar {
    right: 10px;
}
.comment .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin: 0 8px 0 0;
    transform: none;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}
.comment.author .avatar img {
    margin: 0 0 0 8px;
    float: right;
}
.comment-body {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 40px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
    background: rgba(0,0,0,.05);
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
}
.comment.author .comment-body {
    margin: 0 40px 0 0;
    background: #1da1f2;
    color: #fff;
	float: right;
}
.comment-body a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
.comment.author .comment-body a {
    color: #fff;
}
.comment .timeago {
    margin: 0 0 0 40px;
    padding: 5px;
    font-size: 10px;
	clear: both;
}
.comment.author .timeago {
    margin: 0 40px 0 0;
    text-align: right;
}
div#comments .details {
    width: 100%;
    background: #fff;
    margin: 0 0 10px 0;
}
div#comments .details a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
}
div#comments .details img {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin: 0 8px 0 0;
    transform: none;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}
div#comments .details p {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    padding: 0;
}
div#comments .details p.timeago {
    font-size: 10px;
    color: #ccc;
}
div#comments .details .pro {
    border-radius: 3px;
    color: #4292a4;
    border: 1px solid #4292a4;
    display: inline-block;
    font-size: 10px;
    padding: 0 3px;
    font-weight: 400;
    margin: 0 0 0 5px;
    line-height: 16px;
    height: 16px;
}
div#comment {
    position: absolute;
    bottom: 0;
    background: #eaeaea;
    width: 100%;
    padding: 10px;
}
div#comment textarea {
    border: 1px solid #ccc;
    resize: none;
    height: 30px;
    width: 100%;
    display: flex;
    line-height: 18px;
    padding: 5px 10px;
    margin: 0;
    max-height: 30px;
    overflow: auto;
    /* box-shadow: 0 0 black; */

    font-size: 14px;
}
.popover {
    position: relative;
    top: 0;
    left: 0;
    z-index: 4001;
    display: none;
    max-width: 276px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid #ccc;

    border: 1px solid rgba(0,0,0,.2);*/

    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    float: left;
    width: 260px;
    margin-top: 10px;
    transition: all .15s ease-in-out;
}
.popover.hover {
    display: block;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box
}
.popover .arrow {
    top: -21px;
    left: 25%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-width: 11px;
}
.popover .arrow:after {
    top: -9px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #4292a4;
    border-width: 10px;
}
.popover .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #4292a4;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.popover .popover-content {
    padding: 10px;
    width: 100%;
    float: left;
}
.popover .popover-content ul {
    width: 100%;
    float: left;
}
.popover .popover-content li {
    width: 33.33333333333333333333333% !important;
    text-align: center;
    padding: 0 !important;
}
.popover .popover-content li span {
    text-transform: uppercase;
    color: #ccc;
    font-size: 12px;
}
.popover .popover-content li p {
    color: #333;
    font-size: 36px !important;
    line-height: 36px !important;
    height: 36px !important;
}
div#media li:nth-child(8n) .popover {
    float: right;
    right: 0;
}
div#media li:nth-child(8n) .popover .arrow {
    left: 50%;
}
.pagination {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 20px;
    z-index: 999;
}
.pagination li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
}
.pagination li a {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 0;
    outline: none;
    background: rgba(66,146,164,0.4);
    text-indent: -2000em;
    border-radius: 50%;
    cursor: none;
}
.pagination li a.active {
    background: #4292a4;
}
/*************/

/**  Modal  **/

/*************/





div#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4001;
    background: rgba(0,0,0,.70);
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    overflow: auto;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    flex-direction: column;
}
div#overlay::before {
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 40px;
    flex-basis: 40px;
}
div#overlay::after {
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 40px;
    flex-basis: 40px;
}
div#overlay .modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    pointer-events: auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    max-width: 960px;
    flex-direction: column;
    padding: 0;
    background: #fff;
    position: relative;
    width: 100%;
    flex-shrink: 0;
}
div#overlay .modal .arrow {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    color: #fff;
}
div#overlay .modal .arrow.left {
    left: -60px;
}
div#overlay .modal .arrow.right {
    right: -60px;
}
div#overlay .modal-wrapper {
    padding: 0 400px 0 0;
    position: relative;
}
div#overlay .modal-image {
    margin: 0;
    position: relative;
    min-height: 600px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    max-width: 560px;
    width: 560px;
    flex-direction: column;
    flex-shrink: 0;
    /*border: 1px solid #eaeaea;*/

    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
div#overlay .modal-image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}
div#overlay .modal-details {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #333;
    background: #f4f4f4;
}
div#overlay .modal-details .user {
    width: 100%;
    text-align: left;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;/*height: 75px;*/

}
div#overlay .modal-details .user .user-info {
    float: left;
}
div#overlay .modal-details .user img {
    width: 62px;
    height: 62px;
    border-radius: 32px;
    margin: 0 16px 0 0;
    transform: none;
    position: relative;
    float: left;
    border: 1px solid #ccc;
}
div#overlay .modal-details .user a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 0;
    display: block;
}
div#overlay .modal-details .user p.timeago {
    color: #ccc;
    font-size: 12px;
}
div#overlay .modal-details .desc {
    padding: 10px 0;
    clear: both;
    float: left;
    width: 100%;
}
div#overlay .modal-details .desc p {
    font-size: 18px;
}
.modal-details #info {
    padding: 10px;
    float: left;
    text-align: left;
    width: 100%;
}
.modal-details #info dl {
    float: left;
    clear: both;
    width: 100%;
}
.modal-details #info dl dt {
    clear: both;
    color: #afb0b0;
    text-transform: uppercase;
}
.modal-details #info dl dd {
    clear: both;
    color: #000;
    margin: 0 0 20px 0;
    font-size: 24px;
}
div#overlay .modal-details div#share {
    padding: 10px;
    float: left;
    width: 100%;
}
div#overlay .modal-details div.details {
    margin: 0 0 10px 0;
}
.modal-tabs {
    background: #4292a4;
    height: 60px;
    width: 100%;
}
.modal-tabs {
    width: 100%;
}
.modal-tabs li {
    float: left;
    width: 25%;
}
.modal-stats {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.modal-stats li {
    margin: 0 20px 0 0;
    float: left;
}
.modal-tabs li a {
    display: block;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid rgba(255,255,255,0.3);
    font-size: 12px;
}
.modal-tabs li a.active {
    border-bottom: 5px solid rgba(255,255,255,1);
}
.modal-comments {
    clear: both;
    position: absolute;
    top: 178px;
    bottom: 51px;
    overflow: auto;
    padding: 0;
    right: 0;
    left: 0;
}
.modal-comment-box {
	position: absolute;
    bottom: 0;
    overflow: hidden;
    right: 0;
    left: 0;
	height: 51px;
	border-top: 1px solid #ccc;
	background: rgba(0,0,0,.05);
}
.modal-comment-box form {
	width: 100%;
	height: 100%;
	padding: 10px;
}
.modal-comment-box form input[type="text"] {
	width: 75%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000;
	float: left;
}
.modal-comment-box form input[type="submit"] {
    width: calc(25% - 10px);
    height: 100%;
    border: 0;
    border-radius: 20px;
    background: #4292a4;
    color: #fff;
	margin: 0 0 0 10px;
}
div.copy {
    width: 100%;
    float: left;
}
div.copy label {
    float: left;
    width: 10%;
    line-height: 30px;
    margin: 10px 0 0 0;
    text-align: left;
}
div.copy input {
    width: 90%;
    padding: 5px;
    height: 30px;
    margin: 10px 0 0 0;
    border: 1px solid #ccc;
    display: block;
    float: left;
}
div.copy .copied {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 0;
    font-size: 12px;
    width: 90%;
    float: right;
}
.overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}
/*
.modal {
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 280px;
    right: 280px;
}
*/
.modal-upload {
    background: transparent !important;
    top: 70px;
    bottom: 70px;
    left: 70px;
    right: 70px;
    position: absolute !important;
    width: auto !important;
    max-width: unset !important;
}
.modal-upload div#media {
    margin: 0 !important;
}
.modal .modal-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.modal-upload .modal-wrapper {
    overflow: visible;
}
.modal .modal-header {
    background: #4292a4;
    height: 50px;
    text-align: left;
    width: 100%;
    position: relative;
    line-height: 50px;
}
.modal .modal-header h4 {
   margin: 0 25px;
}
.modal .modal-header button {
    border: 0;
    background: transparent;
    border-left: 1px solid rgba(0,0,0,0.1);
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}
.modal .modal-header button:disabled {
    cursor: default;
}
.modal .modal-header button.overlay-close {
    top: 0;
    right: 0;
}
.modal .modal-header button i {
    color: #fff;
}
.modal .modal-header button:disabled i {
    color: #739ca5;
}
.modal .modal-body {
    clear: both;
    float: left;
    width: 100%;
    color: #000;
    text-align: left;
    max-height: 75vh;
    overflow: auto;
}
.modal .modal-option {
    border-bottom: 1px solid #ccc;
    padding: 25px;
    float: left;
    width: 100%;
}
.modal .modal-option span {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    margin: 0 25px 0 0;
}
.modal .modal-option textarea {
    clear: both;
    width: 100%;
    padding: 5px;
    height: 100px;
}
.modal .modal-thumb {
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ccc;
    background-size: cover;
    height: 50px;
    width: 50px;
}
.modal .modal-option p {
    height: 50px;
    line-height: 50px;
    float: left;
}
.modal .modal-option input[type="radio"] {
    visibility: hidden;
    font-family: "FontAwesome";
    cursor: pointer;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ccc;
    float: right;
    line-height: 50px;
    width: 25px;
    height: 25px;
}
.modal .modal-option input[type="radio"]:before {
    visibility: visible;
    font-size: 25px;
    display: inline-block;
    content: "\f10c";
    height: 25px;
    width: 25px;
}
.modal .modal-option input[type="radio"]:checked:before {
    content: "\f058";
    -webkit-animation:bounce .3s;
    animation:bounce .3s;
    color: #4292a4;
}
.modal .modal-footer {
    height: 50px;
    line-height: 50px;
    background: #ccc;
    width: 100%;
    text-align: right;
    padding: 0 25px;
}
.modal .modal-button {
    border-radius: 3px;
    color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    padding: 10px 30px;
    cursor: pointer;
	font-size: 12px;
    margin: 0 0 0 25px;
	background: rgba(0,0,0,.10);
}
.modal .modal-button.confirm {
	background: #e2ba2d;
}
.modal .modal-image {
    width: 60%;
    float: left;
    padding: 20px;
    text-align: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.modal .modal-details {
    width: 400px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.modal .modal-body-info {
    width: 40%;
    float: right;
    text-align: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #f3f4f4;
}
.modal .image-container {
    width: 60%;
    float: left;
    text-align: left;
    padding: 0 0 20px 0;
    height: calc(100% - 100px);
    overflow: hidden;
    position: relative;
}
.modal .modal-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.modal .image-thumbnails {
    width: 60%;
    float: left;
    text-align: left;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.modal .image-thumbnails .thumbnail-item {
    height: 100px;
    width: 100px;
    margin: 0 20px 0 0;
    position: relative;
    float: left;
    overflow: hidden;
}
.modal .image-thumbnails .thumbnail-item img {
    min-height: 100%;
    max-width: 100%;
}
.modal .image-thumbnails .thumbnail-item.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border: 5px solid rgba(66,146,164,0.7);
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
.modal img.card-front, .modal img.card-back {
    position: relative;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
.modal img.card-back {
    left: 0;
    top: 0;
    position: absolute;
    padding: 0 0 20px 0;
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 0;
}
.modal .flipped img.card-front {
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 1
}
.modal .flipped img.card-back {
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 2
}
.modal .modal-links {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal .modal-links li {
    color: #333;
    height: 40px;
    width: 100%;
    line-height: 40px;
    clear: both;
}
.modal .modal-links .modal-input {
    width: 80%;
    float: right;
}
.modal .modal-links .modal-input input {
    width: 100%;
    padding: 5px;
    height: 30px;
}

.modal .modal-links .modal-input .modal-copied {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    font-size: 12px;
}
.modal #filter-options {
    transform: none;
    position: absolute;
    background: #212121;
    border: 1px solid #333;
    border: 0px;
}
.modal #filter-options li {
    border-bottom: 1px solid #333;
    color: #fff;
    text-align: left;
}
.modal #filter-options li input, .modal #filter-options li select {
    width: 100%;
    padding: 6px 12px;
}
.modal #filter-options ul ul {
    background: #666;
    border: 0;
}
.modal #filter-options ul ul li {
    padding: 10px 0;
    border: 0;
}
.modal #filter-options ul ul li {
    padding: 10px 0;
    border: 0;
}
.modal #modal-uploads {
    position: absolute;
    left: 420px;
    right: -20px;
    bottom: 0;
    top: 0;
    overflow-y: auto;
}
 div#filter-options::-webkit-scrollbar, .modal #modal-uploads::-webkit-scrollbar {
 width: 10px;
}
 div#filter-options::-webkit-scrollbar-track, .modal #modal-uploads::-webkit-scrollbar-track {
 background: rgba(0,0,0,.2);
 border-radius: 12px;
}
 div#filter-options::-webkit-scrollbar-thumb, .modal #modal-uploads::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,.8);
 border-radius: 10px;
}
.modal #modal-uploads li {
    width: 20% !important;
}
.modal #modal-uploads .media-item {
    background: #fff;
}
.modal #modal-uploads .preview {
    margin: 10px;
}
.modal #modal-uploads .upload-info {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    color: #999;
}
.modal #modal-uploads .meter {
    color: #4292a4;
    font-size: 2.5em;
}
.modal #modal-uploads .upload-info p {
    padding: 10px 10px 0 10px;
}
.modal #modal-uploads .upload-details {
    padding: 0 10px;
    width: 100%;
}
.modal #modal-uploads .upload-details p {
    clear: both;
    color: #333;
}
.modal #modal-uploads .upload-details input, .modal #modal-uploads .upload-details select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
    height: auto;
    margin: 0 0 10px 0;
}
.modal #modal-uploads .upload-details span {
    padding: 10px 0;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
}
.modal #modal-album {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal #modal-album {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal #modal-album .modal-album-info {
    position: absolute;
    top: 0;
    bottom: 150px;
    width: 250px;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.modal #modal-album .modal-album-images {
    position: absolute;
    top: 0;
    bottom: 150px;
    left: 250px;
    right: 0;
    padding: 10px;
    overflow: auto;
}
.modal #modal-album .modal-images {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    height: 150px;
    border-top: 1px solid #ccc;
    padding: 10px;
}
#select {
    display: none;
    position: absolute !important;
    cursor: default !important;
}
#select.active {
    display: block !important;
}
#select > span {
    background: rgba(66,146,164,.25);
    border: 2px dashed #4292a4;
    width: 100%;
    height: 100%;
    float: left;
}
div#user-info {
    float: left;
    width: 280px;
    text-align: center;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    position: relative;
}
div#user-info.stuck {
    top: 70px;
    position: fixed;
}
div#user-info .avatar {
    float: none;
    padding: 10px 10px 0 10px;
    margin: 0;
}
div#user-info .avatar img {
    float: none;
    display: inline-block;
    border: 1px solid #ccc;
}
div#user-info .user {
    clear: both;
    margin: 0;
}
div#user-info .user h2 {
    float: none;
    display: inline-block;
    line-height: 24px;
}
div#user-info .user .pro {
    float: right;
    margin: 0 0 0 10px;
}
div#user-info .follows {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
div#user-info .follows p {
    background: #ccc;
    color: #666;
    padding: 5px 10px;
    font-size: 12px;
    margin: 0;
    display: inline-block;
    border-radius: 3px;
}
div#user-info .user .user-col {
    clear: both;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
div#user-info .user .user-col:last-child {
    border-bottom: 0;
}
div#user-info .user .user-col li {
    padding: 0;
}
div#user-info .user .user-col .profile {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #000;
    width: 38px;
}
div#user-info .user .user-col .profile:last-child {
    margin: 0;
}
div#user-info .user .user-col .profile.twitter {
    background: #00aced;
}
div#user-info .user .user-col .profile.facebook {
    background: #3b5998;
}
div#user-info .user .user-col .profile.youtube {
    background: #e52d27;
}
div#user-info .user .user-col .profile.instagram {
    background: #bc2a8d;
}
div#user-info .user .user-col .profile a {
    display: block;
    color: #fff;
    padding: 5px;
}
div#user-info .user .user-col .button {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
}
div#user-info .user .user-col .button:last-child {
    margin: 0;
}
div#user-info .user .user-col .button i {
    margin: 0 10px 0 0;
}
div#breadcrumb ul {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    font-size: 17px;
}
div#breadcrumbs {
    float: left;
    width: 100%;
    height: 50px;
    margin: 0 20px 20px 0;
}
div#breadcrumbs ul {
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
div#breadcrumbs ul li {
    display: inline;
    line-height: 50px;
    position: relative;
}
div#breadcrumbs ul li:last-child {
    padding: 0 20px 0 30px;
}
/*

div#breadcrumbs ul li+li:before {

    padding: 8px;

    color: #000;

    content: "/\00a0";

}

*/



div#breadcrumbs ul li a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px 0 30px;
    margin-left: -2px;
    background: #e5e5e5;
}
div#breadcrumbs ul li:first-child a {
    margin-left: 0;
}
div#breadcrumbs ul li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -26px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}
div#breadcrumbs ul li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 10px solid #e5e5e5;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 100%;
    z-index: 3;
}
div#breadcrumbs ul li a:hover {
    color: #fff;
    background: #4292a4;
}
div#breadcrumbs ul li a:hover:after {
    border-left: 10px solid #4292a4;
}

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1600px) {
div#media li {
    width: 16.666666666667%;
}
.modal #modal-uploads li {
    width: 25% !important;
}
div#media li:nth-child(6n) .popover {
    float: right;
    right: 0;
}
div#media li:nth-child(6n) .popover .arrow {
    left: 50%;
}
#user div#media li {
    width: 20%;
}
div#overlay .modal-image {
    min-height: 500px;
    height: 500px;
}
}



/* Large Devices, Wide Screens */

@media only screen and (max-width : 1200px) {
div#media li {
    width: 20%;
}
#user div#media li {
    width: 25%;
}
div#filter-options {
    width: 300px;
}
.modal #modal-uploads li {
    width: 25% !important;
}
.modal #modal-uploads {
    left: 320px;
}
div#user-info .avatar img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
}
#user .user h2 {
    font-size: 18px;
}
#user .user p {
    font-size: 12px;
}
 #user div#media li, #modal-uploads div#media li
}



/* Medium Devices, Desktops */

@media only screen and (max-width : 992px) {
 div#media li {
 width: 25%;
}
}



/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
 .wrapper {
 padding: 20px 0 0 20px;
}
 header {
 position: relative;
 width: 100%;
 height: 50px;
 line-height: 50px;
 margin: 0;
 left: 0;
}
 header div#logo {
 display: none;
}
 section#main {
 padding: 0;
}
 div#top-bar {
 display: none;
}
 div#media {
 margin: 0;
}
 div#media li {
 width: 33.3333333333333%;
}
 div#user-info {
 width: calc(100% - 20px);
}
 div#user-info.stuck {
 top: inherit;
 position: relative;
}
 div#overlay .modal {
 width: 100%;
}
 div#overlay .modal-wrapper {
 padding: 0;
}
}



/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 480px) {
 .wrapper {
 padding: 10px 0 0 10px;
}
 header {
 position: relative;
 width: 100%;
 height: 50px;
 line-height: 50px;
 margin: 0;
 left: 0;
}
 header div#logo {
 display: none;
}
 section#main {
 padding: 0;
}
 div#top-bar {
 display: none;
}
 div#media li, #user div#media li {
 width: 50%;
 padding: 0 10px 10px 0;
}
 div#media li .desc {
 opacity: 1;
 position: relative;
 width: 100%;
 background: rgba(255,255,255,1);
 top: 0;
 bottom: 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 display: block;
 padding: 8px;
 font-size: 12px;
 height: 30px;
}
 div#user-info {
 width: calc(100% - 10px);
 margin: 0 10px 10px 0;
}
 div#filters {
 height: 50px;
 width: calc(100% - 10px);
 margin: 0 10px 10px 0;
}
 div.dropdown {
 width: 68%;
 margin: 0;
}
 div.dropdown ul {
 width: 100%;
}
 div#filter {
 float: right;
 margin: 0;
 width: 28%;
}
 div#layouts {
 display: none;
}
}



/* Custom, iPhone Retina */ 

@media only screen and (max-width : 320px) {
 div#media li, #user div#media li {
 width: 50%;
}
}

@keyframes highlight {
  0% {
    background: #FFF8DC;
  }
  100% {
    background: none;
  }
}

.highlight {
  animation: highlight 7s;
}

@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}
@keyframes bounce{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}