@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700');
#header, #header-wrap, #logo img {
	height:auto;
}
#header.sticky-header.sticky-style-2:not(.static-sticky), #header.sticky-header.sticky-style-3:not(.static-sticky) {
    height: auto !important;
}
/*#header.sticky-style-2{height:186px;}*/
#header.sticky-style-2{height:auto !important;}
.main_header_area {
	padding:15px 0;
}
/* top two audio */
.topaudio {
	font-size: 16px;
}
.logo_area {
	width:20%;
}
.first_music_player_area {
	 width:30%;
	 margin:0 20;
}
.second_music_player_area {
	padding:0;
	width:28%;
}
.top_social_icon_area {
	width:17%;
	float:right;
	padding:0;
}
#top-social {
	float:right;
}
#logo {
	margin:0 !important;
}
#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text {
	height:37px;
}
#top-bar {
	height:100px;
}
#primary-menu ul li > a {
	color:#fdcf1f;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #719430 !important;
}
#primary-menu ul ul li > a {
	background-color:#212121;
	color:#fdcf1f;
}
#primary-menu ul ul li:hover > a {
	background-color: #383838;
}
#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
	border:none;
}
#header.sticky-style-2 #header-wrap {
	background-color:#383838;
}
.content-wrap {
	padding:50px 0;
}
.slide iframe {
	border: 0px !important;
	border-width: 0px !important;
}
.side_widget_col {
	width:48% !important;
}
.sidebar_heading {
	background-color:#FF0000;
	padding:0 5px;
}
.sidebar_heading h3 {
	color:#fff;
}
.sidebar-widgets-wrap .widget {
	border-top:0;
}
.side_widget_post_area {
	margin:0;
}
#footer .footer-widgets-wrap {
	padding: 35px 0;
}
#copyrights {
	padding:15px 0;
}
.footer_menu_area {
	margin:0;
}
/*.footer_menu{margin:0 45px 0 0;}*/
.footer_menu ul {
	margin:0;
}
.footer_menu li {
	display:inline;
	list-style:none;
}
.footer_menu li a {
	color:#5d5d5d;
	border-right: 1px solid #5d5d5d;
	padding: 0 5px;
}
.footer_menu li:last-child > a {
	border-right: none;
}
.widget p {
	text-align:justify;
}
/*sticky social side bar style*/

.sticky-container {
	/*background-color: #333;*/
padding: 0px;
	margin: 0px;
	position: fixed;
	right: -160px;
	top:277px;
	width: 200px;
}
.sticky li {
	list-style-type: none;
	background-color: #333;
	color: #efefef;
	height: 43px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.sticky li:hover {
	margin-left: -115px;
	/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.sticky li img {
	float: left;
	margin: 5px 5px;
	margin-right: 10px;
}
.sticky li p {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 43px;
}
/*sticky social side bar style*/
/*inner page style start*/
.music_listen_playlist{max-width:100%!important;}
 @media (max-width: 1024px) {
#primary-menu ul li > a {
	font-size:11px;
}
.logo_area {
	width:inherit !important;
	margin:0 0 10px;
}
#logo {
	border: 0 none !important;
	display: block;
	float: none;
	height: auto;
	margin: 0 auto !important;
	max-width: none;
	padding: 0 !important;
	text-align: center;
}
.first_music_player_area{width:40%;}
.second_music_player_area{width:37%;}
.top_social_icon_area {
	width:21%;
}
}
 @media (max-width: 980px) {
.top_social_icon_area {
	width:100%;
}
#top-social {
	float:left;
	margin:10px 0 0;
}
#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text {
	width: 24%;
}
.first_music_player_area{width:100%; padding:0;}
.second_music_player_area{width:100%;}
.footer_menu li a {
	padding: 0 3px;
}
#copyrights {
	font-size:11px;
}
.footer_menu_area {
	padding:0;
}
}
 @media (max-width: 767px) {
.first_music_player_area {
	padding: 0 0 10px 0;
}
#primary-menu > div > ul > li.current ul a {
	color:#fff !important;
}
.top-advert {
	border:none;
	float:none;
}
#top-social {
	display: inherit !important;
}
#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text {
	width:inherit;
}
#logo {
	height: 100px !important;
}
.side_widget_col {
	width:inherit !important;
}
.footer_menu {
	float:none !important;
}
.footer_menu li a {
	background: #a3a3a3 none repeat scroll 0 0;
	border: 1px solid #cbc9c9;
	color: #fff;
	display: block;
	padding: 10px;
	text-align:center;
	margin:0 0 5px 0;
}
.footer_menu li a:hover {
	background: #666666 none repeat scroll 0 0;
}
.footer_menu_area {
	margin-bottom:10px!important;
	text-align:inherit !important;
	padding:inherit;
}
.footer_menu_area div {
	float:none !important;
}
.footer_menu {
	margin-bottom:10px!important;
}
#copyrights {
	font-size:14px;
}
.sticky-container {
	top:175px !important;
}

}
 @media (max-width: 425px) {
.responsive_container{padding:0;}
.responsive_well{padding:24px 5px;}
 }
 @media (max-width: 375px) {
.main_header_container {
	padding:0;
}
.main_header_area_col {
	padding:0;
}
.sticky-container {
	top:134px !important;
}

}

.headerradio {
  height: 40px;
  border: solid;
  text-align:center;
  border-color: #ed0027 #009545 #fdc72c rgb(8, 11, 11);
  }

.latest_post_area
{
	margin-top: -13px !important;
}