body {
	text-align: left
}
* {
	font-family:Arial, Helvetica, sans-serif;
}
/**/

/*---------------------  PAGE TOP MENU style  ---------------------*/
.page-topmenu {
	background:#fff;
	border-top:4px solid #ada18a;
	border-bottom:1px solid #dcd9d3;
	overflow:hidden;
	width:100%;
	-webkit-box-shadow: 0 1px 1px 0px rgba(214, 210, 203, 0.4);
	-moz-box-shadow:    0 1px 1px 0px rgba(214, 210, 203, 0.4);
	box-shadow:         0 1px 1px 0px rgba(214, 210, 203, 0.4);
}
.page-topmenu ul.navbar{
	float:left;
}
.page-topmenu ul.navbar li{
	float:left;
	margin:4px;
}
.page-topmenu ul.navbar li.home-link a{
	width:30px;
	height:28px;
	background:url(images/home-icon.png) no-repeat center;
}
.page-topmenu ul.navbar li a{
	display:block;
	color:#76736d;
	padding:5px 4px 4px 4px;
	font-size:13px;
}
.page-topmenu ul.navbar li a:hover{
	color:#bd463f;
}
.page-topmenu ul.selectlang{
	float:right;
	background:#f6f6f5;
	padding:0 6px;
	margin-top:7px;
	-webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  -ms-border-radius:     4px;
  border-radius:         4px;
}
.page-topmenu ul.selectlang li{
	float:left;
	margin:2px 4px
}
.page-topmenu ul.selectlang li a{
	display:block;
	color:#76736d;
	font-family:yekan, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 3px 0 3px;
}
.page-topmenu ul.selectlang li a:hover{
	color:#bd463f;
}
/*---------------------  PAGE HEADER style  ---------------------*/
.page-header {
	overflow:hidden;
}
.page-header .thelogo{
	display:block;
	float:left;
	width:220px;
	height:92px;
	margin:5px 120px 10px 50px;
}
.page-header .searchbox{
	overflow:hidden;
	background:#fff;
	float:left; 
	margin:34px 5px 0 30px;
	border:4px solid #eae8e2;
	-webkit-border-radius: 8px;
  -moz-border-radius:    8px;
  -ms-border-radius:     8px;
  border-radius:         8px;
}
.page-header .searchbox .search-selectcat {
	height:34px;
	background:none;
	border:none;
	font-size:12px;
	padding:0 4px;
	outline:none;
	color:#83775f;
	float:left;
	width:auto;
	-webkit-border-radius: 0px;
  -moz-border-radius:    0px;
  -ms-border-radius:     0px;
  border-radius:         0px;
}
.page-header .searchbox .search-textinput {
	height:34px;
	background:none;
	border:none;
	font-size:14px;
	padding:0 8px;
	outline:none;
	float:left;
	border-left:1px solid #eae8e2;
	color:#83775f;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	width:250px;
}
.page-header .searchbox .search-textinput::-webkit-input-placeholder {
	color:#e1dfda;
}
.page-header .searchbox .search-textinput:-moz-placeholder { /* Firefox 18- */
	color:#e1dfda;
}
.page-header .searchbox .search-textinput::-moz-placeholder {  /* Firefox 19+ */
	color:#e1dfda;
}
.page-header .searchbox .search-textinput:-ms-input-placeholder {
	color:#e1dfda;
}
.page-header .searchbox .search-button {
	height:34px;
	width:34px;
	background:none;
	border:none;
	outline:none;
	border-left:1px solid #eae8e2;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin:0;
	float:left;
	background:url(images/search-icon.png) no-repeat center;
	cursor:pointer;
}
.page-header .login-box{
	overflow:hidden;
	float:right;
	height:30px;
	margin:40px 0 0 5px;
	background:none;
	border:none;
	color:#fff;
	padding:0 10px;
	line-height:30px;
	font-size:14px;
}

.page-header .user-box{
	overflow:hidden;
	float:right;
	height:50px;
	margin:30px 0 0 5px;
	background:none;
	border:none;
	color:#fff;
	padding:0 10px;
	line-height:30px;
	font-size:14px;
}
.show-login-box {
	overflow:hidden;
	clear:both;
	background:#eeedec;
	border:1px solid #e8e5df;
	margin:0 10px 20px 10px;
	padding:10px;
	display:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.show-login-box .row{
	float:left;
}
.show-login-box .row input{
	width:140px;
}
.show-login-box label{
	font-size:14px;
	width:auto;
	display:block;
	float:left;
	padding:5px 20px 5px 0;
}
.show-login-box a{
	font-size:14px;
	color:#ca635d;
	margin-top:3px;
	display:inline-block;
}
.show-login-box a:hover{
	border-bottom:1px solid #ca635d
}

/*---------------------  PAGE BODY style  ---------------------*/
.page-body {
	overflow:auto;
	margin:0 10px 20px 10px;
	min-height:500px;
	height:auto !important;
}
/*---------------------  PAGE CONTENT style  ---------------------*/
.page-body .page-content {
	overflow:auto;
	min-height:500px;
	background:#fff;
	border:1px solid #e8e5df;
	height:auto !important;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
}
/*---------------------  top-tab-menu-box style  ---------------------*/
.top-tab-menu-box{
	overflow:hidden;
}
.top-tab-menu-box ul li{
	float:left;
}
.top-tab-menu-box ul li a{
	display:block;
	padding:8px 10px;
	font-weight:bold;
	color:#95938d;
	background:#fff;
	font-size:15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align:center;
	-webkit-box-shadow: inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         inset 0 -2px 3px 0px rgba(0, 0, 0, 0.05);
	border:1px solid #e8e5df;

}
.top-tab-menu-box ul li.active a{
	background:#fff;
	color:#2a919c;
	width:100%;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	border-bottom:1px solid #fff;
}
.top-tab-menu-box ul li a:hover{
	background:#fff;
	color:#2a919c;
	width:100%;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	border-bottom:1px solid #fff;
}
.top-tab-menu-box ul li.active a:hover{
	color:#ca635d;
	background:#fff;
}
.page-body .page-content{
	position:relative;
}
.page-body .page-content .top-category-box{
	position:absolute;
	width:100%;
	z-index:9999;
}
.page-body .page-content .top-category-box .show-cat{
	display:none;
	background:#fff;
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 0 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.page-body .page-content .top-category-box .show-cat ul{
	padding:10px;
	overflow:hidden;
}
.page-body .page-content .top-category-box .show-cat ul li{
	width:33.333%;
	float:left;
	margin:0;
	list-style:square inside;
	color:#9a8d72
}
.page-body .page-content .top-category-box .show-cat ul li a{
	color:#333;
	font-size:13px;
	color:#9a8d72;
	display:block;
	margin:0 10px;
	padding:4px 0;
	border-bottom:1px dotted #e0e0e0;
}
.page-body .page-content .top-category-box .show-cat ul li a:hover{
	color:#bd463f;
}
.page-body .page-content .adv-box{
	overflow:hidden;
	text-align:center;
	padding:20px 10px;
	border-bottom:1px solid #e8e5df
}
.page-body .page-content .adv-box.noborder{
	border-bottom:none
}
.page-body .page-content .slider-box{
	overflow:hidden;
	text-align:center;

}
.page-body .page-content .slider-box .page-slider{
	padding:0;
	position:relative;
	border-bottom:1px solid #e8e5df;
}
.page-body .page-content .slider-box .bx-viewport{
	height:260px !important;
	overflow:hidden;
	position:static;
	margin-left:26px;
}
.page-body .page-content .slider-box .page-slider li {
	border:1px solid #e8e5df;
	position:relative;
	padding:5px;
	margin:10px 4px;
	display:inline-block;
	float:left;
}
.page-body .page-content .slider-box .page-slider li a{
	display:block;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
.page-body .page-content .slider-box .page-slider li img{
	display:block;
	margin:0;
	padding:0;
}
.page-body .page-content .slider-box .page-slider li div{
	background:#fbfaf9;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	visibility:hidden;
	opacity:0;
	-webkit-transition: 400ms opacity ease;
  -moz-transition: 400ms opacity ease;
 transition: 400ms opacity ease;
 overflow:hidden;
}
.page-body .page-content .slider-box .page-slider li:hover div{
	visibility:visible;
	opacity:1;
}
.page-body .page-content .slider-box .page-slider li h2{
	color:#bd463f;
	font-size:14px;
	font-weight:bold;
	margin:10px 10px 0 10px;
	text-align:center;
}
.page-body .page-content .slider-box .page-slider li p{
	color:#666;
	font-size:12px;
	margin:5px 10px;
}
.page-body .page-content .slider-box .slider-prev{
	position:absolute;
	left:0;
	top:5px;
	width:30px;
	height:100%;
	background:#4ac4d1;
	display:block;
	border:5px solid #fff;
}
.page-body .page-content .slider-box .slider-next{
	position:absolute;
	right:0;
	top:5px;
	width:30px;
	height:100%;
	background:#4ac4d1;
	display:block;
	border:5px solid #fff;
}
.page-body .page-content .slider-box .slider-prev a,
.page-body .page-content .slider-box .slider-next a{
	display:block;
	width:20px;
	height:240px;
	background:url(images/arrow.png) no-repeat center left;
}
.page-body .page-content .slider-box .slider-next a {
	background:url(images/arrow.png) no-repeat center right;
}
.page-body .page-content .thebost-box {
	/*overflow:hidden;*/
	border-bottom:1px solid #e8e5df;
	padding-bottom:10px;
}
.page-body .page-content .thebost-box .selectgrid-box{
	overflow:hidden;
	background:#f7f7f7;
	-webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  -ms-border-radius:     4px;
  border-radius:         4px;
	margin:10px 20px 0 20px;
}
.page-content .thebost-box .selectgrid-box .list-view,
.page-content .thebost-box .selectgrid-box .grid-view{
	display:block;
	float:right;
	width:33px;
	height:33px;
	background:url(images/grid-select.png) no-repeat right center;
	opacity:0.5;
	cursor:pointer;
	border-left:2px solid #ffffff;
}
.page-content .thebost-box .selectgrid-box .grid-view{
	background:url(images/grid-select.png) no-repeat left center;
}
.page-content .thebost-box .selectgrid-box .list-view:hover,
.page-content .thebost-box .selectgrid-box .grid-view:hover{
	opacity:1;
}
.page-content .thebost-box .selectgrid-box .list-view.active,
.page-content .thebost-box .selectgrid-box .grid-view.active{
	opacity:1;
}
.page-content .thebost-box .thepost{
	border:1px solid #d3d1cd;
	display:block;
	background:#fcfcfc;
	-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  -ms-border-radius:     6px;
  border-radius:         6px;
	-webkit-box-shadow: 0 1px 1px 0px rgba(219, 217, 212, 0.2);
	-moz-box-shadow:    0 1px 1px 0px rgba(219, 217, 212, 0.2);
	box-shadow:         0 1px 1px 0px rgba(219, 217, 212, 0.2);
	margin:10px 20px;
	overflow:hidden;
}
.page-content .thebost-box .thepost .post-pic{
	float:left;
	background:#fff;
}
.page-content .thebost-box .thepost .post-pic img{
	width:100px;
	height:136px;
	margin:10px;
	display:block;
}
.page-content .thebost-box .thepost .post-body{
	margin-left:120px;
	height:156px;
	border-left:1px solid #d3d1cd;
	position:relative;
}

.thepost .post-body .thetitle{
	margin:0 10px 5px;
	padding-top:10px;
}
.thepost .post-body .thetitle a{
	font-weight:bold;
	color:#95938d;
	font-size:16px;
	display: block;
	line-height:140%;

}
.thepost .post-body .thetitle a:hover{
	color:#bd463f;
}
.thepost .post-body .thetext{
	margin:0 10px;
	font-size:12px;
	color:#95938d;
}
.thepost .post-body .thedesk{
	background:#ffffff;
	font-size:13px;
	color:#ccc;
	width:100%;
	position:absolute;
	border-top:1px solid #d3d1cd;
	overflow:hidden;
	bottom:0;
	right:0;
	left:0;
	opacity:0.8;
}
.thepost:hover .post-body .thedesk{
	opacity:1;
}
.thepost .post-body .thedesk .item{
	float:left;
	margin:6px 10px;
}
.thepost .post-body .thedesk .item i{
	margin-right:5px;
}


.page-content .thebost-box.showingrid {
}
.page-content .thebost-box.showingrid .thepost{
	border:1px solid #d3d1cd;
	display:block;
	-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  -ms-border-radius:     6px;
  border-radius:         6px;
	-webkit-box-shadow: 0 1px 1px 0px rgba(219, 217, 212, 0.2);
	-moz-box-shadow:    0 1px 1px 0px rgba(219, 217, 212, 0.2);
	box-shadow:         0 1px 1px 0px rgba(219, 217, 212, 0.2);
	margin:10px 10px;
	overflow:hidden;
	position:relative;
}
.page-content .thebost-box.showingrid .thepost .post-pic{
	float:none;
	text-align:center;
}
.page-content .thebost-box.showingrid .thepost .post-pic img{
	width:90%;
	height:auto;
	margin:10px auto;
	display:block;
}
.page-content .thebost-box.showingrid .thepost .post-body{
	margin-left:auto;
	height:156px;
	border:none;
	position:absolute;
	background:#fbfaf9;
	width:100%;
	height:100%;
	top:85%;
	right:0;
	left:0;
	-webkit-transition: 400ms all ease;
    -moz-transition: 400ms all ease;
    transition: 400ms all ease;
}
.page-content .thebost-box.showingrid .thepost:hover .post-body{
	top:0;
}
.page-content .thebost-box.showingrid .thepost .post-body .thetitle{
	margin:0 10px;
	padding-top:10px;

}
.page-content .thebost-box.showingrid .thepost .post-body .thetitle a{
	font-weight:bold;
	color:#95938d;
	font-size:14px;
	display:block;
	line-height:140%;
}
.page-content .thebost-box.showingrid .thepost .post-body .thetitle a:hover{
	color:#bd463f;
}
.page-content .thebost-box.showingrid .thepost .post-body .thetext{
	margin:0 10px;
	font-size:12px;
	color:#95938d;
}
.page-content .thebost-box.showingrid .thepost .post-body .thedesk{
	background:#ffffff;
	font-size:13px;
	color:#ccc;
	width:100%;
	position:absolute;
	border-top:1px solid #d3d1cd;
	overflow:hidden;
	bottom:0;
	right:0;
	left:0;
	opacity:1;
	display:none;
}
.page-content .thebost-box.showingrid .thepost:hover .post-body .thedesk{
	display:block;
}
.page-content .thebost-box.showingrid .thepost .post-body .thedesk .item{
	float:left;
	margin:6px 10px;
}
.page-content .thebost-box.showingrid .thepost .post-body .thedesk .item i{
	margin-right:5px;
}
.page-content .thebost-box .post-content-slider {
	margin:10px;
	overflow:hidden;
}
.page-content .thebost-box .post-content-slider .post-org-pic {
	display:block;
	max-width:100%;
	height:auto;
}
.page-content .thebost-box .post-content-slider .post-thumb a{
	display:block;
	float:left;
	margin:5px 5px 0 0;
}
.page-content .thebost-box .post-content-slider .post-thumb img{
	width:40px;
	height:40px;
	border:1px #d3d1cd solid;
}

/*---------------------  PAGE SIDEBAR style  ---------------------*/
.page-body .page-sidebar {
	background:#fbfaf9;
	min-height:1250px;
	height:auto !important;
	overflow:auto;
	border:1px solid #e8e5df;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.page-body .page-sidebar .org-menu{
	padding:10px 0;
	border-bottom:4px double #e8e5df;
}
.page-body .page-sidebar .org-menu ul li{
	margin:6px 10px;
}
.page-body .page-sidebar .org-menu ul li a{
	display:block;
	-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  -ms-border-radius:     6px;
  border-radius:         6px;
	border:3px solid #eeeeee;
	background:#f0eeeb;
	color:#505050;
	padding:6px 10px;
	font-size:18px;
}
.page-body .page-sidebar .org-menu ul li a:hover{
	background:#32b1bf;
	color:#FFF;
}
.page-body .page-sidebar .org-menu ul li.active a{
	background:#32b1bf;
	color:#FFF;
}
.page-body .page-sidebar .org-menu ul li.active a:hover{
	background:#4ac4d1;
}
.page-body .page-sidebar .org-menu ul li ul li{
	margin:6px 3px;
	-webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  -ms-border-radius:     4px;
  border-radius:         4px;
	background:#f6f4f2;
}
.page-body .page-sidebar .org-menu ul li ul li a{
	display:inline-block;
	/*color:#b4b3b0;*/
	color:#505050;
	background:url(images/li1.png) no-repeat 5px center !important;
	padding:5px 5px 5px 15px;
	border:none;
	font-size:16px;
}
.page-body .page-sidebar .org-menu ul li ul li span{
	float:right;
	margin:0px 10px;
	color:#b4b3b0;
	cursor:pointer;
}
.page-body .page-sidebar .org-menu ul li ul li span:hover{
	color:#ca635d;
}
.page-body .page-sidebar .org-menu ul li ul li:hover,.page-body .page-sidebar .org-menu ul li ul li.active{
	background:#f0eeeb;
}
.page-body .page-sidebar .org-menu ul li ul li ul{
	display:none;
	padding:0 5px 5px 0
}
.page-body .page-sidebar .org-menu ul li ul li ul li{
	margin:6px 3px 6px 12px;
}
.page-body .page-sidebar .org-menu ul li ul li ul li a{
	display:block;
}
.page-body .page-sidebar .org-menu ul li ul li ul li:hover,.page-body .page-sidebar .org-menu ul li ul li ul li.active{
	background:#e5e3e0;
}
.page-body .page-sidebar .adv-box{
	padding:10px;
	border-bottom:4px double #e8e5df;
	text-align:center;
}
.page-body .page-sidebar .adv-box a{
	display:inline-block;
	margin:5px;
}
.page-body .page-sidebar .post-list{
	padding:10px 0;
	border-bottom:4px double #e8e5df;
}
.page-body .page-sidebar .post-list .box-title{
	background:url(images/title-dot.png) repeat-x center;
	margin:10px;
	overflow:hidden;
}
.page-body .page-sidebar .post-list .box-title span,.page-body .page-sidebar .post-list .box-title h2,.page-body .page-sidebar .post-list .box-title a{
	display:block;
	background:#fbfaf9;
	float:left;
	color:#938e86;
	font-weight:bold;
	font-size:18px;
	padding:0 6px 0 6px;
}
.page-body .page-sidebar .post-list .thepost{
	overflow:hidden;
	border:1px solid #dedcd8;
	-webkit-border-radius: 3px;
  -moz-border-radius:    3px;
  -ms-border-radius:     3px;
  border-radius:         3px;
	margin:10px;
	display:block;
	font-size:13px;
	color:#84827f;
}
.page-body .page-sidebar .post-list .thepost:hover{
	background:#fff;
}
.page-body .page-sidebar .post-list .thepost img{
	display:block;
	float:left;
	width:50px;
	height:auto;
	margin:10px;
}
.page-body .page-sidebar .post-list .thepost h3{
	font-weight:bold;
	font-size:15px;
	color:#84827f;
	margin:5px 5px 0 0;
}
.page-body .page-sidebar .post-list .thepost p{
	font-size:13px;
	color:#bcbab5
}
.page-body .page-sidebar .social-box{
	padding:10px;
	border-bottom:4px double #e8e5df;
	text-align:center;
	overflow:hidden;
}
.page-body .page-sidebar .social-box .theicon{
	width:44px;
	height:44px;
	background-image:url(images/social-icon.png);
	background-repeat:no-repeat;
	display:inline-block;
	opacity:0.7;
}
.page-body .page-sidebar .social-box .theicon.rss{
	background-position:-132px 0;
}
.page-body .page-sidebar .social-box .theicon.facebook{
	background-position:-88px 0;
}
.page-body .page-sidebar .social-box .theicon.google{
	background-position:-44px 0;
}
.page-body .page-sidebar .social-box .theicon.twitter{
	background-position:0 0;
}
.page-body .page-sidebar .social-box .theicon:hover{
	opacity:1;
}
.page-body .page-sidebar .sidebar-slidbox{
	padding:10px;
	border-bottom:4px double #e8e5df;
	text-align:center;
}

/*---------------------  PAGE FOOTER style  ---------------------*/
.page-body .page-footer {
	clear:both;
	width:100%;
	border:1px solid #e8e5df;
	min-height:200px;
}
.page-body .page-footer .top-line{
	background:#ffffff;
	overflow:hidden;
	text-align:center;
}
.page-body .page-footer .gotoplink{
	background:url(images/gotoplink.png) no-repeat center;
	width:30px;
	height:16px;
	margin:20px 0;
	overflow:hidden;
	display:inline-block;
	opacity:0.5;
}
.page-body .page-footer .gotoplink:hover{
	opacity:1;
}
.page-body .page-footer .footer-body{
	background:#51504e;
	overflow:hidden;
	padding:10px;
}
.page-footer .footer-body .thebox{
	margin:10px;
}
.page-footer .footer-body .thebox .box-title{
	border-bottom:1px solid #868583;
	overflow:hidden;
}
.page-footer .footer-body .thebox .box-title span{
	border-bottom:2px solid #4ac4d1;
	display:block;
	float:left;
	font-size:15px;
	color:#d1cabb;
	padding:0 4px;
}
.page-footer .footer-body .thebox .box-body{
	margin-top:5px;
}
.page-footer .footer-body .thebox .box-body ul li{
	list-style:square inside;
	color:#d1cabb;
	font-size:12px;
	margin:2px;
}
.page-footer .footer-body .thebox .box-body ul li a{
	font-size:13px;
	color:#b2afa8;
	padding:2px 4px;
}
.page-footer .footer-body .thebox .box-body ul li a:hover{
	color:#fff;
}
.page-body .page-footer .footer-bottom{
	border-top:2px solid #3e3d3a;
	background:#494846;
	overflow:hidden;
	padding:10px;
	text-align:center;
	font-size:11px;
	color:#8d8c89;
}






/*---------------------  select plan style  ---------------------*/
.theselect-plan {
	overflow:hidden;
	display:block;
	margin:10px auto;
	padding:10px;
	max-width:400px;
}
.theselect-plan .theplane{
	width:33.333%;
	float:right;
	border:1px solid #d3d1cd;
	-webkit-box-shadow: 0 0 3px rgba(212, 209, 205, 0.3);
	-moz-box-shadow:    0 0 3px rgba(212, 209, 205, 0.3);
	box-shadow:         0 0 3px rgba(212, 209, 205, 0.3);
}
.theselect-plan .theplane.plan-a{
	margin-top:20px;
	border-left:0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.theselect-plan .theplane.plan-b{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.theselect-plan .theplane.plan-c{	
	margin-top:20px;
	border-right:0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.theselect-plan .theplane .plan-title{
	border-bottom:1px solid #eae8e5;
}
.theselect-plan .theplane .plan-title span{
	background:#d5817c;
	display:block;
	margin:5px;
	text-align:center;
	color:#fff;
	padding:5px;
}
.theselect-plan .theplane.plan-b .plan-title span{
	background:#ca635d;
}
.theselect-plan .theplane .plan-body{
	margin:5px;
}
.theselect-plan .theplane.plan-b .plan-body{
	margin-top:25px;
}
.theselect-plan .theplane .plan-body ul li{
	text-align:center;
	padding:5px 0;
}
.theselect-plan .theplane .plan-body .ibutton{
	float:none;
	display:block;
	-webkit-border-radius: 3px;
  -moz-border-radius:    3px;
  -ms-border-radius:     3px;
  border-radius:         3px;
	padding:5px;
	height:auto;
	line-height:normal;
	font-size:12px;
}







/*---------------------  SINGLE PAGE style  ---------------------*/
.the-single-post{
	border:1px solid #d3d1cd;
	display:block;
	-webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  -ms-border-radius:     6px;
  border-radius:         6px;
	-webkit-box-shadow: 0 1px 1px 0px rgba(219, 217, 212, 0.2);
	-moz-box-shadow:    0 1px 1px 0px rgba(219, 217, 212, 0.2);
	box-shadow:         0 1px 1px 0px rgba(219, 217, 212, 0.2);
	margin:20px;
	overflow:hidden;
	clear:both;
}
.the-single-post .post-title{
	background:#fbfaf9;
	border-bottom:1px solid #d3d1cd;
}
.the-single-post .post-title h1,.the-single-post .post-title a{
	font-weight:bold;
	color:#95938d;
	font-size:16px;
	padding:10px 10px;
}
.the-single-post .post-body{
	overflow:hidden;
	font-size:12px;
	color:#95938d;
	margin:15px 5px;
	margin-top:5px;
}
.the-single-post .post-body p{
	display:block;
	line-height:140%;
	color:#83775f;
	font-size:14px;
	}
.the-single-post .post-img {
	margin:10px;
}
.the-single-post .post-img img{
	max-width:100%;
	height:auto;
}
.the-single-post .thedesk{
	background:#ffffff;
	font-size:13px;
	color:#ccc;
	width:100%;
	overflow:hidden;
}
.the-single-post .thedesk .item{
	float:left;
	margin:6px 10px;
}
.the-single-post .thedesk .item i{
	margin-right:5px;
}
.the-single-post.profile-box {
	margin:20px;
}
.the-single-post.profile-box .row {
	margin:8px 0;
	padding:1px 15px;
}
.the-single-post.profile-box .row label {
	display:block;
	float:left;
	width:120px;
	padding:5px 0 0 0;
	font-size:14px;
}
.the-single-post.profile-box .row .mini-input-box {
	margin-right:30px;
	float:left
}
.the-single-post.profile-box .row .mini-input-box label{
	width:auto;
	float:none;
	display:inline-block;
}
.the-single-post.profile-box .row .mini-input-box input{
	float:left;
	margin:7px 10px 0 0;
}
.the-single-post .minitable-block {
	font-size:13px;
	border:1px solid #d1cabb;
	border-bottom:0;
	border-top:0;
	background:#fbfaf9;
	margin:10px 0;
}
.the-single-post .minitable-block .the-table{
	border-bottom:1px solid #d1cabb;
	border-top:1px solid #d1cabb;
	margin-bottom:3px;
}
.the-single-post .minitable-block .title {
	background:#fbfaf9;
	float:left;
	width:120px;
	padding:10px;
	color:#ada18a;
	font-weight:bold;
}
.the-single-post .minitable-block .body {
	border-left:1px solid #d1cabb;
	background:#fff;
	margin-left:120px;
	padding:10px;
	color:#ada18a;
}
.the-single-post .minitable-block .body a{
	color:#ca635d;
}
.the-single-post .minitable-block .body a:hover{
	color:#9c3b35;
}
.the-single-post .social-share-box{
	overflow:hidden;
	text-align:center;
}
.the-single-post .social-share-box .share-icon{
	display:inline-block;
	border:1px solid #eee;
	-webkit-border-radius: 60px;
  -moz-border-radius:    60px;
  -ms-border-radius:     60px;
  border-radius:         60px;
	padding:0;
	overflow:hidden;
}
.the-single-post .social-share-box .share-icon .icon{
	display:inline-block;
	float:right;
	height:24px;
	width:50px;
	color:#fff;
	text-align:center;
}
.the-single-post .social-share-box .share-icon .icon i{
	margin-top:4px;
	display:inline-block;
}
.the-single-post .social-share-box .share-icon .icon.facebook{
	background:#4e71a8;
}
.the-single-post .social-share-box .share-icon .icon.twitter{
	background:#1cb7eb;
}
.the-single-post .social-share-box .share-icon .icon.google{
	background:#e3411f;
}
.the-single-post .social-share-box .share-icon .text{
	color:#666;
	display:inline-block;
	float:left;
	height:24px;
	width:50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:24px;
}
.pro-table-box {
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.pro-table-box .table-bottom-menu{
	overflow:hidden;
	background:#fbfaf9;
	border:1px solid #e8e5df;
	border-top:0;

}
.pro-table-box .table-bottom-menu ul.page-nav {
	float:left;
	margin:5px 0;
}
.pro-table-box .table-bottom-menu ul.page-nav li{
	float:left;
	margin-left:5px;
}
.pro-table-box .table-bottom-menu ul.page-nav li a{
	border:1px solid #e1dcd1;
	background:#f5f3f1;
	-webkit-border-radius: 3px;
  -moz-border-radius:    3px;
  -ms-border-radius:     3px;
  border-radius:         3px;
  	color:#76736e;
	display:block;
	padding:2px 4px;
	line-height:100%;
	font-size:13px;
}
.pro-table-box .table-bottom-menu ul.page-nav li a:hover{
	border:1px solid #ca635d;
	background:#ca635d;
	color:#fff;
}
table {
	width:100%;
	max-width:100%;
	font-size:14px;
	border:1px solid #e8e5df;
	text-align:center;
}
table.norm-table {
	margin-bottom:10px;
}
table.norm-table  th{
	border-bottom:1px solid #d1cabb;
	background:#fbfaf9;
	padding:8px 4px;
	cursor:pointer;
	}
table.norm-table  td{
	color:#333;
	}
table thead {
	border-bottom:1px solid #d1cabb;
	background:#fbfaf9;
}
table thead th{
	padding:8px 4px;
	cursor:pointer;
}
table thead th span{
	display:inline-block;
	float:left;
}
table td,
table th {
	border-left:1px solid #e8e5df;
	border-bottom:1px solid #e8e5df;
	padding:4px;
	color:#83775f;
}
table a {
	color:#ca635d;
}
table a:hover {
	border-bottom:1px solid #bd463f;
}
.the-single-post .comment-block{
	overflow:hidden;
	border-top: 4px double #d3d1cd;
}
.the-single-post .comment-block .the-comment {
	border:1px solid #d3d1cd;
	overflow:hidden;
	background:#fff;
	margin:10px;
	-webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  -ms-border-radius:     4px;
  border-radius:         4px;
}
.the-single-post .comment-block .the-comment {
	border:1px solid #d3d1cd;
	overflow:hidden;
	background:#fff;
	margin:10px;
	-webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  -ms-border-radius:     4px;
  border-radius:         4px;
}
.the-single-post .comment-block .the-comment .avatar-photo {
	float:left;
}
.the-single-post .comment-block .the-comment .comment-body {
	margin:10px 10px 10px 80px;
	overflow:hidden;
	font-size:12px;
	color:#9d9c9b;
}
.the-single-post .comment-block .the-comment .comment-name {
	margin:25px 10px 10px 80px;
	overflow:hidden;
	font-size:14px;
	color:#9d9c9b;
}


.the-single-post .comment-block .the-comment .comment-body .replay-link {
	overflow:hidden;
}
.the-single-post .comment-block .the-comment .comment-body .replay-link a{
	float:right;
	color:#777;
	background:#fafafa;
	display:inline-block;
	padding:2px 6px;
}
.the-single-post .comment-block .the-comment .comment-body .replay-link a:hover{
	color:#fff;
	background:#4ac4d1;
}
.the-single-post .comment-block .the-comment .comment-body .the-user {
	font-weight:bold;
	font-size:14px;
	color:#6e6d6b;
}
.the-single-post .comment-block .the-comment .comment-body .the-user span{
	font-weight:normal;
	font-size:11px;
	display:inline-block;
	margin-left:10px;
	color:#c1beb8;
}
.the-single-post .comment-block .the-comment .avatar-photo img{
	display:block;
	margin:10px;
	-webkit-border-radius: 100px;
  -moz-border-radius:    100px;
  -ms-border-radius:     100px;
  border-radius:         100px;
	width:50px;
	height:50px;
}
.the-single-post .comment-block .the-comment.sub-comment {
	border:none;
	border-top:1px solid #d3d1cd;
	overflow:hidden;
	background:#fff;
	margin:0px;
	margin-top:10px;
	-webkit-border-radius: 0px;
  -moz-border-radius:    0px;
  -ms-border-radius:     0px;
  border-radius:         0px;
}
.the-single-post .comment-block .the-comment.sub-comment .avatar-photo img{
	display:block;
	margin:10px;
	-webkit-border-radius: 100px;
  -moz-border-radius:    100px;
  -ms-border-radius:     100px;
  border-radius:         100px;
	width:40px;
	height:40px;
}
.the-single-post .comment-block .the-comment.sub-comment .comment-body {
	margin:10px 10px 10px 70px;
	overflow:hidden;
	font-size:12px;
	color:#9d9c9b;
}

.the-single-post .comment-block .comment-replay-box {
	overflow:hidden;
	border-top: 1px solid #d3d1cd;
}
.the-single-post .comment-block .comment-replay-box {
	overflow:hidden;
	border-top: 1px solid #d3d1cd;
}
.the-single-post .comment-block .comment-replay-box .row {
	margin:8px 0;
	padding:1px 15px;
}
.the-single-post .comment-block .comment-replay-box .row label {
	display:block;
	float:left;
	width:120px;
	color:#9a8d72;
	padding:5px 0 0 0;
	font-size:14px;
}


/*---------------------  photo gallery style  ---------------------*/
.the-single-post .photogallery-box{
	overflow:hidden;
	position:relative;
	margin:10px;
	background:#faf9f6
}
.the-single-post .photogallery-box{
	overflow:hidden;
	position:relative;
}
.the-single-post .photogallery-box .bx-wrapper {
	margin-bottom:10px;
	padding-top:10px;
	border-bottom:2px solid #e4e2df;
}
.the-single-post .photogallery-box .postslider li div {
	font-size:12px;
	background:#eeece7;
	padding:5px;
	margin-top:10px;
}
.the-single-post .photogallery-box  #bx-pager {
	padding:0 5px;
}



/*---------------------  Profile sidebar style  ---------------------*/
.user-photo-box{
	border-bottom:4px double #e8e5df;
	text-align:center;
	margin-top:20px;
}
.user-photo-box img{
	display:inline-block;
	width:100px;
	height:100px;
	-webkit-border-radius: 100px;
  -moz-border-radius:    100px;
  -ms-border-radius:     100px;
  border-radius:         100px;
}
.profile-sidebar .user-photo-box .username{
	text-align:center;
	font-size:14px;
	padding:10px;
	color:#ada18a;
}
.profile-sidebar ul{
	margin:20px;
}
.profile-sidebar ul li{
	border-bottom:1px solid #e8e7e6;
}
.profile-sidebar ul li a{
	font-size:13px;
	padding:6px 0;
	color:#938e86;
	display:block;
}
.profile-sidebar ul li a:hover,.profile-sidebar ul li.active a{
	background:#f6f5f3;
	color:#bd463f
}
.profile-sidebar ul li a i{
	color:#afafae;
	margin:0 10px 0 5px;
}
.profile-sidebar ul li a:hover i{
	color:#bd463f
}



.login-page {
}
.login-page .post-title{
	background:#fbfaf9;
	border-bottom:1px solid #d3d1cd;
}
.login-page .post-title h1{
	font-weight:bold;
	color:#95938d;
	font-size:16px;
	padding:10px 10px;
}
.login-page .row {
	margin:8px 0;
}
.login-page .row label {
	display:block;
	float:left;
	width:80px;
	padding:5px 0 0 0;
	font-size:14px;
}
.slide-error {
	border:1px solid #ef7474;
	background:#fbf2f2;
	color:#c90e0e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:18px;
	padding:4px 10px;
	margin:10px;
	font-size:14px;
}
.slide-success {
	border:1px solid #47d057;
	background:#f3fbf2;
	color:#3a7d42;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:18px;
	padding:4px 10px;
	overflow:hidden;
	margin:10px;
	font-size:14px;
}
.form-error {
	background:#ef7474;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:2px 6px;
	margin:5px 10px 0 80px;

	font-size:12px;
	display:inline-block;
}
.input-success {
	background:#47d057;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:2px 6px;
	overflow:hidden;
	margin:5px 10px 0 80px;
	font-size:12px;
	display:inline-block;
}


@media screen and (max-width: 768px) {
.page-header .thelogo{
	width:100%;
	margin:10px 20px;
}
.page-header .searchbox{
	float:none;
	width:90%;
	margin:10px auto;
	clear:both;
}
.page-header .searchbox .search-textinput {
	width:50%;
}
.page-header .searchbox .search-button {
	float:right;
}
.page-header .login-box{
	overflow:hidden;
	float:right;
	height:30px;
	margin:10px auto;
	background:none;
	border:none;
	color:#fff;
	padding:0 10px;
	line-height:30px;
	font-size:14px;
}
.show-login-box {
	overflow:hidden;
	clear:both;
	background:#eeedec;
	border:1px solid #e8e5df;
	margin-bottom:20px;
	padding:10px;
	display:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.show-login-box .row{
	float:left;
}
.show-login-box .row input{
	width:140px;
}
.show-login-box label{
	font-size:14px;
	width:80px;
	display:block;
	float:left;
	padding:5px 0;
}

}

.etela-image{
	text-align:center;}
	
.etela-content{
	line-height:140%;
	padding:5px 10px;}
	
.ilink,.ilink:visited{
	color:#bd463f;}
.sidebar-post-slider .slide h3,.sidebar-post-slider .slide p,.sidebar-post-slider .slide a{
	color:#84827F;
	}
/* CSS Document */
.social{
	margin:10px;
	}
.social a{
	display:block;
	margin:5px auto;
	width:230px;
	padding:5px 7px;
	border-radius:10px;
	color:#eee;
	}
.social a i{
	border-right:1px #FFFFFF solid;
	width:25px;
	display:block;
	float:left;
	margin-right:5px;
	
	}
/**/
.social a.google{
	background-color:#dd4b39;
		}
.social a.google:hover{
	background-color:#ca3523;
	color:#fff;
		}
/**/
.social a.yahoo{
	background-color:#720e9e;
	}
.social a.yahoo:hover{
	background-color:#570b79;
	color:#fff;
	}
/**/
.social a.twitter{
	background-color: #4099FF;
	}
.social a.twitter:hover{
	background-color:#1e71cf;
	color:#fff;
	}
/**/
.social a.facebook{
	background-color: #3B5999;
	}
.social a.facebook:hover{
	background-color:#2c4e96;
	color:#fff;
	}
/**/
.rememberme{
	padding-top:7px;
	}
.rememberme input{
	width:auto !important;
	}
@media screen and (max-width: 756px) {
.rememberme{
	padding-top:7px;
	clear:both;
	}
}
@media screen and (max-width: 528px) {
.show-login-box  .row{
	clear:both;
	}
}

/**/
.page-sidebar .users-box { text-align: left !important;  }
.adv-box .advbox-img{ max-width: 100%; }
.file-list-row .cat-make-link-table td{ padding: 8px 5px; }
.file-list-row .cat-make-link-table td.filelistname{text-align: left;}
a.admin_edit_link{ color:#900 !important; padding:0px !important; margin: 0px !important; }
/**/
.the-single-post .cat-make-link{display:block; font-size:28px !important;}
.the-single-post .cat-make-link-download{ text-align:left; text-decoration:none; color:#09F; }
.the-single-post .cat-make-link-table th{background: #32b1bf; color:#FFF;}
.the-single-post .cat-make-link-table tbody tr:nth-child(even){background:#F2F2EE;}

.g-recaptcha{ float:left;}