/section.listing {
	display: block;
	margin: 0 auto;
	clear: both;
}

section.listing:after {
	clear: both;
	content: '';
	display: block;
}

section.listing item, column section.listing a {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	height: 100vh;
	background-color: #333;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s;
}

section.listing item:nth-child(n+2), section.listing div item {
	height: 80vh;
}

column section.listing a {
	opacity: 1;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}

@keyframes pulse {
    0% { bottom: 50px; opacity: 0.4; }
    50% { bottom: 40px; opacity: 0.8; }
    100% { bottom: 50px; opacity: 0.4; }
}

section.listing item:first-child:before {
	display: block;
	position: absolute;
	content:"";
	bottom: 40px;
	z-index: 20000;
	opacity: 0.7;
	display: inline-block;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	width: 20px; 
	height: 20px;
	transform: rotate(45deg);
	left: calc(50vw - 10px);
	animation: pulse 1.5s infinite ease-in-out;
}

load_more { 
	margin-top: 20px;
}

section.listing item .summary, column section.listing a .summary {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
	display: block;
	height: 100%;
	width: 100%;
	position: relative;;
}

section.listing item:nth-child(n+2) .summary {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%);
}

section.listing .details {
	position: absolute;
	bottom: 0px;
	padding: 40px;
}

column section.listing .details {
	padding: 20px;
}

column section.listing .details h2 {
	margin-bottom: 0px;
}

column info > iframe {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
}

section.listing column .details {
	padding: 20px;
}

section.listing .details h2 {
	font-size: 32px;
	line-height: 1.3;
	color: #FFF;
	margin-bottom: 5px;
	max-width: 500px;
}

section.listing .details h3 {
	color: #0b97cc;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	padding: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 5px;
}

section.listing .details h3 a{
	text-decoration: none;
	color: #0b97cc;
}

section.listing .details h3 a:hover {
	color: #FFF;
}

section.listing .details h3.author {
	color:rgba(255,255,255,0.6);
	font-weight: normal;;
}

section.listing .details p {
	color: #FFF;
	font-size: 16px;
	line-height:1.3;
	font-weight: 100;
	max-width: 500px;
	margin-bottom: 10px;
}

section.listing .details button {
	background: #0b97cc;
	color: #fff;
	border: none;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 20px;
}

section.listing item button:hover {
	color: #0b97cc;
	background: #FFF;
	cursor: pointer;
}

section.listing h1 {
	color: #444;
	font-size: 32px;
	margin-bottom: 5px;
}

section.listing h2 {
	color: #0b97cc;
	font-size: 16px;
	margin-bottom: 20px;
}

section.intro {
	padding: 0px;
	margin: 40px auto;
	height: 70vh;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}

section.intro content {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 100%);
	position: relative;
}

section.intro content post {
	display: block;
	position: absolute;
	bottom:0px;
	padding: 40px;
}

section.tutorial-content {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	margin-bottom: 40px;
	display: block;
}

section.tutorial-content:after{
	display: block;
	clear: both;
	content: "";
}

section.tutorial-content post {
	width:calc(66.66% - 20px);
	display: block;
	float: left;
}

section.tutorial-content column {
	width:calc(33.33% - 20px);
	margin-left: 40px;
	height: 100%;
	display: block;
	float: right;
	margin-bottom: 40px;
	opacity: 0;
	transition: opacity 0.2s;
}

section.tutorial-content column > h2 {
	color: #0b97cc;
}

section.tutorial-content column section.listing {
	padding: 0px;
}

section.tutorial-content column section.listing a {
	height: 200px;
}

section.tutorial-content column section.listing a h2 {
	font-size: 18px;
}

section.tutorial-content column section.listing a:hover h2 {
	text-decoration: underline;
}

section.tutorial-content column author card {
	display: block;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	position: relative;
}


section.tutorial-content column author card h3 {
	font-size:16px;
	line-height: 1.3;
	margin-bottom: 3px;
}

section.tutorial-content column author card h4 {
	font-size:13px;
	line-height: 1.3;
	margin-bottom: 10px;
}

section.tutorial-content column author card p {
	font-size:12px;
	margin-bottom: 10px;
}

section.tutorial-content column author card bio p:last-child {
	margin-bottom: 0px;
}

section.tutorial-content column author card info {
	display: block;
	width: calc(100% - 100px);
	float: right;
}

section.tutorial-content column author card:after {
	display: block;
	content: "";
	clear: both;
}

section.tutorial-content column author card photo {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 3px;
	overflow:hidden;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #0b97cc;
}

section.tutorial-content column author card a.gear {
	display: block;
	width: 82px;
	color: #FFF;
	background: #0b97cc;
	border-radius: 3px;
	overflow:hidden;
	position: absolute;
	left: 20px;
	top: 110px;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

section.tutorial-content column author card a.gear:hover {
	background: #000;
}

section.tutorial-content lead {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	height: 400px;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	overflow: hidden;
	border-radius: 5px;

}

section.tutorial-content h2 {
	font-size: 24px;
	color: #666;
	margin-bottom: 20px;
	line-height: 1.3;
}

section.tutorial-content h3 {
	font-size: 16px;
	color: #0b97cc;
	margin-bottom: 10px;
}

section.tutorial-content p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
}

section.tutorial-content img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	font-size: 16px;
	line-height: 1.3;
	cursor: pointer;
}

section.tutorial-content .side-image {
	margin-bottom:10px;
}

section.tutorial-content blockquote {
	background: rgba(0,0,0,0.05);
	padding: 10px;
	display: block;
	margin-bottom: 20px;
}

section.tutorial-content blockquote p {
	font-size: 24px;
	line-height: 1.3;
	color: #666;
}

section.tutorial-content blockquote p:last-child {
	margin-bottom: 0px;
}

section.tutorial-content a {
	color: #666;
}

section.tutorial-content a:hover {
	color: #333;
}

section.tutorial-content ig {
	margin: 0 auto;
	max-width: 540px;
	width: 100%;
	display: block;
}

section.tutorial-content iframe.youtube {
	width: 100%;
	max-width:1080px;
	height:350px;
	margin-bottom: 20px;
}


home-instagram {
	display: block;
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 250px;
	height: auto;
	background: pink;
	opacity: 0;
	transition: opacity 0.5s;
	overflow: hidden;
	border-radius: 5px;
	background:#f1f1f1;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	border: 2px solid #f1f1f1;
	cursor: pointer;
}

home-instagram:hover {
	border-color: #0b97cc;
}

home-instagram img {
	display: block;
	width: 50%;
	float: left;
}

home-instagram:after {
	content: "";
	clear: both;
	display: block;
}

home-instagram img:last-child {
	bordeR: none;
}

ig-post {
	margin-bottom: 20px;
	display: block;
	background:#FFF;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	cursor: pointer;
}

section.tutorial-content column ig-post h2 {
	font-size: 12px;
	padding:5px;
	text-align: center;
	margin: 0 0 ;
}

ig-post:hover h2{
	color: #000;
}

section.tutorial-content ig-post img {
	border-radius: 0px;
	width: 50%;
	float: left;
	box-shadow: none;
}

@media only screen and (min-width: 0px) and (max-width: 1080px) {
	section.intro {
		box-shadow: none;
		border-radius: 0px;
		margin-top: 0px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	section.tutorial-content iframe.youtube {
		height:200px;
	}

	section.listing .details h2 {
		font-size: 24px;
	}

	section.listing .details h3 {
		display: none;
	}

	section.tutorial-content post {
		width: 100%;
		float: none;
	}

	section.tutorial-content column {
		width: 100%;
		float: none;
		margin: 0;
	}

	section.intro h1{
		font-size:18px;
	}

	section.intro a, section.intro span {
		font-size:14px;
	}

	section.listing item:first-child:before {
		display: none;
	}



	section.listing item:nth-child(n+2), section.listing div item, section.listing item, section.listing item .summary, columnsection.listing a, column section.listing a .summary {
		height: 40vh;
	}

	section.listing item:nth-child(n+2) {
		height: 40vh;
	}


	column section.listing a .summary {
		height: 100%;
	}

	section.listing a p{
		display: none;
	}

	section.intro {
		margin-top: 0px;
		height: 40vh;
		margin-bottom: 20px;
	}
}