

.nsp { 
	position: relative; 
}
.nspMain { 
	overflow: hidden; 
}

/* Pagination */
.nspBotInterface,
.nspTopInterface { 
	clear: both; 
	float: right;
	margin: 5px 0;
	overflow: hidden; 
}

/* 
	Interface - for different looking Top and Bottom interface use the following classes:  
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination { 
	float: left;
	list-style-type: none!important; 
	margin: 5px 0 0 0!important; 
	padding: 0!important; 
}
.nspPagination li { 
	background: #ccc;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	float:left; 
	height: 14px; 
	margin: 5px 4px 0 0!important; 
	text-indent:-999em; 
	width: 14px; 
}
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #999;
}
.nspNext,
.nspPrev { 
	background: url('../images/curve/nsp_interface.png') no-repeat -24px 0; 
	cursor: pointer;
	float: left; 
	height: 24px; 
	margin: 0 0 0 4px;
	text-indent: -999em;
	width: 24px;
}
.nspPrev {
	background-position: 0 0;
}
.nspNext:hover,
.nspPrev:hover { 
	background-position: -24px -24px;
}
.nspPrev:hover {
	background-position: 0 -24px;
}

/* Articles layout */
.nspArts { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; 
	padding: 3px;
}
.nspArtPage { 
	float: left; 
}
.nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left; 
}
.nspArt div { 
	overflow: hidden; 
}
.nspArt h4.nspHeader { 
	font-size: 24px;
	margin: 0;
	padding: 10px 0 15px 0;
}
.nspArt h4.nspHeader a { 
	text-decoration: none;
}
.nspArt h4.nspHeader a:hover { }
.nspArt img.nspImage { 
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
}
.nspArt p.nspText { 
	display: block!important;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt p.nspInfo { 
	display: block!important;
	font-size: 90%; 
}
.nspArt p.nspInfo a { }
.nspArt p.nspInfo a:hover { }
.nspArt .tleft { 
	text-align: left; 
}
.nspArt .tright { 
	text-align: right; 
}
.nspArt .tcenter { 
	text-align: center;
}
.nspArt .tjustify { 
	text-align: justify; 
}
.nspArt .fleft { 
	float: left; 
}
.nspArt .fright { 
	float: right; 
}
.nspArt .fnone { 
	clear: both; 
	float: none;
	width: 100%; 
}
.readon.left,
.readon.right,
.readon.center { 
	clear: both; 
}
.readon.left { 
	float: left; 
}
.readon.right { 
	float: right; 
}
.readon.center { 
	display: inline; 
	float: none; 
}
.nspAvatar { }

/* Links layout */
.nspLinks { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.nspList { 
	float: left; 
}
.nspLinks ul { 
	list-style-type: none!important; 
	padding: 0!important; 
}
.nspLinks .nspLinkScroll1 ul li { 
	background: #fff;
	border-top: 1px solid #eee;
	margin: 0!important;
	padding: 10px 0;
}
.nspLinks .nspLinkScroll1 ul li:first-child {
	border-top: none;
}
.nspLinks ul li:hover { }
.nspLinks ul li h4 { }
.nspLinks ul li h4 a { 
	text-decoration: none; 
}
.nspLinks ul li h4 a:hover { }
.nspLinks ul li p { }

/* positioning */
.nspArts.left { 
	float: right; 
}
.nspLinksWrap.left { 
	float: left;
}
.nspArts.right { 
	float: left; 
}
.nspLinksWrap.right { 
	float: right; 
}

/* make element unvisible */
.nspMain .unvisible {  
	left: -9999px;  
	position: absolute; 
	top: auto; 
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
	height: auto;
	width: 100%!important; 
}
.nspArt img.nspImage { 
	max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 { 
	width: 100%; 
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }

/* Animation */
.nspList,
.nspArtPage { 
	opacity: 0; 
	-webkit-transition: opacity 0.5s ease-out; 
	   -moz-transition: opacity 0.5s ease-out; 
	    -ms-transition: opacity 0.5s ease-out; 
      	 -o-transition: opacity 0.5s ease-out; 
	        transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { 
	opacity: 1; 
}

/* Suffix neutral */
.neutral {
	color: #999;
	font-size: 13px;
}
.neutral a {
	color: #333;
	text-decoration: none;
}
.neutral a:active,
.neutral a:focus,
.neutral a:hover {
	color: #777;
}
.neutral .nspHeader{
	font-size: 18px;
	font-weight: 400;
}
.neutral .nspInfo a {
	padding-right: 5px;
}
.neutral .readon {
	background: #333;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	padding: 6px 10px;
}
.neutral .readon:active,
.neutral .readon:focus,
.neutral .readon:hover {
	background: #999;
	color: #fff;
}
.neutral .nspLinks ul li h4 {
	font-size: 15px;
	margin: 0 0 10px 0;
}

/* Mobile */
@media (max-width: 800px) {
	.nspArts,
	.nspLinksWrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 32px;
		position: relative;
	}
	
	.nspPrev,
	.nspNext {
		left: 0;
		position: absolute;
		top: 20%;
		z-index: 101;
	}
	
	.nspNext {
		left: auto;
		right: 0;
	}
	
	.nspPagination {
		display: none;
	}
}

@media (max-width: 600px) {
	.nspArt {
		width: 100%;
	}
}
.title-with-bg {
    background: #F3BE70; //transparent linear-gradient(to bottom, #4B372C 1%, #ce2e3c 4%, #ce2e3c 100%) repeat scroll 0% 0%;
    padding: 10px 0px 10px 26px;
    color: #006600;
    font: bold 16px/1.2 arial;
    line-height:40px;
    border-radius: 2px;
    margin: 2px 0px 1px;
    padding-left:5px;
    
}

.subtitle-with-bg {
    background:  #F3BE70;
    padding: 5px 0px 5px 13px;
    color: #006600;
    font: bold 14px/1.2 arial;
    line-height:15px;
    border-radius: 2px;
    margin: 2px 0px 1px 1px;
    margin-bottom: 20px; 
    margin-top: 20px; 
}
.vali {
    color: #F00;
}

.profile-box {
    border: 1px solid rgba(244, 120, 31, 0.23);
    border-radius: 5px;
    background: #FFF none repeat scroll 0% 0%;
    padding: 15px 2px;
    margin-bottom: 20px;
}

.featured-profile-box{border:1px solid #dfdfdf;}

.featured-profile-box1{border:1px solid #dfdfdf;   margin-top: 71px;}


.inner-box{padding: 25px 25px 0 25px;}
.featured-profile-box img{ box-shadow: 0px 0px 0px 2px #f6bd7a; margin-right:20px;}
.featured-profile-box1 img{ box-shadow: 0px 0px 0px 2px #f6bd7a; margin-right:20px;}
.featured-profile-box .per-info h2{font:normal normal normal 17px/1.2 arial;color:#393131; margin-top:0;   margin-bottom: 10px;}
.featured-profile-box1 .per-info h2{font:normal normal normal 17px/1.2 arial;color:#393131; margin-top:0;   margin-bottom: 10px;}
.per-info{ max-width:142px; color:#393131;}
.per-info address{ margin-bottom:15px;}
.red-color-title{ color:#b61313;}
.per-info span{ display:block; width:100%;}
.featured-profile-box p{font-size:13px;color:#9e9e9e;margin-top: 7px; font-family: 'Open Sans', sans-serif; }

.featured-profile-box1 p{font-size:13px;color:#9e9e9e;margin-top: 7px; font-family: 'Open Sans', sans-serif; }

.pf-box {
    border: 1px solid #E9E6D5;
    background: transparent linear-gradient(to bottom, #FFF 1%, #FFF 93%, #F3F2F2 100%) repeat scroll 0% 0%;
    padding-bottom: 30px;
    margin-bottom: 13px;
}

.pf-lns
{
    padding: 5px;
}

.profile-box1 {
    border: 1px solid rgba(244, 120, 31, 0.23);
    border-radius: 5px;
    background: #FFF none repeat scroll 0% 0%;
    padding: 15px 2px;
    margin-bottom: 20px;
}


.pr-fields1 li a {
    color: #5A5A5A;
    display: block;
    width: 100%;
    padding-left: 15px;
    transition: all 0.2s ease-in-out 0s;
    border-bottom: 1px dashed #EDDEC5;
}

.pr-fields1 li {
    list-style: outside none circle;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
}
.clear
{
   clear: both;
}
/* EOF */