/* placeholders */
.bazz-widget ::-webkit-input-placeholder {color: #FFFFFF !important;font-style: normal !important;}
.bazz-widget :-moz-placeholder {color: #FFFFFF !important;opacity: 1;font-style: normal !important;}
.bazz-widget ::-moz-placeholder {color: #FFFFFF !important;opacity: 1;font-style: normal !important;}
.bazz-widget :-ms-input-placeholder {color: #FFFFFF !important;font-style: normal !important;}
.bazz-widget :placeholder-shown {color: #FFFFFF !important;font-style: normal !important;}
/* /placeholders */

.bazz-widget {
	box-sizing: border-box;
	position: fixed !important;
	width: 65px;
 /*	height: 65px; */
	border-radius: 200px;
	transition: width 0.5s;
	background-color: #114485;
	text-align: right;
	line-height: 1;
	z-index: 9997;
}
	.bazz-widget * {
		box-sizing: border-box;
	}
	.bazz-widget.opened {
		width: 500px;  	border: 2px solid #fff!important;
		background-color: #3477CD
	}
	.bazz-widget-close {
		width: 30px;
		height: 30px;
		position: absolute;
		top: -10px;
		left: -10px;
		display: none;
		cursor: pointer;
		border-radius: 50%;
		border: 3px solid #FFFFFF;
		background: url('../images/bazz-close-button.png') no-repeat center center;
		background-color: #114485;
		background-size: 22px;
		font-size: 0px;
		z-index: 9998;
	}
		.bazz-widget.opened .bazz-widget-close {
			display: block;
		}
	.bazz-widget-form {
		display: none;
		width: 100%;
		text-align: center;
		overflow: hidden;
		height: auto;
		transition: margin 0.3s ease-in-out;
		/*padding-top: 13px;*/
		position: relative;
	}
		.bazz-widget.opened .bazz-widget-form {
			/*display: block;*/
		}
		.bazz-widget-form label {
			display: inline-block;
			width: 32%;
			color: #FFFFFF;
			text-align: left;
			vertical-align: middle;
			line-height: 1.2;
			font-size: 16px;
			font-weight: normal;
			margin: 0 !important;
		}
			.bazz-widget-form label .bazz_time {
				position: static;
			}
			.bazz-widget-form label.countdown {
				width: 25%;
				margin-left: 2%;
			}
		.bazz-widget-form input {
			display: inline-block !important;
			width: 32% !important;
			text-align: left;
			vertical-align: middle !important;
			height: 30px !important;
			border-radius: 2px !important;
			padding: 0 !important;
			color: #FFFFFF !important;
			font-size: 16px !important;
			font-weight: 400;
			letter-spacing: 0;
			line-height: 1;
			text-transform: none;
			margin: 0 !important;
		}
		.bazz-widget-form input[type="tel"] {
			background: transparent !important;
			border: 1px solid #FFFFFF;
			padding-left: 6px !important;
			padding-right: 6px !important;      text-align: left;
		}
   .bazz-widget-form input[type="text"]{border: 1px solid #FFFFFF!important}

		.bazz-widget-form input[type="tel"]:focus,
		.bazz-widget-form input[type="text"]:focus {
			border-color: #FFFFFF;
		}
		.bazz-widget-form-submit {
			width: 25%;
			margin-left: 2%;
			border-width: 1px;
			border-style: solid;
			text-align: center;
			font-size: 16px;
			border-radius: 2px;
			height: 30px;
			color: #FFFFFF !important;
			display: inline-block;
			text-decoration: none !important;
			vertical-align: middle;
			line-height: 28px;
			top: auto;
			bottom: auto;
			left: auto;
			right: auto;
			position: static;
		}
		.bazz-widget-form input[hidden] {
			display: none !important;
		}
	.bazz-widget .bazz-widget-button {
		width: 65px;   	border: 2px solid #3477CD!important;
		height: 65px;
		border: none;
		text-align: center;
		border-radius: 35px;
		position: relative;
		padding: 0;
		cursor: pointer;
		z-index: 2;
	}
	.bazz-widget i {
		font-style: normal;
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.5s;
	    -moz-transition: -moz-transform 0.5s;
	    -ms-transition: -moz-transform 0.5s;
	    -o-transition: -o-transform 0.5s;
	    transition: transform 0.5s;
	    -webkit-transform-style: preserve-3d;
	    -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	    -o-transform-style: preserve-3d;
	    transform-style: preserve-3d;
	}
		.bazz-widget.opened .bazz-widget-button,
		.bazz-widget.opened .bazz-widget-inner-circle,
		.bazz-widget.opened .bazz-widget-inner-border{
			display: none;
		}
		.bazz-widget i:first-child {
			background: url('../images/trubka.png') no-repeat center center;
		}
		.bazz-widget i:last-child {
			-webkit-transform: rotateY( 180deg );
			-moz-transform: rotateY( 180deg );
			-ms-transform: rotateY(180deg);
			-o-transform: rotateY( 180deg );
			transform: rotateY( 180deg );
			color: #FFFFFF;
			font-weight: bold;
			font-size: 14px;
			line-height: 1.2;
			word-wrap: break-word;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			 align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}
		.bazz-widget-inner-circle {
			width: 65px;
			height: 65px;
			position: absolute;
			top: 0;
			right: 0;
			border-radius: 100px;
			opacity: 0.3;
			z-index: 1;
			transition: all 1s ease-in-out;
		}
		.bazz-widget-inner-border {
			width: 65px;
			height: 65px;
			position: absolute;
			top: 0px;
			right: 0px;
			border-radius: 200px;
			border-width: 1px;
			border-style: solid;
			z-index: 1;
			opacity: 1;
		}
	.bazz-widget-your-name {
		color: #FFFFFF !important;
		text-decoration: none !important;
		border-bottom: 1px dashed #fff;
		line-height: 1.2;
		height: auto;
		width: auto;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		position: static;
	}
	.bazz-widget-form-top,
	.bazz-widget-form-bottom {
		width: 100%;
	height: auto;
		padding-top: 12px;      padding-bottom: 10px;
		transition: margin 0.3s ease-in-out;
		position: relative;
	}
	.bazz-widget-form-top.overflow {
		margin-top: -65px;
	}
	.bazz-widget-form-bottom {

	}
		.bazz-widget-form-bottom label {
			width: 45%;
			vertical-align: middle;
		}
		.bazz-widget-form-bottom input {
			width: 40%;
			vertical-align: middle;
			padding: 0 6px !important;
			background: transparent !important;
			border: 1px solid #FFFFFF;
		}
		.bazz-widget-name-close {
			width: 34px;
			height: 34px;
			display: inline-block;
			background: url('../images/ok.png') no-repeat center center #114485;
			background-size: 24px;
			border-radius: 50%;
			border-width: 1px;
			border-style: solid;
			margin-left: 10px;
			vertical-align: middle;
			top: auto;
			bottom: auto;
			left: auto;
			right: auto;
			position: static;
		}
		.bazz-widget-form-info {
			position: absolute;
			left: 0;
			bottom: 0;
			font-size: 9px;
			text-align: center;
			width: 100%;
			line-height: 1;
			padding-bottom: 2px;
			color: #666 !important;
		}

   .bazz-widget-inner-border, .bazz-widget-form-submit, .bazz-widget-name-close {
    border-color:#114485;
}

.bazz-widget, .bazz-widget-close, .bazz-widget-form-submit, .bazz-widget-button, .bazz-widget-name-close, .bazz-widget-inner-circle {
    background-color: #114485;
}



  .bazz-widget.ui-draggable.ui-draggable-handle.opened {
    border-radius: 2px;
}

.bazz-widget-form label, .bazz-widget-form input {
    text-align: right;
    padding-right: 12px;
}
span.bazz_time
 { color: #eee!important;}

@media only screen and (max-width : 575px) {
 .bazz-widget.opened {
    width: 100%!important;     right: 0!important;
     bottom: 0!important;
    left: auto !important;
}

 .bazz-widget-close {
right :0!important;}

.bazz-widget {

    right: 20px!important;
     bottom: 20px!important;

}

.bazz-widget-form label{
    text-align: center!important;
    display: block!important;
    padding: 4px 20px 8px!important;     width: 100%!important;
}

.bazz-widget-form-top, .bazz-widget-form-bottom, .bazz-widget, .bazz-widget-form {
height: auto!important;

}
.bazz-widget-form label{
    width: 100%!important;
}
.bazz-widget-form-bottom {
    padding-bottom: 14px;
}





}


.bazz-widget-form label,  a.bazz-widget-form-submit {

    direction: rtl!important;
}

@media only screen and (max-width : 575px) {
#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#114485;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #eee;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#114485;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(http://adwrks.co.il/img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
    50% {transform: scale(1); opacity: 1; }
    100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
    50% {-webkit-transform: scale(1);opacity: 1;}
    100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
    0% {transform: rotate(-8deg);}
    50% {transform: rotate(8deg);}
    100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
    0% {-webkit-transform: rotate(-8deg);}
    50% {-webkit-transform: rotate(8deg);}
    100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
    0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
    30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
    100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
    30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
    100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
    0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
    30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
    100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
    0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
    30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
    100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
    0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
    100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
    50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
    100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
    0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
    0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

    }
