body{
	font-family: 'Open Sans', 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	line-height: 1.5;
	height: 100%;
	color: #3b393d;
	background: #3A3A3A !important;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.body--hidden{
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.body--hidden .codrops-header,
body.body--hidden .content--related{
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container a{
	text-decoration: none;
	color: #B20F87;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container a:hover,
.box__container a:focus{
	color: #3b393d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav{
	display: block;
	text-align: center;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
table{
	width: 100%;
	margin: 1.2em auto;
	font-size: 0.8em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
tr{
	border: thin #333 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
td{
	border-right: thin #333 solid;
	padding: 4px 6px 4px 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.titleArea > h1{
	display: block;
	font-weight: 300;
	font-size: 2.2em;
	color: #fff;
	margin: 0.67em 0 0.17em 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.titleArea h3{
	margin-bottom: 0;
}
.hidden{
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.content{
	padding: 3em 0 4em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.content--related{
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper{
	overflow: auto;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__prevent{
	position: relative;
	float: left;
	width: 29%;
	height: 0;
	margin: 2%;
	z-index: 100;
	padding-bottom: 20%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: box-shadow 0.3s ease, color 0.3s ease;
				-ms-transition: box-shadow 0.3s ease, color 0.3s ease;
					transition: box-shadow 0.3s ease, color 0.3s ease;
}
.box{
	position: relative;
	display: inline-block;
	width: 29%;
	height: 0;
	margin: 2%;
	z-index: 100;
	padding-bottom: 20%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: box-shadow 0.3s ease, color 0.3s ease;
				-ms-transition: box-shadow 0.3s ease, color 0.3s ease;
					transition: box-shadow 0.3s ease, color 0.3s ease;
}
.box__container{
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
}
.box__container_closed{
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__image{
	position: relative;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 500px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
					transform: translateX(-50%);
}
.box__image--IE8{
	position: relative;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 500px;
}
.box__link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.box__image{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__content{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 40px 22px;
	color: #888;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container_closed .box__content{
	margin-top: 0;
	padding: 5px 0;
	pointer-events: none;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__caption{
	font-size: 2em;
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 30px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container_closed .box__caption{
	font-size: 1em;
	display: block;
	max-width: none;
	padding: 12px 10px 20px 10px;
	background-color: rgb(45, 45, 45);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transform: translateY(-100%);
				-ms-transform: translateY(-100%);
					transform: translateY(-100%);
}
.box__title{
	font-size: 1.5em;
	line-height: 1;
	margin: 5px 0 0 0;
	color: #3b393d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container_closed .box__title{
	font-size: 1.2em;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__subtitle {
	font-size: .95em;
	line-height: 1;
	margin: 5px 0 0;
	color: #777778;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container_closed .box__subtitle{
	color: #f5f5f5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__copy{
	font-size: 1.25em;
	max-width: 900px;
	margin: 0 auto;
	padding: 25px 30px 100px;
	color: #3b393d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__btn-close{
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 36px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container_closed .card__btn-close{
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta{
	font-size: .85em;
	display: -webkit-flex;
	display: flex;
	padding: 0 0 25px 0;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box__container_closed .meta{
	visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta__avatar{
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta__author{
	font-weight: bold;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta__date{
	margin: 0 0 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.titleArea{
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination{
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.selected{
	box-shadow: inset 0px 0px 5px #691C8A;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination > li{
	display: inline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span{
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination > li > a,
.pagination > li > span{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.post__link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta__tags::-webkit-scrollbar{
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta__tags{
	position: relative;
	height: 34px;
	overflow: hidden;
	display: block;
	margin: .8em 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta__tags a{
	font-weight: 400;
	font-style: normal;
	color: rgba(0,0,0,0.44);
	font-size: 13px;
	letter-spacing: 0;
	text-decoration: none;
	background: #fafafa;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	padding: 5px 10px;
	margin: 0 8px 8px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.meta__tags a:hover{
	border-color: #B20F87;
	border-color: rgba(178, 15, 135, 0.39);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.control__area{
	position: fixed;
	background: #f2f2f2;
	max-width: 900px;
	height: 64px;
	width: 100%;
	z-index: 900;
	right: 0;
	left: 0;
	margin: 0 auto;
	line-height: normal;
	border: 1px solid #E6DFDF;
	border-radius: 3px 3px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.control__area--visible{
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.control__avatar img{
	position: relative;
	float: right;
	clear: both;
	margin: 0 .8em;
	max-width: 200px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.social__btn{
	position: relative;
	float: right;
	cursor: pointer;
	display: inline-block;
	padding: 1.42em 1.2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog__remote{
	position: relative;
	float: left;
	display: inline-block;
	border-right: 1px solid #BCBCBC;
	padding: 1.4em .8em 1.4em .8em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog__remote a{
	font-size: .85em;
	font-weight: bold;
	color: #333;
	padding: .3em .5em;
	margin: 0 .3em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.author__mini{
	position: relative;
	float: right;
	margin: 0 1.2em 0 0;
	display: inline-block;
	padding: 0 0 0 1em;
	border-left: 1px solid #BCBCBC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.author__mini .meta__author{
	margin: 1.3em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.author__mini .meta{
	margin: .4em 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share__options{
	position: absolute;
	background: #F2F2F2;
	border-radius: 3px;
	padding: .2em 0;
	width: 158px;
	display: none;
	cursor: default;
	left: -52px;
	border-right: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #3B393D;
	border-radius: 3px 3px 6px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share__options .fa-sort-desc{
	position: absolute;
	bottom: -18px;
	left: 65px;
	font-size: 46px;
	z-index: -1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share__options a{
	color: #333;
	font-size: .8em;
	display: block;
	padding: .2em .6em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all 250ms ease-in-out;
			   -moz-transition: all 250ms ease-in-out;
					transition: all 250ms ease-in-out;
}
.share__options a:hover{
	background: #E2E2E2;
	text-decoration: none;
}
.dialog__cover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	z-index: 1000;
	opacity: .98;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share__dialog{
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	max-width: 600px;
	width: 100%;
	margin: -134.5155px 0 0 -300px;
	z-index: 1100;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dialog__content{
	border: 1px solid #E6DFDF;
	border-radius: 3px;
	padding: 1.3em 1.2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share__dialog input[type=email]{
	margin: -.3em 0 1.1em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share__dialog input{
	border: 1px solid rgba(0,0,0,0.15);
	padding: 0 15px;
	height: 35px;
	width: 55%;
	font-size: 14px;
	outline: none;
	background: #fff;
	appearance: none;
	border-radius: 4px;
	letter-spacing: -0.02em;
	font-weight: 400;
	font-style: normal;
	margin: 1.1em 0 1.1em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dialog__content label{
	text-align: left;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dialog__content input{
	text-align: left;
	background: initial;
	border: 0;
	width: 100%;
	padding: 0;
	height: auto;
	margin: 0 0 -8px 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	pointer-events: none;
}
.dialog__content #email__title{
	font-weight: bold;
	margin: 0 0 .2em 0;
	font-size: 1.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dialog__content #email__summary{
	font-size: .8em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dialog__content #email__link{
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dialog__content #email__image{
	display: none;
}
.share__options label{
	font-size: .3em;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.author__mini .control__avatar{
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hide__share{
	bottom: -44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.show__share{
	bottom: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.hide{
	bottom: -68px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200s ease-in-out;
	transition: all 200ms ease-in-out;
}
.show{
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.share__dialog .close{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 .4em;
	z-index: 200;
	font-weight: bolder;
	font-size: 1.4em;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share__options .fa{
	margin: 0 .4em 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog__button{
	position: relative;
	margin: -20px auto;
	padding: 12px 25px;
	background-color: #FF810A;
	border-bottom: 3px solid #D87211;
	color: #FFF;
	font-size: 130%;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	text-decoration: none;
	width: 360px;
	margin-bottom: 26px;
	text-align: center;
	box-sizing: content-box;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.blog__button:hover{
	color: #fff;
}
.three__blog__footer{
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	background-color: #2D2D2D;
	color: #fff;
	padding: 4em 0 6em 0;
}
.three__blog__footer .card__button{
	color: #fff;
	background-color: inherit;
}
.three__blog__footer .card__button:hover{
	color: #fff;
	background-color: #6CA5D8;
}
.blog__active{
	position: fixed !important;
	z-index: 100 !important;
}
.help__block{
	position: fixed;
	border-radius: 3px;
	padding: .8em 1.2em;
	margin: 18px 34px;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	top: 0;
	z-index: 1000;
	right: 0;
	display: none;
}
.help__block-success{
	background: #2fcc66;
}
.help__block-error{
	background: #FF0042;
}
.help__block .fa{
	margin: 0 .4em 0 0;
}
.share__dialog .fa{
	display: block !important;
}
@media only screen and (max-width: 980px){
	.box{
		width: 29%;
		padding-bottom: 25.2%;
	}
	.box__image{
		max-height: 360px;
	}
	.box__content{
		margin-bottom: 0;
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media only screen and (max-width: 580px){
	.box{
		width: 88%;
		padding-bottom: 67.2%;
		margin: 2% auto;
		display: block;
	}
	img{
		width: 100%;
		height: 100%;
	}
	.meta__tags{
		height: 60px;
		padding: 0.8em 0 0 0;
	}
	.share__options .fa{
	    margin: 0 0 0 0 !important;
	}
	.share__options .fa-sort-desc{
		display: none;
	}
	.hide__share{
		bottom: -64px;
	}
	.content .blog__button{
		width: 70%;
		margin: 0 auto 0;
	}
	.titleArea{
		padding: 0 .8em;
	}
	.show__share{
		bottom: 36px;
	}
}
@media only screen and (max-width: 400px){
	.box__caption{
		font-size: 1.25em;
		padding: 35px 0px 0px;
		display: inline;
	}
	.meta{
		padding: 0 0 25px 0;
	}
	.box__copy{
		font-size: 90%;
		padding: 25px 0px 100px;
	}
	.box:hover{
		-webkit-box-shadow: 0 0 0;
		   -moz-box-shadow: 0 0 0;
		   		box-shadow: 0 0 0;
	}
	.blog__remote{
		padding: .4em .2em .4em .2em;
	}
	.social__btn{
		padding: .42em 1.2em;
	}
	.control__area > .author__mini > div > img{
		width: 24px !important;
		height: 24px !important;
	}
	.author__mini span{
		display: none;
	}
	.control__area{
		height: 36px;
		border-radius: 0;
	}
	.share__dialog{
		top: 0;
		left: 0;
		margin: 0;
	}
	.dialog__content{
		margin: 0 18px;
		padding: .8em 0.2em;
	}
	.share__dialog input{
		width: 91%;
	}
	.control__area > .author__mini{
		padding: 0 0 0 .6em;
		margin: 0 .6em 0 0;
	}
	.share__options{
		position: fixed;
		left: 0;
		width: 100%;
		text-align: center;
		border: 0;
		border-radius: 0;
		border-top: 1px solid #E6DFDF;
		top: inherit;
	}
	.share__options a{
		display: inline-block;
		font-size: 1.6em;
		padding: 0 7%;
	}
	.share__options #share{
		border-right: 1px solid #E6DFDF;
		border-left: 1px solid #E6DFDF;
	}
	.share__options #linkedin{
		border-right: 1px solid #E6DFDF;
	}
}