.storeListPage {

}
.storeListPage .newStoreBlock {

}
.storeListPage .store {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.storeListPage .store.last {
	margin-right: 0;
}
.storeListPage .storeWrapper {
	border: 1px solid #d0d0d0;
	padding: 10px;
}
.storeListPage .store .storeImage {
	height: 90px;
	margin-bottom: 15px;
}
.storeListPage .store .storeImage img {
	width: 100%;
	vertical-align: top;
}
.storeListPage .store .storeTitle {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.storeListPage .store .storeSubtitle {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.storeListPage .store .storeInfo {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	padding: 10px 10px 20px 10px;
	border-top: 1px solid #d9d9d9;
}
.storeListPage .store .storeMore {
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
}
.storeListPage .newStoreTitle {
	font-size: 37px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	text-align: center;
	padding: 30px 0px 0px;
}
.storeListPage .newStoreTitle span {
	text-transform: none;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.storeListPage .allStoreTitle {
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	padding: 30px 0px;
	float: left;
}
.storeListPage .allStoreTitle span {
	font-size: 24px;
	text-transform: none;
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.storeListPage .allStoreBlock .allStoreFilters {
	float: right;
	padding: 27px 0px;
	width: 60%;
}
.storeListPage .storeSearch {
	position: relative;
	float: right;
	width: 32%;
}
.storeListPage .storeSearch form {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.52);	
}
.storeListPage .storeSearch input {
	width: 90%;
	height: 18px;
	padding: 7px 5%;
	border: 0;
}
.storeListPage .storeSearch .storeSearchSubmit {
	position: absolute;
	background: url('../../../elementsGlobal/search.png') transparent no-repeat center center;
	right: 0;
	top: 0;
	border: 0;
	width: 30px;
	height: 100%;
	cursor: pointer;
}
.storeListPage .storeSearch span {
	position: absolute;
	top: 5px;
	font-size: 16px;
	right: 30px;
	cursor: pointer;
	display: none;
}
.storeListPage .storeSearch.typed span {
	display: block;
}
.storeListPage .storeFilter {
	float: right;
	width: 32%;
	margin-left: 1%;
}
.storeListPage .selectDiv {
	border: 1px solid #dcdcdc;
	background: #f2f2f2;
	color: #000;
	position: relative;
}
.storeListPage .selectDivWrapper {
	font-size: 12px;
	text-transform: normal;
	cursor: pointer;
}
.storeListPage .selectDiv .arrowDown {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 13px; 
	height: 7px; 
	background: url("../../../elementsGlobal/filterDown.png") no-repeat;
}
.storeListPage .selectDiv.active .arrowDown {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.storeListPage .selectDiv select {
	display: block;
	padding: 6px 25px 6px 15px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	padding: 0;
	margin: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.storeListPage .selectDiv select:focus {
    outline: none;
}


@media screen and (max-width: 1100px) {
	.storeListPage .store {
		width: 32%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 900px){
	
}
@media screen and (max-width: 800px){
	.storeListPage .store {
		width: 49%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 700px){
	.storeListPage .allStoreTitle {
		float: none;
	}
	.storeListPage .allStoreBlock .allStoreFilters {
		float: none;
		margin-top: 0px;
		padding-top: 0;
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.storeListPage .storeSearch {
		width: 100%;
		margin-left: 0;
		margin-bottom: 7px;
	}
	.storeListPage .storeFilter {
		width: 100%;
		margin-left: 0;
		margin-bottom: 7px;
	}
}
@media screen and (max-width: 450px){

	.storeListPage .allStoreBlock .allStoreFilters {
		padding-bottom: 15px;
	}
	.storeListPage .newStoreTitle {
		font-size: 20px;
		line-height: 28px;
		padding: 15px;
	}	
	.storeListPage .allStoreTitle span {
		font-size: 16px;
		line-height: 22px;
	}
	.storeListPage .allStoreTitle {
		padding: 10px 0px;
		font-size: 18px;
		line-height: 26px;
	}
	.storeListPage .store {
		width: 100%;
		margin-right: 0%;
	}
	
}