html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,
font,ins,kbd,q,s,samp,small,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,pre{
	border:0;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
	font-family:Helvetica,Arial,sans-serif;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit
}

html{
	font-size:62.5%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
body{background:#fff}


table{
	border-collapse:separate;
	border-spacing:0;
	width:100%
}
caption,th,td{
	font-weight:normal;
	text-align:left;
	vertical-align:top
}
blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:"" ""}

body,button,input,select,textarea{
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.3;
	color:#000
}


h1,h2,h3,h4,h6,strong{
	clear:both;
	font-weight:700
}

hr{
	background-color:#ccc;
	border:0;
	height:1px;
	margin-bottom:1.5em;
	box-shadow:0 2px 4px 0 #888
}
img{
	height:auto;
	max-width:100%
}
a:hover,a:active{outline:0}
a:focus{outline:none;outline-width:0}
ol,ul{list-style:none}
a img{border:0}
em{font-style:normal}

a,a.visited,.alink{
	color:#0e448a;
	text-decoration:none;
	cursor:pointer
}
a:hover,.alink:hover{color:#c00}

.wrap{
	clear:both;
	width:1280px;
	margin:0 auto
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.4em;
	margin: 1em auto
}
h3{
	font-size: 1.25em;
	margin: 1em auto
}
.main-menu{
	text-align: right;
	padding: 8px;
	background: #efefef;
	border-bottom: 1px solid #ccc
}
.main-menu li{
	display: inline-block;
	padding: 2px;
}
.main-menu li:after{
	content:' |';
	display: inline-block;
	margin-left:6px
}
.main-menu li:last-child:after{
	content:'';
}
.main-menu li a{
	color: #333;
}
.column1,.column2,.column3{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 2%;
}
.column1{width:66%;padding-left:0}
.column2{width:33%}
.column3{width:32%}

.footer{
	margin: 2em auto;
	font-size: .9em;
	text-align: center
}
.hours{max-width:210px}
.hours th, .hours td{
	border-bottom: 1px solid #efefef;
    padding: 1px 4px
}

.review:before {
    display: inline-block;
    content: '';
    background-size: 14px 13px;
    background-repeat: repeat-x;
    height: 13px;
    top: 1px;
    width: 69px;
    margin-right: 3px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
}

.scrollToTop{
	position: fixed;
	bottom: 12px;
	right: 12px;
	display:block;
	width: 50px;
	height: 50px;
	line-height:46px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	font-size:2em;
	color: #fff;
	background:rgba(0,0,0,.5);
}



@media screen and (max-width:1280px){
	.wrap{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	h1, [class^="column"] {
		padding:1%;
	}
	h2, h3{padding: 0}
	.nav{
		padding-left: 2%;
		font-size:.8em;
	}
	.video iframe{
		width: 100%;
		height: 540px
	}
}

@media screen and (max-width:480px){
	[class^="column"]{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	h1{font-size: 1.25em; margin: 1em 0}
	[class^="column"]{padding:0;}
	[class^="column"] p, h2, h3{padding:2%;}
	.top-img img{
		max-width: unset;
		width: 140%;
	}
	.video iframe{
		height: 320px;
	}
}
