/******************************************
*	
* Common
*
*******************************************/
@media print {
	html, body {
		display: none;
	}
}
body {	
    font-family: Georgia,serif;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
a,
a:hover {
	color: #ebaa2d;
}
.btn-yellow {
	background: #efb346;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0;
}
.btn-yellow:hover,
.btn-yellow:focus {
	background: #efb346;
	color: #fff;
}
.btn-default {
	border-radius: 0;
	box-shadow: none;
	background: #e8e8e8;
	border: 0;
	padding: 10px 20px;
}
#backtop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-animation: particle-a 1s infinite linear;
	-moz-animation: particle-a 1s infinite linear;
	-o-animation: particle-a 1s infinite linear;
	animation: particle-a 1s infinite linear;
}
#backtop i {
	font-size: 24px;
	width: 50px;
	height: 45px;
	line-height: 45px;
	background: #EFB346;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}
.note-group-select-from-files {
	display: none;
}
.mt10 {
	margin-top: 10px;
	font-size: 13px;
}
.groupImg {
	margin-top: 5px;
}
.groupImg span {
	position:relative;
	height:150px;
	width:150px;
	float:left;
	margin-right:2px;
}
.groupImg span .fa {
	position:absolute;
	z-index:10;
	background:#EFB346;
	color:#fff;
	top:0;
	right:0;
	font-size:16px;
	padding:5px 8px;
	cursor:pointer;
}

.note-editor {
	border-radius: 0;
	border: 1px solid #ccc;
}
.note-editor .btn-default {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 10px;
}
.note-editor .form-group {
	margin-left: 0;
	margin-right: 0;
}
.note-editor .form-group .note-image-input {
	height: auto;
}
.gallery {
	position: relative;
}
.gallery img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.table-borderless td,
.table-borderless th{
    border: 0 !important;
}
.imgs img {
	max-width: 100%;
}
#document-load {
	max-height: 667px;
	max-width: 375px;
	margin: auto;
	overflow: scroll;
}
#document-load img {
	max-width: 375px;
}
#document-load .loading {
	text-align: center;
	padding: 100px 0;
}
.section-document {
	text-align: center;
	margin-bottom: 30px;
}
.section-document a {
	margin: 0 10px;
}
.pdfobject-container {
	height: 800px;
}
.pdfobject-container.pdf {
	height: 1000px;
}
.pdfobject {
	border: 1px solid #666;
}


/******************************************
*	
* Pagination
*
*******************************************/
.pagination {
	margin: 30px 0 0 0;
	border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background: #EFB346;
	border-color: #EFB346;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #EFB346;
}


/******************************************
*	
* DEFAULT
*
*******************************************/
.default {
	padding-top: 50px;
	padding-bottom: 50px;
}
.default .heading {
    margin: 0 0 30px;
    padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}


/******************************************
*	
* Header
*
*******************************************/
header .logo {
	background: url(../images/bg-header.jpg) no-repeat fixed;
	background-size: cover;
}
header .links {
	padding-top: 3px;
    font-size: 18px;
    text-align: right;
}
header .links a {
	margin-left: 10px;
}


/******************************************
*	
* MENU
*
*******************************************/
.menu {
	background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
	position: static;
	border: 0;
}
.menu #navbar {
	padding-left: 0;
	padding-right: 0;
}
.menu .navbar-nav > li > a {
    color: #ebaa2d;
    text-shadow: none;
    padding: 5px;
    font-size: 16px;
    margin-right: 3px;
}
.menu .navbar-nav > li:hover > a,
.menu .navbar-nav > li > a:focus,
.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > .active > a,
.menu .navbar-nav > .open > a,
.menu .navbar-nav > .active > a:focus,
.menu .navbar-nav > .active > a:hover {
	background: none;
    box-shadow: none;
    color: #333;
}
.menu .navbar-nav > li > a > span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
.menu .navbar-toggle {
	border: 1px solid #ebaa2d;
    float: left;
    margin: 30px 0 10px 0;
}
.menu .navbar-toggle .icon-bar {
    background: #ebaa2d;
}
.menu .navbar-toggle .link {
	float: left;
	color: #ebaa2d;
}
.menu .navbar-toggle:focus,
.menu .navbar-toggle:hover {
    background: none;
}
.menu .navbar-toggle:hover .icon-bar {
    background: #111;
}
.menu .navbar-nav > li > a > .fa {
    color: #ebaa2d;
}
.menu .sub {
	left: 0;
	position: absolute;
	z-index: 100;
	display: none;
}
.menu .sub .fa {
	float: right;
	margin-top: 3px;
}
.menu .sub ul {
	padding: 0;
	list-style: none;
	background: #ebaa2d;
	width: 300px;
}
.menu .sub li a {
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	display: block;
}
.menu .sub li:hover > a {
	background: #ae7914;
	color: #fff;
	text-decoration: none;
}
.menu .sub li {
	position: relative;
}
.menu .sub .sub {
	left: 220px;
	top: 0;
	display: none;
	padding-left: 1px;
}
.menu .navbar-nav > li:hover > .sub,
.menu .navbar-nav > li > .sub > ul > li:hover > .sub {
	display: block;
}
.menu .freeview {
	color: #104A5A !important;
}


/******************************************
*	
* Footer
*
*******************************************/
footer {
	background: #1f2022;
	padding: 30px 0;
	margin-top: 50px;
}
footer .copyright {
	text-align: center;
	color: #fff;
	margin-top: 15px;
}


/******************************************
*	
* Bottom
*
*******************************************/
#bottom {
	border-top: 1px solid #e3e3e3;
	background: #F8F8F8;
	padding: 30px 0;
	margin-top: 80px;
}
#bottom .form-control {
	box-shadow: none;
	border-radius: 0;
	height: 42px;
}
#bottom .notice {
	color: #ff0000;
	text-align: center;
}
#bottom .text-label {
	padding-top: 10px;
	text-align: center;
}


/******************************************
*	
* Welcome
*
*******************************************/
#welcome {
	background: url(../images/border.png) no-repeat center bottom;
	padding-bottom: 50px;
	margin-bottom: 50px;
	margin-top: 30px;
}
#welcome .left {
	text-align: center;
}
#welcome .left h2 {
	font-size: 36px;
	margin: 0 0 30px;
	color: #efb346;
}
#welcome .left .content {
	line-height: 32px;
	font-style: italic;
}


/******************************************
*	
* Recent
*
*******************************************/
#recent {
	background: #f7f7f7;
}
#recent .slick .slick-prev i,
#recent .slick .slick-next i {
	color: #ebaa2d;
}
#recent .item {
	margin: 0 80px;
	text-align: center;
}
#recent .intro {
	font-style: italic;
	margin-bottom: 30px;
	font-size: 20px;
}
#recent .btn {
	font-style: italic;
}


/******************************************
*	
* PlatZinum
*
*******************************************/
#platzinum {
	padding-bottom: 0;
}
#platzinum h2 {
	color: #efb346;
    font-size: 60px;
    margin: 0 0 50px;
    padding: 0;
    text-shadow: 1px 1px 1px #444;
    text-align: center;
}
#platzinum .items {
    border: 1px solid #e3e3e3;
    text-align: center;
}
#platzinum .items .head h3 {
    color: #fff;
    font-family: "museo300";
    font-size: 40px;
    margin: 0;
    padding: 21px 0 24px;
    min-height: 150px;
}
#platzinum .items .head .price {
    background: url("../images/circle.png") no-repeat;
    color: #e9ae46;
    font-family: "museo900";
    font-size: 28px;
    height: 87px;
    padding-top: 32px;
    width: 130px;
    margin: auto;
}
#platzinum .items .content {
    background: #f8f8f8;
    padding: 25px 0 70px;
    position: relative;
	min-height: 150px;
}
#platzinum .items .block {
    color: #646464;
    font-size: 14px;
    padding: 30px 20px 24px;
}
#platzinum .items .block h4 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 15px;
}
#platzinum .items .first {
    border-bottom: 1px solid #e4e4e4;
    display: none;
}
#platzinum .items .first b {
	color: #333;
	font-size: 18px;
}
#platzinum .button {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
#platzinum .btn {
    background: #f8f8f8;
    border-radius: 0;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 25px;
    text-transform: uppercase;
}
#platzinum .box-1 .head {
    background: url("../images/box-1.png") no-repeat;
	background-size: cover;
	min-height: 237px;
}
#platzinum .box-2 .head {
    background: url("../images/box-2.png") no-repeat;
	background-size: cover;
	min-height: 237px;
}
#platzinum .box-3 .head {
    background: url("../images/box-3.png") no-repeat;
	background-size: cover;
	min-height: 237px;
}
#platzinum .box-1 .btn {
    border: 2px solid #e9ae46;
    color: #e9ae46;
}
#platzinum .box-1 .btn:hover {
    background: #e9ae46;
    border: 2px solid #e9ae46;
    color: #fff;
}
#platzinum .box-2 .btn {
    border: 2px solid #a55307;
    color: #a55307;
}
#platzinum .box-2 .btn:hover {
    background: #a55307;
    border: 2px solid #a55307;
    color: #fff;
}
#platzinum .box-3 .btn {
    border: 2px solid #562e18;
    color: #562e18;
}
#platzinum .box-3 .btn:hover {
    background: #562e18;
    border: 2px solid #562e18;
    color: #fff;
}


/******************************************
*	
* FAQ
*
*******************************************/
#faq .tabname {
	background: #f7f7f7;
	color: #000;
	display: block;
	margin-bottom: 3px;
	padding: 10px 15px;
}
#faq .tabname:hover,
#faq .tabname:focus {
	background: #eee;
	text-decoration: none;
}
#faq .tabname.active {
	background: #ebaa2d;
	color: #fff;
}
#faq .tabcontent {
	display: none;
	border-radius: 0 0 4px 4px;
	background: #f7f7f7;
	padding: 15px;	
}
#faq .tabcontent.active {
	display: block;	
}


/******************************************
*	
* CONTACT
*
*******************************************/
#contact {
	padding: 0;
}
#contact .form-control {
	border-radius: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #d1d1d1;
	height: 40px;
}
#contact textarea.form-control {
	height: auto;
}
#contact .bg-danger {
	padding: 15px;
	margin-bottom: 40px;
}
#contact .control-label {
    font-weight: normal;
}


/******************************************
*	
* Journal
*
*******************************************/
#journal .tabname {
	border-bottom: 1px solid #ebaa2d;
}
#journal .tabname a {
	background: #f7f7f7;
	color: #000;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px 4px 0 0;
	margin-right: 5px;
	margin-bottom: 5px;
}
#journal .tabname a:hover,
#journal .tabname a:focus {
	background: #eee;
	text-decoration: none;
}
#journal .tabname a.active {
	background: #ebaa2d;
	color: #fff;
}
#journal .tabcontent {
	border-radius: 0 0 4px 4px;
	background: #f7f7f7;
	padding: 20px 20px 0 20px;	
}
#journal .tabcontent .box {
	border-radius: 3px;
	background: #fff;
	border: 1px solid #d8d8d8;
	text-align: center;
	margin-bottom: 20px;
}
#journal .tabcontent .box:hover {
	background: #efb346;
	color: #fff;
}
#journal .tabcontent .box h3 {
	padding: 20px 10px;
	margin: 0;
}
#journal .tabcontent .box a {
	padding: 18px 10px;
	background: #333;
	text-transform: uppercase;
	color: #fff;
	font-style: italic;
	font-size: 14px;
	display: block;
}
#journal .tabcontent .box:hover a {
	text-decoration: none;
	color: #efb346;
}


/******************************************
*	
* Topic
*
*******************************************/
#topic {
	padding-bottom: 0;
}
#topic .date {
	color: #777;
	font-style: italic;
	margin-bottom: 20px;
}
#topic .photo {
	margin-bottom: 20px;
}


/******************************************
*	
* Comment
*
*******************************************/
#comment {
	margin-top: 30px;
}
#comment h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin: 0 0 30px;
}
#comment .form-control {
	border-radius: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #d1d1d1;
	height: 50px;
}
#comment .btn {
	height: 50px;
	width: 100%;
}

#comments .item {
	margin-top: 15px;
	font-size: 14px;
}
#comments .item .avatar {
	float: left;
	width: 10%;
}
#comments .item .avatar .fa {
	border: 1px solid #eee;
	color: #bbb;
	font-size: 20px;
	width: 50px;
	height: 50px;
	padding-top: 15px;
	text-align: center;
}
#comments .item .name a {
	color: #333;
}
#comments .item .message {
	border: 1px solid #eee;
	float: right;
	width: 89%;
}
#comments .item .message .content {
	padding: 10px;
}
#comments .item .dated {
	margin-top: 5px;
	background: #f7f7f7;
	padding: 5px 10px;
	border-top: 1px solid #eee;
}
#comments .item .dated span {
	margin-right: 15px;
	color: #777;
}
#comments .item .dated .fa {
	margin-right: 3px;
}
#comments .item .like b {
	font-weight: normal;
}
#comments .item .like a,
#comments .item .reply a {
	color: #777;
}
#comments .item .like a:hover,
#comments .item .like a:focus,
#comments .item .reply a:focus,
#comments .item .reply a:hover {
	text-decoration: none;
	color: #ebaa2d;
}
#comments .replies {
	padding: 0 10px 10px;
}
#comments .replies .avatar .fa {
	font-size: 20px;
	width: 40px;
	height: 40px;
	padding-top: 10px;
}
#comments .replyform form {
	border-top: 1px solid #eee;
}
#comments .replyform textarea {
	border: 0;
	resize: none;
	background: #FCF5E1;
}
#comments .replyform .btn {
	width: auto;
}


/******************************************
*	
* Sign Up
*
*******************************************/
#signup {
	padding-bottom: 0;
}
#signup .form-control {
	border-radius: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #d1d1d1;
	height: 40px;
}
#signup .bg-danger {
	padding: 15px;
	margin-bottom: 40px;
}
#signup .control-label {
    font-weight: normal;
}


/******************************************
*	
* User
*
*******************************************/
#user .user-menu {
	list-style: none;
	padding: 0;
}
#user .user-menu > li {
	margin-bottom: 1px;
}
#user .user-menu > li > a {
	display: block;
	background: #EFB346;
	color: #fff;
	padding: 10px 15px;
}
#user .user-menu > li > a.active,
#user .user-menu > li > a:focus,
#user .user-menu > li > a:hover {
	text-decoration: none;
	background: #D18B13;
}
#user .user-menu .fa {
	margin-right: 5px;
}
#user .form-control {
	border-radius: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #d1d1d1;
	height: 40px;
}
#user .bg-danger {
	padding: 15px;
	margin-bottom: 40px;
}
#user .control-label {
    font-weight: normal;
}
#user .panel {
	border-radius: 0;
	box-shadow: none;
}
#user .panel-default > .panel-heading {
	background: #f1f1f1;
}
#user .panel-default > .panel-body .form-group {
	margin-top: 15px;
}
#user .panel-default > .panel-body .normal .form-group {
	margin-top: 0;
}


/******************************************
*	
* Event
*
*******************************************/
#event .intro {
	font-weight: bold;
	margin-bottom: 15px;
}
#event .address {
	margin-bottom: 15px;
	font-weight: bold;
}


/******************************************
*	
* Forum
*
*******************************************/
#forum .headname {
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0;
}
#forum .items {
	margin-bottom: 20px;
	border: 1px solid #eee;
}
#forum .items h3 {
	font-size: 16px;
	margin: 0;
	padding: 10px 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
}
#forum .items .intro {
	color: #666;
	padding: 15px;
	font-size: 13px;
	margin: 0;
	min-height: 100px;
}
#forum .items .counter {
	color: #aaa;
	text-align: right;
	font-size: 11px;
	padding: 0 15px;
}
#forum .list {
	margin-top: 15px;
}
#forum .list .even {
	color: #777;
	font-size: 12px;
}
#forum .list a {
	color: #555;
	font-size: 13px;
}
#forum .list .author {
	margin: 10px 0 0 0;
}
#form-forum label {
	font-weight: normal;
}
#form-forum .form-control {
	border-radius: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #d1d1d1;
}
#forum .date {
	color: #777;
	font-style: italic;
	margin-bottom: 20px;
}
#forum .button {
	color: #777;
	margin-top: 15px;
}
#forum .button .like {
	margin: 0 25px;
}
#forum .bg-success {
	padding: 15px;
	margin-bottom: 40px;
}
#forum .sticky {
	background: #FBF1E7;
}
#forum .sticky a {
	font-weight: bold;
}


/******************************************
*	
* Widget
*
*******************************************/
.widget {
	margin-bottom: 30px;
}
.widget .headname {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px !important;
	font-weight: bold;
}
.widget .recent {
	list-style: none;
	padding: 0;
}
.widget .recent li {
	margin: 0 0 15px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}
.widget .recent li:last-child {
	border-bottom: 0;
}
.widget .recent a {
	color: #333;
}
.widget .recent .date {
	color: #777;
	font-size: 11px;
	text-align: right;
	margin: 10px 0 0 0;
}


/******************************************
*	
* Member
*
*******************************************/
#member .even {
	margin-top: 30px;
}
#member .item {
	font-size: 12px;
}
#member .item .name a {
	font-size: 14px;
	font-weight: bold;
}
#member .item span {
	color: #777;
	display: inline-block;
	width: 70px;
}
#member .alphabet {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#member .alphabet a {
	margin: 0 5px;
}
#member .detail .basic {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 3px;
}
#member .detail .basic p {
	margin: 0 0 5px;
	font-size: 13px;
}
#member .detail .basic span {
	display: inline-block;
	width: 90px;
	color: #777;
}
#member .detail .basic .fa {
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 100px;
	border-radius: 10px;
	color: #aaa;
	background: #f1f1f1;
}
#member .detail .basic .avatar {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee;
}
#member .detail .list h3 {
	font-size: 24px;
	margin: 0 0 20px;
}
#member .detail .list .even {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
#member .detail .list .even:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#member .detail .list .even .name {
	font-size: 16px;
}
#member .detail .list .even .date {
	color: #777;
	font-style: italic;
}


/******************************************
*	
* Media
*
*******************************************/
.media .embed {
	margin: 30px 0;	
}
.media .download {
	margin-top: 10px;
	margin-bottom: 30px;
}
.media .download .fa {
	margin-right: 5px;
	color: #efb346;
}


/******************************************
*	
* Calendar
*
*******************************************/
.calendar {
	margin: auto;
	width: 650px;
}


.youtube-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
}
.youtube-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.subscribe-plan .btn {
	background: #efb346 !important;
	color: #fff !important;
}

.pcontent p {
	line-height: 2;
}



.pestate-tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pestate-item {
	background: #fff;
	padding: 20px;
	font-size: 16px;
}
.pestate-item h3 {
	font-size: 16px;
}
.pestate-item a {
	color: #000;
}
.pestate-item .price {
	color: #f44336;
}

.pestate-tabname {
	background: #f7f7f7;
	color: #000;
	display: block;
	margin-bottom: 5px;
	padding: 10px 15px;
}
.pestate-tabname:hover,
.pestate-tabname:focus {
	background: #eee;
	text-decoration: none;
}
.pestate-tabname.active {
	background: #ebaa2d;
	color: #fff;
}

.pestate-title {
	font-size: 24px;
	margin: 0 0 20px;
}
.pestate-price {
	font-size: 18px;
	color: #f44336;
}
.pestate-content {
	margin-bottom: 50px;
}