html {
	font-size: 100%;
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
}
.card-editor {
	position: relative;
	display: block;
	height: 100%;
	min-height: 100%;
	float: left;
	width: 100%;
}
.card-container {
	position: relative;
	min-height: 350px;
	min-width: 590px;
	font-size: 1.34em;
	width: 100%;
}
.card-preview {
	border: 1px solid #e6e5e5;
	box-shadow: 0 2px 1px #f2f2f2;
}
@media (min-width: 767px) {
	.card-container {
		font-size: 1.4em
	}
}
@media (min-width: 978px) {
	.card-container {
		font-size: 1.65em
	}
}
.card-container .card-preview {
	position: relative;
	width: 100%;
	padding: 10px;
	font-size: .75em;
	height: 100%;
}
.card-preview:not(font) {
	font-size: 1em
}
.card-container.card-big .no-picture,
.js-card-preview.card-big .no-picture,
.js-card-preview.card-big .card-picture i,
.js-card-preview.card-big .card-picture span,
.card-picture i,
.card-picture span {
	display: none
}
.card-container.card-big {
	position: absolute;
	top: 0;
	left: 200%;
	border: 0;
	pointer-events: none;
	width: 1260px;
	height: 756px;
	font-size: 3.5em
}
.card-container.card-big .drag-handle,
.card-container.card-big .resize-handle {
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0
}
.js-card-preview.card-big {
	position: absolute;
	top: 0;
	left: 200%;
	border: 0;
	pointer-events: none;
	width: 590px;
	height: 350px;
	font-size: 1em;
}
.js-card-preview.post-card.card-big {
	position: absolute;
	top: 0;
	left: 200%;
	border: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	font-size: 1.1em;
}
.js-card-preview.card-big .drag-handle,
.js-card-preview.card-big .resize-handle {
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0
}
.file-upload {
	position: absolute;
	opacity: 0;
	z-index: -1
}
.card-content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.card-container input[type=file] {
	width: 1px;
	height: 1px
}
.card-picture {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 36%;
	color: #fff;
	vertical-align: top;
	text-align: center
}
.card-picture i {
	font-size: 3em
}
.card-picture span {
	font-size: .75em
}
.card-picture img {
	display: block;
	width: 100%;
	max-height: 100%
}
.card-picture label {
	display: block;
	width: 100%;
	height: 100%;
	margin:0;
	position: relative;
}
.card-picture label.no-picture {
	background-color: rgba(40, 84, 161, .1);
}
.card-picture label:hover {
	background-color: rgba(40, 84, 161, .1);
}
.card-picture .no-picture {
	padding: 1.25em;
}
.card-picture .no-picture i,
.card-picture .no-picture span {
	display: block
}
.card-picture .no-picture img {
	display: none
}
.card-content .card-item,
.card-content .card-item p {
	position: relative
}
.card-content .card-item {
	position: absolute;
	left: 52%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top
}
.card-content .card-item, .card-content .card-picture {
	min-width: 10%;
	min-height: 5%;
	padding: 5px;
}
.post-card .card-content .card-item {
	min-width:40%;
}
.card-content .card-item:hover {
	/*background-color: rgba(40, 84, 161, .3)*/
}
.card-content .person {
	top: 4%
}
.card-content .fn {
	font-size: 0.75em;
	font-weight: 700
}
.card-content .org {
	font-weight: 700
}
.card-content p {
	margin: 0
}
.card-content *,
.card-content a {
	cursor: text
}
.card-picture#card-picture2 {
	top: 30%;
}
.card-content .details, .card-content .email, .card-content .person, .card-content .url {
	position: absolute;
	min-width: 10em;
	width: auto;
}
.card-content .details {
	top: 36%
}
.card-content .email {
	top: 70%
}
.card-content .url {
	top: 80%
}
.drag-handle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	margin: 0px;
	border: 1px dashed #037ef3;
	cursor: move;
	z-index: ;
}
.resize-handle {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -12px;
	bottom: -12px;
	z-index: 99;
	cursor: se-resize;
	border-width: 8px;
	border-color: transparent #888 #888 transparent;
	border-style: solid;
	opacity: 0
}
.drag-handle,
.resize-handle {
	/*-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s*/
}
.dr-container:focus .drag-handle,
.dr-container:focus .resize-handle,
.dr-container:hover .drag-handle,
.dr-container:hover .resize-handle,
.dr-handle-show .drag-handle,
.dr-handle-show .resize-handle {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}
.dr-container:focus .drag-handle,
.dr-container:hover .drag-handle,
.dr-handle-show .drag-handle {
	opacity: 1
}
.dr-container:focus .resize-handle,
.dr-container:hover .resize-handle,
.dr-handle-show .resize-handle {
	opacity: 1
}
.dr-active {
	-webkit-touch-callout: none;
	user-select: none
}
.card-invisible {
	position: absolute;
	left: 100%;
	top: 100%;
	pointer-events: none
}
.state-loading {
	position: relative;
	pointer-events: none
}
.state-loading:after,
.state-loading:before {
	content: '';
	position: absolute;
	display: block
}
.state-loading:before {
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}
.state-loading:after {
	top: 50%;
	left: 50%;
	z-index: 1001;
	width: 20px;
	height: 20px;
	border-width: 4px;
	border-style: solid;
	border-color: #fff #fff #fff transparent;
	border-radius: 100%;
	-webkit-animation:rotate 1s infinite linear;
	-moz-animation:rotate 1s infinite linear;
	-o-animation:rotate 1s infinite linear;
	-ms-animation:rotate 1s infinite linear;
	animation:rotate 1s infinite linear;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0)
	}
	100% {
		-moz-transform: rotate(360deg)
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}