
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/body-bg-full.png) no-repeat center center fixed #f9f3e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.oneColElsCtr #container {
	width:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
}
.oneColElsCtr #mainContent {
	padding: 0 1%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		width:100%;
	max-width: 60em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	background:url(../images/trans-repeater_70.png) repeat;
	margin-top:5%;
}


a {
	text-decoration:none;
	border:none;
	color:#008c5c;
}

h1 { font-size: 1.1em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

a:hover {
	opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}

#logo-wrapper {
	margin-left:0;margin-right:0;
	text-align:center;
	margin-top:1.2em;
	width:100%;
	max-width:60em;
	margin-bottom:0em;
	padding-top:.5em;
}



#main-logo {
	margin-left:auto;
	margin-right:0;
	width:100%;
	margin-bottom:1.3em;
	border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#main-logo img {
		max-width:100%;
	max-height:120px;
	overflow:auto;
}

.logo-ind,
.logo-ind_left,
.logo-ind_right,
.logo-ind_center {
	background:#fff;
	width:28.5%;
	display:block;
	float:left;
	padding:.5%;
		border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
    border: solid 1px #ccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	margin:1%;
}

.logo-ind_center {
	width:33%;
	display:block;
}

.logo-ind_left {
	padding-bottom:140px;
	background:url(../images/burger-background.png) bottom no-repeat #fff;
}

.logo-ind_right {
	padding-bottom:140px;
	background:url(../images/wings-background.png) bottom no-repeat #fff;
}


.logo-ind_left h2,
.logo-ind_right h2{
	font-size: 19px;
	line-height:normal;
	margin:.2em;
}

.logo-ind_left p,
.logo-ind_right p {
	font-size:.9em;
	line-height:1em;
	padding:0;
	margin:.3em;
}

.logo-ind_left p.phone,
.logo-ind_right p.phone {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
}

.logo-ind_left img,
.logo-ind_right img,
.logo-ind_center img {
	width: inherit;
	min-width:100%;
	max-width:100%;
}


.logo-ind_left a img,
.logo-ind_right a img,
.logo-ind_center a img {
	width: inherit;
	min-width:100%;
	max-width:100%;
}

#button-wrapper {
	margin-top:.6em;
}

.button-first a,
.button-second a,
.button-third a,
.button-fourth a,
.button-fifth a,
.button-sixth a {
	display:block;
	background:#ee1d25;
	padding:.2em;
	padding-top:.6em;
	margin:.2em;
	height:30px;
	width:auto;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}

.button-fifth a {
	width:44.5%;
	float:left;
}

.button-sixth a {
	width:44.5%;
	float:right;
}

.button-first a:hover,
.button-second a:hover,
.button-third a:hover,
.button-fourth a:hover,
.button-fifth a:hover,
.button-sixth a:hover {
		background:#008c5c;
}

@-webkit-keyframes glowing {
  0% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
  50% { background-color: #ee1d25; -webkit-box-shadow: 0 0 10px #ee1d25; }
  100% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
}

@-moz-keyframes glowing {
  0% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
  50% { background-color: #ee1d25; -webkit-box-shadow: 0 0 10px #ee1d25; }
  100% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
}

@-o-keyframes glowing {
  0% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
  50% { background-color: #ee1d25; -webkit-box-shadow: 0 0 10px #ee1d25; }
  100% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
}

@keyframes glowing {
  0% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
  50% { background-color: #ee1d25; -webkit-box-shadow: 0 0 10px #ee1d25; }
  100% { background-color: #008c5c; -webkit-box-shadow: 0 0 2px #008c5c; }
}

.button-third a {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}


#footer-wrapper {
	width:100%;
	height:auto;
	position:fixed;
	bottom:0;
	z-index:8001;
	background:#fff;
	padding:.5em;
	padding-top:0em;
	padding-bottom:.8em;
	text-align:center;
	font-size: .9em;
}

#footer-wrapper p,
#footer-wrapper p a {
color:#000;
font-size: .9em;
}

@media screen and (max-width: 980px) {
	
	
	.oneColElsCtr #mainContent {
		width:96%;
}
	
.button-fifth a {
	width:auto;
	float:none;
}

.button-sixth a {
	width:auto;
	float:none;
}

.logo-ind_left {
	padding-bottom:0px;
	background:#fff;
}

.logo-ind_right {
	padding-bottom:0px;
	background:#fff;
}


}



@media screen and (max-width: 800px) {
	
#logo-wrapper {

}


#main-logo img {
}



.logo-ind_left,
.logo-ind_right {
	width:98.5%;
	float:none;
	text-align:center;
	margin-left:0;margin-right:0;
	clear:both;
}

.logo-ind_center {
	display:none;
}

.button-fifth a {
	width:auto;
	float:none;
}

.button-sixth a {
	width:auto;
	float:none;
}


}


@media screen and (max-width: 600px) {
	
#logo-wrapper {
	margin-left:0;margin-right:0;
	text-align:center;
	margin-top:2.5em;
	width:94%;
	margin-left:3%;
	margin-right:3%;
}

#footer-wrapper {
	display:none;
}


}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	

	.oneColElsCtr #container {
	width:100%;
	max-width: 100%;
}
	



	
#footer-wrapper {
	display:none;
}

}
