/***********************************************************
					Stores Page Styles
************************************************************/
/* line 9, ../sass/stores.scss */
#stores #map {
    width: 100%;
    height: 650px;
    margin-bottom: 0;
    border-bottom: 5px solid #ffdb0f;
}
/* line 14, ../sass/stores.scss */
#stores input#addressInput {
    display: inline-block;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 230px;
    height: 35px;
    z-index: 97;
}
#stores .form-control.grey {
    font-size: 14px;
    font-family: "Raleway";
    color: rgb(0, 0, 0);
    line-height: 2.143;
    z-index: 100;
}
#stores .boton-buscar {
    float: right;
    margin-top: -36px;
    margin-left: -40px;
    position: relative;
}
/* line 18, ../sass/stores.scss */
#stores .address-input {
	float: right;
	margin-right: 45px;
}

#ficha{
	width: 100%;
    min-height: 350px;
    margin: 0 auto;
    display: none;
    margin-top: 80px;
	font-family: "Raleway";
	color: #093478;
}
#ficha .storename{
    background: #ffdb0f;
    color: #093478;
    width: auto !important;
    font-weight: 600;
	visibility: visible;
    display: block;
	font-size: 12px;	
	line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    padding-top: 2px;
	margin: 0;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
    border-radius: 3px;
}

#ficha #storeInfo{width:100%; height: 250px; margin-top:10px;     margin-bottom: 35px;}

#ficha #storeInfo .imgstore {
    width: 35%;
	height:100%;
    float: left;
	margin-top: 10px;
	text-align:center;
}

#ficha #storeInfo .imgstore img {
    width: auto;
    max-width: 80%;
    border-radius: 10px;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}



#ficha #storeInfo .store-services{
	width: 35%;
	min-height:100%;
	float:left;
	display:inline;
	font-family: "Raleway";
}

#ficha #storeInfo .store-services div.tittle{
	font-weight:bold;
	color: #093478;
    line-height: 40px;
}
#ficha #storeInfo .store-services div.store-horarios{
	font-weight:normal;
	line-height:10px;
	font-family: "Raleway";
    font-size:11px;
}
#ficha #storeInfo .store-services div.store-address{
	font-weight:normal;
	line-height:20px;
	font-family: "Raleway";
    font-size:14px;
}
#ficha #moreInfo{width:100%; margin-bottom: 35px;}

#ficha #storeInfo .store-services2{
	width: 30%;
	min-height:100%;
	float:right;
	display:inline;
	font-family: "Raleway";
}
#ficha #storeInfo .store-services2 div.tittle{
	font-weight:bold;
	color: #093478;
    line-height: 40px;
}	
#ficha #storeInfo .store-services2 div.store-servicesicons{
	font-weight:normal;
	line-height:20px;
	font-family: "Raleway";
    font-size:14px;
}
.servicecolumn1{
	float: left;
}

@media (max-width: 767px) {
  /* line 18, ../sass/stores.scss */
  #stores .address-input {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* line 25, ../sass/stores.scss */
#stores .address-input label {
    margin-right: 20px;
    display: block;
    float: left;
    margin-bottom: 0;
	line-height: 36px;
}
/* line 29, ../sass/stores.scss */
#stores .radius-input {
	float: left;
	line-height: 23px;
	margin-right: 20px;
	display: none;
}
.store-content .button.button-small span, #stores button.button.btn.btn-default.button-small {
    text-indent: -666em;
    overflow:hidden;
	background: transparent;
	padding: 0;
	width: 30px;
}
#stores button.button.btn.btn-default.button-small:after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #ffdb0f;
    font-size: 22px;
	top: -6px;
    position: relative;
}
/* line 35, ../sass/stores.scss */
#stores .radius-input label,
#stores .radius-input .selector {
  float: left;
}
/* line 39, ../sass/stores.scss */
#stores .radius-input label {
  margin-right: 10px;
}
/* line 43, ../sass/stores.scss */
#stores .radius-input #radiusSelect {
  width: 78px;
}
/* line 47, ../sass/stores.scss */
#stores .store-content {
    padding-bottom: 0;
    background: rgba(9,52,120,0.86);
    position: absolute;
    top: -1px;
    width: 100%;
    max-width: 1200px;
	padding: 5px;
}
/* line 51, ../sass/stores.scss */
#stores .store-content-select .selector {
  visibility: hidden;
  display: none;
}
/* line 55, ../sass/stores.scss */
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid lightgrey;
}
/* line 60, ../sass/stores.scss */
#stores .store-content-select.active .selector {
  visibility: visible;
  display: block;
}
/* line 66, ../sass/stores.scss */
#stores .store-title {
	margin-bottom: 16px;
	width: auto;
	float: left;
}
/* line 69, ../sass/stores.scss */
#stores label {
    font-size: 14px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    line-height: 2.143;
    z-index: 99;
    font-weight: 400;
}
/* line 73, ../sass/stores.scss */
#stores #stores_loader {
  display: none;
  margin-left: 5px;
}
/* line 77, ../sass/stores.scss */
#stores #locationSelect {
  max-width: 356px;
  visibility: hidden;
}
/* line 81, ../sass/stores.scss */
#stores #stores-table {
  display: none;
}
/* line 84, ../sass/stores.scss */
#stores #stores-table tbody td {
  padding: 20px;
}
/* line 86, ../sass/stores.scss */
#stores #stores-table tbody td.num {
  background: #fbfbfb;
  width: 46px;
}
/* line 91, ../sass/stores.scss */
#stores #stores-table tbody td.name span {
  padding-left: 15px;
}
@media (max-width: 767px) {
  /* line 95, ../sass/stores.scss */
  #stores #stores-table tbody td.name img {
    display: none;
  }
}

/* line 103, ../sass/stores.scss */
.store-image img {
  width: 100%;
  min-width: 100px;
}

/* Listado buscador provincias */
.store-content-provincias div.provincia {
    z-index: 107;
    float: left;
    width: auto;
    margin-right: 0;
	font-weight: 600;
	margin: 0px 5px;
}
.store-content-provincias div.provincia a{
    font-size: 14px;
    font-family: "Raleway";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 2.143;
    padding: 5px 10px;
    border-radius: 3px;
}
li.provincia {
	float: left;
	margin-top: 4px;
}
.store-content-provincias {
    margin-left: 50px;
    display: block;
    float: left;
	padding: 3px 0;
}
.store-content-provincias div.provincia a:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 18px;
	padding-left: 5px;
    line-height: normal;
	font-weight: lighter;
	margin-right: 0;
}
.store-content-provincias div.provincia ul li a:after {
    content: "";
}
.store-content-provincias div.provincia a:hover {
    background: #ffdb0f;
    color: #093478;
}
.store-content-provincias div.provincia a:hover::after {
    color: #093478;
}
ul#centros15, ul#centros27, ul#centros32, ul#centros36, ul#centrosPortugal {
	position: absolute;
	width: 25%;
	background: rgba(9,52,120,0.91);
	padding: 10px 0;
	margin-top: 0;
	margin-left: -10px;
	z-index: 200;
}
.store-content-provincias div.provincia ul li a {
	padding: 10px 25px;
	display: block;
	font-family: "Raleway";
	color: rgb(255, 219, 15);
	line-height: 1.125;
}
ul#centros15 li a:hover, ul#centros27 li a:hover, ul#centros32 li a:hover, ul#centros36 li a:hover, ul#centrosPortugal li a:hover {
    background-image: -moz-linear-gradient( 90deg, #f7cd1f 0%, #fbea25 100%);
    background-image: -webkit-linear-gradient( 90deg, #f7cd1f 0%, #fbea25 100%);
    background-image: -ms-linear-gradient( 90deg, #f7cd1f 0%, #fbea25 100%);
    border-radius: 0;
}
.store-content-provincias div.provincia:hover ul {
    display: block !important;
}
#stores #stores-table tbody td {
    padding: 20px;
}
#stores .store-content-select div.selector span, #stores .store-content-select.active .selector {
	background: #ffdb0f;
	color: #093478;
	width: auto !important;
	font-weight: 600;
}
#stores .store-content-select select#locationSelect option {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    line-height: 2.143;
}
#stores #locationSelect {
    max-width: 100%;
}
#stores table > thead > tr > th, #stores #stores-table tbody td.num {
    background: #093478;
    color: #fff;
}
#stores #stores-table tbody td img {
	width: 20%;
	padding: 0;
	float: left;
	padding-right: 15px;
}
#stores #stores-table tbody td {
	padding: 10px 20px;
	width: 60%;
	background-image: -moz-linear-gradient( 90deg, #f7cd1f 0%, #fbea25 100%);
    background-image: -webkit-linear-gradient( 90deg, #f7cd1f 0%, #fbea25 100%);
    background-image: -ms-linear-gradient( 90deg, #f7cd1f 0%, #fbea25 100%);
}
#stores .store-content-select.active {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	border: none;
}
#stores #stores-table tbody td.num {
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
#stores table#stores-table {
	padding: 0;
	width: 100%;
	border: none;
	margin: 0 auto;
	margin-bottom: 25px;
}
#stores #stores-table tbody td.name span {
	width: 80%;
	display: block;
	float: left;
	padding-left: 0;
}
#stores #stores-table tbody td.name span a, #stores #stores-table tbody td.name span a:visited, #stores #stores-table tbody td.name span a:active, #stores #stores-table tbody td.name span a:link, #stores #stores-table tbody td.name span a:hover{
	color: #093478;
}
#stores #stores-table td.name, #stores-table td.distance {
    font-weight: 600;
}
#stores .table-bordered > tbody > tr > td {
    border: 1px solid #FFFFFF;
}