@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-300.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans-400.woff) format('woff');
}
html {
	height: 100%;
}
body {
	width:100%;
	margin:0px;
	padding:0px;
	background:#f1f1f1;
	font-family: 'Open Sans';
	font-size:14px;
	color:#000;
	line-height:22px;
	height:100%;
	display: flex;
}
body.bg {
	background:url(../images/bg.jpg) center repeat;	
}
.fooerbg {
	background:url(../images/bgbottom.jpg) center no-repeat;
	height:178px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%	
}
.clr {
	clear:both;
	margin:0px;
	padding:0px;
}
p {
	margin:0.6em 0 1.2em;
	padding:0;
	text-align:justify;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration:none;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#000;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.succ {
	border-top:2px solid #090;
	border-bottom:2px solid #090;
	color:#090;
	padding:5px 0;
	width:100%;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	background:#E0F9DF;
	margin:5px 0;
	font-size: 14px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.err {
	border-top:2px solid #C30;
	border-bottom:2px solid #C30;
	color:#C30;
	padding:5px 0;
	width:100%;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	background:#FDE9E8;
	margin:5px 0;
	font-size: 14px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
#page {
	width: 100%;
	display:inline-block;
}
.wrapper {
	width:100%;
	max-width:670px;
	text-align:left;
	background:#FFF;
	position:relative;
	min-height:100%;
	flex-shrink: 0;
	padding-bottom:100px;
}
.entry {
	width:100%;
	background:#FFF;
	display:inline-block;
}
#header {
	background:#FFF;
	border-bottom:1px solid #D1D1D1;
	padding-bottom:5px;
	margin-bottom:5px;
}
.logo {
	padding:10px 0 0 10px;
	width:100%;
	display:inline-block;
	text-align:center;
}
.logo img {
	width:300px;
	max-width:90%;
	display:inline-block;
}
.homelogo {
	display:inline-block;
	text-align:center;
	padding:0 5px;
	background:#FFF;
	border-radius:10px;
	-ms-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	margin:20px 0;
}
.homelogo img {
	max-width:98%;
	display:inline-block;
}
.header_right {
	display:inline-block;
	float:right;
	padding:10px 10px 0 0;
	line-height:55px;
}
.header_right a, .header_right a:visited, .header_right a:link {
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e65404;
}
.footer {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	border-top:1px solid #D1D1D1;
	padding-top:15px;
	margin-top:15px;
	background:#FFF;
}
.footer ul {
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
}
.footer ul li {
	margin:0;
	padding:0;
	width:20%;
	display:inline-block;
	float:left;
	text-align:center;
}
.footer ul li .fa {
	font-size:22px;
}
.footer ul li a, .footer ul li a:visited, .footer ul li a:link {
	color:#000;
	font-size:14px;
}
.footer ul li a:hover, .footer ul li a.active {
	color:#e65404;
}
.login-block {
	width:100%;
	margin-top:10%;
}
.search-block {
	width:100%;
}
.reg-block {
	width:450px;
	height:500px;
	background:#FFF;
	padding:50px 20px 20px 20px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-225px;
	margin-top:-200px;
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px#888;
	box-shadow: 0 0 3px 3px #888;
}
.logdv {
	width:100%;
	max-width:500px;
	position:relative;
}
.logdv h1 {
	text-align:left;
	font-size:20px;
	margin:0 0 30px 20px;
	padding:0;
	text-transform:uppercase;
	color:#565350;
}
.formgroup {
	position: relative;
	margin-bottom:20px;
	clear:both;
	width:90%;
}
.formgroup label {
	position: absolute;
	margin-left: 0px;
	line-height: 45px;
	display: block;
	color: #b2b2b2;
	left: 0;
	transition: all .4s;
	transform-origin: 0 0;
	font-weight:normal;
}
.formgroup.focused label {
	transform: scale(.85);
	font-size: 13px;
	line-height: 26px;
	color: #434343;
}
.formgroup.success label {
	color: #78c92c;
}
.formgroup.errors label {
	color: #e74c3c;
}
.formgroup input[type=text], .formgroup input[type=password] {
	font-size: 16px;
	color: #6e6e6e;
	margin-bottom: 10px;
	height: 45px;
	border:0;
	border-bottom: 1px solid #ccc;
	padding:5px 10px 5px 0px;
	width:100%;
	font-weight:bold;
}
.formgroup.errors input[type=text], .formgroup.errors input[type=password] {
	border-bottom: 2px solid #d22f1e;
	color:#d22f1e;
}
.formgroup.focused input[type=text], .formgroup.focused input[type=password] {
	padding-top: 20px;
	border-bottom: 2px solid #e65404;
	color:#e65404;
}
.formgroup.success input[type=text], .formgroup.success input[type=password] {
	border-bottom: 2px solid #16824e;
	color:#16824e;
}
.formgroup input[type=submit] {
	background:#ff973e;
	color:#FFF;
	font-weight:bold;
	padding:5px 15px;
	cursor:pointer;
	border:0;
	text-transform:uppercase;
	margin:5px 0;
	width:100%;
	max-width:350px;
	text-align:center;
	border-radius:30px;
	line-height:40px;
	font-size:16px;
}
.formgroup input[type=submit]:hover {
	background:#16824e;
}
.signuplink {
	border:1px solid #b5b5b5;
	background:#FFF;
	color:#86827f;
	font-weight:bold;
	padding:10px 20px;
	cursor:pointer;
	margin:5px 0;
	width:100%;
	max-width:350px;
	text-align:center;
	border-radius:30px;
	display:inline-block;
}
.signuplink span {
	color:#e65404;
}
.signuplink:hover {
	border:1px solid #16824e;
	color:#86827f;
}
.registerlink {
	border:1px solid #16824e;
	background:#16824e;
	color:#FFF;
	font-weight:bold;
	padding:10px 20px;
	cursor:pointer;
	margin:5px 0;
	width:100%;
	max-width:350px;
	text-align:center;
	border-radius:30px;
	display:inline-block;
}
.registerlink:hover {
	background:#16824e;
	color:#FFF;
}
.loginlink {
	border:1px solid #D9532D;
	background:#D9532D;
	color:#FFF;
	font-weight:bold;
	padding:10px 20px;
	cursor:pointer;
	margin:5px 0;
	width:100%;
	max-width:350px;
	text-align:center;
	border-radius:30px;
	display:inline-block;
}
.loginlink:hover {
	background:#D9532D;
	color:#FFF;
}
.boxs {
	width:100%;
	display:inline-block;
	margin-bottom:5px;	
}
.boxs h4 {
	border-bottom:1px dashed #000;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:20px;
	text-align:left;
}
.boxs .regrow .control-label {
	font-size:16px;	
}
.regrow {
	position: relative;
	margin-bottom:20px;
	clear:both;
	width:96%;
	text-align:left;
	display:inline-block;
}
.regrow input[type=text], .regrow input[type=password], .regrow select {
	font-size: 14px;
	color: #6e6e6e;
	height: 45px;
	border: 1px solid #ccc;
	padding:5px;
	width:100%;
	border-radius:5px;
}
.regrow textarea {
	font-size: 14px;
	color: #6e6e6e;
	height: 45px;
	border: 1px solid #ccc;
	padding:5px;
	width:100%;
	height:80px;
	border-radius:5px;
}
.styled-select {
	height: 45px;
	border: 1px solid #ccc;
	width:100%;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.styled-select .selectangle {
	position:absolute;
	right:10px;
	top:12px;
	z-index:9999;
}
.styled-select select {
	font-size: 14px;
	color: #6e6e6e;
	padding:5px;
	border-radius:5px;
	width: 120%;
	height: 100%;
	border:0;
	z-index:99999;/*position:absolute;
	left:0;
	top:0;*/
}
.styledselect {
	height: 33px;
	border: 1px solid #A4A4A4;
	width:100%;
	border-radius:2px;
	overflow:hidden;
	position:relative;
}
.styledselect .selectangles {
	position:absolute;
	right:5px;
	top:9px;
	z-index:9999;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	margin: auto;
	background-repeat: no-repeat;
	opacity: 0.8;
}
.styledselect select {
	font-size: 14px;
	color: #6e6e6e;
	padding:5px;
	border-radius:5px;
	width: 120%;
	height: 100%;
	border:0;
	z-index:99999;
	background:none;
	/*position:absolute;
	left:0;
	top:0;*/
}
#msg {
	display:none;
	position:absolute;
	z-index:99999;
	background:url(../images/msg_arrow.gif) left center no-repeat;
	padding-left:7px
}
#msgcontent {
	display:block;
	background:#f3e6e6;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px
}
.btn-default {
	background:#ff973e;
	color:#FFF;
	font-weight:bold;
	padding:5px 15px;
	cursor:pointer;
	border:0;
	text-transform:uppercase;
	margin:5px 0;
	width:100%;
	max-width:350px;
	text-align:center;
	border-radius:30px;
	line-height:40px;
	font-size:16px;
}
.tab {
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}
.tab ul {
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;	
	background:#16824e;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tab ul li {
	width:50%;
	display:inline-block;	
	margin:0;
	padding:0;	
	float:left;
	text-align:center;
	font-size:18px;
	line-height:50px;
	color:#FFF;
}
.tab ul li a, .tab ul li a:visited, .tab ul li a:link {
	color:#E0E0E0;	
}
.tab ul li.active{
	color:#FFF;	
	border-bottom:2px solid #FFF;	
}
.tab ul li a:hover {
	color:#FFF;	
}
.tab ul li:hover {
	border-bottom:2px solid #FFF;	
}
.showing {
	float:left;
	display:inline-block;
	margin-bottom: 10px;
	font-size: 16px;
}
div.paging {
	padding:0;
	margin:0;
	text-align:center;
	font-size:20px;
	float: right;
	border: 1px solid #000000;
	border-radius:5px;
}
div.paging a {
	padding: 2px 5px 2px 5px;
	margin-right: 0px;
	text-decoration: none;
	color: #000000;
}/*div.paging a:first-child {	border-right: 1px solid #000000;}*/
div.paging a:hover, div.pagination a:active {
	color: #000000;
}
div.paging span.disabled {
	color: #ccc;
	padding: 2px 5px 2px 5px;
}
div.pagination {
	padding:0;
	margin:0 0 20px 0;
	text-align:center;
	font-size:28px;
	line-height:30px;
}
div.pagination a {
	padding: 0 15px 0 15px;
	border: 2px solid #47E4E0;
	text-decoration: none;
	color:#3F8D89;
}
div.pagination a:hover, div.pagination a:active {
	color: #FFF;
	background-color:#34D3D3;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #333;
	color: #FFF;
}
div.pagination span.disabled {
	color: #ccc;
	padding: 0 15px 0 15px;
	border: 2px solid #47E4E0;
	text-decoration: none;
}
div.pagination span.disabled:first-child {
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-o-border-radius:10px 0 0 10px;
}
div.pagination span.disabled:last-child {
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-o-border-radius:0 10px 10px 0;
}
div.pagination a:first-child {
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-o-border-radius:10px 0 0 10px;
}
div.pagination a:last-child {
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-o-border-radius:0 10px 10px 0;
}
.srchdata {
	margin:0;
	padding:0;
	display:inline-block;
	width:96%;	
}
.srchdata > li {
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	display:inline-block;
	width:100%;
	border-bottom:1px dotted #9A9A9A;
	text-align:left;
	padding-left:60px;
	position:relative;	
	min-height: 65px;
}
.srchdata > li > .pht {
	position:absolute;
	left:0;
	top:0;
	width:50px;
	overflow:hidden;
}
.breadcumb {
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}
.breadcumb ul {
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;	
	background:#16824e;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.breadcumb ul li {
	display:inline-block;	
	margin:0;
	padding:0;	
	float:left;
	text-align:center;
	font-size:18px;
	line-height:50px;
	color:#FFF;
}
.breadcumb ul li:first-child {
	width:50px;
}
.breadcumb ul li a, .breadcumb ul li a:visited, .breadcumb ul li a:link {
	color:#FFF;	
}
.breadcumb ul li a:hover {
	color:#FFF;	
}
.tab ul li a, .tab ul li a:visited, .tab ul li a:link {
	color:#E0E0E0;	
}
.tab ul li a:hover {
	color:#FFF;	
}
.srchdv {
	width:100%;
	max-width:500px;
	position:relative;
}
.srchdv img {
	margin-right:10px;	
}
.col-sm-8 {
	width:100%;
	padding-left:100px;	
}
.col-sm-4 {
	width:100px;
	position:absolute;
	left:0;
	top:0;
}
.box {
	border-bottom:1px solid #CACACA;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:12px;	
}
.box.last {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.box .regrow {
	margin-bottom:10px;
}
.box h4 {
	margin:5px 0 10px 5px;
	padding:0;
	text-align:left;
	font-size:12px;	
}
.pflact {
	margin:0;
	padding:0;
	display:inline-block;
	width:100%;
	border-bottom:1px solid #C8C8C8;
	margin-top: -7px;	
}
.pflact li {
	margin:0;
	padding:5px 0;
	display:inline-block;
	float:left;
	width:50%;
	text-align:center;
	border-right:1px solid #C8C8C8;	
}
.pflact li:last-child {
	border-right:0;	
}
.profphoto {
	margin:0;
	padding:0;
	width:100%;
	position:relative;	
}
.profphoto img {
	margin:0;
}
.profphoto .proftag {
	position:absolute;
	left:10px;
	bottom:10px;
	color:#FFF;
	font-size:14px;	
	font-weight:bold;
	text-align:left;
	text-shadow: 2px 2px 4px #000000;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}
.profphoto .proftag span {
	font-size:13px;	
	font-weight:normal;
	text-shadow: 2px 2px 4px #000000;
}
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
/*jssor slider bullet skin 064 css*/
.jssorb064 {position:absolute;}
.jssorb064 .i {position:absolute;cursor:pointer;}
.jssorb064 .i .b {fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb064 .i:hover .b {fill-opacity:.8;}
.jssorb064 .iav .b {fill:#ffe200;fill-opacity:1;stroke:#ffaa00;stroke-opacity:.7;stroke-width:2000;}
.jssorb064 .iav:hover .b {fill-opacity:.6;}
.jssorb064 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
.listact {
	margin:0 0 0 0;
	padding:0;
	display:inline-block;
	clear:both;
	width:100%;
}
.listact li {
	margin:0;
	padding:5px;
	display:inline-block;
	float:left;
	text-align:left;
	font-weight:bold;
	width:150px;
}
.listact li:first-child a, .listact li:first-child a:visited, .listact li:first-child a:link {
	color:#61B13F;	
}
.listact li:last-child a, .listact li:last-child a:visited, .listact li:last-child a:link {
	color:#3E8FD2;	
}
.profile {
	position:relative;
	width:100%;
	display:inline-block;
	padding:10px;
	text-align:left;
	padding-left:100px;	
}
.profile span {
	font-size:18px;
	font-weight:bold;	
}
.profile .pht {
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-35px;
	width:70px;	
}
.profile .pht img {
	width:100%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}
.prgbar {
	width:100%;
	background:#B6B6B6;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	position:relative;
	height:10px;
	overflow:hidden;
}
.prgbar .prgper {
	background:#6CDBE3;
	position:absolute;
	left:0;
	top:0;
	height:10px;
}
.ads {
	background:#348DA0;
	color:#FFF;
	padding:5px 10px;
	text-align:center;	
}
.ads a, .ads a:visited, .ads a:link {
	color:#FFF;
	font-weight:bold;
}
.menu ul {
	margin:0 0 0 0;
	padding:0;
	display:inline-block;
	clear:both;
	width:100%;
}
.menu > ul > li {
	margin:0 0 0px 0;
	padding:10px 15px;
	display:inline-block;
	text-align:left;
	width:100%;
	font-size:16px;
}
.menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li > a:link {
	color:#3F3F3F;	
}
.menu > ul > li .fa {
	margin-right:5px;
	font-size:18px;
	width:20px;
	color:#797979;
}
.menu > ul > li > ul {
	margin:5px 0 0 0px;
	padding:0 0 0 30px;
	display:inline-block;
	clear:both;
}
.menu > ul > li > ul > li {
	margin:0 0 0px 0;
	padding:5px 0 0 0;
	display:inline-block;
	text-align:left;
	font-size:14px;
	width:100%;
}
.menu > ul > li > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li > a:link {
	color:#3F3F3F;	
}
.menu > ul > li > ul > li > a:hover {
	color:#E85226;	
}
.menu > ul > li > a:hover {
	color:#68AE39;	
}
#otpForm {
	text-align:center;
	border:1px solid #CCC;
	margin:10px;
}
#otpForm p {
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height: 30px;
}
#otpForm .row {
	width:100%;
	display:inline-block;
	clear:both;
	margin-bottom:10px;
}
#otpForm .row .label {
	width:45%;
	text-align:right;
	float:left;
	font-weight:bold;
	font-size:16px;
	line-height: 30px;
}
#otpForm .row .col {
	width:100%;
	text-align:center;
}
#otpForm input[type=text], #otpForm input[type=password] {
	box-shadow: none;
	border: none;
	color: #000;
	background: none;
	width: 200px;
	padding:7px 10px;
	margin-right:10px;
	border: 1px solid #df9b9b;
	background:#fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(205,98,76,1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(205,98,76,1);
	box-shadow: 0px 0px 1px 0px rgba(205,98,76,1);
}
#otpForm input[type=submit] {
	background:#A40000;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #000;
	padding: 5px 10px;
	cursor:pointer;
	font-weight:bold;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	margin:0 auto;
}
#otpForm a, #otpForm a:visited, #otpForm a:link {
	color:#0033FF;
}
#otpForm a:hover {
	text-decoration:underline;
}

.addphoto {
	display:inline-block;
	margin:0;
	padding:0;
}
.addphoto li {
	display:inline-block;
	margin:5px;
	padding: 0;
	width:100px;
	height:145px;
	text-align:center;
	border:0px solid #CCC;
	float:left;
	position:relative;
}
.addphoto li img {
	max-width:100%;
}
.addphoto li .fa {
	position:absolute;
	top:5px;
	right:5px;
	color:#FFF;
	cursor:pointer;
	font-size:18px;
	border:1px solid #CCC;
	padding:2px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.addphoto li .photomenu {
	position:absolute;
	top:40px;
	right:5px;
	background:#FFF;
	width:auto;
	margin:0;
	padding:0;
	width:100px;
	display:none;
}
.addphoto li .photomenu li {
	color:#000;
	cursor:pointer;
	font-size:12px;
	height:auto;
	list-style:none;
	width:100%;
	float:none;
	text-align:left;
	margin:0;
	line-height:24px;
	padding:0;
}
.addphoto li .photomenu li a, .addphoto li .photomenu li a:visited, .addphoto li .photomenu li a:link {
	line-height:24px;
	width:100%;
	display:inline-block;
	color:#5473BC;
	text-decoration:none;
	padding:0 5px;
}
.addphoto li .photomenu li a.profpic {
	color:#000;
}
.addphoto li .photomenu li a:hover {
	background:#CCC;
	color:#000;
}
.addphoto li .photomenu li a.profpic:hover {
	color:#000;
	background:#FFF;
}
.photomenu::after {
	content: '';
	position: absolute;
	right: 3px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #FFF;
}
.addphoto li.addmore {
	display:inline-block;
	margin:0 5px;
	padding:5px 0;
	width: 106px;
	height: 106px;
	text-align:center;
	border:3px solid #CCC;
	color:#C2C4C7;
	cursor:pointer;
	font-size:18px;
	float:left;
	position:relative;
}
li.addmore .fa {
	font-size:40px;
	color:#CCC;
	position:static;
	border:0;
}
.addphoto li input[type=file] {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	opacity:0;
}
.addphoto li .pending-ap {
	position:absolute;
	bottom:5px;
	left:5px;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
}
.addphoto li .crop-photo {
	position:absolute;
	bottom:5px;
	right:5px;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
}
.clr {
	clear:both;	
}
.col-sm-1 {
	width:10%;
	float:left;
	text-align:right;	
}
.col-sm-2 {
	width:50%;
	float:left;
}
.col-sm-3 {
	width:20%;
	float:left;
}
.col-sm-5 {
	width:40%;
	float:left;
}
.package {
	width:96%;
	display:inline-block;
	background:#390;
	color:#FFF;
	margin:2%;
	padding:10px 0 0 0;	
}
.package .name {
	color:#FFF;
	font-size:22px;
	margin:10px;
}
.package .valid {
	color:#FFF;
	font-size:18px;
	margin:10px;
}
.package .purchage {
	color:#FFF;
	font-size:20px;
	padding:10px 0;
	background:#62DB4D;
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 670px) {
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 480px) {
.footer ul li a, .footer ul li a:visited, .footer ul li a:link {
	color:#000;
	font-size:12px;
}
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
