/* p set home */
.pset-home {
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; 
	position: relative; 
	color: #404040;
	background: white;
    -moz-box-shadow: inset 5px 10px 15px -15px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 5px 10px 15px -15px rgba(0, 0, 0, 0.9);
    box-shadow: inset 5px 10px 25px -15px rgba(0, 0, 0, 0.9);
  	top: 0px;
	border-top: 0px solid #e6e6e6;
    padding-top: 25px;
    }
	
.pset-region {
	min-width: 728px;
	max-width: 728px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 4px;
}
.pset-region .s-contain {
	width: 364px;
	float: left;	}

.pset-region .s-containc {
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 3%;
	}

.s-fonts1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.8em;
	width: 486px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	letter-spacing: .1em;
}


.s-fonts2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	width: 486px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}	


.pset-table {
	width: 628px; 
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; 
	position: relative; 
	min-height: 656px;
	color: #404040;
	background: white;
  	top: 0px;
    padding-top: 25px;
    margin-bottom: 20px;
   
	}


.phold {
	width: 106px;
	height: 120px;
	border: 1px solid #A8A8A8;
	border-radius: 3px;
	margin-left: 10px;
	margin-top: 7px;
	margin-right: auto;

	}

.pfont-up {
	padding-top: 15px;
	color: #808080;
	font-size: 1em;
} 

.pfont-lo {
	padding: 12px 5px 3px 6px;
	color:#808080;
	line-height: 1.3em;
	font-size: .8em;
}


a:hover {
		text-decoration: none !important;
}
.dashicons {
    font-size: 35px;
    width: 40px;
    height: 35px;
    overflow: visible;
    color: #808080;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.unlock {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
/* start split hero */
.hero-ready {
	width: 100vw; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	overflow: hidden; 
	position: relative; 
	height: 105px;
	color: white;
	top: 0px;
    padding-top: 25px;
	background: -webkit-radial-gradient(circle, #0090c7, #007eae );
   	}
	
.hero-ready-region {
	min-width: 728px;
	max-width: 728px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 0px;
}

.hero-ready-region .hcont {
	width: 300px;
	float: left;
	padding-left: 40px;
	}
	
.button {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 3.5em;
	text-transform: uppercase;
	letter-spacing: .26em;
	color: #fff;
	text-align: center;
}

.button-icon {
	width: 180px;
	padding-right: 10px;
	position: relative;
	height: 48px;
	padding-top: 0px;	
}

.hfont {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.2em;
}


/* List CSS */

.just-padding {
  padding: 15px;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}


.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.prelist {
	font-weight: bold;
	line-height: 3em;
}
.obanner  {
	width: 95px;
	height: 30px;
	line-height: 2em;
	color: white;
	background: -webkit-radial-gradient(circle, #FF9900, #FF9902 );
	border-bottom: 1px solid #cc9900;
	border-right: 1px solid #FF9900;
	border-top: 1px solid #FF8900;
	border-left: 1px solid #cc8900;
	font-size: 1em;
	padding-left: 13px;
	padding-right: 0px;
	box-shadow: 0px 5px 9px -1px #a6a6a6;
	font-family: inherit;
	letter-spacing: .2em;
	position:fixed;
	right: -65px;
	top: 400px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	}
