
  
	@font-face {font-family: 'futura';
	src: url('../fonts/FuturaExtended.ttf');
	}
	
	@font-face {font-family: 'futura-light';
	src: url('../fonts/futura_light-webfont.ttf');
	}
	
body{
	font-family:arial !important;
   	//color:#a7a9ac;
   	color:#7a7b7b;
   	line-height:25px !important;
   	letter-spacing:2px;
   	font-size:15px;
    background: #fff;
    width:auto;
    
   
}


#bannerContainer{
    width:100%;
    height:100%;
    position:absolute;
    //z-index:-300
}
.banner-image { 
background:transparent url(includes/images/splash/splash1.jpg)  top center no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
height:100%; 
min-width: 100%;
    position:absolute;
    top:0px;
    left:0px;
}

.top-banner-image { 
background:transparent url(includes/images/splash/splash1.jpg)  top center no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
height:100%; 
min-width: 100%;
    position:absolute;
    top:0px;
    left:0px;
}

table td{
	 line-height:20px !important;font-size:13px;
}

@media (min-width: 992px) {
.container {
    //width: auto;
}
}
@media (min-width: 1200px) {
.container {
    //width: auto;
}
}
.modal-dialog
{
	max-width:630px;
}
h3{
	color:#53618e ;
	font-size:24px !important;
	*font-family: NeueUltraLight; 
	line-height:35px;
}
h2{
		color:#53618e;
	*font-family: NeueUltraLight;
	margin-bottom:3px;
	margin-top:0px;
	font-size:36px;
	letter-spacing:5px;
}

h1{
	color:#e48142;
	*font-family: NeueUltraLight; 
	margin-top:0px;
	margin-bottom:12px;
	font-weight:bold;
	font-size:60px;
	letter-spacing:8px;
}
h4{
	color:#e48142;
	*font-family: "HelveticaNeueLTStd-UltLt", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a:hover{
	color:#b6d6d5;
}
.custom-button{
	color:#fff;
	background:#e48142;
	height:40px;
	text-transform:uppercase;
	text-align:center;
	*font-weight:bold;
	vertical-align:center;
	position:relaitve;
	padding-top:2px;
	width:150px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	right:0px;
	border:0px;
	border-radius:6px;
}

section{
	//padding-left:10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	padding-left:0px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
}


  article a{
  color:#fff;
  font-weight:bold;
  }
  
  .pageTabs{
  	//width:100px;
  	display:inline-block;
  	//position:absolute;
  	bottom:0;
  	width:300px;
  	vertical-align:bottom;
  }
  .tabtop{
  	background: rgb(187,162,73); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(187,162,73,1) 0%, rgba(216,202,152,1) 90%, rgba(216,202,152,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,162,73,1)), color-stop(90%,rgba(216,202,152,1)), color-stop(100%,rgba(216,202,152,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(187,162,73,1) 0%,rgba(216,202,152,1) 90%,rgba(216,202,152,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(187,162,73,1) 0%,rgba(216,202,152,1) 90%,rgba(216,202,152,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(187,162,73,1) 0%,rgba(216,202,152,1) 90%,rgba(216,202,152,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(187,162,73,1) 0%,rgba(216,202,152,1) 90%,rgba(216,202,152,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bba249', endColorstr='#d8ca98',GradientType=0 ); /* IE6-9 */


  	height:60px;
  	color:#243942;
  	border-radius:10px 10px 0px 0px;
  	padding:10px;
  	vertical-align:middle;
  	//min-width:300px;
	font-weight:bold;
	font-size:20px;
	padding-left:10px;
	text-align:center;
	cursor:pointer;
	// box-shadow: 4px -4px 23px #fff
  }
  
  .tabs_botom{
  min-height:125px;
  min-width:300px;
  //display:none;
  border-radius:0 0 10px 10px;
  background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  color:#fff;
  font-size:14px;
  padding:20px;
  white-space:normal;
 
  }
  
  .invest_popup{
  width:400px;
  border:1px solid #243942;
  background:#000;
  border-radius:10px;
  padding:10px;
  color:#fff;
  font-size:12px
  
  }
  
  .pop_head{
  	text-align:center;
  	font-size:18px;
  	color:#bba249;
  	font-weight:bold;
  	padding:5px;
  	padding-bottom:10px;
  }
  
  .pop_bottom > p{
  font-size:14px;
  
  }
  .ui-content{
  padding-top:0px !important;
  padding-left:0px !important;
  padding-right:0px !important;
  }
  .container{
 padding-top:50px;
 padding-left:0px;
 padding-right:0px;
 // width:100% !important;
  //padding-left:50px;
  //padding-right:50px;
  //min-width:1000px;
  }
  
 .inner_scroll{
 	overflow:auto;
 	max-height:600px
 }
 
 @media (max-height: 800px) {
.inner_scroll {
    max-height:450px
}
 }
.managenames{
	
	font-size:24px;
	color:#BBA249;
	padding-bottom:10px;
}

.ImageBlockText{
text-align: center;
position: relative;
border: 2px solid rgb(255, 255, 255);
font-size: 50px;
color: rgb(255, 255, 255);
top: 33%;
width: 470px;
height: 117x;
margin-left:auto;
margin-right:auto;
padding: 48px;
}

footer a:hover{
	color:#fff;
}

@media (max-width: 768px) {
.ImageBlockText {
    width:100%;
    font-size:33px;
}
.home section{
	margin-top:77px !important;
	max-height:300px;
}
.navdiv{
	height:77px !important;
}
	//.body{width:1500px}
}

.row{margin:0px;}