body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #ececec;
}

h1 {
	font-size: 22px;
}

h2, h3 {
	font-size: 20px;
}

h4, h5 {
	font-size: 18px;
}

audio:focus {
	outline: none;
}

.icon__search {
	width: 25px;
	height: 25px;
	display: block;
	background: url('images/search.png') no-repeat center center;
	background-size: 25px 25px;
}

.icon__facebook {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/facebook.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__twitter {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/twitter.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__whatsapp {
	width: 30px;
	height: 30px;
	display: block;
	background: url('images/whatsapp.svg') no-repeat center center;
	background-size: 30px 30px;
}

.icon__android {
	width: 20px;
	height: 20px;
	display: block;
	background: url('images/android.svg') no-repeat center center;
	background-size: 20px 20px;
}

.icon__apple {
	width: 20px;
	height: 20px;
	display: block;
	background: url('images/apple.svg') no-repeat center center;
	background-size: 20px 20px;
}

.icon__play {
	display: block;
	width: 60px;
	height: 60px;
	background: url('images/play.svg') no-repeat center center;
	background-size: 70px 70px;
}

.icon__pause {
	display: block;
	width: 60px;
	height: 60px;
	background: url('images/pause.svg') no-repeat center center;
	background-size: 70px 70px;
}

header .header__logo {
	max-width: 250px;
	height: auto;
}

header .navbar {
	background: #006600;
}

header .navbar-light .navbar-toggler {
	background: #006600;
}

header .navbar a.nav-link {
	color: #fff!important;
	font-weight: bold;
}

header .has-search .form-control {
    padding-left: 2.375rem;
}

header .has-search .form-control-feedback {
    position: absolute;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

header .dropdown-menu {
	min-width: 400px;
	background: #006600;
}

header .dropdown-menu a {
	width: 50%;
	text-align: center;
	float: left;
	text-decoration: none;
	padding: 7px 0px;
	color: #fff;
	font-weight: bold;
}

header .header__icon-search {
	width: 2.375rem;
    height: 2.375rem;
}

header a.navbar-brand {
	color: #fff!important;
	font-weight: bold;
}

#footer {
	background: #444;
	margin-top: 20px;
}

.footer__content {
	padding: 20px;
	color: #fff;
	width: 100%;
	display: block;
}

.footer__content a {
	color: #fff;
}

.footer__content p {
	margin-bottom: 5px;
}

.main__wrapper {
	margin-top: 20px;
}

.item img {
	width: 100%;
	height: 150px;
}

a.item {
	text-decoration: none;
}

.item-title {
	color: #006600;
	text-decoration: none;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 5px;
	background: #fff;
	font-weight: bold;
}

.item-wrapper {
	margin-bottom: 30px;
	box-shadow: 1px 1px 4px #c2c2c2;
}

.player-box {
	min-height: 150px;
}

.single__player {
	padding: 10px 10px 5px 10px;
	border: 1px solid #c2c2c2;
	background: #006600;
	color: #fff;
	width: calc(50% - 40px);
	position: absolute;
	left: calc(25% + 21px);
	z-index: 100;
}

.single__player img {
	max-width: 150px;
}

.single__player audio {
	width: 100%;
	margin-top: 10px;
}

.single-info {
	margin-top: 10px;
}

.single-views a {
	color: #fff;
	text-decoration: none;
}

.single-description {
	padding: 10px;
	margin: 20px 0px;
}

.single-description img {
	max-width: 100%;
	height: auto;
}

.single-social a {
	display: inline-block;
	margin-right: 5px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.page-item.active .page-link {
	background-color: #006600;
	border-color: #006600;
}

.page-link {
	color: #006600;
}

.sidebar {
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar__widget {
	width: 100%;
}

.widget__title {
	background: #006600;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
}

.widget__ringtone {
	background: #fff;
	padding: 5px;
	height: 70px;
	border-bottom: 1px solid #ccc;
}

.widget__box-play {
	cursor: pointer;
	display: inline-block;
}

.widget__box-play span.icon__play, .widget__box-play span.icon__pause {
	background-size: 60px 60px;
}

.widget__box-info {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0px;
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 70px);;
}

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

.widget__box-info a {
	text-decoration: none;
	color: #000;
}

.widget__box-info-title:hover {
	color: #006600;
}

.widget__box-info a:active, .widget__box-info a:visited {
	color: #000;
}

.widget__box-info-detail {
	margin-top: 7px;
	color: #888;
	font-size: 12px;
}

.widget__detail-item {
	margin-right: 10px;
}

.widget__categories {
	background: #fff;
}

.widget__category, .widget__tag {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0px 5px;
	display: flex;
	justify-content: flex-start;
}

.widget__category::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	background: url('images/radio.svg') no-repeat center center;
	background-size: 19px 19px;
}

.widget__category a, .widget__tag a {
	text-decoration: none;
	color: #006600;
}

.widget__category a:hover, .widget__tag a:hover {
	color: #2194a3;
}

.widget__category a:active, .widget__category a:visited, .widget__tag a:active, .widget__tag a:visited {
	color: #006600;
}

.widget__new-ringtone-title {
	display: flex;
	justify-content: flex-start;
}

.widget__new-ringtone-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/time.svg') no-repeat center center;
	background-size: 25px 25px;
}

.widget__best-ringtone-title {
	display: flex;
	justify-content: flex-start;
}

.widget__best-ringtone-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/medal.svg') no-repeat center center;
	background-size: 25px 25px;
}

.widget__category-title {
	display: flex;
	justify-content: flex-start;
}

.widget__category-title::before {
	content: "";
	display: flex;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url('images/category.svg') no-repeat center center;
	background-size: 25px 25px;
}

.top-item {
	background: #fff;
	padding: 10px;
	border-bottom: 1px dashed #c2c2c2;
}

.top-item:last-child {
	border: none;
}

.top-item a {
	color: #006600;
	text-decoration: none;
}

.top-item-img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.top-item-title {
	display: inline-block;
	font-weight: bold;
	padding-left: 10px;
}

.pagination {
	justify-content: center;
}

.page-item span, .page-item span:hover {
	background: #006600;
	color: #fff;
}

.website a {
	color: #fff;
	text-decoration: none;
}

.view-more-city, .view-more-cats {
	padding: 10px;
	text-align: center;
}

.view-more-city a, .view-more-cats a {
	color: #006600;
	text-decoration: none;
}

.box {
	background: #fff;
	padding: 10px;
	margin-top: 15px;
}

.breadcrumb {
	font-size: 14px;
	font-style: italic;
}

.search-mobile {
	margin: 0 auto!important;
}

.schedule {
	text-transform: lowercase;
}

.schedule:first-letter {
    text-transform: uppercase;
}

.program {
	text-transform: uppercase;
}

.presenter {
	text-transform: capitalize;
}

.search-pc {
	position: relative;
}
.auto-complete {
	display: none;
	background:#fff;
	width: 100%;
	position: absolute;
	top: 38px;
	z-index: 9;
}
.auto-complete-m {
	display: none;
	width: 100%;
	background: #fff;
}
.search-item, .search-item-m {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.search-item a, .search-item-m a {
	color: #646566;
}
.search-m {
	margin-bottom: 0;
}
.search-item img, .search-item-m img {
	width: 30px;
	height: 30px;
	display: inline-block;
}
.si-title, .si-title-m {
	padding-left: 5px;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.form-inline .form-control, .has-search {
		width: 100%;
	}

	header .dropdown-menu {
		min-width: auto;
		width: 100%;
	}
	
	.search-pc {
		display: none;
	}
	
	.single__player {
		width: 100%;
		position: static;
		margin: 15px auto;
	}
	
	.content-none {
		display: none;
	}
}

@media screen and (min-width: 991px) {
	.search-mobile {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	header .dropdown-menu a {
		width: 100%;
	}

	.single__player img {
		display: block;
		margin: 0 auto;
	}
	
	.item-related img, .item img {
		height: 100px;
	}
}

@media screen and (max-width: 250px) {
	header .header__logo {
		width: 100%;
	}
}
