
/**
 * Default Widget Stylesheet
 * KBRmedia - http://gempixel.com
 **/

#PUS_main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin: 0;
	background: #fff;
}
#PUS_main #PUS_message {
	background: #fff;
	display: none;
	color: #000;
	padding: 2px 5px;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main #PUS_message.PUS_error{
	background: #FF7979;
}
#PUS_main #PUS_title{

}
#PUS_main #PUS_form{
	border: 1px solid #ccc;
}
#PUS_main #PUS_form #PUS_main_input{
	position: relative;
	min-height: 30px;
}
#PUS_main #PUS_form #PUS_main_input > label {
	display: none;
}

#PUS_main #PUS_main_input input {
	outline: none;
	margin: 0;
	width: 100%;
	min-height: 30px;
	padding: 10px 90px 10px 10px !important;
	line-height: 25px;
	font-size: 20px;
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #eee;
	color: #666;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}
#PUS_main #PUS_main_input input:hover{
	background: #f8f8f8;
	color: #999;
	border-color: #32a0ee;
}
#PUS_main #PUS_main_input #PUS_loading{
	position: absolute;
	display: none;
	right: 15px;
	top: 12px;
	width: 40px;
	height: 24px;
	text-indent: -9999px;
	background: #fff url("loader.gif") no-repeat 4px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main #PUS_main_input button{
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	padding: 5px 10px !important;
	background: #32a0ee;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}
#PUS_main #PUS_main_input button:hover{
	background: #6AB9F2;
}
#PUS_main #PUS_main_input button:focus{
	background: #1383D5;
}
#PUS_main #PUS_custom_container {
	color: #666;
	padding: 10px;
	font-size: 13px;
	overflow: hidden;
}
#PUS_main #PUS_custom_container a{
	color: #fff;
	background: #32a0ee;
	padding: 2px 8px;
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main #PUS_custom_container #PU_custom_input_container{
	float: left;
}
#PUS_main #PUS_custom_container  #PU_custom_input_container > label{
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
}
#PUS_main #PUS_custom_container  #PU_custom_input_container > span {
	display: none;
}

#PUS_main #PUS_custom_container #PUS_custom_input {
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 8px 10px !important;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}
#PUS_main #PUS_custom_container #PUS_custom_input:hover {
	border-color: #32a0ee;
}
#PUS_main #PUS_custom_container button{
	outline: none;
	float: right;
	margin-top: 10px;
	border: 0;
	padding: 10px;
	height: auto;
	line-height: 15px;
	font-size: 12px;
	background: #32a0ee;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}
#PUS_main #PUS_custom_container button:hover{
	background: #6AB9F2;
}
#PUS_main #PUS_custom_container button:active{
	border: 0;
	background: #1383D5;
}
#PUS_main.widget_fix #PUS_main_input input{
	padding: 10px !important;
}
#PUS_main.widget_fix #PUS_custom_container > span {
	display: none;
}
#PUS_main.widget_fix #PUS_custom_container #PUS_custom_input{
	padding: 5px 10px 5px 5px;
	width: 100%;
}
#PUS_main.widget_fix #PUS_custom_container button{
	display: block;
	position: relative;
	top:0;
	right:0;
	width: 100%;
	margin-top: 10px;
}
#PUS_main.widget_fix #PUS_main_input #PUS_loading{
	display: none;
}
@media screen and (max-width:480px){
	#PUS_main #PUS_main_input input{
		padding: 10px;
	}
	#PUS_main #PUS_custom_container > span {
		display: none;
	}
	#PUS_main #PUS_custom_container #PUS_custom_input{
		padding: 5px 10px 5px 5px;
		width: 100%;
	}
	#PUS_main #PUS_custom_container button{
		display: block;
		position: relative;
		top:0;
		right:0;
		width: 100%;
		margin-top: 10px;
	}
	#PUS_main #PUS_main_input #PUS_loading{
		display: none;
	}
}
/**
 * Gray-Blue Widget Stylesheet
 * KBRmedia - http://gempixel.com
 **/
#PUS_main.gb-c {
	margin: 0;
	background: transparent;
}
#PUS_main.gb-c #PUS_message {

}
#PUS_main.gb-c #PUS_title{

}
#PUS_main.gb-c #PUS_form{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #4e5968;
}
#PUS_main.gb-c #PUS_form #PUS_main_input{
	min-height: 30px;
}
#PUS_main.gb-c #PUS_form #PUS_main_input > label {
	display: none;
}

#PUS_main.gb-c #PUS_main_input input {
	background: #4e5968;
	border: 2px solid #4e5968;
	color: #fff;
}
#PUS_main.gb-c #PUS_main_input input:hover{
	background: #5F6C7E;
	border-color:#16a085;
}
#PUS_main.gb-c #PUS_main_input #PUS_loading{

}
#PUS_main.gb-c #PUS_main_input button{
	background: #16a085;
}
#PUS_main.gb-c #PUS_main_input button:hover{
	background: #48c9b0;
}
#PUS_main.gb-c #PUS_main_input button:focus{
	background: #31A891;
}
#PUS_main.gb-c #PUS_custom_container {
	background: #eff0f2;
	color: #34495e;
}
#PUS_main.gb-c #PUS_custom_container > label{
	display: block;
	font-weight: 700;
}
#PUS_main.gb-c #PUS_custom_container > span {
}

#PUS_main.gb-c #PUS_custom_container #PUS_custom_input {
	background: #34495e;
	color: #fff;
	border-bottom: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main.gb-c #PUS_custom_container #PUS_custom_input:hover {
	border-color: #32a0ee;
}
#PUS_main.gb-c #PUS_custom_container button{
	background: #16a085;
}
#PUS_main.gb-c #PUS_custom_container button:hover{
	background: #48c9b0;
}
#PUS_main.gb-c #PUS_custom_container button:active{
	background: #31A891;
}
/**
 * Dark Blue Widget Stylesheet
 * KBRmedia - http://gempixel.com
 **/
#PUS_main.db-c {
	margin: 0;
	background: transparent;
}
#PUS_main.db-c #PUS_message {
}
#PUS_main.db-c #PUS_title{

}
#PUS_main.db-c #PUS_form{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #4e5968;
}
#PUS_main.db-c #PUS_form #PUS_main_input{
	min-height: 30px;
}
#PUS_main.db-c #PUS_form #PUS_main_input > label {
	display: none;
}

#PUS_main.db-c #PUS_main_input input {
	background: #2c3e50 ;
	border: 1px solid #4e5968;
	color: #fff;
}
#PUS_main.db-c #PUS_main_input input:hover{
	background: #5F6C7E;
	border-color:#1ABC9C;
}
#PUS_main.db-c #PUS_main_input #PUS_loading{

}
#PUS_main.db-c #PUS_main_input button{
	background: #16a085;
}
#PUS_main.db-c #PUS_main_input button:hover{
	background: #48c9b0;
}
#PUS_main.db-c #PUS_main_input button:focus{
	background: #31A891;
}
#PUS_main.db-c #PUS_custom_container {
	background: #34495e;
	color: #fff;
}
#PUS_main.db-c #PUS_custom_container > label{
	display: block;
	font-weight: 700;
}
#PUS_main.db-c #PUS_custom_container > span {
}

#PUS_main.db-c #PUS_custom_container #PUS_custom_input {
	background: #1ABC9C;
	color: #fff;
	border-bottom: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main.db-c #PUS_custom_container #PUS_custom_input:hover {
	border-color: #EA6051;
}
#PUS_main.db-c #PUS_custom_container button{
	background: #1ABC9C;
}
#PUS_main.db-c #PUS_custom_container button:hover{
	background: #1DD3AF;
}
#PUS_main.db-c #PUS_custom_container button:active{
	background: #16A085;
}
/**
 * Dark Red Widget Stylesheet
 * KBRmedia - http://gempixel.com
 **/
#PUS_main.dr-c {
	margin: 0;
	background: transparent;
}
#PUS_main.dr-c #PUS_message {
}
#PUS_main.dr-c #PUS_title{

}
#PUS_main.dr-c #PUS_form{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #921F12;
}
#PUS_main.dr-c #PUS_form #PUS_main_input{
	min-height: 30px;
}
#PUS_main.dr-c #PUS_form #PUS_main_input > label {
	display: none;
}

#PUS_main.dr-c #PUS_main_input input {
	background: #E74C3C;
	border: 1px solid #E74C3C;
	color: #fff;
}
#PUS_main.dr-c #PUS_main_input input:hover{
	background: #EA6455;
	border-color:#C0392B;
}
#PUS_main.dr-c #PUS_main_input #PUS_loading{

}
#PUS_main.dr-c #PUS_main_input button{
	background: #16a085;
}
#PUS_main.dr-c #PUS_main_input button:hover{
	background: #48c9b0;
}
#PUS_main.dr-c #PUS_main_input button:focus{
	background: #31A891;
}
#PUS_main.dr-c #PUS_custom_container {
	background: #C0392B;
	color: #fff;
}
#PUS_main.dr-c #PUS_custom_container > label{
	display: block;
	font-weight: 700;
}
#PUS_main.dr-c #PUS_custom_container > span {
}

#PUS_main.dr-c #PUS_custom_container #PUS_custom_input {
	background: #e74c3c;
	color: #fff;
	border-bottom: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main.dr-c #PUS_custom_container #PUS_custom_input:hover {
	border-color: #EA6051;
}
#PUS_main.dr-c #PUS_custom_container button{
	background: #e74c3c;
}
#PUS_main.dr-c #PUS_custom_container button:hover{
	background: #EA6051;
}
#PUS_main.dr-c #PUS_custom_container button:active{
	background: #C52918;
}
/**
 * Transparent Black Widget Stylesheet
 * KBRmedia - http://gempixel.com
 **/
#PUS_main.tb-c {
	margin: 0;
	background: transparent;
}
#PUS_main.tb-c #PUS_message {
}
#PUS_main.tb-c #PUS_title{

}
#PUS_main.tb-c #PUS_form{
	border: 0;
}
#PUS_main.tb-c #PUS_form #PUS_main_input{
	min-height: 30px;
}
#PUS_main.tb-c #PUS_form #PUS_main_input > label {
	display: none;
}

#PUS_main.tb-c #PUS_main_input input {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main.tb-c #PUS_main_input input:hover{
	border-color:#222;
}
#PUS_main.tb-c #PUS_main_input #PUS_loading{

}
#PUS_main.tb-c #PUS_main_input button{
	background: #16a085;
}
#PUS_main.tb-c #PUS_main_input button:hover{
	background: #48c9b0;
}
#PUS_main.tb-c #PUS_main_input button:focus{
	background: #31A891;
}
#PUS_main.tb-c #PUS_custom_container {
	background: transparent;
	color: #000;
	padding: 10px 0;
}
#PUS_main.tb-c #PUS_custom_container > label{
	display: block;
	font-weight: 700;
}
#PUS_main.tb-c #PUS_custom_container > span {
}

#PUS_main.tb-c #PUS_custom_container #PUS_custom_input {
	background: transparent;
	color: #000;
	border: 1px solid #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main.tb-c #PUS_custom_container #PUS_custom_input:hover {
	border-color: #222;
}
#PUS_main.tb-c #PUS_custom_container button{
	background: #000;
	margin-top: 22px !important;
}
#PUS_main.tb-c #PUS_custom_container button:hover{
	background: #333;
}
#PUS_main.tb-c #PUS_custom_container button:active{
	background: #000;
}

/**
 * Light Green Widget Stylesheet
 * KBRmedia - http://gempixel.com
 **/
#PUS_main.lg-c {
	margin: 0;
	background: transparent;
}
#PUS_main.lg-c #PUS_message {
}
#PUS_main.lg-c #PUS_title{

}
#PUS_main.lg-c #PUS_form{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #92CF5C;
}
#PUS_main.lg-c #PUS_form #PUS_main_input{
	min-height: 30px;
}
#PUS_main.lg-c #PUS_form #PUS_main_input > label {
	display: none;
}

#PUS_main.lg-c #PUS_main_input input {
	background: #92CF5C;
	border: 0;
	color: #fff;
}
#PUS_main.lg-c #PUS_main_input input:hover{
	background: #A8D97B;
}
#PUS_main.lg-c #PUS_main_input #PUS_loading{

}
#PUS_main.lg-c #PUS_main_input button{
	background: #16a085;
}
#PUS_main.lg-c #PUS_main_input button:hover{
	background: #48c9b0;
}
#PUS_main.lg-c #PUS_main_input button:focus{
	background: #31A891;
}
#PUS_main.lg-c #PUS_custom_container {
	background: #fff;
	color: #444;
}
#PUS_main.lg-c #PUS_custom_container > label{
	display: block;
	font-weight: 700;
}
#PUS_main.lg-c #PUS_custom_container > span {
}

#PUS_main.lg-c #PUS_custom_container #PUS_custom_input {
	background: #444;
	color: #fff;
	border-bottom: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#PUS_main.lg-c #PUS_custom_container #PUS_custom_input:hover {
	border-color: #000;
}
#PUS_main.lg-c #PUS_custom_container button{
	background: #444;
}
#PUS_main.lg-c #PUS_custom_container button:hover{
	background: #666;
}
#PUS_main.lg-c #PUS_custom_container button:active{
	background: #000;
}
/**
 * Custom Theme
 * KBRmedia - http://gempixel.com
 **/
#PUS_main.cc-c {

}
#PUS_main.cc-c #PUS_message {
}
#PUS_main.cc-c #PUS_title{

}
#PUS_main.cc-c #PUS_form{

}
#PUS_main.cc-c #PUS_form #PUS_main_input{

}
#PUS_main.cc-c #PUS_form #PUS_main_input > label {

}

#PUS_main.cc-c #PUS_main_input input {

}
#PUS_main.cc-c #PUS_main_input input:hover{

}
#PUS_main.cc-c #PUS_main_input #PUS_loading{

}
#PUS_main.cc-c #PUS_main_input button{

}
#PUS_main.cc-c #PUS_main_input button:hover{

}
#PUS_main.cc-c #PUS_main_input button:focus{

}
#PUS_main.cc-c #PUS_custom_container {

}
#PUS_main.cc-c #PUS_custom_container #PU_custom_input_container{

}
#PUS_main.cc-c #PUS_custom_container  #PU_custom_input_container > label{
}

#PUS_main.cc-c #PUS_custom_container  #PU_custom_input_container > span {

}

#PUS_main.cc-c #PUS_custom_container #PUS_custom_input {
}
#PUS_main.cc-c #PUS_custom_container #PUS_custom_input:hover {

}
#PUS_main.cc-c #PUS_custom_container button{

}
#PUS_main.cc-c #PUS_custom_container button:hover{

}
#PUS_main.cc-c #PUS_custom_container button:active{

}