html {
	height: 100%;
}

html, body {
	background-color: #fff;
	color: #222;
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

body {
	position: relative;
}

a {
	color: #444;
	text-decoration: none;
}

p a {
	color: #c00000;
}

a:hover, a.hl {
	color: #e00000;
}

button {
	background-color: transparent;
	border: 0;
}

*:focus {
	outline: none;
}

.btn {
	background-color: #8facbb;
	border: 0;
	border-radius: 18px;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 0.9em;
	line-height: 36px;
	padding: 0 2em;
	text-transform: uppercase;
}

.btn-brochure {
	background-color: #e00000;
}

a.btn {
	color: #fff;
}

.btn-strong {
	background-color: #31a8f0;
	border: 0;
	border-radius: 18px;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 0.9em;
	line-height: 36px;
	padding: 0 2em;
	text-transform: uppercase;
}

a.btn-strong {
	color: #fff;
}

.btn-icon {
	padding: 0 1.3em 0 1em;
}

.btn-icon .fa, .text-icon, .link-icon > .fa {
	padding-right: 0.3em;
}

a.btn-active {
	background-color: #6ab346;
	border-color: #6ab346;
	color: #fff;
}

a.btn-active:hover {
	background-color: #6ab346;
}

button {
	cursor: pointer;
}

.text {
	line-height: 1.4em;
}

p, .text p {
	line-height: 1.4em;
	margin: 0.2em 0 0.5em 0;
}

td {
	line-height: 1.4em;
}

h1 {
	clear: both;
	color: #333;
	line-height: 1.2em;
	font-size: 2.2em;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0 10px 0 0;
	text-align: left;
}

h1 strong {
	font-weight: 400;
}

h1 span {
	font-weight: 200;
}

h2, h3 {
	color: #333;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.2em;
	padding-right: 10px;
}

.text h1 {
	margin: 0 0 0.7em 0;
}

.text h2 {
	margin: 1em 0 0.7em 0;
}

.text p a, .text ul a {
	color: #e00000;
}

.text ul {
	list-style: disc;
	line-height: 1.5em;
	padding-left: 20px;
}

hr {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	height: 0;
}

strong {
	color: #333;
	font-weight: 500;
}

.weak {
	color: #888;
}

small {
	font-size: 0.9em;
}

header {
	margin: 0;
}

nav, .nav, .nav-a, #logo {
	height: 70px;
}

nav {
	background-color: #e00000;
}

.nav {
	position: absolute;
}

.nav-a {
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-size: 1em;
	line-height: 70px;
	padding: 0 0.8em;
	text-transform: uppercase;
}

#search {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	height: 58px;
	position: relative;
}

#search button {
	border: 0;
	box-shadow: none;
	color: #666;
	left: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	width: 40px;
}

#search button img {
	display: block;
	width: 36px;
}

#search-fld {
	display: block;
	left: 92px;
	position: absolute;
	right: 310px;
	top: 13px;
}

#search-fld input {
	border: 0;
	font-size: 1.2em;
	padding: 0.4em 0.4em;
	width: 90%;
}

#search-category {
	border-left: 1px solid #e5e5e5;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 250px;
}

#search-category a {
	font-size: 1.2em;
	font-weight: 400;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	max-width: 1200px;
	min-width: 280px;
}

.wrapper-inner {
	padding-right: 20px;
	position: relative;
}

.content {
	overflow: hidden;
	position: relative;
}

.content-inner {
	padding-right: 20px;
	position: relative;
}

.content-header {
	overflow: hidden;
	position: relative;
}

.content-header-aside {
	float: left;
	height: 92px;
	margin-top: 6px;
	padding: 0 20px 0 0;
	position: relative;
	width: 92px;
}

.content-header-logo {
	border: 1px solid #e5e5e5;
	height: 90px;
	left: 0;
	line-height: 90px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 90px;
}

.content-header-logo .fa {
	color: #e00000;
	font-size: 3em;
	margin-top: 20px;
}

.content-header-logo img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-height: 86px;
	max-width: 86px;
	position: absolute;
	right: 0;
	top: 0;
}

.content-header-body {
	overflow: hidden;
}

.aside {
	background-color: #fff;
	float: right;
	min-height: 600px;
	padding-left: 10px;
	position: relative;
	width: 360px;
}

.aside-mobile {
	display: block !important;
	border-left: 1px solid #e5e5e5;
	overflow: auto;
	position: fixed;
	bottom: 0;
	max-width: 600px;
	min-width: 340px;
	padding: 20px 0 20px 20px;
	right: 0;
	top: 0;
	width: auto;
	z-index: 5;
}

.aside-inner {
	padding-right: 20px;
	position: relative;
}

.aside-header {
	border-bottom: 1px solid #e5e5e5;
	height: 30px;
}

.aside-header h3 {
	border-bottom: 2px solid #e00000;
	bottom: 0;
	display: block;
	/*height: 30px;*/
	min-width: 66%;
	padding-bottom: 4px;
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bmn, #bmsn {
	background-color: transparent;
	border: 0;
	color: #fff;
	display: none;
	font-size: 1.0em;
	position: absolute;
	top: 22px;
}

#bmn {
	left: 20px;
}

#bmsn {
	right: 20px;
}

#popup-nav {
	overflow: hidden;
}

.popup, #mask {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

#mask {
	top: 0;
}

.popup {
	top: 70px;
}

.popup-inner, .popup-inner-grid {
	background-color: #fff;
	position: relative;
}

.popup-inner {
	padding: 20px 24px 24px 24px;
}

.popup-inner-grid {
	padding: 20px 4px 24px 24px;
}

.popup-header {
	margin-bottom: 20px;
	padding-right: 40px;
}

.popup-header strong {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	padding-top: 0;
}

.btn-close {
	background-color: #e00000;
	color: #fff;
	display: block;
	font-size: 1.5em;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	width: 36px;
	z-index: 1;
}

.subnav .fa {
	padding-right: 0.5em;
}

#nav-left {
	padding-left: 10px;
}

#nav-right {
	padding-right: 10px;
}

.nav-arrow {
	border-bottom: 9px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	display: none;
	height: 0;
	position: absolute;
	top: -9px;
	width: 0;
	z-index: 3;
}

#nav-arrow-nm {
	left: 120px;
}

#nav-arrow-nc {
	left: 215px;
}

#logo {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	width: 132px;
	z-index: 1;
}

#logo img {
	display: block;
	margin-top: 10px;
	position: absolute;
	width: 100%;
}

#logo-special {
	color: #fff;
	font-size: 0.9em;
	left: 50%;
	margin-left: 32px;
	overflow: hidden;
	position: absolute;
	top: 40px;
}

#city-link {
	bottom: 12px;
	color: #fff;
	display: block;
	font-weight: 400;
	position: absolute;
	left: 130px;
}

#nav-aside {
	display: none;
	height: 104px;
	position: fixed;
	right: 10px;
	top: 0;
	width: 50px;
	z-index: 6;
}

#nav-aside a {
	background-color: rgba(128, 128, 128, 0.9);
	box-shadow: 1px 1px 2px #999;
	color: #fff;
	display: block;
	font-size: 1.4em;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	width: 50px;
}

#link-scroll-top {
	display: none;
	top: 0;
}

#link-show-aside, #link-hide-aside {
	display: none;
	top: 54px;
}

#locate-info {
	background-color: #ffef8f;
	padding: 12px 15px;
	position: relative;
	text-align: center;
}

#locate-info a {
	color: #c00000;
}

.app-store-links {
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

.app-store-links > a {
	display: inline-block;
	height: 51px;
	margin-bottom: 5px;
	position: relative;
	width: 164px;
}

.app-store-links > a > img {
	border: 2px solid white;
	border-radius: 8px;
	display: block;
	height: 47px;
	left: 0;
	position: absolute;
	top: 0;
	width: 160px;
}

#breadcrumb {
	padding-top: 10px;
	min-height: 24px;
	line-height: 1.4em;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#breadcrumb a, #breadcrumb strong, #breadcrumb span {
	padding: 0 0.3em 0 0;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#tabmenu {
	margin-top: 30px;
	height: 34px;
	padding-right: 0;
}

#tabmenu strong {
	font-weight: 400;
}

#tabmenu .fa {
	padding-right: 0.2em;
}

#tabmenu > div {
	float: left;
	height: 32px;
	position: relative;
}

#tabmenu a, #tabmenu strong {
	display: block;
	font-size: 0.96em;
	height: 32px;
	line-height: 32px;
	margin-right: 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}


#tabmenu a {
	border: 1px solid #e5e5e5;
	color: #555;
}

#tabmenu strong {
	background-color: #e00000;
	border: 1px solid #e00000;
	color: #fff;
}

#tabmenu a:hover {
	background-color: #f5f8fa;
	border-color: #f5f8fa;
}

.tabmenu-1 > div {
	width: 100%
}

.tabmenu-2 > div {
	width: 50%
}

.tabmenu-3 > div {
	width: 33.3333%
}

/* brochure list */

.bl {

}

.bli {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}

.blic {
	display: block;
	float: left;
	height: 260px;
	margin-right: 20px;
	position: relative;
	width: 260px;
	z-index: 1;
}

.blic-large {
	width: 240px !important;
	height: 360px !important;
}

.bli-status {
	color: #727272;
}

.blici {
	display: block;
	left: 0;
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
}

.blib {
	position: relative;
}

.blih {
	padding-bottom: 10px;
}

.blish {
	display: block;
	font-size: 1.1em;
	padding-bottom: 10px;
}

.blil {
	bottom: 0;
	display: block;
	position: absolute;
	right: 0;
	height: 60px;
	width: 80px;
}

.blili {
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
}

.blip {
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	padding-right: 15px;
	position: relative;
	width: 280px;
}

.blipc {
	display: block;
	float: left;
	height: 130px;
	margin-right: 15px;
	position: relative;
	width: 130px;
	z-index: 1;
}

.blipci {
	display: block;
	left: 0;
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
}

.blipb {
	/*background-color: yellow;*/
	line-height: 1.5em;
	position: relative;
}

.blipl li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blip-topic {
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	/*padding-right: 15px;*/
	position: relative;
	/*width: 280px;*/
}

/* brochure grid */

.brochure-grid {
	overflow: hidden;
	position: relative;
}

.brochure-grid .box {
	display: block;
	float: left;
	padding-bottom: 39.8%;
	position: relative;
	width: 33.33%;
}

.brochure-grid .box-inner {
	border-top: 1px solid #e5e5e5;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 0;
}

.brochure-grid .box-inner img {
	display: block;
	margin: 0 auto auto auto;
	width: 100%;
	position: relative;
}

.brochure-grid .box-inner .title {
	font-size: 0.9em;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.brochure-grid .box-inner .subtitle {
	color: #888;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 0.5em;
	text-align: center;
}

/* logo list */
.logo-list {

}

.logo-li {
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 15px 10px 15px 0;
}

.logo-li-logo {
	float: left;
	height: 70px;
	position: relative;
	width: 70px;
}

.logo-li-logo-img {
	display: block;
	left: 0;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
}

.logo-li-body {
	line-height: 1.5em;
	margin-left: 90px;
}

/* logo grid */

.logo-grid, .logo-grid-content {
	padding-right: 15px;
	position: relative;
}

.logo-grid-content {
	padding-right: 15px;
}

.logo-grid .box, .logo-grid-aside .box {
	float: left;
	overflow: hidden;
	position: relative;
}

.logo-grid-aside .box {
	padding-bottom: 33%;
	width: 33%;
}

.logo-grid .box-inner, .logo-grid-aside .box-inner {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	bottom: 5px;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 0;
}

.logo-grid .box-inner img, .logo-grid-aside .box-inner img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-height: 46px;
	max-width: 92px;
	position: absolute;
	right: 0;
	top: 0;
}

.logo-grid .box-inner div {
	bottom: 0;
	color: #666;
	display: block;
	font-weight: 500;
	height: 30px;
	left: 0;
	line-height: 30px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

.logo-grid-aside {
	margin-bottom: 20px;
	padding-right: 15px;
}

.logo-grid-nav {
	clear: both;
	margin-top: 5px;
}

.logo-grid-nav > .box {
	background: #fff no-repeat center;
	background-size: contain;
	background-origin: content-box;
	color: #666;
	padding: 10px 20px;
	border: 1px solid #ccd3d3;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 12px 12px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	width: 100px;
}

.category-grid {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.category-grid a {
	border: 1px solid #ccd3d3;
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 0 0 0 15px;
	position: relative;
	width: 148px;
}

.bp {
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 1px solid red;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
	position: relative;
	padding: 10px;
	width: 400px;
}

.bp > img {
	display: block;
	float: left;
	height: 220px;
	max-width: 160px;
}

.bp .logo {
	display: block;
	float: right;
}

.bp .body {
	display: block;
	height: 220px;
	line-height: 1.3em;
	margin-left: 160px;
	position: relative;
}

.bp .description {
	margin-bottom: 24px;
	position: relative;
}

.bp .store {
	border: 1px solid #eee;
	padding: 0.5em;
}

.bp .valid-text {
	bottom: 0;
	display: block;
	float: right;
	position: absolute;
}

/* stores */

.store-li {
	border-top: 1px solid white;
	display: block;
	min-height: 90px;
	padding: 10px 10px 10px 0;
}

.store-li-h {
	font-size: 1.0em;
	font-weight: 500;
	margin: 0;
	padding: 0 0 0.15em 0;
}

.store-li-logo {
	float: left;
	height: 70px;
	position: relative;
	width: 70px;
}

.store-li-logo-img {
	display: block;
	left: 0;
	max-height: 100%;
	position: absolute;
	max-width: 100%;
	top: 0;
}

.store-li-body {
	margin-left: 90px;
	line-height: 1.5em;
}

.store-li-distance {
	float: right;
	font-weight: 500;
	text-align: right;
}

.footer-nav {
	align-items: flex-start;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.footer-nav div {
	box-sizing: border-box;
	padding: 20px 10px;
	width: 160px;
}

.footer-nav a, .footer-nav strong {
	display: block;
}

.footer-nav strong {
	font-size: 0.94em;
	padding-bottom: 0.2em;
	text-transform: uppercase;
}

.app-link-box {
	background-color: #31a8f0;
	color: #fff;
	padding: 20px 10px 10px 10px;
	text-align: center;
}

.app-link-box-title {
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.4em;
	padding: 0 10px 10px 10px;
}

.app-link-box-subtitle {
	font-size: 1.8em;
	font-weight: 400;
	padding: 20px 10px;
}

.app-link-box small {
	color: #87CEFA;
}

.app-link-box a {
	color: #fff;
}

/* general */

/* helper */

/* floating */

.hidden, .hidden-mnav, .hidden-dnav, .hidden-aside, .hidden-naside {
	display: none !important;
}

.clear {
	clear: both;
}

.clearer {
	clear: both;
	height: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* margins */

.m-5 {
	margin: 5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

/* paddings */

.p-2 {
	padding: 2px;
}

.p-5 {
	padding: 5px;
}

.p-10 {
	padding: 10px;
}

.p-12 {
	padding: 12px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.pt-5 {
	padding-top: 5px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pl-2 {
	padding-left: 2px;
}

.pr-20 {

}

.w-200 {
	width: 200px;
}

/* text align */

.nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ta-c {
	text-align: center;
}

.ta-l {
	text-align: left;
}

.ta-r {
	text-align: right;
}

.ta-j {
	text-align: justify;
}

.info-table {
	/*border:1px solid #ccd3d3;*/
	/*border-top: 1px solid #ccd3d3;*/
	border-collapse: separate;
	border-spacing: 1px;
}

.info-table td {
	padding: 0.14em 2em 0.14em 0;
}

.info-table tr:nth-child(odd) {
	/*background-color: #f5f8fa;*/
}

.link-list,
.link-list-w280,
.link-list-w360,
.link-list-1-2,
.link-list-aside {
	list-style: none inside;
	line-height: 1.9em;
	margin-bottom: 0.3em;
}

.link-list span,
.link-list-w280 span,
.link-list-w360 span,
.link-list-1-2 span,
.link-list-aside span {
	margin-right: 0.3em;
}

.link-list-aside {
}

.link-list li,
.link-list-w280 li,
.link-list-w360 li,
.link-list-1-2 li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.link-list-aside li {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 14px 20px;
}

.category-list li {
	/*margin-bottom: 0.2em;*/
}

.city-list-aside {
	column-count: 2;
	line-height: 1.8em;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	margin-bottom: 0.3em;
}

/* android banner */

.an-ba {
	background: transparent url('../img/shopping-landscape.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	display: block;
	height: 160px;
	position: relative;
}

.an-ba-panel {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	color: #fff;
	display: block;
	height: 56px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.an-ba-close {
	color: #fff;
	font-size: 1.1em;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 1;
}

.an-ba-icon {
	left: 13px;
	position: absolute;
	top: 8px;
	width: 40px;
}

.an-ba-body {
	left: 66px;
	position: absolute;
	right: 10px;
	top: 6px;
}

.an-ba-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.an-ba-subtext {
	bottom: 14px;
	color: #fff;
	font-size: 1.02em;
	font-weight: 400;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	width: 100%;
}

.an-ba-install {
	background: linear-gradient(to bottom, #65AA08, #00AA00);
	/*background-color: yellow;*/
	border: 1px solid white;
	border-radius: 40px;
	/*box-shadow: 0px 0px 4px white;*/
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: 500;
	left: 50%;
	line-height: 1.5em;
	opacity: 0.94;
	padding: 10px 0;
	position: absolute;
	margin-left: -91px;
	text-align: center;
	text-transform: uppercase;
	top: 70px;
	width: 180px;
	z-index: 1;
}

.an-ba-install:hover {
	color: #fff;
}

.an-ba-mask {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 56px;
	z-index: 1;
}

/* fontawesome */

/* google adsense */
.adsbygoogle {
	display: block;
}

.ad-store-list {
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	margin-bottom: 30px;
}

/* share buttons */

.svg-icon {
	display: block;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
}

a.btn-share {
	cursor: pointer;
	display: block;
	float: left;
	height: 40px;
	margin: 4px 8px 4px 0;
	position: relative;
	width: 62px;
}

a.btn-share:hover {
	opacity: 0.9;
}

a.btn-email {
	background-color: #0a88ff;
}

a.btn-facebook {
	background-color: #3b5999;
}

a.btn-tumblr {
	background-color: #35465c;
}

a.btn-twitter {
	background-color: #55acee;
}

a.btn-whatsapp {
	background-color: #4dc247;
}

a.btn-google {
	background-color: #dd4b39;
}

a.btn-pinterest {
	background-color: #bd081c;
}

a.btn-android-sms {
	background-color: #a4c639;
}

a.btn-ios-sms {
	background-color: #8e8e93;
}

/* Start back button */

.back-btn {
	font-size: 1.2em;
	color: #c00000;
	cursor: pointer;
}

.back-btn:hover {
	color: #e00000;;
}

/* End back button */

.brochure-tag-box {
	width: 33%;
	min-width: 260px;
}

#partner-logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 4px;
}

#partner-logos div {
	align-items: center;
	display: flex;
	height: 64px;
	margin: 2px;
	justify-content: center;
	width: 160px;
}

#partner-logos img {
	max-height: 28px;
	max-width: 140px;
}

/*AdsBanner*/
.ads-banner-container {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: auto;
}

.ads-banner-content {
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 400px;
	width: 100%;
}

.ads-banner-aside {
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 340px;
	width: 100%;
}

/* Start Brochure adFeed */

#addFeeds-cnt {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.addFeed-cnt {
	position: relative;
	width: calc(100% - 20px);
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.addFeed-TopBar {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.adFeed-small-height {
	height: 320px;
}

.adFeed-large-height {
	height: 380px;
}

.adFeed-moreItems-cnt {
	position: absolute;
	right: 0;
	font-size: 1.2em;
}

.adFeed-brochures-cnt {
	display: flex;
	width: 100%;
	overflow: auto;
}

.adFeed-brochure-small-width {
	width: 220px;
}

.adFeed-brochure-large-width {
	width: 280px;
}

.adFeed-brochure-small-height {
	height: 220px;
}

.adFeed-brochure-large-height {
	height: 280px;
}

.adFeed-brochure-cnt {
	position: relative;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	height: 100%;
	margin-right: 35px;
	padding-left: 1px;
	padding-right: 1px;
}

.adFeed-brochure-title-cnt {
	width: 100%;
	font-size: 0.9em;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.adFeed-brochure-img {
	width: 100%;
	border: 1px solid #e8e8e8;
}

.adFeed-moreItems-box-cnt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #31a8f0;
	border: 1px solid #31a8f0;
	border-radius: 5px;
}

.adFeed-brochure-subtitle-cnt {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #888;
	font-size: 0.9em;
	padding-top: 0.5em;
}

.adFeed-scroll-btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	font-size: 1.4em;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.adFeed-left-scroll-btn {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.adFeed-right-scroll-btn {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* End Brochure adFeed */

/* desktop */
@media only screen and (min-width: 801px) {
	.hidden-desktop {
		display: none;
	}

	.nav-a {
		color: rgba(255, 255, 255, 0.9);
		float: left;
		padding: 0 0.5em;
	}

	.nav-a:hover {
		color: #fff;
	}

	#nav-left {
		left: 0;
	}

	#nav-right {
		right: 0;
	}

	#home-link {
		max-width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* tablet */
@media only screen and (max-width: 800px) and (min-width: 601px) {
}

/* tablet + desktop */
@media only screen and (min-width: 601px) {
	.link-list-1-2 {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

/* mobile, phablet, tablet */
@media only screen and (max-width: 800px) {
	.wrapper {
		padding-left: 12px;
	}

	.wrapper-inner, .content-inner {
		padding-right: 12px;
	}

	#tabmenu {
		padding-right: 0;
	}

	.logo-grid, .logo-grid-content {
		padding-right: 7px;
	}

	.brochure-grid .box-inner {
		right: 12px;
	}

	.popup-inner-grid {
		padding: 20px 0 12px 12px;
	}

	.popup-inner {
		padding: 20px 12px 12px 12px;
	}

	.hidden-mobile, .hidden-tablet {
		display: none;
	}

	#popup-nav {
		background-color: rgba(0, 0, 0, 0.4);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 70px;
		z-index: 3;
	}

	#nav-left {
		padding-left: 0;
	}

	#nav-right {
		padding-right: 0;
	}

	.nav {
		background-color: #fff;
		left: 0;
		padding-left: 0;
		padding-right: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.nav-a {
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5;
		color: #444;
		float: none;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
	}

	.nav-a:hover {
		color: #444;
	}

	#nav-left {
		top: 0;
	}

	#nav-right {
		top: 153px;
	}

	#bmn, #bmsn {
		display: block;
	}

	#search button {
		left: 25px;
	}

	#search-fld {
		left: 70px;
		right: 0;
		top: 13px;
	}

	/* Start Brochure adFeed */

	#addFeeds-cnt {
		margin-top: 20px;
	}

	.addFeed-cnt {
		padding-bottom: 30px;
		width: calc(100% - 12px);
	}

	.adFeed-brochure-cnt {
		margin-right: 20px;
	}

	.adFeed-small-height {
		height: 260px;
	}

	.adFeed-large-height {
		height: 320px;
	}

	.adFeed-brochure-small-width {
		width: 160px;
	}

	.adFeed-brochure-large-width {
		width: 220px;
	}

	.adFeed-brochure-small-height {
		height: 160px;
	}

	.adFeed-brochure-large-height {
		height: 220px;
	}

	.adFeed-scroll-btn {
		display: none;
	}

	/* End Brochure adFeed */
}

/* phablet + tablet */
@media only screen and (max-width: 800px)and (min-width: 401px) {
	.bli {
		margin-bottom: 15px;
		padding-top: 15px;
	}

	.blic {
		height: 220px;
		margin-right: 15px;
		width: 220px;
	}

	.blic-large {
		width: 220px !important;
		height: 330px !important;
	}

	.blih {
		font-size: 1.4em;
		font-weight: 400;
	}
}

/* phablet */
@media only screen and (max-width: 600px) and (min-width: 401px) {
	.blih {
		font-size: 1.4em;
		font-weight: 400;
	}
}

/* mobile + phablet */
@media only screen and (max-width: 600px) {
	.bli {
		margin-bottom: 15px;
		padding-top: 15px;
	}

	.blic {
		height: 140px;
		margin-right: 15px;
		width: 140px;
	}

	.blic-large {
		width: 140px !important;
		height: 210px !important;
	}

	.link-list-1-2 {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}

	#partner-logos-container {
		text-align: left;
	}
}

/* mobile */
@media only screen and (max-width: 400px) {
	.hidden-mobile {
		display: none;
	}

	nav, .nav, #logo {
		height: 50px;
	}

	h1 {
		font-size: 1.5em;
	}

	h2, h3 {
		font-size: 1.2em;
	}

	#logo {
		margin-left: -75px;
		width: 96px;
	}

	#logo img {
		margin-top: 7px;
	}

	#logo-special {
		margin-left: 14px;
		display: block;
		top: 26px;
	}

	.popup, #popup-nav {
		top: 50px;
	}

	.category-grid a {
		font-size: 0.94em;
		margin: 0 8px 8px 0;
		padding: 0 4px 0 8px;
		width: 130px;
	}

	#search {
		height: 46px;
	}

	#search button {
		left: 15px;
		top: 8px;
		width: 30px;
	}

	#search button img {
		display: block;
		width: 30px;
	}

	#search-fld {
		left: 50px;
		right: 0;
		top: 6px;
	}

	#search-fld input {
		font-size: 1.1em;
	}

	#bmn, #bmsn {
		display: block;
		font-size: 0.8em;
		top: 13px;
	}

	#bmn {
		left: 10px;
	}

	#bmsn {
		right: 10px;
	}

	#breadcrumb {
		margin-bottom: 10px;
	}

	.content-header-aside {
		height: 60px;
		width: 60px;
	}

	.content-header-logo {
		border: 0;
		height: 60px;
		line-height: 20px;
		width: 60px;
	}

	.content-header-logo .fa {
		font-size: 3em;
		margin-top: 0;
	}

	.content-header-logo img {
		max-width: 60px;
		bottom: auto;
	}

	.blih {
		font-size: 1em;
		font-weight: 400;
	}

	.blish {
		font-size: 1em;
		font-weight: 400;
		padding-bottom: 4px;
	}
}

/* with aside */
@media only screen and (min-width: 1151px) {

	.hidden-with-aside {
		display: none;
	}

	.aside {
		display: block;
	}

	.aside .adsbygoogle {
		display: block;
		height: 280px;
	}

	#nav-left {
		padding-left: 30px;
	}

	#nav-right {
		padding-right: 30px;
	}
}

/* without aside */
@media only screen and (max-width: 1150px) {
	.aside {
		display: none;
	}

	.aside .adsbygoogle {
		display: none;
	}
}

@media only screen and (min-width: 1001px) {
	.nav-a {
		padding: 0 0.8em;
	}
}

@media only screen and (max-width: 500px) {
	#logo-special {
		max-width: 146px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* grids */
@media only screen and (min-width: 1151px) {
	.brochure-grid .box {
		padding-bottom: 25.5%;
		width: 20%;
	}

	.content .brochure-grid .box {
		padding-bottom: 44%;
		width: 33.33%;
	}

	.logo-grid .box {
		padding-bottom: 8%;
		width: 14.285%;
	}

	.content .logo-grid .box {
		padding-bottom: 11%;
		width: 20%;
	}

	.link-list {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

@media only screen and (max-width: 1150px) and (min-width: 1051px) {
	.brochure-grid .box {
		padding-bottom: 34%;
		width: 20%;
	}

	.content .brochure-grid .box {
		padding-bottom: 34%;
		width: 25%;
	}

	.logo-grid .box {
		padding-bottom: 8%;
		width: 14.285%;
	}

	.link-list {
		column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4;
	}
}

@media only screen and (max-width: 1050px) and (min-width: 851px) {
	.brochure-grid .box {
		padding-bottom: 35%;
		width: 25%;
	}

	.logo-grid .box {
		padding-bottom: 10%;
		width: 16.666%;
	}

	.link-list {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

@media only screen and (max-width: 850px) and (min-width: 651px) {
	.brochure-grid .box {
		padding-bottom: 46%;
		width: 33.333%;
	}

	.logo-grid .box {
		padding-bottom: 12%;
		width: 20%;
	}

	.link-list {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

@media only screen and (max-width: 650px) and (min-width: 481px) {
	.brochure-grid .box {
		padding-bottom: 69%;
		width: 50%;
	}

	.logo-grid .box {
		padding-bottom: 15%;
		width: 25%;
	}

	.link-list {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}

	.category-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media only screen and (max-width: 480px) and (min-width: 381px) {
	.brochure-grid .box {
		padding-bottom: 75%;
		width: 50%;
	}

	.logo-grid .box {
		padding-bottom: 20%;
		width: 33.333%;
	}

	.link-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media only screen and (max-width: 380px) {
	.brochure-grid .box {
		padding-bottom: 79%;
		width: 50%;
	}

	.logo-grid .box {
		padding-bottom: 30%;
		width: 50%;
	}

	.link-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

/* column lists */

@media only screen and (min-width: 1200px) {
	.link-list-w360, .link-list-w280 {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

@media only screen and (min-width: 800px) {
	.link-list-w360 {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media only screen and (min-width: 600px) {
	.link-list-w280 {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media only screen and (min-width: 800px) {
	.link-list-w280 {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

/* blog */

.article-list {

}

.article-list article > div {
	overflow: hidden;
}

.article-list h2 {
	margin: 0 0 0.6em 0;
}

.article-list article {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
}

.article-list figure {
	float: left;
	margin-right: 20px;
}

.article-list figure img {
	width: 260px;
}

@media only screen and (max-width: 600px) {
	.article-list figure {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.article-list figure img {
		display: block;
		width: 100%;
	}
}

/* char index panel */
ul.char-index {
	margin: 10px 0;
}

ul.char-index li {
	float: left;
	display: block;
	margin-bottom: 7px;
	margin-right: 4px;
	text-align: center;
	text-decoration: none;
}

ul.char-index li a:hover {
	background-color: #e00000;
	border: 1px solid #e00000;
	color: #fff;
	text-decoration: none;
}

ul.char-index li a, ul.char-index li span, ul.char-index li strong {
	display: block;
	font-size: 0.94em;
	min-width: 16px;
	padding: 5px 7px;
	width: auto;
}

ul.char-index li a, ul.char-index li span {
	border: 1px solid #c8c8c6;
}

ul.char-index li span {
	background-color: #eee;
}

ul.char-index li strong {
	background-color: #e00000;
	border: 1px solid #e00000;
	color: #fff;
	font-weight: normal;
}

.text-cloud a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 4px 4px 4px 0;
}

.static-map {
	width: 100%;
}

.static-map > a {
	display: block;
}

.static-map > img {
	display: inline-block;
	max-width: 400px;
	width: 100%;
}

#app-install-popup {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 6px #000;
	color: #444;
	display: none;
	height: 390px;
	left: 50%;
	margin-left: -140px;
	margin-top: -200px;
	padding: 0 0 10px 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 280px;
	z-index: 999;
}

#app-install-popup .title {
	color: #666;
	font-size: 1.1em;
	font-weight: 500;
	padding: 10px 0 20px 0;
}

#app-install-popup .subtitle {
	color: #666;
	font-size: 1em;
	font-weight: 500;
	padding: 0 0 15px 0;
}

#app-install-popup .btn-dlg-close {
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
}

#app-install-popup .btn-install {
	background-color: #69cb07;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #ccc;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 12px 40px;
}

#app-install-popup .btn-cancel {
	display: inline-block;
	font-weight: 400;
	padding: 6px 20px;
}

#app-install-popup img {
	width: 180px;
}

#app-install-popup a {
	color: #999;
}

#app-install-button {
	background-color: #69cb07;
	border-radius: 3px;
	bottom: 16px;
	box-shadow: 1px 1px 3px #ccc;
	color: #fff;
	cursor: pointer;
	display: none;
	font-weight: 500;
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin-left: -100px;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	z-index: 1;
}

.no-src.lazyload,
.no-src.lazyloading {
	opacity: 0;
}

.no-src.lazyloaded {
	opacity: 1;
}

.autocomplete-list-item {
	cursor: pointer;
}

.autocomplete-list-item-selected {
	background-color: #f3f3f3;
}

.autocomplete-list-item:hover {
	background-color: #f3f3f3;
}

#places-container {
	width: 85%;
	padding: 10px;
}