@charset "utf-8";
/* CSS Document */
body{
	background: #ee9950;
}

a{
	color:#E46B1B !important;
}

a:hover{
	color:#EC8F45 !important;
}
.header{
	max-width:100%;
	height:auto;
margin-bottom: 2px;
}
.custom-logo{
	margin:0px 0 !important;
}

.custom-header-banner{
	margin:10px 0 !important;
}

.custom-nav{
	background-image:none;
	background: -webkit-linear-gradient(#EE9A51,#EE9850,#EA8337,#E87829,#F1592A, #F1592A, #F1592A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#EE9A51,#EE9850,#EA8337,#E87829,#F1592A, #F1592A, #F1592A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#EE9A51,#EE9850,#EA8337,#E87829,#F1592A, #F1592A, #F1592A); /* For Firefox 3.6 to 15 */
    background: llinear-gradient(#EE9A51,#EE9850,#EA8337,#E87829,#F1592A, #F1592A, #F1592A); /* Standard syntax */
	border-bottom:1px solid #e56a18;
	box-shadow: 0 4px 3px rgba(0,0,0,0.2);
	min-height:35px;
}

.cus-nav-list a{
	color:#FFF !important;
	text-shadow:none 1px 1px 1px !important;
	font-size:16px;
}

.cus-nav-list a:hover{
	background:#FFF !important;
	color:#E56A18 !important;
	
}
.custom-header-social{
	padding:5px !important;
}
.custom-main-container{
	margin-bottom:20px;
	background:#FFF;
}

.custom-slider{
	padding:0px 10px 10px 0px;
	margin:0px 0;
}

.cus-slide-right{
	padding:0 10px;
	margin:10px 0;
}

.cus-slide-right h3{
	padding:8px;
	margin:0px;
	color:#E97D32;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.cus-top-list{
	box-shadow:none !important;
	border-radius:0px !important;
	border:none !important;
}
.cus-top-list .cus-banner-list{
	padding: 12px 4px;
	border-radius:0px ;
	border:0px;
	background: -webkit-linear-gradient(#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#e4e4e4); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF, #e4e4e4); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF, #e4e4e4); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF,#FFF, #e4e4e4); /* Standard syntax */
}

.cus-banner-list a{
	font-size:11px;
	padding:14px;
	color:#909090 !important;
}
.cus-panel-head{
	box-shadow: none !important;
	border:none;
	border-radius:0px;	
}
.cus-panel-heading{
	border-top:1px solid #e4e4e4;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	background:none !important;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.cus-box{
	box-shadow:none !important;
	border-radius:0px !important;
	border: 1px solid #846031 !important;
}
.cus-box-heading{
	background:#846031 !important;
	background-image:none !important;
	border-radius:0px !important;
	color:#FFF !important;
	text-align:center;
	
}
.cus-box-title{
	text-transform:uppercase;
	font-size:13px;
}
.cus-box-body{
	background:#F3F3F3;
}

.my-footer{
	/*margin:10px 0;*/
	padding:10px;
	background:#F5F5F5;
	border-top:2px solid #E8E5E5;
}

.footer-custom li{
	list-style-type:none;
	padding:4px;
}

.footer-custom li a{
	color: #7B7B7B;
font-weight: normal;
font-size: 11px;
text-decoration: none;
font-family: Arial,Helvetica,sans-serif;
}

.footer-custom li a:hover{
	color:#333;
}

.cus-copy li a{
	font-size:12px;
	color:#333 !important;
}

.footer-custom{
	margin:0;
	padding:0;
}

.footer-custom li a{
	color:#666 !important;
}

.cus-footer h3{
	font-size:14px;
	padding:10px;
}




#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

#splashpage .t1 a:hover {
	background-image:url(../images/mining.png);
}
.fixedbar{
	width:100%;
	height: auto;
	background-color:#fff;
	box-shadow: 0 4px 3px rgba(0,0,0,0.2);
		
	
}
.slider{
	width:100%;
	height:280px;
}