
body{
    background-repeat: repeat-x;
    background-color: #000000;
    background-image: url('../images/onepage_slide_1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;    
    background-size: cover;
}


#main_cont{
  //  background-color: rgba(231, 231, 232, 0.9);
    padding: 0px 20px 0px 20px;
  //  border-left: 1px solid #FFCF17;
  //  border-right: 1px solid #FFCF17;
}

#mainTab{
    margin-bottom: 10px;
}

.header_link{
    font-family: 'Impact'!important;   
}
.header_link a{
    color:black;
    font-weight: bold;
    font-size: 2em;  
}

.header_link a:hover{
    text-decoration: none;
    color: red;
}

#sloganimg{
	margin-top: 3px;
	margin-bottom:3px;
	margin-left: 40px;
}

#header-well{
    position:relative;
    height:0;
    overflow:hidden;
    padding: 0 0 35% 0;
    background-size: 100% 100%;
    background-image:url('../images/hero.jpg')
}

#header-well .header-blur{
    background-image:url('../images/hero.jpg');
    position:absolute;
    background-position:0 95%;
    background-size:100%;
    bottom:0;
    width:100%;
    height:30%;
    color:white;
    -webkit-filter:blur(15px);
}

#header-well .header-cont{
    position:absolute;
    bottom:0;
    padding-left:20px;
    width:100%;
    z-index:9999; 
    color:white;
}

#header-well h2{
    text-shadow:2px 2px black;
}

#header-well h4{
    text-shadow:2px 2px black;
    padding-right:30%;
}

#header-well a{
    float: right;
    margin:-50px 40px 20px 20px;
}

.navbar-inner{
	webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.header{    

	background-image:   url(../images/headerimg.png);  
	background-repeat: no-repeat;
	height: 300px;
	padding: 31px;
	margin-left:auto;
	margin-right:auto;
}

.footer{    

	background-image:   url(../images/footerPic.png);  
	background-repeat: repeat-x;
	height: 26px;
        width: 100%;
}

.mobile_logo{
    background-image:   url(../images/logo_small.png);  
	background-repeat: no-repeat;
	height: 35px;
        width: 148px;
}


h1,h2,h3,h4,p{
    text-shadow: 1px 1px 1px rgba(255, 255, 255,  0.3);    
}

.logo a, .logo a:link, .logo a:visited {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-decoration: none;
}
.logo a, .logo a:link, .logo a:visited {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-decoration: none;
}
.logo a, .logo a:link, .logo a:visited {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-decoration: none;
}



a, img {
	outline: none;
	margin: 0;
	padding: 0;
	border: none;
}


.logo h4 {
	color: #FFFFFF;
	font-family: "Trebuchet Ms",Tahoma,Verdana,Arial,sans-serif;
	text-align: left;
	text-shadow: 1px 1px #638E2C;
	margin: 0;
	
}

.loading
{
	background-image: url(../images/ajax-loader.gif);
	width: 31px;
	height: 31px;
}

.hero-img
{
	float:left;
	margin-right:50px;
}

@media only screen and (max-width: 1200px) {
    #flash_logo{
        display:none;
    }
    
    .header{
        background-position-x: -5px;
    }
}

@media only screen and (max-width: 800px) {
    
	#order_table td:nth-child(3), 
	#order_table th:nth-child(3) {display: none;}
}
 
@media only screen and (max-width: 640px) {
    
	#order_table td:nth-child(4),
	#order_table th:nth-child(4),
	#order_table td:nth-child(6),
	#order_table th:nth-child(6){display: none;}
}

@media only screen and (max-width: 480px) {
	body {
		font-size:10px;
		padding-left: 3px;
		padding-right: 3px;
	}
	
	#sloganimg{
		width:250px;
	}
        
        .well{
            padding: 5px;
        }
}
.ordrow
{
	cursor:pointer;
}

.topbar{
	height:26px
}
.order_modal {
  position: fixed;
  top: 0;  
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.order_modal-body {
  position: fixed;
  top: 0;  
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  max-height:100%;
}
.order_modal.fade.in {
  top: 0;
}
.order_modal-footer {
  position: fixed;    
  right: 0;
  bottom: 0;
  left: 0;
}
.bwizard {
    position: relative; }
.bwizard > .well {
    margin: 3px 0;
    padding:0;
    background:none;
    border:0;
}
.bwizard-steps {
	margin:0;
	padding: 0;
	display: inline-block;
	}
	.bwizard-steps li {
            color:#000;
	    display: inline-block;
	    position: relative;
	    margin-right: 5px;
	    line-height: 18px;
	    list-style: none;
	    padding: 12px 17px 10px 30px;
	    background: #fcf99b;
	    zoom:1; *display: inline; *padding-left: 17px; }
		.bwizard-steps li:first-child {
		    -moz-border-radius: 4px 0 0 4px;
		    -webkit-border-radius: 4px 0 0 4px;
		    border-radius: 4px 0 0 4px;
		    padding-left: 12px; }
		.bwizard-steps li:first-child:before {
		    border: none; }
		.bwizard-steps li:last-child {
		    -moz-border-radius: 0 4px 4px 0;
		    -webkit-border-radius: 0 4px 4px 0;
		    border-radius: 0 4px 4px 0;
		    margin-right: 0; }
		.bwizard-steps li:last-child:after {
		    border: none; }
		.bwizard-steps li:before {
		    position: absolute;
		    left: 0; top: 0;
		    height: 0; width: 0;
		    border-bottom: 20px inset transparent; border-left: 20px solid #000; border-top: 20px inset transparent;
		    content: ""; }
		.bwizard-steps li:after {
		    position: absolute;
		    right: -20px; top: 0;
		    height: 0; width: 0;
		    border-bottom: 20px inset transparent; border-left: 20px solid #fcf99b; border-top: 20px inset transparent;
		    content: "";
		    z-index: 2; }
	.bwizard-steps .label {
		margin: 0 5px 0 0;
		padding: 1px 5px 2px;
		position: relative;
		top: -1px;}
	.bwizard-steps .active {
	    color: #fff;
	    background: red; }
		.bwizard-steps .active:after {
		    border-left-color: red; }

	.bwizard-steps a {
		color: #fff;}
	.bwizard-steps .active a {
	    color: #fff;
		cursor: default;}
	.bwizard-steps a:hover {
		text-decoration: none;}
	.bwizard-steps.clickable li:not(.active) {
		cursor: pointer;}
	.bwizard-steps.clickable li:hover:not(.active) {
		background: #ccc;}
	.bwizard-steps.clickable li:hover:not(.active) a {
		color: #08c;}
	.bwizard-steps.clickable li:hover:not(.active):after {
		border-left-color: #ccc;}
@media (max-width: 480px) {
	/*badges only on small screens*/
		.bwizard-steps li,
		.bwizard-steps li.active,
		.bwizard-steps li:first-child,
		.bwizard-steps li:last-child {
			background-color: transparent;
			padding: 0;
			margin-right: 0;}
		.bwizard-steps li:after,
		.bwizard-steps li:before {
			border: none;
		}
}

#map-canvas img, #order_map img{max-width: inherit;}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
	
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (min-width: 767px) and (max-width: 979px)
{
	body{
		background-position: 0px -190px;
	}
}



@media (max-width: 767px) {
	
	#address{
		height: 50px;
	}
        #address_info{
		height: 50px;
	}
  #sloganimg{
  	margin-left: 0;
  }
  
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

.modal-backdrop{
        z-index: 9999
}

.modal{
        z-index: 10000;
}