html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	/*background: #D6D6D6 url(../images/body-bg.png) repeat;*/
	background-color: #ffffff;
	font-family: 'Arvo', serif!important;
	font-size: 13px;
	color: #000;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot') format('embedded-opentype'),
         url('../fonts/Calibri.woff2') format('woff2'),
         url('../fonts/Calibri.woff') format('woff'),
         url('../fonts/Calibri.ttf') format('truetype'),
         url('../fonts/Calibri.svg#Calibri') format('svg');
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff2') format('woff2'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
	font-weight: 400;
}
p, ol, ul {
	margin-top: 0px;
}
p, ol {
	line-height: 190%;
}
strong {
}
a {
	color: #0000FF;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none!important;
}
a img {
	border: none;
}
img.border {
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
hr {
	display: none;
}
.red {
	color: #ff0000;
}
#wrapper {
	/*background: url(../images/page-bg.png) repeat;*/
	
	margin-bottom: 130px;
}
#wrapper-bgtop {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}
/*.container {
	width: 1030px;
}*/
.container2 {
	width: 1030px;
	background:#fff;
}
.header-logo-cont {
	background-color: #e8e6e6;
	
	/*background-color: #D8D8D8;*/
	float: left;
	width: 100%;
	padding: 0 15px;
}
.header-logo-cont .logo-cont {
	float:left; 
	padding-bottom:10px; 
	padding-top:10px;
}
.header-logo-cont .logo-cont a {
	
}
.header-logo-cont .logo-cont a img {
	float:left;
}
.header-logo-cont .logo-cont a span {
	font-family: 'Arial';
	color: #000000;
	font-size: 45px;
	margin: 15px 0 0 5px;
	float: left;
}
.header-logo-cont .title-tag {
	float:right; 
	color:#000000;
	margin-top: 46px;
	font-size: 17px;
}
.table.text-center th {
	text-align: center;
}
.clearfix {
	clear: both;
}
#header-wrapper {
	background-color: #000000;
	float: left;
	width: 100%;
}
#header-wrapper .navbar-inverse {
	background-color: #000000;
}
#header-wrapper .navbar-inverse .navbar-nav li a {
	font-family: 'Calibri';
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	padding: 35px 25px 20px 25px;
}
#header-wrapper .navbar-inverse .navbar-nav li a:hover, 
#header-wrapper .navbar-inverse .navbar-nav li.active a {
	color: #EBA800;
}
#header {
}
#logo {
	float: left;
	/*width: 300px;
	height: 75px;*/
}
#logo h1 {
	margin: 0px;
	padding: 10px 0px;
}
#logo h1 a {
	display: block;
}
#logo h1 a img {
	display: block;
}
/** MENU */
#menu {
	float: right;
}
#menu ul {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	font-weight:bold;
	font-family: 'Calibri';
	padding: 35px 25px 20px 25px;
	text-decoration: none;
	text-shadow: 1px 2px 0px rgba(0,0,0,.5);	
	text-transform:uppercase;
}
#menu li a:hover, 
#menu li.active a {
	background: #000000;
	color: #EBA800;
	text-decoration: none;
}
/** PAGE */
#page {
	overflow: hidden;
	padding-top: 50px;
}
.home-about-cont {
	padding-top: 0!important;
}
.home-about {
	background-color:#ffffff;
	padding: 50px 15px 15px 15px;
}
/** CONTENT */
#content {
	text-shadow: 1px 1px 0px #FFFFFF;
}
#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	color: #3B3B3B;
}
/** SIDEBAR */
#sidebar {
}
/** FOOTER */
.knowledge-centre-left {
	float: left;
}
.knowledge-centre-right {
	float: right;
}
.sidebar-box {
	padding: 40px 30px;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
	margin: 53px 0 20px;
}
.sidebar-box h2 {
	padding: 0px 0px 25px 0px;
	letter-spacing: -2px;
	font-size: 22px;
	color: #3B3B3B;
}
.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list-style1 li {
	padding: 0px 0px 15px 0px;
}
.list-style1 li a {
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #4B4B4B;
}
.list-style1 li a:hover {
	color: #002e8c;
}
#bg1 {
	background: url(../images/bg03.png) repeat;
}
#bg2 {
	overflow: hidden;
	padding: 50px 0px;
	background: url(../images/footer-bg.png) repeat-x left top;
}
#three-cols {
	overflow: hidden;
}
#three-cols h2 {
	padding: 0px 0px 25px 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	letter-spacing: -2px;
	font-size: 24px;
	color: #4F4F4F;
}
#column1 {
}
#column2 {
	float: left;
	width: 300px;
}
#column3 {
	float: right;
	width: 300px;
}
.button1 {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: url(../images/button-bg.png) repeat;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}
#banner {
	/*padding-top: 20px;*/
}
#banner .home-banner-img {
	min-height: 150px;
}
.intro-txt {
	margin: 0 0 40px 0;
}
.daily-post-boxs {	
}
.daily-post-boxs .panel-heading {	
	border-bottom: 1px solid #cdcdcd;
}
.daily-post-boxs .panel-heading .panel-title {	
	
}
.daily-post-boxs .panel-heading .panel-title .title {	
	font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px;
}
.daily-post-boxs .panel-heading .panel-title .date {	
	color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
}
.daily-post-boxs .daily-post-ul {
	padding: 0;
    margin: 0;
	list-style: none;
}
.daily-post-boxs .daily-post-ul li {
	border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    margin-top: 10px;
}
.daily-post-boxs .daily-post-ul li:first-child {
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.daily-post-boxs .daily-post-ul li .post-date {
	margin: 0;
    /*color: #cdcdcd;*/
    color: #000000;
    font-size: 11px;
}
.daily-post-boxs .daily-post-ul li .post-txt,
.daily-post-boxs .daily-post-ul li .post-txt p {
	margin: 0 0 5px 0;
    color: #000000;
    font-size: 14px;
}
.daily-post-boxs .daily-post-ul li .post-txt img {
	max-width: 100%;
}
.knowledge-box-cont {
}
.knowledge-box-cont .knowledge-box {
	background-color: #f5f5f5;
	border-radius:4px;
	border:1px solid #dddddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
	margin:15px 0 0 0;	
}
.knowledge-box-cont .knowledge-box:first-child {
	margin-top:0;	
}
.knowledge-box-cont .knowledge-box h2 {
	font-size: 24px !important;
    margin: 0 0 10px;
    padding: 0 !important;
}
.knowledge-box-cont .knowledge-box p {
}
.member-login-form-cont {
	background-color: #f5f5f5;
	border-radius:10px;
	border:1px solid #dddddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin:0 auto;
	width:60%;
}
.contact-form-cont {
	background-color: #f5f5f5;
	border-radius:10px;
	border:1px solid #dddddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin:0 auto;
}
.intro-txt h2 {
    color: #3b3b3b;
    font-size: 30px;
    letter-spacing: -1px;
    padding: 0 0 20px;
}
.captcha-img {
	float:left;
	margin: 0 10px 0 0;
}
.captcha-ref {
	float:left;
	margin: 0 15px;
}
.captcha-ref  i {
	color: #001234;
    font-size: 28px;
}
.captcha-inp {
	float:left;
	width:40%;
}
.member-signup-form-cont {
	background-color: #f5f5f5;
	border-radius:10px;
	border:1px solid #dddddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 15px;
	margin:0 auto;
}
.member-signup-form-cont .signup-title {
	margin-bottom: 30px;
}
.member-signup-form-cont .reg-time-type {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.member-signup-form-cont .reg-time-type span {
	margin: 0 15px 0 0;
}
.member-signup-form-cont .radio {
}
.member-signup-form-cont .radio label {
	margin-bottom: 5px;
}
.member-signup-form-cont .radio .radio-one {
	margin-left: -5px;
	float: left;
	position: inherit;
}
.member-signup-form-cont .radio .radio-two {
	position: inherit;
	margin-left: 56px;
	float: left;
}
.member-signup-form-cont .radio .reg-name-price {
	font-weight: bold;
	float: left;
	margin-left: 50px;
}
.member-signup-form-cont .radio .reg-name-price b {
	border: 1px solid #000000;
	padding: 3px 6px;
	margin-left: 10px;
}
.member-signup-form-cont .radio .reg-name-price b span {
}
.member-signup-form-cont .radio ul {
	margin-left: 120px;
}
.form-next {
	float: right;
}
.form-next .link-rd {
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 0;
	text-shadow: none;
	line-height: 16px;
	float: left;
	margin: 6px 0;
}
.form-next .form-nxt-btn {
	margin: 0 0 0 20px;
	float: left;
	border-radius: 0;
	text-shadow: none;
	padding: 5px 30px;
}
.choose-payment-method {
	margin: 0 0 30px 0;
}
.choose-payment-method .title {
	background-color: #D9EDF7;
	padding: 10px 15px;
	font-size: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #dddddd;
}
.choose-country {
	margin: 0 0 30px 0;
}
.choose-country .title {
	background-color: #D9EDF7;
	padding: 10px 15px;
	font-size: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #dddddd;
}
.card-info {
	margin: 0 0 30px 0;
}
.card-info .title {
	background-color: #D9EDF7;
	padding: 10px 15px;
	font-size: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #dddddd;
}
.billing-address {
	margin: 0 0 30px 0;
}
.billing-address .title {
	background-color: #D9EDF7;
	padding: 10px 15px;
	font-size: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #dddddd;
}
.close-d {
	float: left;
    margin: 3px 10px 0 0;
}
.close-d img {
	display: block;
}
.dtp-page-cont {
}
.disclaimer-close-btn {
	margin: 15px 0;
	float: right;
	border-radius: 0;
	text-shadow: none;
	padding: 5px 30px;
}
.signup-btn {
	margin: 15px 0;
	float: left;
	border-radius: 0;
	text-shadow: none;
	padding: 5px 30px;
}
.admin-post-msg {
	    margin: 0 0 40px 0;
}
.admin-post-msg .post-msg-textarea {
	height: 139px;
    resize: none;
}
.admin-post-msg .btn-post-msg {
	margin: 0 0 5px 0;
    font-size: 12px;
    width: 100%;
}
.post-paginations {
	text-align: center;
}
.post-paginations .pagination {
}
.post-paginations .pagination li {
	margin: 0 1px;
}
.post-paginations .pagination li a {
	margin: 0 1px;
}
.post-paginations .pagination li a:hover,
.post-paginations .pagination li a.active {
	background-color: #204d74;
	color: #ffffff;
	text-shadow: none;
}
#footer {
	background: #000;
    position: fixed;
	width: 100%;
	bottom: 0;
}
#footer p {
	margin: 0px;
	/*padding: 40px 0px;*/
	padding: 26px 0px;
	text-shadow: 1px 1px 0px #000000;
	/*font-size: 13px;*/
	font-size: 9px;
	color: #ffffff;
}
#footer .menu-footer {
	float: right;
	/*padding: 30px 0 0 0;*/
	padding: 30px 0 0 0;
}
#footer .menu-footer ul {
	list-style: none;
	padding: 0;
}
#footer .menu-footer ul li {
	float: left;
	margin: 0 15px;
}
#footer .menu-footer ul li a {
	color: #FFFFFF;	
	font-weight:normal;
	font-family: 'Calibri';
	font-size: 16px;
	text-transform:uppercase;
}
#footer .menu-footer ul li a:hover, 
#footer .menu-footer ul li.active a {	
	color: #EBA800;
	text-decoration: none;
}
#footer .social-footer {
	float: right;
	padding: 10px 0;
}
#footer .social-footer ul {
	list-style: none;
	padding: 0;
}
#footer .social-footer ul li {
	float: left;
	margin: 0 10px;
}
#footer .social-footer ul li a {
	background-color: #8a8888;
    border-radius: 50%;
    color: #8a8888;
    display: block;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 30px;
}
#footer .social-footer ul li a:hover {
	background-color: #EBA800;
}
#footer .social-footer ul li a i {
	color: #ffffff;
}
#footer .social-footer ul li a:hover i {	
	color: #8a8888;
}
