
.set-store-btn { cursor:pointer; font-size: larger; }
iframe {max-width: 100%;}
.error-txt { color:red; font-size:20px;}
.message {color:green;}
#close-mobile-nav { display:none; }

.card-layout-block-container,.card-layout-block-container-home {
    position:relative;
    width:98%;
    margin-left: -20px;
    position: relative;
    margin-right: auto;
}
.card-layout-block {
    position: absolute;
    background: #fff;
    padding: 0px !important;
    width: 360px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    background-image: url(../images/granite-texture.png);
    -webkit-transition:   ease .4s;
    -moz-transition: ease .4s;
    -o-transition:   ease .4s;
    transition:  ease .4s;
}
.card-layout-block p {
    padding: 20px;
}
.card-layout-block img {
    width: 100%;
	height:auto;
}
.card-layout-block h5 {
    font-size:34px; 
	text-align:left;
	font-family:'Shadows into Light', sans-serif;
	font-weight:normal;
	padding-left: 15px;
}

.card-layout-block:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.0);
    -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}
/*.card-layout-block-container-home .card-layout-block img {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}/**/

.card-layout-block.card-layout-subpage { width:300px; } /* NetK - Testing to see if we can stack these classes to overwrite on signature items/departments */
.card-layout-block.card-layout-online-ordering { width:200px; padding:15px; text-align: center; } /* NetK - Testing to see if we can stack these classes to overwrite on signature items/departments */
.card-layout-block.card-layout-services { width:150px; padding:15px; text-align: center; } /* NetK - Testing to see if we can stack these classes to overwrite on signature items/departments */
.card-layout-services img {
	width: 88%;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
}
.ccm-area.ccm-area-move-enabled .card-layout-block.ccm-block-styles { position: relative; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.inner-block {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.inner-block p {
    padding: 0px;
    margin-bottom: 10px;
}

.cta-button {
    text-decoration: none;
    color: white;
    background-color: #5D9732;
    padding: 6px 15px 6px 15px;
    border-radius: 6px;
    font-family: 'Shadows Into Light', sans-serif;
    font-size: 240%;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: block;
    text-align: center;
}

.cta-button:hover {
    text-decoration: none;
    color: white;
}

.shadows-font {
    font-family: 'Shadows Into Light', sans-serif;
}

.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

body p{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}

.full-img-tile p {
  padding: 0px;
  margin:0px;
}

.free {
    font-size: 2em;
    color: #5d9732;    
}

.smaller-tile-icon {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.card-full-img {
    width: 100%;
    border-radius: 3px;
    -webkit-transition:   ease .4s;
    -moz-transition: ease .4s;
    -o-transition:   ease .4s;
    transition:  ease .4s;
}

.card-full-img:hover {
    opacity: .85;
    -webkit-transition:   ease .4s;
    -moz-transition: ease .4s;
    -o-transition:   ease .4s;
    transition:  ease .4s;
}

.container {
    width: 65%;
    position: relative;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: inherit;
}

.hero-row {
    background: url(../images/hero.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
}

#hero-img {
    width: 100%;
    background-size: cover;
    display: none;
}

.navbar {
    margin-bottom: 0px;
    min-height: 40px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-inverse {
    background-color: transparent;
}

body {
    background: url(../images/restaurant-pattern.png) center bottom repeat, url(../images/halftone-pattern.jpg) left top repeat;
    background-color: #F3F0E7;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0px;
}

.navbar-brand {
    padding: 0px;
    position: relative;
    left: 0px;
    top: 60px;
    z-index: 999;
}

.navbar-brand img {
    max-width: 270px;
    -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}

.navbar-brand img:hover {
    -webkit-filter: brightness(90%);
    -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}
/*
.navbar-inverse .navbar-nav>li>a:hover {
    color: black;
}
*/
.nav>li>a {
    font-size: 120%;
    padding: 10px 36px;
}

#overlay-nav-bar {
    height: 120px;
    background-color: rgba(256,256,256,.9);
    position: relative;
    z-index: 999;
    margin-top: -120px
}

.overlay-nav-item {
    width: 12.5%;
    float: left;
    border-left: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.3);
    height: 100%;
}

.overlay-nav-item p {
    text-align: center;
    margin-top: 5px;
    line-height: 13px;
}

.overlay-nav-item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80px;
    padding: 10px;
    -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}

.overlay-nav-item a {
    text-decoration: none;
    color: black;
}

.overlay-nav-item a:hover {
    text-decoration: none;
    color: #4e4e4e;
}

.overlay-nav-item img:hover {
    -webkit-filter: brightness(40%);
    -webkit-transition:    .5s;
    -moz-transition:  .5s;
    -o-transition:    .5s;
    transition:   .5s;
}

.tile-link-title {
    font-family: 'Shadows Into Light', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #333;
    margin-top: 15px;
    margin-left: 20px;
}

.tile-link-title a {
    font-family: 'Shadows Into Light', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #5d9732;
    transition: all 0.2s ease;

}

.tile-link-title a:hover {
    font-family: 'Shadows Into Light', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #3a7610;
    text-decoration: none;
}

#specials-slider {
    width: 100%;
    background-color: transparent;
    margin-top: 25px;
    margin-bottom: 15px;
    height: auto;
}

#specials-slider img {
    width: 100%;
}

hr {
	display:none;
}

.social-media-icon {
    width: 30px;
    float: left;
    margin-right: 8px;
}

.social-media-icon:hover {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}

.social-media-icon {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}

.social-media {
    float: left;
    margin-right: 10px;
	position: relative;
	z-index: 999;
} 

.navbar-header {
    width: 100%;
}

.nav-buttons a {
    text-decoration: none;
    color: white;
    background-color: #528917;
    padding: 6px 15px 6px 15px;
    border-radius: 6px;
    float: left;
    margin-right: 10px;
    font-family: 'Shadows Into Light', sans-serif;
    font-size: 110%;
    letter-spacing: 1px;
           -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}

.nav-buttons {
    float: left;
    position: relative;
}

.nav-buttons a {
    position:relative;
    z-index:999;
}
.nav-buttons a:hover {
    background-color: #3a7610;
    -webkit-transition:   ease .3s;
    -moz-transition: ease .3s;
    -o-transition:   ease .3s;
    transition:  ease .3s;
}

/* Nav-items */
.open > .dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.open > .dropdown-menu li a {
	color: #000;  
}
.dropdown-menu li a{
	color: #fff;
}
.dropdown-menu {
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;  
	animation-fill-mode: forwards; 
	-webkit-transform: scale(1, 0);
	/*display: block;*/
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.navbar .nav > li > .dropdown-menu:after { }
.dropup > .dropdown-menu:after {
	border-bottom: 0;
	border-top: 6px solid rgba(39, 45, 51, 0.9);
	top: auto;
	display: inline-block;
	background-color: black;
	bottom: -6px;
	content: '';
	position: absolute;
	left: 50%;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.dropdown-menu {
    /*display: none;*/
    height: 0px;
}
.open > .dropdown-menu {
    height: auto;
}
/* Nav-items - END */

/*
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
*/
.social-and-buttons {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-nav {
    width: 100%;
}

#navbar-collapse-grid {
    margin-left: 300px;
}
/*
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #393939;
}
*/
.yamm .dropdown.yamm-fw .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.70);
    border: 4px solid rgba(0, 0, 0, 0.73);
    padding: 40px; 
    color: white;
    padding-bottom: 30px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #333;
}

.dropdown-toggle { 
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 130% !important;
}

.dropdown-menu:hover a {
    color: white !important;
}

.main-nav-link  {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 130% !important;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
}
/*
.navbar-inverse .navbar-nav>li>a:hover {
    color: white;
}
*/
.nav-column {
    width: 20%;
    float: left;
    padding-right: 40px;
}

.nav-column h2 {
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 130% !important;
    padding-bottom: 00px;
    letter-spacing: .5px;
}

.nav-column a {
    color: white !important;
}

footer {
    margin-top: 200px;
    width: 100%;
    background-image: url(../images/granite-texture.png);
    box-shadow: 0px 0px 7px rgba(0,0,0,.4);
    padding-bottom: 30px;
}

.footer-section {
    width: 25%;
    float: left;
    margin-top: 40px;
}

.footer-section p {
    clear: both;
}

footer h2, h3 {
    margin-top: 0px;
} 

.icon-bar {
    background-color: black!important;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: inherit;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: inherit;
  /*background-color: ;*/
}

/* Nav-items */
@media (min-width: 800px) { 
	ul.navbar-nav li.dropdown:hover > .dropdown-menu {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	ul.navbar-nav li.dropdown:hover > .dropdown-menu li a { color: #000; }
	.dropdown-menu li a{ color: #fff; }
	.dropdown-menu {
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-animation-fill-mode: forwards;  
		animation-fill-mode: forwards; 
		-webkit-transform: scale(1, 0);
		/*display: block;*/
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}
	.navbar .nav > li > .dropdown-menu:after { }
	.dropup > .dropdown-menu:after {
		border-bottom: 0;
		border-top: 6px solid rgba(39, 45, 51, 0.9);
		top: auto;
		display: inline-block;
		background-color: black;
		bottom: -6px;
		content: '';
		position: absolute;
		left: 50%;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}
	.dropdown-menu { height: 0px; }
	ul.navbar-nav li.dropdown:hover > .dropdown-menu { height: auto; }
}
/* Nav-items - END */
@media (max-width: 1570px) { 
    #navbar-collapse-grid {
		margin-left: 0px;
		margin-top: 0px;
        overflow: auto;
	}
	.navbar-brand  {
		width: 270px;
		margin-top: 0px;
		padding: 0px;
		top: 20px;
	}
	.container {
		width: 80%;
	}
    .navbar-nav {
        margin-left: 0px;
    }

}



@media (max-width: 1170px) {
	.container {
		width: 95%;
	}
	.footer-section {
		width: 65%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}    
	.footer-half {
		width: 50%;
		float: left;
	}

}

@media (max-width: 1000px) {
	.navbar-brand {
		top: 20px;
	}
    .navbar-nav {
        margin-top: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 800px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
		display:block;
    }
    
    #map_canvas {width:535px; height:350px; margin-left:10px;}
    
    /*
        .dropdown{ position: relative; }
  
    .dropdown-menu { 
      opacity: 0;
      position: absolute;
      top: 100%;
      left: -10%;
      transition: all 0.5s ease 0s, visibility 0s linear 0.5s; 
    }

    .dropdown:hover .dropdown-menu {
      visibility: visible; 
      opacity: 1;
      left: 0;
      transition-delay: 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
   
}

@media (max-width: 800px) { 
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: white;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: white;
        /*background-color: ;*/
    }
	
	/*
	.navbar-inverse .navbar-toggle {
        border: none;
		position: fixed;
		right: -30px;
		top: 30px;
		z-index: 9999;
	}
    */
	
	.navbar-inverse .navbar-toggle {
		border:none;
		position:fixed;
		right:0px;
		top:10px;
		z-index:1000;
		width: auto;
		margin-right: 0px;
	}
	
	.navbar-brand img {
				max-width: 220px;

	}
    .navbar-inverse .navbar-toggle img {
        height: 30px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
    
	#close-mobile-nav { 
        display:inline-block; 
        color: white;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 160%;
    }
	.yamm .dropdown.yamm-fw .dropdown-menu {
        padding: 0px;
		position:relative!important;
    }
    
	.nav-column h2 {
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
		width:100%;
	}
		
	.nav-column p {
		margin-bottom: 0px;
		width:100%;
	}
		
	.nav-column a {
		text-decoration: none;
		width:100%;
	}
		
	.dropdown a:hover {
		background-color: #393939;
	}
		
	.nav-column h2, p {
		font-size: 14px !important;
		font-family: 'PT Sans', sans-serif;
	}
		
	.yamm .dropdown.yamm-fw .dropdown-menu {
		border: none;
		width:100%;
		padding:0;
		margin:0;
	}
		
	.navbar-nav li {
		float: none;
	}

    .cbp-spmenu {
		background-color: #393939;
	}
    
	.navbar-inverse .navbar-nav>li>a {
		color: white;
	}
    
    .social-and-buttons {
        float:none;
        clear: both;
        margin-top: 70px;
    }
    .social-media {
        margin-left: 0px;
		margin-bottom:10px;
    }
    .nav-buttons {
        margin-top: 0px;
    }
	.navbar-nav {
		height:0px;
		margin-top: 5px;
	}    
    #menu-dropdown {
        display: block;
        border: none;
        margin-top: -50px;
	}
    
	.cbp-spmenu-vertical a {
		border-bottom: 1px solid #528917;
		padding: 1em;
	}
    
	.navbar-toggle {
		display: block;
	}
    
	.footer-section {
		width: 100%;
	}
   
	/** /
	 ul.nav li.dropdown:hover > ul.dropdown-menu {
		display:inherit;
	}/**/
    
    .nav-column {
		width: 100%;
		float: none;
		padding-right: 0px;
		padding-left: 0px;
	}
    .navbar-toggle {
        margin-top: 0px;
    }
    .navbar-brand {
        margin-bottom: 0px;
    }
    .overlay-nav-item {
        width: 25%;
        background-color: white;
    }
    #overlay-nav-bar {
        margin-top: -240px;
        margin-bottom: 30px
    }
    
    #specials-slider {
        margin-top: 140px;
    }
    
    .container {
        width: 98%;
    }
 
    /*#map_canvas { width:500px; }*/
}

@media (max-width: 510px) {
    .overlay-nav-item img {
        width: 65px;
    }
    
    .social-and-buttons {
        float:none;
        clear: both;
        margin-top: 70px;
        width: 300px;
    }
    .social-media {
        margin-left: 0px;
        display: none;
        margin-top: 0px;
    }
    
    .footer-section>.social-media {
        display: block;
    }
    .nav-buttons {
        margin-top: 0px;
     
    }
    #menu-dropdown {
        display: block;
        border: none;
        margin-top: -50px;
	}
	
	.footer-half {
		width: 100%;
		float: none;
	}
	  
	/** /
	 ul.nav li.dropdown:hover > ul.dropdown-menu {
		display:inherit;
	}
	/**/
    .nav-column {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-left: 0px;
}
    .navbar-toggle {
        margin-top: 0px;
    }
    .navbar-brand {
        margin-bottom: 20px;
    }
    .overlay-nav-item {
        width: 25%;
        background-color: white;
    }
    #overlay-nav-bar {
        margin-top: -200px;
        margin-bottom: 30px;
		margin-left: -6%;
		margin-right: -6%;
		height:100px;
    }
	#overlay-nav-bar p {
		font-size: 13px;
	}
    
    #specials-slider {
        margin-top: 140px;
    }
    
    .container {
        width: 98%;
    }
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 8px;
}

    
    /*#map_canvas { width:300px; }*/
}

@media (max-width: 300px) {
    /*#map_canvas { width:300px; }*/
}

/*inner pages styles*/

.content {
    margin-top: 50px;
}

.inner-hero-row {
    background-image: url(../images/hero.jpg);
    background-repeat: no-repeat;
    /*background-position: 50% 0%;*/
    height: 200px;
	background-size:cover;
}

.inner-title {
    margin-top: 75px;
    color: white;
    font-family: 'Oswald', sans-serif;
    text-shadow: 2px 2px 7px black;
    font-size: 300%;
}

.main-ls {
    min-height: 10px;
    background: #fff;
    padding: 20px;
    width: 75%;
    margin-left: 2%;
    clear: both;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    background-image: url(../images/granite-texture.png);
    float: right;
    margin-bottom: 30px;

}

.content img {
	max-width:100%;
	height:auto;
}

.right-sidebar {
    float: left;
    /*width: 20%;*/
    width: 190px;
    min-height: 10px;
    background-image: url(../images/granite-texture.png);
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.main-rs {
    min-height: 10px;
    background: #fff;
    padding: 20px;
    width: 75%;
    margin-right: 2%;
    clear: both;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    background-image: url(../images/granite-texture.png);
    float: left;
    margin-bottom: 30px;

}

.left-sidebar {
    float: left;
    width: 21%;
    min-height: 10px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.main-full {
    min-height:10px;/* 700px;*/
    background: #fff;
    padding: 20px;
    width: 100%;
    clear: both;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    background-image: url(../images/granite-texture.png);
    float: left;
    margin-bottom: 30px;}
.main-1-3 {
    height: 300px;
    background: #fff;
    padding: 20px;
    width: 100%;
    border: 1px solid #ddd;
    clear: both;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    background-image: url(../images/granite-texture.png);
    margin-bottom: 30px;}

.col-3 {
        height: 300px;
    width: 33.33%;
    background: #fff;
    float: left;
		padding: 0px;
		border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
        background-image: url(../images/granite-texture.png);
}

.col-4 {
        height: 300px;
    width: 25%;
    background: #fff;
    float: left;
		padding: 0px;
		border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
        background-image: url(../images/granite-texture.png);
}




a {
    color: #528917;
		transition:ease all .3s;

}

a:hover {
    color: black;
	text-decoration:none;
	transition:ease all .3s;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-top: 0px;
}

.shadows {
    font-family: 'Shadows into light' sans-serif;
}

.no-bg {
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: none;
    height: auto;
    margin: 0px;
}

.quick-link-spacer {
    font-weight: bold;
    font-size:larger;
    line-height: 35px;
}
.quick-links-header {
    font-size:larger;
    
}

.main-container- {
    padding:20px;
    position:relative;
}
.online-order-home-subcats {
    font-weight: bold;
    font-size: larger;
    line-height: 30px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    margin-top: 5px;
    padding-left:15px;
}
.online-order-home-subcats:last-child {border:none; margin-bottom: 5px;}
.online-order-home-subcats a {
	font-family: 'PT Sans', sans-serif;
	font-weight:lighter;
}

.cart-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 140%;
}

.cart-icon {
    width: 20px;
    color: white;
}

.card-layout-subpage h2 {
	margin-left: 10px;
	margin-top: 5px;
}

.cart-image {
    max-width: 150px;
    float: left;
    margin-right: 10px;
}

.cart-container {
    padding: 20px;
    position: relative;
}

.cart-col {
    width: 64%;
    margin-right: 2%;
    float: left;
}

.cart-col-thin {
    width: 15%;
    float: left;
}

textarea {
    max-width: 100%;
    display: block;
}

.remove-item {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

label {cursor: pointer;}

.text-button {
    white-space: nowrap;
    cursor:pointer;
    text-decoration: none;
    color: white;
    background-color: #528917;
    padding: 6px 15px 6px 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    margin-right: 10px;
    font-family: 'Shadows Into Light', sans-serif;
    font-size: 110%;
    letter-spacing: 1px;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    margin:10px 0px; display: inline-block; /* This allows buttons to stack cleanly */
}

.text-button:hover {
        text-decoration: none;
}

.text-button a {
    color:white;
    display:block;
    text-align: center;
}
.text-button a:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.cart-total h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    margin-right: 20px;
    font-size: 140%;
}

.cart-total>.text-button {
    margin-top: -5px;
    margin-right: 5px;

}

.cart-total {
    float: right;
    position: absolute;
    top: -28px;
    right: 0px;
}

.cart-total-bottom>.text-button {
    margin-bottom: 10px;
    float: right;
}

.card-layout-online-ordering div {
	padding-left:5px;
	padding-right:5px;
}

.card-layout-online-ordering h3 {
	margin-top: 5px;
}

.cart-total-bottom h3 {
    font-family: 'PT Sans', sans-serif;
    margin-right: 0px;
    font-weight: 300;
    float: right;
}

.cart-total-bottom {
    float: right;
}

.cart-total-bottom a {
    clear: both;
}

.online-sidebar {
    position: absolute;
}

.cart-col select {
    float: left;
    margin-right: 10px;
}

@media (max-width: 1000px) {
    .cart-col {
        width: 100%;
        clear: both;
        float: none;
        margin-bottom: 30px;
    }
    .cart-col-thin {
        float: left;
        width: 140px;
    }
    .price {
        clear: both;
    }
}
@media (max-width: 800px) {
    .main-ls {
        float: left;
        clear: both;
        width: 100%;
        margin-left: 0px;
    }
    .left-sidebar {
        width: 100%;
        float: none;
        position: relative;
        clear: both;
    }    
    .main-rs {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
    .right-sidebar {
        width: 100%;
        float: none;
    }

    .col-3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-4 {
        width: 50%;
    }

    .online-sidebar {
        position: relative;
        top: 50px;
    }
}


.payment-col {
    width: 30%;
    margin-right: 3.33%;
    float: left;
}

.cart-container>.payment-buttons {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media (max-width: 700px) {
       .payment-col {
        clear: both;
        width: 100%;
           margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .col-4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart-col img {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        margin-bottom: 20px;
        width:100%;
        float: none;
    } 
}


form .col-lg-12 .col-lg-6.checkboxy {margin-top:20px;}
@media (min-width: 200px) and (max-width: 375px ) {
    /*#map_canvas { width:300px; }*/
    .cart-total h3 { width:100%; float:none!important; }
    .cart-total a { /*width:75%; margin: 15px auto;*/ white-space: nowrap; float:none!important; }
    .disabled-online-ordering {margin-top:50px;}
    form .col-lg-12, form .col-lg-8 { width:100%; padding:0px; }
    form .col-lg-12 .col-lg-6.checkboxy {margin-top:0px;}
    form .col-lg-12 .col-lg-6 { margin:5px 0px; }
}

/* Slider CSS */
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url(../images/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url(../images/a12.png) no-repeat;
    overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }
.slider-main-container { position: relative; top: 0px; left: 0px; width: 600px; height: 300px; overflow: hidden; }
.slider-main-container_home { position: relative; top: 0px; left: 0px; width: 1000px; height: 250px; overflow: hidden; }
.slider-loader-container {position: absolute; top: 0px; left: 0px;}
.slider-loader-overlay {filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block; background-color: #000000; top: 0px; left: 0px;width: 100%;height:100%;}
.slider-loader-image {position: absolute; display: block; background: url(../images/loading.gif) no-repeat center center; top: 0px; left: 0px;width: 100%;height:100%;}
.slider-slide-container { cursor: move; position: absolute; left: 0px; top: 0px; width: 600px; height: 300px; overflow: hidden; }
.slider-slide-container_home { cursor: move; position: absolute; left: 0px; top: 0px; width: 1000px; height: 250px; overflow: hidden; }
/* Slider CSS -END */

/* COUPON SLIDER */
.slider-main-coupon-container { position: relative; top: 0px; right: 15px; width: 180px; height: 350px; overflow: hidden; }
.slider-main-coupon-header { /*position: relative; top: 0px; right: 20px;*/ background-color: #528917; color:white; text-align: center; text-transform: uppercase;width:180px;/*height:50px;*/padding:5px 10px; font-family:'Oswald',sans-serif;font-weight: 300;margin-bottom:0px;/*font-size: large;*/ }
.slider-main-coupon-header a { color:#fff; font-family:'Oswald',sans-serif;font-weight: 300;/*font-size: large;*/ }
.slider-main-container_coupons { position: relative; /*top: 0px; right: 20px;*/ width: 180px; height: 300px; overflow: hidden; padding: 5px 15px; background:white; }
.slider-slide-container_coupons { position: absolute; left: 0px; top: 0px; width: 180px; height: 300px; overflow: hidden; cursor: move; }
.slider-slide-container_coupons .slide-contents-holder { border-top:1px solid black;margin-top:-10px;padding-top:10px; }
.slider-slide-container_coupons .slide-contents-holder .slide-link { position: absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:100; }
.slider-slide-container_coupons .slide-contents-holder .slide-content-image { float:left;width:25%;margin:5px; }
.slider-slide-container_coupons .slide-contents-holder .slide-content-text { float:left;width:60%; }
.slider-slide-container_coupons .slide-contents-holder .slide-content-text > div { font-size:smaller; }

.card-layout-block-container-home .slider-main-coupon-container { width:358px; right:0px; }
.card-layout-block-container-home .slider-main-coupon-header { width:358px; }
.card-layout-block-container-home .slider-main-container_coupons { width:358px; }
.card-layout-block-container-home .slider-slide-container_coupons { width:358px; }
.card-layout-block-container-home .slider-slide-container_coupons .slide-contents-holder { border-top:1px solid black;margin-top:-10px;padding-top:10px; }
.card-layout-block-container-home .slider-slide-container_coupons .slide-contents-holder .slide-content-image { float:left;width:55%;margin:5px; }
.card-layout-block-container-home .slider-slide-container_coupons .slide-contents-holder .slide-content-text { float:left;width:40%; }
.card-layout-block-container-home .slider-slide-container_coupons .slide-contents-holder .slide-content-text > div { font-size:larger; }
/*.card-layout-block-container-home {}*/

@media (max-width: 800px) {
    .right-sidebar .slider-main-coupon-container { width:100%; right:0px; /*display:none;*/ }
    .right-sidebar .slider-main-coupon-header { width:100%; }
    .right-sidebar .slider-slide-container_coupons .slide-contents-holder .slide-content-image { float:left;width:45%;margin:5px; }
    .right-sidebar .slider-slide-container_coupons .slide-contents-holder .slide-content-text { float:left;width:45%;font-size: smaller; }
    .right-sidebar .slider-slide-container_coupons { width:100%; }
}
#map_canvas {margin: 0 auto!important;}/* allows the map to be middle aligned */

/* Store Locator CSS */
.store-locator-search-results { font-weight:bold; font-size:12px; padding-right:5px; text-align:justify; }
.store-locator-search-results > table { width:100%; }
.store-locator-search-results > table > tbody { background-color:transparent; }
.store-locator-search-results > table > tbody > tr > td { padding: 5px 0px; border-bottom: 1px solid rgba(82, 137, 23,0.5);  }
/*padding to push in stores*/
.store-locator-search-results > table > tbody > tr > td:first-child { padding-left:40px; }
/* Header row */
.store-locator-search-results > table > tbody > tr:first-child > td { background-color:#528917; color:white; font-family: 'Oswald', sans-serif; font-weight: normal; }
.store-locator-search-results > table > tbody > tr:first-child > td:first-child { padding-left:45px; }
.store-locator-search-results > table > tbody > tr:first-child > td { padding: 5px 0px; }
/* States Row */
.store-locator-search-results > table > tbody > tr > td.store-locator-state-results { border-bottom: 1px solid black; }
.store-locator-search-results > table > tbody > tr > td.store-locator-state-results:first-child { padding-left:5px; }

@media (max-width: 400px) {
    .store-locator-search-results > table > tbody > tr > td { display:none; }
    .store-locator-search-results > table > tbody > tr > td:first-child { display:table-cell; }
    .store-locator-search-results > table > tbody > tr > td:last-child { display:table-cell; }
    .slider-main-container_home, .slider-slide-container_home { height: 300px; }
}
.welcome-back-txt { font-weight: bold; }
@media (max-width: 800px) and (min-width: 300px) {
    .store-locator-search-results > table { width:100%; }
    .welcome-back-txt { float:left; }
}

.fancy-fonty { font-family: 'Oswald', sans-serif; }

/* Store Locator CSS -END */

/* C5 Layouts Responsive - START */
.ccm-layout-wrapper .ccm-layout .ccm-layout-row .ccm-layout-cell img { max-width: 100%!important; height: auto!important;}
@media (max-width: 800px) and (min-width: 300px) {
    .ccm-layout-wrapper {}
    .ccm-layout-wrapper .ccm-layout {}
    .ccm-layout-wrapper .ccm-layout .ccm-layout-row {}
    .ccm-layout-wrapper .ccm-layout .ccm-layout-row .ccm-layout-cell { width:100%!important; }
}
/* C5 Layouts Responsive - END */

#blog-post-form .tabs a { color: #08c; }
