/* ==========================================================================
   Store Locations
   ========================================================================== */

/* Overriding google style */
/*.gm-style .gm-style-iw {
	font-weight: 300;
	font-size: 13px;
	border-top: 8px dotted #EA0A0B;
	left: 0!important;
	top: 0!important;
	width: 100%!important;
}*/

.gm-style .gm-style-iw .locationResultsItem {
	margin: 15px 0 0 21px;
}

.ng-hide {
	margin-left: -250px!important;
}

.growMap {
	width: 1408px !important;
}

/* Locations Listing Page */

.locationsWrpr
{

}
	.locationsWrpr .toggler {
		width: 20px;
		height: 17px;
		float: left;
		background-color: #EA0A0B;
		color: #fff;
		padding: 3px;
		font-weight: bold;
		cursor: default;
        position: absolute;
        z-index: 9;
        cursor: pointer;
	}

	.locationsWrpr .list {
		height: 100%;
		width: 250px;
		float: none;
        display: table-cell;
        vertical-align: top;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.locationsWrpr .map {
		width: 1408px;
		/*height: 600px;*/
        overflow: hidden;
		float: none;
        display: table-cell;
        vertical-align: top;        
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.locationsWrpr .map #map-canvas {
		width: 100%;
		height: 100%;	
	}

	.locationsWrpr .list .search {
		margin: 10px;
		padding: 12px;
	}

	.locationsWrpr .list .search .title {
		font-size: 20px;
		font-weight: bold;
		margin: 0;
	}

	.locationsWrpr .list .search span {
		display: block;
		margin-bottom: 15px;
	}

	.locationsWrpr .list .search input[type=text] {
		width: 160px;
	}

	.locationsWrpr .list .search input {
		border: 2px solid #E4E5D9;
		font-size: 12px;
		padding: 5px;	
	}
	
	.locationsWrpr .list .resultsFilter {
		padding: 10px 10px 10px 5px;
	}

    .locationsWrpr .list .resultsFilter .header {
        color: #EA0A0B;
        font-weight: bold;
        cursor: default;
    }

    .locationsWrpr .list .resultsFilter .header:after {
        content: "+";
        float: right;
        margin-right: 12px;
        font-weight: normal;
        font-size: 20px;
        background-color: #EA0A0B;
        color: #fff;
        padding: 0 5px 0 5px;
    }

    .locationsWrpr .list .resultsFilter .expanded:after {
        content: "−";
    }

    .locationsWrpr .list .resultsFilter .header:before {
        content: "✔";
        color: #e5e4d8;
    }

    .locationsWrpr .list .resultsFilter .active:before {
        content: "✔";
        color: #1F8900;
    }

		.locationsWrpr .list .resultsFilter ul {
			list-style-type: none;
			padding: 10px 5px 0 20px;
			clear: both;
		}

		.locationsWrpr .list .resultsFilter li {
			width: 100%;
			height: 30px;
		}

		.locationsWrpr .list .resultsFilter li label {
			display: block;
		}

		.locationsWrpr .list .resultsFilter li input {
			float: right;
			margin-right: 10px;
		}
	
	.locationsWrpr .list .results { padding: 12px;}


/* Start Location Styles */

.module-location { position: relative; display: block; margin-top: 30px; margin-bottom: 150px; background-color: #fff; border: 6px solid #e7e5da; overflow: hidden;}

.results-filter-all {
    height: 832px; 
    overflow-y: scroll;
    display: block;
}

.module-location-search-all {
	 border: 0px; 
	 display: table-cell;
     vertical-align: top; 
	 position: relative; 
	 z-index: 9; 
	 margin: 0px 0px 0px 0px; 
	 padding: 0px 0px 0px 0px; 
	 border-bottom: none;
	 border-right: 6px solid #e7e5da;
 }

.module-location-search {
	display: table-cell;
}

.module-location-search h2.title {
    margin: 25px 35px 0px 35px;
    padding: 20px 0px 0px 0px;
    font-size: 2.50em;
    font-family: "Tillo";
    font-weight: 300;    
}

.module-location-search p,.module-location-search label {
    display: inline-block;
    margin: 0px 35px 20px 35px;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 1.13em;
    text-align: left;
    font-style: italic;
}

.module-location-search .inner {
	position: relative; 
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: 0px; 
	right: 0; 
	width: 350px;
	 min-height: 200px;
	border: none; 
	display: block;
    background: #fff;
}

.module-location-map {display:table-cell; width:100%; position:relative;}

.module-location-search-btn.desktop {
	position: absolute;
	z-index: 9;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	width: 0px;
	height: 100%;
	cursor: pointer;
	background: transparent;
    right: 0px;
}

.module-location-search-btn.mobile {
    display: none;
}

.open-search-btn {
    background: #eb0a0b;
    color: #fff;
    font-size: 20px;
    padding: 5px 0px 5px 0px;
    width: 25px;
    -webkit-border-top-right-radius:10px;
    -moz-border-top-right-radius:10px;
    border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;    
    display:block;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.open-search-btn:hover {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
    -moz-box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
}

.open-search-btn:active {
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
    -moz-box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
}

.open-search-btn {
    background: #eb0a0b;
    color: #fff;
    font-size: 20px;    
}

.open-search-btn-none {
    display: none;
}

.location-search-box {
    margin: 0px 0px 20px 35px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;    
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;        
    border: 1px solid #d7d7d7;
    height: 28px;
    width: 220px;
    padding: 0px 9px 0px 9px;
    color: #b1b1b1;
    font-size: 0.88em;
}

input.location-search-btn {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;    
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;      
    background: #eb0a0b url(/cms/images/layout/sprite-1.png) no-repeat;
    background-position: -117px -1px; 
    width: 40px; 
    height: 30px; 
    text-indent: -9999em; 
    border: 0px; 
    margin: 0px 0px 0px 0px; 
    cursor: pointer; 
    padding: 0px 0px 2px 0px; 
}

.module-location .resultsFilter .header {
    color: #EA0A0B;
    width: 100%;
    cursor: pointer;
    font-size: 1.13em;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    padding: 20px 0px 20px 15px;
    border: none;
    border-top: 2px solid #e7e5da;
    border-bottom: 2px solid #e7e5da;
    background: none;
}

.module-location .resultsFilter .header:after {
    content: "+";
    float: right;
    margin-right: 18px;
    font-weight: normal;
    font-size: 1.44em;
    background-color: #EA0A0B;
    color: #fff;
    line-height: 0.94em;
    padding: 3px 2px 3px 10px;
    width: 20px;
    height: 25px;
    margin-top: -3px;
}

.module-location .resultsFilter .expanded:after {
    content: "−";
}

.module-location .resultsFilter .header:before {
    content: "✔";
    color: #e5e4d8;
    padding-right: 5px;
}

.module-location .resultsFilter .active:before {
    content: "✔";
    color: #1F8900;
}


.module-location .locationResultsItem {
    position: relative;
    display: block;
    padding-bottom: 15px;
	font-size: 1em;
    line-height: 1.38em;
    border-bottom: 1px solid #e7e5da;
}
    .module-location .locationResultsItem .orderWrap { padding: 0 !important; }
    .locationResultsItem > a:hover, .locationResultsItem > a:focus { text-decoration: underline; }

.module-location .locationResultsItem .title {
    font-size: 1.13em;
    margin: 0px 0px 0px 0px;
}

.module-location .locationResultsItem .index {
    margin: 20px 5px 0px 0px;
    font-size: 1.13em;
    line-height: 13px;
    text-align: center;
}

.module-location .locationResultsItem .distance {
    margin: 0px 0px 0px 0px;
    font-size: 0.88em;
    text-transform: lowercase;
}

.module-location .locationResultsItem .hours {
    margin: 5px 0px 15px 0px;
    font-size: 0.88em;
    text-transform: lowercase;
    color: #4a4a4a;
    display: block;
    position: relative;    
}

.module-location .locationResultsItem .open {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background-color: #EA0A0B;
    padding: 3px 8px;
    margin-right: 2px;
}

.module-location .locationResultsItem .closed {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background-color: #E00000;
    padding: 3px 8px;
    margin-right: 2px;  
}

.locationResultsItem .index {
    font-size: 12px;
    font-weight: bold;
    background: url('/cms/images/map/pin.png') no-repeat;
    width: 15px;
    height: 20px;
    float: right;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 5px 2px 5px;
}
.locationResultsItem button.index { width: 23px; height: 30px; border: none; }

.results-buttons {
    display: block;
    position: relative;
    margin: 0px 0px 0px 0px;
}

.results-buttons .btn {
    background-color: #4a4a4a;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding: 7px 20px 7px 20px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-decoration: none;
    text-align: center;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 12px;
    width:85px;
}

.results-buttons .btn.no-details {
    background-color: #cccccc !important;
    pointer-events: none;
    cursor: default !important;    
}

.results-buttons .btn:hover {
    -moz-box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.resultsFilter ul { 
    list-style-type: none;
    margin: 10px 23px 15px 40px;
    padding: 0px 0px 0px 0px;
}

.resultsFilter ul li { 
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
	font-size: 1em;
    line-height: 1.38em;    
    border-bottom: 1px solid #e7e5da;
}

.resultsFilter ul li input { float: right; margin-top: 4px; }
    .resultsFilter ul li input[type="checkbox"] { float: none; }

.module-location-map.map {
    height: 1001px;
    overflow: hidden;
    float: none;
    display: table-cell;
    vertical-align: top;        
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.location-free-piece {
    position: relative; 
    display: block; 
    padding-bottom: 30px; 
    background: #fff;
}


.location-details-map iframe { 
    border: 6px solid #e7e5da;
}

section.location-details {
    background: #fff;  
    padding-top: 75px;
    margin-bottom: 30px;    
    min-height: 480px;
}

.location-details .title {
    font-family: "Tillo";
    font-weight: 300;
    font-size: 2.50em;
    margin: 0px 0px 10px 0px;
}

.location-details .distance {
    margin: 0px 0px 0px 0px;
    font-size: 0.88em;
    text-transform: lowercase;
}

.location-details .hours {
    margin: 5px 0px 15px 0px;
    font-size: 0.88em;
    text-transform: lowercase;
    color: #4a4a4a;
    display: block;
    position: relative;    
}

.location-details .open {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background-color: #EA0A0B;
    padding: 3px 8px;
    margin-right: 2px;
}

.location-details .closed {
    text-transform: uppercase;
    color: #fff;
    background-color: #000000;
    padding: 3px 8px;
    margin-right: 2px;    
}

.location-details .online {
    background-color: #fff;
	text-transform: uppercase;
}

.location-details .notOnline {
    background-color: #cccccc;
}

.location-news-summary p{ font-style: italic; }

.location-details .results-buttons {
    display: block;
    position: relative;
    margin: 10px 0px 0px 0px;
}

.location-details .results-buttons .btn {
    background-color: #df0102;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding: 13px 30px 13px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-decoration: none;
    text-align: center;
    margin-right: 7px;
}

.location-details .results-buttons .btn.gray-details {
    background-color: #535353 !important; 
}

.location-details .results-buttons .btn:hover {
    -moz-box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.location-details .phone { 
    font-size: 2em;
    padding: 15px 0px 10px 0px;
}

.location-details .phone a {
    color: #eb0a0b;
}

.location-details .phone a.icon-phone2:before {
    font-weight: 700;
    padding-right: 7px;
}

span.table-title { font-size: 1.13em; font-weight: 500; display: block; margin: 15px 0px 10px 0px;}
.table-hours { display: table; margin: 5px 0px 35px 0px; font-weight: 400;}
.table-hours .tr-hours { display: table-row;}
.table-hours .td-hours-left { display: table-cell; width: 65px; padding: 2px 0px;}
.table-hours .td-hours-right { display: table-cell; padding: 2px 0px;}

.location-details ul.bullet {
    list-style: none;
    padding:0;
    margin: 0px 25px 20px 0px;
    display: inline-block;
    vertical-align: top;
}

.location-details li { 
    padding-left: 10px; 
    margin-left: 10px;
    text-indent: 0px;
    line-height: 1.75em;
}

.location-details li:before {
    content: "•";
    color: #eb0a0b;
    font-size: 1.88em;
    position: absolute;
    margin-top: 1px;
    margin-left: -20px;
}

.location-details h3 {
    font-family: "Tillo";
    font-size: 1.81em;
    font-weight: 300;
    margin: 30px 0px 15px 0px;
    line-height: 1.25em;
    text-align: left;
    width: 100%;
    position: relative;
}

.location-details h3.bg-lines {
    text-align: center;
    margin: 30px auto 20px auto;
    font-size: 1.88em;
    width: 80%;
}

.location-details h3.bg-lines span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 17px;
    padding-right: 17px;    
}

.location-details h3.bg-lines:before {
    background: url(/cms/images/layout/sprite-1.png);
    background-position: center -65px;
    background-repeat: repeat-x;
    content: " ";
    position: absolute;
    height: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    bottom: 8px;
    left: 0px;
}

.location-details p {
    line-height: 1.38em;
}

#map-canvas img { 
    max-width: inherit !important; 
    height: auto !important; 
    vertical-align: top !important; 
}

/* 16px baseline (180px - 401px) */
@media only screen and (min-width:11.250em) and (max-width:25.13em) {	
   
    .location-details .results-buttons a.btn {
        display: block !important;
        margin-bottom: 10px;
    }
    
    .module-location .locationResultsItem {
        padding: 0px 30px 15px 30px;
    }  
        
    .module-location .gm-style .locationResultsItem {
        padding: 0px 0px 15px 0px;
    }      

}

/* 16px baseline (180px - 470px) */
@media only screen and (min-width:11.250em) and (max-width:29.38em) {	

    .location-search-box {
        width: 160px !important;
    }    
    
    .module-location-search-btn.mobile {
        display: block;
        position: absolute;
        z-index: 9;
        vertical-align: middle;
        margin: 5px 0px 0px 0px;
        width: 100%;
        height: 41px;
        cursor: pointer;
        background: transparent;
    }

    .module-location-search-btn.desktop {
        display: none;
    }    
    
    .open-search-btn {
        margin: 0px auto;
        background: #eb0a0b;
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 5px 0px 5px 0px;
        width: 40px;
        -webkit-border-top-right-radius:0px;
        -moz-border-top-right-radius:0px;
        border-top-right-radius:0px;
        -webkit-border-bottom-right-radius:0px;
        -moz-border-bottom-right-radius:0px;
        border-bottom-right-radius:0px;
        -webkit-border-bottom-right-radius:10px;
        -moz-border-bottom-right-radius:10px;
        border-bottom-right-radius:10px;
        -webkit-border-bottom-left-radius:10px;
        -moz-border-bottom-left-radius:10px;
        border-bottom-left-radius:10px;           
        display:block;
        -webkit-transition:all 0.2s linear;
        -moz-transition:all 0.2s linear;
        -o-transition:all 0.2s linear;
        transition:all 0.2s linear;
    }    
    
    
    .module-location-search {
        display: block;
        border-bottom: 0px solid #e7e5da;
    }    

    .module-location-map {
        display: block; 
        width: 100%; 
        position: relative;
    }    
     
    
    .module-location .locationResultsItem {
        position: relative;
        display: block;
        margin: 20px 0px 0px 0px;
        font-size: 1em;
        line-height: 1.38em;
        border-bottom: 1px solid #e7e5da;
    }  
    
    .module-location .resultsFilter .header:after {
        content: "+";
        float: right;
        margin-right: 20px;
        font-weight: normal;
        font-size: 1.44em;
        background-color: #EA0A0B;
        color: #fff;
        line-height: 0.94em;
        padding: 3px 2px 3px 10px;
        width: 20px;
        height: 25px;
        margin-top: -3px;
    }    
    
    .resultsFilter ul { 
        margin: 10px 40px 15px 40px;
    }
    
    .results-filter-all {
        height: auto; 
        overflow-y: scroll;
    }    

    .location-template.site-body-background .second-navigation-mobile-table-cell-2 {
        text-align: center !important;
    }    
    
    .location-template.site-body-background .icon-location2:before {
        margin-right: 2px;
        margin-bottom: 0px;
        padding-right: 0px;
        display: block !important;
        position: relative !important;
    }       
    
}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	

    section.location-details {
        padding-top: 20px;
        margin-bottom: 30px;
    }    
    
    .location-details-map {
        padding-right: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .location-free-piece {
        padding-bottom: 0px; 
    } 
    
    .location-template.site-body-background .location-free-piece {
        display: none !important;
    }     
    
    .location-free-piece section.banners {
        margin-top: -130px;
    }
    
    .location-free-piece .container .grid_12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .location-details .results-buttons {
        margin-bottom: 10px;
    }
    
    .location-details h3 {
        margin-top: 0px;
    }
    
    .location-details h3.bg-lines {
        margin-top: 0px;
        margin-bottom: 25px;
    }    
    
    .module-location-search-all .inner {
        display: block;
        top: 0;
        width: 100%;
    }    
    
    /* Location Mobile */

    body.location-template.site-body-background {
        overflow-y: hidden;
    }
    
    .location-template.site-body-background .site-header-all {
        min-height: 100px !important;
    }
    
    
    .location-template.site-body-background .stick-location-header {
        position: fixed !important;
        z-index: 99;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;    
        background: #fff;   
        min-height: 68px !important;
        border-bottom: 1px solid #fff;
    }
    
    .location-template.site-body-background .stick-location-header.display-hdr {
        position: relative !important;       
    }    
    
    .location-template.site-body-background .search-top, .location-template.site-body-background .second-navigation-mobile-table-cell-3, .location-template.site-body-background .second-navigation-mobile-table-cell-4, .location-template.site-body-background .site-header-absolute, .location-template.site-body-background .location-free-piece, .location-template.site-body-background .site-header-logo, .location-template.site-body-background footer {
        display: none !important;
    }
    
    .location-template.site-body-background .second-navigation-mobile-table-cell-2 {
        display: table-cell; 
        vertical-align: middle; 
        padding-top: 10px;
        text-align: right;
    }    
    
    .second-navigation-mobile-table-cell-5 {
        display: none;
    }
    
    .location-template.site-body-background .second-navigation-mobile-table-cell-5 {
        display: table-cell; 
        vertical-align: middle; 
        padding-top: 12px;        
    }
    
    .location-template.site-body-background .location-header-title.mobile span.menu { 
        position: inherit;
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        display: inline-block;
        height: auto;
        text-decoration: none; 
        overflow: visible;
        text-indent: inherit;
        color: #d4000b;
        text-align: center;
    }        
        
    .location-template.site-body-background .icon-location2 span.dvd {
        margin: 0px 5px 0px 5px;
    }
    
    .location-menu-btn {
        padding-top: 43px;
        position: relative;
        margin-left: 0px;
    }
    
    .location-template.site-body-background .second-navigation-mobile-table-cell-1 {
        padding-top: 30px;
        width: inherit;        
    }
    
    .location-template.site-body-background .location-header-title.mobile, .open-search-btn.location-header-title.mobile {
        display: none;
    }
    
    .location-template.site-body-background .open-search-btn.location-header-title.mobile {
        display: inline;
    }    
    
    .location-template.site-body-background .open-search-btn {
        background: transparent;
        color: #eb0a0b;
        font-size: 1.5em;
        font-weight: 500;
        padding: 0px 0px 0px 0px;
        width: 100%;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
        border-radius:0px;    
        display: inherit;
        -webkit-transition:all 0s linear;
        -moz-transition:all 0s linear;
        -o-transition:all 0s linear;
        transition:all 0s linear;
    }
    
    .location-template.site-body-background .open-search-btn:hover {
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0);
        -moz-box-shadow: 0 0 0px #000;
        -webkit-box-shadow: 0 0 0px #000;
        box-shadow: 0 0 0px #000;
    }

    .location-template.site-body-background .open-search-btn:active {
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0);
        -moz-box-shadow: 0 0 0px #000;
        -webkit-box-shadow: 0 0 0px #000;
        box-shadow: 0 0 0px #000;
    }

    .location-template.site-body-background .open-search-btn-closed .open-search-btn {
        text-shadow: 0px 0px 0px rgba(0,0,0,0);
    }
    
    /*.location-template .open-search-btn .list {
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }*/
    
    .location-template.site-body-background .open-search-btn-closed .open-search-btn .list {
        text-shadow: 0px 0px 0px rgba(0,0,0,0);
    } 
        
    .location-template.site-body-background .open-search-btn span.menu.list {
        display: none;
    }   
    
    .location-template.site-body-background .open-search-btn-closed .open-search-btn span.menu.list {
        display: inline;
    }     
    
    .location-template.site-body-background .open-search-btn span.menu.map {
        display: inline;
    }    
    
    .location-template.site-body-background .open-search-btn-closed .open-search-btn span.menu.map {
        display: none;
    }    
  
    /*.location-template .open-search-btn .list:before {
        content: "See ";
    }    
    
    .location-template .open-search-btn-closed .open-search-btn .list:before {
        content: "See ";
    }
    
    .location-template .open-search-btn .map:before {
        content: "See ";
    }    
    
    .location-template .open-search-btn-closed .open-search-btn .map:before {
        content: "See ";
    }*/
    
    /*.location-template .open-search-btn-closed .open-search-btn .map {
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    } */   
    
    .location-template.site-body-background .module-location-search {
        display: block;
        width: 100%;        
    }
    
    .results-filter-all { background: #fff;}
    
    .location-template.site-body-background .module-location-search-all {
        border: 0px; 
        display: inline;
        vertical-align: top; 
        position: absolute; 
        z-index: 9; 
        margin: -27px 0px 0px 0px; 
        cursor: pointer; 
        padding: 0px 0px 0px 0px; 
        border-bottom: none;
        border-right: 0px solid #e7e5da;
        width: 100%;
     }

    .location-template.site-body-background .module-location { 
        position: relative; 
        display: block; 
        margin-top: 0px; 
        margin-bottom: 0px; 
        padding-bottom: 15px;
        background-color: #fff; 
        border: 0px solid #e7e5da; 
        overflow: scroll;
    }
 
    .location-template.site-body-background .grid_12 {
        padding: 0px !important;
    }
    
    .location-template.site-body-background main.interior.location .container {
        max-width: 90em;
        padding: 0px 0px 0px 0px;    
    }    
    
    .location-template.site-body-background .footer-edge {
        display: none;
    }
    
    .location-template.site-body-background .module-location-map.map {
        display: block;
        width: 100%;
    }       
 
    .location-template.site-body-background .results-filter-all {
        height: 100%; 
        overflow-y: scroll;
    }       
    
    .location-template.site-body-background .gm-style .gm-style-iw .locationResultsItem {
        margin: 15px 0px 0px 0px;
    }    
    
    .location-template.site-body-background .module-location .gm-style .locationResultsItem {
        padding: 0px 0px 30px 0px;
    }    
 
    .location-template.site-body-background .location-header-sprite {
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 15px;
        border: 0px;
        top: 103px;
    }
    
    .location-template.site-body-background .location-header-sprite:before {
        background: url(/cms/images/layout/sprite-1.png);
        background-position: 0px -133px;
        background-repeat: repeat-x;
        content: " ";
        position: absolute;
        height: 15px;
        width: 100%;
        margin: 0px 0px 0px 0px;    
    }    

    .module-location-search-btn.desktop, .module-location-search-btn.mobile {
        display: none;
    }
    
    .location-template.site-body-background section.banners {
        display: none;
    }
    
    .location-template.site-body-background .footer-interior-edge {
        display: none;
    }
    
 
    
}

@media only screen and (min-width:401px) and (max-width:767px) {
    .module-location .locationResultsItem {
	   padding: 20px 40px 0px 40px;
    }   
    
    .module-location .locationResultsItem:last-child {
	   padding: 20px 40px 90px 40px;
    }   
    
    .location-template.site-body-background .icon-location2:before {
        margin-right: 17px;
        margin-bottom: 0px;
        padding-right: 1px;
        display: block !important;
        position: relative !important;
    }    
    
}
    
/* 16px baseline (768px - 1206px) */
@media only screen and (min-width:48em) and (max-width:75.38em) {	
    
    .location-details-map {
        padding-right: 10px;
    }    
    
    .location-details .results-buttons a.btn {
        display: block !important;
        margin-bottom: 10px;
    }    
    
}

@media only screen and (min-width:48em){
    
    .open-search-btn-closed {
        width: 1508px;
    }

    .module-location .locationResultsItem {
	   margin: 20px 30px 0px 40px;
    }
    
    
    .location-template .location-header-sprite {
        display: none;
    }
    
}

@media only screen and (min-width:300px) and (max-width:767px) {	
    .module-location-map.map {
        height: 580px;
    } 
    
}

@media only screen and (min-width:300px) and (max-width:767px) {
    .location-template .module-location-search-all {
        border: 0px; 
        display: inline;
        vertical-align: top; 
        position: absolute; 
        z-index: 9; 
        margin: -27px 0px 0px 0px; 
        cursor: pointer; 
        padding: 0px 0px 120px 0px; 
    }

    
/* Locations Banner on phone */

.locations-banner .banner-home-all .banner-content-all{z-index: 1; top: 0!important; height: 100%; transform:none;}
.locations-banner .banner-image-bg .overlayWrppr{margin-top: 80px;}

}

@media only screen and (min-width:401px) and (max-width:767px) {

    .location-template.site-body-background .module-location-search-all {
        padding: 0px 0px 330px 0px; 
    }
}



.module-location-search .results .locationResultsItem .results-buttons .btn {font-size:0.8em;}



/* ordering page rails */
.rail-order-container .rail-order .distance.ng-hide {display:block !important;}


/* Custom Styles for ADA */
#map-canvas > div > div > iframe {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border: none;
}
.menuBtn { border: none; background: none; padding: 5px 5px 15px; }
    .menuBtn:hover, .menuBtn:focus { box-shadow: 0 0 10px 0px #666; }




