* {
	margin: 0;
	
}
#image-title>h3 {
	display: inline;
}
#share-buttons img {
	margin-top: -5px;
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}
#share-buttons a:hover, #share-buttons a:active{
	text-decoration: none;
}
#image-title>#share-buttons {
	display: inline;
}
.list-styles {
	list-style-type: none;
}
.list-styles>li>a {
	color: black;
}
.liked {
	color: #5A9367;
}
html, body{
	/* FFF8E8 F7FFF7 FF6B6B 7BAE7F EDDEA4 45B69C*/ 
	height: 100%; 
	font-family: Inconsolata;
	color: black;
}
.error {
	color: #DE1A1A;
	font-weight: bolder;
}
.success {
	color: #306B34;
	font-weight: bolder;
}
.comment-profile-pic {
	display: block;
	float: left;
	margin-right: 10px;
	width: 10%;
}
div.comment-details {
	display: block;
	margin-left: 10px;
}
div.comment-details>p{
	margin-bottom: 2px !important;
}
#list-comments > tbody > tr > td {
	border-top: none;
}
div.comment-details > p.comment-points{
	font-size: 0.9em;
	color: grey;
}
.user-profile-pic {
	height: 50px;
	width: 50px;
}
.uploader {
	padding-top: 25px;
}
#uploader-details {
	margin-left: -25px;
}
#uploader-details>p {
	font-size: 1.1em;
}
@media (max-width: 960px){
	#uploader-details {
		margin-left: 0;
		display: block;
	}
}	
#carousel-recommend .item {
	margin: 3px;
}
#carousel-recommend .item img{
	display: block;
  	width: 100%;
  	height: 120px;
}
.brand-font {
        font-family: 'Lobster' , cursive;
 }
 /*Social Links Homepage*/

ul.social-welcome{
	list-style: none;
	text-align: center;
	float: none;
}
ul.social-welcome>li{
	display: inline;
	float: none;
	padding: 10px;
}
ul.social-welcome>li>a{
	color: black;
}
/* Categories*/

ul.browse-categories {
	list-style: none;
	float: none;
}
ul.browse-categories>li {
	display: inline;
}
ul.browse-categories > li > a > button {
	margin: 10px;
}
/*Homepage image */
/*Avatar */
.avatar-display {
	display: block;
	margin: 0 auto;
	width: 190px;
	height: 190px;
	margin-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#user-avatar-display {
	display: block;
	width: 170px;
	height: 170px;
	margin-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#avatar-preview {
	margin: 0 auto;
	display: block;
	width: 256px;
	height: 256px;
}
/* Navbar Styling*/
#app-layout > nav {
	background-color: transparent;
	border: none;
}
#app-layout > nav > div > div.navbar-header > a {
	font-size: 30px;
	color: black;

}
#navbar-collapse > ul > li > a {
	color: black;
}
#navbar-collapse > ul > li {
	margin-left: 5px;
}
/* Masonry Grid Styling*/

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
div.grid-item.col-md-4 {
	padding: 5px;
}
.grid-item img {
	display: block;
	max-width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.grid-item img:hover{
	filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
	opacity: 0.7;
}
/* Images */
#image-container>img{
	padding-left: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Forms and Buttons */

.image-view-buttons>button,  .image-view-buttons>form>button{
	background-color: transparent;
	border: none;
	width: 100px;
	height: 30px;
}
.image-view-buttons>form {
	display: inline;
}
.image-view-buttons>button:hover, .image-view-buttons>form>button:hover {
	background-color: #B2E6D4;
}
.image-rename-button {
	background-color: transparent;
	border: none;
}
.btn-custom {
	background-color: white;
	width: 180px;
	height: 40px;
	color: black;
	border-radius: 5px;
	border-color: black;
}
.btn-custom:active, .btn-custom:focus, #image-rename-button {
	outline: none !important;
}
.search-input{
    outline: none;
    border: 2px solid black;
    border-radius: 20px;
    padding-left: 5px;
    width: 100%;
    height: 35px;
    display: inline;
}
.custom-textarea {
	outline: none;
	border: 2px solid black;
	padding-left: 5px;
	width: 100%;
	border-radius: 5px;
}
.custom-input {
	outline: none;
	border: 2px solid black;
	padding-left: 5px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
}
.custom-error-input{
	outline: none;
	border: 2px solid #DE1A1A;
	padding-left: 5px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
}

.user-display-details {
	margin-top: 30px;
}

@media (max-width: 960px){
	ul.social-welcome{
	 	list-style: none;
	 	text-align: center;
	 	float: none;
 	}
	ul.social-welcome>li{
	 	display: block;
	 	float: none;
	 	padding: 0;
	 	padding-bottom: 5px;
	}
	.user-display-details{
		margin-top: 0px;
		text-align: center;
	}
	.user-avatar-display {
		display: block;
		margin: 0 auto;
		width: 190px;
		height: 190px;
		margin-bottom: 10px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
}
#upload-details {
	margin-top: 10px;
}
#upload-details>p {
	font-size: 1.1em;
}



