.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.control-label {
	display: inline-block;
	max-width: 100%;
	min-width: 90%;
	margin-bottom: 5px;
	font-weight: 700;
}

.form-group {
	margin-bottom: 15px;
}

.alert-success{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-danger{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.clearfix {
	clear: both;
	content: '';
}

.alert-nag {
	margin-top: 50px;
	width: 650px;
}

.fade{
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.wp-nag {
	display: inline-block;
	line-height: 19px;
	padding: 11px 15px;
	font-size: 14px;
	text-align: left;
	margin: 25px 20px 0 2px;
	background-color: #fff;
	/*border-left: 4px solid #ffba00;*/
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.social_wrap {
	margin-top: -7px;
	display: inline-block;
}

.social_wrap img {
	width: 35px;
	padding: 0px 0px 0px 3px;
	float: right;
}

.hide {
	display: none;
}

.inline-blocks {
	display: inline-block;
	margin-right: 5px;
}

.width-50 {
	width: 50%;
}

.width-25 {
	width: 25%;
}

.toggle-content {
	display: none;
}

.proSoc-content-id-div {
	line-height: 27px;
	font-size: 20px;
}

.s h3 {
	color: #12c;
	cursor: pointer;
	font-size: medium;
	text-decoration: underline;
}

.s a {
	color: #093;
	font-size: small;
}

.s * {
	font-family: arial,sans-serif;
	line-height: 1.2;
}

.s p {
	padding: 2px 0;
	color: #222;
	font-size: small;
	line-height: 1.24;
}

.wp-social-notice {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 10px 10px 10px 10px;
	border-color: rgba(0, 0, 0, 0.22);
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	background: white;
	border-left-width: 4px;
	border-left-color: #46b450;
}

#_n_get-plus {
	margin-right: 300px;
}

/*Start margin*/

.margin-50px {
	margin: 50px;
}

.margin-20px {
	margin: 20px;
}

.margin-right-20px {
	margin-right: 20px;
}

.margin-left-25px {
	margin-left: 25px;
}

.margin-top-20px {
	margin-top: 20px;
}

/*End margin*/