@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Source+Serif+Pro:600|Quattrocento:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500');

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.5;
}
body {
	background-color: #E7E6D7;
	font-size: 16px;
	font-family: 'Noto Sans TC','PingFang TC', 'Microsoft JhengHei','Open Sans', sans-serif;
	overflow-x: hidden;
	font-weight: 300;
	color: #585655;
}
.write-page {
	overflow: auto;
}
.write-page.complete-page {
	overflow-x: hidden;
}
a {
	cursor: pointer;
	color: #585655;
	text-decoration: none;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
	color: #185c8c;
}
a, button, input, textarea {
	font-family: 'Noto Sans TC','PingFang TC', 'Microsoft JhengHei','Open Sans', sans-serif;
}
select {
	width: 90%;
    background: #fff;
    color: #a09f9b;
    border: 1px solid #a09f9b;
    border-radius: initial;
    -webkit-appearance: none;
    padding: 6px 10px;
    background-image: url(../images/select.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    outline: none;
    font-size: 1em;
}
input {
    border-radius: initial;
	-webkit-appearance: none;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}

.contact-us{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-family:Microsoft JhengHei;
	top:-5px;
	margin-left:5px;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
.blur {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
ul {
	list-style: none;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* front page */
.intro {
	background-image: url(../images/index-bg.jpg);
	background-size: cover;
	padding-bottom: 200px;
	display: flex;
	align-items: center;
	min-height: 100vh;
	height: 100vh;
}
.intro-wrapper {
	margin: 0 auto 50px;
	color: #fff;
	box-sizing: border-box;
}
.logo {
	width: 270px;
	margin: 0 auto;
	position: relative;
	opacity: 0;
    text-align: justify;
    text-align-last: justify;
    padding-right: 60px;
    background-image: url(../images/gift_w.png);
    background-size: 52px;
    background-repeat: no-repeat;
    background-position: right bottom;
	transition: 0.7s all ease;
	transition-delay: 0.1s;
	transform: translateY(-20px);
}
.logo.show {
	opacity: 1;
	transform: translateY(0);
}
.logo h1 {
	font-size: 52px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
	text-shadow: 0px 0px 4px rgba(0,0,0,1);
}
.logo h2 {
	font-size: 17px;
	font-weight: 400;
	padding: 0 3px;
	text-shadow: 0px 0px 4px rgba(0,0,0,1);
    margin-left: -3px;
    margin-bottom: 8px;
}
.justify {
　text-align: justify;
　text-justify: inter-ideograph;
　-ms-text-justify: inter-ideograph; /*IE9*/
　-moz-text-align-last:justify; /*Firefox*/
　-webkit-text-align-last:justify; /*Chrome*/
}
.card-list .logo,
.mobile-cover .logo {
	width: 140px;
	color: #585655;
	background-image: url(../images/gift_b.png);
	background-size: 40px;
	padding-right: 50px;
	display: inline-block;
}
.card-list .logo h1,
.mobile-cover .logo h1 {
	font-size: 29px;
	text-shadow: none;
	color: #585755;
}
.card-list .logo h2,
.mobile-cover .logo h2 {
	font-size: 12px;
	text-shadow: none;
}

.intro-wrapper p {
	opacity: 0;
	text-align: center;
	padding: 35px 0 0 0;
	position: relative;
	text-shadow: 0px 0px 4px rgba(0,0,0,1);
	font-size: 19px;
	letter-spacing: 2px;
	transition: 1.2s all ease;
	transition-delay: 0.6s;
	transform: translateY(-20px);
}
.intro-wrapper p.show {
	opacity: 1;
	transform: translateY(0);
}
.intro-wrapper .btns {
	margin-top: 50px;
	text-align: center;
}
.wide-btn {
	display: inline-block;
	border: none;
	background-color: #e8e6d7;
	font-size: 17px;
	position: relative;
	padding: 8px 30px 8px;
	border-radius: 30px;
	letter-spacing: 1px;
	font-weight: 500;
	cursor: pointer;
	outline: none;
}

.intro-wrapper .btns .wide-btn {
	box-shadow: 1px 1px 6px rgba(0,0,0,0.35);
	margin: 0 10px;
	opacity: 0.7;
	color: #8E8E8E;
}
.intro-wrapper .btns .wide-btn:active {
	opacity: 0.8;
}
.intro-wrapper .btns .wide-btn.active {
	opacity: 0.9;
	color: #000;
}
.wide-btn.upload-btn {
	padding: 8px 35px 8px 30px;
}
.wide-btn.upload-btn::after {
	content: "＋";
	position: absolute;
	font-size: 1em;
	right: 12px;
}
.wide-btn.border-btn {
	border: 1px solid #979797;
	background-color: #efefe5;
	color: #575654;
}
.wide-btn.border-btn:active {
	opacity: 0.8;
}
.wide-btn.next-btn::after {
	content: "＞";
	position: absolute;
	top: 9px;
    font-size: 12px;
    right: 9px;
    transform: scale(0.4,0.7);
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-1 {
	margin-bottom: 0.5em;
}
.text-center {
	text-align: center;
}
.wide-btn.blue-btn {
	background: #83baa7;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
    padding: 8px 27px;
	border-radius: 10px;
}
.fullwidth .wide-btn.blue-btn {
	font-size: 20px;
    font-weight: 500;
    padding: 12px 23px 12px 27px;
    border-radius: 30px;
    letter-spacing: 4px;
    margin-top: 40px;
    background: rgba(131, 186, 167, 0.8);
}
.fullwidth .wide-btn.blue-btn:hover {
    background: rgba(131, 186, 167, 1);
}
.card-upload-info {
}
.shadow-btn {
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}
.shadow-btn:active {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.35);
}
.wide-btn.small-btn {
	font-size: 15px;
	padding: 5px 20px 3px;
	background: #dfdfd7;
	color: #969696;
}
.wide-btn.small-btn:hover {
	background: #d0d0c5;
}
.float-right {
	float: right;
}
.ab-right {
	position: absolute;
	right: 10px;
	top: 0;
}
.card-list .ab-right a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px;
	color: #979795;
}
.card-list .ab-right a:hover {
	color: #444;
}
.arrow-down {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
}
.arrow-down:hover {
	bottom: 14px;
	opacity: .5;
} 

/* card list */
.container {
	max-width: 1400px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.card-list .upload-btn {
	margin-top: 15px;
}
.tablist {
	border-top: 2px solid #bfbfb7;
	border-bottom: 2px solid #bfbfb7;
	margin: 30px 0 50px;
}
.tablist ul {
	margin-left: -10px;
}
.tablist li {
	display: inline-block;
}
.tablist a {
	display: block;
    padding: 20px 15px 19px;
    color: #979797;
    font-weight: 500;
    font-size: 18px;
}
.tablist li + li a {
	margin-left: 21px;
}
.tablist a:hover {
	color: #585655;
	background: #e9e0cb;
}
.tablist a.active {
	color: #585655;
	background: #e9e0cb;
	pointer-events: none;
}
section.card-list {
	display: block;
	background: #e8e6d7;
	padding: 50px 0 116px;
}
.card-list h3 {
	max-width: 450px;
	height: 64px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/card-list-title.png) no-repeat;
	margin: 0 auto;
}
.card-list h6 {
	text-align: center;
	color: #898884;
	font-size: 1em;
	font-weight: 500;	
	margin: 70px 0 20px;
}
.floating2.arrow-icon {
	position: relative;
	display: inline-block;
	content: '';
	height: 12px;
	width: 18px;
	background: url(../images/arrow-s.png) no-repeat;
}
.category {
	text-align: center;
	color: #898884;
}
.category ul.menu, .category ul.menu li{
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}
.category ul.menu li:hover {
	color: #000;
	font-weight: bold;
} 
.cards-block {
	margin: 0 auto;
	padding-bottom: 20px;
	max-width: 1200px;
	display: none;
}
.cards-block.active {
	display: block;
}
.cards li {
	width: 27%;
	margin: 3.15%;
	text-align: center;
}
.cards li img {
	width: 100%;
	cursor: crosshair;
	height: auto;
}
.cards a {
	color: #87847b;
	font-size: 18px;
	padding-top: 64%;
}
.cards li a:focus {
	outline: none;
}
.morecards-btn {
}
.card-list-title {
	color: #585655;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.card-list-desc {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
/* filter */ 
.cards-filter {
	text-align: center;
	line-height: 3;
}
.cards-filter li {
	display: inline-block;
}
.cards-filter li a {
	padding: 3px 0;
	margin: 0 32px;
	color: #979797;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #979797;
}
.cards-filter li a:hover,
.cards-filter li a.active {
	color: #585655;
	border-bottom: 1px solid #585655;
}
/* color box */
.cbox-link-wrapper a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 17px 16px 17px 18px;
    line-height: 40px;
    margin: 5% 10px;
    background-color: #00A199;
    border: 2px solid #888888;
    z-index: 5;
}
.cbox-link-wrapper a.cboxClose {
	background-color: #fff;
	color: #565656;
}
#colorbox {
	top: -80px!important;
	bottom: 0!important;
	margin: auto;
}
.cbox-link-wrapper a:hover { 
	border: 2px solid #fff;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-action .round-button{
	color: #555;
	background-color: transparent;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    font-size: .8em;
    padding: 4px;
    line-height: 1.3;
    margin-top: 5%;
    border: 2px solid #888888;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: text-bottom;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.form-action .round-button + .round-button {
	margin-left: 25px;
}
.form-action .round-button.big {
	width: 92px;
    height: 92px;
    border: 0;
    font-size: 24px;
    color: #fff;
    background: #797979;
    margin: 5% auto;
}
.form-action .round-button:hover {
	background: #9b9b9b;
}
.shadow {
	box-shadow: 0 1px 16px 0 rgba(0,0,0,0.55);
}

/* widebg */
.fullwidth {
	min-height: 600px;
	margin-top: 100px;
	text-align: center;
}
.fullwidth .bg {
	display: block;
    position: absolute;
    left: 0;
    background-image: url(../images/bg2.jpg);
    background-position: center center;
    width: calc(100vw - 16px);
    min-height: 600px;
    padding: 80px 30px;
    box-sizing: border-box;
}
.shorthr {
	width: 40px;
	border: 0;
	border-bottom: 1px solid #000;
	margin: 25px auto 55px auto;
}
.fullwidth .bg p {
	max-width: 800px;
	margin: 0 auto;
	color: #4A4A4A;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: 14px;
}
/* share button*/
.share-blocks {
	width: 100%;
	background-color: #dfddc6;
	padding: 50px 0;
	text-align: left;
}
.flex-space {
	display: flex;
	justify-content: space-between;
}
.share-blocks .container {
	max-width: 830px;
}
.serif-subtitle {
	font-family: 'Quattrocento', serif;
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 2px;
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}
.exlore li {
	display: inline-block;
	width: 170px;
	padding-right: 40px;
	text-align: justify;
    text-align-last: justify;
    font-size: 19px;
    font-weight: 500;
    vertical-align: top;
}
.exlore a {
	color: #000;
	font-size: 12px;
	line-height: 1;
}
.exlore h5 {
	line-height: 0;
	margin: 10px 0 5px;
}
.exlore p {
	font-size: 15px;
	font-weight: 500;
	color: #71706e;
	text-align: justify;
    text-align-last: auto;
}
.index-shares {
    background: url(../images/share-bg.png) no-repeat;
    width: 75px;
    height: 102px;
    margin: 0px auto 100px;
    padding: 40px 0 0 90px;
}

.complete-page .shares {
	padding: 0;
	padding-right: 20px;
	height: auto;
	width: 170px;
	margin: 0 auto;
	background: none;
}
.complete-page .shares li {
	line-height: 1;
	display: inline-block;
}
.shares li a {
	display: inline-block;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	width: 76px;
	height: 27px;
	background-image: url(../images/fb-share.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.shares li a:hover { 
	opacity: .7;
}
.shares li.line a{
	background-image: url(../images/line-share.png);
}

/* page elements */
.page-wrapper {
	margin-top: 30px;
	padding: 200px 30px 100px;
	background: url(../images/title.png) no-repeat;
	background-position: center 20px;
	background-size: 220px;
}
.page-wrapper form {
	position: relative;
}
/* privacy.html */
.privacy-page .page-wrapper {
	background: none;
	margin: 0;
	padding: 60px 30px 180px;
}
.mobile-cover .page-wrapper {
	background: none;
	margin: 0;
	padding: 60px 0px 70px;
}
.mobile-wrapper .logo {

}
.privacy-wrapper,
.mobile-wrapper {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.titleLink img {
	max-width: 130px;
}
.privacy-wrapper h5 {
	color: #585655;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 5px;
	margin: 50px 5px 40px auto;
}
.privacy-wrapper p {
	color: #4E4E4E;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 1em;
	text-align: justify;
}
.mobile-wrapper p {
	color: #7B7B7B;
	font-size: 18px;
	letter-spacing: 2.6px;
	font-weight: 500;
	margin: 68px auto 20px;
}

/* mobile cover */
.mobile-cover {
	display: none;
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: #080404;
    overflow: auto;
    z-index: 10000;
}
.mobile-cover .page-wrapper {
	background: #E7E6D7;
}
@media (max-width : 768px) {
	.mobile-cover {
		display: block;
	}
}

/* write.html */
.card-wrapper {
	display: flex;
	margin: 50px auto 20px;
}

.toolbar {
	width: 25%;
	margin-right: 50px;
	border: 2px solid #bbbbbb;
	background-color: #eaeade;
	display: flex;
	min-width: 270px;
    box-sizing: border-box;
}

.tool-tabs {
	border-right: 2px solid #bbbbbb;
	height: 100%;
	width: 70px;
	background-color: #dfddc4;
	position: relative;
}
.tool-tabs a {
	display: block;
	border-bottom: 2px solid #bbbbbb;
	height: 70px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	color: #767676;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 3px;
	padding-left: 3px;
	background-image: url('../images/tool-text.png');
	background-repeat: no-repeat;
	background-position: center 10px;
	transition: none;
}
#tool-word { background-image: url('../images/tool-word.png'); }
#tool-sticker { background-image: url('../images/tool-sticker.png'); }
.tool-tabs a:hover {
	background-color: #e7e5d6;
}
.tool-tabs a.active {
	background-color: #e7e5d6;
	pointer-events: none;
}
.tool-tabs .wide-btn.small-btn {
	right: 10px;
    bottom: 10px;
    height: 32px;
    white-space: nowrap;
    padding: 5px 10px 3px;
    top: auto;
}
.tool-content {
	width: calc(100% - 70px);
}
.tool-list {
	display: none;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.2s ease;
	text-align: center;
}
.hidden .tool-list {
	opacity: 0;
	pointer-events: none;
}
.tool-list.active {
	display: block;
}
.tool-text-list li,
.tool-word-list li {
	display: block;
	border-bottom: 2px solid #c0c1bb;
}

.tool-list .list-btn {
	display: block;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: none;
}
.tool-text-list li:hover,
.tool-word-list li:hover {
	background-color: #f0f0e8;
}
.tool-sticker-list li {
	display: inline-block;
	margin: 6px;
}
.tool-sticker-list {
	padding: 10px;
}
.tool-list .list-sticker {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: transparent;
}
.tool-list .list-sticker:hover {
	opacity: 0.7;
}
.tool-list .list-sticker:active {
	opacity: 0.9;
}
.tool-list .list-btn:hover {
	color: inherit;
}

.tool-word-list {
	font-size: 20px;
	font-weight: 400;
}
.tool-word-list li {
	max-height: 50px;
	overflow: hidden;
	transition: max-height 0.6s ease;
}
.tool-word-list li.active {
	max-height: 500px;
	background-color: #f0f0e8;
}
.tool-word-list li.active .list-btn {
	pointer-events: none;
}
.list-more {
	padding: 0 15px 15px 15px;
	text-align: center;
	position: relative;
}
.word-btn {
	width: 27px;
	height: 27px;
	background-color: #bdbbbb;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	display: inline-block;
	padding: 4px;
	box-sizing: border-box;
	margin: 0 2px;
	transition: margin 0.2s ease;
}
.word-btn:hover {
	color: #fff;
	background-color: #747474;
}
.word-btn.active {
	color: #fff;
	background-color: #747474;
}
.public-word.active {
	margin-bottom: 25px;
}
.edit-word {
	display: block;
	font-size: 12px;
	margin-top: -23px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	width: calc(100% - 30px);
	text-align: center;
}
.edit-word.active {
	opacity: 1;
	pointer-events: auto;
}
.edit-word a {
	color: #999;
	margin: 3px;
}
.edit-word a:hover {
	color: #555;
}
.card-content-wrapper {
	position: relative;
	background-color: #DDDCBF;
	/*background-image: url(../images/stamp.png);
	background-repeat: no-repeat;
	background-position: 98% 30px;
	background-size: 100px;*/
	width: 75%;
	padding: 70px 35px;
	font-size: .8em;
	color: #231815;
	display: flex;
	overflow: hidden;
	min-width: 872.5px;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.editPublicWord .card-content-wrapper {
	border: 2px solid #6cb0a3;
}
#reset {
	top: -40px;
	opacity: 1;
}
.hidden #reset {
	opacity: 0;
}
.preview #reset {
	display: none;
}
.blue-border {
	border: 1px solid #6cb0a1;
}
.write-page.hidden::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}
.write-page.hidden .card-content-wrapper {
	z-index: 20;
}
.card-left {
	display: inline-block;
	width: 59.3%;
	position: relative;
}
.upload-text {
	display: none;
}
.write-page.hidden .upload-text {
	display: block;
}
.upload-text div {
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
}
#upload-step1 {
	width: 328px;
    height: 150px;
    background: url(../images/upload-step1-1.png) no-repeat;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 38px 20px 40px 49px;
    right: -345px;
}
#uploader {
	display: none;
}
.write-page .upload-card {
	display: inline-block;
	width: 100%;
	padding-top: 69.5%;
	background-color: #e7e6d4;
	color: #9b9b9b;
	position: relative;
	font-weight: 500;
	font-size: 17px;
	transition: none;
}
.upload-card > div {
	border: 1px solid #979797;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.uploaded .upload-card > div,
.write-page.hidden .uploaded .upload-text {
	display: none;
}
.uploaded .upload-card {
	pointer-events: none;
}
.upload-card h5 {
	font-size: 21px;
	letter-spacing: 5px;
}
.upload-card .round-button {
	display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    font-size: 36px;
    padding: 4px;
    line-height: 60px;
    margin-top: 5%;
    font-weight: 300;
    transition: all 0.2s ease;
    cursor: pointer;
    background-color: #6cb0a1;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
}
.upload-card:hover .round-button {
	opacity: 0.7;
}
.upload-card:active .round-button {
	opacity: 0.9;
}
.image-preview {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
}
.uploaded .image-preview {
	display: flex;
}
.image-preview img {
	max-width: none;
	height: 100%;
	width: auto;
}
.image-preview img[src='']{
	display: none;
}
.cc-info-icon, .card-meta{
	vertical-align: text-top;
	color: #666;
}
.card-meta {
	min-height: 19px;
	color: #5d5958;
	font-weight: 500;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.card-upload-info {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.uploaded .card-meta,
.uploaded .card-upload-info {
	opacity: 1;
	pointer-events: auto;
}
.card-right {
	width: 31%;
    float: left;
    margin-left: 40px;
    padding: 0px 0 0 0px;
    color: #231815;
    box-sizing: border-box;
    position: relative;
}
.write-card, .card-bottom {
	position: relative;
	width: 1194px;
	margin: 0 auto;
}
.complete-page .write-card {
	width: 100%;
}
/* .write-card input,  */
.draggableText {
	cursor: move;
	display: inline-block;
	width: 260px;
	height: auto;
	top: 100px;
	max-height: 479px;
	z-index: 100;
}
.draggableText.disabled {
	cursor: pointer;
	z-index: 1;
}
.write-page .textarea {
	border: 2px dashed #989697;
	width: 100%;
	height: calc(100% - 45px);
    font-size: 17px;
    line-height: 1.5;
	box-sizing: border-box;
	background: transparent;
}
.write-page .disabled .textarea {
	border-color: transparent;
}
.write-page .disabled .draggableText {
	cursor: auto;
}
.textarea textarea {
	border: none;
	background: transparent;
	outline: none;
	color: #252525;
	height: auto;
	width: calc(100% - 34px);
	resize: none;
	font-size: 16px;
	margin: 10px 15px;
	overflow: hidden;
	padding: 0;
	max-height: 434px;
	min-height: 1em;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 24px;
    height: 24px;
    right: -12px;
    top: -12px;
    background: url(images/btn_ne.png) no-repeat;
    background-size: 100% auto;
}
#draggableWord {
	position: absolute!important;
}
/* .card-right input {
	width: 80px;
	font-family:"Microsoft JhengHei";
} */

.textarea.preview {
	border: 0;
	color: #000;
	display: flex;
	align-items: center;
	font-size: 21px;
	justify-content: center;
	width: 340px;
}
.popup-block .textarea {
	background: transparent;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	color: #000;
	text-align: center;
}
.card-right .sticker-area {
	width: 100px;
	height: 100px;
	top: 100px;
	left: 100px;
	cursor: move;
	position: absolute!important;
	margin-bottom: 42px;
	z-index: 100;
}
.card-right .sticker-area.disabled {
	cursor: pointer;
	border-color: transparent;
	z-index: 1;
}
.preview .draggableText,
.preview .sticker-area {
	pointer-events: none;
}
.ui-resizable-disabled .ui-resizable-handle {
	display: none!important;
}
.imgSticker {
	height: 100%;
	width: auto;
	max-width: none;
	display: block;
}
.text-wrapper {
	position: absolute;
	top: -50px;
    width: 320px;
    height: calc(100% + 125px);
    left: -20px;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.2s ease;
}
.hidden .text-wrapper {
	opacity: 0;
	pointer-events: none;
}
.text-wrapper.add-word {
	top: 0;
}

#add-word-step {
	background: url('../images/add-word-step.jpg') no-repeat;
	width: 295px;
	height: 102px;
	color: #fff;
	padding: 35px 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 500;
	margin-left: -15px;
	margin-top: -30px;
}
.add-word {
	padding: 0 20px;
	width: 280px;
}
.add-word h5 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
.add-word .textarea {
	height: 140px;
}
.add-word.added .textarea {
	height: auto;
}
.add-word.added p {
	font-size: 12px;
}
a.underline {
	text-decoration: underline;
}
.add-word .wide-btn.border-btn {
	font-size: 15px;
    padding: 5px 14px 3px;
    background: transparent;
}
.save-public-word {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.added > .text-toolbar {
	display: none;
}
.add-word.added .save-public-word {
	opacity: 1;
	pointer-events: auto;
}
.wide-btn.blue-border {
	border-color: #6cb0a1;
	color: #6cb0a1;
	margin-right: 15px;
}
.add-word.added .wide-btn.blue-border {
	margin-right: 0;
	margin-left: 5px;
}
.wide-btn.border-btn.check-btn {
	background-image: url('../images/check-btn.jpg');
	background-repeat: no-repeat;
	background-position: calc(100% - 5px) center;
	padding-right: 32px;
}
.add-word .text-toolbar {
	margin-top: 8px;
}
.blue {
	color: #6cb0a1;
}
.text-toolbar {
	display: block;
	float: right;
	padding-top: 5px;
}
.text-toolbar a {
	vertical-align: top;
	transition: none;
}
.text-toolbar a:hover {
	opacity: 0.7;
}
.text-toolbar a:active {
	opacity: 0.9;
}
.disabled .text-toolbar {
	display: none;
}
.change-color-btn {
	width: 23px;
	height: 23px;
	display: inline-block;
	background-color: #666;
	border-radius: 50%;
	margin: 4px;
}
.t-color1 { background-color: #75170d; }
.t-color2 { background-color: #c8881e; }
.t-color3 { background-color: #465e2a; }
.t-color4 { background-color: #242f6f; }
.t-color5 { background-color: #252525; }

.card-right .input-text {
	background: #dbd9cc;
	border-radius: 5px;
	width: calc(100% - 15px);
	margin-bottom: 10px;
}
.card-right p {
	font-size: 14px;
    font-weight: 400;
    color: #585655;
}
.card-right a {
	color: #0d6fac;
}
.card-right p.required::after {
	content: "*";
	color: #d7261d;
	padding-left: 3px;
}
.card-right .t-small {
	font-size: 13px;
	margin-bottom: 10px;
}
@-moz-document url-prefix () { 
  .card-right textarea {
  	line-height: 2.2;
  }
}
.input-sender {
	margin-top: 30px;
	float: right;	
}

.form-action {
	text-align: center;
	position: relative;
}

.form-action .submit {
	background-color: #00A199;
    color: #fff;
}
.form-action .submit:hover {
	border: 2px solid #fff;
	color: #fff;
}
.form-action a.back-link {
	background-color: #fff;
	color: #231815;
	margin-right: 20px;
	margin-left: 20px;
}
.form-action a.back-link:hover {
	border-color: #231815;
}
.form-action a.submit-link:hover {
	border-color: #fff;
}
.write-card .form-action a.submit-link:hover, .write-card .form-action a.submit-link-open {
	border: 2px solid #00A199;
	background: #00A199;
}

/* preview.html */
.card-content-wrapper {
	box-shadow: 0 5px 16px 0 rgba(0,0,0,0.15);
}
.preview .card-content-wrapper {
	margin: 0 auto;
}
span.stamp {
	z-index: 9;
    display: block;
    width: 65px;
    height: 60px;
    right: -20px;
    position: absolute;
    background: url(../images/postmark_20170821.png) no-repeat;
    font-size: .75em;
    font-weight: bold;
	padding: 94px 22px 0 135px;
	background-size: 215px;
}
.mail-check {
	text-align: center;
	color: #000;
	font-size: .95em;
}
.mail-check ul, .mail-check li {
	display: inline;
}
span.label {
	display: inline-block;
	padding: 3px 6px;
	background-color: #DDDCBF;
	font-size: .8em;
	margin: 0 3px 0 25px;
}
.card-content {
	font-family: system-ui;
	background-image: url(../images/multi-line.png);
	background-size: 5px;
	background-repeat: repeat-x;
	line-height: 2.2;
	width: 280px;
	padding: 4px 0 5px;
	font-size: 15px;
	word-break: break-all;
	min-height: 130px;
}
.card-content.short{
    background-image: url(../images/multi-line-short.png);
    background-repeat: repeat-x;
	line-height: 270%;
    width: 280px;
    padding: 10px 0 60px;
    font-size: 16px;
    max-height: 220px;
    background-size: initial;
}
.receiver, .sender {
	display: inline-block;
    font-size: 15px;
}
.receiver {
	margin-bottom: 20px;
}
.sender { 
	margin-top: 25px;
	text-align: right;
	float: right;
}
.mail-input {
	width: 435px;
	position: absolute;
	right: 3px;
	bottom: -90px;
	background-color: #DDDCBF;
	padding: 15px 6px;
	overflow: visible;
	opacity: 0;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.mail-input-open {
	bottom: -100px;
	opacity: 1;
	height:138px;	
}
.mail-input label {
	font-size: 13px;
	display: inline-block;
	padding: 3px;
	background: #e5e4d4;
	margin-bottom: 10px;
}
.mail-input input[type="email"] {
	display: inline-block;
	padding: 5px;
	width: 80%;	
	margin-bottom: 4px;
	border: 0;
    border-bottom: 2px solid #888;
    background: transparent;
}
.mail-input p {
	width: 85%;	
	float: left;
}
.mail-input input.submit-button {
	background: transparent;
	cursor: pointer;
	color: #00A199;
	border: 2px solid #00A199;
    border-radius: 10px;
    padding: 3px 6px;
    letter-spacing: .05em;
    float: left;
    margin-left: 3%;
    font-weight: bold;
}
.mail-input input.submit-button:hover {
	background-color: #00A199;
	border: 2px solid #00A199;
	color: #fff;
}
.form-button-list {
	position: absolute;
	top: 75px;
	right: 40px;
	opacity: 0;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    pointer-events: none;
}
.form-button-list-open {
	opacity: 1;
	right: 60px;
	pointer-events: auto;
}
.form-button-list li {
	display: inline-block;
}
.form-button-list a{
	height: 30px;
	display: inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: cover;
	width: 140px;
}
.form-button-list a:hover{ 
	border: none;
	opacity: .8;
}
a.submit-email {
	background-image: url(../images/submit-email.png);
}
a.submit-line {
	background-image: url(../images/submit-line.png);
}
a.submit-fb {
	background-image: url(../images/submit-fb.png);
}
.arrow-right {
	display: inline-block;
	position: relative;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 14px solid #00A199;
    border-bottom: 7px solid transparent;
    top: -1em;
	right: 1.2em;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.arrow-right-open { 
	right: 0.5em;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #DDDCBF;
    position: absolute;
    top: -10px;
    left: 14px;
    display: inline-block;
}
.help-icon {
	position: relative;
}
.help-icon::before {
	content: "";
	background: url('images/help-icon.png') no-repeat;
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-left: 7px;
    margin-top: -3px;
}
.help-icon i {
	position: absolute;
	width: 135px;
	background: #585655;
	padding: 3px 7px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	border-radius: 5px;
	margin-left: 5px;
	opacity: 0;
	transition: opacity 0.1s ease;
	pointer-events: none;
}
.help-icon:hover i {
	opacity: 1;
}

/* success.html */

.success-page .page-wrapper {
	text-align: center;
	color: #333;	
	padding-bottom: 40px;
}
.success-icon {
	position: relative;
	top: -20px;
	opacity: 0;
	text-align: center;
}
.success-msg {
	opacity: 0;
	text-align: center;
}
.success-page .page-wrapper p {
	position: relative;
	top: -15px;
	margin: 30px 0 15px;
	letter-spacing: 0.05em;
}
.square-link {
	font-smoothing: normal;
	-webkit-font-smoothing: normal;
	font-weight: normal;
	color: #333;
	display: inline-block;
	padding: 3px 6px;
	font-size: .8em;
	border: 2px solid #333;
    -moz-transition: initial;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}
.square-link.send-cards {
	background-color: #00A199;
    border: 2px solid #aaa;
    color: #fff;
}
.square-link:hover {
	background-color: #c9c8b9;
    border: 2px solid #c9c8b9;
    color: #2c2a1d;
    font-weight: bold;
}
.square-link.send-cards:hover {
	background-color: #00A199;
	border: 2px solid #fff;
	color: #fff;
}
span.claim {
	display: inline-block;
	margin-top: 100px;
	font-size: .9em;
	border-bottom: 1px solid #333;
}
.bottom-wrapper {
	width: 100%;
	background-color: #E0DDC6;
}
.bottom-container {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}
.bottom-wrapper h6 {
	font-family: 'Cormorant Garamond';
	font-size: 24px;
	letter-spacing: .08em;
	margin: 20px 0 0;
}
.bottom-explore {
	width: 415px;
	float: left;
}
.bottom-share {
	width: 180px;
	float: right;
}
.explore {
	width: 192px;
	float: left;
	color: #666;
	font-size: 15px;
	margin-right: 15px;
}
.explore a h5{
	font-weight: bold;
	font-size: 1.2rem;
	text-align: justify;
	text-align-last: justify;
	margin-bottom: 0;
}
.explore-url {
	font-size: .8em;
}
.bottom-explore img {
	height: 70px;
	width: auto;
	display: block;
}
.bottom-explore a {
	display: block;
	margin-right: 12px;
	margin-bottom: 5px;
}
span.underline {
	display: block;
	height: 2px;
	width: 100%;
	background: #000;
	margin-bottom: 20px;
}
.bottom-share li {
	display: inline-block;
}

/* card page */

.card-page .stamp {
	right: -15px;
    top: -55px;
}
.front-card {
	background-color: #E7E6D7;
}
.front-card-wrapper {
	z-index: 1;
	background-image: url(../images/ascdc-ecards-logo.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: center 35%;
	text-align: center;
	padding-top: 220px;
	opacity: 0;
	position: relative;
	top: -30px;
}
.close {
	opacity: 0;
	height: 0;
}
.front-card-wrapper h2 {
	-webkit-font-smoothing: auto;
	font-weight: 400;
	color: #231815;
	font-size: 20px;
	letter-spacing: .02em;
}
.card-page .card-content-wrapper {
	width: auto;
	text-align: left;
}
span.cormorant {
	font-family: 'Cormorant Garamond';
}
.envelop {
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
	width: 60px;
	height: 50px;
	background: url(../images/envelop.png) no-repeat;
	background-size: 60px;
	background-position: center bottom;
	margin: 0 auto 10px;
	cursor: pointer;
	padding: 25px 25px 5px;
}
.envelop:hover {
	background-image: url(../images/envelop-open.png);
}
.floating{
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
.floating2{
    -webkit-animation-name: Floatingx2;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating2;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

@-webkit-keyframes Floatingx2{
    from {-webkit-transform:translate(0, 0px);}
    25% {-webkit-transform:translate(0, 4px);}
    50% {-webkit-transform:translate(0, 0px);}
    75% {-webkit-transform: translate(0, -4px);    }  
    to {-moz-transform: translate(0, 0px);}     
}
    
@-moz-keyframes Floating2{
    from {-moz-transform:translate(0, 0px);}
    25% {-moz-transform:translate(0, 4px);}
    50% {-moz-transform:translate(0, 0);}
    75% {-moz-transform: translate(0, -4px);} 
    to {-moz-transform: translate(0, 0px);}    
}


.back-card {
	z-index: 0;
	opacity: 0;
	width: 100%;


    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform:scale(0.2); /* Safari and Chrome */
    -moz-transform:scale(0.2); /* Firefox */
    -ms-transform:scale(0.2); /* IE 9 */
    -o-transform:scale(0.2); /* Opera */
     transform:scale(0.2);
}
.back-card.open {
	width: 100%;
	opacity: 1;

    -webkit-transform:scale(1); /* Safari and Chrome */
    -moz-transform:scale(1); /* Firefox */
    -ms-transform:scale(1); /* IE 9 */
    -o-transform:scale(1); /* Opera */
     transform:scale(1);
}
.card-top {
	display: none;
	padding-top: 60px;
	padding-bottom: 10px;
	background: url(../images/title.png) no-repeat;
	background-position: center bottom;
	background-size: 160px;
    width: 100%;
    height: 100px;
}
.card-bottom {
	display: none;
	padding: 20px 0 80px;
	text-align: center;
}
.card-bottom .bottom-links > a {
	margin: 0 15px;
	padding: 3px 15px;
}
.card-bottom ul.shares {
	position: absolute;
    right: 0;
    top: 10px;
}
.card-bottom ul.shares, .card-bottom ul.shares li {
	display: inline-block;
}

.card-bottom .bottom-links .shares li a {
	margin: 0;
}
.copyright {
	margin: 40px 0;
	text-align: center;
	clear: both;
}
.copyright img {
}

.complete-wrapper {
	text-align: center;
	padding: 80px 0;
	font-size: 21px;
	font-weight: 400;
}
.complete-wrapper p {
	font-size: 15px;
}
.complete-wrapper span {
	display: block;
	margin: 20px;
}
.complete-wrapper a {
	display: inline-block;
	border: 2px solid #000;
	padding: 3px 10px 1px;
	font-size: 15px;
	margin-top: 20px;
}
/* footer */ 
footer {
	text-align: center;
}
.footer {
	text-align: center;
	background-color: #080404;
}
.footer-text {
	font-size: 15px;
	color: #444;
	border-bottom: 1px solid #444;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: 500;
	text-align: center;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #777;
}
.footer div.copyright {
	display: inline-block;
	background: url(../images/footer-logo.png) no-repeat;
	font-family: serif;
	font-size: .75em;
	color: #fff;
	padding: 15px 0 10px 185px;
	margin-left: 20em;
	text-align: left;
	background-size: 160px;
}
.footer .ascdc a {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Quattrocento', serif;
	letter-spacing: .02em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	margin-right: 10px;
	line-height: 1.2;
}
.footer .creativecommons {
	width: 85px;
	height: 34px;
	background-image: url(../images/cc.png);	
	margin-right: 15px;
}
.footer-link.facebook-icon {
	width: 18px;
	height: 18px;
	background-image: url(../images/fb.png);	
	padding-left: 5px;
	position: relative;
	top: -2px;
}
.footer-link {
	display: inline-block;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
}
.footer-link:hover {
	opacity: .6;
}
.copyright-notice {
	display: flex;
}
.copyright-notice p {
	vertical-align: top;
	margin-right: -2px;
	color: #93918c;
}

/* popup */
.popup-wrapper {
	position: fixed;
	z-index: 10000;
	background-color: rgba(120, 120, 120, .5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	align-items: center;
	justify-content: center;
}
.popup-wrapper.active {
	display: flex;
}
.popup-block {
	display: none;
	background-color: #e8e6d7;
	border-radius: 15px;
	padding: 20px 60px;
	text-align: center;
}
.popup-block.active {
	display: inline-block;
}
.input-text {
	border: 1px solid #979797;
	background-color: #d8d8d8;
	padding: 3px 6px 2px;
	margin: 2px 0 10px;
	font-size: 16px;
}
.popup-block h5 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
}
.popup-block p {
	font-size: 19px;
	font-weight: 500;
}
.popup-block .wide-btn {
	padding: 5px 20px 6px;
	margin: 5px;
}
.uploaded-image {
	max-width: 330px;
	text-align: center;
	margin: 20px auto 15px;
}
.radio {
	text-align: left;
}
.radio input {
	display: none;
}
.radio .input-text {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #979797;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	padding: 1px 0 0 5px;
	line-height: 1;
	margin-left: 5px;
	height: 30px;
}
.radio input[type=radio] {
	display: inline;
	width: auto;
	position: absolute;
    opacity: 0;
    margin: 0;
}
.radio .radio-label ~ .radio-label {
}
.radio .radio-label {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 500;
}
.radio-label span {
	display: inline-block;
	position: relative;	
	border: 1px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	margin-bottom: -4px;
    margin-right: 7px;
    background: #fff;
}

input[type=radio]:hover + .radio-label span {
  border: 1px solid #333;
}

.radio-label span::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 14px;
	width: 14px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked + .radio-label span {
  border: 1px solid #666;
}

input[type=radio]:checked + .radio-label span::before{
  background: #555;
}
#report4 + label {
	padding-top: 5px;
}
.flex {
	display: flex;
}
.radio .flex {
	margin-bottom: 15px;
}

.cbox-editor-bar {
	display: none;
	position: absolute;
    top: -40px;
    left: 0;
}
.editable .cbox-editor-bar {
	display: block;
}
.cbox-editor-bar a {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
}
.cbox-editor-bar a:hover {
	color: #6cb0a1;
}

/* info box */
.cbox-info-bar {
	display: none;
	position: absolute;
    top: -40px;
    left: 0;
}
.haveInfo .cbox-info-bar {
	display: block;
}
.info-btn {
	display: flex;
	width: 28px;
	height: 28px;
	color: #fff;
	border-radius: 50%;
	background-color: #6dafa1;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
.info-btn:hover {
	color: #fff;
	opacity: 0.8;
}
.info-btn:active {
	opacity: 1;
}

.info-box {
	background-color: #fff;
	width: 248px;
	height: 134px;
	color: #535050;
	position: absolute;
	top: 50px;
	left: 10px;
	padding: 15px;
	box-sizing: border-box;
	transition: all 0.38s ease;
	transform: translateY(-12px);
	opacity: 0;
	pointer-events: none;
}
.info-box.active {
	transform: translateY(0px);
	opacity: .92;
	pointer-events: auto;
}
.info-box h5 {
	font-size: 20px;
	font-weight: 500;
}
.info-box p {
	font-size: 16px;
	font-weight: 500;
}
.info-box a {
	color: #696969;
	border-bottom: 1px solid #696969;
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 11px;
}
.info-box a:hover {
	color: #696969;
	opacity: 0.8;
}
.icon {
	height: 0.75em;
}
.icon-cc0 {
	height: 1em;
    width: auto;
    padding-top: 8px;
    margin-bottom: -2px;
}
/* media queries */
@media (min-width : 1024px) {
	.grid-sizer { width: 33.333%; }
}
/* handy devices */
@media (max-width : 1280px) {
	/* .toolbar {
	    width: 25%;
	    min-width: 240px;
	    margin-right: 20px;
	}
	.card-content-wrapper {
		width: 94%;
		margin: 15% 3% 0;
	    position: relative;
		padding: 0;
		padding-bottom: 40px;
	}
	.write-page .card-content-wrapper {
		margin: 0 20px 0 0;
		box-shadow: none;
	}
	.write-page .preview .card-content-wrapper {
		margin: 0 auto;
	}
	.card-left, .card-right, .mail-input {
		float: none;
		width: 50%;
		margin: 0;
		padding: 3%;
	}
	.card-left {
		padding-right: 0;
	}
	.card-right input, .card-right textarea, .mail-input input {
	    width: 91%;
	    background-color: transparent;
	    padding: 0 2%;
	    margin-bottom: 5px;
	}
	.card-right input {
		padding: 2%;
	}
	.card-left img.cc-info-icon {
		padding-top: 0;
		width: 40px;
		height: auto;
		vertical-align: text-bottom;
	}
	.text-wrapper {
	    top: 0;
	    width: 100%;
	    height: calc(100% + 40px);
	    left: 0;
	}
	.add-word {
	    padding-top: 43px;
	}
	#add-word-step {
	    height: 60px;
	    background-size: 100% 100%;
	    padding: 15px 10px;
	}
	.tool-list .list-sticker {
	    width: 50px;
	    height: 50px;
	}
	.input-sender {
		margin-top: 20px;
		float: none;
	}
	.write-card, .card-bottom {
		width: 100%;
	} */
	.cards li {
		width: 40%;
		margin: 3.5% 5%;
		overflow: hidden;
		text-align: left;
	}
	.intro-wrapper p span {
		display: block;
		font-size: .9em;
	}
	.intro {
		background-image: url(../images/index-bg-mobile.jpg);
		background-size: cover;
		padding-bottom: 200px;
	}
	/* .page-wrapper {
		background-size: 200px;
	} 
	.card-bottom ul.shares {
		position: static;
	    margin-top: 30px;
	    padding: 10px;
	    display: block;
	    background-color: #dddcbf;
	}
	.form-button-list-open {
		top: 0;
	} */
}
/* mobile view */
@media (max-width : 768px) {
	/* .intro-wrapper {
		max-width: 79%;
	}
	.index-shares {
		margin: 25px auto 0px;
	}
	.logo h1 {
		font-size: 2.2em;
		letter-spacing: initial;
	}
	.logo h2 {
		font-size: .55em;
		margin: 0 -3px;
		letter-spacing: .15em;
	}
	.logo {
		background: transparent;
		padding-right: 0;
	}
	section.card-list {
		padding: 80px 0 20px;
	}
	.card-list h3 {
		width: 90%;
	    background: url(../images/card-list-title-mobile.png) no-repeat;
	    background-position: left top;
	    background-size: 220px;
	    height: 35px;
	}
	.category span {
		display: none;
	}
	.category ul.menu li {
		width: 18%;
		float: left;
		display: block;
		padding: 5px 10px;
		text-align: center;
	}
	.card-list h6 {
		clear: both;
		margin: 20px;
		display: none;
	}
	.page-wrapper {
		background-size: 150px;
		padding-top: 190px;
		overflow-x: hidden; 
	}
	.write-page .page-wrapper {
		border-top: 7px solid #b2aea0;
	} */

	.form-button-list li {
	    display: block;
	    text-align: right;
	    margin-bottom: 3px;
	}
	.form-button-list {
		right: 30%;
		position: relative;
		height: 5px;
		top: 25px;
	}
	.form-button-list-open {
		top: 20px;
		height: auto;
	}
	.mail-input {
		position: relative;
		bottom: 0;
		height: 105px;
	}
	.mail-input p {
		width: 100%;
	}
	.mail-input input[type="email"] {
		width: 75%;
	}
	.arrow-up {
		left: 50%
	}
	.arrow-right {
	  	border-left: 9px solid transparent;
	  	border-right: 9px solid transparent;
	  	border-top: 9px solid #00A199;
	    border-bottom: none;
	    top: 1em;
		right: 3.15em;
	}
	.arrow-right-open { 
		top: 1.82em;
	}
	/* .page-wrapper {
		padding-bottom: 0;
	} */

	/* .card-right input, .card-right textarea, .mail-input input {
		margin-bottom: 20px;
		margin-top: 0;
		color: #88897d;
	}
	.card-content.short {
		font-size: 1em;
		line-height: 3.3;
	}
	.write-page label {
		color: #88897d;
		font-size: 15px;
		display: block;
	} */
	.mail-check {
		font-size: .8em;
		text-align: left;
		margin-top: 20px;
	}
	.mail-input input.submit-button {
		width: 4.2em;
		float: right;
	}
	.form-button-list-open a.submit-email-open {
		margin-bottom: 160px;
	}
	.pre-label {
		display: block;
	    margin: 30px 3px 10px 25px;
	}
	span.label {
		margin-bottom: 10px;
	}
	.bottom-container {
		width: 100%;
	}
	.bottom-explore {
		width: 80%;
		margin: 0 10%;
	}
	.explore a h5 {
		text-align: left;
		text-align-last: left; 
	}
	.explore {
		width: 100%;
		margin-bottom: 50px;
	}
	.bottom-share, span.claim {
	    width: 80%;
	    float: none;
	    margin: 0 auto;
	}
	span.claim {
		font-size: .8em;
		border-bottom: none;
	}
	/* .back-card.open {
		height: auto;
	}
	.card-bottom {
		padding-top: 120%;
	}
	.card-bottom .bottom-links a {
	    margin: 0 5px;
	} */
	.copyright {
		padding-bottom: 30px;
	}
	.mail-check ul, .mail-check li {
		display: inline-block;
	}
	.mail-check {
		width: 80%;
		min-width: 320px;
		margin: 0 auto;
	}
	.bottom-wrapper {
		background: transparent;
	}
	.claim-wrapper {
		background: #E0DDC6;
		margin-top: 30px;
		padding: 60px 0;
	}
	.footer .creativecommons {
		width: 80px;
		height: 28px;
		margin: 40px auto 5px;
		display: block;
		float: none;
	}
	.copyright-notice {
	    display: block;
	    padding: 0 0 30px;
	    max-width: 190px;
	    text-align: center;
	    margin: 0 auto;
	}
	.copyright-notice p {
		line-height: 1.8;
    	margin-top: 10px;
	}
	.footer-link.facebook-icon {
	}
	.contact-us{
		font-size:18px;
	}
}

@media (min-device-width: 361px) and (max-width : 1023px) {
	.logo h1 {
		font-size: 2.4em;
		letter-spacing: .01em;
	}	
}
@media (min-width : 767px) and (max-width : 1024px) { 
	.page-wrapper .stamp {
		right: -5px;
		margin-top: 60px;
	}	
}

@media (max-width : 1024px) {
	.footer {
		padding: 25px 0 10px;
	}
	.footer div.copyright {
		margin: 0;
		padding: 125px 0 0;
		position: relative;
		background-position: center 15px;
	}
	.footer-link-wrapper {
		text-align: center;
		margin-bottom: 10px;
	}
	.copyright-notice span {
		display: block;
		margin-bottom: 3px;
		text-align: center;
		font-size: .9em;
	}
	.footer .ascdc {
		top: 3px;
	}
}
@media (max-width : 768px) {
	/* .back-card-wrapper {
		margin-top: 60px;
	}

	.card-top {
		background-position: center;
	}
	.card-bottom {
		padding: 20px 0;
	}
	span.stamp {
	    background-size: 170px;
	    background-position: center 55%;
	    font-size: .6em;
	    padding-right: 35px;
	    right: -32px;
	    margin-top: -36px;
	    padding: 100px 30px 0 135px;
	} 
	.card-page .stamp {
	    top: -50px;
	    right: -31px;
		margin-top: -36px;
	}
	.write-page .card-content-wrapper, .card-right {
		padding-bottom: 0;
	}
	.mail-input{
		height: 0;
	}
	.mail-input-open {
		height: 185px;
		top: -195px;
		z-index: 1;
	} */
}


/* UI compatibility for all devices */
@media (width : 360px) { 
	.logo h1 {
		font-size: 2.3em;
	}	
}
@media (min-width : 768px) and (max-width : 1023px){ 
	.logo h1 {
		font-size: 3.3em;
	}	
}
/* iphone fix */
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
	.intro.parallax {
    	background-attachment: scroll;
    	background-size: 100% auto ;
    	background-position: center bottom;
    	padding-bottom: 0;
	}
}
.g-recaptcha{	
	margin:0 auto;
}
.g-recaptcha div{
	margin:0 auto;
	width:100%;
}
iframe{
	margin:0 auto;
}