@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.html');
	src:url('../fonts/codropsicons/codropsiconsd41d.html?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons-2.html') format('woff'),
		url('../fonts/codropsicons/codropsicons-3.html') format('truetype'),
		url('../fonts/codropsicons/codropsicons-4.html#codropsicons') format('svg');
}
@font-face {
	font-family: 'linecons';
	src:url('../fonts/linecons/lineconsba9e.html?-kux0c3');
	src:url('../fonts/linecons/lineconsd41d.html?#iefix-kux0c3') format('embedded-opentype'),
		url('../fonts/linecons/lineconsba9e-2.html?-kux0c3') format('woff'),
		url('../fonts/linecons/lineconsba9e-3.html?-kux0c3') format('truetype'),
		url('../fonts/linecons/lineconsba9e-4.html?-kux0c3#linecons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-search:before { content: "\e600"; }
.icon-settings:before { content: "\e601"; }
.icon-bulb:before { content: "\e602"; }
.icon-mail:before { content: "\e603"; }
.icon-paperplane:before { content: "\e604"; }
.icon-megaphone:before { content: "\e605"; }
.icon-calendar:before { content: "\e606"; }

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

a, button { outline: none; }
a { text-decoration: none; }
a:hover, a:focus { color: #fff; }
.container { min-height: 100%; }
.color-2 { background: #729DBF; }
.color-3 { background: #72BF7B; }
.color-4 { background: #484860; }
.color-5 { background: #7772BF; }
.color-6 { background: #B3BF72; }
.color-7 { background: #72BFB9; }
.color-8 { background: #BFA372; }
.color-9 { background: #6cc1ed; }
.color-9 { color: rgba(0,0,0,0.6); }
.color-10 { background: #00cfbe; }
.color-11 { background: #00a2d3;}
section { padding: 1em; text-align: center; }

/* Header */

.codrops-header {
	margin: 0 auto;
	padding: 0 2em 0em;
	text-align: center;
}
.codrops-header h1 {
	margin: 0;
	font-size: 3.5em;
	line-height: 1.3;
}
.codrops-header h1 span {
	display: block;
	padding: 0.4em 0 0.6em 0.1em;
	font-size: 46%;
	font-weight: 300;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	text-align: center;
	padding: 2em 0;
}
.codrops-top a {
	display: inline-block;
	padding: 1.5em;
	text-decoration: none;
	letter-spacing: 1px;
}
.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before { content: "\e001"; }
.codrops-icon-prev:before { content: "\e004"; }

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.8em;
}
.codrops-demos div {
	margin-left: 90px;
	padding-bottom: 1em;
}
.codrops-demos a {
	display: inline-block;
	margin: 0.35em 0.1em;
	padding: 0.35em 0.9em 0.35em;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	background: rgba(255,255,255,0.3);
	color: #fff;
	border-radius: 2px;
	font-size: 110%;
}
.codrops-demos a:hover, .codrops-demos a.current-demo { background: rgba(0,0,0,0.2); }
.codrops-demos h3 {
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-size: 0.9em;
	float: left;
	min-width: 90px;
	clear: left;
}
.codrops-demos div:not(:first-child) h3 { padding-top: 2em; }
.codrops-demos a:hover, .codrops-demos a.current-demo {
	color: inherit;
	border-color: initial;
}


/* Main content */

.main {
	max-width: 69em;
	margin: 0 auto;
	padding: 3% 0 10%;
}
.column {
	float: left;
	width: 50%;
	padding: 0 2.5em;
	min-height: 200px;
	position: relative;
}
.column:first-child {
	box-shadow: inset -1px 0 0 rgba(0,0,0,0.1);
	text-align: right;
}
.column p {
	font-weight: 300;
	font-size: 1.8em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}
.column p.small {
	font-size: 1em;
	padding: 0.75em 0 1em;
	font-weight: 700;
	line-height: 1.2;
}
.progress-button {
	position: relative;
	display: inline-block;
}
.progress-button .content {
	position: relative;
	display: block;
	z-index: 10;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.progress-button .progress {
	position: absolute;
	left: 0;
	background: rgba(0,0,0,0.2);
	top: 0;
	width: 0%;
	opacity: 0;
	height: 100%;
	z-index: 0;
	-webkit-transition: width 0s 0.3s, opacity 0.3s;
	transition: width 0s 0.3s, opacity 0.3s;
}
.progress-button.active .progress {
	opacity: 1;
	width: 100%;
	-webkit-transition: width 1.2s;
	transition: width 1.2s;
}


/* Related demos */

.related {
	clear: both;
	padding: 5em 0 8em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.related p {
	font-size: 1.5em;
	font-weight: 700;
}
.related > a {
	border: 2px solid black;
	border-color: initial;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	border-radius: 5px;
}
.related a img {
	max-width: 100%;
	opacity: 0.8;
}
.related a:hover img, .related a:active img { opacity: 1; }
.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}
@media screen and (max-width: 46.5em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 2em; 
		font-size: 90%;
	}
	.column:first-child {
		text-align: center;
		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {
	.codrops-header h1 { font-size: 2.5em; }
	.codrops-top a {
		font-size: 1.6em;
		border: 2px solid black;
		border-color: initial;
		padding: 0.5em;
		border-radius: 3px;
	}
	.codrops-icon span {
		display: none;
	}
}