@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	background-color:#DDDDDD;
	-webkit-text-size-adjust:100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	margin:0px;
	font-size:14px;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

img {
	border-style:none;
}

a {
	text-decoration:none;
	color:#000;
	font-weight: 700;
}

a:hover {
	text-decoration:underline;
}

.clearfix {
	clear:both;
}

#ecard {
	width:800px;
	height:450px;
	margin:auto;
	overflow: hidden;
	margin-top:30px;
	background-image:url(../images/bg-ecard.jpg);
	
	-webkit-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .9);
	-moz-box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .9);
	box-shadow: 0 0px 15px -5px rgba(0, 0, 0, .9);	
}

#main {
	width:800px;
	height:450px;
	position:relative;
}

#ecard-left {
	width:460px;
	height:450px;
	float:left;
}

#promo {
	width:240px;
	padding:30px 10px 10px;
	border-radius:15px;
	background:rgba(255, 255, 255, 0.5);
	font-size:12px;
	position: absolute;
	text-align: center;
	margin:-100px 0px 0px 180px;
	z-index: 10;
}

#promo a {
	text-decoration:none;
	color:#000;
	font-weight: 400;
}

#left-1 {
	width:420px;
	font-size:14px;
	margin:20px 30px;
}

#sm-area {
	margin:20px 30px;
}

#nd-logo {
	float: right;
	margin:-55px 20px;
}


.sm-icon {
	float:left;
	margin-top:10px;
}

#share-tweet {
	margin-left:30px;
}

#fb-share {
	background-color:#37559b;
	color:#fff;
	font-size:12px;
	width:60px;
	height:20px;
	float: left;
	padding:5px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 5px;
}

#twtr-tweet {
	background-color:#598ccd;
	color:#fff;
	font-size:12px;
	width:60px;
	height:20px;
	float: left;
	padding:5px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
	margin-left:5px;
	border-radius: 5px;
}

#fb-share a, #twtr-tweet a {
	color:#fff;
}

#fb-share a:hover, #twtr-tweet a:hover {
	text-decoration: none;
}

#ecard-right {
	width:340px;
	height:450px;
	float:left;
	background:rgba(255, 180, 98, 0.5);
	position: relative;
}

#title {
	width:300px;
	text-align: center;
	margin:-15px auto;
	color:#000;
}

#title h1 {
	text-transform: uppercase;
	font-size:40px;
}

#title h2 {
	text-transform: uppercase;
	font-size:28px;
	font-weight: 400;
	letter-spacing:1px;
	margin-top:-25px;
	margin-bottom:30px;
}

#non-pdf {
	width:305px;
	bottom:10px;
	margin:auto;
}

#non-pdf:hover {
	opacity: 0.7;
}

.btn:hover {
	opacity: 0.7;
	cursor: pointer;
}

#logo {
	float:left;
	margin:0px 0px 0px 30px;
}

#footer {
	text-align:center;
	color:#696969;
	font-size:12px;
	margin:15px auto;
}
