*
{
    padding: 0;
    margin: 0;
}
body
{
    font-family: OpenSansRegular,arial;
    font-size: 14px;
    color: black;
    line-height: 20px;
    background: url('../images/back.png');
}
html,body
{
    height: 100%;
}
.container
{
    width: 980px;
    margin: auto;
 
}
#topstrip
{
   background: url('../images/topstrip.png') repeat-x; 
}
#socaillinks
{
    width: 320px;
    float: left;
  
    margin-top:50px;
}
#socaillinks img
{
    padding-right:10px;
}
#logo
{
    width: 420px;
    float: left;    
    height: 161px;
}
#call
{
     width: 220px;
    float: right;    

    margin-top:20px;
   
}
.m_highlight
{
    color: #b71b15;
}
.v_highlight
{
    color: #28166f;
}
.ft_18
{
    font-size: 18px;
}
.ft_24
{
    font-size: 24px;
}
.ft_16
{
    font-size: 16px;
}
#menu
{
    background: url('../images/menustirp.png') no-repeat;
    height: 50px;
}
#menu ul
{
    padding: 0;
    margin: 0;
}
#menu ul li
{
    float: left;
    list-style: none;
    font-size: 14px;
    
}
#menu li a
{
    color: white;
    text-decoration: none;
    display: block;
    margin: 15px 0px 9px 16px;
}
#menu li a:hover
{
    color:#75C5F0;
}
#points li
{
    padding-bottom: 10px;
}
#abtmadragroceries
{
    float: left;
    width: 330px;
}
#slideshow_madgroce
{
     float: left;
    width: 650px;   
}
#video_reviews
{
    width: 320px;
    float: left;
}
#gallery
{
    width: 320px;
    float: left;
}
#contact
{
    width: 320px;
    float: right;
}
#gallery_page img
{
    border:1px solid black;
    width: 200px;
    height: 150px;
    margin-right:49px;
    margin-bottom:20px;
}
#products ul
{
    padding: 0;
    margin-left:30px;
}
#products li
{
    list-style-image: url('../images/arrow.png');
    padding-bottom: 20px;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('opensans-regular.eot');
    src: url('opensans-regular.eot') format('embedded-opentype'),
         url('opensans-regular.woff') format('woff'),
         url('opensans-regular.ttf') format('truetype'),
         url('opensans-regular.svg#OpenSansRegularRegular') format('svg');
}

#menu li a span
{
	display:flex;
	align-items: center;
	color:#f9ff00;
}
#menu li a img
{
	padding-right:5px;
	display:inline-block;
	
}
#menu li a .pulse
{
	animation: pulse 2s infinite;
}

@keyframes pulse
{
	0% {
    -moz-opacity:0;
    opacity: 0;
	-moz-transform: scale(1.02);
	transform: scale(1.02);
  }
  70% {
      -moz-opacity:1;
    opacity: 1;
	  -moz-transform: scale(1.05);
	  transform: scale(1.05);
  }
  100% {
       -moz-opacity:1;
    opacity: 1;
	   -moz-transform: scale(1.08);
	   transform: scale(1.08);
  }
}

.table-bg
{
	background-image:url(../images/foodcourt-01.jpg);
	width: 100%;
	height:1335px;
	background-size:cover;
	border-radius:5px;
}
.table-outer
{
	padding:35px;
	display: table-cell;
    vertical-align: middle;
}

.table-outer table
{
	width: 50%;
	float: left;
	color:#FFF;
	border:1px solid #FFF;
	display:inline-table;
}
.table-valign
{
	display: table;
    vertical-align: middle;
    height: 1200px;
    width: 100%;
}

.table-inner
{
	display:inline-block;
	background-color: rgba(55,7,8,0.80);
    padding: 40px;
    border-radius: 5px;
	text-align:center;
}



.table-inner table thead th
{
	text-align:left;
}

.table-inner table thead th,.table-inner table tbody td
{
padding:8px 10px;
	
}
tr.border-btm td,tr.border-btm th
{
	border-bottom:1px solid #FFF;
}
table .last td
{
	border-bottom:none;
}
.row-right
{
	text-align:right;
}

.tb-heading h2
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:36px;
	padding-top: 55px;
}