@font-face {
	font-family: "Roboto";
	src: url('../fonts_new/Roboto-Light.eot');
	src: url('../fonts_new/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts_new/Roboto-Light.svg#Roboto Light') format('svg'),
	url('../fonts_new/Roboto-Light.woff') format('woff'),
	url('../fonts_new/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Added by Rizwan Haider */
@font-face {
	font-family: "RobotoReg";
	src: url('../fonts_new/Roboto-Regular.ttf');
}

@font-face {
	font-family: "RobotoBold";
	src: url('../fonts_new/Roboto-Bold.ttf');
}
/*Addition ends*/
body{
	background-color:#00aadd;
	font-family:Roboto;
	color:#555555;
	padding:0px!important;
}
a{
	outline:none!important;
	text-decoration:none!important;
	color:#555555;
}
a:hover{
	color:#428bca;
}
#top-header{
	position:fixed;
	border-bottom: 1px solid #dddddd;
    padding: 8px 30px 9px 90px;
	background-image:none;
	background-color:#fdfdfd;
	z-index:99;
	width:100%;
}
#top-header .col-sm-4{
	padding-right:72px;
	position:relative;
}
#top-header span{
	padding-left:5px;
	padding-right:15px;
	font-size: 12px;
}
#top-header span.pipe{
	padding-right:5px;
	font-size: 14px;
}
#top-header .navbar-nav > li > a{
	margin: 0;
    padding:0px 5px;
    font-size:12px;
    color: #8b8b8b;
}
#top-header .register{
    font-size:12px;
    margin: 0;
    padding:1px 5px;
    text-decoration:none;
/*
    color: #8b8b8b;
*/
}
#top-header .navbar-nav > li > a:focus{
	color: #8b8b8b;
	background-color:transparent;
}
#top-header .navbar-nav > li > a:hover, #top-header .register:hover{
	background-color: #fdfdfd;
	color:#428bca;
}
#header.navbar-default{
	height:65px;
	background-image:none;
	background-color:#fdfdfd;
	box-shadow:none;
/*
	box-shadow:0px 6px 6px #afafaf;
*/
	border-bottom:1px solid #dddddd;
	top: 38px;
	transform:none;
}
#header .container-fluid:first-child{
	padding:0px 105px;
}
#header .navbar-header{
	width:40%;
}
#header .navbar-brand img{
	position:relative;
	top:-10px;
	width:160px;
	height:42px;
}
.nav-icons{
	padding:0px;
	margin-right:20px;
	position: relative;
    right: -325px;
    top: 12px;
}
.navbar-nav.navbar-right:last-child{
	margin:0px;
}
.navbar-nav.navbar-right .dropdown.border-left{
	border-left:1px solid #dddddd;
}
.navbar-nav.navbar-right .dropdown.border-right{
	border-right:1px solid #dddddd;
}
.navbar-fixed-top, .navbar-fixed-bottom{
	z-index:19;
}
.navbar-default .navbar-nav > li > a{
	color: #555555;
    font-size: 12px;
    padding: 22px 15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li.open > a:focus, .navbar-default .navbar-nav > li > a:focus{
	color: #555555;
	background-color:transparent;
}
.navbar-default .navbar-nav > li.open > a:hover{
	background-color:#ffffff;
	color: #428bca;
	box-shadow:0px 0px 2px inset #428bca;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #428bca;
}
.navbar-nav > li > .dropdown-menu{
	margin-top:0px;
	margin-right:-1px;
	background-color:#fbfbfb;
	box-shadow:none;
	border:1px solid #dddddd;
	border-radius:0px;
	padding:0px;
	right:20px;
}
.navbar-nav > li > .dropdown-menu > li > a{
	color: #555555;
	border-bottom:1px solid #dddddd;
	padding:10px 12px;
	font-size:12px;
	-webkit-transition: color 0.5s, border 1s; /* Safari 3.1 to 6.0 */
    transition: color 0.5s, border 1s;
    -webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
    transition-timing-function: cubic-bezier(0.42,0,0.58,1);
    
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus{
	color:#428bca;
	background:transparent;
	border-bottom:1px solid #428bca;
}
.members-menu.container{
    max-width: 830px;
    padding:0px; 
}
.non-members-menu.container{
    max-width: 775px;
    padding:0px; 
}
.pricing-menu.container{
	max-width: 470px;
}
.members-menu.container.login-btn{
	text-align:center;
	margin:10px 0px;
}
.members-menu .col-sm-2, .members-menu .col-md-3, .members-menu .col-sm-4, .members-menu .col-md-5{
	text-align:left;
	padding:0px 12px;
}
.members-menu .nav.nav-pills.nav-stacked li{
	margin:0px;
}
.members-menu .nav.nav-pills.nav-stacked li a{
	border-radius:0px;
	color: #555555;
	border-bottom:1px solid #dddddd;
	padding:10px 0px;
	font-size:12px;
	-webkit-transition: color 0.5s, border 1s; /* Safari 3.1 to 6.0 */
    transition: color 0.5s, border 1s;
    -webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
    transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.members-menu .nav.nav-pills.nav-stacked li a:hover, .members-menu .nav.nav-pills.nav-stacked li a:focus{
	color:#428bca;
	background:transparent;
	border-bottom:1px solid #428bca;
}
.members-menu .row-fluid{
	background-color:#0077bb;
	min-height:100px;
	margin-bottom:10px;
}
.non-members-menu .member-heading, .pricing-menu .member-heading{
	margin-top:20px;
}
.members-menu .nav.nav-pills.nav-stacked li a.member-coin-link{
	padding:0px;
	border:0px;
}
.coin{
	background-color: #55aa55;
    border-radius: 75px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border:4px solid #ff8800;
    margin-bottom:10px;
    margin-top: 8px;
}
.amount-small{
	font-size: 16px;
}
.amount-big{
	font-size: 20px;
}
.coin:hover{
	background-color: #55dd55;
	border:4px solid #ea5644;
	cursor:pointer;
}
.coin-small{
    padding-top: 19px;
    text-align: center;
    width: 85px;
    height: 85px;
    margin-top:22px;
    margin-left:25px;
    
}
.coin-medium{
    padding-top: 25px;
    text-align: center;
    width: 95px;
    height: 95px;
    margin-top:14px;
    margin-left:15px;
    
}
.coin-big{
    height: 110px;
    padding-top: 21px;
    text-align: center;
    width: 110px;
    margin-right:15px;
}
.coin.coin-small.silver{
	padding-top: 8px;
	margin-left:62px;
}
.coin.coin-medium.gold{
	padding-top: 15px;
}
.coin.coin-big.platinum{
	padding-top: 20px;
	margin-right:0px;
	margin-left:15px;
	float:left !important;
}
.plan-or{
	font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 52px;
}

#banner-menu{
	position:relative;
	background-color:#777777;
	padding:0px;
	margin:103px -15px 0px -15px;
}

/*
 *   Css for carousel
*/

#banner-carousel{
	position:relative;
}
#banner-carousel .carousel-indicator-custom{
	top:0px;
	position:absolute;
	background-color:#ff8800;
	height:5px;
	z-index:15;
	opacity:0.55;
	box-shadow:0px 1px 3px #222222;
}
#video-carousel{
	width:300px;
	margin:0 auto;
}
#video-carousel .carousel-inner > .item > img, #video-carousel  .carousel-inner > .item > a > img{
	height:175px;
}
#video-carousel .left.carousel-control, #video-carousel .right.carousel-control{
	background-image:none;
	color:#ffffff;
}
#video-carousel .carousel-indicators{
	bottom:10px;
}
#video-carousel .carousel-caption{
	padding:0px;
	bottom:3px;
	font-weight:bold;
	width:100%;
	left:0px;
}
#video-carousel .carousel-caption a{
	color:#55acee;
	margin:0px;
}
#video-carousel .carousel-caption a:hover{
	color:#ff8800;
}


/*
Internt money
*/

#internet-video-carousel{
	width:300px;
	margin:0 auto;
}
#internet-video-carousel .carousel-inner > .item > img, #internet-video-carousel  .carousel-inner > .item > a > img{
	height:175px;
}
#internet-video-carousel .left.carousel-control, #internet-video-carousel .right.carousel-control{
	background-image:none;
	color:#ffffff;
}
#internet-video-carousel .carousel-indicators{
	bottom:55px;
}
#internet-video-carousel .carousel-caption{
	position:relative;
	padding:0px;
	bottom:-3px;
	font-weight:normal;
	width:100%;
	left:0px;
	color:#3377dd;
	margin:0px;
	text-shadow:none;
	line-height:18px;
	height:60px;
}
#internet-video-carousel .carousel-caption a{
	color:#3377dd;
	margin:0px;
	text-shadow:none;
	line-height:18px;
}
#internet-video-carousel .carousel-caption a:hover{
	color:#ff8800;
}

/* */

#leskofree-video-carousel{
	width:300px;
	margin:0 auto;
}
#leskofree-video-carousel .carousel-inner > .item > img, #leskofree-video-carousel  .carousel-inner > .item > a > img{
	height:175px;
}
#leskofree-video-carousel .left.carousel-control, #leskofree-video-carousel .right.carousel-control{
	background-image:none;
	color:#ffffff;
}
#leskofree-video-carousel .carousel-indicators{
	bottom:55px;
}
#leskofree-video-carousel .carousel-caption{
	position:relative;
	padding:0px;
	bottom:-3px;
	font-weight:normal;
	width:100%;
	left:0px;
	color:#3377dd;
	margin:0px;
	text-shadow:none;
	line-height:18px;
	height:40px;
}
#leskofree-video-carousel .carousel-caption a{
	color:#3377dd;
	margin:0px;
	text-shadow:none;
	line-height:18px;
}
#leskofree-video-carousel .carousel-caption a:hover{
	color:#ff8800;
}

/*
 * //////////////////////////////////
*/

#banner-menu .banner-image{
	width:100%;
}

/*
 * Css for fade effect for slider
*/

/* fade on slider */
.carousel.carousel-fade .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
.carousel.carousel-fade .active.left {
	left:0;
	opacity:0;
	z-index:2;
}
.carousel.carousel-fade .next {
	left:0;
	opacity:1;
	z-index:1;
}


/*
 * ////////////////////////////////////////////////////////////
*/

/*Adde by Rizwan Haider*/*

	.carousel.carousel-fade .active.right {
		left:0;
		opacity:0;
		z-index:2;
	}
	.carousel.carousel-fade .prev {
		left:0;
		opacity:1;
		z-index:1;
	}	

	#banner-menu .carousel-caption {
		left: 35%;
	}
	
	#banner-carousel .carousel-indicators{
/*
		position:absolute;
		height:5px;
		bottom: 20px;
		opacity:0.55;
		box-shadow:0px 1px 3px #222222;
*/
		z-index:15;
		
		width: 10%;
		padding-left: 0;
		right: 0%;
		left: 120%;
		bottom: 0px;
/*
		text-align: center;
		list-style: none;
*/
	}
	
	#banner-carousel .carousel-indicators li {

		width: 15px;
		height: 15px;
		margin: 1px;
	
	}	
	#banner-carousel .carousel-indicators .active {
		background-color: #ff8800;
		width: 15px;
		height: 15px;
		margin: 1px;
	}


/*Addition ends*/
#banner-menu .menu{
	position:absolute;
	top:0;
	right:60px;
	height:100%;
	padding:100px 0;
	z-index:5;
}
#banner-menu .menu .banner-heading{
	position:absolute;
	width:100%;
	text-align:center;
	top:15px;
	font-size:26px;	/*30px*/
	color:#ffffff;
	font-weight:bold;
	text-shadow:4px 4px 4px #000000;
}
#banner-menu .menu .banner-footer{
	position:relative;
	width:100%;
	text-align:center;
	top:20px;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	text-shadow:4px 4px 4px #000000;
}
.banner-freeradio-text.hidden-xs{
	color:#00ffff;
	position:absolute;
	width:100%;
	bottom:-5px;
	text-align:center;
}
.banner-freeradio-text.hidden-xs a{
	color:#ffff00;
	font-weight:bold;
}
#banner-menu .menu .container-fluid .row-fluid:first-child{
	float:left;
	width:100%;
	margin-bottom:30px;
}
#banner-menu .menu .container-fluid .row-fluid .col-sm-3,.col-sm-2,.col-sm-4{
	padding:0px;
	text-align:center;
}
.banner-link-text{
	text-align:center;
	position:relative;
	top:15px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	/*background-color:#ffffff;*/
/*
	text-shadow:0px 0px 3px #ffffff;
*/
}
.banner-link .fa-3x{
	font-size:35px;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition:font-size 0.25s;
	transition:font-size 0.25s;
}
.banner-link{
	width:90px;
	height:90px;
	background-color:#ff8800;
	border-radius:75px;
	margin:0 auto;
	position:relative;
	bottom:0px;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	
/*
	-webkit-transition: box-shadow 0.25s;
	transition: box-shadow 0.25s;
*/
	-webkit-transition: border-width 0.25s, border-style 0.25s, border-color 0.25s, color 0.25s, background-color 0.25s, width 0.25s, height 0.25s, margin-top 0.25s, position 0.25s, bottom 0.25s;
	transition: border-width 0.25s, border-style 0.25s, border-color 0.25s, color 0.25s, background-color 0.25s, width 0.25s, height 0.25s, margin-top 0.25s, position 0.25s, bottom 0.25s;
	outline:none!important;
	color:#ffffff;
	padding-top:27px;
}
.banner-link:hover{
	cursor:pointer;
/*
	box-shadow:0px 0px 12px #222222;
	background-color:#fba31b;
 	border:5px solid #55acee;
	border:5px solid #3b5998;
*/
	margin-top:-20px;
	border-width:5px;
	border-color:#ff8800;
	border-style:solid;
	background-color:#ffffff;
	color:#ff8800;
	width:110px;
	height:110px;
	position:relative;
	bottom:-12px;
}
.banner-link:hover .fa-3x{
	font-size:45px;
}

/* Content Area styles
---------------------------------------------------------------------------------------------------------------*/
.content{
	margin: 0px -15px 0px;
	background-color:#f9f9f9;
}
.content .container{
	padding:0 15px;
}
.content .container .row-fluid{
    height: inherit;
    width:100%;
}
.content .container .row-fluid .col-md-8{
	padding:0px;
/*
	background-color:rgba(0, 0, 0, 0.02);
*/
}
.content .container .row-fluid .col-md-8 .row{
/*
	border:1px solid rgba(0, 0, 0, 0.02);
*/
	margin:0px;
	background-color:#ffffff;
}
.content .container .row-fluid .col-md-8 .row.news-image{
	margin-bottom:10px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12, .content .container .row-fluid .col-md-8 .row .col-sm-6{
	padding:0px;
}
.content .container .row-fluid .marquee-container{
	padding:0px;
}
.content .container .row-fluid .marquee-container .marquee{
	margin:0px;
	background-color:#ededed;
	padding:5px 25px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news{
	padding:25px 25px 0;
}
.content .container .row-fluid .col-md-8 .row .col-sm-6 .news{
	margin:25px 15px 30px 25px;
	padding-right:7px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-6:first-child .news:first-child{
	border-right:1px solid #dddddd;
}
.red-font{
	color:#ea5644;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news h4, .content .container .row-fluid .col-md-8 .row .col-sm-6 .news h4{
	margin:5px -25px 25px;
	padding:0px 21px;
	color:#777777;
	border-left:4px solid #ea5644;
	font-weight:bold;
}

.content .container .row-fluid .col-md-8 .row .col-sm-12 .news h1, .content .container .row-fluid .col-md-8 .row .col-sm-6 .news h1{
	margin:-11px -25px 16px;
	padding:0px 21px;
	color:#777777;
	text-align:left;
	font-weight:bold;
	font-size:18px;
	border-left:4px solid #ea5644;
}

.content .container .row-fluid .col-md-8 .row .col-sm-6 .news .row-fluid{
	padding:0px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-6 .news a.view-more{
	position:absolute;
	font-size:12px;
	color:#ea5644;
	right:22px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-6 .news a.link-lg{
	bottom: 45px;
    color: #ea5644;
    font-size: 14px;
    font-weight: bold;
    left: 85px;
    margin: 0;
    position: absolute;
    text-decoration: none;
}
.content .container .row-fluid .col-md-8 .row .col-sm-6 .news a.link-lg:hover{
	color:#00548c;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news a.heading{
	margin:0 0 10px;
	color:#00548c;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news a.view-more{
	color:#ea5644;
	float:right;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news a.view-more:hover{
	color:#00548c;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news .news-image .col-sm-3,.content .container .row-fluid .col-md-8 .row .col-sm-12 .news .news-image .col-sm-9{
	padding:0px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news .news-image .col-sm-9 a{
	padding-left:15px;
	float:left;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news .news-image .col-sm-9 span{
	padding-left:15px;
	float:left;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news p{
	margin-bottom: 10px;
	margin-top: 10px;
	line-height:1.5;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news ul{
	padding-left: 12px;
	margin:10px 0px;
	line-height:1.75;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news hr.divider{
	margin-bottom:0px;
	margin-top:40px;
}
.content .container .row-fluid .col-md-8 .row .col-sm-12 .news .btn{
	margin:0px;
}
.content .container .row-fluid .col-md-4{
	height:100%;
	background-color:#ededed;
	padding:0px;
}
.content .container .row-fluid .col-md-4 .row-fluid{
	margin:0;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos{
	padding:25px 25px 22px;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos a{
	color: #00548c;
    display: block;
    font-size: 15px;
    margin: 0px;
    text-decoration: none;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos a:hover{
	color: #ea5644;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos a.view-more{
	color:#ea5644;
	font-size:12px;
	margin-top: 10px;
	font-weight:bold;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .subscription{
	background-color:#ffffff;
	box-shadow: 0 1px 3px 0 #b5b5b5;
	margin:10px auto;
	padding:4px 45px;
	width:300px;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .subscription.video-subscription{
	margin:10px auto;
	padding:4px 75px;
	width:300px;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .subscription a{
	color:#ea5644;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:2px 0px 0px;
	float:right
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .subscription:hover{
	box-shadow: 0 0px 5px 0 #428bca;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos hr.divider{
	margin-bottom:-10px;
	margin-top:40px;
	border-color:#dddddd;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .btn-group{
	bottom: 85px;
    position: absolute;
    right: 30px;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container{
	box-shadow: 0 1px 3px 0 #b5b5b5;
	background-color:#ffffff;
    padding-bottom: 10px;
    width:300px;
    margin:0 auto;
    text-align:center;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .tab-content{
	margin-top:10px;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li{
	background-color:#f9f9f9;
	font-weight:bold;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li:hover{
	background-color:#eeeeee;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li a{
	border:1px solid #dddddd;
	border-top:0px;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li.active a{
	border-top:3px solid #ea5644;
	border-bottom:0px;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li, .content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li a{
	margin:0px;
	color:#777777;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li.active,.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container .videos-tabs li.active a{
	background-color:#ffffff;
}
.content .container .row-fluid .col-md-4 .row-fluid .videos h4{
	margin:5px -25px 25px;
	padding:0px 21px;
	color:#777777;
	border-left:4px solid #ea5644;
	font-weight:bold;
}
#seminar .col-sm-12,#qanda .col-sm-12{
	float:none;
}
#seminar .datetime, #qanda .datetime{
	width:85%;
	margin:0 auto;
}
#seminar .topic, #qanda .topic{
	font-size:16px;
	font-weight:bold;
}
#seminar p, #qanda p{
	color: #00548c;
    display: block;
    font-size: 15px;
    margin: 10px;
    text-decoration: none;
    font-weight:bold;
}

/*
*	css for Social icons div
*/
#social_icons{
	position:fixed;
	top:50%;
	left:0px;
	width:43px;
	height:294px;
	margin-top:-147px;
	z-index:5;
}
#social_icons .icon{
	padding:8px 3px 5px;
	margin:5px 0px;
	background-color:#ffffff;
	border-radius:0px;
}
#social_icons .blog-icon{
	background-color:#bf2b19;
	border:1px solid #bf2b19;
}
#social_icons .blog-icon a{
	color:#ffffff;
}

#social_icons .fiverr-icon{
	background-color:#323232;
	border:1px solid #7F7F7F;
	text-align:center;
}
#social_icons .fiverr-icon a{
	color:#ffffff;
}

#social_icons .icon.blog-icon{
	font-size:15px;
	padding: 10px 4px;
	font-weight:bold;
	width:43px;
	-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
    transition: width 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#social_icons .fb-icon{
	background-color:#3b5998;
	border:1px solid #3b5998;
	width:43px;
	-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
    transition: width 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#social_icons .fb-icon a{
	color:#ffffff;
}
#social_icons .utube-icon{
	background-color:#ffffff;
	border:1px solid #cc181e;
	width:43px;
	-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
    transition: width 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#social_icons .utube-icon a{
	color:#cc181e;
}
#social_icons .twt-icon{
	border:1px solid #55acee;
	width:43px;
	-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
    transition: width 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#social_icons .twt-icon a{
	color:#55acee;
}
#social_icons .gplus-icon{
	background-color:#bf2b19;
	border:1px solid #bf2b19;
	width:43px;
	-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
    transition: width 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#social_icons .gplus-icon a{
	color:#ffffff;
}
#social_icons .in-icon{
	background-color:#007bb6;
	border:1px solid #007bb6;
	width:43px;
	-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
    transition: width 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#social_icons .in-icon a{
	color:#ffffff;
}
#social_icons .icon:hover{
	cursor:pointer;
	width:65px;
}
#social_icons .icon a{
	padding-left:0px;
	-webkit-transition: padding-left 0.25s; /* Safari 3.1 to 6.0 */
    transition: padding-left 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#social_icons .icon:hover a{
	padding-left:25px;
}

#social_icons .in-fiverr-icon{
	background-color:#323232;
	border:1px solid #7f7f7f;
	width:43px;
	-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
    transition: width 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*
*  Css for Footer Links
*/
#footer_links{
	background-color:#dfdfdf;
	margin:0px -15px;
}
#footer_links .container{
	padding:0 40px 0 15px;
}
#footer_links .container .about-us{
	padding:25px;
	padding-left:35px;
	padding-right:0px;
}
#footer_links .container .about-us:first-child{
	padding-left:25px;
}
#footer_links .container .about-us p{
	padding-bottom:5px;
	margin-bottom:2px;
	color:#55acee;
	font-size:16px;
	border-bottom:1px solid #55acee;
}
#footer_links .container .about-us .col-sm-6{
	padding:0px;
}
#footer_links .container .about-us .aboutus-links{
	list-style-type:none;
	padding:0px;
	float:left;
	margin:0px;
}
#footer_links .container .about-us .col-sm-6:last-child .aboutus-links:last-child{
	padding-left:20px;
}
#footer_links .container .about-us .aboutus-links li{
	float:left;
	width:100%;
}
#footer_links .container .about-us .aboutus-links li a{
	border-radius:0px;
	color: #555555;
	border-bottom:1px solid #cccccc;
	padding:10px 0px;
	font-size:12px;
	float:left;
	width:100%;
	-webkit-transition: color 0.5s, border 1s; /* Safari 3.1 to 6.0 */
    transition: color 0.5s, border 1s;
    -webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
    transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
#footer_links .container .about-us .aboutus-links li a:hover{
	color:#55acee;
	background:transparent;
	border-bottom:1px solid #55acee;
}

/*
*	css for footer
*/
#footer{
	margin: 0 -15px;
	background-color:#eeeeee;
	border-top:1px solid #dddddd;
}
#footer .container{
	padding:30px 65px;
}
#footer .container .row-fluid p{
	margin:0px;
	text-align:center;
}

.marginTop20{
	margin-top:20px;
}


/*
*	Css for custom error messages alerts
*/
/*.custom-alert-error{
	background-image:none;
	background-color:#ea5644;
	color:#ffffff;
	border:0px;
	box-shadow:none;
	text-shadow:none;
	border-radius:2px;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}*/

.has-error .help-block{
	color: #cc0000;
    text-shadow: 0px 0px 10px #ffffff;
}

#err_div2, #change3{
	color: #cc0000;
	text-align:center;
	text-shadow: 0px 0px 8px #ffffff;
}

#loader{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-95px;
	margin-left:-64px;
	z-index:1;
}
#loader img{
	width:100px;
}

/*
*  Css for custom bootstrap buttons
*/

.center-buttons{
	width:310px;
	margin:0 auto;
}

.btn-custom{
	background-color:#3887be;
	border-radius:0px;
	background-image:none;
	text-shadow:none;
	color:#ffffff;
	font-weight:bold;
	padding:10px 15px;
	min-width:150px;
	outline:none!important;
	padding-top:8px;
	padding-bottom:8px;
}
.btn-custom:hover, .btn-custom:focus{
	background-color:#57a6dd;
	color:#ffffff;
}

.custom-textbox{
	border-radius:0px;
	box-shadow:none;
	border:0px;
	background:rgba(0,0,0,0.25);
	color:#ffffff;
}
.custom-textbox:focus{
	box-shadow:none;
	background:rgba(0,0,0,0.5);
	border:1px solid #ff8800;
}
.custom-textbox.error{
	border:1px solid #ff0000;
	background:rgba(255,0,0,0.25);
}

.custom-textbox::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
.custom-textbox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  0.5;
}
.custom-textbox::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  0.5;
}
.custom-textbox:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
}


/*
*	Css for custom bootstrap modals
*/
.modal-custom .modal-content{
	border-radius:0px;
	background:transparent;
	box-shadow: none;
	border:0px;
}
.modal-custom.modal-dialog{
	width:450px;
	min-height:330px;
	background:transparent;
	margin:0px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-225px;
	margin-top:-165px;
}
.modal-custom .modal-header{
	padding:0px;
	background:transparent;
	border:0px;
}
.modal-custom .modal-body{
	padding-left:45px;
	padding-right:45px;
	padding-top: 30px;
	padding-bottom: 0px;
	background:none repeat scroll 0 0 #3887be;
	color:#ffffff;
}
.modal-custom .modal-footer{
	background:none repeat scroll 0 0 #ffffff;
	color:#3887be;
	margin-top:50px;
	margin-left:-45px;
	margin-right:-45px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.modal-custom .modal-header .close{
	position:absolute;
	right:-13px;
	top:-16px;
	z-index:1;
	
	color:#ffffff;
	opacity:1;
}
.modal-custom .modal-body input{
	border-radius:0px;
	height:40px;
}
.modal-custom .modal-body label{
	margin-bottom:5px;
	font-weight:normal;
}

.forgot-pwd-links, .forgot-pwd-links a{
	color:#ffaa00;
	font-weight:bold;
	text-shadow:none;
	font-size:11px;
}
.forgot-pwd-links a:hover{
	color:#ffffff;
}

#NewLoginBox .forgot-pwd-links a:hover{
	color:#3887be;	/*#ffffff; changed by Rizwan Haider*/
}

#LoginTabs.nav-tabs{
	border:0px;
}
#NewLoginTabs.nav-tabs{
	border-bottom: 1px solid #3887be;	/*border:0px; changed by Rizwan Haider*/
}
#LoginTabs li, #NewLoginTabs li{
	margin:0px; 
}
#LoginTabs li>a{
	margin:0px;
	border-radius:0px;
	background:none repeat scroll 0 0 #ffffff;
	color:#3887be;
	border:0px;
	font-weight:bold;
}
#NewLoginTabs li>a{
	margin:0px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background:none repeat scroll 0 0 #ffffff;
	color:#3887be;
	border:0px;
	font-weight:bold;
}
#LoginTabs li.active>a, #NewLoginTabs li.active>a{
	background:none repeat scroll 0 0 #3887be;
	color:#ffffff;
}

/*
*	Css for MyAccount popover links after login
*/

.myaccount-user.row-fluid{
	margin:10px 0px;
	background-color:#eeeeee;
	padding:5px 0px;
}
.myaccount-user span{
	padding:0px!important;
	font-size:13px!important;
	font-weight:bold;
}
.myaccount-user .fa-user{
	padding-top:4px;
}
ul.myaccount-links{
	padding:0px;
	list-style-type:none;
	width:170px!important;
}
ul.myaccount-links > li > a{
	padding:3px 0px;
	display:block;
	font-size:12px;
}

/*
*  Css for search form
*/
#search_form{
	position:fixed;
	top:5px;
	right:315px;
	z-index:99;
}
#search_form form{
	margin:0px;
	padding:0px;
}
#search_form input[type='text']{
	border:1px solid #999999;
	width:205px;
	height:26px;
	border-radius:0px;
	font-size:12px;
	padding:2px 12px;
}
#search_form input[type='text']:focus{
	box-shadow:0px 0px 3px #999999;
}
#search_form .btn-search{
	background-image:none;
	background-color:#999999;
	border:1px solid #999999;
	padding-top:0px;
	padding-bottom:4px;
	color:#ffffff;
	text-shadow:none;
	outline:none!important;
	border-radius:0px;
}
#search_form .btn-search:hover{
	box-shadow:0px 0px 3px #999999;
}

/*
*  Css for Popovers
*/
#newsImage:hover{
	cursor:pointer;
}
.popover{
	max-width:620px;
	border-radius:0px;
	border: 0px;
	padding:0px;
	border-top: 2px solid #ffffff;
}
.popover.left{
	margin-left: -15px;
}
.popover.left > .arrow:after{
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ffffff;
	z-index:0;
	bottom: -15px;
    left: -12px;
}

.popover .popover-title{
	font-size:16px;
	font-weight:bold;
	text-shadow:none;
	border:0px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background-color:#55acee;
	color:#ffffff;
	border-radius:0px;
}
.popover .popover-content{
	border-radius:0px;
	background-color:#f9f9f9;
	border: 2px solid #ffffff;
	padding:0px 10px;
	position:relative;
	z-index:1;
}
.popover .popover-content h4{
	color:#00548c;
	text-shadow:none;
	font-size:14px;
	font-weight:bold;
}
.popover .popover-content p>a{
	color:#555555;
	font-size:12px;
	text-shadow:none;
}
.popover .popover-content p>a:hover{
	color:#428bca;
}

.popover .popover-title .close-popover{
	position:absolute;
	right:15px;
	color:#ffffff;
	font-size: 22px;
}
.popover .popover-title .close-popover:hover{
	color:#ea5644;
}

#ResearchHelp #MemberForm #err_msg3{
	text-transform:capitalize;
}

/*
*	style for shrinked navbar
*/
nav#header.navbar.shrink {
  height: 45px;
  min-height:45px;
  box-shadow:0px 2px 10px #555555;
}

nav#header.shrink a.dropdown-toggle {
  padding-top:12px;
  padding-bottom:12px;
  
}

nav#header.shrink .navbar-header .navbar-brand {
  height:45px;
}
nav#header.shrink .navbar-header .navbar-brand img{
	width:130px;
	height:32px;
}
nav#header.shrink .navbar-header .nav-icons{
	top:5px;
	right:-360px;
}
nav#header.shrink .navbar-header .nav-icons .fa-3x{
	font-size:35px;
}

nav#header.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}

.form-inline .form-control{
	width:120px;
}



@media screen and (min-width:981px) and (max-width:1280px) {
	#top-header{
		padding: 8px 20px 9px;
	}
	#top-header .col-sm-8{
		padding: 0px;
	}
	#top-header .col-sm-4{
		padding-right: 5px;
	}
	#header .container-fluid:first-child{
		padding: 0 25px;
	}
	#header .nav-icons{
		right: -190px;
		float:left;
	}
	nav#header.shrink .navbar-header .nav-icons{
		top:5px;
		right:-190px;
	}
	#banner-menu .menu .banner-heading{
		font-size: 22px;	/*24px**/
		top:8px;
		margin-top: 0;
	}
	#banner-menu .menu{
		padding: 50px 0;
		width:68%;
		right:0px;
	}
	.content .container{
		padding-right:0px;
		background-color:#ffffff;
	}
	.content .container .row-fluid .col-md-8{
		width:60%;
	}
	.content .container .row-fluid .col-md-4{
		width:40%;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos{
		padding: 25px 25px 32px;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos hr.divider{
		margin-top: 60px;
	}
	.content .container .row-fluid .col-md-8 .row .col-sm-6 .news a.link-lg{
		font-size: 10px;
	}
	.content .container .row-fluid .col-md-8 .row:last-child{
		/*padding-bottom: 40px;*/
	}
	#banner-menu .menu .container-fluid .row-fluid:first-child{
		margin-bottom: 15px;
	}
	.banner-link-text{
		font-size:10px;
		top:8px;
	}
	#banner-menu .menu .banner-footer{
		font-size:16px;
		position: absolute;
		margin:0px;
		top: auto;
		bottom:22px;
	}
	.banner-freeradio-text.hidden-xs{
		bottom: -8px;
	}
	#search_form{
		right: 180px;
	}
	#search_form input[type="text"]{
		width:145px;
	}
	#footer_links .container{
		padding:0px 35px 0px 15px;
	}
	#footer_links .container .about-us .aboutus-links li a{
		font-size: 10px;
	}
	
}
	
	
	

@media screen and (max-width:980px) {
	#top-header span.pipe{
		padding:0px;
	}
	#top-header{
		padding-left:10px;
		padding-right:10px;
	}
	#top-header .col-sm-8{
		display:none;
	}
	#top-header .col-sm-4{
		padding-right:60px;
		float:left;
		margin-left:-5px;
	}
	#top-header .col-sm-4 ul{
		background-color:#ffffff;
		text-align:left;
		width:70px;
	}
	#top-header .navbar-nav > li > a{
		color:#428bca;
	}
	#top-header .register{
		float:left;
	}
	#top-header .register:hover{
		color:#428bca;
	}
	#header .container-fluid:first-child{
		padding:0px 50px;
	}
	#header .navbar-header{
		width:42%;
	}
	#header .navbar-header .nav-icons{
		float: left;
		right: -25px;
		margin-right:10px;
	}
	nav#header.shrink .navbar-header .nav-icons{
		top:5px;
		right:-50px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 10px;
		padding: 22px 8px;
	}
	.members-menu .nav.nav-pills.nav-stacked li a, .navbar-nav > li > .dropdown-menu > li > a{
		font-size: 10px;
	}
	.members-menu.container{
		max-width: 535px;
	}
	.non-members-menu.container{
		max-width: 410px;
	}
	.pricing-menu.container{
		max-width: 400px;
	}
	.coin-small{
		margin-left:72px;
	}
	.plan-or{
		margin-left:10px;
		margin-right:10px;
	}
	.coin-big{
		margin-right:0px;
	}
	.coin.coin-small.silver{
		margin-left:26px;
	}
	
	#banner-carousel .carousel-indicator-custom {
		z-index:10;
	}
	#banner-menu .menu{
		padding: 45px 0;
		right: 0px;
		width:70%;
	}
	#banner-menu .menu .banner-heading{
		font-size: 17px;	/*21px;*/
		top: -10px;
	}
	#banner-menu .menu .container-fluid .row-fluid:first-child{
		margin-bottom: 5px;
	}
	.banner-link{
		width:60px;
		height:60px;
		padding-top: 21px;
	}
	.banner-link-text{
		font-size: 9px;
		font-weight:normal;
		top: 5px;
	}
	.banner-link:hover{
		width:70px;
		height:70px;
		margin-top:-10px;
		padding-top: 18px;
		bottom:-2px;
	}
	.banner-link .fa-3x{
		font-size: 20px;
	}
	.banner-link:hover .fa-3x{
		font-size: 25px;
	}
	#banner-menu .menu .banner-footer{
		font-size: 13px;
		top: auto;
		position: absolute;
		bottom:20px;
		margin:0px;
	}
	.banner-freeradio-text.hidden-xs{
		font-size:10px;
	}
	#search_form{
		right:50px;
	}
	.content .container{
		padding: 0 30px;
	}
	.content .container .row-fluid .col-md-4{
		padding: 0px;
	}
	
	.form-inline .form-control{
			width:200px;
			float:left;
			margin-right:5px;
		}
}

@media screen and (max-width:768px) {
	
	.form-inline .form-control{
			width:150px;
			float:left;
			margin-right:5px;
		}
}


@media screen and (max-width:640px) {
	#header{
		height:auto;
		padding:15px 0px;
	}
	#header .container-fluid:first-child{
		padding:0px 15px;
	}
	#banner-menu{
		margin:103px -15px 0px -15px;
	}
	#header .navbar-brand img{
		position:relative;
		top:-25px;
		left: -8px;
	}
	#header .navbar-header{
		width:auto;
	}
	#header form.navbar-form{
		margin:0px;
		border-top:0px;
	}
	#top-header span.pipe{
		padding:0px;
	}
	#top-header{
		padding-left:10px;
		padding-right:10px;
	}
	#top-header .col-sm-8{
		display:none;
	}
	#top-header .col-sm-4{
		padding-right:15px;
		float:left;
		margin-left:-5px;
	}
	#top-header .col-sm-4 ul{
		background-color:#ffffff;
		text-align:left;
		width:70px;
	}
	#top-header .navbar-nav > li > a{
		color:#428bca;
	}
	#top-header .register:hover{
		color:#428bca;
	}
	#header .navbar-header .nav-icons{
		float: left;
		margin-right: 20px;
		right: -150px;
		top: 8px;
	}
	.nav-icons .fa.fa-3x{
		font-size: 25px;
	}
	.navbar-default .navbar-collapse, .navbar-nav{
		padding:0px;
		margin:0px -15px;
		background:rgba(0,0,0,0.6);
		color:#f9f9f9;
	}
	.navbar-nav.navbar-right .dropdown.border-right, .navbar-nav.navbar-right .dropdown.border-left{
		border:0px;
	}
	.navbar-default .navbar-toggle{
		margin-top:0px;
	}
	.navbar-nav.navbar-right .dropdown > a, .navbar-nav > li > .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a, .members-menu .nav.nav-pills.nav-stacked li a{
		color:#ffffff;
	}
	.navbar-nav.navbar-right .dropdown > a:hover, .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .members-menu .nav.nav-pills.nav-stacked li a:hover{
		color:#00ffff;
		border-color:#00ffff;
	}
	.navbar-nav.navbar-right li.dropdown.open{
		background-color:#f9f9f9;
	}
	.navbar-nav.navbar-right .dropdown.open a{
		color:#428bca;
	}
	.navbar-nav .open .dropdown-menu{
		background-color:rgba(0,0,0,0.6);
	}
	.members-menu.container, .non-members-menu.container{
		max-width: 100%;
	}
	.pricing-menu.container{
		max-width: 100%;
	}
	.navbar-nav .open .dropdown-menu > li > a{
		padding:5px 15px 5px 15px;
	}
	.members-menu .col-md-2, .members-menu .col-md-3, .members-menu .col-md-5{
		padding:0px;
	}
	.members-menu .nav.nav-pills.nav-stacked li a{
		padding:5px 15px 5px 15px;
	}
	.non-members-menu .col-md-3, .members-menu .col-md-4, .members-menu .col-md-5{
		padding:0px;
	}
	.non-members-menu .nav.nav-pills.nav-stacked li a{
		padding:5px 15px 5px 15px;
	}
	.pricing-menu .member-heading{
		font-size:16px;
	}
	.coin.coin-small.silver{
		padding-top: 10px;
		width:60px;
		height:60px;
		font-size:10px;
		margin-left:15px;
	}
	.coin.coin-small.silver .amount-small{
		font-size:12px;
	}
	.coin.coin-medium.gold{
		padding-top: 15px;
		width:75px;
		height:75px;
	}
	.coin.coin-big.platinum{
		padding-top: 20px;
		width:90px;
		height:90px;
		float:left !important;
		margin-right:0px;
		margin-left:15px;
	}
	#banner-carousel .carousel-indicator-custom{
		top:auto;
		bottom:0px;
		height:3px;
		box-shadow:0px -1px 3px #555555;
		z-index:9;
	}
	#banner-menu .menu{
		position:absolute;
		top:0;
		right:0px;
		height:100%;
		padding:35px 0;
	}
	#banner-menu .menu .banner-heading{
		position:absolute;
		width:100%;
		text-align:center;
		margin:0px;
		font-size:16px;
		top:5px;
		color:#ffffff;
		font-weight:bold;
		text-shadow:1px 0px 1px #ff8800;
	}
	#banner-menu .menu .banner-content{
		display:none;
	}
	#banner-menu .menu .banner-footer{
		float: right;
		font-size: 12px;
		position: relative;
		text-align: center;
		top: 20px;
		width: 70%;
		color:#ffffff;
		font-weight:bold;
		text-shadow:1px 0px 1px #ff8800;
	}
	.banner-freeradio-text.visible-xs{
		margin-top:15px;
	}
	.banner-freeradio-text.visible-xs a{
		color:#ea5644;
		font-weight:bold;
	}
	.banner-device-menu{
		width:95%;
		float:left;
		margin-left:15px;
		padding-right: 15px;
	}
	#BannerAccordionMenu .panel{
		margin:10px 0px;
	}
	#BannerAccordionMenu .panel button{
		text-align:left;
		font-weight:bold;
		text-shadow:none;
		border-radius:0px;
	}
	#BannerAccordionMenu .panel h4{
		font-size:14px;
		font-weight:bold;
	}
	#BannerAccordionMenu .collapse{
		border:1px solid #eb9316;
		border-top:0px;
		padding:8px;
	}
	.banner-device-menu a{
		width:100%;
		float:none;
		font-size:12px;
		color:#ff8800;
	}
	.banner-device-menu a:hover{
		color:#00548c;
	}
	.navbar-nav.navbar-right .dropdown > a{
		padding:8px;
	}
	.dropdown-menu li a{
		word-wrap:break-word;
		white-space: pre-wrap;
	}
	.content{
		margin-top:0px;
	}
	.content .container,.col-xs-12,.col-sm-6 {
		padding:0px;
	}
	.content .container .row-fluid.ebook-dwnld .col-sm-6:first-child .ebook-content{
		margin-right:0px;
		margin-bottom:10px;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos .subscription{
		padding:4px 45px;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos a{
		font-size:12px;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos .btn-group{
		bottom: 90px;
	}


	/*
	*  Css for Footer Links
	*/
	#footer_links .container{
		padding:0px;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
	}
	#footer_links .container .about-us{
		padding:25px;
		padding-bottom:0px;
		float:left;
	}
	#footer_links .container .about-us .col-sm-6:last-child .aboutus-links:last-child{
		padding-left:0px;
	}
	
	#footer .container{
		padding:15px 0px;
	}
	#social_icons_mobile{
		position:fixed;
		width:auto;
		height:160px;
		left:0px;
		bottom:10px;
	}
	#social_icons_mobile .icon{
		margin:0 5px 3px 0px;
		background-color:#ffffff;
		border-radius:0px;
		height:25px;
	}
	#social_icons_mobile .blog-icon{
		background-color:#bf2b19;
		border:1px solid #bf2b19;
		font-size:10px;
		padding:5px 0px;
		font-weight:bold;
		width:25px;
		-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
		transition: width 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#social_icons_mobile .blog-icon a{
		color:#ffffff;
	}
	#social_icons_mobile .fb-icon{
		background-color:#3b5998;
		border:1px solid #3b5998;
		width:25px;
		-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
		transition: width 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#social_icons_mobile .fb-icon a{
		color:#ffffff;
	}
	#social_icons_mobile .utube-icon{
		background-color:#ffffff;
		border:1px solid #cc181e;
		width:25px;
		-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
		transition: width 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#social_icons_mobile .utube-icon a{
		color:#cc181e;
	}
	#social_icons_mobile .twt-icon{
		border:1px solid #55acee;
		width:25px;
		-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
		transition: width 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#social_icons_mobile .twt-icon a{
		color:#55acee;
	}
	#social_icons_mobile .gplus-icon{
		background-color:#bf2b19;
		border:1px solid #bf2b19;
		width:25px;
		-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
		transition: width 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#social_icons_mobile .gplus-icon a{
		color:#ffffff;
	}
	#social_icons_mobile .in-icon{
		background-color:#007bb6;
		border:1px solid #007bb6;
		width:25px;
		-webkit-transition: width 0.25s; /* Safari 3.1 to 6.0 */
		transition: width 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#social_icons_mobile .in-icon a{
		color:#ffffff;
	}
	#social_icons_mobile .icon:hover{
		cursor:pointer;
		width:40px;
	}
	#social_icons_mobile .icon a{
		padding-left:0px;
		-webkit-transition: padding-left 0.25s; /* Safari 3.1 to 6.0 */
		transition: padding-left 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#social_icons_mobile .icon:hover a{
		padding-left:15px;
	}

	#search_form{
		position:fixed;
		top:4px;
		right:6px;
		z-index:99;
	}
	#search_form .input-group{
		min-width:135px;
		display:block;
	}
	.input-group-addon, .input-group-btn, .input-group .form-control{
		display:table;
	}
	#search_form input[type='text']{
		width:110px;
		padding:2px 5px;
		font-size:10px;
	}
	#search_form .btn-search{
		padding:0 5px 4px;
	}
	
	#ReportBrokenLink #reportBrokenFrm .form-group{
		margin:15px 0px 15px 0px;
	}
	#ReportBrokenLink #reportBrokenFrm .form-group .col-sm-7{
		padding:0px;
	}
	#NewsletterSubscription #subscriber_form .row{
		margin:0px;
	}
	#NewsletterSubscription #subscriber_form .row .input-group{
		width:100%;
	}
	#NewsletterSubscription #subscriber_form .row .input-group input.form-control{
		width: 62%;
	}
	.modal-body .nav-tabs > li > a{
		padding:10px 12px;
	}
	.nav-tabs.nav-justified.videos-tabs > li{
		width:40%;
		float:left;
	}
	.nav-tabs.nav-justified.videos-tabs > li:first-child{
		width:60%;
	}
	.nav-tabs.nav-justified.videos-tabs > li.active > a{
		padding-bottom:8px;
	}
	.nav-tabs.nav-justified.videos-tabs > li > a{
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#LoginTabs > li{
		float:left;
		width:50%;
	}
	
	/*
	*	style for shrinked navbar
	*/
	nav#header.navbar.shrink {
		height: 45px;
		min-height:45px;
		box-shadow:0px 2px 10px #555555;
		padding:10px 0px;
		margin-bottom:0px;
	}

	nav#header.shrink a.dropdown-toggle {
		padding-top:8px;
		padding-bottom:8px;
	}

	nav#header.shrink .navbar-header .navbar-brand {
		height:35px;
	}
	nav#header.shrink .navbar-header .navbar-brand img{
		width:130px;
		height:32px;
	}
	nav#header.shrink .navbar-header .nav-icons{
		top:0px;
		right:-170px;
		margin-right:20px;
	}
	nav#header.shrink .navbar-header .nav-icons .fa-3x{
		font-size:25px;
	}

	nav#header.shrink .navbar-header .navbar-toggle {
		padding: 4px 5px;
		margin: 0px 15px;
	}
	.form-inline .form-control{
		width:120px;
		float:left;
		margin-right:5px;
	}
}

@media screen and (max-width:360px) {
	#video-carousel{
		width:240px;
		margin:0 auto;
	}
	#header .navbar-header .nav-icons{
		float: left;
		right: -10px;
		margin-right:10px;
	}
	.navbar-nav .open .dropdown-menu > li > a{
		padding:5px 15px 5px 15px;
	}
	.members-menu .col-md-2, .members-menu .col-md-3, .members-menu .col-md-5{
		padding:0px;
	}
	.members-menu .nav.nav-pills.nav-stacked li a{
		padding:5px 15px 5px 15px;
	}
	.non-members-menu .col-md-3, .members-menu .col-md-4, .members-menu .col-md-5{
		padding:0px;
	}
	.non-members-menu .nav.nav-pills.nav-stacked li a{
		padding:5px 15px 5px 15px;
	}
	.coin-small{
		margin-left:30px;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos .widget-container{
		width:240px;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos .subscription{
		width:240px;
		padding:4px 15px;
	}
	.content .container .row-fluid .col-md-4 .row-fluid .videos .subscription.video-subscription{
		margin:10px auto;
		padding:4px 45px;
		width:240px;
	}
	.content .container .row-fluid .col-md-8 .row .col-sm-6:first-child .news:first-child{
		border:0px;
	}
	#footer_links .container .about-us, #footer_links .container .about-us:first-child{
		padding:25px 25px;
	}
	
	/*
	*	Css for custom bootstrap modals
	*/
	.modal-custom.modal-dialog{
		width:300px;
		margin-left:-150px;
	}
	.modal-custom .modal-header .close{
		position:absolute;
		right:-13px;
		top:-16px;
		z-index:1;
		
		color:#ffffff;
		opacity:1;
	}
	.modal-custom .modal-body input{
		border-radius:0px;
		height:40px;
	}
	.modal-custom .modal-body label{
		margin-bottom:5px;
		font-weight:normal;
	}
	.modal-custom .modal-footer .center-buttons{
		width: 100%;
		text-align: center;
	}
	.modal-custom .modal-footer .center-buttons .btn-custom{
		min-width: 120px;
	}
	#LoginTabs.nav-tabs{
		border:0px;
	}
	#NewLoginTabs.nav-tabs{/*Added by Rizwan Haider*/
		border-bottom: 1px solid #3887be;
	}
	#LoginTabs li, #NewLoginTabs li{
		margin:0px;
	}
	#LoginTabs li>a{
		margin:0px;
		border-radius:0px;
		background:none repeat scroll 0 0 #ffffff;
		color:#3887be;
		border:0px;
		font-weight:bold;
	}
	#NewLoginTabs li>a{/*Added by Rizwan Haider*/
		margin:0px;
		border-top-left-radius:4px;
		border-top-right-radius:4px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		background:none repeat scroll 0 0 #ffffff;
		color:#3887be;
		border:0px;
		font-weight:bold;
	}
	#LoginTabs li.active>a, #NewLoginTabs li.active>a{
		background:none repeat scroll 0 0 #3887be;
		color:#ffffff;
	}
	
	#ReportBrokenLink #reportBrokenFrm .form-group{
		margin:15px 0px 15px 0px;
	}
	#ReportBrokenLink #reportBrokenFrm .form-group .col-sm-7{
		padding:0px;
	}
	#NewsletterSubscription #subscriber_form .row{
		margin:0px;
	}
	#NewsletterSubscription #subscriber_form .row .input-group{
		width:100%;
	}
	#NewsletterSubscription #subscriber_form .row .input-group input.form-control{
		width: 62%;
	}
	
	/*
	*	style for shrinked navbar
	*/
	nav#header.navbar.shrink {
		height: 45px;
		min-height:45px;
		box-shadow:0px 2px 10px #555555;
		padding:10px 0px;
		margin-bottom:0px;
	}

	nav#header.shrink a.dropdown-toggle {
		padding-top:8px;
		padding-bottom:8px;
	}

	nav#header.shrink .navbar-header .navbar-brand {
		height:35px;
	}
	nav#header.shrink .navbar-header .navbar-brand img{
		width:130px;
		height:32px;
	}
	nav#header.shrink .navbar-header .nav-icons{
		top:3px;
		right:-45px;
		margin-right:12px;
	}
	nav#header.shrink .navbar-header .nav-icons .fa-3x{
		font-size:21px;
	}

	nav#header.shrink .navbar-header .navbar-toggle {
		padding: 4px 5px;
		margin: 0px 15px;
	}
	
	
	.form-inline .form-control{
		width:100%;
	}
}

/* leskofreeradio */

.freeradio-caption{
	position:relative;
	padding:0px;
	bottom:-3px;
	font-weight:normal;
	width:100%;
	left:0px;
	color:#3377dd;
	margin:0px;
	text-shadow:none;
	line-height:18px;
	height:40px;
	text-align:center;
}

/*Added by Rizwan Haider*/

.padding-0 {
	padding: 0px !important;
}
.padding-left-0 {
	padding-left: 0px;
}
.margin-0 {
	margin: 0px !important;
}
.loader {
	background-image: url("images_new/loading.gif");
}
.top-0 {
	top: 0px !important;
}
.margin-left-n-25 {
	margin-left: -25px !important;
/* 	position: relative; */
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
/* 	position: relative; */
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
/* 	position: relative; */
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
/* 	position: relative; */
}
.margin-top-10 {
	margin-top: 10px !important;
/* 	position: relative; */
}
.padding-top-10 {
	padding-top: 10px !important;
/* 	position: relative; */
}
.padding-top-103 {
	padding-top: 103px !important;
/* 	position: relative; */
}
.width-100p {
	width: 100% !important;
}
.font-size-12 {
	font-size: 12px;
}
.font-size-24 {
	font-size: 24px !important;
}
.width-95p {
	width: 95% !important;
}
.border-radius-right-side {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.where-to-go, .start {
	background-color: #eaeaea;
}
.member .fa-2x {
	font-size: 1em;	/*1.6em;*/
}
.member .fa-3x {
	font-size: 2.8em;
}
.fa-stack-1x {
/* 	font-size: 1.3em; */
}
.fa-stack-2x {
/* 	font-size: 1.2em; */
}
/*
#callBackForm .btn.pull-left {
	margin-right: 10px;
}
*/
.where-to-go h1, .where-to-go h2{
	color: #000000;
	font-size: 44px;
	text-align: center;
	font: RobotoBold;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.where-to-go h1 {
	font-size: 24px;
	padding-bottom: 0px;
	padding-top: 5px;
}
.where-to-go h2{
	padding-top: 5px;
	padding-bottom: 10px;
}
#lesko-image {
	position: absolute;
	left: 510px;	/*495px;*/
	top: 800px;
	z-index: 15;
}
#join-image {
	position: absolute;
	right: 5px;
	top: 700px;	/*680px;*/
	z-index: 15;
}
#getACallBackForm .has-feedback .form-control, #bookAppointmentForm .has-feedback .form-control {
	padding-right: 12px !important;
}
#bookAppointmentLabel {
	font-size: 20px;
}
#bookAppointmentLabel .fa.fa-calendar.fa-lg {
    top: -2px;
    position: relative;
}
#callBackLabel {
	margin-top: 10px;
	margin-bottom: 5px;
}
#callBackLabel .fa-stack {
	font-size: 20px;
}
.box {
	padding: 20px 15px;
	border-bottom: 1px solid #ededed;
}
.main-container {
	margin: 0px auto !important;
	background-color: #ffffff !important;
}
.member {
	margin-left: 75px;
	float: left;
	background-color: #ffffff !important;
}
.guest { 
	margin-right: 75px;
	float: right;
	background-color: #ffffff !important;
}
.member, .guest {
	border: 1px solid #ededed;
	padding: 0px;
	margin-bottom: 30px;
	margin-top: 25px;
}
.member .header, .guest .header {
	color: #ffffff;
	background-color: #ff8800;
}
.member .header h3, .guest .header h3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px auto 0px auto;
	font-weight: bold;
}

/*linkModals*/
#NewLoginBox .input-group-addon, #NewLoginBox .input-group-btn, #NewLoginBox .input-group .form-control {
    display: table-cell;
}
#NewLoginBox .modal-body {
    padding: 10px 15px;
}
#NewLoginBox .modal-dialog {
    max-width: 410px;
    text-align: left;
}
#NewLoginBox .input-group .input-group-addon {
	width: 1% !important;
}
#NewLoginBox .btn-custom {
	min-width: 70px;
}

.linkModals .modal-dialog {
	max-width: 550px;
}
.linkModals .modal-content {
	max-width: 550px;
}
 
.linkModals .modal-body {
	padding-left: 25px;
	padding-right: 25px;	
	margin: 0px auto;
}

.linkModals .modal-body h4{
	color:#00548c;
	text-shadow:none;
	font-size: 14px; //16px;
	font-weight:bold;
	margin-top: 0px;
}
.linkModals .modal-body p > a{
	color:#555555;
	font-size:12px;
	text-shadow:none;
}
.linkModals .modal-body p > a:hover{
	color:#428bca;
}
.linkModals .modal-header {
	padding: 1px 25px;
}
.linkModals .modal-header button.close {
	margin-top: 20px;
}
.linkModals .modal-footer {
	border-top: none !important;
}
.linkModals .input-group-addon:first-child {
    border-right: 0 none;
    display: table-cell;
}
.form-inline .input-group .input-group-addon {
	width: 1% !important;
}
.linkModals .modal-body form > .form-group {
	margin-right: 13px;
	margin-bottom: 15px;
}
.linkModals .modal-body form > .form-group select {
	height: 30px;
	padding: 4px 12px;
	width: 200px;
}
.linkModals .modal-body form > .form-group textarea {
	margin-right: 10px;
	padding-right: 10px;
	resize: none;
}
.linkModals .modal-body form > .form-group.margin-right-0 {
	margin-right: 0px;
}
.linkModals .modal-body form > .form-group.width-49p {
	width: 49%;
}
.linkModals .modal-body  form > .form-group.width-48p {
	width: 48%;
}
.linkModals .modal-body form > .form-group button {
	padding: 10px 28px;
	margin-right: 10px;
	font-weight: bold;
}
.linkModals .modal-body  form > .form-group.margin-right-12 {
	margin-right: 12px;
}
.linkModals .modal-header .color-red {
	color: #bf2b19;
}
.linkModals .modal-header .color-blue {
	color: #007bb6;
}
.color-red {
	color: #bf2b19;
}
.linkModals .modal-body .form-inline .chosen-container {
    font-size: 14px;
}
.linkModals .modal-body .form-inline .chosen-single {
   height: 32px;
   line-height: 30px;
}
.linkModals .modal-body .form-inline .chosen-single b {
    top: 4px;
    position: relative;
}

/*select boxes*/
.chosen-choices {
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 34px;
    padding: 6px 12px;
}
.form-control-feedback {
    /* To make the feedback icon visible */
    z-index: 100;
}
.linkModals .modal-body #sub_cat_chosen {
	width: 200px !important;
}
.free-money-news-info {
	padding: 5px 15px;
}
.free-money-news-info-icon-color {
	color: #00548c;
}
.chosen-container-single .chosen-choices li.search-field input[type="text"] {
	height:auto;
}
#grantMoreSelect_chosen.chosen-container-single .chosen-single,
#bestProgramsMoneyMoreSelect_chosen.chosen-container-single .chosen-single,
#bestProgramsBillsMoreSelect_chosen.chosen-container-single .chosen-single {
	display:none;
}
#grantMoreSelect_chosen.chosen-container-single .chosen-drop,
#bestProgramsMoneyMoreSelect_chosen.chosen-container-single .chosen-drop,
#bestProgramsBillsMoreSelect_chosen.chosen-container-single .chosen-drop {
	margin-top: 8px;
	width: 200px;
	border-top: 1px solid #acb1b5;
}
#grantMoreSelect_chosen.chosen-container,
#bestProgramsMoneyMoreSelect_chosen.chosen-container,
#bestProgramsBillsMoreSelect_chosen.chosen-container {
	display: block;
	width: inherit !important;
}
.chosen-container .chosen-results li {
    text-align: left;
    font-weight: normal;
}

/*inside left hand box*/

.box .heading {
	color: #00548c;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	position: relative;
}
.box .heading.col-xs-10.col-sm-11, .box .heading.col-xs-12.col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-bottom: 15px;
	top: 5px;
}
.box-btn a {
	margin-right: 15px;
}
.margin-right-10 {
 	margin-right: 10px !important; 
}
.box-btn {
/*
	margin-top: 15px;
*/
}
.box-btn .btn {
	padding-left: 0px;
	background-image: none;
	background-color: #ced6d9;
	color: #454f53;
	text-shadow: none;
	border-bottom: 2px solid #acb1b5;
	min-width: 79px;	//100px;
	font-weight: bold;
}
.box-btn .btn span {
	background-color: #acb1b5;
	height: 100%;
	padding: 7px;
	color: #ffffff;
	margin: 0px 5px 0px -1px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.box-btn .btn.dropdown .dropdown-menu {
	z-index: 16;
	padding: 5px;
	overflow-y: scroll;
	max-height: 200px;
	
}
.box-btn > .form-control.chosen-select {
    width: 79px;
    float: right;
    display: none;
    right: -10px;
}
.money-appointment.box > span.heading.font {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
}
.call-btn {
	width: 100%;
	margin-top: 55px;	/*15px;*/
}
.call-btn .btn {
	padding: 0px;
	background-image: none;
	color: #ffffff;
	text-shadow: none;
	border-bottom: 2px solid #c46800;
	text-align: left;
}
.box-size-fix {
	padding: 21px 15px;	/*27px 15px;*/
}

#MyLiveChatContainer > img#loader {
    margin: 15px auto 15px 0px;
}

.call-btn .live-chat-container {
	width: 170px;
    margin-left: 0px;
    margin-right: 15px;
    padding-left: 0px;
}
.call-btn.row {
	margin-right: 0px;
	margin-left: 0px;
}
.call-btn a.comments {
	background-color: #ff8800;
	border-bottom: 2px solid #c46800;
}
.call-btn .comments, .call-btn .phone {
/* 	min-height: 65px !important; */
}
.call-btn .comments i, .call-btn .phone i {
	padding: 11px 10px;
	text-shadow: none;
	height: 100%;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	float: left;
}
.call-btn .comments i {
	border-right: 1px solid #c46800;
}
.call-btn .phone i {
	border-right: 1px solid #009c3f;
}
.call-btn .comments div, .call-btn .phone div {
	float: right;
	padding-right: 10px;
	padding-top: 2px;
}
.call-btn .comments h4, .call-btn .phone h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 4px;
	position: relative;
	font-size: 16px;
}
.call-btn .comments span, .call-btn .phone span {
	margin-left: 10px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
}
.call-btn .phone {
	background-color: #00cc52;
	border-bottom: 2px solid #009c3f;
	float: right;
	min-height: 64px;
	border-radius: 6px;
}
.review-money-program .box-btn a {
	font-size: 16px;
/* 	padding-left: 10px; */
	vertical-align: top;
}


.review-money-program .box-btn a i {
/*
	font-size: 1.25em;
*/
    position: relative;
    margin-right: 10px;
    vertical-align: bottom;
    top: -2px;
}

.fa-stack-1x-costom	 {
    font-size: 18px;
    line-height: inherit;
    font-weight: bold;
    top: -2px;
    left: 2px;
    color: #222;
}
.fa-stack-2x-costom {
    font-size: 24px;
    color: #777;
}
.research-appointment span {
	margin-bottom: 15px;
}
.research-appointment div {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.research-appointment a, .join-now a {
	padding: 15px 25px;
	font-size: 22px;	//1.25em;
	margin: 15px auto auto;
	position: relative;
/* 	font-weight: bold; */
}
.review-money-program a {
/*
	margin-top: 15px;
*/
}

.best-programs-bills {
	padding: 20px 10px;
}
.best-grants .box-btn a, .best-programs-money .box-btn a, .best-programs-bills .box-btn a {
	margin-right: 2%;
}
/* .best-grants .box-btn a > .margin-left-n-25, .best-programs-money .box-btn a > .margin-left-n-25, .best-programs-bills .box-btn a > .margin-left-n-25 { 
.best-grants .box-btn a > .margin-left-n-25_, .best-programs-money .box-btn a > .margin-left-n-25_, .best-programs-bills .box-btn a > .margin-left-n-25_ {
/* 	margin-left: -20px; 

/* 
	margin-left: -13px;
    padding-left: 10px;
    padding-right: 10px;
 */
}
ul.dropdown-menu > li:hover {
	background-color: #eaeaea;
	color: #000000;
	font-weight: bold;
}
.review-money-program .heading.col-xs-10.col-sm-11 {
    width: 100%;
}
.research-appointment .heading.col-xs-10.col-sm-11 {
	margin-bottom: 0px;
}
/*inside right hand box*/

.start {
	padding-left: 0px;
	padding-right: 0px;
}
.start h2, .start h5 {
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 0px;
}
.start h2 {
	color: #00548c;
	margin-top: 10px;
}
.start h5 {
	color: #454f53;
}
.join-now a {
	margin-top: 0px;
	padding: 5px 35px;
/* 
	font-size: 1.5em;
	margin: 0px auto auto;
	position: relative;
	font-weight: bold;
 */
}
.join-now a p {
	font-size: 12px;	/*0.65em;*/
	margin-bottom: 0px;
	line-height: 1.4;
}
.links {
	padding: 10px 10px 10px 20px;
}
.links a {
	font-size: 16px;
	padding-left: 10px;
/*
	vertical-align: middle;
*/
	top: -2px;
    position: relative;
}
.links a i {
/*
	font-size: 1.25em;
*/
    position: relative;
    float: left;

/*
    top: 2px;
*/

}
.links a img {
	vertical-align: top;
}
.links .row-float {
	padding: 10px 0px;
}
.radio {
	margin: 0px auto;
	text-align: center;
	padding: 10px auto;
	background-color: #ededed;
}
.radio img {
	margin: 5px auto auto;
}



@media screen and (min-width:981px) and (max-width:1280px) {
	.where-to-go h1, .where-to-go h2 {
		margin: 0px;	
	}
	.main-container {
		margin: 0px auto;
	}
	.member {
		margin-left: 35px;
	}
	.guest { 
		margin-right: 35px;
	}
	#lesko-image {
		left: 430px;
		top: 800px;	/*665px;*/
	}
	#join-image {
		position: absolute;
		right: 5px;
		top: 680px;	/*630px;*/
		z-index: 15;
	}
/*inside left hand box*/
	.box-btn a {
		margin-bottom: 10px;
	}
	.call-btn .phone {
	 	margin-left: 10px;
	}
}

@media screen and (max-width:1024px) {
	#banner-carousel .carousel-indicators li {
		margin: 1px 10px;
	}
	#banner-carousel .carousel-indicators .active {
		margin: 1px 10px;
	}		
	#banner-menu .carousel-caption {
		left: 30%;
	}
	.content .container .row-fluid .col-md-4.width-45 {
		width: 45%;
	}
	#lesko-image {
		display: none;
	}
	#join-image {
		top: 595px;	/*580px;	645px;*/
	}
	
	.btn.btn-default.dropdown {
		top: -5px;
		height: 35px;
		min-width: 112px;
	}
	.box-btn .btn .dropdown-toggle span.margin-left-n-25_ {
		margin: 0px 32px 0px -1px;
	}
	.box-btn  .form-control.chosen-select {
		left: 22px;	/*auto*/
		position: relative;
		padding: 6px 0px;
		top: -27px;
		width: 90px;
		font-size: 12px;
	}	
/*
	.call-btn .phone {
		margin-left: 0px;
		float: none;
		margin-top: 15px;
	}
*/
	.box-size-fix {
		padding: 23px 15px;
	}
	.radio {
		padding-bottom: 40px;
	}
	
	#banner-carousel .carousel-indicators{
		bottom: -10px;
	}
}

@media screen and (max-width:980px) {
	.content .container .row-fluid .col-md-4.width-83 {
		width: 83.3333%;
	}
	.btn.btn-default.dropdown {
		top: 0px;
	}
	.where-to-go h2 {
		font-size: 32px;
	}

	.member, .guest {
		margin-left: 65px;
		float: none;
	}
/*inside left hand box*/
	.call-btn .phone {
		margin-left: 15px;
		float: none;
		margin-top: 0px;
	}
}

@media screen and (max-width:768px) {	
	.content .container .row-fluid .col-md-4.width-83 {
		width: 83.3333%;
	}
	.box-btn > .form-control.chosen-select {
		right: 165px;
	}
}

@media screen and (max-width:640px) {
	#banner-carousel .carousel-indicators {
		left: 105%;
		width: 20%
	}
/*
	#banner-carousel .carousel-indicators li {
		margin: 1px 10px;
	}
	#banner-carousel .carousel-indicators .active {
		margin: 1px 10px;
	}
*/
	#body.padding-0 {
		padding: 15px 0 0 !important;
	}
	.where-to-go h1 {
		font-size: 18px;
		padding: 20px;
		padding-bottom: 0px;
	}
	.where-to-go h2 {
		font-size: 24px;
		padding: 20px;
		padding-top: 15px;
	}
	.content .container .row-fluid .col-md-4.width-83 {
		width: 87.3333%;
	}
	.member, .guest {
		margin-left: 35px;
	}
	.member .header h3, .guest .header h3 {
		font-size: 20px;
	}
/*linkModals*/
	.linkModals .modal-body form > .form-group {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.linkModals .modal-body form > .form-group textarea {
		margin-right: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
	}

	.linkModals .modal-body form.form-inline .form-control {
		width: 100%;
	}
	
	.linkModals .modal-body form.form-inline .form-group > .lable-small {
		width: 100%;
	}
	.linkModals .modal-body form.form-inline .form-group > .margin-bottom-small-10 {
		margin-bottom: 10px;
	}
	.linkModals .modal-body form.form-inline .form-group.margin-bottom-small-20 {
		margin-bottom: 20px;
	}
	.linkModals .modal-body form.form-inline .form-group.margin-bottom-small-30 {
		margin-bottom: 30px;
	}
	.linkModals .modal-body form.form-inline .form-group.margin-top-small-30 {
		margin-top: 30px;
	}
	.linkModals .modal-body .width-48p {
		width: 100% !important;
	}
/*inside left hand box*/	
/*
	#MyLiveChatContainer > img {
		margin-bottom: 15px;
	}
*/
	.live-chat-container > img {
		margin-bottom: 15px;
	}
	#callBackLabel {
		font-size: 20px;
	}
	.call-btn .comments {
		margin-bottom: 5px;
	}
	.call-btn .phone {
		margin-top: -79px;	/*-79px;*/
		float: right;
	}
	.box-btn a i, .links a i  {
		top: 1px;
	}
	.box-btn > .form-control.chosen-select {
		right: 115px;
	}
/*inside right hand box*/	
	.join-now a {
		padding: 5px 25px;
		font-size: 1.25em;
		margin: 10px auto;
		position: relative;
		font-weight: bold;
	}
	.start {
		padding: 10px 0 0 15px;
	}
	.start h2, .start h5 {
		margin-left: 0px;
	}
	.start h2 {
		font-size: 18px;
		margin-bottom: 10px
	}
	#NewLoginBox .nav > li {
		display: table-cell;
		position: relative;
		width: 25%;
	}
}
@media screen and (max-width:480px) {
	.content .container .row-fluid .col-md-4.width-83 {
		width: 85.3333%;
	}
	.btn.btn-default.dropdown {
		top: 8px;
	}
	.box-btn a {
		margin-bottom: 10px;
	}
	.member, .guest {
		margin-left: 35px;
	}
	.call-btn .phone {
		margin-left: 0px;
		float: none;
		margin-top: 0px;	
	}
	.checkbox-inline + .checkbox-inline {
		margin-left: 0px;
	}
	#NewLoginBox .nav > li {
		display: table-cell;
		position: relative;
		width: 25%;
	}
}
@media screen and (max-width:360px) {
	#banner-carousel .carousel-indicators {
		left: 100%;
		width: 25%;
	}
	.where-to-go h1 {
		font-size: 12px;
		padding: 10px;
		padding-bottom: 0px;
	}
	.where-to-go h2 {
		font-size: 14px;
		padding: 10px;
	}
	.member, .guest {
		margin-left: 30px;
	}
	.content .container .row-fluid .col-md-4.width-83 {
		width: 83.3333%;
	}
	.member .header h3, .guest .header h3 {		
		padding-bottom: 10px;
		padding-top: 10px;
	}
/*inside left hand box*/
	.box {
		padding: 20px 15px;
	}
	.box-btn a i {
		top: -3px;
	}
	.box-btn a {
		margin-bottom: 10px;
	}
	.box-btn > .form-control.chosen-select {
		right: -10px;
	}
	#MyLiveChatContainer > img#loader {
		margin: 75px auto 15px 0px;
	}
	.call-btn .comments {
		margin-bottom: 15px;
	}
	.review-money-program .box-btn a {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 1em;		
	}
	.research-appointment a {
		padding: 15px 25px;
		font-size: 1em;
		margin: 15px auto;
		position: relative;
	}
	.btn.btn-default.dropdown {
		top: 0px;	/*-5px*/
	}
/*
inside right hand box	
*/
	.start {
		padding: 10px 0 10px 10px;
	}
	
/*
	.money-appointment.box > span.heading.font {
		font-size: 16px;
    }
*/
	.join-now a {
		padding: 5px 25px;
		font-size: 1.25em;
		margin: 10px auto auto;
		position: relative;
		font-weight: bold;
	}
	.start h2, .start h5 {
		margin-left: 0px;
	}
	.links {
		padding-left: 10px;
	}
	.links a i {
		float: left;
	}

	.adjust-btn-call-anchor-join {
		margin-right: 64px !important;
	}
	.adjust-btn-call-anchor-care {
		padding-top: 5px;
	}
	#NewLoginBox .nav > li {
		display: table-cell;
		position: relative;
		width: 35%;
	}
}

@media screen and (max-width:320px) {
	#bookAppointmentLabel {
		font-size: 18px;
	}
/*
	.money-appointment.box > span.heading.font {
		font-size: 17px;
    }
*/
	.box-btn a {
		margin-right: 5px;
	}
	.box-btn > .form-control.chosen-select {
		right: auto;
	}
	.checkbox-inline + .checkbox-inline {
		margin-left: 7px;
	}
	#NewLoginBox .nav > li {
		display: table-cell;
		position: relative;
		width: 40%;
	}
}

/* Added by Anil on 16/12/14 */

.row-border {
    border-top: 1px solid #ccc;
    padding-bottom:20px;
}

/* Added by Anil on 04/03/15 */
.fotterText{
	text-align:justify;
	font-size:12px;
	padding-left:20px;
	margin-top:-10px;
}
