@font-face {
    font-family: bebas-neue;
    src: url(http://assets.levi.com/fonts/bebasneue-webfont.eot);
    src: url(http://assets.levi.com/fonts/bebasneue-webfont.eot?#iefix) format("embedded-opentype"), 
         url(http://assets.levi.com/fonts/bebasneue-webfont.woff) format("woff"),
         url(http://assets.levi.com/fonts/bebasneue-webfont.ttf) format("truetype"), 
         url(http://assets.levi.com/fonts/bebasneue-webfont.svg#font-name) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url(http://assets.levi.com/fonts/bebasneue-webfont.eot);
    src: url(http://assets.levi.com/fonts/bebasneue-webfont.eot?#iefix) format("embedded-opentype"), 
         url(http://assets.levi.com/fonts/bebasneue-webfont.woff) format("woff"),
         url(http://assets.levi.com/fonts/bebasneue-webfont.ttf) format("truetype"), 
         url(http://assets.levi.com/fonts/bebasneue-webfont.svg#font-name) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"BodoniStencil";

}

@font-face{
	font-family:'BodoniStencil2';
}

@font-face{
	font-family:'CrashNumberingSerif';
}

@font-face{
	font-family:"BodoniBookItalic";
}

@font-face{
	font-family:"TradeGothicLTStdBdCnNo.20";
	src:url("../fonts/20.woff?#iefix") format("woff")
}

@font-face{
	font-family:"TradeGothicLTStdCnNo.18";
	src:url("../fonts/16.woff?#iefix") format("woff")
}

@font-face {
    font-family: 'din-1451-engschrift';
    src: url(http://assets.levi.com/fonts/din_1451_engschrift.eot);
    src: url(http://assets.levi.com/fonts/din_1451_engschrift.eot?#iefix) format("embedded-opentype"), 
         url(http://assets.levi.com/fonts/din_1451_engschrift.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'interstate-bold';
    src: url(http://assets.levi.com/fonts/interstate_bold.eot);
    src: url(http://assets.levi.com/fonts/interstate_bold.eot?#iefix) format("embedded-opentype"), 
         url(http://assets.levi.com/fonts/interstate_bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,body {
    height: 100%;
}

body{
    margin:0px; 
    padding:0px;
    font-family: interstate-bold;
    color:#000;
    -moz-user-select: auto !important;
    cursor: auto !important;
}

input[type="text"]:focus{
    outline:none;
}

p {
    margin:0px;
    padding:0px;
}

h1, h2, h3, h4, h5, h6{
    margin:0px !important;
    padding:0px !important;
}

img{
    border:none;
}

a{
    color:#5A5A5A;
    text-decoration:none;
}

ul{
    margin:0px;
    padding:0px;
}

li{
    list-style:none;
}

#header {
	height: 75px;
	margin: 0 auto;
	min-width: 1024px;
	max-width: 1366px;
}

#header-logo {
	float: left;
	width: 200px;
	height: 126px;
	margin-left: 3px;
}

#logo {
    display: block;
    float: left;
    width: 133px;
}

#rio-header-right {
	float: right;
}

#rio-container {
	min-width: 1024px;
	max-width: 1366px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-family: interstate-bold;
	color: #797979;
}

#rio-container h1 {
	color: #c3112f;
	font-family: interstate-bold;
	font-size: 26px;
	text-transform: uppercase;
}

#rio-inside-container {
	margin: 0 5px;
}

#promo_banner_bar {
    min-width: 1024px;
    max-width: 1366px;
    height: 32px;
    background: #000;
}

#rio-breadcrumb {
	font-size: 11px;
	text-align: left;
	width: 100%;
	color: #000;
	margin: 5px 0 10px 0;
	display: inline-block;
}

#rio-breadcrumb a {
	color: #000;
	font-size: 12px;
}

.mapHeader {
	margin-top: 10px;
	width: 100%;
}

#rio-search-content {
	margin-bottom: 9px;
	width: 100%;
	margin-top: 5px;
}

#searchBtn-wrap {
	margin: 0 auto;
	width: 225px;
	margin-right: 10px;
	float: left;
}

#searchNearYou {
	background: #000;
	height: 30px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	width: 230px;
	font-size: 14px;
	display: inline-block;
}

.compass {
	width: 24px;
	float: left;
	margin: -3px 0 0 1px;
}

.searchText {
	color: #fff;
	font-size: 13px;
	font-family: interstate-bold;
	margin: 0 auto;
	margin-right: 2px;
	text-align: center;
	width: 201px;
	float: left;
}

#zip-input-wrap {
    text-align: center;
    font-size: 13px;
}

.smText {
	float: left;
    margin: 5px 8px 0 0;
	color: #000;
}

#mapSearchForm {
	margin: 0 auto;
}

#myAutoComplete {
	border: 2px solid #000;
	float: left;
	font-size: 18px;
	margin: 0 0 10px 3px;
    height: 30px;
	width: 225px;
}

#txbCityState {
	border: medium none;
	color: #000;
	font-size: 12px;
	right: 12px;
	text-align: left;
	width: 212px;
	font-family: interstate-bold;
	margin-top: -8px;
}

#myContainer {
	z-index: 1000;
}

#searchrad-wrap {
	background: url(http://assets.levi.com/images/searchrad_bg.jpg) no-repeat scroll right center rgba(0,0,0,0);
	border: 2px solid #000;
	float: left;
    height: 30px;
	width: 87px;
	margin-left: 5px;
}

select#searchrad {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	font-family: interstate-bold;
	background: none repeat scroll 0 0 transparent;
	border: none;
	color: #000;
	font-size: 12px;
    padding: 6px 0 0 5px;
	width: 148px;
	text-transform: uppercase;
}

#searchrad option {
	padding-top: 5px;
}

#searchBtnContainer {
    background: #000;
    text-align: center;
    float: left;
    width: 36px;
    margin-left: 5px;
}

#searchBtn {
	border: medium none;
	background: #000;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-family: interstate-bold;
    height: 30px;
	width: 36px;
}

.framedTop {
	height: 489px;
	border: 1px solid #000;
}

#map-left {
	float: left;
	width: 75%;
}

#filterSection {
	width: 100%;
	height: 63px;
}

.specialtyFilter {
	font-size: 12px;
	color: #000;
	height: 32px;
}

.specialtyFilter ul {
	margin: 4px 0 0 5px !important;
	float: left;
	list-style: none;
}

.specialtyFilter li {
	width: 130px !important;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

.specialtyFilter label {
	font-size: 12px !important;
	vertical-align: top;
	float: left;
	margin-top: 6px;
}

#filterInstructions {
	float: left;
	font-weight: bold;
	font-size: 13px;
	font-family: interstate-bold;
	vertical-align: middle;
	margin: 16px 10px 0 0;
}

.specialtyCB {
	height: 42px;
	float: left;
}

.img_spid3915 {
	background: url(http://locations.levi.com/images/mapIcon-black.gif) no-repeat;
	padding-left: 36px;
	display: inline-block;
	height: 42px;
	margin-top: -3px;
	float: left;
}

.img_spid3917 {
	background: url(http://locations.levi.com/images/mapIcon-red.gif) no-repeat;
	padding-left: 36px;
	display: inline-block;
	height: 42px;
	margin-top: -3px;
	float: left;
}

.img_spid3919 {
	background: url(http://locations.levi.com/images/mapIcon-white.gif) no-repeat;
	padding-left: 36px;
	display: inline-block;
	height: 42px;
	margin-top: -3px;
	float: left;
}

#specialtyNote {
	font-size: 10px;
	color: #ccc;
}

#rio-map {
	height: 420px;
	margin: 6px 20px 0 0;
}

#gmap_canvas {
	width: 100% !important;
	height: 100% !important;
}

#map-right {
	float: right;
	width: 25%;	
}

#list-header {
	color: #3d3d3d;
	text-transform: uppercase;
	margin-top: 19px;
	height: 14px;
	font-family: interstate-bold;
	font-size: 15px;
}

#list-wrap {
	margin: 13px 0 0px;
	width: 100%;
	height: 440px;
}

.domainmapList {
	height: 441px;
	padding: 0 2px 2px 0;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
}

.domainmapList .tlsmap_list, .domainmapList .citymap_list {
	overflow: auto;
	font-family: interstate-bold;
	line-height: 1.9;
}

.domainmapList .tlsmap_list li {
	width: 97%;
}

.domainmapList .tlsmap_list li a {
	color: #c3112f;
	font-size: 23px;
	list-style-type: none;
	text-decoration: none;
	line-height: 1.1;
}

#bottomContainer {
	width: 100%;
}

#level-details {
	margin-bottom: 14px;
}

.rio-header {
	color: #a3a3a3;
	font-family: interstate-bold;
	font-size: 24px;
	line-height: 20px;
	display: inline-block;
	width: 100%;
}

#rio-textblock {
	text-transform: none;
	color: #494949;
	display: block;
	font-size: 13px;
	line-height: 1.3;
	width: 96%;
	font-family: interstate-bold;
	margin-top: 17px;
	font-weight: 400;
}

#rio-textblock h2 {
	text-transform: none;
	font-size: 13px;
	font-family: interstate-bold;
	display: inline;
}

.superscript {
	font-size: 11px;
	vertical-align: top;
	font-family: initial;
	line-height: 1;
}

#promo_banner_bottom {
	min-width: 1024px;
	max-width: 1366px;
}

#promo_banner_bottom img {
	width: 100%;
}

.siteBackground {
    margin: 0 auto;
    position: relative;
    width: 100%;
    /* background: #fff url(http://assets.levi.com/images/client/footer_background.gif) repeat-x bottom; */
}

/* list styles */
.rls_maplist_item {
	margin-bottom: 10px;
}

.city-tlsmap-box {
	line-height: 1.4;
}

.domainmapList .city-tlsmap-box .city_image {
	display: none;
}

.rls_maplist_item .text {
	width: 191px;
	float: left;
}

.city-tlsmap-box a.location-link, .indylistDetails a.location-link {
	color: #c3112f;
	text-transform: uppercase;
}

.rls_maplist_item .maplist-pin {
	width: 36px;
	height: 39px;
	float: right;
	background-repeat; no-repeat;
	margin-top: 37px;
}

.maplistHeader, .maplistHeaderCity {
	width: 100%;
	height: 29px;
	background: #000;
	margin-top: 17px;
}

.maplistHeaderText {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 4px;
	padding-left: 8px;
}

.citylistDetails {
	width: 100%;
	height: 228px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: auto;
}

.citylistDetails .rls_maplist_item {
	float: left;
	width: 24%;
	line-height: 1.5;
	margin: 22px 10px 22px 2px;
	height: 140px;
}

.citylistDetails .city-tlsmap-box .city_image {
	width: 82px;
	float: left;
}

.citylistDetails .city-tlsmap-box .city_image img {
	width: 78px;
}

.indylistDetails .text, .citylistDetails .text {
	color: #a3a3a3;
	font-size: 13px;
	width: 175px;
}

.citylistDetails .rls_maplist_item .maplist-pin {
	display: none;
}

/* indy styles */
#rio-loc-image {
	width: 27%;
	float: left;
}

#rio-loc-image img {
	height: 194px;
	border: 1px solid #ccc;
}

#rio-addr-info {
	width: 28%;
	margin-left: 15px;
	float: left;
}

#rio-indy-map {
	width: 32%;
	height: 196px;
	float: right;
}

#social-share {
	width: 172px;
	margin-top: 5px;
}

#facebook-share {
	overflow: hidden;
	width: 60px;
	height: 15px;
	float: left;
	position: relative;
	margin-top: 5px;
	font-size: 13px;
}

#twitter-share {
	float: left;
	margin-left: 25px;
}

#address-wrap {
	line-height: 19px;
	font-size: 13px;
}

.phone-container {
	margin-bottom: 2px;
	font-size: 16px;
	font-family: interstate-bold;
}

.location-info-header-large {
	font-weight: bold;
}

.rio-store-phone {
	color: #c3112f;
	margin-top: 10px;
}

.rio-store-address {
	color: #6D6E71;
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	min-height: 95px;
}

#directionLink {
	margin-top: 2px;
}

#getDirections {
	color: #767575;
	font-size: 16px;
	font-family: interstate-bold;
	font-style: italic;
	margin: 1px 0 5px 0;
}

.indylistDetails {
	height: 228px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: auto;
	margin-bottom: 18px;
}

.indylistDetails .rls_maplist_item {
	float: left;
	line-height: 1.5;
	margin: 22px 0 10px 4px;
	height: 195px;
	width: 24%;
}

.indylistDetails .image {
	float: left;
	width: 115px;
}

.indylistDetails img {
	width: 106px;
}


 /* Non webkit scrollbar */
 .jspTrack {
    background: #dde; /* changed from #dde */
    position: relative;
}
 
.jspDrag {
    background: rgba(0,0,0,0.2); /* changed from #bbd */
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* Hours Tab Layout */
.hours_wrap{
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    color: #6D6E71;
    font-family:interstate-bold;
}

div.tabs {
    list-style-type: none;
    width: 350px;
    height: 19px;
    line-height: 19px;
    margin-left: 0px;
    text-align: center;
}

div.tabs #wide_tab {
    background-color:#000 !important;
    color: #fff !important;
}

div.tabs .firstTab {
    width: 174px;
    margin-right: 2px;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #E2DADA;
}

div.tabs .secondTab {
    width: 174px;
    float:left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    border-bottom-left-radius:0; 
    border-bottom-right-radius:0; 
    background-color: #E2DADA;
}

.active {
    background-color:#c3112f !important;
}

#wide_tab {
    background-color:#000;
}

.active .rls_hours_label {
    color:#fff; 
}

#rls_hours_disclaimer {
    left: 470px;
    width: 170px;
    height: 45px;
    background-color: transparent;
    text-align: center;
}

.rls_hours_disclaimer {
    font-size: 11px;
    font-style: italic;
}

.hoursContainer {
    float: left;
    width: 338px;
    min-height: 53px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    line-height: 1.3;
}

.hoursContainer b {
	font-family: interstate-bold;
    width: 180px;
    font-weight: bold;
    display: inline-block;
}

.hoursContainer_small{
    float: left;
    width: 225px;
    min-height: 53px;
    border: 1px solid #CCCCCC;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    line-height: 1.3;
}

.hoursCondensed {
    padding: 12px 5px 5px 5px;
}

#holiday-hours{
    color: #000000;
    font-size: 14px;
}

#rls_indy_hours_note {
	width:220px;
    padding-left: 5px;
}

.daypart{
    float: left;
    padding-right: 5px;
    text-align: left;
    width: 65px;
    font-weight: bold;
    line-height: 16px;
}

.hours{
    line-height: 16px;
    padding-right: 2px;
    float:left;
    overflow:hidden;
}

#hours-noinfo{
    display:none;
    	
}

.new-hours{
    padding-right: 5px;
    float:left;
}

#locations-head {
	text-align: left;
	width: 100%;
	margin: 8px 0 0 5px;
}

.rio-location {
	font-size: 20px;
	color: #c3112f;
	font-family: interstate-bold;
}
.red a{   
	color: red;
    text-decoration: none;
}
.belt_header{
	background-color: black;
}
.belt_container{
    width: 430px;
    position: relative;
    left: 65%;
}
.belt_header .belt_container img{
    width: 28px!important;
    height: auto!important;
    margin-top: -2px;
    vertical-align: middle;
    padding: 0px 2px;
}
.belt_header .belt_container a{
	color: #bfbfbf;
	padding: 12px;
    line-height: 35px;
    letter-spacing: .6px !important;
}
#logo img{
	margin: 0px 0 0 30px;
    width: 112px !important;
}
.end-block{
	padding-right: 50px!important;
}
.flag {
    width: 28px!important;
    height: auto!important;
    vertical-align: middle;
    padding: 0px 2px;
    margin-left: 63px;
    margin-right: 8px;
}
.subnav .subnav-list>li h2 {
    color: #232323;
    cursor: pointer;
    padding: 7px 12px 10px!important;
    position: relative;
    line-height: 100%;
}
.subnav .subnav-list>li:hover {
    border: 1px!important;
    border-bottom: 0!important;
}
.subnav .subnav-list>li:hover h2.h2HalfCol {
    background: white;
    color: #c51230;
    padding: 5px 11px 10px;
    z-index: 20;
    border: 0px!important;
    border-bottom: 0;
}
.footer-container div.footer-sub-nav ul h3, .footer-container div.footer-sub-nav div h3 {
    padding: 15px 0 0 0!important;
    border-top: 2px solid #000;
    font-size: 1em;
}
.footer-container div.footer-sub-nav h3 {
    margin: 0 0 28px 0!important;
}
.email-signup{
    color: #FFF;
}
#user-links{
    color: #FFF;
}
