@font-face {
	font-family:'hero_default_thin';
	src: url('../fonts/hero_default_thin.ttf');
	src: url('../fonts/hero_default_thin.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}
body {
	padding-bottom: 40px;
	font-family: 'Rajdhani', sans-serif;
	background-color: #eee;
}
input {
	outline: none;
}
.weather_forecast_container {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #fff;
	font-size: 23px;
}
.weather_today a {
	color: #fff;
}
.weather_icon {
	max-width: 50px;
}
.weather_info {
	position: absolute;
	left: 54px;
	bottom: -10px;
	font-size: 14px;
	text-transform: capitalize;
	width: 100%;
}
.full-container {
    margin: 0 auto;
    width: 100%;
}
.fe-no-padding {
    padding: 0;
}
.fe-absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.fe-relative {
    position: relative;
}
.fe-left { float: left; }
.fe-right { float: right; }
.fe-big-heading { font-size: 38px; font-family: 'Rajdhani', sans-serif; font-weight: 600; margin: 40px auto; }
.fe-black-href {
	background: #171A22;
	color: #fff;
	padding: 15px 25px;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
}
.fe-black-href:hover {
	color: #fff;
	text-decoration: inherit;
}
.fe-fixed { position: fixed; }
.fe-header {
    z-index: 2;
    width: 100%;
}
.fe-header .navbar-header {
    opacity: 0.9;
    background: #664975;
    height: 85px;
}
.fe-header nav {
    border: none;
    margin: 0;
    height: 85px;
}
.fe-transparent {
    background: transparent;
}
.fe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	height: calc(100% - 40px);
	background-color: rgba(35,40,51,0.95);
}
.video-container .fe-overlay {
    opacity: 0.65;
    background: #664975;
}
.bckg-video {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-bottom: 56.25%;
}
.bckg-video-mbile-cont {
	height: 0;
}
.yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom_play_pause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
#custom_video_btn {
    width: 100px;
    height: 70px;
    border: 1px solid #eeee;
    background: #eee;
    opacity: .3;
    transition: .5s all;
}
#custom_video_btn i {
    font-size: 20px;
}
#custom_video_btn:hover {
    opacity: .6;
}
.logo img {
    width: 200px;
    margin: 0 25px;
    top: 10px;
    position: relative;
}
.navbar-right {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
.navbar-right li {
    min-height: 85px;
	height: auto;
}
.navbar-default .navbar-nav > li.active > a {
	background-color: #C40556;
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
    line-height: 85px;
    padding: 0 30px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 19px;
}
.navbar-default .navbar-nav > li > a.has-icon::before {
    font-family: 'hero_default_thin';
    content: '\e604';
    font-size: 20px;
    text-align: center;
    margin: 0 12px 0 0;
    line-height: 85px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    float: left;    
}
.navbar-default .navbar-nav > li > a.albums::before{
    content: '\e65f';
}
.navbar-default .navbar-nav > li > a.performers::before{
    content: '\e635';
}
.navbar-default .navbar-nav > li > a.events::before{
    content: '\e64d';
}
.navbar-default .navbar-nav > li > a.search {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    height: 100%;    
}
.navbar-default .navbar-nav > li > a.search::before{
    content: '\e654';
    margin: 0;
}
.search_query {
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: #C40556;
    color: #fff;
}
.flyout-menu {
	position:absolute;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(35,40,51,0.95);
	overflow: hidden;
	z-index: 10000;
	padding: 20px 0;
	transition: .5s all;
	display: none;
}
.flyout-menu h2 {
	margin-top: 0;
	border-bottom: 1px solid rgb(62,71,89, 0.5);
	padding-bottom: 10px;
}
.flyout-menu h2 a {
	font-size: 25px;
	color: #EAEAEC;
}
.flyout-menu span a {
	font-size: 15px;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	color: #EAEAEC;
	padding: 10px;
	text-decoration: none;
	transition: .5s all;
}
.flyout-menu span a:hover {
	background-color: #C40556;
}
.flyout-menu .container > div {
	border-right: 1px solid rgb(62,71,89, 0.5);
}
.flyout-menu .container > div:last-child {
	border-right: none;
}
#search_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 3;
}
.search_area {
    width: 50%;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
}
.search_area input {
    width: 100%;
    padding: 20px 0 5px 5px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}
.search_area button.submit {
    border: none;
    position: absolute;
    right: -10px;
    width: 50px;
    padding: 0;
    background: transparent;
    color: #fff;
    top: 6px;
}
.search_area button.submit::before {
    font-family: 'hero_default_thin';
    content: '\e654';
    font-size: 30px;
    text-align: center;
    margin: 0 5px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.search_area input::-webkit-input-placeholder {
  font-family: 'Rajdhani';
}

.search_area input:-ms-input-placeholder {
  font-family: 'Rajdhani';
}

.search_area input:-moz-placeholder {
  font-family: 'Rajdhani';
}

.search_area input::-moz-placeholder {
  font-family: 'Rajdhani';
}
#close_search_btn {
    position: fixed;
    top: 19px;
    right: 1px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#close_search_btn::before {
    font-family: 'hero_default_thin';
    content: '\e618';
    font-size: 30px;
    text-align: center;
    margin: 0 5px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #fff;
}
.radio_8_player {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
}
.player_holder {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.player_inner {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #2E3341;
}
.player_inner audio {
	background-color: #2E3341;
	width: 100%;
}
.homepage_highlighted_shows {
	position: absolute;
	left: 0;
	bottom: 50px;
	height: 150px;
	width: 100%;
}
/* Homepage show holder */
.show_holder {
	background-color: #fff;
	height: 150px;
	opacity: .9;
	transition: .5s all;
}
.show_holder a > * {
	color: #333;
}
.show_holder .image-holder {
	width: 165px;
	background-color: #89629d;
	margin-right: 25px;
	float: left;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-image: url('../img/img_placeholder.png');
	background-size: cover;
}
.show_holder .show-info {
	float: left;
	padding: 15px 0 20px 0;
	width: calc(100% - 200px);
}
.show_holder:hover {
	background-color: #22212D;
}
.show_holder:hover a > * {
	color: #fff;
}
.show-info > span {
	display: block;
	font-family: "Rajdhani";
	font-style: normal;
	line-height: 1.7em;
}
.hm-news-holder .show-title {
	max-height: 23px;
	overflow: hidden;
}
.show-info .author-name {
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 10px;
}
.show-info .show-day {
	font-size: 15px;
	font-weight: 600;
}
.news-image-video {
	left: unset;
	right: 15px;
	top: 26px;
	font-size: 15px;
}
.news-image-video > span {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
/* Homepage show holder */
/* Homepage news holder */
.news.partners {
	margin-bottom: 50px;
}
.hm-news-holder .show_holder {
	height: 440px;
	margin: 0 20px;
	overflow: hidden;
}
.hm-news-holder .show_holder.article-galery-holder {
	height: 350px;
}
.hm-news-holder .image-holder {
	width: 100%;
	height: 350px;
	background-size: cover;
}
.hm-news-holder .show_holder .show-info {
	width: 100%;
	padding: 15px;
}
.hm-news-holder .show-info .author-name {
	margin-bottom: 0;
}
.hm-news-holder .owl-nav {
	top: 15px;
}
.hm-news-holder .news-date {
	display: block;
	float: left;
	height: 58px;
	width: 50px;
	margin-right: 15px;
	background-color: #664975;
	color: #fff;
	font-family: "Rajdhani";
	font-size: 25px;
	text-align: center;
	font-weight: 300;
}
.hm-news-holder .news-date > span {
	display: block;
}
.hm-news-holder .news-date > span:last-child {
	font-size: 15px;
}
/* homepage vertical slides */
.radio_slide {
	position: absolute;
	top: -200px;
	left: calc(50% - 150px);
	padding: 30px 40px 40px 40px;
	color: #fff;
	background-color: #664975;
	opacity: .7;
	font-family: "Megrim";
	font-size: 40px;
	width: 350px;
}
.radio_sliders {
	overflow: hidden;
	height: 60px;
	display: inline-block;
	width: 170px;
	top: 18px;
}
.owl-carousel-vertical {
	transform: rotate(90deg);
}
.owl-carousel-vertical .owl-item {
	transform: rotate(270deg);
	height: 195px;
}
/* Homepage news holder */
.owl-nav {
	position: relative;
	top: 6px;
}
.owl-prev, .owl-next {
	position: relative;
	display: inline-block;
	left: calc(50% - 33px);
	width: 33px;
	background-color: #1A1E26;
	color: #fff;
	height: 33px;
	text-align: center;
	line-height: 36px;
	transition: .5s all;
}
.owl-next:hover, .owl-prev:hover {
	background-color: #C40556;
}
.owl-prev i, .owl-next i {
	font-size: 20px;
}
.send_sms_instructions {
	position: absolute;
	right: 20px;
	bottom: 60px;
	font-size: 15px;
	background: #664975;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	cursor: pointer;
	transition: .5s all;
}
.send_sms_instructions a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
#send_sms_instructions_modal > * {
	font-family: "Rajdhani";
}
#send_sms_instructions_modal .modal-content {
	border-radius: 0;
}
.partners .image-holder {
	height: 150px;
	transition: .5s all;
	margin-bottom: 15px;
}
.partners .image-holder:hover {
	background: #C40556;
	border-color: #C40556;
}
.partners .image-holder img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	max-width: 100%;
	max-height: 200px;
}
.send_sms_instructions:hover {
	font-size: 25px;
}
.article_background_image {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	left: 0;
	top: 0;
}
.article_content_holder {
	position: relative;
	top: 100px;
	padding: 15px;
}
.article_content_holder img {
	max-width: 100%;
}
.article_content_holder > * {
	font-family: "Rajdhani";
}
.article_content_holder h1,
.article_content_holder h2,
.article_content_holder h3 {
	font-family: "Rajdhani";
	text-transform: uppercase;
}
.article-title h2 {
	margin: 0;
	font-size: 40px;
	color: #fff;
}
.article-intro h4 {
	font-size: 22px;
	color: #fff;
}
.article-title h2, .article-intro h4 {
	color: #3e3e3e;
}
.article-intro-image {
	width: 100%;
}
.article-content {
	height: auto;
	background: #eee;
	color: #000;
	font-size: 16px;
	line-height: 1.9em;
	padding: 50px;
	min-height: 700px;
	margin-bottom: 50px;
	width: 100%;
}
@media (max-width: 480px) {
	.article-content {
		padding: 20px 10px;
	}
}
.article-content.radio_show_comments {
	padding: 20px;
}
.article-author {
	position: relative;
	margin-top: 30px;
	background: rgba(35,40,51,0.75);
	transition: .5s all;
}
.article-author:hover {
	background: rgba(35,40,51,1);
}
.article-author {
	color: #fff;
	padding: 20px;
	width: 100%;
	position: relative;
	display: block;
	text-decoration: none;
}
.article-author a {
	color: #fff;
}
.article-author .icon-edit, .article-author .icon-view {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 20px;
	transition: .5s all;
}
.article-author a:hover .icon-edit {
	opacity: 0;
}
.article-author a:hover .icon-view {
	opacity: 1 !important;
}
.author-holder {
	position: relative;
	left: 50px;
	width: calc(100% - 50px);
}
.radio-show-info {
	left: unset;
	right: 0;
}
.article-info {
	right: 20px;
	top: 20px;
	text-align: right;
}
.article-share {
	position: relative;
	margin: 20px auto;
}
.article-share a {
	padding: 10px 20px;
	margin: 10px 10px 0 0;
	background-color: rgba(35,40,51,0.9);
	transition: .5s all;
	color: #fff;
	cursor: pointer;
}
.article-share a.fb:hover {
	background-color: #3B5998;
}
.article-share a.tw:hover {
	background-color: #1DA1F2;
}
.article-share a.rate {
	background-color: #C40556;
}
.read-more {
	margin-bottom: 60px;
	background: #fff;
	padding: 5px 20px 30px;
}
.read-more h2 {
	color: #000;
	font-size: 35px;
	text-indent: 15px;
}
.read-more .show_holder {
	background-color: #eee;
	overflow: hidden;
}
.read-more .show-info .author-name {
	line-height: 23px;
}
.read-more .show-info > span {
	line-height: 20px;
}
#rate_show .modal-content {
	border-radius: 0;
}
#rate_show textarea {
	resize: none;
	padding: 10px;
}
#rate_show .btn-rate {
	background-color: #C40556;
	border: none;
	padding: 10px 30px;
	text-transform: uppercase;
}
#rate_show label.error {
	margin: 5px;
	color: #C40556;
}
.radio_show_comments h2 {
	font-family: "Rajdhani";
}
.impressions {
	background: #664975;
	padding: 10px;
	margin: 10px;
	min-height: 225px;
	max-height: 225px;
	overflow-y: auto;
}
.impressions .show_rating {
	position: absolute;
	right: 40px;
	top: 20px;
}
.impressions .show_comment {
	text-transform: uppercase;
	font-size: 12px;
}
footer {
	height: 650px;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 100px;
}
footer::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 650px;
	background-color: #242933;
	opacity: .7;
}
footer .socials {
	height: 190px;
	opacity: .8;
	background-color: #242933;
	text-align: center;
}
footer .socials a {
	display: inline-block;
	margin: 0 5px;
	padding: 20px 70px;
	height: 60px;
	position: relative;
	top: calc(50% - 30px);
	background: #1C2029;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	transition: .5s all;
}
footer a.fb:hover {
	background-color: #3B5998;
}
footer a.tw:hover {
	background-color: #1DA1F2;
}
footer a.inst:hover {
	background-color: #8a3ab9;
}
.footer-container {
	padding: 70px 10px;
	color: #fff;
}
.footer-title {
	font-size: 40px;
	font-family: "Megrim";
	text-align: center;
}
.footer-paragraph {
	text-align: center;
}
.footer-subtitle {
	font-size: 30px;
	margin-bottom: 30px;
}
.navbar-toggle {
	margin-top: 25px;
}
.article-banner {
	background: rgba(35,40,51,0.75);
	padding: 10px;
}
.banner-300x250  {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 10px;
}
.banner-300x250 img {
	width: 100%;
	
}
.search-content {
	float: left;
}
.search-content .show_holder .image-holder {
	background-size: cover;
	margin-right: 0;
	width: 100%;
}
.search-content .show_holder .show-info {
	width: 100%;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	height: 150px;
}
.search-content .article-category {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
}
.search-content .article-category a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.search-content .show_holder:hover a > * {
	color: #333;
}
.pagination > .active > span {
	background-color: #664975;
	border-color: #664975;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > a, .pagination > li > span {
	color: #664975;
}
.partners_holder {
	display: inline-block;
	max-width: 200px;
	margin: 0 15px;
}
.hp-category-news {
	background: #7e5b91;
	color: #fff;
	margin-top: 50px;
	padding: 0 15px 15px 15px;
}
.hp-category-news-holder {
	margin-bottom: 30px; 
	max-height: 150px; 
	overflow: hidden;
}
.hp-category-news-holder .author-name {
	line-height: 19px;
	font-size: 17px;
	margin: 10px auto;
}
.hp-category-news-holder .image-holder {
	background-size: cover;
}
.hp-category-news-holder .news-image-video {
	right: 0;
	top: 15px;
	width: 50px;
	text-align: right;
}
.hp-category-news-holder .news-image-video > span {
	width: 25px;
}
.hp-category-news-holder .show_holder .image-holder {
	margin-right: 15px;
}
.hp-category-news-holder .image-holder {
	margin-right: 15px;
}
.hp-category-news-holder .show-info {
	width: calc(100% - 195px);
}
.hp-category-news-holder .show-title {
	line-height: 15px;
}
.hp-category-news-holder a:last-child {
	height: 100%;
	width: 100%;
	display: block;
}
.hp-category-news-holder:hover {
	background-color: #1a1d26;
}
.hp-bottom-category-holder .show_holder {
	margin: 0 0 20px 0;
	padding: 15px;
	height: 365px;
}
.hp-bottom-category-holder .show_holder .show-info {
	overflow: hidden;
}
.hp-bottom-category-holder .image-holder {
	height: 250px;
}
.hp-bottom-category-holder .author-name {
	line-height: 19px;
	font-size: 19px;
	max-height: 40px;
	overflow: hidden;
}
.hp-bottom-category-holder .news-image-video {
	right: 0;
	top: 15px;
	width: 50px;
	text-align: right;
}
.hp-bottom-category-holder .news-image-video > span {
	width: 25px;
	float: right;
}
.hp-bottom-category-holder .author-name {
	width: calc(100% - 85px);
}
body.homepage {
	background-color: #eee;
}
/* Media queries */
@media (max-width: 480px) {
	.homepage_highlighted_shows {
		bottom: 50px;
	}
	.show-info .author-name {
		font-size: 17px;
		margin-bottom: 0;
	}
	footer .socials a {
		padding: 20px 50px;
	}
	.article_content_holder {
		padding: 0;
	}
	.article-banner {
		padding: 0;
	}
	.hm-news-holder .image-holder {
		height: 250px;
	}
	.hm-news-holder .show_holder {
		height: 340px;
	}
	.hm-news-holder .show-info .author-name {
		line-height: 20px;
		max-height: 60px;
		overflow: hidden;
	}
	.hm-news-holder .show_holder .show-info {
		padding-right: 30px;
	}
	.news-image-video {
		right: 10px;
		top: 15px;
	}
	.news-image-video > span {
		width: auto;
		margin-right: 5px;
	}
	.hp-category-news-holder .image-holder {
		width: 140px;
	}
	.hp-category-news-holder {
		max-height: 120px;
	}
	.hp-category-news-holder .show-info {
		width: calc(100% - 160px);
	}
}
@media (max-width: 768px) {
	.navbar-right {
		position: relative;
		left: 0;
		right: unset;
		top: 0;
		transform: none;
		margin-top: 0;
	}
	.bckg-video-mbile-cont {
		height: calc(100vh - 40px);
	}
	#search_btn {
		background-color: #000 !important;
	}
	.navbar-default .navbar-nav > li > a.search::before {
		float: none;
		display: inherit;
	}
	.navbar-right li {
		background: rgba(35,40,51,0.95);
	}
	.navbar-nav .open .dropdown-menu {
		padding-bottom: 0;
	}
	.navbar-nav .open .dropdown-menu span {
		font-size: 18px;
	}
	.navbar-nav .open .dropdown-menu a {
		width: 100%;
		display: inline-block;
		padding: 10px 20px;
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu > li {
		min-height: unset;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 8px 15px 8px 25px;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:hover {
		background-color: #C40556;
		color: #fff;
	}
}
@media (max-width: 992px) {
	.flyout-menu .container > div {
		border-right: none;
	}
	.article_content_holder .fe-fixed {
		position: relative;
	}
	.article-intro-image {
		height: 300px;
		max-height: 400px;
	}
	footer {
		height: 100%;
	}
	footer::before {
		background-color: transparent;
	}
	.footer-container {
		background-color: #242933;
		opacity: .7;
	}
}
@media (max-width: 1300px) {
	.article-intro-image {
		max-height: 250px;
	}
}
@media (min-width: 1600px) {
	.hp-bottom-category-holder .show_holder {
		height: 465px;
	}
	.hp-bottom-category-holder .image-holder {
		height: 350px;
	}
}
