/* Basic elements */
html {
	height: 100%;
}
body,
html {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	font-family: 'Roboto', Arial, sans-serif;
	min-height: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 2;
	color: #777;
	padding: 0;
	font-weight: 300;
	word-wrap: break-word;
}
a {
	color: #363636;
	-webkit-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
	   -moz-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
	     -o-transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
	        transition: background 0.3s cubic-bezier(.17,.67,.88,1.25), color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #eb592a;
}

/* containers */
#smsPage {
	padding: 0;
	margin: 0 auto;
}
#smsPageTop {
	padding: 15px 0 0 0;
}
#smsPageWrap {
	background: transparent;
	padding: 0 0 30px 0;
}
#frame {
	margin: 0;
	overflow: hidden;
	padding: 0 15px 10px 15px;
	clear: both;
	text-align: center;
}

#errorNumber {
	float: left;
	padding: 31px 0 0;
	width: 39%;
}

/* Logo  */
#smsLogo {
	margin: 20px auto;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 140px;
	display: block;
}
#smsLogo img {
	display: block;
	margin: 0;
}
#smsLogo.cssLogo {
	background: transparent url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 60px;
	width: 140px;
}
#smsLogo.text {
	color: #333;
	font-size: 36px;
	min-height: 48px;
	padding: 0;
	text-indent: 0;
}
#smsLogo.text > span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	padding: 5px 0;
}
#smsLogo.text .smsLogoSlogan {
	color: #bbb;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
}

/* Other elements */
h2 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 400;
	color: #888;
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 32px;
	font-size: 20px;
	font-weight: 300;
	color: #737373;
}
h2 span {
	display: block;
	font-size: 320px;
	font-weight: 700;
	color: #eb592a;
}
#errorboxbody {
	text-align: center;
	padding: 36px 0;
}

@media (max-width:1000px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 20px;
	}
	h2 span {
		font-size: 240px;
	}
}

@media (max-width:720px) {
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	h2 span {
		font-size: 120px;
	}
}