@font-face {
    font-family: 'ChunkFiveRoman';
    src: url('fonts/chunkfive_roman_regular.eot');
    src: url('fonts/chunkfive_roman_regular.eot') format('embedded-opentype'),
         url('fonts/chunkfive_roman_regular.woff') format('woff'),
         url('fonts/chunkfive_roman_regular.ttf') format('truetype'),
         url('fonts/chunkfive_roman_regular.svg#ChunkFiveRoman') format('svg');
}
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	background:#EBE2CA;
}
/*****************/
.headerContainer{
	width: 100%;
	height: 76px;
	background: #0b1a31;
	border-bottom: 1px solid #1c486c;
}
.headerInner{
	width: 1000px;
	height: 76px;
	margin: 0 auto;
}
#logo{
    float: left;
    height: 63px;
    max-width: 246px;
    width: 100%;
    margin-top: 12px;
}
.mainNavRight{
  float: right;
}
.navbar{
  margin: 0;
  border: 0;
}
.navbar .nav{
  margin: 0;
}
.mainNavRight .navbar-inner{
  background: none;
  border: none;
  padding: 0;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mainNavRight .nav > li {
  text-align: center;
  float: left;
  margin-left: 2px;
}
.mainNavRight .nav > li  > a{
  font-size: 18px;
  color: #ffffff;
  padding: 10px 12px;
  font-weight: normal;
  font-family: 'ChunkFiveRoman';
  margin-top: 15px;
}
.mainNavRight .nav > li  > a.login i{
	background: url(images/iconlogin.png) transparent no-repeat center;
	float: left;
	width: 20px;
	height: 18px; 
	display: inline-block;
	margin-right: 5px;
}
.mainNavRight .nav > li  > a.signup i{
	background: url(images/iconregister.png) transparent no-repeat center;
	float: left;
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-right: 2px;
}
.mainNavRight .nav > li  > a.loginac i{
	background: url(images/iconhdac.png) transparent no-repeat center;
	float: left;
	width: 20px;
	height: 18px; 
	display: inline-block;
	margin-right: 5px;
}
.mainNavRight .nav > li  > a.signupac i{
	background: url(images/iconhdac1.png) transparent no-repeat center;
	float: left;
	width: 21px;
	height: 24px;
	display: inline-block;
	margin-right: 2px;
	margin-top: -2px;
}
.mainNavRight .nav > li  > a.login{
  border-radius: 3px;
  color: #ffffff;
  background: #ed4c17;
  border-bottom: 4px solid #ca390a;
  float: right;
      margin-left: 9px;
}
.mainNavRight .nav > li  > a.loginac{
	border-radius: 3px;
	color: #ffffff;
	background: #ed4c17;
	border-bottom: 4px solid #ca390a;
	float: right;
	margin-left: 0px;
	padding-right: 5px;
}
.mainNavRight .nav > li  > a.signup{
  border-radius: 3px;
  color: #ffffff;
  background: #4e83af;
  border-bottom: 4px solid #39638d;
  float: right;
      margin-left: 7px;
}
.mainNavRight .nav > li  > a.signupac{
  border-radius: 3px;
  color: #ffffff;
  background: #4e83af;
  border-bottom: 4px solid #39638d;
  float: right;
  padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
}
.mainNavRight .nav > li  > a:hover,
.mainNavRight .nav > li > a:focus{
  color: #ffba00;
  background-color: transparent;
}
.mainNavRight .nav > li  > a.login:focus,
.mainNavRight .nav > li  > a.login:hover{
  background-color: #ea3f07;
  color: white;
}
.mainNavRight .nav > li  > a.loginac:focus,
.mainNavRight .nav > li  > a.loginac:hover{
  background-color: #ea3f07;
  color: white;
}
.mainNavRight .nav > li  > a.signup:focus,
.mainNavRight .nav > li  > a.signup:hover{
  background-color: #3692CF;
  color: white;
}
.mainNavRight .nav > li  > a.signupac:focus,
.mainNavRight .nav > li  > a.signupac:hover{
  background-color: #3692CF;
  color: white;
}

.dropdown-menu{
 background: #4E83AF;
border: 0px;
}
.dropdown-menu > li{
  text-align: left;
}
.dropdown-menu > li a{
  color: #ffffff;
  text-transform: none;
  font-family: 'ChunkFiveRoman';
}
.dropdown-menu > li a:hover{
  color: #FFFFFF;
  background: #0071bc;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background: transparent;
}






/*********Warrper**********/
.Warrper{
	width: 100%;
	height: 703px;
	background: url(images/bgbanner.png) transparent;
}
.bannerContainer{
	width: 100%;
	height: 703px;
	background: url(images/imgbanner.png) transparent no-repeat center top;
}
.bannerInner{
	width: 1000px;
	margin: 0 auto;
}
.bannerText{
	width: 500px;
}
.bannerText h3{
	color: #ffffff;
	font-family: 'ChunkFiveRoman';
	font-size: 60px;
	margin: 0px 0 20px;
	line-height: 80px;
	padding-top: 70px;
}
.bannerText h3 span{
	color: #4e83af;
}
.bannerText p{
	color: #ffffff;
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin: 0;
}
.bannerText p span{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.bannerText a{
	width: 264px;
	height: 70px;
	line-height: 70px;
	font-family: 'ChunkFiveRoman';
	font-size: 30px;
	background: #ed4c17;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border-bottom: 4px solid #ca390a;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}
.bannerText a:hover{
	background: #da3c08;
}
/***********statisticContainer************/
.statisticContainer{
	width: 100%;
	margin-top: -104px;
}
.statisticInner{
	width: 1000px;
	margin: 0 auto;
}
.statisticInner .statistic{
	width: 757px;
}
.statisticPart{
	float: left;
	width: 33.333%;
}
.statisticPart h3{
	width: 140px;
	float: left;
	font-size: 30px;
	color: #ed4c17;
	font-family: 'ChunkFiveRoman';
	margin-bottom: 0;
}
.statisticPart p{
	float: left;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
.statisticPart i{
	width: 85px;
	height: 81px;
	border-radius: 3px;
	display: inline-block;
	float: left;
	margin-top: 9px;
	margin-right: 10px;
	margin-left: -10px;
}
.statisticPart1 i{
	background: url(images/iconstt1.png) #152d4e no-repeat center;
}
.statisticPart2 i{
	background: url(images/iconstt2.png) #152d4e no-repeat center;
}
.statisticPart3 i{
	background: url(images/iconstt3.png) #152d4e no-repeat center;
}
/******contentTopContainer******/
.contentTopContainer{
	width: 100%;
	overflow: hidden;
	background: #ebe2ca;
}
.contentTopInner{
	width: 1000px;
	height: 625px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.contentTopInner h3{
	font-size: 48px;
	color: #575d65;
	font-family: 'ChunkFiveRoman';
	margin: 60px 0 50px;
}
.slider1 {
}
.slider {
	height: 555px;
	clear: both;
}

.contentTop {
	text-align: center;
}

.slider a:hover {
	background: #c4f634;
}
#clearBoth {
	clear: both;
}
.bx-prev {
	position: absolute;
	top: 53%;
	font-size: 0.1px;
	left: -80px;
	background: url(images/pewslide.png) transparent no-repeat;
    height: 63px;
    width: 36px;
    margin-top: -32px;
}
.bx-next {
	position: absolute;
	top: 53%;
	font-size: 0.1px;
	right: -75px;
	background: url(images/nextslide.png) transparent no-repeat;
	width: 36px;
    height: 63px;
    margin-top: -32px;
	z-index: 999;
}
.sliderItem  {
	margin-left: -42px;
}
.bxslider {
	margin: 0;
}
.slider2 a {
	margin-top: 58px;
}
.bx-pager-item a{
	display: none;
}
.contentTop{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.contentTopPart{
	width: 221px;
	height: 219px;
	font-size: 18px;
	color: #4f5256;
	font-family: 'ChunkFiveRoman';
	padding-top: 159px;
	border: 1px solid #ccc4af;
	min-height: 220px;
	border-radius: 3px;
	margin: 0 14px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px 2px #e5ddc5;
	float: left;
}
.contentTopPart1{
	background: url(images/slide2icon1.png) #ffffff no-repeat center 15px;
}
.contentTopPart2{
	background: url(images/slide2icon2.png) #ffffff no-repeat center 15px;
}
.contentTopPart3{
	background: url(images/slide2icon3.png) #ffffff no-repeat center 15px;
}
.contentTopPart4{
	background: url(images/slide2icon4.png) #ffffff no-repeat center 15px;
}
.contentTopPart5{
	background: url(images/slide2icon5.png) #ffffff no-repeat center 15px;
}
.contentTopPart6{
	background: url(images/slide2icon6.png) #ffffff no-repeat center 15px;
}
.contentTopPart7{
	background: url(images/slide2icon7.png) #ffffff no-repeat center 15px;
}
.contentTopPart8{
	background: url(images/slide2icon8.png) #ffffff no-repeat center 15px;
}
.contentTopPart9{
	background: url(images/slide1icon1.png) #ffffff no-repeat center 15px;
}
.contentTopPart10{
	background: url(images/slide1icon2.png) #ffffff no-repeat center 15px;
}
.contentTopPart11{
	background: url(images/slide1icon3.png) #ffffff no-repeat center 15px;
}
.contentTopPart12{
	background: url(images/slide1icon4.png) #ffffff no-repeat center 15px;
}
.contentTopPart13{
	background: url(images/slide1icon5.png) #ffffff no-repeat center 15px;
}
.contentTopPart14{
	background: url(images/slide1icon6.png) #ffffff no-repeat center 15px;
}
.contentTopPart15{
	background: url(images/slide1icon7.png) #ffffff no-repeat center 15px;
}
.contentTopPart16{
	background: url(images/slide1icon8.png) #ffffff no-repeat center 15px;
}
/********contentBotContainer*********/
.contentBotContainer{
	width: 100%;
	background: url(images/bgcontent.png) transparent no-repeat center;
	background-size: cover;
	height: 460px;
}
.contentBotInner{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.contentBotInner h3{
	color: #ebe2ca;
	font-family: 'ChunkFiveRoman';
	font-size: 48px;
	margin: 0;
	padding: 50px 0;
}
.contentBotleft{
	background: url(images/imgadvhp.png) transparent no-repeat center;
	width: 241px;
	height: 241px;
	float: left;
}
.contentBotRight{
	float: right;
	width: 720px;
	overflow: hidden;
}
.contentBotRightPart{
	width: 33.3333%;
	float: left;
	padding-left: 35px;
	margin-top: 30px;
}
.contentBotRightPart h4{
	color: #2994c2;
	font-size: 22px;
	text-align: left;
	margin: 0;
}
.contentBotRightPart p{
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}
.contentBotRightPart1{
	background: url(images/iconadvhp1.png) transparent no-repeat left top;
	padding-left: 30px;
}
.contentBotRightPart2{
	background: url(images/iconadvhp2.png) transparent no-repeat left top;
}
.contentBotRightPart3{
	background: url(images/iconadvhp3.png) transparent no-repeat left top;
}
.contentBotRightPart4{
	background: url(images/iconadvhp4.png) transparent no-repeat left top;
}
.contentBotRightPart5{
	background: url(images/iconadvhp5.png) transparent no-repeat left top;
}
.contentBotRightPart6{
	background: url(images/iconadvhp6.png) transparent no-repeat left top;
}
/***********advertiseContainer************/
.advertiseContainer{
	width: 100%;
	background: #ffffff;
}
.advertiseInner{
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
.advertiseInner div {
	width: 100%;
}


.advertiseInner div  a {color:#ED4C17;}
.advertiseInner  div.ads{
	float: left;
	width: 470px;
	text-align: center;
}

.advertiseInner  div.ads img {margin-bottom: 10px;}

.advertiseInner  div.add{
	float: right;
}

.advertiseInner  div.featured {
	float: left;
	width: 255px;
	margin-right:10px;

}

.advertiseInner  div.featured2 {
	float: left;
	margin-right:0px;
	margin-left: 10px;

}

.advertiseInner .title {
	background: #336b9a;
	color: #fff;
	padding: 0px 10px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size:18px;
	height: 38px;
	font-family: 'ChunkFiveRoman';
	line-height: 32px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
}

.advertiseInner .fcontent {
	background: #ffffff;
	padding: 10px;
	border: 3px solid #39638D;
}

.advertiseInner .fcontent  ul {padding-left: 0px; list-style: none;}

.advertiseInner .fcontent span {display: none;}

/***************/
.paymentContainer{
	width: 100%;
	height: 86px;
	background: #ebe2ca;
}
.paymentInner{
	width: 1000px;
	height: 86px;
	margin: 0 auto;
	text-align: center;
}
.paymentInner a{
	display: inline-block;
	height: 40px;
	background: url(images/solid.png) transparent no-repeat;
	margin-right: 35px;
	margin-top: 25px;
}
.paymentInner a.payz{
	width: 140px ;
	background-position: 0 0;
}
.paymentInner a.payp{
	width:108px ;
	background-position: -182px 0;
}
.paymentInner a.per{
	width:193px ;
	background-position: -323px 0;
}
.paymentInner a.paye{
	width:125px ;
	background-position: -550px 0;
}
.paymentInner a.solid{
	width:190px; ;
	background-position: -703px 0;
	margin-right: 0;
}
/********footerContainer***********/
.footerContainer{
	width: 100%;
	height: 89px;
	background: #263b59;
}
.footerInner{
	width: 1000px;
	height: 89px;
	margin: 0 auto;
}
.footerLeft{
	width: 500px;
	float: left;
}
.footerLeft p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 89px;
}
.footerLeft p a{
	color: #ffffff;
}
.footerRight{
	width: 500px;
	float: right;
}
.footerRight a{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 89px;
	margin-left: 22px;
}
@media (max-width: 1000px){
  .headerContainer, .Warrper, .bannerContainer, .statisticContainer, .contentTopContainer, .contentBotContainer,.advertiseContainer, .footerContainer{
  width: 1000px !important;
 }
 .headerInner, .bannerInner, .contentInner, .statisticInner, .contentTopInner, .contentBotInner, .advertiseInner, .footerInner{
   margin: 0 !important;
 } 
}

/*Subpage*/
.sub-page-background{
	width: 100%;
	overflow: hidden;
	background: #ebe2ca;
}
.sub-page-backgroundInner{
	width: 1000px;
	margin: 0px auto;
	padding: 40px 0;
}
.sub-page-Inner{
	width: 1000px;
	margin: 0px auto;
	padding: 2px;
}
.site_title{
background: #4e83af;
height: 68px;
line-height: 68px;
color:#ffffff;
text-align: left;
font-size: 30px;
font-family: 'ChunkFiveRoman';
padding-left: 20px;
border-bottom: 4px solid #39638d;
}
.site_content{
	padding: 40px 16px;
	background: #ffffff;
	border:4px solid #39638D;
}
/**Login**/
#loginform{
}
.loginTop{
	background: url(images/bglogin.png) #122746 no-repeat center bottom;
	padding: 60px 60px;
	overflow: hidden;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color:white;
}

.bg-register{
	background: url(images/bg-register.png) #122746 no-repeat center bottom;
	padding: 40px 60px 30px;
}

#loginform .loginTop input[type="text"], #loginform .loginTop input[type="password"]{
	width: 100%;
	height: 50px;
	font-size: 24px;
	color: #413d3a;
	border-radius: 3px;
	background: #edecea;
	font-family: 'ChunkFiveRoman';
	margin-bottom: 20px;
}
#loginform .loginTop .captchainput{
	width: 100%;
	height: 50px;
	border-radius: 3px;
	background: #edecea;
	padding: 5px;
	margin-bottom: 20px;
}
#loginform .loginTop .captchainput div{
	padding: 0 !important;
}
#loginform .loginTop .captchainput input{
	width: 119px;
	height: 40px;
	font-size: 24px;
	color: #413d3a;
	background: #edecea;
	border: 0;
	font-family: 'ChunkFiveRoman';
	float: left;
}
#loginform .loginTop .captchainput img{
	float: right;
}

#registerform .loginTop input[type="submit"],
#loginform .loginTop input[type="submit"]{
	width: 141px;
	height: 52px;
	color: #ffffff;
	background: #ed4c17;
	font-size: 24px;
	font-family: 'ChunkFiveRoman';
	float: left;
	border-bottom: 3px solid #ca390a;
	margin-bottom: 0;
}
#registerform .loginTop input[type="submit"]:hover,
#loginform .loginTop input[type="submit"]:hover{
	background: #e33e08;
}
.loginBot{
	width: 100%;
	background: url(images/bgftlogin.png) transparent repeat left;
	height: 74px;
	text-align: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px; 
}
.loginBot a{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 74px;
	color: #ffffff;
}
/*register*/

#registerform .loginTop .captchainput{
	width: 100%;
	height: 50px;
	border-radius: 3px;
	background: #edecea;
	padding: 5px;
	margin-bottom: 20px;
}

#registerform .loginTop .captchainput img{
	float: right;
}
#registerform .loginTop .captchainput div{
	padding: 0 !important;
}
#registerform .loginTop input[type="text"], #registerform .loginTop input[type="password"]{
	width: 100%;
	height: 50px;
	font-size: 24px;
	color: #413d3a;
	border-radius: 3px;
	background: #edecea;
	font-family: 'ChunkFiveRoman';
	margin-bottom: 20px;
}
#registerform .loginTop  .captchainput input{
	width: 119px;
	height: 40px;
	font-size: 24px;
	color: #413d3a;
	background: #edecea;
	border: 0;
	font-family: 'ChunkFiveRoman';
	float: left;
}
.loginBot p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 74px;
	color: #ffffff;
}
/*ads*/
#fixedads_title{
	font-size: 24px;
	color: #4e83af;
	font-family: 'ChunkFiveRoman';
}
/*account*/
.member_sidebar li ul li:last-child{
	border-bottom: 0;
}
.accountRight{
	background: #ffffff;
	overflow: hidden;
	padding: 19px;
	border:4px solid #39638D;
}
.accountRight .widget-content{
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
.calendar{
	width: 291px;
	height: 108px;
	background: url(images/imgacca.png) #336b9a no-repeat 10px center;
	color: #ffffff;
	font-size: 22px;
	font-family: 'ChunkFiveRoman';
    padding-left: 77px;
    border-radius: 3px;
    padding-top: 23px;
}
.calendar p{
	font-size: 30px;
}
.buttonAcc{
	display: inline-block;
    margin-top: -98px;
    margin-left: 196px;
}
.buttonAcc a{
	width: 121px;
	height: 40px;
	display: inline-block;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-family: 'ChunkFiveRoman';
	font-size: 18px;
	margin-left: 10px;
}
.buttonAcc a.btnUp{
	background: #ed4c17;
	border-bottom: 4px solid #ca390a
}
.buttonAcc a.btnAdd{
	background: #4e83af;
	border-bottom: 4px solid #39638d;
}
.buttonAcc a:hover{
	opacity: 0.8;
}
.dashboardboxAC{
	width: 520px;
    display: inline-block;
    margin-top: -46px;
    margin-left: 207px;
    background: #dbebf8;
    border: 1px solid #4e83af;
    text-align: center;
    padding: 0;
    height: 38px;
    line-height: 38px;
    color: #4e83af;
    font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
#tabs.tabsSummary{
	border: 0;
	border-radius: 0;
	padding: 0;
	background: #edecea;
	overflow: hidden;
	width: 725px;
}

.ui-tabs .ui-tabs-panel {padding: 10px!important;}
#tabs.tabsSummary ul,.ui-tabs-nav{
	border: 0;
	border-radius: 0;
	padding: 0;
}
#tabs.tabsSummary ul li,.ui-tabs-nav li{
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	height: 62px;
	background: #f7f6f5;
	border: 1px solid #c0bdb7;
}
#tabs.tabsSummary ul li a{
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	line-height: 62px;
	padding: 0 52px;
	font-family: 'ChunkFiveRoman';
	font-size: 24px;
	text-align: center;
	color: #4e83af;
}
.ui-tabs-nav li a{
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	padding: 0 15px;
	line-height: 46px;
	font-family: 'ChunkFiveRoman';
	font-size: 16px;
	text-align: center;
	color: #4e83af;
}
#tabs.tabsSummary ul li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active,
.ui-tabs-nav li.ui-tabs-active{
	background: #ed4c17;
	border: 1px solid #D63C09;
}
#tabs.tabsSummary ul li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a,
.ui-tabs-nav li.ui-tabs-active a{
	color: #ffffff;
}
}
#tabs.tabsSummary .table_account{
	overflow: hidden;
	background: #edecea;
	padding: 20px 11px;
}
.table_accountPart{
	width: 345px;
	float: left;
}
.table_accountPart2,
.table_accountPart3{
	float: right;
}
.widget-title.Wtitle_tab{
	width: 100%;
	height: 31px;
	line-height: 31px;
	background: #4e83af;
	border-bottom: 4px solid #2b699c;
	color: #ffffff;
	padding: 0 10px;
}

#settingsform .widget-title{
	color: #333;
}
.tabsSummary .table_account .table_accountPart table{
	background: #ffffff;
	border: 1px solid #d4d2ca;
	margin: 5px 0;
}
.tabsSummary .table_account .table_accountPart table tbody tr{
	line-height: 30px;
	border-bottom: 1px solid #d4d2ca;
}
.tabsSummary .table_account .table_accountPart table tbody tr td{
	padding: 0 10px;
}
.tabsSummary .table_account .table_accountPart table tbody tr td:last-child{
	text-align: right;
}
.li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active{
	background: #ed4c17;
	border: 1px solid #ee5a29;
}
.site_content .ui-tabs .ui-tabs-nav li.ui-tabs-active, .site_content .ui-tabs .ui-tabs-nav li{}
/*forum*/
.site_content_forum,
.site_content_ads{
	padding-top: 15px;
}
.site_content_forum .advertiseInner,
.site_content_acc .advertiseInner,
.site_content_ads .advertiseInner{
	width: 100%;
}

table td {padding: 3px;}
