/** Customized HTML5 reset based on normalize.css and HTML5 boilerplate */

/** Block display fix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/** Inline display fix */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/** Audio controls fix */
audio:not([controls]) {
	display: none;
	height: 0;
}

/** Hidden attribute support */
[hidden] {
	display: none;
}

/** Text resizing fix */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/** Font family consistency fix */
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}

/** No margins, readable text */
body {
	margin: 0;
	font-size: 13px;
	line-height: 22px;
}

/** Normalize link focus */
a:focus {
	outline: thin dotted;
}

/** Readability fix  */
a:hover,
a:active {
	outline: 0;
}

/** Style normalizing */
abbr[title] {
	border-bottom: 1px dotted;
}

/** Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b, 
strong {
	font-weight: bold;
}

/** margin normalizing */
blockquote {
	margin: 1em 40px;
}

/** Addresses styling not present in S5, Chrome */
dfn {
	font-style: italic;
}

/** Addresses styling not present in IE6/7/8/9 */
mark {
	background: #ff0;
	color: #000;
}

/** Addresses margins set differently in IE6/7 */
/*p,  TODO: remove? set further down */
pre {
	margin: 1em 0;
}

/** Corrects font family set oddly in IE6, S4/5, Chrome */
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/** Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/** Quote support */
q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

/** Normalize */
small {
	font-size: 75%;
}

/** Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/** Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/** Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/** Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/** Normalize border, improve scaling */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/** Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/** Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
	margin: 0;
}

/** Corrects margin displayed oddly in IE6/7 */
form {
	margin: 0;
}

/** Define consistent border, margin, and padding */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/** Corrects color and alignment issues in IE6/7/8/9 */
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

/** Normalization */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

/** Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
	line-height: normal; 
}

/** Spacing, pointer, styling for buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

/** Re-set default cursor for disabled elements */
button[disabled],
input[disabled] {
	cursor: default;
}

/** IE Padding and sizing reset hacks */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

/** Normalization */
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/** Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/** Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** Removes default vertical scrollbar in IE6/7/8/9 Improve readability. */
textarea {
	overflow: auto;
	vertical-align: top;
}

/** Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* Universal
-------------------------------------------------------------- */
h2 { 
	font-size: 18px;
	color:#fff;
	font-weight:400;
	line-height: 1;
	padding:0.3em 0;
	margin:0;
}

p {
	padding: 0.2em 0 !important;
	margin:0;
}

html {height:100%;}

body {
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
	background:url(slate.jpg);
	color: #ccc;
	font-size:13px;
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	body {background-size:300px 300px;}
}
h2 > a {
	color: #404449 !important;
}

a {
    color : #fff;
    text-decoration: none;
}

blockquote {
	color:#999;
	margin:1em 0em !important;
	font-size:13px;
	border-left:none !important;
	background:url(quote.png) top left no-repeat;
	background-size:58px 47px;
	min-height:47px;
}

.wsite-mobile .wsite-multicol-table-wrap {
    margin: 0em 0 !important;
}

.wsite-mobile .wsite-button + div {
	display:none;
}

hr, hr.styled-hr {
	background: #0F0F0F;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

/* Top Bar
-------------------------------------------------------------- */
#header {
	background: url(slate.jpg);
	background: -moz-linear-gradient(top,  rgba(161,183,195,0.15) 0%, rgba(76,102,117,0.15) 100%), url(slate.jpg);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,183,195,0.15)), color-stop(100%,rgba(76,102,117,0.15))), url(slate.jpg);
	background: -webkit-linear-gradient(top,  rgba(161,183,195,0.15) 0%,rgba(76,102,117,0.15) 100%), url(slate.jpg);
	background: -o-linear-gradient(top,  rgba(161,183,195,0.15) 0%,rgba(76,102,117,0.15) 100%), url(slate.jpg);
	background: -ms-linear-gradient(top,  rgba(161,183,195,0.15) 0%,rgba(76,102,117,0.15) 100%), url(slate.jpg);
	background: linear-gradient(to bottom,  rgba(161,183,195,0.15) 0%,rgba(76,102,117,0.15) 100%), url(slate.jpg);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a1b7c3', endColorstr='#264c6675',GradientType=0 ); */
	color: #fff;
	position: relative;
	width:94%;
	padding: 8px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:0 3% 10px;
	border:1px solid #111;
	border-radius:4px;
	z-index: 8;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.12), 0 1px 3px rgba(0,0,0,0.2);
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	#header {background-size:100%, 300px 300px;}
}
	
#header h1 {
	font-weight:600;
	margin: 5px 0;
	padding: 0px 55px;
	font-size: 16px;
	text-shadow:0 1px 1px rgba(0,0,0,0,1);
	line-height: 1.10;
	text-align:center;
	color:#fff;
}

#header a {
	color: #fff;
}

#header .wsite-menu-button, #header .wsite-home-link {
	float: left;
	cursor: pointer;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: absolute;
	top:0;
}

#header .wsite-home-link {
	background: url(home-icon.png) 11px no-repeat;
	background-size:20px 19px;
	height:100%;
	right:0;
	width:43px;
	border-left:1px solid #000;
	box-shadow:inset 1px 0 0 rgba(255,255,255,0.1), -1px 0 0 rgba(255,255,255,0.1);
	border-radius: 0 4px 4px 0;
}

#header .wsite-menu-button:active, .menu-open #header .wsite-menu-button {
	background:rgba(0,0,0,0.2);
}

#header .wsite-home-link:active {
	background:url(home-icon.png) 11px no-repeat, rgba(0,0,0,0.2);
	background-size:20px 19px, 100%;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	#header .wsite-home-link {
		background: url(home-icon-@2x.png) 12px no-repeat;
		background-size:20px 20px;
	}
	#header .wsite-home-link:active {
		background:url(home-icon-@2x.png) 12px no-repeat, rgba(0,0,0,0.4);
		background-size:20px 20px, 100%;
	}
}

.wsite-cart-link {
	height: 100%;
	right: 0;
	width: 30px;
	padding-right: 12px;
	position: absolute;
	top: 0;
	border-left: 1px solid #000;
	box-shadow:inset 1px 0 0 rgba(255,255,255,0.1), -1px 0 0 rgba(255,255,255,0.1);
}

.wsite-cart-link .wsite-cart-link-inner {
	background:url(icon-cart.png) no-repeat 0px 0px;
	width: 26px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 8px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-cart-link .wsite-cart-link-inner {
		background-image:url(icon-cart-@2x.png);
        background-size:26px 20px;
	}
}

/* reusable button */
.wsite-menu-button, .menu-button {
	float: left;
	left:0;
	height:100%;
	width:43px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	padding-left:12px;
	cursor: pointer;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border-right:1px solid #000;
	box-shadow:inset -1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1);
	border-radius: 4px 0 0 4px;
}

.wsite-menu-button-bars, .menu-button-bars {
	float: left;
	position: absolute;
	top:50%;
	margin-top:-8px;
}
	
.wsite-menu-button-bar, .menu-button-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin-top: 4px;
	box-shadow:0 1px 2px rgba(0,0,0,0.6);
}

.wsite-menu-button-bar:first-child, .menu-button-bar:first-child {
	margin-top:1px;
}
	
.wsite-menu-button-text, .menu-button-text {
	display: none;
}

/* Navigation
-------------------------------------------------------------- */
.menu-open #wsite-page-wrapper {
	box-shadow:inset 0 0 1px rgba(255,255,255,0.4), -1px 0 0 rgba(255,255,255,0.1);
	border-left:1px solid #000;
}
#wsite-page-wrapper {
	box-shadow:inset 0 0 1px rgba(255,255,255,0), -1px 0 0 rgba(255,255,255,0);
	padding-top:10px;
}
.wsite-menu-wrapper {
	color:#424242;
	z-index: 2;
	background: url(dark-slate.png);
	background-size:100px 100px;
}

.wsite-mobile-menu li, .wsite-mobile-menu li:last-child {
	border:none;
}

.wsite-mobile-menu li a {
	font-weight:300;
	color: #fff;
	padding:15px;
	font-size:16px;
	border-bottom: 1px solid #000 !important;
	text-shadow:0 1px 0 rgba(0,0,0,0.7);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.07), inset 0 1px 0 rgba(255,255,255,0.03);
}

.wsite-mobile-menu li#active a,
.wsite-mobile-menu li a:active {
	color: #fff;
	position: relative;
	background:rgba(0,0,0,0.35) !important;
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.2);
}


.wsite-mobile-menu .wsite-menu-mobile-arrow {
	border: none;
	width:16px;
	height:16px;
	top: 5px;
	left:0;
	background:url(mobile-menu-arrow.png) top left no-repeat;
	background-size:16px 16px;
}

.wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
	top: 5px;
	border: none;
	background:url(mobile-menu-back.png) top left no-repeat;
	background-size:16px 16px;
}

.wsite-menu-back {padding-left:10px;}


.wsite-menu-wrapper .wsite-mobile-menu ul > li:first-child, .wsite-menu-wrapper .wsite-mobile-menu ul > span:first-child li {
	border-top: none;
}

.wsite-mobile-menu ul > li:first-child a, .wsite-mobile-menu span:first-child > li {
	padding-top:15px;
}

.wsite-mobile-menu ul > li:last-child a, .wsite-mobile-menu span:last-child > li {
	padding-bottom:15px;
}
.wsite-mobile-menu li:last-child a {
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.07), inset 0 1px 0 rgba(255,255,255,0.03), 0 1px 0 rgba(255,255,255,0.1);
}

/* Home Navigation
-------------------------------------------------------------- */
.home-page .wsite-home-link {
	display:none;
}

.home-page #header {
	background:none!important;
	border:none !important;
	box-shadow: none;
	padding:30px 0;
	position:relative;
	margin:0;
}

.home-page .wsite-menu-wrapper {
	color:#fff;
	z-index: 2;
	background:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin: 0;
	background:url(bg.jpg) fixed;
	background:rgba(255,255,255,0.05);
	padding-bottom:10px;
	border-top:1px solid #0F0F0F;
	border-bottom:1px solid #0F0F0F;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.1), 0 1px 1px rgba(255,255,255,0.1), inset 0 -1px 1px rgba(255,255,255,0.06), 0 -1px 1px rgba(255,255,255,0.07);
}

.home-page .wsite-animation-wrap {
	text-align:center;
}

.home-page .wsite-animation-wrap ul {
	list-style:none;
}

.home-page .wsite-mobile-menu li {
	border:none;
	background:none;
	display:inline-block;
}

.home-page .wsite-mobile-menu li a {
	font-weight:300;
	color: #fff;
	padding:6px 14px;
	font-size:18px;
	border-bottom: none;
	font: 500 12px/20px 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:0 1px 2px rgba(0,0,0,0.2);
	border-bottom:none !important;
	box-shadow:none !important;
}

.home-page .wsite-mobile-menu li:last-child a {
	border-bottom:none;
}

.home-page .wsite-mobile-menu li#active a,
.home-page .wsite-mobile-menu li a:active {
	border: none !important;
	text-decoration:underline;
	background:none !important;
	border-radius:3px;
	box-shadow:none;
	position: relative;
}

.home-page.no-touch .wsite-mobile-menu li a:active, .home-page.no-touch .wsite-mobile-menu li a:hover, .home-page .wsite-mobile-menu li a.active{
	background:none;
}

.home-page .wsite-mobile-menu li a:active, .home-page .wsite-mobile-menu li a:hover, .home-page .wsite-mobile-menu li a.active{
	background:none;
}
.home-page .wsite-menu-wrapper .wsite-mobile-menu ul > li:first-child, .home-page .wsite-menu-wrapper .wsite-mobile-menu ul > span:first-child li {
	border:none;
}

.home-page .wsite-mobile-menu ul > li:first-child a, .home-page .wsite-mobile-menu ul > span:first-child li a {
	padding-top: 6px;
}

.home-page .wsite-mobile-menu ul > li:last-child a, .home-page .wsite-mobile-menu ul > span:last-child li a {
	padding-bottom: 6px;
}

.home-page .wsite-mobile-menu .wsite-menu-mobile-arrow {
	border: none;
	width:16px;
	height:16px;
	top: 2px;
	left: 14px;
	background:url(mobile-menu-arrow.png) top left no-repeat;
	background-size:16px 16px;
}

.home-page .wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
	top: 2px;
	left: -15px;
	border: none;
	background:url(mobile-menu-back.png) top left no-repeat;
	background-size:16px 16px;
}


.home-page .wsite-mobile-menu ul > li:first-child, .home-page .wsite-mobile-menu span:first-child > li {
	border-top:none !important;
}

.home-page #menu {padding-top:15px;}

/* Social Icons
-------------------------------------------------------------- */
.wsite-social-item {
	background-image: none;
}

.wsite-social a {
	width:40px;
	height:40px;
	margin: 5px 10px 5px 0px;
	float:left;
	border:1px solid #000;
	border-radius:4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
	background: #555b60;
	background: -moz-linear-gradient(top,  rgba(205,238,255,0.2) 0%, rgba(154,186,202,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,238,255,0.2)), color-stop(100%,rgba(154,186,202,0.2)));
	background: -webkit-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cdeeff', endColorstr='#339abaca',GradientType=0 ); */
	
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
.wsite-social a:active {
	background: #393c3f;
	background: -moz-linear-gradient(top,  rgba(54,70,78,0.2) 0%, rgba(84,100,108,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,70,78,0.2)), color-stop(100%,rgba(84,100,108,0.2)));
	background: -webkit-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3336464e', endColorstr='#3354646c',GradientType=0 );*/
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
}

.wsite-social a span {
	display:block;
	width:40px;
	height:40px;
}

.wsite-social a.wsite-social-item.first-child,
.wsite-social a.wsite-social-item.last-child {
	margin:5px 10px 5px 0px !important;
}

.wsite-social-rss span { background: url(social-icons.png) no-repeat -281px 0px; }
.wsite-social-linkedin span { background: url(social-icons.png) no-repeat -41px 0px; }
.wsite-social-facebook span { background: url(social-icons.png) no-repeat -1px 0px; }
.wsite-social-twitter span { background: url(social-icons.png) no-repeat -81px 0px; }
.wsite-social-mail span { background: url(social-icons.png) no-repeat -201px 0px; }
.wsite-social-pinterest span { background: url(social-icons.png) no-repeat -321px 0px; }
.wsite-social-youtube span { background: url(social-icons.png) no-repeat -241px 0px; }
.wsite-social-plus span { background: url(social-icons.png) no-repeat -165px 0px; }
.wsite-social-flickr span { background: url(social-icons.png) no-repeat -401px 0px; }
.wsite-social-vimeo span { background: url(social-icons.png) no-repeat -121px 0px; }
.wsite-social-yahoo span { background: url(social-icons.png) no-repeat -361px 0px; }

.wsite-menu-wrapper .wsite-social {
	padding:1em 0em 1em 0.65em;
}

.wsite-social, .wsite-editor .wsite-social {
	white-space:normal;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	.wsite-social a span {
		background-image: url(social-icons-@2x.png);
		    -moz-background-size:440px 40px;
             -ie-background-size:440px 40px;
              -o-background-size:440px 40px;
         -webkit-background-size:440px 40px;
                 background-size:440px 40px;
	}
	
}

/* Sidebar Phone
-------------------------------------------------------------- */
#phone .wsite-text {
	font-size:15px;
	padding:15px 10px 0px 10px;
	color:#9b9fa3;
	font-weight:600;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	display:block;
}


/* Sidebar Search
-------------------------------------------------------------- */
#search .wsite-search {
	border:none;
	border-bottom:1px solid #202020;
	box-shadow:none;
	padding:16px 15px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:0px;
}

#search .wsite-search .wsite-search-input {
	background:rgba(0,0,0,0.2);
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#fff;
	padding-left:10px !important;
	box-shadow:none;
	font-size:16px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	height:30px;
	border:1px solid #202020;
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.2);
	border-radius:50px;
}

#search .wsite-search .wsite-search-input::-webkit-input-placeholder {
   color: #9a9ca4;
}

#search .wsite-search .wsite-search-input::-moz-placeholder {  /* Firefox 19+ */
   color: #9a9ca4;  
}

#search .wsite-search .wsite-search-input:-ms-input-placeholder {  
   color: #9a9ca4;  
}

#search .wsite-search .wsite-search-button, .wsite-search-element-submit, .wsite-editor .wsite-search-element-submit,
#search .wsite-search .wsite-search-button:hover, .wsite-search-element-submit:hover, .wsite-editor .wsite-search-element-submit:hover,
#search .wsite-search .wsite-search-button:active, .wsite-search-element-submit:active, .wsite-editor .wsite-search-element-submit:active {
	background: url(search-light.png) top left ;
	width: 13px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 10px;
	cursor: pointer;
}

.wsite-menu-wrapper #search .wsite-search .wsite-search-button, .wsite-menu-wrapper .wsite-search-element-submit, .wsite-menu-wrapper .wsite-editor .wsite-search-element-submit,
.wsite-menu-wrapper #search .wsite-search .wsite-search-button:hover, .wsite-menu-wrapper .wsite-search-element-submit:hover, .wsite-menu-wrapper .wsite-editor .wsite-search-element-submit:hover,
.wsite-menu-wrapper #search .wsite-search .wsite-search-button:active, .wsite-menu-wrapper .wsite-search-element-submit:active, .wsite-menu-wrapper .wsite-editor .wsite-search-element-submit:active {
	background: url(search-dark.png) top left;
	right:30px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	#search .wsite-search .wsite-search-button, .wsite-search-element-submit, .wsite-editor .wsite-search-element-submit,
	#search .wsite-search .wsite-search-button:hover, .wsite-search-element-submit:hover, .wsite-editor .wsite-search-element-submit:hover,
	#search .wsite-search .wsite-search-button:active, .wsite-search-element-submit:active, .wsite-editor .wsite-search-element-submit:active {
			background: url(search-light-@2x.png) top left;
		    -moz-background-size:40px 14px;
             -ie-background-size:40px 14px;
              -o-background-size:40px 14px;
         -webkit-background-size:40px 14px;
                 background-size:40px 14px;
	}
	
	
	.wsite-menu-wrapper #search .wsite-search .wsite-search-button, .wsite-menu-wrapper .wsite-search-element-submit, .wsite-menu-wrapper .wsite-editor .wsite-search-element-submit,
	.wsite-menu-wrapper #search .wsite-search .wsite-search-button:hover, .wsite-menu-wrapper .wsite-search-element-submit:hover, .wsite-menu-wrapper .wsite-editor .wsite-search-element-submit:hover,
	.wsite-menu-wrapper #search .wsite-search .wsite-search-button:active, .wsite-menu-wrapper .wsite-search-element-submit:active, .wsite-menu-wrapper .wsite-editor .wsite-search-element-submit:active {
			background: url(search-dark-@2x.png) top left;
		    -moz-background-size:40px 14px;
             -ie-background-size:40px 14px;
              -o-background-size:40px 14px;
         -webkit-background-size:40px 14px;
                 background-size:40px 14px;	
	}
	
}

/* Landing Page
-------------------------------------------------------------- */
.landing-container {
	padding:20px;
	-webkit-box-shadow:  0 1px 1px rgba(0,0,0,0.1);
    box-shadow:  0 1px 1px rgba(0,0,0,0.1), 0 1px 25px rgba(0,0,0,0.3);
	border-bottom:1px solid #000;
}

.landing-container h2 {
	padding: 0em;
	font-size: 22px;
}

.landing-container p {
	margin:1em 0em;
	font-size:1.1em;
}

.wsite-header {
	width: 100%;
	height: 190px;
	background: url(banner.jpg) no-repeat;
	background-size: 100%;
}


/* Header Page
-------------------------------------------------------------- */
.header-page .wsite-header {
	box-shadow:inset 0 -2px 3px rgba(0,0,0,0.2);
}

/* No-Header Page
-------------------------------------------------------------- */
.no-header-page #header {
	position:relative;
}

/* Content
-------------------------------------------------------------- */
#content-wrapper {
    margin: 0px;
}

.wsite-mobile .wsite-not-footer .wsite-multicol-table, .wsite-mobile .wsite-not-footer .wsite-multicol-tbody, 
.wsite-mobile .wsite-not-footer .wsite-multicol-tr, .wsite-mobile .wsite-not-footer .wsite-multicol-col {
	margin: 0 !important;
}

#content {
	min-height:50px;
	position:relative;
}

#content2 {
	padding:0 10px;
}

.wsite-elements,
#content .weebly-area.wsite-not-footer .weebly-content-area{
	padding:25px 10px 10px 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	position:relative; z-index:3;
	margin:0 !important;
	min-height: 50px;
}

/* Gallery
-------------------------------------------------------------- */
html body .galleryImageBorder, html body a .galleryImageBorder, 
#icontent .galleryImageBorder, #icontent a .galleryImageBorder, 
.wsite-mobile .wsite-image {
	background:#000;
	border-radius:2px;
	border:none !important;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}

html body .galleryImageBorder a, html body a .galleryImageBorder a,
#icontent .galleryImageBorder > div:first-child, #icontent a .galleryImageBorder > div:first-child, 
.wsite-mobile .wsite-image a {
	position:relative !important;
	display:block !important;
}

.wsite-mobile .wsite-image {
	padding:1px !important;
}

.wsite-mobile .wsite-image img {
	padding:0px !important;
}

.wsite-mobile .wsite-image a {
	padding:0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	border-radius:2px;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}

html body .galleryImageBorder > div, html body a .galleryImageBorder > div {
	border-radius:2px;
}

html body .galleryImageBorder a img {
	display:block !important;
	border-radius:2px;
	border:none !important;
}

html body a .galleryImageBorder a img,
body .wsite-image-border-hairline a img, body .wsite-image-border-thin a img, body .wsite-image-border-medium a img, body .wsite-image-border-thick a img {
	display:block !important;
	position:static !important;
	border-radius:2px;
	border:none !important;
}

html body .galleryImageBorder a, html body a .galleryImageBorder a,
#icontent .galleryImageBorder > div:first-child, #icontent a .galleryImageBorder > div:first-child,
.wsite-mobile .wsite-image a  {
	box-shadow:inset 0px 0 1px rgba(255,255,255,0.8)
}

/* Footer
-------------------------------------------------------------- */
.wsite-mobile .weebly-area.wsite-footer, .wsite-mobile-footer {
	border-top:1px solid #000;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
	background:url(dark-slate.jpg);
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-mobile .weebly-area.wsite-footer, .wsite-mobile-footer {background-size:300px 300px;}
}
.wsite-mobile #weeblyfootertext, .wsite-mobile .wsite-footer, .wsite-footer-version {
	background:none;
	color:#aaa;
	text-shadow:none;
}

.wsite-footer-version a {color:#fff;}
.wsite-footer-separator {
	border:none;
	border-bottom:1px solid #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

#footer blockquote {
	background-image:url(footer-quote.png);
	color:#777;
}

/* Form
-------------------------------------------------------------- */
.weebly-form-input, .wsite-form-input, .wsite-search-element-input, .wsite-editor .weebly-form-input, .wsite-editor .wsite-form-input, 
.wsite-editor .wsite-search-input, #commentPostDiv .field input[type=text], #commentPostDiv .field textarea {
	border-radius:3px;
	padding: 8px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	font-size:16px;
	background: #191919;
	border:1px solid #000;
	box-shadow:  0 1px 0 rgba(255,255,255,0.1), 0 0 1px rgba(255,255,255,0.6);
	color: #aaa;
}

.weebly-form-input:focus, .wsite-form-input:focus, .wsite-search-element-input:focus, .wsite-editor .weebly-form-input:focus, 
.wsite-editor .wsite-form-input:focus, .wsite-editor .wsite-search-input:focus,
#commentPostDiv .field input[type=text]:focus, #commentPostDiv .field textarea:focus {
	background:#fff;
	color:#222;
}

.wsite-form-field .wsite-form-input-country select,
.wsite-form-field .wsite-form-input-state  select {
	height: 40px;
	padding: 0 15px !important;
	background-position: right 16px, 0, 100%;
}

.wsite-form-field select {
    width: 100%;
	border: 1px solid #b5b6ba;
	border-radius:3px;
	padding: 9px 15px !important;
	height:50px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:400;
    -webkit-appearance: none;

	color:#fff !important;
	text-shadow:0 1px 1px rgba(0,0,0,0.9);
	border:1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
	background: url(arrow.png) right 21px no-repeat, -moz-linear-gradient(top,  rgba(205,238,255,0.2) 0%, rgba(154,186,202,0.2) 100%);
	background: url(arrow.png) right 21px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,238,255,0.2)), color-stop(100%,rgba(154,186,202,0.2)));
	background: url(arrow.png) right 21px no-repeat, -webkit-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: url(arrow.png) right 21px no-repeat, -o-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: url(arrow.png) right 21px no-repeat, -ms-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: url(arrow.png) right 21px no-repeat, linear-gradient(to bottom,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cdeeff', endColorstr='#339abaca',GradientType=0 );
	background-size:25px 8px, 100% 100%;
}

.wsite-form-label {
	font-weight:normal;
	color:#ddd;
}

.wsite-form-field {
	margin-bottom:2em;
}

.weebly-form-sublabel, .wsite-form-sublabel {
    font-size: 11px;
}

input[type="radio"], input[type="checkbox"]:not(#commentNotify) {
    left: -999em;
    position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] + label:before { background-position: 0 -22px;}
input[type="checkbox"]:checked + label:before {background-position: 0 0 ; }
		 
input[type="radio"] + label:before { background-position: -22px -22px;}	 	
input[type="radio"]:checked + label:before { background-position: -22px 0;}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label{
	color:#fff;
}

.form-radio-container label:before {
    background-image: url("formelements.png");
    content: "";
    display: inline-block;
    height: 22px;
    left: -5px;
	margin-left: 5px;
    position: relative;
    top: 7px;
    width: 22px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	div:not(#commentArea) .form-radio-container label:before {
		background-image: url("formelements-@2x.png");
		    -moz-background-size:44px;
             -ie-background-size:44px;
              -o-background-size:44px;
         -webkit-background-size:44px;
                 background-size:44px;
	}
	
}

.form-radio-container, .wsite-editor .form-radio-container {
	margin: 0px 0px 2px 0px !important;
}

.wsite-phone-field .wsite-form-phone-separator {
	line-height: 35px;
}

/* Buttons
-------------------------------------------------------------- */
.wsite-button {
	border-radius: 4px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wsite-button, .wsite-button:hover,
.wsite-button-large, .wsite-button-large:hover {
	color:#fff !important;
	text-shadow:0 1px 1px rgba(0,0,0,0.9);
	border:1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
	background: #555b60;
	background: -moz-linear-gradient(top,  rgba(205,238,255,0.2) 0%, rgba(154,186,202,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,238,255,0.2)), color-stop(100%,rgba(154,186,202,0.2)));
	background: -webkit-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cdeeff', endColorstr='#339abaca',GradientType=0 ); */
}

.wsite-button:active,
.wsite-button-large:active {
	background: #555b60;
	background: -moz-linear-gradient(top,  rgba(54,70,78,0.2) 0%, rgba(84,100,108,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,70,78,0.2)), color-stop(100%,rgba(84,100,108,0.2)));
	background: -webkit-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3336464e', endColorstr='#3354646c',GradientType=0 ); */
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
}

.wsite-button-highlight, .wsite-button-highlight:hover, 
.wsite-button-large.wsite-button-highlight, .wsite-button-large.wsite-button-highlight:hover {
	background: rgb(247,252,255);
	background: -moz-linear-gradient(top,  rgba(247,252,255,1) 0%, rgba(225,231,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,252,255,1)), color-stop(100%,rgba(225,231,234,1)));
	background: -webkit-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcff', endColorstr='#e1e7ea',GradientType=0 );*/
	border:1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
	color: #444 !important;
	text-shadow:0 1px 1px rgba(255,255,255,1)
}

.wsite-button-highlight:active, 
.wsite-button-large.wsite-button-highlight:active {
	background: rgb(187,191,193);
	background: -moz-linear-gradient(top,  rgba(187,191,193,1) 0%, rgba(212,215,216,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,191,193,1)), color-stop(100%,rgba(212,215,216,1)));
	background: -webkit-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: -o-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: -ms-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: linear-gradient(to bottom,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbfc1', endColorstr='#d4d7d8',GradientType=0 ); */
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
}

.wsite-button-inner, .wsite-button-large .wsite-button-inner, 
.wsite-button-highlight .wsite-button-inner, 
.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background:none !important;
}

.wsite-button-inner:active, .wsite-button-large .wsite-button-inner:active, 
.wsite-button-highlight .wsite-button-inner:active, 
.wsite-button-large.wsite-button-highlight .wsite-button-inner:active{
	box-shadow:none !important;
}

/* Location
-------------------------------------------------------------- */
.wsite-location div:not(.wsite-hide-map) {
	padding:6px 6px 0px;	
	border-radius:3px;
	border: 1px solid #b5b6ba;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	text-align:center;

	background: rgb(247,252,255);
	background: -moz-linear-gradient(top,  rgba(247,252,255,1) 0%, rgba(225,231,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,252,255,1)), color-stop(100%,rgba(225,231,234,1)));
	background: -webkit-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcff', endColorstr='#e1e7ea',GradientType=0 );*/
	border:1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
	color: #444 !important;
	text-shadow:0 1px 1px rgba(255,255,255,1)
}

.wsite-location div:not(.wsite-hide-map) a.wsite-m-button {
	border:none;
	box-shadow:none;
	font-weight: 400;
	background:none;
	color: #595b5e;
	font-size: 14px;
	padding:4px 0 10px;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

.wsite-location img {
	margin-top:0px;
	border-radius:3px;
	-webkit-box-shadow: inset 0px 2px 7px 7px rgba(255, 255, 255, 0.68);
	box-shadow: inset 0px 2px 7px 7px rgba(255, 255, 255, 0.68);
}

/* Mobile Buttons (common)
-------------------------------------------------------------- */
.wsite-mobile .wsite-m-button {
	filter:none;
}

.wsite-phone-number .wsite-m-button, .wsite-opentable .wsite-m-button, .wsite-location .wsite-hide-map .wsite-m-button {
	background: rgb(247,252,255);
	background: -moz-linear-gradient(top,  rgba(247,252,255,1) 0%, rgba(225,231,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,252,255,1)), color-stop(100%,rgba(225,231,234,1)));
	background: -webkit-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcff', endColorstr='#e1e7ea',GradientType=0 );*/
	border:1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
	color: #555 !important;
	text-shadow:0 1px 1px rgba(255,255,255,1);
	border-radius: 4px;
	text-transform:uppercase;
	display:inline-block;
	padding: 5px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px !important;
	text-align:center;
	line-height:30px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.wsite-phone-number .wsite-m-button:active, .wsite-opentable .wsite-m-button:active, .wsite-location .wsite-hide-map .wsite-m-button:active {
	background: rgb(187,191,193);
	background: -moz-linear-gradient(top,  rgba(187,191,193,1) 0%, rgba(212,215,216,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,191,193,1)), color-stop(100%,rgba(212,215,216,1)));
	background: -webkit-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: -o-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: -ms-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: linear-gradient(to bottom,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbfc1', endColorstr='#d4d7d8',GradientType=0 );*/
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
}

/* Call Us
-------------------------------------------------------------- */
.wsite-phone-number .wsite-m-button span {
	display:block;
	background:url(callus-icon.png) no-repeat 10px center;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	.wsite-phone-number .wsite-m-button span {
		background-image: url("callus-icon-2x.png");
		    -moz-background-size:18px;
             -ie-background-size:18px;
              -o-background-size:18px;
         -webkit-background-size:18px;
                 background-size:18px;
	}
	
}

/* Reserve a Table
-------------------------------------------------------------- */
.wsite-opentable .wsite-m-button span {
	display:block;
	background:url(reserve-table-icon.png) no-repeat 7px center;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	.wsite-opentable .wsite-m-button span {
		background-image: url("reserve-table-icon-2x.png");
		    -moz-background-size:27px 14px;
             -ie-background-size:27px 14px;
              -o-background-size:27px 14px;
         -webkit-background-size:27px 14px;
                 background-size:27px 14px;
	}
	
}

/* Directions 
-------------------------------------------------------------- */
.wsite-location .wsite-hide-map .wsite-m-button span {
	display:block;
	background:url(directions-icon.png) no-repeat 10px center;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	.wsite-location .wsite-hide-map .wsite-m-button span {
		background-image: url("directions-icon-2x.png");
		    -moz-background-size:22px 21px;
             -ie-background-size:22px 21px;
              -o-background-size:22px 21px;
         -webkit-background-size:22px 21px;
                 background-size:22px 21px;
	}
	
}

/* Commenting 
-------------------------------------------------------------- */
.wsite-theme-dark .blogCommentOwner .blogCommentHeading, .wsite-theme-dark .blogCommentOwner .blogCommentHeadingInner {
	background:none;
}
.blogCommentWrap, .wsite-theme-dark .blogCommentOwner {
	margin: 0 0 22px 0;
	padding: 5px 10px 30px;
	word-wrap: break-word;
	border:1px solid #000;
	border-radius:6px;
	position:relative;
	box-shadow:0 1px 0 rgba(255,255,255,0.06), 0 0 0 1px rgba(255,255,255,0.06);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#00ffffff',GradientType=0 );
}

.blogCommentWrap:before {
	content: "";
	position:absolute;
	top:-9px;
	width: 24px; 
	height: 9px; 
	background:url(bubble-arrow-@2x.png) no-repeat, url(slate.jpg);
	background-size:24px 9px, auto;
}

.wsite-mobile .blog-post h2 > a {
	color: #fff !important;
}

h2#commentReplyTitle {
	font-size: 15px;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	text-align:center;

}

.blogCommentHeading {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 5px 0;
	padding:0;
	background:#fff;
}

.blogCommentHeading .blogCommentHeadingInner {
	height: 25px;
	background: #fff;
}

.blogCommentHeading .blogCommentAuthor {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height:25px;
	padding: 0;
	background: none;
}

.blogCommentHeading .blogCommentAuthor span.name, .blogCommentHeading .blogCommentAuthor a.name, .blogCommentHeading .blogCommentAuthor span.email {
	float: left;
	height: 25px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	color:#747677 !important;
}

.blogCommentHeading .blogCommentDate {
	float: right;
	text-align: right;
	font-size: 13px;
	color: #bababb !important;
	height: 25px;
	line-height:25px;
	padding: 0;
	margin: 0;
}

.blogCommentOwner .blogCommentHeading .blogCommentAuthor {
	background-image: none;
}

.blogCommentText p, #secondlist .blogCommentText p {
	color: #bbb !important;
	font: 400 13px/20px 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	word-wrap:break-word;
}

.blogCommentText {
	padding: 0 ;
}

.blogCommentOwner, .blogCommentOwner .blogCommentHeading, .blogCommentOwner .blogCommentHeadingInner {
	background-image: none;
}

.blogCommentHeading .blogCommentAuthor a.link {
	margin: 5px 3px 0 0;
}

.blog-button {
	font-family: 'Open Sans', sans-serif;
	height: 30px;
	font-size: 12px;
	font-weight: 500;
	text-transform:uppercase;
	cursor: pointer;
	line-height: 30px;
	background:#fff;
	position:absolute;
	bottom:-1px;
	right:-1px;
	border-radius:3px 0 6px 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color:#fff !important;
	text-shadow:0 1px 1px rgba(0,0,0,0.9);
	border:1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1);
	background: -moz-linear-gradient(top,  rgba(205,238,255,0.2) 0%, rgba(154,186,202,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,238,255,0.2)), color-stop(100%,rgba(154,186,202,0.2)));
	background: -webkit-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(205,238,255,0.2) 0%,rgba(154,186,202,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cdeeff', endColorstr='#339abaca',GradientType=0 );
}

.blog-button:active {
	background: -moz-linear-gradient(top,  rgba(54,70,78,0.2) 0%, rgba(84,100,108,0.2) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,70,78,0.2)), color-stop(100%,rgba(84,100,108,0.2)));
	background: -webkit-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: -o-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: -ms-linear-gradient(top,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(54,70,78,0.2) 0%,rgba(84,100,108,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3336464e', endColorstr='#3354646c',GradientType=0 );
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.1);
}

#commentSubmit {
	border-radius:3px;
	right:auto;
	float:left;
	margin-right:auto;
	left:0;
	bottom:0;
	background: rgb(247,252,255);
	background: -moz-linear-gradient(top,  rgba(247,252,255,1) 0%, rgba(225,231,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,252,255,1)), color-stop(100%,rgba(225,231,234,1)));
	background: -webkit-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,252,255,1) 0%,rgba(225,231,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fcff', endColorstr='#e1e7ea',GradientType=0 );
	border:1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
	color: #444 !important;
	text-shadow:0 1px 1px rgba(255,255,255,1)
}

#commentSubmit:active {
	background: rgb(187,191,193);
	background: -moz-linear-gradient(top,  rgba(187,191,193,1) 0%, rgba(212,215,216,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,191,193,1)), color-stop(100%,rgba(212,215,216,1)));
	background: -webkit-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: -o-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: -ms-linear-gradient(top,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	background: linear-gradient(to bottom,  rgba(187,191,193,1) 0%,rgba(212,215,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbfc1', endColorstr='#d4d7d8',GradientType=0 );
	box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.15), 0 0 1px 1px rgba(255,255,255,0.1);
}


.blog-button span {
	float: left;
	height: 100%;
	background: none;
	margin: 0 0 0 7px;
	padding: 0 15px 0 8px;
}

.wsite-mobile iframe {
	margin: 0 !important;
}

#commentPostDiv .commentInput, #commentPostDiv .commentTextarea {
	padding: 0 0 0 0;
	margin-left:12px;
}
.blogCommentSubreplyWrapper div.iframeWrapper {
	background: #fff;
	border:none;
	border-top: solid #000 1px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.wsite-theme-dark .blogCommentSubreplyWrapper div.iframeWrapper {
	background: none !important;
	border-color: #000;
	color:#fff !important;;
}

#commentPostDiv .field input[type=text] {
	height: 32px;
	line-height: 32px;
}

.blogCommentSubreplyWrapper iframe {
	padding: 15px 0 0 0;
}
.wsite-mobile .blogCommentWrap.blogCommentLevel1 {margin-left:10px !important;}
.wsite-mobile .blogCommentWrap.blogCommentLevel2 {margin-left:20px !important;}