body
{
	margin-top:0px;
}
section
{
	padding: 20px auto;
}
.channel_backrepoun_image{
	min-height:200px; 
	max-height:500px; 
	background-repeat:repeat-x; 
	background-position: center; 
	border-bottom:1px solid #777; 

	
	}
h1
{
	color: #ee6f00;
}

    * {
      box-sizing: border-box;
    }

    .slider {
	width: 50%;
	margin: 25px auto 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
	color: #ee6f00;
    }
	
	
a,a:hover
{
	color: #ff4c02;
	text-decoration: none;
	cursor: pointer;
}

.panel-tunein >.panel-heading
{
	background-color:#ee6f00;
	color:#fff;
}

.btn-default
{
	border-color:#ee6f00;
	background-color:#ee6f00;
	color:#fff;
	
}

.btn-default:hover,.btn-default:focus,.btn-default:active
{
	border-color:#192532;
	background-color:#192532;
	color:#fff;
	opacity:0.8;
}


header
{
	top:0px;
	z-index:999;
	width:100%;
}
header .header-top
{
	display: block;
	margin: auto;
	background: #000000;
	padding: 5px 0px 5px 0px;
}
header .header-top .header-social-media ul 
{
    list-style-type: none;
	margin-bottom: 0;

}

header .header-top .header-social-media ul li 
{
 	float: left;
}

header .header-top .header-social-media ul li a
{
	display:block;
	height:32px;
	width:32px;
	text-align:center;
	font-size:18px;
	font-weight:800;
	line-height:32px;
	color:#fff;
}
header .header-top .header-social-media ul li a:hover
{
	color:#ee6f00;
}

header .header-top .header-links  ul  li ul
{
    background-color:#ee6f00;
    padding-bottom:15px;
    box-radius:10px;
}

header .header-top .header-links  ul  li ul li a
{
    text-align: left;
    padding-left: 10px;
}

header .header-top .header-links  ul  li ul li a:hover
{
    background-color:#ee6f00;
	color:#333;
}



header .header-top .header-links
{
	float:right;
}

header .header-top .header-links ul
{
	margin-bottom:0px;
}
header .header-top .header-links ul li
{
	height:32px;
}

header .header-top .header-links ul li a
{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
}
header .header-top .header-links ul li a:hover
{
	color:#ee6f00;
}

.weblink_div  {
	margin-bottom:20px;
}

.web-link a {
	color:#ee6f00;
}

.web-link a:hover {
	color: #333;;
}


nav#navbar-main-header
{
	margin-bottom: 0px;
	background-color: #ff4c02;
	border-color: #ff4c02;
	border-radius: 0px
}

nav #navbar-logo
{
	color:#fff;
	Font-weight:600;
}

nav #navbar-logo span
{
	color:#fff;
	Font-weight:400;
}


nav#navbar-main-header ul li a
{
	color:#fff;
	font-size:16px;
}

nav#navbar-main-header ul li a:hover
{
	color:#192532;
	font-size:16px;
}


#top-banner
{
	background-image: url(../img/broadcasters-background.jpg);
	min-height: 300px;
	padding-bottom: 50px;
	background-size: cover;
	background-position:top;
}

#top-banner h1
{
	color:#fff;
	text-align:center;
	margin-top:55px;
	font-size: 55px;
}

#top-banner .searchForm 
{
    margin-top: 10px;
	width:auto;
}

#top-banner .searchForm span
{
    background-color: rgba(174, 174, 174, 0.65);	
    border: 0px;
    height: 50px;
	color:#fff;
	width:25px;
	padding-top:16px;
}

#top-banner .searchForm input.search-input 
{
	width:30%;
    background-color: rgba(174, 174, 174, 0.65);
    border: 0px;
    max-width: 450px;
    height: 50px;
    padding-left: 12px;
	box-shadow:0px 0px 0px #fff;
	color:#fff;
	font-size:18px;
	
}
.center-block-search {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0px 25px 0px ;
}
.search-input-country 
{
	width:25%;
    background-color: rgba(174, 174, 174, 0.65);
    border: 0px;
    max-width: 450px;
    height: 50px;
    padding-left: 12px;
	box-shadow:0px 0px 0px #fff;
	color:#fff;
	font-size:18px;

	
}

.input_filter {
	width:33%;
    background-color: rgba(174, 174, 174, 0.65);
    border: 0px;
    height: 50px;
    padding-left: 46px;
	margin-bottom:15px;
	box-shadow:0px 0px 0px #fff;
	color:#fff;
	font-size:18px;
}
@media (max-width:990px) {
	.input_filter {
		width:100%;
	}
}
.main_search {
    background-image: url(../img/search-icon.png);
	background-repeat:no-repeat;
	background-size:18px;
    background-position: 15px 15px;
}








 
input[type=text]:focus, main_search:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.select_filter:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
  }
.ng-pristine::placeholder {
  color: #fff;
}
.input_filter::placeholder {
  color: #fff;
}
.sign-in-sign-up::placeholder {
  color: #ccc;
}
.select_filter{
	width:33%;
    background-color: rgba(174, 174, 174, 0.65);
    border: 0px;
    height: 50px;
    padding-left: 12px;
	margin-bottom:15px;
	box-shadow:0px 0px 0px #fff;
	color:#fff;
	font-size:18px;
}
@media (max-width:990px) {
	.select_filter {
		width:100%;
	}
}
.select_filter_submit_button{
	width: 100%;
	background-color: #ff4c02;
	border: 0px;
	height: 50px;
	padding-left: 12px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 0px #fff;
	color: #fff;
	font-size: 18px;
}
.select_filter_submit_button:hover
{
	background-color: #ff4c02;
	color: fff;
}
{
  background-color: white;
    color: black;
}
.container2{
    background-color: rgba(0, 0, 0, 0.45);
	padding:25px;
}
.container3{
    background-color:#192532;
	padding:25px;
}



#top-banner .typing-text
{
		color:#fff;
		font-size:40px;
		min-height:60px;
		text-align:center;
}

#device
{
	padding:15px 0;
}

#device h2
{
	margin-top:60px;
	font-size:40px;
}

#device p
{
	font-size:20px;
	color:#777;	
	margin-top:30px;
}

#device p img
{
	margin-right:13px	
}

#broadcast
{
	background-color: #000000;
	background-size: cover;
}

#broadcast h3
{
	margin: 142px 0 28px 0;
    color: #fff;
	font-size: 30px;
    line-height: 41px;
	font-weight: 400;
}

#broadcast #btn-learn-more
{
	color:#fff;
	background-color: #ee6f00;
	border-radius: 0;
    padding: 10px 45px;
	text-transform:uppercase;
	transition:all 0.3s;
}
#broadcast #btn-learn-more:hover
{
	transition:all 0.3s;
    background-color: #2a8d83;
}

#subscribe
{
	text-align: center;
	padding: 100px 0;
	background-color: #000000;
}

#subscribe h3
{
	color:#fff;
	font-size:40px;
	margin-bottom:50px;
}

#subscribe input
{
	background-color:rgba(255,255,255,0.5);
	border:0px;
	border-radius:40px;
	min-height:40px;
	color:#fff;
	font-size:20px;
	margin-bottom:30px;
	text-transform:capitalize;
	text-align:center;
	transition:all 1s;
}




#partners
{
	text-align:center;
	padding:50px 0;
	background-color: #201d1d;
}

#partners p
{
	color: #888;
	font-size:40px;
	margin-bottom:50px;
	font-weight:100;
	font-family:sans-serif;
}


/*---Footer----*/

footer 
{
	display: block;
	background-color: #000000;
	padding: 30px 0;
}

footer #foot ul	
{
	display:inline-block;
	float:left;
	margin-bottom:25px;
	
}

footer #foot li
{
	list-style:none;
	margin-top:25px;
}

footer #foot li a
{
	font-size:14px;
	font-family:Lato,Helvetica,Arial,sans-serif;	
	color:#fff;
	text-decoration:none;
	transition:all 0.3s;
}

footer #foot li a:hover
{
	color:#ee6f00;
	transition:all 0.3s;
}



footer #footer-icons
{
	display:inline-block;
	float:left;
	padding-top:25px;
	margin-bottom:25px;
	
}

@media (max-width:1000px) {
	footer #footer-icons {
		width:100%;
		text-align:center;
		margin-left:5px;
	}
}
footer #footer-icons p	
{
	font-size: 14px;
	font-family: Lato,Helvetica,Arial,sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	
}

footer #footer-icons ul {
	list-style-type: none;
	font-weight: 500;
	padding-left: 0;
	margin-bottom: 20px;
}

footer #footer-icons ul li
{
	margin-right:5px;
	margin-left:5px;
	display:inline-block;	
	padding:5px 3px;
}

footer #footer-icons ul li a
{
	color:#fff;
	text-decoration:none;
	transition:all 0.3s;
}

footer #footer-icons ul li a:hover
{
	transition:all 0.3s;
	color:#ee6f00;
	text-decoration:none;
	
}

footer #footer-icons ul li  a i
{
	font-size:20px;
}

footer #copy_right
{
	border:0px solid #fff;
	border-top-width:0.5px;
	padding-top:30px;
	font-size:14px;
	color:#ffffff;
}



.modal .modal-title
{
	color:#ee6f00;
}

.modal input[type='submit']
{
	background-color:#ff4c02;
	border-color:#ee6f00;
	color:#fff;
	min-width:100px;
}

.modal .form-control:focus {
    border-color: #ee6f00;
}

.modal h2 {
	color:#ee6f00;
	margin-top:0px;
}

.modal p {
font-size:18px;
}

.modal #facebook {
	background-color:#3b5998;
	border-color:#3b5998;
	opacity:0.7;
}


.modal #google-plus {
	background-color:#DB4437;
	border-color:#DB4437;
	opacity:0.7;
}

.modal #facebook:hover {
	opacity:1;
}


.modal #google-plus:hover {
	opacity:1;
}




#ProccesingModal
{
	position:fixed;
	top:0px;
	min-height:100vh;
	width:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:999999999;
	color:#fff;
	padding-top:100px;
	text-align:center;
}


#channel-img #playdiv
{
	display:none;
	opacity:0;
	transition:all 0.3s;
}


#channel-img:hover #playdiv
{
	display:block;
	opacity:1;
	transition:all 0.3s;
	cursor:pointer;
}



#channel-img:hover #playdiv .fa-play
{
	font-size:40px;
	line-height:80px;
	color:#fff;
}

#channeldiv
{
	margin-bottom:50px;
}

#channeldiv strong
{
	color:#ee6f00;
}

#channeldiv a
{
	text-decoration:none;
}

#channeldiv i.fa.extrafun
{
	font-size:20px;
	line-height:30px;
	color:rgba(0,0,0,0.5);	
	transition:all 0.3s;	
	margin-right:5px;
	cursor:pointer;
}

#channeldiv i.fa.extrafun:hover
{
	
	font-size:20px;
	line-height:30px;
	color:#ee6f00;
	transition:all 0.3s;	
}

.head_tunein
{
	background:#ee6f00;
	color:white;
	height:40px;
	float:left;
	margin-top:7px;
	margin-left:auto;
	margin-right:auto;
}

.tunein-container
{
	margin-left:2px;
}

.tunein-title
{
	color: #fff;
	font-family: GoodWeb-Light,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	margin-left:4%;
	margin-top:3%;
}
.input-text
{
	margin-left:4%;
	margin-top:4%;
}
.hr
{
	border-top: 1px solid #d7d7d7;
	width:40%;
	margin-top: 10px;
	margin-left:4%;
}
.title-div
{
	margin-left:4%;
	margin-top:17px;
}

.faux-file-field
{
	margin: 0px; 
	 width: 33%;
}
.title-div1
{
	margin-left:5%;
	color:gray;
}
.tunein-help
{
	text-transform: uppercase;
	font-family:monospace;
	color:#fff;
	text-decoration:none;
}
.input
{
	padding-left:10px;
	color:black;
	height:45px;
	width:50%;   
	 border: 1px solid #eaeaea;
	 background: url(search.png) no-repeat;
	 background-position: 98% 15px;
	}
.home
{
	color: #192532;
	margin-left: 4%;
	font-size: 18px;
	font-family: monospace;
}
.contact
{
	color: #192532;
	font-size: 18px;
	font-family: monospace;
}
.update-form
{
	margin-left:4%;
	font-family: GoodWeb-Light,Helvetica Neu,Helvetica,Arial,sans-serif;
}
.email-address
{
	font-weight:bold;
	font-size:12px;
	font-family: GoodWeb-Light,Helvetica Neu,Helvetica,Arial,sans-serif; 
}
.input-email
{
	box-shadow: 3px 3px 5px 0px #ccc;
	color: black;
	height: 30px;
	width: 40%;
	border: 1px solid #ccc;
	padding-left: 10px;
}
a,a
{
	color:#000;
	text-decoration:none; 
	border:none;
}	
input[type='file'] 
{
	color: transparent;
	direction: ltr;
	 float:left; 
	 margin-right: -13%;
	 display:inline-block;
	} 
.navbar-brand 
{ 
	font-weight:600;
	float:left;
	height:50px;
	padding:15px 15px;
	font-size: 18px;
}
a,a:hover
{
	color: 192532;
	text-decoration: none;
}
.input-box
{
	color: black;
	height: 35px;
	width: 40%;
	border: 1px solid #ccc;
	padding-left: 10px;
	box-shadow: 3px 3px 5px 0px #ccc;
}

#desk-header {background: #37444e; padding-top: 7px;}
#desk-header .container.header {padding: 57px 0px 50px 0px;}

#desk-header .logo-section p{
color: #fff;
}
#desk-header .logo-section h1{
 color: #fff;
 text-indent: 0px;
 margin: 0px;
}
#desk-header .logo-section h1 a{
  color: #fff;
  font-family: GoodWeb-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 34px;
  text-transform: uppercase;
}
#desk-header .logo-section h1:hover a {color: #eee;text-decoration: none;}
#desk-header > .mobheader {
  background: #ee6f00;
  padding: 25px;

}
#desk-header > .mobheader h1 {
  margin: 0px;
}
#desk-header > .mobheader h1 a{
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
  background: url(../img/logo.png) no-repeat;
  width:165px;
  height:35px;
}


.nav .open > a, .nav .open > .nav .open > a:focus {background: none;}
#desk-header > .container.topmenu {
  top: 7px;
  background: #ee6f00;
  color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px;
  height: 44px;
}


#desk-header > .container.topmenu ul{
  list-style: none;
  margin: 0px;
  -moz-margin-before: 0em;
  -moz-margin-after: 0em;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start:  0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start:  0px;
}
#desk-header > .container.topmenu ul.nav li.logo {
  padding: 11px;
}
#desk-header > .container.topmenu ul.nav li.logo a{
  background: url(../img/logo.png) no-repeat;
  background-size:104px 22px;
  width:104px;
  height: 22px;
  text-indent: -9999px;
  display:  block;
}

#desk-header > .container.topmenu ul.nav li {
font-family: GoodWeb-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#desk-header > .container.topmenu ul.nav > li > a{
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  height: 44px;
  line-height: 48px;
  padding: 0px 11px;
  text-transform: capitalize;
}
#desk-header > .container.topmenu ul.nav > li:hover > a {
  background: none;
  text-decoration: none;
  color: #ddd;
}



#desk-header > .container.topmenu ul.nav li > ul.dropdown-menu {
  background: #ee6f00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;

}
#desk-header > .container.topmenu ul.nav li > ul.dropdown-menu li a {
  color: #fff;
}
#desk-header > .container.topmenu ul.nav li > ul.dropdown-menu li:hover a{
  background: none;
  color:#ddd;
}

#desk-header input#qhead {
  margin: 0px;
  padding: 0px;
  border: 1px solid #fff;
  padding: 6px 6px 6px 30px;
  margin-top: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
#desk-header button#support-search-submit{
  background-image: url(../img/new-assets.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -53px -265px;
  width: 14px;
  height: 14px;
  border: none;
  cursor: pointer;
  z-index: 8;
  text-indent: -9999px;
  position: absolute;
  top: 16px;
  left: 24px;
  box-shadow: 0 0 0 #888;
  -webkit-box-shadow: 0 0 0 #888;
  -moz-box-shadow: 0 0 0 #888;}
#desk-header input#qhead:focus{
  background:#fff;
  color:#000;
}

#desk-header ul.signin {
  list-style: none;
  float: right;
  padding: 14px 8px;
  margin: 0px;
}
#desk-header ul.signin > li {
  float: left;
  color: #fff;
}
#desk-header ul.signin > li > a{
  font-family: GoodWeb-light,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 17px;
  padding: 0 8px;
}
#desk-header ::-webkit-input-placeholder {
   color: #fff;
   transition: opacity 0.25s ease;
}

#desk-header :-moz-placeholder { /* Firefox 18- */
   color: #fff;
   transition: opacity 0.25s ease;
}

#desk-header ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   transition: opacity 0.25s ease;
}

#desk-header :-ms-input-placeholder {
   color: #fff;
   transition: opacity 0.25s ease;
}

#desk-header [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.25s ease;
  opacity: 1;
  color: #fff;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.widget-right .text-muted {
	color: #9fadbb;
}
.widget-right .large {
	color: #5f6468;
}

.panel-blue .widget-left { background: #30a5ff; color: #fff;padding: 21px 17px 22px 36px;}
.panel-teal .widget-left { background: #ee6f00; color: #fff; padding: 21px 17px 22px 36px;}
.panel-orange .widget-left { background: #ffb53e; color: #fff; padding: 21px 17px 22px 36px;}
.panel-red .widget-left { background: #f9243f; color: #fff; padding: 21px 17px 22px 36px; }

.panel-widget {
	background: #fff;
}


/* Sidebar */

.sidebar {
	display: block;
	background-color: #fff;
	padding: 0;
	margin-bottom:25px;
}

.sidebar form {
	padding: 20px 15px 5px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.sidebar {
		width:100%;
		display: block;
	    bottom: 100;
		z-index: 1000;
		display: block;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto; 
		background-color: #fff;
		box-shadow: 1px 0px 10px rgba(0, 0, 0, .05);
	}
	
}
/* list_stations */
.list_stations {
}
.list_stations .list_header {
	padding-bottom: 30px;
}
.list_stations .list_footer {
	padding-bottom: 10px;
}
.list_stations .list_body {
	margin-left: -20px;
	text-align: center;
}
.list_stations .list_item {
	/*position: relative;*/
	display: inline-block;
	margin: 0px 0px 20px 20px;
	font-family: 'Open Sans',Arial,sans-serif;
	vertical-align: top;
}
.list_stations .list_item.last {
	margin-right: 0px;
}
.list_stations .list_item .bg {
	width: 140px;
	height: 215px;
	color: #fff;
}
.list_stations .list_item:hover  .bg {
	color: #fff;
	background-color: #ff4c02;
}


.list_stations .list_item:hover .bg a {
	text-decoration: none;
	color: #fff;
}
.list_stations .list_item .image_outer {
	position: relative;
	display: block;
}
.list_stations .list_item .image {
	display: block;
	width: 140px;
	height: 134px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.list_stations .list_item .image img {
	max-width: 100%;
}
.list_stations .list_item:hover .image {
	box-shadow: none;
}
.list_stations .list_item .overlay {
	position: absolute;
	display: block;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 134px;
	opacity: 0;
	background: transparent url(../img/overlay-play-button.png) no-repeat center center;
	transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out 0s;
}
.list_stations .list_item:hover .overlay {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-in-out 0s;
}
.list_stations .list_item .country {
	position: absolute;
	display: block;
	visibility: hidden;
	left: 0px;
	top: 0px;
	padding: 2px 10px 8px 4px;
	font-size: 14px;
	line-height: 15px;
	color: #000;
	background-color: #fff;
	width:100%;
}
.list_stations .list_item:hover .country {
	visibility: visible;
}
.list_stations .list_item .name {
	padding-top: 11px;
	font-size: 15px;
	line-height: 18px;
	font-weight:  bold;
}
.list_stations .list_item .name a {
	text-decoration: none;
	color: #FFFFFF;
}
.list_stations .list_item .genre {
	padding-top: 3px;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;

}

/* large */
.list_stations.large .name a {
	color:#fb640a;
}
.list_stations.large .genre {
	color:#fff;
}
.list_stations.large {
	padding: 30px 0px 20px 0px;
	color: #fff;
}

/* short */
.list_stations.short {
	margin-bottom: 60px;
	border-bottom: 1px solid #d8d8d8;
}


/* helper */
.clear {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

@media only screen and (min-width: 1000px) {
	.list_stations.large .list_item .bg {
		width: 180px;
		height: 245px;
	}
	.list_stations.large .list_item .image {
		width: 180px;
		height: 172px;
	}
	.list_stations.large .list_item .overlay {
		width: 180px;
		height: 172px;	
	}
}

.stations-heading-h2{
	margin-top:15px;
	font-size:28px;
	font-weight:700;
	font-family:sans-serif;
	
	}
.signup-heading-h2{
	margin-top: 15px;
	font-size: 28px;
	font-weight: 700;
	font-family: sans-serif;
	color: #ee6f00;
	margin-bottom: 20px;
	}
.signup-heading-h2 a {
	color: #ee6f00;
	}
.signup-text{
	margin-top: 10px;
	font-size: 22px;
	font-weight: 600;
	font-family: sans-serif;
	color: #888;
	}	
.button_dark {
	border-top: 1px solid #636363;
	border-right: 1px solid #282828;
	border-bottom: 1px solid #141414;
	border-left: 1px solid #555555;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #555555;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(#636363, #474747);
	background: -webkit-linear-gradient(#636363, #474747);
	background: -o-linear-gradient(#636363, #474747);
	background: -ms-linear-gradient(#636363, #474747);
	background: linear-gradient(#636363, #474747);
	text-decoration: none !important;
}	


.mynav a{
 
 color: #192532;
 
}


.button_dark {
	color:#fff;
}	
.sign-up-now {
	margin-top: -90px;
	}
.fa-2x {
    vertical-align: sub;
	color:#ee6f00;
}
.graphic-bars {
	background-image: url(../img/graph.png); 
	background-repeat:repeat-x; 
	margin-top:-130px; 
	height:130px; 
	width:100%;
	}
.read-more {
	  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	}
    .pagination a { text-decoration: none; border: solid 1px #AAE; color: #15B; }
    .pagination a, .pagination span { display: block; float: left; padding: 0.3em 0.5em; margin-right: 5px; margin-bottom: 5px; }
    .pagination .current { background: #26B; color: #fff; border: solid 1px #AAE; }
    .pagination .current.prev, .pagination .current.next{ color:#999; border-color:#999; background:#fff; }	
    
    
    
    .sidebar ul.nav a:hover, 
.sidebar ul.nav li.parent ul li a:hover {
	text-decoration: none;
	background-color: #ff4c02;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
	color: #fff;
	background-color: #30a5ff;
}*/

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
	list-style: none;
	list-style-type: none;
}

.sidebar ul.nav ul.children {
	width: auto;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
}

.sidebar ul.nav ul.children li a {
	height: 40px;
	background: #f9f9f9;
	color: #30a5ff!important;
}

.sidebar ul.nav li.current a {
	background-color: #30a5ff;
	color: #fff!important;
}

.sidebar ul.nav li.parent ul li a {
	border: none;
	display:block;
	padding-left: 30px;
	line-height: 40px;
}


.sidebar span.glyphicon {
	margin-right: 10px;
}

.sidebar ul.nav li.divider {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}

.sidebar .attribution {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: 12px;
}

.large {
	font-size: 2em;
}

.upbanner{
	position: absolute;
    top: 207px;
    left: 36px;
}


.tuneinclonebody
{
	border: 1px solid #ff4c02;
	height: 100px;
	width : 100%;
	position : absolute;
}

.tuneclonein-title
{
	position: absolute;
    top: 10px;
    font-family: GoodWeb-Book,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    left: 167px;
}

.tuneincloneimg
{
	position: relative;
    bottom: 0px;
}

.sharesbox
{
	position: absolute;
    bottom: 5px;
    left: 113px;
}

.cover-hidden 
{

   visibility: hidden; 
   min-height:200px;" 
   width:auto;
   height:100%;


}

@media only screen and (max-width: 777px) {
	.cover-hidden {
	
	width: 10px;
	height: 10px;
	}
}

.cover-main {
   min-height:200px; 
   max-height:500px; 
   background-repeat:repeat-x; 
   background-position: center; 
   border-bottom:1px solid #777; 
   overflow:hidden;
}

@media only screen and (max-width: 777px) {
	.cover-main  {
   min-height:200px; 
   max-height:500px; 
   background-repeat:repeat-x; 
   background-position: center; 
   border-bottom:1px solid #777; 
   overflow:hidden;
   background-size:cover;
	}
}
