/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
 @-webkit-keyframes passing-through {
   0% {
     opacity: 0;
     -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
     -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
     transform: translateY(40px); }
   30%, 70% {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px); }
   100% {
     opacity: 0;
     -webkit-transform: translateY(-40px);
     -moz-transform: translateY(-40px);
     -ms-transform: translateY(-40px);
     -o-transform: translateY(-40px);
     transform: translateY(-40px); } }
 @-moz-keyframes passing-through {
   0% {
     opacity: 0;
     -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
     -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
     transform: translateY(40px); }
   30%, 70% {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px); }
   100% {
     opacity: 0;
     -webkit-transform: translateY(-40px);
     -moz-transform: translateY(-40px);
     -ms-transform: translateY(-40px);
     -o-transform: translateY(-40px);
     transform: translateY(-40px); } }
 @keyframes passing-through {
   0% {
     opacity: 0;
     -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
     -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
     transform: translateY(40px); }
   30%, 70% {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px); }
   100% {
     opacity: 0;
     -webkit-transform: translateY(-40px);
     -moz-transform: translateY(-40px);
     -ms-transform: translateY(-40px);
     -o-transform: translateY(-40px);
     transform: translateY(-40px); } }
 @-webkit-keyframes slide-in {
   0% {
     opacity: 0;
     -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
     -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
     transform: translateY(40px); }
   30% {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px); } }
 @-moz-keyframes slide-in {
   0% {
     opacity: 0;
     -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
     -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
     transform: translateY(40px); }
   30% {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px); } }
 @keyframes slide-in {
   0% {
     opacity: 0;
     -webkit-transform: translateY(40px);
     -moz-transform: translateY(40px);
     -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
     transform: translateY(40px); }
   30% {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px); } }
 @-webkit-keyframes pulse {
   0% {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); }
   10% {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1); }
   20% {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); } }
 @-moz-keyframes pulse {
   0% {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); }
   10% {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1); }
   20% {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); } }
 @keyframes pulse {
   0% {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); }
   10% {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1); }
   20% {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1); } }
 .dropzone, .dropzone * {
   box-sizing: border-box; }
 
 .dropzone {
   min-height: 150px;
   border: 2px solid rgba(0, 0, 0, 0.3);
   background: white;
   padding: 20px 20px; }
   .dropzone.dz-clickable {
     cursor: pointer; }
     .dropzone.dz-clickable * {
       cursor: default; }
     .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
       cursor: pointer; }
   .dropzone.dz-started .dz-message {
     display: none; }
   .dropzone.dz-drag-hover {
     border-style: solid; }
     .dropzone.dz-drag-hover .dz-message {
       opacity: 0.5; }
   .dropzone .dz-message {
     text-align: center;
     margin: 2em 0; }
     .dropzone .dz-message .dz-button {
       background: none;
       color: inherit;
       border: none;
       padding: 0;
       font: inherit;
       cursor: pointer;
       outline: inherit; }
   .dropzone .dz-preview {
     position: relative;
     display: inline-block;
     vertical-align: top;
     margin: 16px;
     min-height: 100px; }
     .dropzone .dz-preview:hover {
       z-index: 1000; }
       .dropzone .dz-preview:hover .dz-details {
         opacity: 1; }
     .dropzone .dz-preview.dz-file-preview .dz-image {
       border-radius: 20px;
       background: #999;
       background: linear-gradient(to bottom, #eee, #ddd); }
     .dropzone .dz-preview.dz-file-preview .dz-details {
       opacity: 1; }
     .dropzone .dz-preview.dz-image-preview {
       background: white; }
       .dropzone .dz-preview.dz-image-preview .dz-details {
         -webkit-transition: opacity 0.2s linear;
         -moz-transition: opacity 0.2s linear;
         -ms-transition: opacity 0.2s linear;
         -o-transition: opacity 0.2s linear;
         transition: opacity 0.2s linear; }
     .dropzone .dz-preview .dz-remove {
       font-size: 14px;
       text-align: center;
       display: block;
       cursor: pointer;
       border: none; }
       .dropzone .dz-preview .dz-remove:hover {
         text-decoration: underline; }
     .dropzone .dz-preview:hover .dz-details {
       opacity: 1; }
     .dropzone .dz-preview .dz-details {
       z-index: 20;
       position: absolute;
       top: 0;
       left: 0;
       opacity: 0;
       font-size: 13px;
       min-width: 100%;
       max-width: 100%;
       padding: 2em 1em;
       text-align: center;
       color: rgba(0, 0, 0, 0.9);
       line-height: 150%; }
       .dropzone .dz-preview .dz-details .dz-size {
         margin-bottom: 1em;
         font-size: 16px; }
       .dropzone .dz-preview .dz-details .dz-filename {
         white-space: nowrap; }
         .dropzone .dz-preview .dz-details .dz-filename:hover span {
           border: 1px solid rgba(200, 200, 200, 0.8);
           background-color: rgba(255, 255, 255, 0.8); }
         .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
           overflow: hidden;
           text-overflow: ellipsis; }
           .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
             border: 1px solid transparent; }
       .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
         background-color: rgba(255, 255, 255, 0.4);
         padding: 0 0.4em;
         border-radius: 3px; }
     .dropzone .dz-preview:hover .dz-image img {
       -webkit-transform: scale(1.05, 1.05);
       -moz-transform: scale(1.05, 1.05);
       -ms-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
       transform: scale(1.05, 1.05);
       -webkit-filter: blur(8px);
       filter: blur(8px); }
     .dropzone .dz-preview .dz-image {
       border-radius: 20px;
       overflow: hidden;
       width: 120px;
       height: 120px;
       position: relative;
       display: block;
       z-index: 10; }
       .dropzone .dz-preview .dz-image img {
         display: block; }
     .dropzone .dz-preview.dz-success .dz-success-mark {
       -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
       -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
       -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
       animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
     .dropzone .dz-preview.dz-error .dz-error-mark {
       opacity: 1;
       -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
       -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
       -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
       animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
     .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
       pointer-events: none;
       opacity: 0;
       z-index: 500;
       position: absolute;
       display: block;
       top: 50%;
       left: 50%;
       margin-left: -27px;
       margin-top: -27px; }
       .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
         display: block;
         width: 54px;
         height: 54px; }
     .dropzone .dz-preview.dz-processing .dz-progress {
       opacity: 1;
       -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
       -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
       transition: all 0.2s linear; }
     .dropzone .dz-preview.dz-complete .dz-progress {
       opacity: 0;
       -webkit-transition: opacity 0.4s ease-in;
       -moz-transition: opacity 0.4s ease-in;
       -ms-transition: opacity 0.4s ease-in;
       -o-transition: opacity 0.4s ease-in;
       transition: opacity 0.4s ease-in; }
     .dropzone .dz-preview:not(.dz-processing) .dz-progress {
       -webkit-animation: pulse 6s ease infinite;
       -moz-animation: pulse 6s ease infinite;
       -ms-animation: pulse 6s ease infinite;
       -o-animation: pulse 6s ease infinite;
       animation: pulse 6s ease infinite; }
     .dropzone .dz-preview .dz-progress {
       opacity: 1;
       z-index: 1000;
       pointer-events: none;
       position: absolute;
       height: 16px;
       left: 50%;
       top: 50%;
       margin-top: -8px;
       width: 80px;
       margin-left: -40px;
       background: rgba(255, 255, 255, 0.9);
       -webkit-transform: scale(1);
       border-radius: 8px;
       overflow: hidden; }
       .dropzone .dz-preview .dz-progress .dz-upload {
         background: #333;
         background: linear-gradient(to bottom, #666, #444);
         position: absolute;
         top: 0;
         left: 0;
         bottom: 0;
         width: 0;
         -webkit-transition: width 300ms ease-in-out;
         -moz-transition: width 300ms ease-in-out;
         -ms-transition: width 300ms ease-in-out;
         -o-transition: width 300ms ease-in-out;
         transition: width 300ms ease-in-out; }
     .dropzone .dz-preview.dz-error .dz-error-message {
       display: block; }
     .dropzone .dz-preview.dz-error:hover .dz-error-message {
       opacity: 1;
       pointer-events: auto; }
     .dropzone .dz-preview .dz-error-message {
       pointer-events: none;
       z-index: 1000;
       position: absolute;
       display: block;
       display: none;
       opacity: 0;
       -webkit-transition: opacity 0.3s ease;
       -moz-transition: opacity 0.3s ease;
       -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
       transition: opacity 0.3s ease;
       border-radius: 8px;
       font-size: 13px;
       top: 130px;
       left: -10px;
       width: 140px;
       background: #be2626;
       background: linear-gradient(to bottom, #be2626, #a92222);
       padding: 0.5em 1.2em;
       color: white; }
       .dropzone .dz-preview .dz-error-message:after {
         content: '';
         position: absolute;
         top: -6px;
         left: 64px;
         width: 0;
         height: 0;
         border-left: 6px solid transparent;
         border-right: 6px solid transparent;
         border-bottom: 6px solid #be2626; }
/*jquery-comments.js 1.2.0

(c) 2017 Joona Tykkyläinen, Viima Solutions Oy
jquery-comments may be freely distributed under the MIT license.
For all details and documentation:
http://viima.github.io/jquery-comments/*/

.jquery-comments * {
	box-sizing: border-box;
	text-shadow: none;
}

.jquery-comments a[href] {
	color: #2793e6;
	text-decoration: none;
}

.jquery-comments a[href]:hover {
	text-decoration: underline;
}

.jquery-comments .textarea, .jquery-comments input, .jquery-comments button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;

	vertical-align: top;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: rgba(0, 0, 0, 0);
}

.jquery-comments button {
	vertical-align: inherit;
}

.jquery-comments .tag {
	color: inherit;
	background: #ddd;
	border: 1px solid #ccc;
	padding: 0.05em 0.4em;
	cursor: pointer;
	font-weight: normal;
	border-radius: 1em;
	transition: all 0.2s linear;
}

.jquery-comments .tag:hover {
	text-decoration: none;
	background-color: #d8edf8;
	border-color: #2793e6;
}

.jquery-comments [contentEditable=true]:empty:not(:focus):before{
    content:attr(data-placeholder);
    color: #CCC;
    position: inherit;
}

.jquery-comments i.fa {
	width: 1em;
	height: 1em;
	background-size: cover;
}

.jquery-comments i.fa.image:before {
	content: "";
}

.jquery-comments .spinner {
	text-align: center;
	padding: 0.5em;
	color: #666;
}

.jquery-comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jquery-comments .profile-picture {
	float: left;
	width: 3.6rem;
	height: 3.6rem;
	max-width: 50px;
	max-height: 50px;
}

.jquery-comments i.profile-picture {
	text-align: center;
}

.jquery-comments .profile-picture .round {
	border-radius: 50%;
}

.jquery-comments .commenting-field.main{
	margin-bottom: 0.75em;
}

.jquery-comments .commenting-field.main .profile-picture {
	margin-bottom: 1rem;
}

.jquery-comments .textarea-wrapper {
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}

.jquery-comments .textarea-wrapper .close {
	cursor: pointer;
	width: 1em;
	height: 1em;
	right: 0;
	z-index: 10;
	position: absolute;
	border: .5em solid rgba(0,0,0,0);
	box-sizing: content-box;
	font-size: inherit;
	opacity: 0.5;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jquery-comments .textarea-wrapper .close:hover {
	opacity: 1;
}

.jquery-comments:not(.mobile) .scrollable .textarea-wrapper .close {
	margin-right: 15px;	/* Because of scrollbar */
}

.jquery-comments .textarea-wrapper .close span {
	background: #999;
	width: 25%;
	left: 37.5%;
	height: 100%;
	position: absolute;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jquery-comments .textarea-wrapper .close .right {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jquery-comments .textarea-wrapper .textarea {
	margin: 0;
	outline: 0;
	overflow-y: auto;
	cursor: text;

	border: 1px solid #CCC;;
	background: #FFF;
	padding: .25em .8em;
	padding-right: 2em;
}

.jquery-comments:not(.mobile) .scrollable .textarea-wrapper .textarea {
	padding-right: calc(2em + 15px);	/* Because of scrollbar */
}

.jquery-comments .textarea-wrapper .control-row > span {
	float: right;

	color: #FFF;
	padding: 0 1em;
	margin-top: .4em;
	border: 1px solid rgba(0, 0, 0, 0);
	opacity: .5;
}

.jquery-comments .textarea-wrapper .control-row > span:not(:first-child) {
	margin-right: .5em;
}

.jquery-comments .textarea-wrapper .control-row > span.enabled {
	opacity: 1;
	cursor: pointer;
}

.jquery-comments .textarea-wrapper .control-row > span:not(.enabled) {
	pointer-events: none;
}

.jquery-comments .textarea-wrapper .control-row > span.enabled:hover {
	opacity: .9;
}

.jquery-comments .textarea-wrapper .control-row > span.upload {
	position: relative;
	overflow: hidden;
	background-color: #999;
}

.jquery-comments .textarea-wrapper .control-row > span.upload input {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	height: 100%;
}

.jquery-comments ul.navigation {
	clear: both;

	color: #CCC;
	border-bottom: 2px solid #CCC;
	margin-bottom: 0.5em;
}

.jquery-comments ul.navigation .navigation-wrapper {
	position: relative;
}

.jquery-comments ul.navigation li {
	display: inline-block;
	position: relative;
	padding: 0 1em;
	cursor: pointer;
	font-weight: bold;
	text-align: center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jquery-comments ul.navigation li.active,
.jquery-comments ul.navigation li:hover {
	color: #000;
}

.jquery-comments ul.navigation li.active:after {
	content: " ";
	display: block;
	right: 0;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.jquery-comments ul.navigation li[data-sort-key="attachments"] {
	float: right;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive {
	display: none;
}

@media screen and (max-width: 600px) {
	.jquery-comments ul.navigation .navigation-wrapper {
		display: none;
	}
	.jquery-comments ul.navigation .navigation-wrapper.responsive {
		display: inline;
	}
}

.jquery-comments.responsive ul.navigation .navigation-wrapper {
	display: none;
}
.jquery-comments.responsive ul.navigation .navigation-wrapper.responsive {
	display: inline;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive li.title {
	padding: 0 1.5em;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive li.title header:after {
    display: inline-block;
    content: "";
    border-left: 0.3em solid rgba(0, 0, 0, 0) !important;
    border-right: 0.3em solid rgba(0, 0, 0, 0) !important;
    border-top: 0.4em solid #CCC;
    margin-left: 0.5em;
    position: relative;
    top: -0.1em;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive li.title.active header:after,
.jquery-comments ul.navigation .navigation-wrapper.responsive li.title:hover header:after {
	border-top-color: #000;
}

.jquery-comments ul.dropdown {
	display: none;
	position: absolute;
	background: #FFF;
	z-index: 99;
	line-height: 1.2em;

	border: 1px solid #CCC;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.jquery-comments ul.dropdown.autocomplete {
	margin-top: 0.25em;
}

.jquery-comments ul.dropdown li {
	display: block;
	white-space: nowrap;
	clear: both;
	padding: 0.5em 1em;
	font-weight: normal;
	cursor: pointer;
}

.jquery-comments ul.dropdown li.active {
	background: #EEE;
}

.jquery-comments ul.dropdown li a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.jquery-comments ul.dropdown li .profile-picture {
	float: left;
	width: 2.4em;
	height: 2.4em;
	margin-right: 0.5em;
}

.jquery-comments ul.dropdown li .details {
	display: inline-block;
}

.jquery-comments ul.dropdown li .name {
	font-weight: bold;
}

.jquery-comments ul.dropdown li .email {
	color: #AAA;
	margin-top: 0.1em;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown {
	left: 0;
	width: 100%;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li {
	color: #000;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li.active {
	color: #FFF;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li:hover:not(.active) {
	background: #F5F5F5;
}

.jquery-comments ul.navigation .navigation-wrapper.responsive ul.dropdown li:after {
	display: none;
}

.jquery-comments .no-data {
	display: none;
	margin: 1em;
	text-align: center;
	color: #CCC;
}

.jquery-comments ul.main:empty ~ .no-comments {
	display: inherit;
}

.jquery-comments ul#attachment-list:empty ~ .no-attachments {
	display: inherit;
}

.jquery-comments ul.main li.comment {
	clear: both;
}

.jquery-comments ul.main li.comment .comment-wrapper,
.jquery-comments ul.main li.toggle-all,
.jquery-comments ul.main li.comment .commenting-field {
	padding: .5em;
}

.jquery-comments ul.main li.comment .comment-wrapper {
	border-top: 1px solid #DDD;
	overflow: hidden;
}

.jquery-comments ul.main > li.comment:first-child > .comment-wrapper {
	border-top: none;
}

.jquery-comments ul.main li.comment .comment-wrapper > .profile-picture {
	margin-right: .5rem;
}

.jquery-comments ul.main li.comment time {
	float: right;
	margin-left: .5em;
	color: #666;
}

.jquery-comments ul.main li.comment .name {
	line-height: 1.4em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jquery-comments ul.main li.comment .name a {
	color: inherit;
}

.jquery-comments ul.main li.comment .name .reply-to {
	color: #999;
	font-weight: normal;
	vertical-align: top;
}

.jquery-comments ul.main li.comment .name .reply-to i {
	margin-left: .5em;
	margin-right: .25em;
}

.jquery-comments ul.main li.comment .wrapper{
	line-height: 1.3em;
	overflow: hidden;
}

.jquery-comments.mobile ul.main li.comment .child-comments li.comment .wrapper{
	overflow: visible;
}


/* Content */
.jquery-comments ul.main li.comment .wrapper .content {
	white-space: pre-line;
	word-break: break-word;
}

.jquery-comments ul.main li.comment .wrapper .content a.attachment i {
	margin-right: 0.5em;
}

.jquery-comments ul.main li.comment .wrapper .content a.attachment > * {
	max-width: 100%;
	max-height: 200px;
	width: auto;
	height: auto;
	margin-top: .25em;
	margin-bottom: .25em;
}

.jquery-comments ul.main li.comment .wrapper .content time.edited {
	float: inherit;
	margin: 0;
	font-style: italic;
	color: #999;
}

.jquery-comments ul.main li.comment .wrapper .content time.edited:before {
	content: " - ";
}


/* Actions */
.jquery-comments.mobile ul.main li.comment .actions {
}

.jquery-comments ul.main li.comment .actions > * {
	color: #999;
	font-weight: bold;
}

.jquery-comments ul.main li.comment .actions .action {
	display: inline-block;
	cursor: pointer;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 12px;
}

.jquery-comments ul.main li.comment .actions .action:first-child {
	margin-left: 0;
}

.jquery-comments ul.main li.comment .actions .action.upvote {
	cursor: inherit;
}

.jquery-comments ul.main li.comment .actions .action.upvote .upvote-count {
	margin-right: .5em;
}

.jquery-comments ul.main li.comment .actions .action.upvote .upvote-count:empty {
	display: none;
}

.jquery-comments ul.main li.comment .actions .action.upvote i {
	cursor: pointer;
}

.jquery-comments ul.main li.comment .actions .action:not(.upvote):hover,
.jquery-comments ul.main li.comment .actions .action.upvote:not(.highlight-font) i:hover {
	color: #666;
}

.jquery-comments ul.main li.comment .actions .action.delete {
	opacity: 0.5;
	pointer-events: none;
}

.jquery-comments ul.main li.comment .actions .action.delete.enabled {
	opacity: 1;
	pointer-events: auto;
}

.jquery-comments ul#attachment-list li.comment .actions .action:not(.delete) {
	display: none;
}

.jquery-comments ul#attachment-list li.comment .actions .action.delete {
	margin: 0;
}

.jquery-comments ul#attachment-list li.comment .actions .separator {
	display: none;
}


/* Child comments */
.jquery-comments ul.main li.comment .child-comments > *:before { /* Margin for second level content */
	content: "";
	height: 1px;
	float: left;

	width: calc(3.6em + .5em);	/* Profile picture width plus margin */
	max-width: calc(50px + .5em);	/* Profile picture max width plus margin */
}

.jquery-comments ul.main li.comment .child-comments .profile-picture {
	width: 2.4rem;
	height: 2.4rem;
}

.jquery-comments ul.main li.comment .child-comments i.profile-picture {
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all {
	padding-top: 0;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all span:first-child {
	vertical-align: middle;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all span:first-child:hover {
	cursor: pointer;
	text-decoration: underline;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all .caret {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;

	margin-left: .5em;
	border: .3em solid;
	margin-top: .35em;

	border-left-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0);
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all .caret.up {
	border-top-color: rgba(0, 0, 0, 0);
	border-bottom-color: inherit;
	margin-top: -.2em;
}

.jquery-comments ul.main li.comment .child-comments .hidden-reply {
	display: none;
}

.jquery-comments ul.main li.comment .child-comments .visible {
	display: inherit;
}

/* Editing comment */
.jquery-comments ul.main li.comment.edit > .comment-wrapper > *:not(.commenting-field) {
	display: none;
}

.jquery-comments ul.main li.comment.edit > .comment-wrapper .commenting-field {
	padding: 0 !important;	/* Parent element has the padding */
}

/* Drag & drop attachments */
.jquery-comments.drag-ongoing {
	overflow-y: hidden !important;
}

.jquery-comments .droppable-overlay {
	display: table;
	position: fixed;
	z-index: 99;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3)
}

.jquery-comments .droppable-overlay .droppable-container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.jquery-comments .droppable-overlay .droppable-container .droppable {
	background: #FFF;
	color: #CCC;
	padding: 6em;
}

.jquery-comments .droppable-overlay .droppable-container .droppable.drag-over {
	color: #999;
}

.jquery-comments .droppable-overlay .droppable-container .droppable i {
	margin-bottom: 5px;
}

/* Read-only mode */
.jquery-comments.read-only .commenting-field {
	display: none;
}
.jquery-comments.read-only .actions {
	display: none;
}
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}


/* Optional scoped theme for tag-it which mimics the zendesk widget. */


ul.tagit {
    border-style: solid;
    border-width: 1px;
    border-color: #C6C6C6;
    background: inherit;
}
ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;

    background: none;
    background-color: #DEE7F8;

    font-weight: normal;
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #555;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #777;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
.ui-widget {
    font-size: 1.1em;
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
.tagit-autocomplete.ui-autocomplete { position: absolute; cursor: default; }
* html .tagit-autocomplete.ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.tagit-autocomplete.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.tagit-autocomplete.ui-menu .ui-menu {
    margin-top: -3px;
}
.tagit-autocomplete.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.tagit-autocomplete.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.tagit-autocomplete.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff 50% 50% repeat-x; color: #222222; }
.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; }
.tagit-autocomplete .ui-state-active  { border: 1px solid #aaaaaa; }

.tagit-autocomplete .ui-widget-content { border: 1px solid #aaaaaa; }
.tagit .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px,1px,1px,1px); }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.tagit-autocomplete { position: absolute; cursor: default;z-index:9999 !important;}  

/* Popup */
.left-panel-profile-info {
	background-color: #fff;
	position: fixed;
	left: 70px;
	width: 300px;
	color: #000;
	z-index: 100;
	height: 100%;
	display: none;
}
.aq-bg {
	position: fixed;
	left: 70px;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
.left-panel-profile-inner span.aq-stats {
	float: right;
}
.left-panel-profile-inner span.aq-views {
	margin-right: 10px;
}
.left-panel-profile-inner {
	padding: 40px;
}
.aq-full-name {
	font-size: 18px;
}
.lp-profile-action {
	margin: 40px 0px;
}
.lp-user-aquariums h3 {
	font-size: 16px;
}
.lp-profile-action, .lp-profile-action a {
	font-size: 12px;
	color: #297fb9;
}
.lp-user-aquariums li a {
	font-size: 12px;
}
.lp-user-aquariums li {
	margin: 24px 0px;
}
.left-panel-profile-inner .user-name {
	font-size: 12px;
}
.lp-footer-actions {
	margin-top: 60px;
}
.aq-photo-item-thumb img {
	width: 100%;
}
.aq-comment-user {
	display: inline-block;
	width: 18%;
}
.um-user-gallery-image-options {
	display: none;
}
.um-user-gallery-left:hover .um-user-gallery-image-options {
	display: block;
}
.aq-comment-text-area {
	display: block;
}
.aq-comment-text-area textarea {
	/* border-left: 0px; */
	width: 100%;
	/* background: aliceblue; */
	/* border-right: 0px; */
	/* border-top: 2px solid #333; */
	/* border-bottom: 2px solid #333; */
	border-radius: 0px;
}
.aq-comment-user img {
	border-radius: 50%;
	padding: 8px 0px;
}
.um-user-gallery-comment-section li {
	list-style: none;
	margin-bottom: 10px;
}
.aq-gallery-comment-list {
	overflow: auto;
	height: 200px;
}
.um-user-gallery-comment-section form#aq-gallery-comment-form {
	padding-top: 0px;
}
.um-user-gallery-comment-section .avatar {
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
.um-user-gallery-comment-section .comment-author {
	float: left;
	width: 18%;
}
.um-user-gallery-comment-section .comment-body:after {
	clear: both;
	display: block;
	content: "";
}
.aq-comment-txt:after {
	display: block;
	content: "";
	clear: both;
}
.aq-comment-txt > span {
	padding-right: 6px;
}
.aq-comment-txt > span, .aq-comment-txt > p {
	display: inline;
	color: #7d7d7d;
}
.aq-comment-txt {
	display: inline-block;
	float: left;
	width: 82%;
}
.aq-comment-txt .fn {
	color: #222c39;
}
.um-user-gallery-comment-section .comment-meta.commentmetadata a {
	color: #c5c5c5;
}
.um-user-gallery-arrow {
	position: absolute;
	z-index: 99;
	top: calc(50% - 37px);
	font-size: 74px;
}
#um-gallery-modal a, .um-user-gallery-arrow a, .um-user-gallery-arrow a:hover, .um-user-gallery-arrow a:focus {
	outline: 0 !important;
	border: 0px;
	text-decoration: none;
}
.um-user-gallery-arrow a {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
.um-user-gallery-arrow a:hover i, .um-user-gallery-options a:hover {
	color: #e6e6e6;
}
.um-user-gallery-arrow.aqm-right-gallery-arrow {
	right: 28px;
}
.um-user-gallery-arrow.aqm-left-gallery-arrow {
	left: 28px;
}
[class*='um-gallery-col-'] {
	/*float: left;*/
}
[class*='um-gallery-col-']:last-of-type {
	padding-right: 0;
}
.um-gallery-col-1-4 {
}
.um-gallery-item-wrapper {
	display: block;
}
.um-gallery-item-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.um-gallery-mask {
	position: absolute;
	overflow: hidden;
	bottom: 8px;
	width: 100%;
	left: 8px;
}
.um-gallery-mask a {
	display: none;
	font-size: 18px;
	padding: 0px 0px 3px 6px;
	background: #3ba1da;
	color: #fff !important;
	border-radius: 50%;
	width: 20px;
	height: 24px;
}

@media (max-width: 480px) {
.um-gallery-slideshow .um-gallery-inner.item img {
	width: 100%;
}
}
.um-gallery-inner:hover .um-gallery-mask a {
	display: block;
}
.um-gallery-inner {
	position: relative;
	padding: 1px;
}
.um-gallery-item {
}
.um-gallery-item:last-child {
}
div.um-gallery-slideshow .um-gallery-inner img {
	margin: 0 auto !important;
	max-height: 600px;
}
.um-profile .um-gallery-carousel {
	margin: auto;
}


/* Begin Styling */
.um-gallery-popup {
	position: relative;
	padding: 0px;
	margin: 20px auto;
	border-radius: 3px;
	min-height: 200px;
}
.um-gallery-form-header input#album_name {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #eee;
	padding-left: 6px;
}
input#savePhoto {
	margin-right: 10px;
	width: 100%;
	margin-bottom: 4px;
}
#um-gallery-caption-edit{
	text-decoration: none;
}
.um-gallery-img {
	position: relative;
}
.um-gallery-action {
	position: absolute;
	overflow: hidden;
	top: 8px;
	left: 8px;
}
.um-gallery-action > a{
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
	padding: 0px 0px 3px 6px;
	font-size: 16px;
	background: #3ba1da;
	color: #fff !important;
	border-radius: 50%;
	width: 20px;
	height: 24px;
}
.um-gallery-img:hover .um-gallery-action > a {
	display: inline-block !important;
	visibility: visible;
  opacity: 1;
}
.um-gallery-form-header textarea#album_description {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #eee;
	padding: 6px;
}
div.um-gallery-popup .um-gallery-upload, .um-gallery-pro-video-wrapper {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	line-height: 1em;
}
div.um-gallery-popup .um-gallery-upload span.icon {
	display: block;
	font-size: 80px;
	line-height: 80px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin: 0 auto;
}
div.um-gallery-popup .um-gallery-upload span.str {
	display: block;
	margin: 0 0 15px;
}
.um-user-gallery-box {
	position: relative;
	background: #FFF;
	padding: 0px;
	width: auto;
	max-height: 533px;
	max-width: 1063px;
	margin: 20px auto;
}
.um-user-gallery-inner {
	background-color: #fff;
}
.um-user-gallery-inner > div {
	float: left;
}
.um-user-gallery-inner:after {
	content: "";
	clear: both;
	display: block;
}
.um-user-gallery-left {
	width: 70%;
	position: relative;
	background-color: #000;
}
.um-user-gallery-image-wrap {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.um-user-gallery-image-wrap .image-holder {
	width: 100%;
	height: 533px;
}
.um-user-gallery-right {
	width: 30%;
	text-align: left;
}
.um-user-gallery-right .um-user-gallery-right-inner{
	padding: 15px 15px 8px;
	overflow: auto;
	max-height: 533px;
	position: relative;
}
.um-user-gallery-image-options {
	position: absolute;
	bottom: 0px;
	z-index: 99;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 40px;
	text-align: right;
	line-height: 40px;
	color: #fff;
	font-size: 11px;
}
.um-user-gallery-options {
	padding-right: 25px;
	display: block;
}
.um-user-gallery-image-options a {
	color: #fff;
}
.um-user-gallery-desc-section {
	padding: 20px 30px;
	min-height: 130px;
	overflow: auto;
	color: #7a7a7a;
}
.um-user-gallery-comment-section {
	background-color: #f7f7f7;
	padding: 35px 20px;
	min-height: 210px;
	overflow: auto;
}
.um-user-gallery-title-secion {
	padding: 28px 0px;
}
a.um-user-gallery-post-btn {
	display: block !important;
	background: #8a0000;
	color: #fff !important;
	margin-top: 10px;
}
.um-user-gallery-title {
	margin-top: 20px;
    font-size: 12px;
    line-height: 14px;
}
#um-gallery-photo-form {
    margin-top: 20px;
}
#um-user-gallery-description {
	margin-top: 20px;
	font-size: 12px;
	line-height: 14px;
}
.um-user-gallery-tab ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.um-user-gallery-tab ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 50%;
}
.um-user-gallery-tab ul li a {
	padding: 10px 20px;
	background: #ccc;
	width: 100%;
	display: block;
	text-align: center;
}
.umgc-comment {
}
.umgc-name {
}
.umgc-text {
}

.um-user-gallery-modify {
	display: none;
}
.um-user-gallery-modify > div {
	margin-bottom: 10px;
}
.um-user-gallery-modify input[type=text], .um-user-gallery-modify textarea {
	width: 100%;
}
.um-gallery-caption-edit-wrapper {
	margin-top: 0px;
}
.um-gallery-title a {
	padding: 4px;
}
/*
.um-gallery-album-list {
}
.um-gallery-grid-item {
	margin: 4px;
	cursor: pointer;
	float: left;
	position: relative;
	border: 1px solid #ddd;
	width: 150px;
	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

.um-gallery-album-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-around;
}

.um-gallery-album-list .um-gallery-grid-item {
    background-color: white;
    border-radius: 5px;
    list-style-type: none;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    /*-webkit-flex-grow: 1;
    -ms-flex-positive: 1;*/
    flex-grow: 1;
    overflow: hidden;
    margin-bottom: 10px;
    /*margin-top: 32px;*/
    max-width: 320px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55),-webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    flex-basis: 30%;
}

.um-gallery-inner {
	background: #fff;
}
.um-gallery-img {
/* border-bottom: 1px solid #eee; */
}

.um-gallery-img a {
	display: block;
}
.um-gallery-info {
	min-height: 40px;/* padding: 4px; */
}
.um-gallery-title, .um-gallery-title a {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	display: block;
	box-shadow: none !important;
	border-bottom: 0px;
}
.um-gallery-count{
	font-size: 10px;
	padding: 4px;
}
.um-gallery-album-head{
	text-align: center;
}
.um-gallery-title h2 {
	font-size: 11px;
	font-weight: 600;
	height: 18px;
	margin: 0;
	padding: 8px;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff;
	background: rgba(255,255,255,.65);
}
.um-gallery-form-field {
	margin-bottom: 10px;
}
a.um-gallery-form.um-gallery-btn,
.um-gallery-btn {
	margin-left: 4px;
	padding: 4px 8px;
	position: relative;
	top: -3px;
	text-decoration: none;
	border: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #f7f7f7;
	text-shadow: none;
	font-weight: 600;
	font-size: 13px;
	line-height: normal;
	color: #0073aa;
	cursor: pointer;
	outline: 0;
}
.um-gallery-album-back i {
	font-size: 11px;
}
.um-gallery-album-list a{
	text-decoration: none;
}
.um-user-gallery-user {
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}

.um-user-gallery-user .avatar {
	border-radius: 50%;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.um-user-gallery-user a{
	font-size: 12px;
}
a#um-gallery-caption-edit {
	font-size: 12px;
}
body.admin-bar div#um-gallery-modal {
	margin-top: 38px;
	max-width: 90%;
}

.um-gallery-pro-action-buttons ul {
	margin: 0px;
	padding: 0px;
}
.um-gallery-pro-action-buttons i {
	font-size: 18px;
}
.um-gallery-pro-action-buttons li {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #bbb;
	border: 1px solid transparent;
	border-top: 2px solid #fff;
	margin-bottom: -2px;
	background: #fff;
	border-top-color: #eeeeee;
	border-left-color: #eeeeee;
	border-right-color: #eeeeee;
}
.um-gallery-pro-action-buttons li.active,
.um-gallery-pro-action-buttons li:hover{
	border-top-color: #3ba1da;
	border-left-color: #eeeeee;
	border-right-color: #eeeeee;
}
.image-holder iframe {
	height: 100%;
	/*padding: 20px 20px 40px 20px;*/
	padding: 0px;
	text-align: center;
	display: block;
}
.um-gallery-form-tabs > div {
	display: none;
}
.um-gallery-form-tabs > div:first-child {
	display: block;
}
.um-gallery-form-field #video_url{
	margin-bottom: 10px;
}
.um-gallery-pro-video-list > div {
	display: inline-block;
	width: 171px;
	margin: 2px 4px 2px 0px;
}
.um-gallery-grid {
    margin: 0 auto;
    padding: 0 1rem;
}
.um-gallery-grid {
	display: block;
}
.um-gallery-grid .um-gallery-inner img {
	max-width: 100%;
	vertical-align: middle;
	margin: 0 auto !important;
}
.um-gallery-grid  .um-gallery-inner > a {
	display: block;
	vertical-align: middle;
	box-shadow: none;
	border: 0px;
}

@media screen and (min-width: 600px) {
  .um-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .um-gallery-grid .um-gallery-item{
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .um-gallery-grid .um-gallery-item {
    width: calc(100% / 3);
  }
}

.um-gallery-album-list .um-gallery-img {
	display: block;
	/*background: #000;*/
}
.um-gallery-album-list .um-gallery-img a {
	color: transparent;
}
.um-gallery-album-list:after {
	content: "";
	clear: both;
	display: block;
}
.um-gallery-video-image img {
	height: 100%;
	width: 100%;
}
div#um-gallery-modal{
	transition: max-width 0.5s;
}

.um-user-gallery-close {
    width: 20px;
    height: 20px;
    color: #444;
    fill: #444;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

a.profile-picture img {
    width: 30px;
    height: auto;
}

.gallery-open {
	overflow: hidden;
}
/**
 * Masonry
 */
@media only screen and (min-width: 768px) {
	.um-gallery-masonry .um-gallery-item{
	    min-width: 100px;
	    float: left;
	    width: 100%;
	    width: 33.33%;
	}
}
.um-gallery-masonry  .um-gallery-overlay {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    transition: .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.6);*/
    background-image: linear-gradient(180deg,rgba(0,0,0,.2) 0,transparent 40%,transparent 60%,rgba(0,0,0,.3));
    top: 0;
    z-index: 100;
}
.um-gallery-masonry  .um-gallery-img-actions {
    position: absolute;
    bottom: 4px;
    right: 16px;
    color: #fff;
    text-shadow: 0 0 5px #333;
}
.um-gallery-masonry .um-gallery-img-actions a{
    color: #fff;
    text-shadow: 0 0 5px #333;
    text-decoration: none;
    border-bottom: 0px;
    box-shadow: none !important;
}
.um-gallery-masonry .um-gallery-img-info {
    position: absolute;
    bottom: 4px;
    left: 16px;
    color: #fff;
    text-shadow: 0 0 5px #333;
}

.um-gallery-masonry  .um-gallery-img-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block !important;
}

.um-gallery-masonry .um-gallery-img-info a {
    color: #fff;
    font-size: 14px;
    font-family: arial;
    text-decoration: none;
    border-bottom: 0px;
    box-shadow: none !important;
}

.um-gallery-masonry .um-gallery-img-info img {
    margin-right: 10px;
}
.um-gallery-masonry .um-gallery-item:hover .um-gallery-overlay {
    visibility: visible;
    opacity: 1;
}
/*
	Full Screen
 */
body.gallery-full-screen div#um-gallery-modal {
	margin: 0px;
	padding: 0px !important;
	width: 100%;
	max-width: 100% !important;
}

body.gallery-full-screen .um-user-gallery-right {
	display: none;
}

body.gallery-full-screen .um-user-gallery-left {
	width: 100%;
}

body.gallery-full-screen .mfp-container {
	padding: 0px;
	margin: 0px;
}

.um-user-gallery-image-options-1 {
	position: absolute;
	bottom: 0px;
	z-index: 102;
	height: 40px;
	text-align: left;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	padding-left: 15px;
	display: none;
}

.um-user-gallery-left:hover .um-user-gallery-image-options-1 {
	display: block;
}

.um-user-gallery-image-options-1 a{
	color: #fff;
}

ul.tagit li.tagit-choice {
    font-size: 12px;
}
@media screen and (max-width: 480px) {
	.um-gallery-grid-item {
		/*width: 100%;
		text-align: center;
		float: none;*/
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.um-gallery-img img {
		text-align: center;
		margin: 0 auto !important;
		display: block;
	}
	.um-gallery-action {
		position: relative;
		top: 0px;
		right: 0px;
	}

	.um-gallery-action > a {
		visibility: visible;
		opacity: 1;
		width: 100%;
		border-radius: 0px;
		text-align: center;
		margin: 4px 0px;
	}

	.um-gallery-album-list .um-gallery-img {
		height: inherit;
	}
	.um-gallery-mask {
		position: relative;
		bottom: 0px;
		left: 0px;
		margin-top: 6px;
	}
	.dropzone .dz-preview {
		margin: 4px;
	}
	a.um-gallery-delete-item {
		display: block;
		width: 100%;
		border-radius: 0px;
		text-align: center;
	}
	.um-user-gallery-inner > div {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.um-user-gallery-image-wrap .image-holder {
		height: 320px;
	}
}

.um-modal-progress .um-gallery-spinner{
	display: none;
}
.um-gallery-spinner {
  margin: 0px auto;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}

.widget_recent_photos .um-gallery-grid .um-gallery-inner img {
	width: 100px;
}

.widget_recent_photos .um-gallery-grid  .um-gallery-inner > a {
	height: auto;
}

.widget_recent_photos .um-gallery-mask{
	display: none;
}
.um-gallery-spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.um-gallery-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.um-gallery-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.um-gallery-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.um-gallery-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
/**
 * Recent photos widget/shortcode
 */
.um-gallery--recent-photos {
	margin: 0px;
	padding: 0px;
}
.um-gallery--recent-photos:after {
	clear: both;
	display: block;
	content: '';
}
.um-gallery--recent-photos-curved span{
	border-radius: 6px;
}
.um-gallery--recent-photos li {
	float: left;
	padding: 0px !important;
	list-style: none;
}

.um-gallery--recent-photos li.um--gallery-col-2 {
	width: calc(100% / 2);
}

.um-gallery--recent-photos li.um--gallery-col-3 {
	width: calc(100% / 3);
}

.um-gallery--recent-photos li.um--gallery-col-4 {
	width: calc(100% / 4);
}

.um-gallery--recent-photos li a {
	padding-right: 20px;
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 0px !important;
	box-shadow: none !important;
}

.um-gallery--recent-photos img {
	opacity: 0;
}

.um-gallery--recent-photos span {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
}
.um-gallery-tag {
    display: inline-block;
    padding: 4px 10px;
    color: #71767a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #b9c1c7;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 11px;
    margin: 0 0px 0px 0;
    background-color: #fff;
}

#um-gallery-comments.jquery-comments{
	font-size: 12px;
	margin-top: 16px;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
  }  20% {
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
  }
}
