@charset "utf-8";
/* CSS Document */
/* Footer
=================================*/
 .footer{ 
	 	background-color:#057996;		
	 }
	 	.footer-link a:link {
		color:#999 ;	/*grey #999*/
		padding:0 30px; /* centers ?*/
		}
		
		/* visited link */
		.footer-link a:visited {
		color: #333 ; /*dark grey #666, weird blue #0FF*/
		}
		
		/* mouse over link */
		.footer-link a:hover {
		color:black;
		}
		/* tab over link */
		.footer-link a:focus {
		color: black;
		}
		/* selected link */
		.footer-link a:active {
		color:blue;		
		}		
	 .footer-link ul {
		text-align:center;
		list-style-type:none;
		padding:5px;			
	 }
	 .footer-link li{
		 display:inline;
	 }
	/*
	Header and Body
	=============================*/
	 .header{
		background-color:#057996;		 
	 }
	  .header h1 a{
			text-decoration:none!important;
			color:black;
			/*grey #999*/
		/*padding:0 30px;  centers ?*/
		}
		
	 .body{
		background-color:#ddc89f;
		text-align:center;		
	 }
	 h1,h2,h3,h4,h5{
		 color:#444:
	 }
	 /*
	 Custom Styles
	 =============================*/
   .page-body{
		 background-color:#ddc89f;
		 line-height:25px; 
		 font-size:18px;
		 text-align:center;		
	 }
	.dropdown-menu {
			display: none;
	}
	.dropdown:hover > .dropdown-menu, .dropdown.show > .dropdown-menu {
			display: block;
	}
	.dropdown-submenu {
			position: relative;
	}
	.dropdown-submenu > .dropdown-menu {
			top: 0;
			left: 100%;
			margin-top: -6px;
	}

	.tradingview-widget-container iframe{
  min-height:810px;
	max-width:1180px;
	}
	 /*
	 for floating back to top button
	 =============================*/
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: brown;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

	
/* Post slider
=================================		

.post slider .slider-title{
	text-align:center;
	margin:30px auto:
}
	.post-slider{
		position: relative;
		border:solid 1px red;
}
 .post-slider .post-wrapper{
		background-color:#ddc89f;
		border:solid 1px black;
		width:750px;
		height:500px;
		margin:auto;
		overflow:hidden;
}	*/

/*.carousel-item{
		background-color: #C96;
		display:inline-block;
		max-width;750px;		
		height:500px;		
		margin:0 10px;	
}*/
/*.post-slider next{
	position:absolute;
	top: 175px;
	right: 30px;
	font-size: 2em;
	cursor:pointer;
	color: #057996;
}
.post-slider prev{
	position:absolute;
	top: 50%;
	left: 30px;
	font-size: 2em;
	cursor:pointer;
	color: #057996;
}			*/
/* Custom Link Style;s
=================================
Note: :hover must come after :link and :visited in order to be effective.

Note: :active must come after :hover in order to be effective.
=================================*/

		.page-body a:link {
		color: #C33; /* #5f9ea0 blue green */
		font-weight: bold;
		} 
		
		/* visited link */
		.page-body a:visited {
		color:#0047CC;
		}
			/* mouse over link */
		.page-body a:hover {
		color: black;    /*  #bf616a;*/
		}
			/* selected link */
		.page-body a:active {
		color: #0080FF;		
		}		
			
		/* tab over link */
		.page-body a:focus {
		color: #black;
		}		
		
		
			.accordion a:link {
		color: #09F; /* #5f9ea0 blue green */
		} 
		
		/* visited link */
		.accordion a:visited {
		color: brown ;
		}
		
		/* mouse over link 
		.paccordiaon a:hover {
		color: red;    /*  #bf616a;
		}*/
		/* tab over link */
		.accordion a:focus {
		color: #bf616a;
		}
		/* selected link */
		.accordion a:active {
		color: #999;		
		}		
				/* mouse over link */ 
		.accordion a:hover {
		color: blue;    /*  #bf616a;*/
		}
	
	
/* Page ID Styles to disable links
=================================*/


	
/*===============link styles end==============*/		
<!-- #4E5869; old color for body		-->