@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Helvetica, Arial, sans-serif;
}
.container {
	margin-top:20px;
	margin-bottom:20px;
	height:800px;
	background-color:white;
	position:relative;
	width:950px;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 1);
	-ms-box-shadow:         0px 0px 2px rgba(50, 50, 50, 1);
	-o-box-shadow:         0px 0px 2px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 1);
	margin-left:auto;
	margin-right:auto;
	background-image: linear-gradient(top, rgb(250,250,250) 0%, rgb(217,217,217) 100%);
	background-image: -o-linear-gradient(top, rgb(250,250,250) 0%, rgb(217,217,217) 100%);
	background-image: -moz-linear-gradient(top, rgb(250,250,250) 0%, rgb(217,217,217) 100%);
	background-image: -webkit-linear-gradient(top, rgb(250,250,250) 0%, rgb(217,217,217) 100%);
	background-image: -ms-linear-gradient(top, rgb(250,250,250) 0%, rgb(217,217,217) 100%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(217,217,217)) );
}
.left-menu {
	width:299px;
	float:left;
	height:100%;
	background-color:#333333;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#999999;
	border-right-style:ridge;
}
.canvas {
	float:left;
	width:650px;
	height:100%;
}
.left-menu-title {
	padding:5px;
	text-shadow: 0 1px rgba(0,0,0,0.7);
	color:white;
	font-size:19px;
	background-image: linear-gradient(bottom, rgb(102,102,102) 0%, rgb(163,163,163) 100%);
	background-image: -o-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(163,163,163) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(163,163,163) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(163,163,163) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(102,102,102) 0%, rgb(163,163,163) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(102,102,102)), color-stop(1, rgb(163,163,163)) );
}
.create-menu {
	height:37px;
	border-bottom:solid;
	border-width:1px;
	border-color:#999999;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(250,250,250) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(240,240,240)), color-stop(1, rgb(250,250,250)) );
}
.create-menu>div {
	float:left;
	font-size:16px;
	cursor:pointer;
	padding:10px;
	color:#666666;
	text-shadow: 0 1px #FFF;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#999999;
	border-right-style:ridge;
	opacity:1;
}
.create-menu>div:hover {
	opacity:0.7
}
.left-menu-button {
	padding:10px;
	cursor:pointer;
	opacity:1;
	font-size:12px;
	text-shadow: 0 1px #FFF;
	background-image: linear-gradient(bottom, rgb(199,199,199) 0%, rgb(209,209,209) 100%);
	background-image: -o-linear-gradient(bottom, rgb(199,199,199) 0%, rgb(209,209,209) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(199,199,199) 0%, rgb(209,209,209) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(199,199,199) 0%, rgb(209,209,209) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(199,199,199) 0%, rgb(209,209,209) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(199,199,199)), color-stop(1, rgb(209,209,209)) );
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#9E9E9E;
}
.left-menu-button-customize {
	padding:10px;
	cursor:pointer;
	opacity:1;
	font-size:12px;
	text-shadow: 0 1px #FFF;
	background-image: linear-gradient(bottom, rgb(224,224,224) 0%, rgb(235,235,235) 100%);
	background-image: -o-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(235,235,235) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(235,235,235) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(235,235,235) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(224,224,224)), color-stop(1, rgb(235,235,235)) );
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#9E9E9E;
}
.left-menu-button:hover {
	opacity:0.85;
}
.left-menu-button-customize:hover {
	opacity:0.9;
}
.left-menu-button-inset {
	padding:10px;
	cursor:pointer;
	opacity:1;
	font-size:14px;
	color:white;
	text-shadow: 0 1px #000;
	background-image: linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
	background-image: -o-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(61,61,61)), color-stop(1, rgb(82,82,82)) );
	border:solid;
	border-width:1px;
	border-color:#474747;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.left-menu-button-inset:hover {
	opacity:0.9;
}
.phone {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	width:350px;
	min-height:600px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
	border:solid;
	border-width:50px;
	background-image: linear-gradient(right bottom, rgb(235,235,235) 0%, rgb(242,242,242) 47%, rgb(250,250,250) 54%, rgb(245,245,245) 100%);
	background-image: -o-linear-gradient(right bottom, rgb(235,235,235) 0%, rgb(242,242,242) 47%, rgb(250,250,250) 54%, rgb(245,245,245) 100%);
	background-image: -moz-linear-gradient(right bottom, rgb(235,235,235) 0%, rgb(242,242,242) 47%, rgb(250,250,250) 54%, rgb(245,245,245) 100%);
	background-image: -webkit-linear-gradient(right bottom, rgb(235,235,235) 0%, rgb(242,242,242) 47%, rgb(250,250,250) 54%, rgb(245,245,245) 100%);
	background-image: -ms-linear-gradient(right bottom, rgb(235,235,235) 0%, rgb(242,242,242) 47%, rgb(250,250,250) 54%, rgb(245,245,245) 100%);
	background-image: -webkit-gradient( linear, right bottom, left top, color-stop(0, rgb(235,235,235)), color-stop(0.47, rgb(242,242,242)), color-stop(0.54, rgb(250,250,250)), color-stop(1, rgb(245,245,245)) );
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.87);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.87);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.87);
}
.page-overlay {
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.6;
	position:relative;
}
label {
	font-size:12px;
	text-shadow: 0 1px #FFF;
}
.light-grey-button {
	cursor:pointer;
	padding:5px;
	font-family: Helvetica, Arial, sans-serif;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#CCCCCC;
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.6);
	-ms-box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.6);
	-o-box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.6);
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}
#logged-in {
	font-size:10px;
	color:white;
	text-shadow: 0 1px #000;
	padding:8px;
}
.manage-picture-container {
	float:left;
	margin-bottom:5px;
	margin-left:10px;
	width: 90px;
	height: 90px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}
.manage-picture {
	width:150%;
}
.manage-picture-close {
	cursor:pointer;
	width:20px;
	height:20px;
	z-index:10;
	position:absolute;
	float:right;background-image: url('http://www.kart-o-mania.ca/mobi/javascripts/fancybox/fancybox/fancy_close.png');
	background-size:20px 20px;
}

body {
	padding:0px;	
	margin:0px;
	height:100%;
	width:100%;
	position: relative;
}
html {
	width:100%;
	height:100%;
}
[mm-role=page] {
 margin:0px;
 min-height:100%;
 width:100%;
 position:relative;
}

[mm-role=header] {
 margin:0px;
 position:relative;
 text-align:center;
 font-size:16px;
 padding:10px;
 font-weight:700;
 white-space:nowrap;
overflow:hidden;
 text-overflow:ellipsis;
}
 [mm-role=footer] {
	 
 margin:0px;
 position:relative;
 text-align:center;
 font-size:16px;
 padding:10px;
 font-weight:700;
 white-space:nowrap;
overflow:hidden;
 text-overflow:ellipsis;
}

[mm-role=button] {
	opacity:1;
 margin:0px;
 position:relative;
 text-align:left;
 font-size:16px;
 padding:13px;
 padding-left:15px;
 padding-right:45px;
 font-weight:700;
 white-space:nowrap;
overflow:hidden;
 text-overflow:ellipsis;
 cursor:pointer;
}

[mm-role=button]:hover {
	opacity:0.95;
}

[image-gallery-id] {
	padding:15px;
}

.remove-gallery-image {
	display:none;
}

.gallery-image-container {
	width: 65px;
	height: 65px;
	margin-left:7px;
	margin-bottom: 7px;
	float:left;	
}

.gallery-image {
	max-width:100%;
	max-height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}


.right-arrow-black {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/right-arrow-black.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(100,100,100,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	
	
	
}

.left-arrow-black {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/left-arrow-black.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(100,100,100,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.down-arrow-black {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/down-arrow-black.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(100,100,100,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.up-arrow-black {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/up-arrow-black.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(100,100,100,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.minus-black {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/minus-black.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(100,100,100,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.plus-black {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/plus-black.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(100,100,100,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.right-arrow-white {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/right-arrow-white.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.left-arrow-white {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/left-arrow-white.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.down-arrow-white {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/down-arrow-white.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.up-arrow-white {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/up-arrow-white.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.minus-white {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/minus-white.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.plus-white {
	background: url(http://www.kart-o-mania.ca/mobi/CSS/images/plus-white.png) no-repeat;
	background-size:28px 28px;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	float:right;
	position:absolute;
	right:5px;
	top:10px;
	background-color:rgba(255,255,255,0.3);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
}

.mm-input {
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:90%;
	font-size:16px;

		
}
[html-block-id] {
	padding:15px;	
}

[contact-form-id] {
	padding:15px;
}

[mm-role=headline-image] {
	width:100%;
	margin:0px;	
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

.headline-image {
	max-width:100%;	
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
 [mm-theme=a-page] {
 color:black;
 text-shadow: 0 1px white;
 background-image: linear-gradient(bottom, rgb(250,250,250) 0%, rgb(237,237,237) 100%);
background-image: -o-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(237,237,237) 100%);
background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(237,237,237) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(237,237,237) 100%);
background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 0%, rgb(237,237,237) 100%);
 background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0, rgb(250,250,250)),  color-stop(1, rgb(237,237,237)) );
}