/* ! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

td, th {

}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

/* 
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
*/

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

h5, h6, h7 {
	font-weight:600;
	margin-top:0px;
	display:block;
}

h7 {
	color:#666666;
}

h5, h6 {
	color:#EEEEEE;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

img {
	display:block;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Global Author (non-site header) styles
   ========================================================================== */
/* bootstrap override */
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.panel .row {
	margin:0px auto !important;
}

.defaultBox .row {
	margin:0px auto !important;
}

.inline-pad-contain .form-control {
	padding-left:4px;
	padding-right:4px;
}

.navbar-wrapper {
	background-image:none;
	background-color:transparent;
	margin-bottom:0px;
	-webkit-box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.75);
	position:relative;
	z-index:100;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image:none;
}

.carousel {
	margin-top:0px;
}

.carousel-caption {
	padding:20px 20px 20px 20px;
	top: 20px;
	left: 20%;
	right: 20%;
	color: #fff;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.carousel-caption .carousel-text {
	font-size:160%;
}

.panel {
	background-color:transparent;
}

.modal-dialog {
	width:85%;
}

.close {
	opacity:.9;
}
/* end bootstrap override */

#s_body, #s_banner, #s_footer {
	width:85%;
	margin:0px auto;
	clear:both;
	background-color:#ffffff;
}

.wel-leftColImg {
	margin:10px auto;
}

footer {
	margin: 25px auto;
	width: 90%;
}

.pull-right {

}

/* back to top */
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #f5f5f5;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	top:auto;
	-webkit-box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 15px -6px rgba(0,0,0,0.75);
}
#back-to-top:hover {
	background: #e9ebec;
}
#back-to-top.show {
	opacity: 1;
}
/* end back to top */


/* menu page */
.moptc {
	float: left;
	width: 24%;
}

.mtopbtn {
	position:absolute;
	right:10px;
	top:10px;
	width:250px;
	text-align:right;
}

.priceRight {
	width:90px;
}

.welcome_text {
	padding:20px;
	text-align:center;
	font-size:140%;
}

.welcomeBox {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float:left;
	margin:1.5%;
	width:26%;
	text-align:center;
	padding:1%;
	height:auto;
	display:inline-block;
}

.welPageImg {
	width:100%;
	margin:10px auto;
	text-align:center;
	display:block;
	clear:both;
}

.welPageImg img {
	width:95%;
	margin:0px auto;
}

#s_rightColLower .thumbnail {
	background-color:transparent;
}


.orderLocationsRestInfo {
	float:left;
	padding:10px;
}

.orderLocationsRightContent {
	float:right;
	width:80%;
}

#orderMenuBodContain table {
	width:97%;
}

.orderLocationsMenuBox {
	/* width:37%; */
	padding:15px;
	margin:10px;
	float:left;
	text-align:left;
	min-width:45%;
}

#s_body {
	padding:5px;
}

#s_leftColumn, #s_rightColumn {
	margin:0px auto;
	border:0px;
	padding:0px;
	display:inline-block;
}

#s_leftColumn {
	width:25%;
	float:left;
	/* border:1px solid red; */
}

#s_rightColumn {
	width:75%;
	/* margin-left:20px; */
	margin-top:0px;
	/* border:1px solid blue; */
}

#s_rightColLower {
	width:100%;
	/* border:1px solid red; */
	text-align:center;
}

.first-slide, .second-slide, .third-slide, .fourth-slide, .fifth-slide {
	width:100%;
}

.mbody {
	margin-top: 20px;
}
	
	/* footer */
#LeftColumnContainer {
	width:19%;
	float:left;
}

#footerNav {
	/* clear:both; */
	width:79%;
}

#poweredBy {
	/* background-color: rgba(255, 255, 255, 0.75); */
	display:none;
	bottom: 0;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-top: 2px;
	position: fixed;
	right: 0;
	text-align: right;
	width: 100%;
	z-index: 10;
}

.defaultBox {
	border 0px;
	margin:15px auto;
	width:90%;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	clear:both;
	padding:15px;
	text-align:left;
}

.defaultBox ul {
	padding-left: 10px;
}

.defaultBox li {
	margin-left: 15px;
	line-height: 20px;
}

ul, ol {
	list-style-type: none;
}

.largetext {
	font-size:120%;
}

.smallertext {
	font-size:90%;
}

.margin15-bottom {
	margin-bottom:15px;
}

.margin20-bottom {
	margin-bottom:20px;
}

.carousel-control.right, .carousel-control.left {
	height: 50px;
	top: 40%;
}

td.ys-qty, td.ys-text, td.ys-price {
	font-size:90%;
}

td.ys-price {
	text-align:right;
}

td.ys-text {
	text-align:center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* @group Tips */
div.tipwrapper {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}


div.tipwrapper label {
	float: left;
	margin-right: 6px;
	padding-top: 10px;
}


input.tipval {
  width: 40px;
  height: 41px;
  font: bold 20px Helvetica, sans-serif;
  padding: 3px 0 0 0;
  margin-right:4px;
  text-align: center;
  -moz-border-radius:0px 8px 8px 0px;
	border-radius:0px 8px 8px 0px;
	-webkit-border-radius:0px 8px 8px 0px;
	border:1px solid #cccccc;
	position: relative;
	top: 1px;
}

div.tips {
	height:40px;
	float:left;
	font-weight:bold;
	font-size:20px;
	font-family:Helvetica, sans-serif;
	}

div.tipbuttons {
	height:40px;
	float:left;
	}

button.dec.button.tipdown,
button.dec.button.tipup {
	display:block;
	cursor: pointer;
	margin:0;
	height:20px;
	width:25px;
	padding:0;
	
}


.tipup {
	-moz-border-radius:8px 0px 0px 0px;
	border-radius:8px 0px 0px 0px;
	-webkit-border-radius:8px 0px 0px 0px;
	margin:0;
	background:#cccccc;
	border:0;
	height:20px;
	width:25px;
	padding:0;
	font-weight:bold;
	font-size:14px;
}


.tipdown {
	-moz-border-radius: 0px 0px 0px 8px;
	border-radius: 0px 0px 0px 8px;
	-webkit-border-radius: 0px 0px 0px 8px;
	margin:0;
	background:#cccccc;
	border-top:1px solid #999999;
	border-left:0px solid black;
	border-right:0px solid black;
	border-bottom:0px solid black;
	
	height:20px;
	width:25px;
	padding:0;
	font-weight:bold;
	font-size:14px;
}

@-moz-document url-prefix() {
    input.tipval {
  	position: relative;
	top: 2px;
}
}


/* @end */




/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width:1319px) {
	#s_rightColumn {
		margin-top:2px !important;
	}
	.moptc {
		width: 30%;
	}
}
@media only screen and (max-width:1139px) {
	.orderLocationsRightContent {
		width:75%;
	}
	.modal-dialog {
		width:90%;
	}
}
@media only screen and (max-width:980px) {
	.orderLocationsRightContent {
		width:95%;
		float:none;
		clear:both;
		margin:2px auto;
	}
	#s_leftColumn, #s_rightColumn {
		width:100%;
		clear:both;
	}
	#s_rightColumn {
		padding:15px;
	}
	#s_leftColumn {
		text-align:center;
	}
	.defaultBox {
		margin:10px auto 0px auto;
	}
	.orderLocationsRestInfo {
		float: none;
		width:100%;
		clear:both;
	}
	/*select.form-control {
		width:80% !important;
	}
*/
	.orderLocationsMenuBox {
		float: none;
		width: 100%;
		clear:both;
		margin:0px auto;
	}
	.modal-dialog {
		width:95%;
	}
	.moptc {
		width: 50%;
	}
}

@media only screen and (max-width:767px) {

	#s_body, #s_banner, #s_footer {
		width: 95%;
	}
	#poweredBy {
		text-align:center;
	}
	#LeftColumnContainer {
		width:0px;
	}

	#footerNav {
		width:100%;
		text-align:center;
	}
	
	.welcomeBox {
		clear:both;
		width:100%;
	}

	.orderLocationsRestInfo {
		float:none;
		font-size:150%;
		margin-top:20px;
	}

	.pull-right {
		width:100%;
		clear:both;
		text-align:center;
		float:none;
	}
	footer p {
		text-align:center;
		float:none;
		width:100%;
		clear:both;
		font-size:80%;
	}
	.footer_menu {
		display:none;
	}
	.moptc {
		width: 90%;
	}
	.mbody {
		margin-top: 40px;
	}

	select.form-control {
		width: 100%;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
        display:block;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Style Overrides
   ========================================================================== */
   
/* Checkboxes - Remove borders and fix spacing */
.form-control {
     box-shadow: none!important; /* was: inset 0 1px 1px rgba(0, 0, 0, .075) */
     -webkit-box-shadow: none!important;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0; /* was: 4px 0 0 */
}

/* Fix to separating "+" quantity button at smaller screen sizes */
.input-group-addon, .input-group-btn {
	width: auto; /* 1% */
}