
@font-face {
    font-family: "Open Sans Light" ;
    src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
    font-family: "Open Sans Light" ;
    src: url("../fonts/OpenSans-Light.eot"); /* EOT file for IE */
}
@font-face {
    font-family: "Open Sans Regular" ;
    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "Open Sans Regular";
    src: url("../fonts/OpenSans-Regular.eot") 
}
@font-face {
    font-family: "Open Sans Bold" ;
    src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "Open Sans Bold" ;
    src: url("../fonts/OpenSans-Bold.eot"); /* EOT file for IE */
}

body{
	background-color: #e77504
}
.main-content{
	display: block;
	width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.offlineerror-container{
	display: block;
	width: 50%;
	background-color: #ffffff;
	border-radius: 7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 34px;
}
img.biglotslogo{
	max-width: 70%;
	margin-top: 15px;

}
.message-title{
	text-align: center;
	text-transform: uppercase;
	font-family: "Open Sans Bold";
  font-weight:700;
}
.message-desc{
  text-align: center;
  font-family: "Open Sans Light";
  font-weight:300;
  width: 59%;
  display: inline-block;
  margin: 0;
  padding-bottom: 28px;
}
.social-links{
	display: inline-block;
	width: 100%;
}
.social-links span.form-label{
     font-family: "Open Sans Bold";
     font-weight: 300;
     display: inline-block;
     margin-right: 11px;
     font-size: 14px;
}
.social-icon { background: transparent; background-image: url("../images/sprites/icons.social.png"); background-repeat: no-repeat; display: inline-block; text-indent: 110%; white-space: nowrap; overflow: hidden; vertical-align: middle; margin-top: -.2em; }
@media (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13 / 10), (min-device-pixel-ratio: 1.3), (min-resolution: 120dpi) { .social-icon { background-image: url("../images/sprites/icons.social2x.png"); -webkit-background-size: 300px 50px; -moz-background-size: 300px 50px; -o-background-size: 250px 50px; background-size: 300px 50px; } }

.social-icon-facebook { background-position: -6px 50%; height: 40px; width: 40px; }

.social-icon-twitter { background-position: -55px 50%; height: 40px; width: 40px; }

.social-icon-youtube { background-position: -204px 50%; height: 40px; width: 40px; }

.social-icon-pinterest { background-position: -105px 50%; height: 40px; width: 40px; }

.social-icon-instagram { background-position: -155px 50%; height: 40px; width: 40px; }


@media only screen and (max-width: 47.49em) {
		.offlineerror-container{
			width: 100%;
		}
			.message-desc{
  width: 83%;
}
	}
