body {
	font-size: 14px;
	margin: 0px;
}

body, h1, h2, h3, h4, h5, h6, p, a, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans',sans-serif;
}

h1 {
	font-size: 52px;
	line-height: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 400;
}

h2 {
	font-size: 45px;
	line-height: 1.25em;
	font-weight: 300;
}

h3 {
	font-size: 28px;
	padding: 2px 0 0 0;
	margin: 0px;
	font-weight: 400;
}

p {
	font-size: 16px;
}

img {
	max-width: 100%;
	border: none;
}

.page-wrapper {
	width: 100%;
}

a {
  text-decoration:none;
  transition: all 0.25s ease 0s;
  font-weight: 400;
  color: inherit;
}

ul {
	list-style-type:none;
}

.top-nav {
	background-color:#FFFFFF; 
	top: 0px; 
	z-index: 999;
	width: 100%;
}
			
.header-sticky{
	position: fixed;
	top:30px;
	left:0;
	right:0;
	height: 70px;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 2px 2px -1px #999;
	z-index: 9999;
}

.header_container {
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	background-color: white;
}

/*top Nav*/
.header-topnav {
	height: 35px;
	font-size: 12px;
}

.header-topnav li {
	float: right; 
	padding-right: 15px;
}

.header-topnav li a:hover {
	color: #208938;
}

.logo {
	position: relative;
	top: -10px;
	float: left;
	z-index: 9999px;
}

/*Main Nav*/

.nav-menu {
	display: inline-block;
	padding: 2px 1px 5px 10px;
	margin-top: 10px;
	font-size: 16px;
	float: right;
	margin-right:10px;
}

.nav-menu ul {
	margin:0;
	padding:0;
}

.nav-menu ul li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
}

.nav-menu ul li:last-child {
	padding-right: 0px;
}

.menu-trigger{
	display: none;
}

.menu-trigger-button {
	background-color:#3ac14e;
	height:35px; 
	width: 30px; 
	border: 0px; 
	border-radius: 4px;
	padding: 5px;
}

.menu-trigger-button-icon {
	background-color:#ffffff;
	border-bottom-left-radius:1px;   
	border-bottom-right-radius:1px; 
	border-top-left-radius:1px; 
	border-top-right-radius:1px;  
	display:block;  
	height:2px;  
	width:22px; 
	margin-top:4px;
}

.nav-menu li a {
	letter-spacing: 0.03em;
	text-align: center;
	letter-spacing: 0.03em;
}

.nav-menu li a:hover {
	padding-bottom: 23px;
	border-bottom: 4px solid #2d9e17;
	color: #208938;
}

.nav-menu li.noborder a:hover{
	border-bottom: none;
	color:#555555;
}

.nav-menu li.noborder{
	border-bottom: none;
}

.nav-menu li.nopadding{
	padding-left: 10px;
	padding-right: 5px;
}

.logoimg {
	height: 75px;
}

.entry-container{
	position: absolute;
	color: #ffffff;
}

.entry-container-left-top{
	top: 25%;
	left: 4%;
	right: auto;
	margin: 0 auto;
}

.entry-container-left-bottom{
	bottom: 10%;
	left: 4%;
	right: auto;
	margin: 0 auto;
}

.img-title-head{
	font-size:52px;
	font-weight: 400;
	letter-spacing: -1px;
	padding: 0px 20px 0px 20px;
	display:inline;
}

.entry-content-background{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.entry-content{
	margin-top: 10px;
	padding: 0px 20px 0px 20px;
	font-size:20px;
	max-width: 500px;
}

/* BUTTONS */
.button {
        padding:5px 12px;
        
       /* removed this because of new button color from zendesk.com
		border: 1px solid #c3532e;
	    background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;*/
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
		margin-top: 5px;
		text-align: center;
		font-size: 14px;
		background-color: #08AD35;
		color: #FFFFFF;
}

.orange {
		background-color: #F8B21F;
		/*background-image: -moz-linear-gradient(center top , #FFC154, #E47601);*/
		background-image: linear-gradient(bottom, #E47601 0%, #FFC154 100%);
        background-image: linear-gradient(to bottom, #FFC154 0%, #E47601 100%);
}

.green {
		background-color: #409F16;
		/*background-image: -moz-linear-gradient(center top , #64FF54, #409F16);*/
		background-image: linear-gradient(bottom, #409F16 0%, #64FF54 100%);
        background-image: linear-gradient(to bottom, #64FF54 0%, #409F16 100%);
}

.button:hover {		
		text-shadow:none;
        /*border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
		background-color: #08AD35;
        text-shadow:none;
        color: #4A463B;*/
}

.button:active{
	position: relative;	
    top: 1px;
}

.button a {
		font-weight: bold;	
		color: inherit;
		padding: 5px 10px 5px 10px;
		border-radius: 3px;
}

.buttoncontainer {
	float: right;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
}

/* slider */
.slidercontainer{
	padding-top: 3%;
}

.slide-msgbox-container{
	position: absolute;
	display: block;
	width: 35%;
	background: rgba(0,0,0,0.4);
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	padding: 1% 2%;
}

.slide-msgbox-heading{
	font-size: 35px;
	border-bottom: 1px solid #555555;
}

.slide-msgbox-secondheading{
	font-size: 20px;
	margin: 0px 5px 0px 15px;
}

.slide-msgbox-innerbox{
	color: #222222;
	background-color: #CCCCCC;
	border-radius: 8px;
	padding: 2px 8px;
	margin-top: 5px;
	text-align:center;
}

.slide-msgbox-button{
	width:100%;
	text-align: center;
	padding-top: 10px;
}

.slide-msgbox-container-slide1{
	top: 35%;
	left: 30%;
}

.slide-msgbox-container-slide2{
	top: 18%;
	right: 8%;
}

.slide-msgbox-container-slide3{
	top: 58%;
	left: 2%;
}

.try-for-quble{
	display: none;
}

.body-content{
	width: 80%;
	font-family: 'Open Sans',sans-serif;
	line-height: 25px;
	font-weight: 400;
}

.body-content-link{
	color: #08d826;
	font-weight: 600;
}

.paracontent {
	list-style-type:initial;
}

.paracontent li {
	margin-top: 10px;
}

/*Features*/
.section-container{
	padding:1%;
	padding-top: 2%;
}

.section-container p{
	color: #969595;
	font-size: 16px;
	font-weight: 400;
}

.section-heading{
	letter-spacing: 0.02em;
	text-align:center; 
	color: #525252;
}

.features-content-heading{
	letter-spacing: -1px;
	line-height: 39px;
}

.one-third{
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-top: 1%;
	text-align:center;
}

.one-third-last {
	margin-right: 0px;
}

.one-third h3{
	padding-top: 20px;
}

hr{
	display: none;
}

/*Stock portfolio*/
.one-second {
	width: 47.5%;
	float: left;
	margin-left: 5%;
	margin-top: 1%;
	text-align:center;
}

.one-second-last {
	margin-left: 0%;
}

.moneymanager-text-content{
	margin-left: 10%;
}

.moneymanager-content-textalign{
	text-align:left;
	margin-top:5%;	
}

.line{
	clear: both;
	width: 75%;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 5px 0px;
}

/*Secure*/
.secure{
	background-color: #f3f3f3;
}

/*lets get started*/
.getstarted_button{
	display: inline-block;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}

/* footer */

footer {
	clear:both;
	overflow:hidden;
	background: none repeat scroll 0 0 #333333;
	color: #999999;
}

footer ul{
	margin:0px;
	padding:0px;
	line-height: 24px;
}

footer strong{
	border-bottom: 1px solid #444444;
	display: block;
	margin-bottom: 10px;
}

.one-fourth{
	margin-right: 4%;
	width: 22%; 
	float:left;
}

.one-fourth ul{
	padding: 0 2% 0 1%;
}

.one-fourth-last{
margin-right: 0px;
}
.one-fourth a {
	color: #666666;
}

.one-fourth a:hover {
	color: #999999;
}

.followus_icon {
	display: inline;
	padding-right: 5px;
}

.blog-name {
	padding: 0px; 
	margin: 0 0 5px 0; 
	line-height: 15px; 
	text-align: justify;
}

.blog-content {
	line-height:15px; 
	font-size: 12px; 
	text-align: justify;
}

.all-rights-reserved {
	clear:both; 
	font-size: 12px; 
	text-align: center; 
	padding: 15px 0 10px 0; 
	color: #666666;
}