.sub-header {
	margin-top: -9px;
	color: #fff;
	background: #eb212e url(../images/red-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}

.sub-header p.h1 {
    margin: 10px 0 0 0;
	padding: 25px 20px 10px 20px;
	font-size: 36px;
    color: #ffffff;
    font-family: 'Gotham-Medium';
    font-weight: bold;
    line-height: 36px;
}

.sub-header p {
	padding: 10px 20px 35px 20px;
    font-family: 'Gotham-Medium';
	font-size: 16px;
	line-height: 24px;
}

.sub-header img {
	max-width: 100%;
}

#form-container {
	margin-top: 0;
}

#form-container h1 {
	padding-top: 0;
	padding-bottom: 10px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
}

#form-container h2 {
	padding-top: 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

#form-container #form-input {
	width: 290px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
	background-color: #f5f5f5;
}

#form-container #form-input label {
	font-size: 20px;
	font-weight: bold;
}

#form-container #form-input input {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 35px;
}

#form-container #form-input select#ddlNeighborhood {
	width: 248px;
	height: 35px;
	margin: 0 0 0 10px;
	padding: 0 6px;
	line-height: 35px;
	border-color: #ccc;
}

#form-container #form-input input,
#form-container #form-input select {
	color: #333 !important;
	font-size: 16px !important;
}

 /* Chrome/Opera/Safari */
#form-container #form-input input::-webkit-input-placeholder {
  color: #333;
}
/* Firefox 19+ */
#form-container #form-input input::-moz-placeholder {
  color: #333;
}
/* IE 10+ */
#form-container #form-input input:-ms-input-placeholder {
  color: #333;
}
/* Firefox 18- */
#form-container #form-input input:-moz-placeholder {
  color: #333;
}


#form-container #form-input #submit,
a#show-more-bt {
	padding: 0 10px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background: #ec1c24;
    border: 1px solid #ec1c24;
}

#loc-list{
	width: 330px;
	height: auto;
	/*height: 720px;*/
	overflow: hidden;
}

#loc-list .list-details {
	width: 255px;
	padding-top: 20px;
}

#loc-list ul#list {
	height: 490px;
	margin-top: 30px;
	overflow: auto;
}

#loc-list li {
	width: 290px;
	margin: 10px 10px 10px 0;
}

#loc-list #list li:first-child {
	position: relative;
	margin-top: 0;
	border-color: #ec1c24 !important;
}

#loc-list #list li:first-child:before {
	content: "Your r2o";
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	background-color: #ec1c24;
}

#loc-list .list-content div {
	line-height: 1.2em;
}

#loc-list .list-focus {
	border-top-color: #ec1c24 !important;
	border-right-color: #ec1c24 !important;
	border-bottom-color: #ec1c24 !important;
	border-left-color: #ec1c24 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
}

.list-details .list-content {
	position: relative;
}

.list-details .list-content div.loc-name,
.list-details .list-content div.loc-hours,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-phone {
	margin-bottom: 10px;
}

.list-details .list-content div.loc-addr,
.list-details .list-content div.loc-addr a,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-addr3 a,
.list-details .list-content div.loc-phone,
.list-details .list-content div.loc-phone a {
	font-weight: normal !important;
}

.list-details .list-content div.loc-hours {
	color: #1b7300;
	font-weight: bold;
}

.list-details .list-content div.loc-distance {
	position: absolute;
    top: 15px;
    right: 0;
    color: #1b7300;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
}

#loc-list .stores-button span {
	display: inline-block;
	width: 49%;
	margin-bottom: 15px;
	border-bottom: 3px solid #ec1c24;
	color: #333;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5em;
	text-align: center;
}

#loc-list .stores-button span.highlighted {
	border-bottom: 3px solid #fff;
}

#map-container {
	width: 100%;
	height: auto;
	margin-top: 18px;
}

#map-container .loc-name {
	color: #ec1c24;
	font-size: 20px;
}

#map-container a {
	color: #ec1c24;
}

#map-container a.no-highlight {
	color: #333;
}

a#show-more-bt {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}

#map-holder {
	float: left;
	/*width: 930px;*/
	width: calc(100% - 350px);
	max-width: 100%;
	margin-left: 20px;
}

#map-holder-mobile {
	display: none;
}

#map {
	float: none;
	width: 930px;
	max-width: 100%;
	height: 530px;
}

.seo-text p {
	line-height: 1.5em;
}

.gray-line.out-mobile {
	display: none;
}

@media only screen and (max-width:991px) {
	main {
		background-color: #fff;
	}

	.sub-header p.h1 {
		font-size: 30px;
	}

	#loc-list {
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
		width: 310px !important;
		-webkit-box-shadow: none !important;
    	box-shadow: none !important;
	}

	#form-container.store-form {
		margin-top: 0px !important;
		padding: 0 !important;
	}

	#map-holder {
		width: calc(100% - 330px);
		margin-left: 0;
	}

	#map {
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#loc-list ul, #loc-list ul li {
		width: 310px !important;
	}
}

@media only screen and (min-width:480px) and (max-width:991px) {
}

@media only screen and (min-width:400px) and (max-width:480px) {
}

@media only screen and (max-width:768px) {
	main .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	#form-container #form-input {
		width: 100%;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	#loc-list h2 {
		padding-left: 15px;
		padding-right: 15px;
	}

	#form-container.store-form label {
		color: #333 !important;
	}

	#form-container.store-form input {
		width: calc(100% - 78px) !important;
	}

	#form-container.store-form select {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	#form-input label[for="address"] {
		padding-left: 0;
		padding-right: 0;
	}

	#form-container.store-form #submit {
		position: relative !important;
		top: auto !important;
		left: auto;
		right: 0px !important;
		width: auto !important;
		margin-left: 8px !important;
	}

	#loc-list .stores-button {
		height: auto !important;
	}

	#map-holder {
		padding: 0 15px;
	}

	#map {
		height: 300px !important;
	}
}

@media only screen and (max-width:767px) {
	#loc-list {
		width: 100% !important;
	}

	#map-holder {
		width: 100% !important;
	}

	#map-holder-mobile {
		display: block;
		margin: 0 15px;
	}
}

@media screen and (max-width:480px) {
	#loc-list #list ul {
		display: block !important;
	}
	#loc-list ul {
		display: block;
	}

	#loc-list ul#list {
		margin-top: 0;
	}

	#loc-list li {
		overflow: visible !important;
	}

    #loc-list .list-focus {
        border-top: 1px solid #ec1c24 !important;
        border-right: 1px solid #ec1c24 !important;
        border-bottom: 1px solid #ec1c24 !important;
        border-left: 1px solid #ec1c24 !important;
    }

	#loc-list:not(.triggered) .stores-button span.active, #loc-list.triggered .stores-button span.default {
	    display: inline-block !important;
	}

	#loc-list .list-content {
		padding: 0 10px !important;
		font-size: 16px !important;
	}

	#loc-list .list-content .loc-name {
		font-size: 20px !important;
	}

	#Mloc-storeURL {
		display: block !important;
	}

}