/* ===========================================
	TBS di2 outgoing
=========================================== */

div.single div.cover main {
	background-image:url(../img/outgoing.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

p.msg {
	color:#cce3f5;
}

p.btn {
	border-radius:25px;
	border:2px solid #ccc;
	width:140px;
	box-sizing:border-box;
	margin:0 auto;
	background-color:#fff;
}

p.btn a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	display:block;
	height:48px;
	line-height:48px;
	letter-spacing:0.5em;
	text-align:center;
	text-indent:0.5em;
	border-radius:24px;
}

/*
p.btn a:before {
	content:"";
	display:block;
	width:24px;
	height:24px;
	border-radius:12px;
	background-color:#333;
	float:left;
	margin-top:12px;
	margin-right:12px;
	margin-left:12px;
}
*/

@media all and (min-width: 768px) {

div.con-bg {
	background-image:none;
}
div.single div.cover main {
	padding-top:72px;
	background-size:340px;
	padding-bottom:340px;
}
div.single div.cover {
	background-color:#0073cf;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
p.msg {
	font-size:87.5%;
	line-height:2;
	text-align:center;
	margin-bottom:64px;
}
p.btn a:hover {
	background-color:#ffed99;
	border-radius:24px;
}

}

@media all and (max-width: 767px) {

div.single div.cover main {
	background-size:240px;
	padding-bottom:240px;
	background-color:#0073cf;
}
p.msg {
	font-size:83%;
	line-height:1.5;
	margin-bottom:1.5em;
}

}


/*	copyright
============================== */

p.copyright {
	color:#4e4e4e;
	text-align:center;
	line-height:1.25;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
p.copyright a {
	color:#177bd6;
	text-decoration:underline;
}
@media all and (min-width: 768px) {
	p.copyright {
		width:980px;
		margin:20px auto 0;
		padding-bottom:30px;
		font-size:83%;
	}
	p.copyright a:hover {
		text-decoration:none;
	}
}
@media all and (max-width: 767px) {
	p.copyright {
		margin-top:20px;
		padding:0 15px 30px;
		font-size:75%;
	}
}
@media all and (min-width: 768px) {
	p.copyright {
		width:auto;
		margin:20px 0 0;
	}
}