@charset "utf-8";

html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #f2f2f2;
    background: #eff4f9;

}

a {
    color: #535353;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "helvetica";
    line-height: 2em;
}

h1, h2, h3, h4 {
    font-family: "helvetica_ltcn";
    font-weight: normal;
    text-align: center;
}

h1 {
    font-size: 48px;
    line-height: 1.2em;
}

h2 {
    font-size: 36px;
    line-height: 1.2em;
}

nav {
    position: relative;
    z-index: 8;
}

nav a {
    font-family: "helvetica_mdcn";
    font-weight: normal;
    color: #5b524f;
    text-decoration: none;
    text-transform: uppercase;
}

footer nav a:hover {
    text-decoration: underline
}

ul, li {
    margin: 0;
    padding: 0
}

#content {
    overflow: hidden;
}

/*nav { background: #eee;}*/
nav ul {
    display: block;
    list-style: none;
    text-align: center;
}

nav li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 20px;
    margin: 0;
}

.wrap {

    width: 100%;
    margin: 0 auto;
    position: relative;
}

.no-wrap {
    white-space: nowrap;
    display: inline-block;
}

.city-list h2 {
    /*font-family: Calibri, Tachoma, sans-serif;*/
    /*text-transform: uppercase;*/
    font-size: 22px;
    font-family: 'dejavu_condensed_bold';
    color: #203767;
    /*font-size: 30px;*/
    text-align: left;
    padding-left: 20px;
    /*color: #eefff6;*/
}

.city-list {
    width: 100%;
    display: table;
    padding: 12px;
    padding-top: 30px;
    /*background: rgba(224, 202, 194, 0.47);*/
    /*max-height: 310px;*/
    /*display: block;*/
    /*overflow-y: scroll;*/
}

.city-list .clears {
    clear: both;
    display: block;
}

.city-list .name-shop {
    color: #203767;
    font-weight: bold;
    font-size: 85%;
}

.city-list .street-shop,
.city-list .city-shop {
    font-size: 80%;
    color: #203767;
}

.city-list .cols {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.city-list .cols div {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;

}

#header {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#header .container {
    max-width: 1000px;
    margin: auto;
}

.cols-left {
    width: 50%;
    float: left;
}

.cols-right {
    width: 50%;
    float: right;
}

@media screen and (max-width: 768px) {
    .cols-left,
    .cols-right {
        width: 100%;
        float: left;
    }

    #harnas img {
        margin: auto;
        display: block;
    }

    #finder {
        margin-bottom: 40px;
    }
}

.textslogan,
.headertext {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Calibri, Tachoma, sans-serif;
    font-size: 42px;
    font-weight: bold;
}

.textslogan {
    margin-top: 30px;
    font-size: 20px;
    font-weight: lighter;
}

#finder {
    margin-top: 92px;
}

#paginator {
    display: inline-block;
}

.paginator-box {
    text-align: center;
}

#lists .light-theme span {
    max-width: 250px;
    height: 59px;
    background: #c40f28;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    border: none;

}

#lists .light-theme .current {
    background: #003d68;

}

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

    #lists .light-theme span {
        min-width: 7px;
    }
}

