@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: #535353;
    background: #f8ba16;

}
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;
}


.city-list h2 {
    font-family: Calibri, Tachoma, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
    padding-left: 20px;

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

.city-list .clears {
    clear: both;
    display: block;
}
.city-list .name-shop {
    color: #000;
    font-weight: bold;
    font-size: 85%;
}
.city-list .street-shop,
.city-list .city-shop {
    font-size: 80%;
    color: #000;
}

.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: #000;
    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: 20px;
}