/* css styles for forms */

/*@import url(//fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700,800);*/
body {
	margin:0;
	padding:0;
	height: 100%;

}
html {
	height: 100%;

}
.flag-container{
display:none !important;
}
.wbf-clear {
	clear: both;
}
.wbf-screen {
	opacity: 0;
	z-index: -1000;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background: rgba(148, 148, 148, 0.5);
	position: fixed;
	top:0;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbf-screen.active {
	opacity: 1;
	z-index: 10000;
}
.wbf-container {
	opacity: 0;
	z-index: -1000;
	width:40%;
	background: #ffffff;
	position: absolute;
	left: 30%;
	top: 25%;
	font-family: "Open Sans", sans-serif;
	-webkit-box-shadow: 2px 2px 20px 4px #ADADAD;
	-moz-box-shadow: 2px 2px 20px 4px #ADADAD;
	-o-box-shadow: 2px 2px 20px 4px #ADADAD;
	box-shadow: 2px 2px 20px 4px #ADADAD;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transform: translate3d(0,-100px,0);
	-moz-transform: translate3d(0,-100px,0);
	-o-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
.wbf-container.active {
	opacity: 1;
	z-index: 10000;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.wbf-header {
	padding:20px 30px;
	background: blue;
}
.wbf-header .wbf-mainheader {
	font-size: 1.6rem;
	color: black;
	float: left;
}

.wbf-header .wbf-availability {
	float:right;
}
.wbf-header .wbf-availability .wbf-availability-icon{
	border-radius: 50%;
	width: 10px;
	height: 10px;
	/*background: rgb(0, 236, 0);*/
	background:#0f691e;
	display: inline-block;
}
.wbf-header .wbf-availability .wbf-availability-msg{
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 200;
	display: inline-block;
}
.wbf-header .wbf-availability.available .wbf-availability-msg{
	color: rgb(0, 236, 0);
}

.wbf-form {
	padding: 30px;
	min-height: 179px;

}
.wbf-form .wbf-status {
	margin-bottom: 20px;
}
.wbf-form .wbf-status .wbf-message {
	font-size: 1rem;
}
.wbf-form .wbf-status .wbf-message.wbf-centered {
	text-align: center;
	display: block;
}
.wbf-form .intl-tel-input {
	width:100%;
	padding-left: 10%;
}
.wbf-form .wbf-numberinput {
	width: 80%;
	height: 40px;
	background: #f2f2f2;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	border: 1px solid #c3c3c3;
}
.wbf-form .wbf-numberinput:hover {
	background: white;
	border: 1px solid gray;
}
.wbf-form .wbf-numberinput:focus {
	background: white;
}
.wbf-form .wbf-formerror {
	font-size: 0.8rem;
	color: red;
	margin-left: 10%;
	margin-top: 5px;
	float: left;
}
.wbf-form .wbf-privacy {
	margin-top: 25px;
	text-align: center;
	font-size: 0.75rem;
	color:#969696;
}
.wbf-form .wbf-submit input {
	width:auto;
	color: black;
	font-weight: 600;
	background: rgb(108, 108, 255);
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/*background: rgb(221, 221, 221);*/
	height: 40px;
	margin:15px auto 0px auto;
	padding: 0 20px;
	display: block;
	border: 1px solid rgb(157, 157, 157);
	cursor: pointer;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbf-form .wbf-submit input:hover {
	background: #fed814;
	color:black;
}
.wbf-footer {
	padding: 20px 30px;
	font-size: 0.8rem;
	background: #D1DBFA;
	color: #7E7E7E;
}
.wbf-footer .wbf-poweredby {
	float: left;
	width: 130px;
	height: 18px;
}
.wbf-footer .wbf-poweredby img {
	width: 70px;
	-webkit-transform: translate3d(-20px,-12px,0);
	-moz-transform: translate3d(-20px,-12px,0);
	-o-transform: translate3d(-20px,-12px,0);
	transform: translate3d(-20px,-12px,0);
	float: right;
}
.wbf-footer .wbf-close {
	float: right;
}
.wbf-footer .wbf-close:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* Status messages */
.wbf-container .wbf-window{
	overflow: hidden;
}
.wbf-container .wbf-livestatus{
	visibility: hidden;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.wbf-container.connecting .wbf-window, .wbf-container.connected .wbf-window,
.wbf-container.verifying .wbf-window, .wbf-container.verification-success .wbf-window,
.wbf-container.verification-failed .wbf-window, .wbf-container.in-progress .wbf-window,
.wbf-container.completed .wbf-window, .wbf-container.ended .wbf-window,
.wbf-container.agent-busy .wbf-window, .wbf-container.oops .wbf-window{
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.wbf-container.connecting .wbf-livestatus, .wbf-container.connected .wbf-livestatus,
.wbf-container.verifying .wbf-livestatus, .wbf-container.verification-success .wbf-livestatus,
.wbf-container.verification-failed .wbf-livestatus, .wbf-container.in-progress .wbf-livestatus,
.wbf-container.completed .wbf-livestatus, .wbf-container.ended .wbf-livestatus,
.wbf-container.agent-busy .wbf-livestatus, .wbf-container.oops .wbf-livestatus{
	visibility: visible;
	height: auto;
}
.wbf-container .wbf-livemsg-connecting, .wbf-container .wbf-livemsg-connected,
.wbf-container .wbf-livemsg-verifying, .wbf-container .wbf-livemsg-verification-success,
.wbf-container .wbf-livemsg-verification-failed, .wbf-container .wbf-livemsg-in-progress,
.wbf-container .wbf-livemsg-completed, .wbf-container .wbf-livemsg-ended,
.wbf-container .wbf-livemsg-agent-busy, .wbf-container .wbf-livemsg-oops, .wbf-container .wbf-livemsg-timer {
	display: none;
}
.wbf-container.connecting .wbf-livemsg-connecting {
	display: inherit;
}
.wbf-container.connected .wbf-livemsg-connected {
	display: inherit;
}
.wbf-container.verifying .wbf-livemsg-verifying {
	display: inherit;
}
.wbf-container.verification-success .wbf-livemsg-verification-success {
	display: inherit;
}
.wbf-container.in-progress .wbf-livemsg-timer {
	display: inherit;
}
.wbf-container.completed .wbf-livemsg-timer {
	display: inherit;
}
.wbf-container.verification-failed .wbf-livemsg-verification-failed {
	display: inherit;
}
.wbf-container.in-progress .wbf-livemsg-in-progress {
	display: inherit;
}
.wbf-container.completed .wbf-livemsg-completed {
	display: inherit;
}
.wbf-container.ended .wbf-livemsg-ended {
	display: inherit;
}
.wbf-container.agent-busy .wbf-livemsg-agent-busy {
	display: inherit;
}
.wbf-container.oops .wbf-livemsg-oops {
	display: inherit;
}
.wbf-container .wbf-verificationcode {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 600;
	color: crimson;
}
/* Theme Peter River */
.wbf-container.theme-peter-river .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-peter-river .wbf-header {
	/* background: #3498db; */
	background: #fed814;
}
.wbf-container.theme-peter-river .wbf-form .wbf-submit input {
	/*background: #3498db;*/
	background:#fed814;
}
.wbf-container.theme-peter-river .wbf-form .wbf-submit input:hover {
	background: #2980b9;
}
.wbf-container.theme-peter-river .wbf-header .wbf-availability.available .wbf-availability-msg {
	/*color: rgb(158, 255, 158);*/
	color:#0f691e;
}
.wbf-container.theme-peter-river .wbf-header .wbf-availability.available .wbf-availability-icon{
	/*background: rgb(158, 255, 158); */
	background:#0f691e;
}
.wbf-container.theme-peter-river .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #FF9B91;
}
.wbf-container.theme-peter-river .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #FF9B91;
}
.wbf-container.theme-peter-river .wbf-footer {
	background: #D7E3EC;
}

/* Theme Amethyst */
.wbf-container.theme-amethyst .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-amethyst .wbf-header {
	background: #9b59b6;
}
.wbf-container.theme-amethyst .wbf-form .wbf-submit input {
	background: #9b59b6;
}
.wbf-container.theme-amethyst .wbf-form .wbf-submit input:hover {
	background: #8e44ad;
}
.wbf-container.theme-amethyst .wbf-header .wbf-availability.available .wbf-availability-msg {
	color: rgb(105, 249, 105);
}
.wbf-container.theme-amethyst .wbf-header .wbf-availability.available .wbf-availability-icon{
	background: rgb(105, 249, 105);
}
.wbf-container.theme-amethyst .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #FFA69D;
}
.wbf-container.theme-amethyst .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #FF7769;
}
.wbf-container.theme-amethyst .wbf-footer {
	background: #F6E0FF;
}

/* Theme Wet Asphalt */
.wbf-container.theme-wet-asphalt .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-wet-asphalt .wbf-header {
	background: #34495e;
}
.wbf-container.theme-wet-asphalt .wbf-form .wbf-submit input {
	background: #34495e;
}
.wbf-container.theme-wet-asphalt .wbf-form .wbf-submit input:hover {
	background: #2c3e50;
}
.wbf-container.theme-wet-asphalt .wbf-header .wbf-availability.available .wbf-availability-msg {
	color: rgb(105, 249, 105);
}
.wbf-container.theme-wet-asphalt .wbf-header .wbf-availability.available .wbf-availability-icon{
	background: rgb(105, 249, 105);
}
.wbf-container.theme-wet-asphalt .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #FFA69D;
}
.wbf-container.theme-wet-asphalt .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #FF7769;
}
.wbf-container.theme-wet-asphalt .wbf-footer {
	background: #E2E2E2;
}

/* Theme Emerald */
.wbf-container.theme-emerald .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-emerald .wbf-header {
	background: #2ecc71;
}
.wbf-container.theme-emerald .wbf-form .wbf-submit input {
	background: #2ecc71;
}
.wbf-container.theme-emerald .wbf-form .wbf-submit input:hover {
	background: #27ae60;
}
.wbf-container.theme-emerald .wbf-header .wbf-availability.available .wbf-availability-msg {
	color: rgb(213, 255, 213);
}
.wbf-container.theme-emerald .wbf-header .wbf-availability.available .wbf-availability-icon{
	background: rgb(213, 255, 213);
}
.wbf-container.theme-emerald .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #F95140;
}
.wbf-container.theme-emerald .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #F95140;
}
.wbf-container.theme-emerald .wbf-footer {
	background: #E6F9EE;
}

/* Theme Turquoise */
.wbf-container.theme-turquoise .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-turquoise .wbf-header {
	background: #1abc9c;
}
.wbf-container.theme-turquoise .wbf-form .wbf-submit input {
	background: #1abc9c;
}
.wbf-container.theme-turquoise .wbf-form .wbf-submit input:hover {
	background: #16a085;
}
.wbf-container.theme-turquoise .wbf-header .wbf-availability.available .wbf-availability-msg {
	color: rgb(213, 255, 213);
}
.wbf-container.theme-turquoise .wbf-header .wbf-availability.available .wbf-availability-icon{
	background: rgb(213, 255, 213);
}
.wbf-container.theme-turquoise .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #F95140;
}
.wbf-container.theme-turquoise .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #F95140;
}
.wbf-container.theme-turquoise .wbf-footer {
	background: #ECFAF7;
}

/* Theme Carrot */
.wbf-container.theme-carrot .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-carrot .wbf-header {
	background: #e67e22;
}
.wbf-container.theme-carrot .wbf-form .wbf-submit input {
	background: #e67e22;
}
.wbf-container.theme-carrot .wbf-form .wbf-submit input:hover {
	background: #d35400;
}
.wbf-container.theme-carrot .wbf-header .wbf-availability.available .wbf-availability-msg {
	color: rgb(84, 255, 84);
}
.wbf-container.theme-carrot .wbf-header .wbf-availability.available .wbf-availability-icon{
	background: rgb(84, 255, 84);
}
.wbf-container.theme-carrot .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #FFCAC5;
}
.wbf-container.theme-carrot .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #FFCAC5;
}
.wbf-container.theme-carrot .wbf-footer {
	background: #FFF4EA;
}

/* Theme Alizarin */
.wbf-container.theme-alizarin .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-alizarin .wbf-header {
	background: #e74c3c;
}
.wbf-container.theme-alizarin .wbf-form .wbf-submit input {
	background: #e74c3c;
}
.wbf-container.theme-alizarin .wbf-form .wbf-submit input:hover {
	background: #c0392b;
}
.wbf-container.theme-alizarin .wbf-header .wbf-availability.available .wbf-availability-msg {
	color: rgb(84, 255, 84);
}
.wbf-container.theme-alizarin .wbf-header .wbf-availability.available .wbf-availability-icon{
	background: rgb(84, 255, 84);
}
.wbf-container.theme-alizarin .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #FFCAC5;
}
.wbf-container.theme-alizarin .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #FFCAC5;
}
.wbf-container.theme-alizarin .wbf-footer {
	background: #FFF0EF;
}

/* Theme Sunflower */
.wbf-container.theme-sunflower .wbf-screen {
	background: rgba(148, 148, 148, 0.5);
}
.wbf-container.theme-sunflower .wbf-header {
	background: #f1c40f;
}
.wbf-container.theme-sunflower .wbf-form .wbf-submit input {
	background: #f1c40f;
}
.wbf-container.theme-sunflower .wbf-form .wbf-submit input:hover {
	background: #f39c12;
}
.wbf-container.theme-sunflower .wbf-header .wbf-availability.available .wbf-availability-msg {
	color: rgb(2, 179, 2);
}
.wbf-container.theme-sunflower .wbf-header .wbf-availability.available .wbf-availability-icon{
	background: rgb(2, 179, 2);
}
.wbf-container.theme-sunflower .wbf-header .wbf-availability.unavailable .wbf-availability-msg {
	color: #FD3D2B;
}
.wbf-container.theme-sunflower .wbf-header .wbf-availability.unavailable .wbf-availability-icon{
	background: #FD3D2B;
}
.wbf-container.theme-sunflower .wbf-footer {
	background: #FDF6D9;
}
@media screen and (max-width: 1100px) and  (min-width:767px){
	.wbf-container {
		width: 63%; 
	  	background: #ffffff;
	 	position: absolute;
	  	left: 17.5%;	
	}
}
@media screen and (max-width:767px){
	.wbf-container {
		width: 90%; 
	  	background: #ffffff;
	 	position: absolute;
	  	left: 5%;	
	}
}
   

/* CSS for chat like popup - prefixed with wbpb */
.wbpb-mastercontainer {
	position: absolute;
	width: 400px;
	position: fixed;
	bottom: 0;
	height: 250px;
	overflow: hidden;
	visibility: hidden;
}
.wbpb-mastercontainer.active {
	visibility: visible;
}
.wbpb-container {
	font-family: "Open Sans", sans-serif;
	width: 350px;
	position: absolute;
	bottom: 0;
	border: 1px solid #848484;
	-webkit-box-shadow: 2px 2px 20px 4px #ADADAD;
	-moz-box-shadow: 2px 2px 20px 4px #ADADAD;
	-o-box-shadow: 2px 2px 20px 4px #ADADAD;
	box-shadow: 2px 2px 20px 4px #ADADAD;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transform: translate3d(0,300px,0);
	-moz-transform: translate3d(0,300px,0);
	-o-transform: translate3d(0,300px,0);
	transform: translate3d(0,300px,0);
}
.wbpb-container.active {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.wbpb-mastercontainer.left {
	left: 0;
}
.wbpb-mastercontainer.right {
	right: 0;
}
.wbpb-header {
	padding:10px 20px;
	background: blue;
	
}
.wbpb-header .wbpb-mainheader {
	font-size: 1.1rem;
	color: white;
	float: left;
}
.wbpb-header .wbpb-close {
	float: right;
	color: white;
	font-size: 0.8rem;
	border-radius: 50%;
	background: transparent;
	width:11px;
	height: 16px;
	padding-left: 4px;
	cursor: default;
	margin-top: 3px;
}
.wbpb-header .wbpb-close:hover {
	background: orange;
}
.wbpb-form {
	padding:20px;
}
.wbpb-form .wbpb-msg {
	margin-bottom: 20px;
	font-size: 0.95rem;
}
.wbpb-inputs input[type="text"] {
	height: 36px;
	padding-left:10px;
	width: 70%;
	background: #eaeaea;
	border: 1px solid #c6c6c6;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbpb-inputs input[type="text"]:hover {
	background: white;
}
.wbpb-inputs input[type="button"] {
	height: 40px;
	width:25%;
	cursor: pointer;
}
.wbpb-inputs .wbpb-btn {
	background: blue;
	color:white;
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	border: none;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbpb-inputs .wbpb-btn:hover {
	background: rgb(0, 0, 178);
}
.wbpb-formerror {
	font-size: 0.8rem;
	color: red;
	margin-top: 3px;
	float: left;
}
.wbpb-footer {
	padding:15px 20px;
	font-size: 0.8rem;
	background: #DBDBFF;
	color: #7E7E7E;
}
.wbpb-footer .wbpb-poweredby {
	float: left;
	width: 130px;
	height: 18px;
}
.wbpb-footer .wbpb-poweredby img {
	width: 70px;
	-webkit-transform: translate3d(-20px,-12px,0);
	-moz-transform: translate3d(-20px,-12px,0);
	-o-transform: translate3d(-20px,-12px,0);
	transform: translate3d(-20px,-12px,0);
	float: right;
}

/* theme peter-river*/
.wbpb-container.theme-peter-river .wbpb-header {
	background: #3498db;
}
.wbpb-container.theme-peter-river input[type="button"] {
	background: #3498db;
}
.wbpb-container.theme-peter-river input[type="button"]:hover {
	background: #2980b9;
}
.wbpb-container.theme-peter-river .wbpb-footer {
	background: #D7E3EC;
}
/* theme amethyst*/
.wbpb-container.theme-amethyst .wbpb-header {
	background: #9b59b6;
}
.wbpb-container.theme-amethyst input[type="button"] {
	background: #9b59b6;
}
.wbpb-container.theme-amethyst input[type="button"]:hover {
	background: #8e44ad;
}
.wbpb-container.theme-amethyst .wbpb-footer {
	background: #F6E0FF;
}
/* theme wet-asphalt*/
.wbpb-container.theme-wet-asphalt .wbpb-header {
	background: #34495e;
}
.wbpb-container.theme-wet-asphalt input[type="button"] {
	background: #34495e;
}
.wbpb-container.theme-wet-asphalt input[type="button"]:hover {
	background: #2c3e50;
}
.wbpb-container.theme-wet-asphalt .wbpb-footer {
	background: #E2E2E2;
}
/* theme emerald*/
.wbpb-container.theme-emerald .wbpb-header {
	background: #2ecc71;
}
.wbpb-container.theme-emerald input[type="button"] {
	background: #2ecc71;
}
.wbpb-container.theme-emerald input[type="button"]:hover {
	background: #27ae60;
}
.wbpb-container.theme-emerald .wbpb-footer {
	background: #E6F9EE;
}
/* theme turquoise*/
.wbpb-container.theme-turquoise .wbpb-header {
	background: #1abc9c;
}
.wbpb-container.theme-turquoise input[type="button"] {
	background: #1abc9c;
}
.wbpb-container.theme-turquoise input[type="button"]:hover {
	background: #16a085;
}
.wbpb-container.theme-turquoise .wbpb-footer {
	background: #ECFAF7;
}

/* theme carrot*/
.wbpb-container.theme-carrot .wbpb-header {
	background: #e67e22;
}
.wbpb-container.theme-carrot input[type="button"] {
	background: #e67e22;
}
.wbpb-container.theme-carrot input[type="button"]:hover {
	background: #d35400;
}
.wbpb-container.theme-carrot .wbpb-footer {
	background: #FFF4EA;
}

/* theme alizarin*/
.wbpb-container.theme-alizarin .wbpb-header {
	background: #e74c3c;
}
.wbpb-container.theme-alizarin input[type="button"] {
	background: #e74c3c;
}
.wbpb-container.theme-alizarin input[type="button"]:hover {
	background: #c0392b;
}
.wbpb-container.theme-alizarin .wbpb-footer {
	background: #FFF0EF;
}
/* theme sunflower*/
.wbpb-container.theme-sunflower .wbpb-header {
	background: #f1c40f;
}
.wbpb-container.theme-sunflower input[type="button"] {
	background: #f1c40f;
	color: rgb(63, 63, 64);
}
.wbpb-container.theme-sunflower input[type="button"]:hover {
	background: #f39c12;
}
.wbpb-container.theme-sunflower .wbpb-footer {
	background: #FDF6D9;
}
.wbpb-container.theme-sunflower .wbpb-header .wbpb-close {
	color: rgb(63, 63, 64);
}
.wbpb-container.theme-sunflower .wbpb-header .wbpb-mainheader {
	color: rgb(63, 63, 64);
}
@media screen and (max-width:767px){
	.wbpb-mastercontainer {
		width: 100%;	
	}
	.wbpb-container {
		width: 100%;
	}
}

/* popup choice */
.wbp-screen {
	opacity: 0;
	z-index: -1000;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background: rgba(148, 148, 148, 0.5);
	position: fixed;
	top:0;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbp-screen.active {
	opacity: 1;
	z-index: 10000;
}
.wbp-close {
	width: 30px;
	margin-top: -10px;
	cursor: default;
}
.wbp-close:hover {
	color: red;
}
.wbp-formerror {
	font-size: 0.8rem;
	color: red;
	margin-left: 13.5%;
	margin-top: 5px;
	float: left;
}
.wbp-container {
	opacity: 0;
	z-index: -1000;
	width:45%;
	background: #ffffff;
	position: absolute;
	left: 27.5%;
	top: 100px;
	padding: 30px 20px 50px 20px;
	font-family: "Open Sans", sans-serif;
	-webkit-box-shadow: 2px 2px 20px 4px #ADADAD;
	-moz-box-shadow: 2px 2px 20px 4px #ADADAD;
	-o-box-shadow: 2px 2px 20px 4px #ADADAD;
	box-shadow: 2px 2px 20px 4px #ADADAD;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transform: translate3d(0,-100px,0);
	-moz-transform: translate3d(0,-100px,0);
	-o-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
.wbp-container.active {
	opacity: 1;
	z-index: 10000;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.wbp-mainline {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.wbp-mainline span.wbp-semibold {
	font-size: 1.8rem;
	font-weight: 600;
}
.wbp-mainline span.wbp-bold {
	font-size: 2.8rem;
	font-weight: 700;
	color: rgb(255, 97, 0);
}
.wbpb-form {
}
.wbp-inputs {
	float: left;
	width: 100%;
	text-align: center;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	cursor: pointer;
	opacity: 0;
	margin-top: -70px;
	visibility: hidden;
}
.wbp-inputs input[type="text"] {
	height: 36px;
	padding-left:10px;
	width: 56%;
	background: #eaeaea;
	border: 1px solid #c6c6c6;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbp-inputs input[type="text"]:hover {
	background: white;
}
.wbp-inputs input[type="button"] {
	height: 40px;
	width:15%;
	cursor: pointer;
}
.wbp-inputs input[type="button"] {
	background: rgb(255, 97, 0);
	color:white;
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	border: none;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbp-inputs input[type="button"]:hover {
	background: rgb(0, 0, 178);
}
.wbp-inputs.active {
	visibility: visible;
	opacity: 1;
}
.wbp-actions {
	text-align: center;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	width: 100%;
}
.wbp-actions.active {
	visibility: visible;
	opacity: 1;
}

.wbp-actions .yesconnect {
	padding: 20px 20px;
	font-size: 1.6rem;
	font-weight: 300;
	background: rgb(255, 97, 0);
	color: white;
	border-radius: 20px;
	border: none;
	border-right: 4px solid rgb(73, 73, 73);
	border-bottom: 8px solid rgb(73, 73, 73);
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	cursor: pointer;
	margin-right: 5px;
}
.wbp-actions .yesconnect:hover {
	background: rgb(255, 27, 0);
	border-right: 4px solid black;
	border-bottom: 8px solid black;
}

.wbp-actions .yesconnect span {
	display: block;
	font-size: 1rem;
}

.wbp-actions .noconnect {
	cursor: pointer;
	padding: 20px 20px;
	font-size: 1.6rem;
	background: gray;
	color: white;
	border-radius: 20px;
	border: none;
	border-right: 4px solid rgb(73, 73, 73);
	border-bottom: 8px solid rgb(73, 73, 73);
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	margin-left: 5px;
}
.wbp-actions .noconnect:hover {
	background: rgb(73, 73, 73);
	border-right: 4px solid black;
	border-bottom: 8px solid black;
}
.wbp-actions .noconnect span {
	display: block;
	font-size: 1rem;
}
@media screen and (max-width: 1100px) and  (min-width:767px){
	.wbp-container {
		width: 63%; 
	  	background: #ffffff;
	 	position: absolute;
	  	left: 17.5%;	
	}
}
@media screen and (max-width:767px){
	.wbp-container {
		width: 80%; 
	  	background: #ffffff;
	 	position: absolute;
	  	left: 5%;	
	}
}
/* Styles for Hello bar */
.wbh-container {
	position: fixed;
	top:0;
	width: 100%;
	height: 75px;
	background: blue;
	font-family: "Open Sans", sans-serif;
	-webkit-box-shadow: 2px -1px 20px 4px #ADADAD;
	-moz-box-shadow: 2px -1px 20px 4px #ADADAD;
	-o-box-shadow: 2px -1px 20px 4px #ADADAD;
	box-shadow: 2px -1px 20px 4px #ADADAD;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transform: translate3d(0,-100px,0);
	-moz-transform: translate3d(0,-100px,0);
	-o-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
.wbh-container.active {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.wbh-msg {
	display: inline-block;
	color: white;
	padding-right: 20px;
}
.wbh-inputs {
	width:80%;
	text-align: left;
	margin:21px auto 0 auto;
	text-align: center;
}
.wbh-close {
	position: absolute;
	color: white;
	font-size: 0.8rem;
	border-radius: 50%;
	background: transparent;
	width:11px;
	height: 16px;
	padding-left: 4px;
	cursor: default;
	top: 27px;
	right: 20px;
}
.wbh-close:hover {
	background: orange;
}
.wbh-fields {
	display: inline-block;
	width: 350px;
	text-align: left;
}
.wbh-inputs input[type="text"] {
	height: 30px;
	padding-left:10px;
	width: 68%;
	background: #eaeaea;
	border: 1px solid #c6c6c6;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbh-inputs input[type="text"]:hover {
	background: white;
}
.wbh-inputs input[type="button"] {
	height: 34px;
	width:25%;
	cursor: pointer;
}
.wbh-inputs input[type="button"] {
	background: rgb(255, 97, 0);
	color:white;
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	border: none;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbh-inputs input[type="button"]:hover {
	background: rgb(0, 0, 178);
}
.wbh-poweredby {
	text-align: left;
	display: inline-block;
	position: absolute;
	left: 10px;
	width: 100px;
	height: 60px;
	margin-top: -5px;
	line-height: 11px;
	vertical-align: top;
	font-size: 0.8rem;
	color: rgba(63, 63, 64, 0.3);
}
.wbh-poweredby img {
	width:70px;
	margin-left: -10px;
}
.wbh-formerror {
	font-size: 0.8rem;
	color: red;
	margin-top: 3px;
	width: 300px;
	position:absolute;
}
/* theme peter-river*/
.wbh-container.theme-peter-river  {
	background: #3498db;
}
.wbh-container.theme-peter-river input[type="button"] {
	background: #e67e22;
}
.wbh-container.theme-peter-river input[type="button"]:hover {
	background: #d35400;
}
.wbh-container.theme-peter-river .wbh-poweredby {
	display:none;
}

/* theme amethyst*/
.wbh-container.theme-amethyst  {
	background: #9b59b6;
}
.wbh-container.theme-amethyst input[type="button"] {
	background: #e67e22;
}
.wbh-container.theme-amethyst input[type="button"]:hover {
	background: #d35400;
}
.wbh-container.theme-amethyst .wbh-poweredby {
	
}


/* theme wet-asphalt*/
.wbh-container.theme-wet-asphalt  {
	background: #34495e;
}
.wbh-container.theme-wet-asphalt input[type="button"] {
	background: #e67e22;
}
.wbh-container.theme-wet-asphalt input[type="button"]:hover {
	background: #d35400;
}
.wbh-container.theme-wet-asphalt .wbh-poweredby {
	-webkit-filter: invert(1);
   	filter: invert(1);
}

/* theme emerald*/
.wbh-container.theme-emerald  {
	background: #2ecc71;
}
.wbh-container.theme-emerald input[type="button"] {
	background: #e67e22;
}
.wbh-container.theme-emerald input[type="button"]:hover {
	background: #d35400;
}
.wbh-container.theme-emerald .wbh-poweredby {
	
}

/* theme turquoise*/
.wbh-container.theme-turquoise  {
	background: #1abc9c;
}
.wbh-container.theme-turquoise input[type="button"] {
	background: #e67e22;
}
.wbh-container.theme-turquoise input[type="button"]:hover {
	background: #d35400;
}
.wbh-container.theme-turquoise .wbh-poweredby {
	
}

/* theme carrot*/
.wbh-container.theme-carrot  {
	background: #e67e22;
}
.wbh-container.theme-carrot input[type="button"] {
	background: #3498db;
}
.wbh-container.theme-carrot input[type="button"]:hover {
	background: #2980b9;
}
.wbh-container.theme-carrot .wbh-poweredby {
	
}

/* theme alizarin*/
.wbh-container.theme-alizarin  {
	background: #e74c3c;
}
.wbh-container.theme-alizarin input[type="button"] {
	background: #3498db;
}
.wbh-container.theme-alizarin input[type="button"]:hover {
	background: #2980b9;
}
.wbh-container.theme-alizarin .wbh-poweredby {
	
}

/* theme sunflower*/
.wbh-container.theme-sunflower  {
	background: #f1c40f;
}

.wbh-container.theme-sunflower input[type="button"] {
	background: #3498db;
}
.wbh-container.theme-sunflower input[type="button"]:hover {
	background: #2980b9;
}
.wbh-container.theme-sunflower .wbh-poweredby {
	
}
.wbh-container.theme-sunflower .wbh-msg{
	color: rgb(63, 63, 64);
}
.wbh-container.theme-sunflower .wbh-close{
	color: rgb(63, 63, 64);
}
/*side left slideout*/
.wbs-container {
	font-family: "Open Sans", sans-serif;
	width: 350px;
	position: fixed;
	top: 20%;
	border: 1px solid #848484;
	-webkit-box-shadow: 2px 2px 20px 4px #ADADAD;
	-moz-box-shadow: 2px 2px 20px 4px #ADADAD;
	-o-box-shadow: 2px 2px 20px 4px #ADADAD;
	box-shadow: 2px 2px 20px 4px #ADADAD;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transform: translate3d(-300px,0,0);
	-moz-transform: translate3d(-300px,0,0);
	-o-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
}
.wbs-container.active {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 
.wbs-switch {
	margin: 0;
	width:60px;
	height: 100%;
	position: absolute;
	right: 0;
	cursor: pointer;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.wbs-switch-msg {
	
	
	
}
.wbs-switch-msg:hover {
	background: rgb(255, 145, 0);
}

.wbs-form {
	padding: 10px;
	width: 264px;
}
.wbs-form .wbs-msg {
	margin-bottom: 20px;
	font-size: 0.95rem;
}
.wbs-form input, .wbs-form select{
	display: block;
	width: 100%;
	margin:18px 0;
	height: 35px;
	-ms-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 0 5px;
}
.wbs-form input[type="button"] {
	background: blue;
	color:white;
	height: 40px;
	width: 120px;
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	margin:0 auto;
}
.wbs-form input[type="button"]:hover {
	background: rgb(0, 0, 178);
}
.wbs-footer {
	color: #7E7E7E;
	padding:5px;
	background: #c6c6c6;
	width:280px;
}
.wbs-footer .wbs-poweredby {
	height: 40px;
	line-height: 40px;
	font-size: 0.8rem;
	
}
.wbs-footer .wbs-poweredby img {
	width:70px;
	margin-left: -10px;
	vertical-align: middle;
}
.wbs-formerror {
	font-size: 0.8rem;
	color: red;
	margin-top: -18px;
	float: left;
}
/* theme peter-river*/
.wbs-container.theme-peter-river .wbs-switch {
	background: #3498db url('../img/callme.png') center no-repeat;
}
.wbs-container.theme-peter-river .wbs-switch:hover {
	background: #2980b9 url('../img/callme.png') center no-repeat;
}
.wbs-container.theme-peter-river input[type="button"] {
	background: #3498db;
}
.wbs-container.theme-peter-river input[type="button"]:hover {
	background: #2980b9;
}
.wbs-container.theme-peter-river .wbs-footer {
	background: #D7E3EC;
}

/* theme amethyst*/
.wbs-container.theme-amethyst .wbs-switch-msg {
	background: #9b59b6;
}
.wbs-container.theme-amethyst .wbs-switch-msg:hover {
	background: #8e44ad;
}
.wbs-container.theme-amethyst input[type="button"] {
	background: #9b59b6;
}
.wbs-container.theme-amethyst input[type="button"]:hover {
	background: #8e44ad;
}
.wbs-container.theme-amethyst .wbs-footer {
	background: #F6E0FF;
}

/* theme wet-asphalt*/
.wbs-container.theme-wet-asphalt .wbs-switch-msg {
	background: #34495e;
}
.wbs-container.theme-wet-asphalt .wbs-switch-msg:hover {
	background: #2c3e50;
}
.wbs-container.theme-wet-asphalt input[type="button"] {
	background: #34495e;
}
.wbs-container.theme-wet-asphalt input[type="button"]:hover {
	background: #2c3e50;
}
.wbs-container.theme-wet-asphalt .wbs-footer {
	background: #E2E2E2;
}

/* theme emerald*/
.wbs-container.theme-emerald .wbs-switch-msg {
	background: #2ecc71;
}
.wbs-container.theme-emerald .wbs-switch-msg:hover {
	background: #27ae60;
}
.wbs-container.theme-emerald input[type="button"] {
	background: #2ecc71;
}
.wbs-container.theme-emerald input[type="button"]:hover {
	background: #27ae60;
}
.wbs-container.theme-emerald .wbs-footer {
	background: #E6F9EE;
}

/* theme turquoise*/
.wbs-container.theme-turquoise .wbs-switch-msg {
	background: #1abc9c;
}
.wbs-container.theme-turquoise .wbs-switch-msg:hover {
	background: #16a085;
}
.wbs-container.theme-turquoise input[type="button"] {
	background: #1abc9c;
}
.wbs-container.theme-turquoise input[type="button"]:hover {
	background: #16a085;
}
.wbs-container.theme-turquoise .wbs-footer {
	background: #ECFAF7;
}

/* theme carrot*/
.wbs-container.theme-carrot .wbs-switch-msg {
	background: #e67e22;
}
.wbs-container.theme-carrot .wbs-switch-msg:hover {
	background: #d35400;
}
.wbs-container.theme-carrot input[type="button"] {
	background: #e67e22;
}
.wbs-container.theme-carrot input[type="button"]:hover {
	background: #d35400;
}
.wbs-container.theme-carrot .wbs-footer {
	background: #FFF4EA;
}

/* theme alizarin*/
.wbs-container.theme-alizarin .wbs-switch-msg {
	background: #e74c3c;
}
.wbs-container.theme-alizarin .wbs-switch-msg:hover {
	background: #c0392b;
}
.wbs-container.theme-alizarin input[type="button"] {
	background: #e74c3c;
}
.wbs-container.theme-alizarin input[type="button"]:hover {
	background: #c0392b;
}
.wbs-container.theme-alizarin .wbs-footer {
	background: #FFF0EF;
}

/* theme sunflower*/
.wbs-container.theme-sunflower .wbs-switch-msg {
	background: #f1c40f;
	color: rgb(63, 63, 64);
}
.wbs-container.theme-sunflower .wbs-switch-msg:hover {
	background: #f39c12;
}
.wbs-container.theme-sunflower input[type="button"] {
	background: #f1c40f;
	color: rgb(63, 63, 64);
}
.wbs-container.theme-sunflower input[type="button"]:hover {
	background: #f39c12;
}
.wbs-container.theme-sunflower .wbs-footer {
	background: #FDF6D9;
}