/* Variables
------------------------------------------------------------------
{
  Color: [
    {
      value: 'grey',
      sample: '#777777',
      NormalColor: '#777777',
	  LinkColor: '#111111',
      PressedColor: '#595959',
	  HeaderBgColor: '#ffffff',
	  HeaderTextColor: '#363636',
	  HomeIcon: 'grey',
	  cartIcon: 'grey'
    },
	{
      value: 'cyan',
      sample: '#20cbe9',
      NormalColor: '#20cbe9',
	  LinkColor: '#20cbe9',
      PressedColor: '#1898af',
	  HeaderBgColor: '#20cbe9',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    },
    {
      value: 'violet',
      sample: '#9e5cad',
      NormalColor: '#9e5cad',
	  LinkColor: '#9e5cad',
      PressedColor: '#774582',
	  HeaderBgColor: '#9e5cad',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    },
    {
      value: 'pink',
      sample: '#b65275',
      NormalColor: '#b65275',
	  LinkColor: '#b65275',
      PressedColor: '#893e58',
	  HeaderBgColor: '#b65275',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    },
    {
      value: 'red',
      sample: '#cb473e',
      NormalColor: '#cb473e',
	  LinkColor: '#cb473e',
      PressedColor: '#98352e',
	  HeaderBgColor: '#cb473e',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    },
    {
      value: 'orange',
      sample: '#d56734',
      NormalColor: '#d56734',
	  LinkColor: '#d56734',
      PressedColor: '#a04e27',
	  HeaderBgColor: '#d56734',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    },
    {
      value: 'yellow',
      sample: '#d59734',
      NormalColor: '#d59734',
	  LinkColor: '#d59734',
      PressedColor: '#a07227',
	  HeaderBgColor: '#d59734',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    },
    {
      value: 'green',
      sample: '#92cb3e',
      NormalColor: '#92cb3e',
	  LinkColor: '#92cb3e',
      PressedColor: '#6d982e',
	  HeaderBgColor: '#92cb3e',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    },
    {
      value: 'teal',
      sample: '#39d0b4',
      NormalColor: '#39d0b4',
	  LinkColor: '#39d0b4',
      PressedColor: '#2b9c87',
	  HeaderBgColor: '#39d0b4',
	  HeaderTextColor: '#ffffff',
	  HomeIcon: 'white',
	  cartIcon: 'white'
    }
  ]
}
------------------------------------------------------------------
*/

/** 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;
}

/* Universal
-------------------------------------------------------------- */
html {
	height:100%;
}

body {
	font-family: 'Ubuntu', sans-serif;
	word-wrap: break-word;
	background:#eaeaea;
	font-size:14px;
	color: #777777;
}

h2 { 
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color:#666666;
	font-weight:normal;
	padding:0.3em 0;
	margin:0;
}

p {
	padding: 0.2em 0 !important;
	margin:0;
	line-height:1.7;
}

h2 > a {
	color: #555555 !important;
}

a {
    color : $LinkColor;
    text-decoration: none;
}

a:active {
    color : $PressedColor;
    text-decoration: none;
}

blockquote {
	color:#575343;
	margin:1em 0em !important;
	background:url(quotes.png) no-repeat 0 0;
	font-size:14px;
	border: none !important;
	width:100%;
	padding-left:50px !important;
	position:relative;
	left:-20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-height:40px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	blockquote {
		background-image:url(quotes-@2x.png);
        background-size:34px;
	}
}

#wsite-page-wrapper {
	box-shadow:none;
}

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

hr.styled-hr {
	border:none;
	background:#d5d5d5;
	height: 2px; 
}

.wsite-button {
     -webkit-tap-highlight-color: rgba(0,0,0,0)
}

/* Top Bar
-------------------------------------------------------------- */
#header-wrapper {
	position:relative;
	overflow:hidden;
	min-height:195px;
}

#header {
	position: relative;
	padding: 15px 5px;
	z-index: 8;
	min-height:35px;
	background:$HeaderBgColor;
	opacity:0.96;
	top:0px;
	width:100%;
	box-sizing:border-box;
	moz-box-sizing:border-box;
}

.home-page #header,
.no-header-page #header {
	position:relative;
	opacity:1;
}

.wsite-header {
	width: 100%;
	min-height: 195px;
	background: url(banner.jpg) no-repeat;
	background-size: 100%;
	z-index:0; 
}
	
#header h1 {
	font-family: 'Montserrat', sans-serif;
	color: $HeaderTextColor;
	font-weight:normal;
	margin: 8px 0;
	padding: 0px 45px;
	font-size: 17px;
	line-height: 1.10;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
}

#header a {
	color: $HeaderTextColor;
}

/* Header Buttons */ 
#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;
}

.wsite-cart-link {
	height: 100%;
	right: 0;
	width: 23px;
	padding-right: 12px;
	position: absolute;
	top: 0;
}

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

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

/* Home Button */ 
#header .wsite-home-link {
	height:100%;
	right:0;
	width:43px;
	text-align:center;
	padding-right:10px;
}

#header .wsite-home-link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#header .wsite-home-link .wsite-home-link-inner {
	background:url(icon-home-$HomeIcon.png) no-repeat 0px 0px;
	width:13px;
	height:15px;
	display: inline-block;
	vertical-align: middle;
}

#header .wsite-home-link:active .wsite-home-link-inner {
	background-position: 0px 0px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	#header .wsite-home-link .wsite-home-link-inner {
		background-image:url(icon-home-$HomeIcon-@2x.png);
        background-size:13px 15px;
	}
}
	
/* 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);
}

.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: 13px; 
	height: 3px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	background-color: $HeaderTextColor; 
	margin-top: 3px;
}

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

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

/* Navigation
-------------------------------------------------------------- */
.wsite-menu-wrapper {
	color:#999;
	z-index: 2;
	background:#363636;
	position:relative;
}

.no-header-page .wsite-menu-wrapper,
.landing-page .wsite-menu-wrapper,
.header-page .wsite-menu-wrapper {
	top: 55px;
}

.wsite-mobile-menu {
	margin:20px 20px 0px;
}

.wsite-mobile-menu ul {
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

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

.wsite-mobile-menu li {
	margin-bottom:2px;
}

.wsite-mobile-menu li a,
.wsite-mobile-menu li a:hover{
	font-size:14px;
	color: #fff;
	padding:15px !important;
	background: #494949; 
}

.wsite-mobile-menu li#active a {
	background: $NormalColor;
}

.wsite-mobile-menu li a:active {
	background: #777777; 
}

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

.wsite-mobile-menu .wsite-menu-back {
	padding-left:20px;
	display:inline-block;
}

/* Arrow for sub navigation */ 
.wsite-mobile-menu .wsite-menu-mobile-arrow {
	border:none;
	background:url(sidebar-nav-arrow.png) no-repeat;
	width:9px;
	height:13px;
	margin-right:10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-mobile-menu .wsite-menu-mobile-arrow {
		background-image:url(sidebar-nav-arrow-@2x.png);
        background-size:9px 13px;
	}
}

.wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
	border:none;
	background:url(sidebar-nav-back-arrow.png) no-repeat;
	width:9px;
	height:13px;
	margin-left:10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
		background-image:url(sidebar-nav-back-arrow-@2x.png);
        background-size:9px 13px;
	}
}

/* Arrow for Homepage sub navigation */ 
.home-page .wsite-mobile-menu .wsite-menu-mobile-arrow {
	border:none;
	background:url(nav-arrow.png) no-repeat;
	width:9px;
	height:13px;
	margin-right:10px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.home-page .wsite-mobile-menu .wsite-menu-mobile-arrow {
		background-image:url(nav-arrow-@2x.png);
        background-size:9px 13px;
	}
}

.home-page .wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
	border:none;
	background:url(nav-back-arrow.png) no-repeat;
	width:9px;
	height:13px;
	margin-right: -16px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.home-page .wsite-mobile-menu li.wsite-menu-back-item .wsite-menu-mobile-arrow {
		background-image:url(nav-back-arrow-@2x.png);
        background-size:9px 13px;
	}
}

/* Homepage navigation */
.home-page .wsite-menu-wrapper {
	padding:20px 20px 0px; /* Margin around Homepage Navigation */
	background:none;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}

.home-page .wsite-mobile-menu {
	margin:0px;
}

.home-page .wsite-mobile-menu ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.home-page .wsite-mobile-menu li {
	margin-bottom:2px;
}

.home-page .wsite-mobile-menu li a,
.home-page .wsite-mobile-menu li a:hover{
	border-bottom:none;
	font-size:14px;
	color:#777;
	background: #fff; 
}

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

.home-page .wsite-mobile-menu li#active a,
.home-page .wsite-mobile-menu li a:active {
	color:#fff;
	background: $NormalColor; 
}

/* Social Icons
-------------------------------------------------------------- */
.wsite-social a {
	width:32px;
	height:32px;
	margin: 5px 10px 5px 0px;
	float:left;
}

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

.wsite-social-facebook { background: url(social-icons.png) no-repeat 0px 0px; }
.wsite-social-facebook:active { background-position: 0px -32px; }
.wsite-social-linkedin { background: url(social-icons.png) no-repeat -32px 0px; }
.wsite-social-linkedin:active { background-position: -32px -32px; }
.wsite-social-twitter { background: url(social-icons.png) no-repeat -64px 0px; }
.wsite-social-twitter:active { background-position: -64px -32px; }
.wsite-social-vimeo { background: url(social-icons.png) no-repeat -96px 0px; }
.wsite-social-vimeo:active { background-position: -96px -32px; }
.wsite-social-youtube { background: url(social-icons.png) no-repeat -128px 0px; }
.wsite-social-youtube:active { background-position: -128px -32px; }
.wsite-social-rss { background: url(social-icons.png) no-repeat -160px 0px; }
.wsite-social-rss:active { background-position: -160px -32px; }
.wsite-social-pinterest { background: url(social-icons.png) no-repeat -192px 0px; }
.wsite-social-pinterest:active { background-position: -192px -32px; }
.wsite-social-yahoo { background: url(social-icons.png) no-repeat -224px 0px; }
.wsite-social-yahoo:active { background-position: -224px -32px; }
.wsite-social-flickr { background: url(social-icons.png) no-repeat -256px 0px; }
.wsite-social-flickr:active { background-position: -256px -32px; }
.wsite-social-plus { background: url(social-icons.png) no-repeat -288px 0px; }
.wsite-social-plus:active { background-position: -288px -32px; }
.wsite-social-mail { background: url(social-icons.png) no-repeat -320px 0px; }
.wsite-social-mail:active { background-position: -320px -32px; }

.wsite-menu-wrapper .wsite-social {
	padding:15px 0px 0px 20px;
}

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

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

	.wsite-social a, .wsite-social a:active {
		background-image: url(social-icons-@2x.png);
        background-size:352px 64px;
	}
}

.wsite-menu-wrapper .wsite-social a {
	background-image:url(sidebar-social-icons.png);
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-menu-wrapper .wsite-social a {
		background-image:url(sidebar-social-icons-@2x.png);
	}
}

.wsite-footer .wsite-social a {
	background-image:url(footer-social-icons.png);
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-footer .wsite-social a {
		background-image:url(footer-social-icons-@2x.png);
	}
}

/* Sidebar Phone
-------------------------------------------------------------- */
#phone .wsite-text {
	font-size:14px;
	padding:15px 10px 0px 20px;
	color:#999999;
	font-weight:normal;
	display:block;
}

/* Sidebar Search
-------------------------------------------------------------- */
#search .wsite-search {
	position: relative;
	z-index: 8;
	min-height:35px;
	box-shadow:none;
	margin:20px;
}

#search .wsite-search .wsite-search-input {
	background:#222;
	border:none;
	font-size:16px !important;
	color:#888;
	height:40px;
	padding:0px 10px !important;
	box-shadow:none;
	border-radius:0px;
}

#search .wsite-search .wsite-search-button,
.wsite-search-element-submit,
.wsite-search-element-submit:hover {
	background:url(search-icon-$Color.png) no-repeat;
	width:40px;
	height:40px;
	border:none;
	margin-top: 0;
    right: 0;
    top: 0;
}

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

	#search .wsite-search .wsite-search-button,
	.wsite-search-element-submit,
	.wsite-search-element-submit:hover {
		background-image: url(search-icon-$Color-@2x.png);
        background-size:40px;
	}
}

/* Landing Page
-------------------------------------------------------------- */
.landing-container {
	background:#363636;
	overflow:hidden;
	padding:20px;
	text-align:center;
}

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

.landing-container p {
	margin:1em 0em;
	font-size:1em;
	color:#aaaaaa;
}

.landing-container .wsite-button, .landing-container .wsite-button-inner {
	width:100%;
	text-align:center;
}

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

/* Content
-------------------------------------------------------------- */
#content-wrapper {
    margin: 0px;
	background:#292929 url(bg.jpg) repeat;
}

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

.wsite-elements,
#content .weebly-area.wsite-not-footer .weebly-content-area{
	padding:0px 20px 10px 20px !important; /* Margin around content area */
	-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;
}

.content-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:20px 0 !important;
	min-height: 50px;
}

.wsite-content-title {
	line-height: 1.0;
}

/* Gallery

-------------------------------------------------------------- */
html body .galleryImageBorder, html body a .galleryImageBorder, 
#icontent .galleryImageBorder, #icontent a .galleryImageBorder, 
.wsite-mobile .wsite-image {
	background:#fff;
	border-radius:0px;
	border:none !important;
	padding:0px !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 {
	position:relative !important;
	display:block !important;
}

.wsite-mobile .wsite-image {
	padding:0px !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:0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}

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

html body .galleryImageBorder a img {
	display:block !important;
	border-radius:0px;
	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:0px;
	border:none !important;
}

/* Footer
-------------------------------------------------------------- */
#footer { background:#fff; }

.wsite-mobile-footer, .wsite-spotlight-cover,
.wsite-mobile .weebly-area.wsite-footer, .wsite-mobile-footer{
	border-top:none;
	margin:0px 20px;  /* Margin around footer */
}

.wsite-footer, .wsite-footer-version {
	border-top:none; 
	background:none !important;
	margin:0px 20px;  /* Margin around footer */
	padding:10px 0px !important;
}

.wsite-footer h2, .wsite-footer-version a {
	color:#666;
}

.wsite-footer h2 {
	font-size:20px;
}

.wsite-footer-version, .wsite-footer-version a {
	text-shadow:none;
	text-align:center;
}

.wsite-footer-separator {
	border:none;
	background:#d5d5d5;
	height: 2px; 
}

/* 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 {
	padding: 10px 8px !important;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	color:#777;
	height:40px;
	background: #fff; 
	border: 1px solid transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:16px;
	border-radius:0px;
	-moz-appearance: none;
    -webkit-appearance: none;
}

.wsite-footer .weebly-form-input, .wsite-footer .wsite-form-input, .wsite-footer .wsite-search-element-input, 
.wsite-footer .wsite-editor .weebly-form-input, .wsite-footer .wsite-editor .wsite-form-input, .wsite-footer .wsite-editor .wsite-search-input {
	background:#eaeaea !important;
}

.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 {
	color:#777;
	background: #fff; 
	border: solid 1px $NormalColor;
}

.wsite-form-field select {
    width: 100%;
	border: none;
	padding: 9px 10px !important;
	height:40px;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#777777;
	background: #fff url(select-arrow-$Color.png) right 0px no-repeat;
	background-size:40px 40px;
	-webkit-box-shadow: none;
    box-shadow: none;
	-moz-appearance: none;
    -webkit-appearance: none;
	border-radius:0px;
}

.wsite-footer .wsite-form-field select {
	background: #eaeaea url(select-arrow-$Color.png) right 0px no-repeat;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-form-field select,
	.wsite-footer .wsite-form-field select {
		background-image: url(select-arrow-$Color-@2x.png);
        background-size:40px;
	}
}

.wsite-form-label {
	font-weight:normal !important;
}

.wsite-form-field {
	padding-top:10px;
}

.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,
input[type="radio"] + label {
	font-size:16px;
	text-shadow: 0px 1px 1px #ffffff;
}

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

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

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

input[type="radio"] + label,
input[type="checkbox"] + label {
	position:relative;
	top:-15px;
}

.wsite-footer .form-radio-container label:before {
	background-image: url("footer-formelements-$Color.png");
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.form-radio-container label:before {
		background-image: url("formelements-$Color-@2x.png");
        background-size:80px;
	}
	
	.wsite-footer .form-radio-container label:before {
		background-image: url("footer-formelements-$Color-@2x.png");
	}
}

/* Buttons
-------------------------------------------------------------- */

/* Small structure & regular style */
.wsite-button {
	color: #fff !important;
	font-weight:500 !important;
	padding:5px;
}

.wsite-button-small {
	font-size:13px !important;
}

.wsite-button-large {
	font-size:15px !important;
}

.wsite-button, .wsite-button:hover,
.wsite-button-large, .wsite-button-large:hover {
	background: $NormalColor; 
}

.wsite-button:active,
.wsite-button-large:active {
	background-color: $PressedColor; 
}

/* Highlighted styles */

.wsite-button-highlight, .wsite-button-highlight:hover, 
.wsite-button-large.wsite-button-highlight, .wsite-button-large.wsite-button-highlight:hover {
	background: #363636; 
}

.wsite-button-highlight:active, 
.wsite-button-large.wsite-button-highlight:active {
	background-color: #686868;
}

.wsite-button-inner,  
.wsite-button-highlight .wsite-button-inner {
	background:none !important;
	padding-right:20px;
}

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

.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 .wsite-show-map {
	background-color: #fff; 
	overflow:hidden;
}

.wsite-location .wsite-show-map a.wsite-m-button {
	border:none;
	font-weight: normal;
	background:none;
	text-align:center !important;
	display:block;
	border-radius:0;
	color:#777;
	font-size:14px;
	padding:20px;
}

.wsite-location .wsite-show-map img {
	text-align:center;
	margin:0px auto;
	float:left;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.15);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* 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,
.wsite-phone-number .wsite-m-button:hover, .wsite-opentable .wsite-m-button:hover,
.wsite-location .wsite-hide-map .wsite-m-button:hover{
	background: $NormalColor; 
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight:500;
	text-align:left;
	display:block;
	position:relative;
	padding:15px;
	border-radius:0px !important;
	box-shadow:none;
	border:none;
	text-shadow:none;
}

.wsite-phone-number .wsite-m-button:active, .wsite-opentable .wsite-m-button:active, .wsite-location .wsite-hide-map .wsite-m-button:active {
	background-color: $PressedColor; 
}

/* Call Us
-------------------------------------------------------------- */
.wsite-phone-number .wsite-m-button span {
	display:block;
	background:url(icon-call-us.png) no-repeat 0px center;
	padding-left:35px;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-phone-number .wsite-m-button span {
		background-image: url("icon-call-us-@2x.png");
        background-size:14px 16px;
	}
}

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

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-opentable .wsite-m-button span {
		background-image: url("icon-reserve-table-@2x.png");
        background-size:16px 16px;
	}
}

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

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.wsite-location .wsite-hide-map .wsite-m-button span {
		background-image: url("icon-directions-@2x.png");
        background-size:16px 16px;
	}
}

/* Blog Comments 
-------------------------------------------------------------- */
.blogCommentWrap {
	margin: 0 0 22px 0;
	padding: 15px 20px 20px;
	word-wrap: break-word;
	background:#fff;
	position:relative;
}

h2#commentReplyTitle {
	font-family: 'Montserrat', sans-serif;
	color: #999999;
	font-weight:bold;
	font-size: 15px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
	padding-top:20px;
	border-top:2px solid #d5d5d5;
}

.blogCommentHeading {
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	color:#777;
	margin: 0 0 5px 0;
	padding:0;
	background:#fff;
}

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

.blogCommentHeading .blogCommentAuthor {
	float: left;
	color: #747677;
	font-weight: bold;
	font-size: 15px;
	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;
	text-shadow: white 1px 1px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:15px;
	color:#747677 !important;
}

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

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

}

.blogCommentText p, #secondlist .blogCommentText p {
color: #909396;
font: 400 14px/19px '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 {
	color: #fff;
	font-weight:500;
	padding:5px;
	background:#363636;
}

.blog-button:active {
	background:#686868;
}

#commentSubmit {
	color: #fff;
	font-weight:500;
	padding:5px;
	background:$NormalColor;
}

#commentSubmit:active {
	background:$PressedColor;
}


.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 #e3e3e3 1px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

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

.blogCommentSubreplyWrapper iframe {
	padding: 15px 0 0 0;
}

#commentPostDiv .field input[type=text], #commentPostDiv .field textarea {
	box-shadow:inset 0 1px 1px rgba(0,0,0,0);
}

.wsite-mobile .blogCommentWrap.blogCommentLevel1 {margin-left:10px !important;}
.wsite-mobile .blogCommentWrap.blogCommentLevel2 {margin-left:20px !important;}