@charset "utf-8";
/* CSS Document */
@import url('/font/roboto.css');
#top-funds{
	top:0;
	left:0;
    min-height: 200px;
	width:100%;
	margin-top:118px;
	background:url(/images/bg.jpg) center no-repeat;
}
#top-funds .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
}

#top-funds .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.top-fund-page-heading{
	font-family: 'merriweather_sansregular';
	font-size:40px;
	line-height:45px;
	color:#fff;
	text-align:left;
	padding-left:10px;
	}
#top-banner-cat a.active{
	    color: #ff9323;
	}
#top-banner-cat a{
	    color: #fff;
	}
#top-banner-cat a:hover{
	    color:#ff9323;
	}	
.top-fund-content-heading{
	font-family: 'merriweather_sansregular';
	font-size:25px;
	line-height:30px;
	text-transform:uppercase;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.tf_invest{
	font-family: 'merriweather_sansbold';
	}

#top-fund-tool-area{
	min-height:450px;
	}



#market-statistics{
	width:100%;
	min-height:560px;
	background:#fff;
	background-size:cover;
	 font-family: 'PTSans-Caption';
}


.market-tabs
{
	margin-top:20px;
	background:none;
	min-height:200px;
}
#market-statistics .nav
{	  padding-bottom: 1px;
    padding-top: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 5px;
}


#market-statistics .nav-pills > li.first
	{
	    padding-left: 0px;
		
		}
#market-statistics .nav-pills > li > a
{
	position: relative;
    display: block;
    padding: 10px 134px;
    background: #f0f0f0;
    margin-right: 0px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	
}
.market-tabs .nav>li {
 
}
#market-statistics .nav-pills > li > a:hover
{
	    background-color: none;
	/*color: #ffffff;*/
}

#market-statistics .nav-pills>li.active>a, #market-statistics .nav-pills>li.active>a:focus, #market-statistics .nav-pills>li.active>a:hover 
{
	background:#9f0083;
	    color: #fff;
	
}
.nav-pills>li+li {
    margin-left:7px;
}
#market-statistics .nav-pills>li.last>a
{
	border-right:none;
}
.tools-content {
	height: 570px;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
    padding: 0px;
    background: #ffffff;
    border: 0px solid #9E9E9E;
    padding-left: 0px;
    padding-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


.margin-tool-top
{
	margin-top:30px;
}
@-moz-document url-prefix() { 	
#top-funds .va-table {
    padding-top: 70px;
}

}


@media(min-width:1200px) and (max-width:1440px){}
@media(min-width:992px) and (max-width:1199px){

	}
@media(min-width:768px) and (max-width:991px){

	}
@media(min-width:320px) and (max-width:767px){

#top-funds {
    margin-top:85px;
}

#top-funds .va-table>.row{
	    margin-right: 0;
    margin-left: 0;
	}


.inner-pages-banner-heading {
    font-size: 13px;
}
.inner-pages-banner-head-content {
    line-height: 30px;
	font-size: 15px;
}
	}
@media(min-width:320px) and (max-width:380px){
	.inner-pages-banner-head-content {
    line-height: 30px;
	    font-size: 14px;
}
	}
@media(max-width:320px){
}


