@import url("common.css");
@import url("footer.css");
@import url("header.css");
@import url("gallery.css");

body {
    background: #d4dce4;
}

.disabled {
    display: none;
}

#main {
	display:table;
	margin: 0px auto;
	min-height: calc(100vh - 130px);
	width: 1100px;
}

.sprite {
	background-image: url(../images/sprites/user@1x.png);
	background-image: -webkit-image-set(url(../images/sprites/user@1x.png) 1x, url(../images/sprites/user@2x.png) 2x);
	background-repeat: no-repeat;
	background-size: 200px;
}

#left-column {
	background-color: #80a8cc;
	display: table-cell;
	height: 200px;
	vertical-align: top;
	width: 310px;
}

#right-column {
	display: table-cell;
	padding: 20px 0px 130px 20px;
	vertical-align: top;
	width: 770px;
}

/* CARD */
#card-container {
	padding: 20px 35px;
	width: 240px;
}

#card-avatar {
	background-color: #fff;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 5px #b8d1e7 solid;
	border-radius: 50%;
	height: 130px;
	margin: 0px auto;
	width: 130px;
}

#card-username {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	margin-top: 15px;
	text-align: center;
}

#card-date {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

#card-about {
	color: #c6dbed;
	font-size: 12px;
	font-weight: 400;
	margin-top: 20px;
	text-align: center;
}

#media {
	background-color: #3d6f9c;
	box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	height: 43px;
	padding: 22px 0px 0px 0px;
	text-align: center;
	width: 310px;
}

#media > .media-item {
	display: inline-block;
	height: 21px;
	margin: 0px;
	margin: 0px 8px;
}

#media > .media-item.disabled {
	display: none;
}

#media-twitter {
	background-position: 0px 0px;
	width: 21px;
}

#media-facebook {
	background-position: -25px 0px;
	width: 21px;
}

#media-instagram {
	background-position: -50px 0px;
	width: 21px;
}

#media-flickr {
	background-position: -75px 0px;
	width: 21px;
}

#media-youtube {
	background-position: -100px 0px;
	width: 21px;
}

#media-website {
	background-position: -125px 0px;
	width: 21px;
}

/* ADVERTISING */
#advertising {
	background-color: #fff;
	height: 250px;
	padding: 5px;
	width: 300px;
}

/* ACTIVITY */
#activity-container {
	padding-bottom: 150px;
	width: 310px;
}

#activity-title {
	color: #436a8d;
	font-size: 15px;
	font-weight: 600;
	margin: 20px 0px 0px 20px;
}

#activity-prev-container {
	height: 49px;
	margin-left: 30px;
	margin-top: 20px;
	position: relative;
}

#activity-next-container {
	height: 34px;
	margin-left: 30px;
	position: relative
}

#activity-container .line {
	background-color: #5886b0;
	height: 100%;
	left: 16px;
	position: absolute;
	top: 0px;
	width: 2px;
}

 .button-border {
	background-color: #80a8cc;
	border: 2px solid #5886b0;
	border-radius: 50%;
	height: 26px;
	left: 0px;
	padding: 2px 2px;
	position: absolute;
	width: 26px;
}

#activity-prev-border {
	top: 0px;
}

#activity-next-border {
	bottom: 0px;
}

#activity-container .button {
	background-color: #3d6f9c;
	border-radius: 50%;
	height: 26px;
	width: 26px;
}

#activity-container .button.active {
	background-color: #3d6f9c;
	cursor: pointer;
}

#activity-container .button.active:hover {
	background-color: #5886b0;
}

#activity-container .button:not(.active) {
	background-color: #5886b0;
}

#activity-prev-button.active {
	background-position: 0px -30px;
}

#activity-next-button.active {
	background-position: -30px -30px;
}

#activity-prev-button:not(.active) {
	background-position: -60px -30px;
}

#activity-next-button:not(.active) {
	background-position: -90px -30px;
}

#activity-items-container {
	margin-left: 30px;
	overflow: hidden;
	width: 280px;
}

#activity-items-container > .item {
	height: 85px;
	width: 100%;
}

#activity-items-container > .item > .left {
	float: left;
	height: 100%;
	position: relative;
	width: 50px;
}

#activity-items-container > .item .item-border {
	background-color: #80a8cc;
	border: 2px solid #5886b0;
	border-radius: 50%;
	height: 6px;
	left: 8px;
	padding: 4px 4px;
	position: absolute;
	width: 6px;
}

#activity-items-container > .item .item-border > .item-dot {
	background-color: #5886b0;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

#activity-items-container > .item > .right {
	float: left;
	height: 100%;
	width: 230px;
}

#activity-items-container > .item .title {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

#activity-items-container > .item .date {
	color: #3d6f9c;
	font-size: 12px;
}

#activity-items-container > .item .preview-container {
	height: 34px;
	margin-top: 3px;
	position: relative;
}

#activity-items-container > .item .preview {
	background-color: #5685B2;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #80a8cc;
	border-radius: 50%;
	height: 34px;
	position: absolute;
	top: 0px;
	width: 34px;
}

/* STATS */
#stats-container {
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	height: 70px;
	padding-top: 10px;
	width: 770px;
}

#stats-container > .item-container {
	border-right: 1px solid #e9eef5;
	float: left;
	height: 60px;
	width: 191px;
}

#stats-container > .item-container:last-child {
	border: none;
}

#stats-container > .item-container > .label {
	color: #a6adb7;
	font-size: 15px;
	font-weight: 300;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#stats-container > .item-container > .value {
	color: #43484d;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

/* GALLERY MENU */
#gallery-menu-container {
	background-color: #dde7f0;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	height: 32px;
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
}

#gallery-menu-container > li {
	float: left;
}

#gallery-menu-container > li > a {
	display: block;
	color: #343639;
	font-size: 11px;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	padding: 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

#gallery-menu-container > li > a:hover:not(.active) {
	background-color: #eaf3fa;
}

#gallery-menu-container > li > a.active {
	background-color: #80a8cc;
	color: #fff;
}

/* GALLERY */
#gallery-container {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#gallery-container .comment {
	margin-bottom: 30px;
	width: 770px;
}

#gallery-container .comment:last-child {
	margin-bottom: 40px;
}

#gallery-container .comment::after {
	content: '';
	clear: both;
	display: block;
}

#gallery-container .comment > ul {
	float: left;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	width: 243px;
}

#gallery-container .comment > ul > .gallery-item {
	margin: 0px;
}

#gallery-container .comment > .content-container {
	background-color: #fff;
	border-radius: 4px;
	float: left;
	margin-left: 20px;
	padding: 20px;
	position: relative;
	width: 467px;
}

#gallery-container .comment > .content-container > .arrow {
	background-position: 0px -65px;
	height: 20px;
	left: -10px;
	position: absolute;
	top: 20px;
	width: 20px;
}

#gallery-container .comment > .content-container > .header::after {
	content: '';
	clear: both;
	display: block;
}

#gallery-container .comment > .content-container > .header > .username {
	color: #43484d;
	font-size: 15px;
	font-weight: 600;
	float: left;
}

#gallery-container .comment > .content-container > .header > .date {
	color: #b0bbc9;
	font-size: 12px;
	float: right;
}

#gallery-container .comment > .content-container > .text {
	color: #43484d;
	font-size: 13px;
	margin-top: 20px;
	word-wrap: break-word;
}

#gallery-container .comment > .content-container > .text .emoji {
	display: inline-block;
	height: 18px;
	margin: -2px 0px 0px 0px;
	vertical-align: middle;
	width: 18px;
}

#gallery-container .comment > .content-container > .text a {
    color: #0F72DA;
    text-decoration: none;
}

#gallery-container .comment > .content-container > .text a:hover {
    text-decoration: underline;
}

/* GALLERY FOOTER */
#gallery-footer {
	margin-top: 10px;
	text-align: center;
	width: 770px;
}

#gallery-footer > .button {
	background-color: #b0bbc8;
	border-radius: 2px;
	display: inline-block;
	height: 35px;
	margin: 0px 3px 37px 3px;
	width: 80px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

#gallery-footer > .button:hover {
    background-color: #c1cbd7;
}

#gallery-footer > .button.disabled {
    display: none;
}

#gallery-footer > .button.prev {
	background-position: 0px -25px;
}

#gallery-footer > .button.next {
	background-position: -80px -25px;
}