:root {
  --sl-main-color: #2fb18e;
  --sl-text-color: #272b5a;
  --sl-font-size:  16px;
  --sl-map-height:  300px;
}
/*STORE LOCATOR*/
#sl_map {
    height: var(--sl-map-height);
	width: 100%;
}
.stores_result * {
    font-family: inherit;
	line-height:1.4;
}
.network-text p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: var(--sl-font-size);
    text-align: left;
    color: var(--sl-text-color);
    margin-top: 15px;
}
.network_inside_inputs {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.network_inside_inputs input {

    border: solid 1px #CECECE;
    border-radius: 6px;
    width: 100%;
    font-weight: normal;
    font-size: var(--sl-font-size);
    text-align: left;
    color: var(--sl-text-color);
	padding:10px;
	height: 40px;
}
.dktio_inputs,#dktio_search {
    width: calc(100%/4 - 7px);
    min-height: 40px;
}
#search_diktio_bn {
    background-color: var(--sl-main-color);
    border: none;
    color: #fff;
    font-size: var(--sl-font-size);
    font-weight: normal;
    border-radius: 6px;
    cursor: pointer;
    transition: all 500ms;
    text-align: center !important;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
	appearance: none;
}
#search_diktio_bn:hover {
    color:#fff;
    background-color: var(--sl-text-color) !important;
    transition:all 500ms;
}
.dktio_inputs input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: var(--sl-font-size);
  text-align: left;
  color: var(--sl-text-color);
}
.dktio_inputs input::-moz-placeholder {
  font-weight: normal;
  font-size: var(--sl-font-size);
  text-align: left;
  color: var(--sl-text-color);
}
.dktio_inputsinput:-ms-input-placeholder {
  font-weight: normal;
  font-size: var(--sl-font-size);
  text-align: left;
  color: var(--sl-text-color);
}
.dktio_inputs input:-moz-placeholder {
  font-weight: normal;
  font-size: var(--sl-font-size);
  text-align: left;
  color: var(--sl-text-color);
}
.stores_result {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
#side_bar {
    margin-top: 12px;
}
.num_found_markers {
    margin-top: 24px;
    font-weight: bold;
    color: var(--sl-text-color);
}
.sidecol {
	color: var(--sl-text-color);
}
.sidecol a {
	color: var(--sl-text-color);
}
.sidecol a:hover {
	color: var(--sl-main-color);
}
.sidecol1 {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: var(--sl-font-size);
    text-align: left;
}
.marker-row {
    font-size: var(--sl-font-size);
    height: 100%;
    padding: 25px 21px;
}
.sidecol2, .sidecol2 a,.sidecol3 a {
    font-weight: normal;
    font-size: var(--sl-font-size);
    text-align: left;
}
.sidecol4 a {
    font-weight: bold;
    font-size: var(--sl-font-size);
    text-align: left;
    color: var(--sl-main-color);
}
.marker-wrapper {
    position: relative;
    padding-top: 20px;
}
.marker-wrapper {
    width: 25%;
    margin-bottom: 14px;
    padding: 0px 10px;
    border-radius: 7px;
}
.search-network-wrapper {
    margin-top: 0;
}
#store-tabs li a {
    padding: 0;
    border: none;
    background-color: transparent !important;
}
#network_values {
    margin-top: 25px;
}
#network_values {
    margin-top: 25px;
}
#network-col2 > .fusion-column-wrapper {
    overflow: hidden;
    display: block !important;
}
.marker-wrapper:last-child {
    margin-bottom: 0;
}
.max_km {
    cursor: pointer;
    display: inline-block;
    color:var(--sl-text-color);
}
.max_km_text {
    display: none;
}
.max_km:hover .max_km_text,
.km_info{
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    border: 1px solid var(--sl-main-color);
    position: absolute;
    background-color: var(--sl-main-color);
    color:#fff;
    z-index: 2;
    padding: 5px 10px;
    line-height: 16px;
    left: 0;
}
.dktio_inputs {
    position: relative;
}
/*END OF STORE LOCATOR*/
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {

}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {
    
}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}