html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}
.content a{
	color:#fff;}
.content a:hover{
	color:#ea0437;}
	
.content ul ul{
	margin-left:25px;}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 25px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ea0437;
  text-transform: uppercase;
  text-decoration: none;
  border:none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #bb032c;
}

.content, .content p {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px
}

h1 {
	font-size: 24px;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #ea0437;
	margin-bottom: 20px;
	font-weight:normal;
}

h2 {
	font-size: 16px;
	line-height: 1.3em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight:normal;
}

h3 {
	font-size: 16px;
	line-height: 1.3em;
	color: #ea0437;
	margin-bottom: 10px;
	font-weight:normal;
}

h4 {
	font-size: 16px;
	line-height: 1.3em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

strong {
	font-weight: 700;
}

.content > ul {
	margin-left: 16px;
	font-size: 16px;
	line-height: 1.3em;
	padding: 10px 0;
}

.content > .btn {
	margin: 0 0 10px 0;
}

i.icon{
	display:block;
	width:30px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/sprite24.png);
}

i.instagram { background: url(../images/instagram-sprite.png); background-position: -6px -6px;}
i.instagram:hover { background-position: -6px 34px;}
i.twitter { background-position: 0 -5px;}
i.twitter:hover { background-position: 0 -32px;}
i.facebook { background-position: -29px -6px;}
i.facebook:hover { background-position: -29px -32px;}
i.menu { background-position: 0 -56px;}
/*i.menu:hover { background-position: -24px -55px;}*/
i.more { background-position: 0 -79px;}
i.more:hover { background-position: -24px -79px;}

img{
	max-width:100%;}
	
.EditingFormTable *{
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
	
	}
.EditingFormTable input,
.EditingFormTable textarea{

	padding:8px 10px;;
	border:none;
	margin:0px;
	margin-right:10px;}
			
.EditingFormTable label{
	display:block;
	margin-right:25px;}	
.EditingFormTable td{
padding:0px 10px 10px 0px;}	
.EditingFormTable button,
.EditingFormTable input[type="submit"]
{
padding:4px 10px 4px 10px;}	

.EditingFormTable input.FormButton{
}		
#p_lt_ctl03_pageplaceholder_p_lt_ctl05_editabletext1_ucEditableText_widget1_ctl00_viewBiz_SecurityCode_captchaControl_lblSecurityCode{
	display:none;}	
	
	    .google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
		height:200px;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
.menu-table td{
	width:130px;
	padding-bottom:10px;
	}	
	.menu-table td:first-child{
	width:auto;
	}	
	.menu-table p{
		margin:0px;}
	