/* Base CSS3 */
/* *//* *//* */
a {
	text-decoration: none;
	color: #FFF; }
header {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%; }
h1 {
	color: #fff;
	font-size: 20px;
    display: block;
	margin-top: -5px;
	margin-block-start: 0px;
    margin-block-end: 24px; }
h2 {
	color: #fff;
	font-size: 16px;
	display: block;
	margin-top: -5px;
	margin-block-start: 0px;
	margin-block-end: 0px;
	padding-left: 11px; }
#header {
	max-width: 1200px;
	margin: 0px auto;
	padding: 50px; }
.hl img {
	width: 250px;
	margin: 0px auto; }
.headline {
	background-color: rgba(50, 50, 50, 0.50);
	color: #ffffff;
	text-align: left;
	border: 2px solid #4B515D; }


/* HOMEPAGE  */
/* *//* *//* */
/* *//* *//* */
::-webkit-scrollbar { display: none; width: 12px; }
::-webkit-scrollbar-track { background-color: rgba(7, 48, 0, 0.1); }
::-webkit-scrollbar-thumb {
background-color: #2b2b2b;
transition: background-color 0.3s; }
::-webkit-scrollbar-thumb:hover {
background-color: #03c83c; }
			
/*|―――――――――――――――――――――――――――――――――――――――――――――――|*/
/*|      ___  ___           __        __   __     |*/
/*|    |  |  |__   |\/|    /  `  /\  |__) |  \    |*/
/*|    |  |  |___  |  |    \__, /~~\ |  \ |__/    |*/
/*|                                               |*/
/*|―――――――――――――――――――――――――――――――――――――――――――――――|*/

.grid_item_list {
	margin: 0%;
	width: max-content;
	height: -webkit-fill-available; }
.image-grid, .blog, .video, .works {
	width: -webkit-fill-available;
	height: -webkit-fill-available;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin: 0px;
	flex-wrap: wrap;
	padding: 1%; }
.image-grid:before { /* placeholder */ }
.card {
	width: 270px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.32);
	cursor: pointer;
	position: relative;
	transform-origin: center;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	margin: 8px 8px 8px 8px; }
.card:last-child {
	margin: 8px 8px 8px 8px; }
.card:hover {
	transform: scale(1.05); }
.card .grid_content {
	padding: 40px 24px 48px 24px;
	position: relative; }
.card .grid_content h1, .card .grid_content p {
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.card .grid_content h1.copy, .card .grid_content p.copy {
	margin: 5px 0 0 0; }
.card.split {
	height: 360px;
	background: rgba(22, 22, 22, 0.8); }
.card.split:before {
	content: "";
	width: 100%;
	height: 0;
	background: #f3f3f3;
	position: absolute;
	bottom: 0;
	transform-origin: bottom;
	transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
.card.split:hover:before {
	height: 277px; }
.card.split .image-banner {
	display: block;
	position: relative; }
.card.split .image-banner img {
	width: 100%;
	height: auto; }
.card.full.video_post { /* placeholder */ 
	background: #161616;
	overflow: hidden;
	min-width: 420px;
	min-height: 236px; }
.card.full.blog_post { /* placeholder */ 
	background: #161616;
	overflow: hidden;
	min-width: 360px;
	min-height: 360px; }
.card.full.video_post .grid_content {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	padding: 0 12px;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	min-width: -webkit-fill-available;
	height: fot-content;
	text-align: left; }
.card.full.blog_post .grid_content {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	padding: 0 12px;
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	min-width: -webkit-fill-available;
	min-height: 90px;
	text-align: left; }
.card.full:hover .grid_content {
	bottom: 20px; }
.card.full .image-banner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%); }
.card.full.video_post .image-banner img {
	height: 236px;
	max-width: fit-content; }
.card.full .image-banner img {
	height: 360px;
	max-width: fit-content; }
.grid-over-bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20) 100%);
	position: absolute;
	z-index: 1;
	left: 0px; }
p.copy {
	background: rgb(0 135 255 / 80%);
	padding: 2px 5px 2px 5px;
	border-radius: 0px 0px 5px 0px;
	font-family: "Titillium Web", sans-serif;
	top: -14px;
	position: absolute;
	z-index: 999;
	left: 0px;
	font-weight: 800;
	color: #fff;
	font-size: 14px; }
.title_divider {
	width: 5px;
	position: absolute;
	background: rgb(0 135 255 / 90%);
	height: -webkit-fill-available; }	
.video_profile_header {
	width: 1280px;
	margin: 0px auto;
	height: 100px;
}
.video_profile {
	width: 500px;
	height: 64px;
	position: relative;
	color: #fff;
	padding: 10px;
	text-align: left;
	border-radius: 15px;
	background: #222;
	z-index: 3;
}
.video_profile_a {
	left: 495px;
	width: 225px;
	height: 60px;
	position: relative;
	color: #fff;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
	background: #31353D;
	top: -82px;
	z-index: 2;
}
.video_profile_a h1 {
	font-size: 20px;
	position: relative;
	left: 30px;
	width: 195px;
	font-weight: 500;
	margin: 0px;
	top: -2px;
}
.youtube_image {
	width: 64px;
	height: 64px;
	position: relative;
	border-radius: 32px;
	margin-left: 5px;
}
.youtube_title {
	top: 12px;
	position: absolute;
	left: 95px;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}
a.youtube_title {
	top: 12px;
	position: absolute;
	left: 95px;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}
a.youtube_title:hover {
	color: rgb(51 159 255);
}
.youtube_handle {
	top: 44px;
	position: absolute;
	left: 95px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.youtube_subs {
	right: 17px;
	position: absolute;
	background: #ff0000;
	padding: 7px 13px;
	font-weight: 800;
	border-radius: 10px;
	margin: 0px auto;
	top: 23px;
}
.youtube_check {
	left: 55px;
	position: absolute;
	background: #7077A1;
	padding: 2px 14px;
	font-weight: 800;
	border-radius: 5px;
	color: #222;
	margin: 0px auto;
	top: 42px;
}
.youtube_subs:hover {
	background: #ff3030;				
}
.youtube_check:hover {
	background: #474F7A;				
}
.blog_title, .works_title {
	position: relative;
	background: #222222;
	padding: 10px 14px;
	font-weight: 800;
	border-radius: 10px;
	color: #fff;
	margin: 0px auto;
	top: 0px;
	width: 400px;
	margin-bottom: 20px;
}
.works_title {
	margin-bottom: 50px;
}
.works {
	display: flex;
	margin: 0px auto;
	width: fit-content;
}
.works_item {
	width: 240px;
	height: 100%;
	padding: 20px;
	border: 5px solid transparent;
	margin: 5px;
}
.works_item:hover {
	width: 240px;
	height: 100%;
	border: 5px solid #444e83;
	border-radius: 20px;
	background: #252d57;
}


div#profile {
	padding: 4% 0px 4% 0px;
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(33,33,33);
	display: block; overflow: auto; }
#profile .profile {
    margin: 0px auto;
    margin-top: 40px; }
#profile .avatar {
	float: left;
	border: 4px solid #FFF;
	width: 128px;
	height: 128px;
	overflow: hidden;
	background: transparent none repeat scroll 0% 0%;
	border-radius: 300px; }
#profile .about {
	float: left;
	margin: 0px 40px 0px 40px;
	padding: 10px 0px;
	max-width: 80%;
	display: inline-block; }
.profile {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-left: 15px;
	padding-right: 15px;
	background-color: transparent; }
#profile .avatar img {
	height: 100%;
	width: auto; }
#profile .about .name {
	color: #000;
	font-weight: bolder;
	font-size: 17px;
	padding: 10px 0px; }
#profile .about .summary {
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	font-size: 16px;
	text-align: justify; }
#profile .about .summary a {
	color: #fff; }

.post, .social {
	margin: 0px auto;
	max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
	transition: all 0.25s ease-in 0s; }
.social {
	padding-bottom: 10px; }
.post-item {
	width: 360px;
	height: 360px;
	margin: 10px 5px; }
figure.post-item {
	font-family: 'Titillium Web', Arial, sans-serif;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px;
	max-width: 360px;
	max-height: 360px;
	width: 100%;
	background: #000000;
	text-align: center;
	box-shadow: 0px 0px 4px 2px rgba(255,255,255,0.5); }
figure.post-item * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	}
figure.post-item img {
	opacity: 1;
	width: 100%;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s; }
figure.post-item figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3em 3em;
	width: 100%;
	height: 100%; }
figure.post-item figcaption::before {
	position: absolute;
	top: 50%;
	right: 30px;
	bottom: 50%;
	left: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	content: '';
	opacity: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s; }
figure.post-item h2, figure.post-item p {
	margin: 0 0 5px;
	opacity: 0;
		-webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
		transition: opacity 0.2s,-webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s; }
figure.post-item h2 {
	font-weight: 700;
	text-transform: uppercase;
		-webkit-transform: translate3d(0%, 50%, 0);
		transform: translate3d(0%, 50%, 0);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		font-size: 1em;}
figure.post-item h2 span {
	font-weight: 800; }
figure.post-item p {
	font-weight: 200	;
		-webkit-transition-delay: 0s;
		transition-delay: 0s; }
figure.post-item a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff; }
figure.post-item:hover img {
	opacity: 0.35; 	}
figure.post-item:hover figcaption h2 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s; }
figure.post-item:hover figcaption p {
	opacity: 0.9;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s; }
figure.post-item:hover figcaption::before {
	background: rgba(255, 255, 255, 0);
	top: 30px;
	bottom: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s; }
.see {
    width: 1115px;
    margin: 0px auto;
    position: relative;
    text-align: right;
}
.see a {
	color: white; }
.see a:hover {
	color: #0095FF; }
.content {
	/*background: #292f33 url('../img/works/nc.png') no-repeat 50% 50%;*/
	width: 85%;
	height: 600px;
	margin: 5px 5px;
	box-shadow: 0px 0px 4px 2px rgba(255,255,255,0.3); }
button {
    background: #1f2544;
    height: 50px;
    border: 0px solid;
    transition: margin-right 0.1s;
    width: 150px;
    color: #fff;
	margin: 0px;
}
button:hover {
	background: #313a69;
	margin-right: 10px;
}

/* Clock Snippet */
.clock {
	opacity: 0.5; }
.digital-clock {
	margin: auto;
	position: absolute;
	top: 80%;
	left: 0;
	bottom: 0;
	right: 0;
	width: 360px;
	height: 105px;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	font: 85px 'Zekton Rg'; }
.day-cond {
	margin: auto;
	position: absolute;
	top: 65.5%;
	left: 0;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 25px;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	font: 20px 'Zekton Rg'; }

/* Avatar Image */
.avatar img {
	width: 128px;
	height: 128px;
	margin: 0px auto;
		-webkit-animation-name: example; /* Chrome, Safari, Opera */
		-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
		-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
	animation-name: avatar;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear; }	
@keyframes avatar {
	0%		{ transform: rotate(0deg); }
	50%		{ transform: rotate(180deg); }
	100%	{ transform: rotate(360deg); } }

/* Media Screen Bootstrap 1280 or Below */ 
@media only screen and (max-width: 1280px) {
	#homepage {
		margin: 0px auto;
		max-width: -webkit-fill-available; }
	#header {
		text-align: center;	}
	.hl {
		margin: 0px auto;
		padding-bottom: 10px;
		text-align: center; }
	.logo {
		margin: 0px auto;
		text-align: center; }
	.navigation {
		text-align: center; } }


@media only screen and (max-width: 1199px) {
	#profile .avatar {
		float: none;
		margin: 0px auto;}
	#profile .about {
	    float: none;
	    max-width: 100%;
	    text-align: center;
	    margin: 20px 40px 0px 40px;	}
	h1 {
		font-size: 25px; }
	#profile .about .summary {
		line-height: normal;
		font-size: 20px; } }

@media only screen and (max-width: 1024px) {
	.digital-clock {
		margin: auto;
		position: absolute;
		top: 80%;
		left: 0;
		bottom: 0;
		right: 0;
		width: 290px;
		height: 95px;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		font: 75px 'Zekton Rg'; }
	.day-cond {
		margin: auto;
		position: absolute;
		top: 65%;
		left: 0;
		bottom: 0;
		right: 0;
		width: 35px;
		height: 25px;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		font: 20px 'Zekton Rg'; }
	#profile .about {
		margin: 20px 10px 0px 10px; } }

@media only screen and (min-width: 481px) {
	.circular-menu {
		display: none; } }

@media only screen and (max-width: 480px) {
	.navigation {
		display: none; }
	.clock {
		opacity: 0.25; }
	.digital-clock {
		margin: auto;
		position: absolute;
		top: 80%;
		left: 0;
		bottom: 0;
		right: 0;
		width: 290px;
		height: 95px;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		font: 75px 'Zekton Rg'; }
	.day-cond {
		margin: auto;
		position: absolute;
		top: 65%;
		left: 0;
		bottom: 0;
		right: 0;
		width: 35px;
		height: 25px;
		color: #ffffff;
		border-radius: 4px;
		text-align: center;
		font: 20px 'Zekton Rg'; }
	.sidebar #leftside-navigation ul li a {
		padding: 10px 30px 10px 0; }
	.main-content-home {
		padding: 10px 0px 10px 0px; }
	figure.post-item {
		max-width: 300px;
		max-height: 300px; }
	#profile .about .summary {
	    line-height: normal;
	    font-size: 16px; }
	.circular-menu {
		display: block; }
	.card.full.video_post {
		min-width: 350px;
		min-height: 196px; }
	.card.full.video_post .image-banner img {
		height: 196px;
		max-width: fit-content; }
}

/* Media Screen Bootstrap 1281 or Higher */
@media only screen and (min-width: 1281px) {
	#homepage {
		margin: 0px auto;
		max-width: -webkit-fill-available; }
	.header {
		float: left; }
	.navigation {
		width: 400px;
		float: right;
		text-align: center;
		padding: 10px;
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(38,50,56,1) 30%, rgba(38,50,56,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(38,50,56,1)), color-stop(100%, rgba(38,50,56,1)));
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(38,50,56,1) 30%, rgba(38,50,56,1) 100%);
		background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(38,50,56,1) 30%, rgba(38,50,56,1) 100%);
		background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(38,50,56,1) 30%, rgba(38,50,56,1) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(38,50,56,1) 30%, rgba(38,50,56,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#263238', GradientType=1 ); }
}