a,hr{padding:0}a,button,input,select,textarea{margin:0}article,aside,details,figure,footer,header,hr,nav,section,summary{display:block}abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:0 0}input[type=checkbox],th{vertical-align:bottom}td,td img{vertical-align:top}embed,img,object{max-width:100%}html{overflow-y:scroll}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{font-size:100%;vertical-align:baseline;background:0 0}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}th{font-weight:700}td{font-weight:400}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle;box-sizing:border-box}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type=radio]{vertical-align:text-bottom}input,select,textarea{font:99% sans-serif}table{border-collapse:collapse;border-spacing:0;font:100%}small{font-size:85%}strong{font-weight:700}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}code,kbd,pre,samp{font-family:monospace,sans-serif}.clickable,button,input[type=button],input[type=file],input[type=submit],label{cursor:pointer}button{width:auto;overflow:visible}.clearfix:after,.clearfix:before{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}

/* */
html,body	{min-height:100%;}
body		{font-family:'Roboto', sans-serif;background:#000;text-align:center;}
section,#footer
			{padding:20px 0;}

.content-wrapper
			{margin:0 auto;max-width:640px;padding:0 15px;}
.bg-wrapper	{background:url(../img/textura01.jpg) no-repeat fixed center center;background-size:cover;}
			
#header		{background:#0D2957;border-bottom:3px solid #9E1335;}
#brand-body	{}
	.body-logo img
			{max-width:100px;}
#message-body
			{background:rgba(255, 255, 255, .5);}
	.message-title
			{font-size:30px;font-weight:300;text-transform:uppercase;margin-bottom:15px;}
	.message-subtitle
			{font-size:20px;font-weight:300;}
#action-body{background:#fff;}
	.action-name
			{font-size:19px;text-transform:uppercase;margin-bottom:15px;}
	.action-btn a
			{display:inline-block;line-height:28px;padding:0 50px;background:#E02649;border-radius:3px;font-size:12px;color:#fff;text-transform:uppercase;text-decoration:none;box-shadow:0 2px 0 #B00A2A;transition:.2s all;font-weight:700;}
	.action-btn a:hover
			{background:#9c1737;}
#social-body{background:#333;}
	.social-title
			{color:#CBCBCB;font-size:17px;font-weight:300;margin-bottom:20px;}
	.social-list
			{text-align:center;}
	.social-list li
			{display:inline-block;padding:0 2px;}
	.social-list a
			{transition:.2s all;-ms-transform-origin:center center;transform-origin:center center;display:inline-block;}
	.social-list a:hover
			{-ms-transform:scale(1.1);transform:scale(1.1);}
#footer		{background:#000;}
	.footer-logo img
			{width:44px;}
	.footer-text
			{font-size:14px;color:#CBCBCB;margin-top:5px;}

@media (min-width:768px)
			{
	section	{padding:35px 0;}
	#header	{padding:25px 0;}
	.body-logo img
			{max-width:none;}
	#social-body
			{padding:25px 0;}
		.social-list li
			{padding:0 8px;}
}