@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700italic,700,400italic&subset=latin,cyrillic-ext);

html,
body {
    font-size: 14px;
    font-family: 'PT Sans',Helvetica,sans-serif;
    line-height: 1.5;
    color: #333333;
}

::selection {
  background: #a8d1ff;
}
::-moz-selection {
  background: #a8d1ff;
}

div.desc {
    margin-bottom: 10px;
}

p.desc {
    /* font-size: 86%; */
    
}

.row-shops {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.shops {
    margin-bottom: 2rem;
    display: inline-block;
    width:  100%; 
}

.nowrap {
    white-space: nowrap;
}

.underline {
    color: #008ACE;
	text-decoration: none;
	border-bottom: 1px solid;
    border-color: #B2CCF0;
}

a:hover.underline {
    color: #CC0000;
    text-decoration: none;
	border-color: #f0b2b2 !important;
}

.citymap {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media(max-width: 800px) {
    .citymap {
    	width: 100%;
    	height: 300px;
    	margin-bottom: 20px;
    	border: 1px solid #ccc;
    	border: 1px solid rgba(0, 0, 0, 0.2);
    	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
}


@media (min-width: 1000px) {
    .shopimg {
        width: 90px;
        height: 90px;
    }


}

@media (max-width: 1000px) {
    .rd {
        margin: 0 15px;
    }

    .shopimg {
        width: 70px;
        height: 70px;
    }
}

p {
    text-align: justify;
}
.container {
    width: auto;
    max-width: 1200px;
    padding: 0;
    /* background-color: white; */
}

.backgray {
    background-image: url("/static/i/top-background.png");
    border-bottom: 1px solid #E5E5E5;
}

.brs {
    height: 10px;
}

h1, h2, h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: 'PT Sans',Helvetica,sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

.citylist {
    padding: 20px 0px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    background-color: #F7F7F7;
    line-height: 1.9;
}

.citylist a {
    /*color: inherit;*/
}

.copyright {
    font-family: Tahoma, sans-serif;
    padding: 20px 0px;
    /*background-color: #272A2E;*/
    color: #8B8F94;
    font-size: 70%;
}

.copyright a {
    color: inherit;
    text-decoration: underline;
}

.muted {
  color: #999999;
}

.clear { clear: both; }

.shopname {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

.mfru-adaptive { width: 234px; height: 60px; }
@media(min-width: 300px) { .mfru-adaptive { width: 300px; height: 250px; } }
@media(min-width: 360px) { .mfru-adaptive { width: 336px; height: 280px; } }
@media(min-width: 500px) { .mfru-adaptive { width: 468px; height: 140px; } }
@media(min-width: 800px) { .mfru-adaptive { width: 790px; height: 180px; } }

.mfbegun .begun_adv {
    border: none !important;
}

.mfbegun .begun_adv_title {
    
    text-decoration: underline !important;
}

.mfbegun .begun_adv a {
    text-decoration: none !important;
}

.blogGal {
    text-align: center;
    margin: 5px 0 10px 0;
}

.blogGal img { height: 200px; margin: 3px 3px 3px 3px; }
@media(min-width: 300px) { .blogGal img { height: 100px; margin: 3px 3px 3px 3px; } }
@media(min-width: 360px) { .blogGal img { height: 100px; margin: 3px 3px 3px 3px; } }
@media(min-width: 500px) { .blogGal img { height: 150px; margin: 3px 3px 3px 3px; } }
@media(min-width: 800px) { .blogGal img { height: 200px; margin: 3px 3px 3px 3px; } }

body {
	/* background-image: url('/static/i/newbg.png'); */
	background-attachment: fixed;
}