﻿/*===========================================================
Autor: Alberth Silva
Agencia: Criare Sites - Sites para clinicas e capitadores
Version: 1.0

*================================================*/

/*===============================================*
01. Icone de Whatsapp 01
/*===============================================*/

.criare-whatsapp-01-botao {
	text-align: center;
	color: #fff;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 100%;
	padding: 0;
	margin-right: 3px;
	cursor: pointer;
	background: -webkit-linear-gradient(to right, #26C281, #09e072);
	background: -moz-linear-gradient(to right, #26C281, #09e072);
	background: -ms-linear-gradient(to right, #26C281, #09e072);
	background: -o-linear-gradient(to right, #26C281, #09e072);
	background: linear-gradient(to right, #26C281, #09e072);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.criare-whatsapp-01-botao a {
	display: inline-block;
	width: 60px;
	height: 60px;
}
.criare-whatsapp-01-botao img {
	display: inline-block;
	margin-top:7px;
	width: 38px;
	height: 38px;
}
.criare-whatsapp-01-botao .cs-whatapp-icone {
	background-image: url(https://criaresites.com/apps-criare/whatsapp/whatsapp-04.png);
	background-repeat: no-repeat;
	background-size: 40px;
	position: absolute;
	height: 60px;
	width: 60px;
	left: 11px;
	top: 9px;
}
.criare-whatsapp-01-botao .fa {
	line-height: 60px;
	font-size: 35px;
	margin-right: 0px;
}
.criare-whatsapp-01-botao .faw {
	line-height: 60px;
	font-size: 35px;
	margin-right: 0px;
}
.criare-whatsapp-01-direita {
	z-index: 999999;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.criare-whatsapp-01-texto {
	cursor: default;
	display: inline-block;
	font-size: 12px;
	color:#333333;
	margin-right: 10px;
	margin-left: 10px;
	background: #ccffff;
	padding: 5px 10px;
	border-radius: 15px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
}  
.criare-whatsapp-01-pulse {
	border-radius: 100%;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	line-height: 50px;
	font-size: 18px !important;
	vertical-align: middle;
	margin-left: 0;
	text-align: center;
	width: 60px;
	height: 60px;
}
.criare-whatsapp-01-pulse::before, .criare-whatsapp-01-pulse::after {
	-webkit-animation: criare-whatsapp-01-pulse 1.8s infinite;
	-moz-animation: criare-whatsapp-01-pulse 1.8s infinite;
	-o-animation: criare-whatsapp-01-pulse 1.8s infinite;
	-ms-transition: criare-whatsapp-01-pulse 1.8s infinite;
	animation: criare-whatsapp-01-pulse 1.8s infinite;
	background-color: #26C281;
	border-radius: 100%;
	margin: -13px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	right: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	z-index: -1;
}
.criare-whatsapp-01-pulse::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.criare-whatsapp-01-pulse::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes criare-whatsapp-01-pulse {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
@keyframes criare-whatsapp-01-pulse {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
/*===============================================*
02. Icone de Whatsapp 02
/*===============================================*/
.icone-whatsapp-02 {
	width: 120px;
	height: 50px;
	position: fixed;
	left: 15px;
	bottom: 10px;
	z-index: 100000;
	cursor: pointer;
}
.icone-whatsapp-02 a {
	display: inline-block;
	text-align: center;
	font-size: 27px;
}
.icone-whatsapp-02 i {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*===============================================*
03. Icone de Whatsapp 03 - Bolinha com Zoom
/*===============================================*/
.icone-whatsapp-03 {
	width: 50px;
	height: 50px;
	position: fixed;
	left: 30px;
	bottom: 30px;
	z-index: 100000;
	cursor: pointer;
}
.icone-whatsapp-03 a {
	display: inline-block;
	text-align: center;
	font-size: 27px;
}
.icone-whatsapp-03 i {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*===============================================*
04. Icone de Whatsapp 04 - Interativo
/*===============================================*/

/* ====================================================================== *
        [A] GLOBAL
 * ====================================================================== */      

.whatsapp_chat_support {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
/* ====================================================================== *
        [B] BUTTON
 * ====================================================================== */      

.wcs_button {
	text-align: center;
	padding: 9px 18px;
	border-radius: 50px;
	background: #26C281;
	color: #fff;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.wcs_button .fa {
	font-size: 15px;
	margin-right: 3px;
}
.wcs_button_circle {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 0;
}
.wcs_button_circle .fa {
	line-height: 50px;
	font-size: 25px;
	margin-right: 0px;
}
.wcs_button_label {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	background: #d4f3e6;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	transition: .3s ease all;
}
.wcs_button_label_hide {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
	opacity: 0;
	visibility: hidden;
}
.wcs_fixed_right {
	z-index: 100000;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.wcs_fixed_left {
	z-index: 100000;
	position: fixed;
	bottom: 20px;
	left: 20px;
}
.wcs_fixed_left .wcs_popup {
	left: 0 !important;
	right: unset !important;
}
/* ====================================================================== *
        [C] BUTTON PERSON
 * ====================================================================== */    

.wcs_button_person {
	padding: 7px 18px 8px 10px;
	border-radius: 50px;
	text-align: left;
	background: #26C281;
	color: #fff;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	transition: .4s ease all;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.wcs_button_person:hover {
	-webkit-transform: translate(0, -3px);
	-moz-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
	transform: translate(0, -3px);
	-webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
}
/* PERSON IMG */

.wcs_button_person_img {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.wcs_button_person_img img {
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	width: 60px;
	height: 60px;
}
.wcs_button_person_img .fa {
	font-size: 60px;
}
/* PERSON CONTENT */

.wcs_button_person_content {
	padding-left: 14px;
	display: table-cell;
	vertical-align: middle;
}
/* PERSON NAME */

.wcs_button_person_name {
	font-size: 10px;
	color: rgba(255,255,255,.8);
}
/* PERSON DESCRIPTION */

.wcs_button_person_description {
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	color: #fff;
}
/* PERSON STATUS */

.wcs_button_person_status {
	font-size: 10px;
	vertical-align: middle;
	color: #fff;
	background: rgba(255,255,255,.3);
	display: inline-block;
	padding: 1px 5px;
	border-radius: 5px;
}
/* BUTTON PERSON OFFLINE */

.wcs_button_person_offline {
	background: #a4a4a4 !important;
	cursor: auto !important;
}
.wcs_button_person_offline:hover {
	-webkit-transform: translate(0, 0) !important;
	-moz-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}
.wcs_button_person_offline .wcs_button_person_status {
	background: #f1a528;
}
.wcs_button_person_offline .wcs_button_person_img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
/* ====================================================================== *
        [D] POPUP
 * ====================================================================== */      

.wcs_popup {
	position: absolute;
	width: 300px;
	bottom: 100%;
	right: 0;
	margin-bottom: 20px;
	visibility: hidden;
	max-width: calc(100vw - 60px);
}
/* CLOSE */

.wcs_popup_close {
	position: absolute;
	top: 2px;
	right: 8px;
	cursor: pointer;
	opacity: .8;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.08s ease-in-out;
	-moz-transition: all 0.08s ease-in-out;
	transition: all 0.08s ease-in-out;
}
.wcs_popup_close:hover {
	opacity: 1;
}
/* ====================================================================== *
            [1] HEADER
     * ====================================================================== */      

.wcs_popup_header {
	padding: 20px;
	background: #26C281;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
}
.wcs_popup_header .fa-whatsapp {
	font-size: 50px;
	display: block;
	margin-bottom: 20px;
}
.wcs_popup_header_description {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
/* ====================================================================== *
            [2] MULTIPLE PERSONS
     * ====================================================================== */   

     /* CONTAINER */   

.wcs_popup_person_container {
	/*max-height: 470px;
        overflow-y: scroll;*/
	background: #fff;
	padding: 20px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
}
/* PERSON */

.wcs_popup_person {
	background: #f5f7f9;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all;
}
.wcs_popup_person:hover {
	-webkit-box-shadow: 0 1px 2px rgba(43,43,43,.15);
	-moz-box-shadow: 0 1px 2px rgba(43,43,43,.15);
	-o-box-shadow: 0 1px 2px rgba(43,43,43,.15);
	-ms-box-shadow: 0 1px 2px rgba(43,43,43,.15);
	box-shadow: 0 1px 2px rgba(43,43,43,.15);
}
.wcs_popup_person:last-child {
	margin-bottom: 0;
}
.wcs_popup_person::after {
	content: "";
	clear: both;
	display: table;
}
/* PERSON IMG */

.wcs_popup_person_img {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.wcs_popup_person_img img {
	border: 2px solid #26C281;
	border-radius: 50%;
	display: block;
	width: 60px;
	height: 60px;
}
/* PERSON CONTENT */

.wcs_popup_person_content {
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}
/* PERSON NAME */

.wcs_popup_person_name {
	font-size: 14px;
	color: #383838;
	font-weight: bold;
}
/* PERSON DESCRIPTION */

.wcs_popup_person_description {
	font-size: 11px;
	line-height: 18px;
	color: #8c8c8c;
}
/* PERSON STATUS */

.wcs_popup_person_status {
	font-size: 10px;
	vertical-align: middle;
	color: #fff;
	background: #26C281;
	border-radius: 5px;
	display: inline-block;
	padding: 1px 5px;
}
/* POPUP PERSON OFFLINE */

.wcs_popup_person_offline {
	cursor: auto !important;
}
.wcs_popup_person_offline .wcs_popup_person_img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.wcs_popup_person_offline:hover {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}
.wcs_popup_person_offline .wcs_popup_person_status {
	background: #f1a528;
}
/* ====================================================================== *
            [3] INPUT TEXT FIELD
     * ====================================================================== */      

.wcs_popup_input {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #fff;
	padding: 10px 10px;
	-webkit-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-moz-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-o-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	-ms-box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
	box-shadow: 0 4px 8px 1px rgba(43,43,43,.15);
}
.wcs_popup_input input {
	border: 0;
	outline: none;
	width: 90%;
	color: #555555;
}
 .wcs_popup_input input::placeholder {
 color: #cfcfcf;
}
.wcs_popup_input>* {
	vertical-align: top;
}
.wcs_popup_input .fa {
	font-size: 17px;
	color: #9da3a5;
	vertical-align: middle;
	cursor: pointer;
}
/* AVATAR */

.wcs_popup_avatar {
	overflow: hidden;
	position: absolute;
	left: -70px;
	bottom: -4px;
}
.wcs_fixed_left .wcs_popup_avatar {
	left: initial;
	right: -70px;
}
.wcs_popup_avatar img {
	border-radius: 50%;
	border: 2px solid #26C281;
	display: block;
	height: 50px;
	width: 50px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.wcs_popup_input_offline {
	color: #f1a528;
}
.wcs_popup_input_offline+.wcs_popup_avatar {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

@media only screen and (max-width: 400px) {
.wcs_popup_avatar {
	display: none;
}
}
/* ====================================================================== *
        [H] EFFECTS
 * ====================================================================== */   

.wcs-show .wcs_popup {
	visibility: visible;
}
/* Effect 0: Fade in */

.wcs-effect-0 .wcs_popup {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.wcs-show.wcs-effect-0 .wcs_popup {
	opacity: 1;
}
/* Effect 1: Fade in and scale up */

.wcs-effect-1 .wcs_popup {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.wcs-show.wcs-effect-1 .wcs_popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Effect 2: Slide from the right */

.wcs-effect-2 .wcs_popup {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.wcs-show.wcs-effect-2 .wcs_popup {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
/* Effect 3: Slide from the bottom */

.wcs-effect-3 .wcs_popup {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.wcs-show.wcs-effect-3 .wcs_popup {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
/* Effect 4: Newspaper */

.wcs-effect-4 .wcs_popup {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}
.wcs-show.wcs-effect-4 ~ .datepicker-in-fullscreen-background,  .wcs-effect-4 .wcs_popup {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.wcs-show.wcs-effect-4 .wcs_popup {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}
/* Effect 5: fall */

.wcs-effect-5.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-5 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg);
	-moz-transform: translateZ(600px) rotateX(20deg);
	-ms-transform: translateZ(600px) rotateX(20deg);
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0;
}
.wcs-show.wcs-effect-5 .wcs_popup {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg);
	opacity: 1;
}
/* Effect 6: side fall */

.wcs-effect-6.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-6 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0;
}
.wcs-show.wcs-effect-6 .wcs_popup {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}
/* Effect 7:  3D Rotate from bottom */

.wcs-effect-7.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-7 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wcs-show.wcs-effect-7 .wcs_popup {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}
/* Effect 8:  3D Rotate in from left */

.wcs-effect-8.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-8 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.wcs-show.wcs-effect-8 .wcs_popup {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}
/* Effect 9: 3D flip horizontal */

.wcs-effect-9.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-9 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.wcs-show.wcs-effect-9 .wcs_popup {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}
/* Effect 10: 3D flip vertical */

.wcs-effect-10.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-10 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.wcs-show.wcs-effect-10 .wcs_popup {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
/* Effect 11: 3D sign */

.wcs-effect-11.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-11 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.wcs-show.wcs-effect-11 .wcs_popup {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
/* Effect 12: Super scaled */

.wcs-effect-12 .wcs_popup {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.wcs-show.wcs-effect-12 .wcs_popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Effect 13: 3D split */

.wcs-effect-13.whatsapp_chat_support {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.wcs-effect-13 .wcs_popup {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}
.wcs-show.wcs-effect-13 .wcs_popup {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}
 @-webkit-keyframes slit {
 50% {
-webkit-transform: translateZ(-250px) rotateY(89deg);
opacity: .5;
-webkit-animation-timing-function: ease-out;
}
 100% {
-webkit-transform: translateZ(0) rotateY(0deg);
opacity: 1;
}
}
 @-moz-keyframes slit {
 50% {
-moz-transform: translateZ(-250px) rotateY(89deg);
opacity: .5;
-moz-animation-timing-function: ease-out;
}
 100% {
-moz-transform: translateZ(0) rotateY(0deg);
opacity: 1;
}
}
 @keyframes slit {
 50% {
transform: translateZ(-250px) rotateY(89deg);
opacity: 1;
animation-timing-function: ease-in;
}
 100% {
transform: translateZ(0) rotateY(0deg);
opacity: 1;
}
}
/* ====================================================================== *
        [H] PULSE BUTTON
 * ====================================================================== */   
.wcs_pulse_button {
	border-radius: 100%;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	line-height: 50px;
	font-size: 18px !important;
	vertical-align: middle;
	margin-left: 0;
	height: 50px;
	width: 50px;
	text-align: center;
}
.wcs_pulse_button::before, .wcs_pulse_button::after {
	-webkit-animation: wcs_pulse_button 1.8s infinite;
	-moz-animation: wcs_pulse_button 1.8s infinite;
	-o-animation: wcs_pulse_button 1.8s infinite;
	-ms-transition: wcs_pulse_button 1.8s infinite;
	animation: wcs_pulse_button 1.8s infinite;
	background-color: #26C281;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}
.wcs_pulse_button::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.wcs_pulse_button::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes wcs_pulse_button {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
@keyframes wcs_pulse_button {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
/* ====================================================================== *
        [G] DEBUG
 * ====================================================================== */   
    
.wcs_debug {
	position: fixed;
	padding: 10px;
	background: white;
	border: 1px solid #dadada;
	top: 5px;
	right: 5px;
}
.wcs_debug strong {
	width: 125px;
	display: inline-block;
}
/* ====================================================================== *
        [H] PULSE BUTTON
 * ====================================================================== */   
.wcs_pulse_button {
	border-radius: 100%;
	position: relative;
	display: inline-block;
	margin-right: 0px;
	line-height: 50px;
	font-size: 18px !important;
	vertical-align: middle;
	margin-left: 0;
	height: 50px;
	width: 50px;
	text-align: center;
}
.wcs_pulse_button::before, .wcs_pulse_button::after {
	-webkit-animation: wcs_pulse_button 1.8s infinite;
	-moz-animation: wcs_pulse_button 1.8s infinite;
	-o-animation: wcs_pulse_button 1.8s infinite;
	-ms-transition: wcs_pulse_button 1.8s infinite;
	animation: wcs_pulse_button 1.8s infinite;
	background-color: #26C281;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}
.wcs_pulse_button::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.wcs_pulse_button::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes wcs_pulse_button {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
@keyframes wcs_pulse_button {
 0% {
 opacity:0;
 -webkit-transform:scale(0);
 transform:scale(0)
}
 50% {
 opacity:0.5;
}
 100% {
 opacity:0;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
/*===============================================*
03. Incorporar Vídeos 01
/*===============================================*/
.criare-video {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.criare-video::before {
	display: block;
	content: "";
}
.criare-video .criare-video-item, .criare-video iframe, .criare-video embed, .criare-video object, .criare-video video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.criare-video-21by9::before {
	padding-top: 42.857143%;
}
.criare-video-16by9::before {
	padding-top: 56.25%;
}
.criare-video-4by3::before {
	padding-top: 75%;
}
.criare-video-1by1::before {
	padding-top: 100%;
}
/*===============================================*
04. Incorporar Vídeos 02 (Popup)
/*===============================================*/

.criare-video-img-bg {
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 0.45);
	-moz-box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 0.45);
	box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 0.45);
	position: relative;
}
.criare-video-img-bg img {
	width: 100%;
}
.criare-video-img-bg .criare-video-vdo-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}
.criare-video-img-bg .criare-video-vdo-bg a i {
	font-size: 30px;
	color: #cc3333;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
.criare-video-img-bg .criare-video-vdo-bg a i {
	width: 50px;
	line-height: 50px;
	font-size: 26px;
}
}
.criare-video-img-bg .criare-video-vdo-bg a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background-color: #ebebeb;
	z-index: -1;
	border-radius: 50%;
	-webkit-animation: pulse-border-2 1500ms ease-out infinite;
	-moz-animation: pulse-border-2 1500ms ease-out infinite;
	-o-animation: pulse-border-2 1500ms ease-out infinite;
	animation: pulse-border-2 1500ms ease-out infinite;
}

@media (max-width: 767px) {
.criare-video-img-bg .criare-video-vdo-bg a::before {
	width: 50px;
	height: 50px;
}
}
.criare-video-img-bg .criare-video-vdo-bg a::after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	z-index: -1;
	border-radius: 50%;
}

@media (max-width: 767px) {
.criare-video-img-bg .criare-video-vdo-bg a::after {
	width: 50px;
	height: 50px;
}
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/*** Remove all paddings around the image on small screen ***/
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
/*===============================================*
05. Botão flutuante de contato
/*===============================================*/
.arcontactus-widget.hg .arcontactus-message-button, .arcontactus-widget.hg.arcontactus-message {
	width: 100px;
	height: 100px
}
.arcontactus-widget {
	opacity: 0;
	transition: .2s opacity
}
.arcontactus-widget * {
	box-sizing: border-box
}
.arcontactus-widget.left.arcontactus-message {
	left: 20px;
	right: auto
}
.arcontactus-widget.left .arcontactus-message-button {
	right: auto;
	left: 0
}
.arcontactus-widget.left .arcontactus-prompt {
	left: 80px;
	right: auto;
	transform-origin: 0 50%
}
.arcontactus-widget.left .arcontactus-prompt:before {
	border-right: 8px solid #FFF;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
	right: auto;
	left: -15px
}
.arcontactus-widget.left .messangers-block {
	right: auto;
	left: 0;
	-webkit-transform-origin: 10% 105%;
	-ms-transform-origin: 10% 105%;
	transform-origin: 10% 105%
}
.arcontactus-widget.left .callback-countdown-block {
	left: 0;
	right: auto
}
.arcontactus-widget.left .callback-countdown-block::before, .arcontactus-widget.left .messangers-block::before {
	left: 25px;
	right: auto
}
.arcontactus-widget.hg .callback-countdown-block, .arcontactus-widget.hg .messangers-block {
	bottom: 110px
}
.arcontactus-widget.hg .arcontactus-prompt {
	bottom: 5px
}
.arcontactus-widget.hg .icons-line {
	top: 22px;
	left: 24px
}
.arcontactus-widget.hg.left .callback-countdown-block:before, .arcontactus-widget.hg.left .messangers-block:before {
	left: 41px
}
.arcontactus-widget.hg.left .arcontactus-prompt {
	left: 110px;
	bottom: 26px
}
.arcontactus-widget.hg.right .callback-countdown-block:before, .arcontactus-widget.hg.right .messangers-block:before {
	right: 41px
}
.arcontactus-widget.hg.right .arcontactus-prompt {
	right: 110px;
	bottom: 26px
}
.arcontactus-widget.hg .arcontactus-message-button .pulsation {
	width: 114px;
	height: 114px;
	border-radius: 60px
}
.arcontactus-widget.hg .arcontactus-message-button .callback-state, .arcontactus-widget.hg .arcontactus-message-button .icons {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px
}
.arcontactus-widget.md .arcontactus-message-button, .arcontactus-widget.md.arcontactus-message {
	width: 60px;
	height: 60px
}
.arcontactus-widget.md .callback-countdown-block, .arcontactus-widget.md .messangers-block {
	bottom: 70px
}
.arcontactus-widget.md .arcontactus-prompt {
	bottom: 5px
}
.arcontactus-widget.md.left .callback-countdown-block:before, .arcontactus-widget.md.left .messangers-block:before {
	left: 21px
}
.arcontactus-widget.md.left .arcontactus-prompt {
	left: 70px
}
.arcontactus-widget.md.right .callback-countdown-block:before, .arcontactus-widget.md.right .messangers-block:before {
	right: 21px
}
.arcontactus-widget.md.right .arcontactus-prompt {
	right: 70px
}
.arcontactus-widget.md .arcontactus-message-button .pulsation {
	width: 74px;
	height: 74px
}
.arcontactus-widget.md .arcontactus-message-button .callback-state, .arcontactus-widget.md .arcontactus-message-button .icons {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px
}
.arcontactus-widget.sm .arcontactus-message-button, .arcontactus-widget.sm.arcontactus-message {
	width: 50px;
	height: 50px
}
.arcontactus-widget.sm .callback-countdown-block, .arcontactus-widget.sm .messangers-block {
	bottom: 60px
}
.arcontactus-widget.sm .arcontactus-prompt {
	bottom: 0
}
.arcontactus-widget.sm.left .callback-countdown-block:before, .arcontactus-widget.sm.left .messangers-block:before {
	left: 16px
}
.arcontactus-widget.sm.left .arcontactus-prompt {
	left: 60px
}
.arcontactus-widget.sm.right .callback-countdown-block:before, .arcontactus-widget.sm.right .messangers-block:before {
	right: 16px
}
.arcontactus-widget.sm.right .arcontactus-prompt {
	right: 60px
}
.arcontactus-widget.sm .arcontactus-message-button .pulsation {
	width: 64px;
	height: 64px
}
.arcontactus-widget.sm .arcontactus-message-button .icons {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px
}
.arcontactus-widget.sm .arcontactus-message-button .static {
	margin-top: -16px
}
.arcontactus-widget.sm .arcontactus-message-button .callback-state {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px
}
.arcontactus-widget.active {
	opacity: 1
}
.arcontactus-widget .icons.hide, .arcontactus-widget .static.hide {
	opacity: 0;
	transform: scale(0)
}
.arcontactus-widget.arcontactus-message {
	z-index: 10000;
	right: 20px;
	bottom: 20px;
	position: fixed!important;
	height: 70px;
	width: 70px
}
.arcontactus-widget .arcontactus-message-button {
	width: 70px;
	position: absolute;
	height: 70px;
	right: 0;
	background-color: red;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}
.arcontactus-widget .arcontactus-message-button p {
	font-family: Ubuntu, Arial, sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	line-height: 11px;
	margin: 0
}
.arcontactus-widget .arcontactus-message-button .pulsation {
	width: 84px;
	height: 84px;
	background-color: red;
	border-radius: 50px;
	position: absolute;
	left: -7px;
	top: -7px;
	z-index: -1;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: arcontactus-pulse 2s infinite;
	animation: arcontactus-pulse 2s infinite
}
.arcontactus-widget .arcontactus-message-button .icons {
	background-color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px
}
.arcontactus-widget .arcontactus-message-button .static {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -26px;
	width: 52px;
	height: 52px;
	text-align: center
}
.arcontactus-widget .arcontactus-message-button .static img {
	display: inline
}
.arcontactus-widget .arcontactus-message-button .static svg {
	width: 24px;
	height: 24px;
	color: #FFF
}
.arcontactus-widget .arcontactus-message-button.no-text .static {
	margin-top: -12px
}
.arcontactus-widget .pulsation:nth-of-type(2n) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.arcontactus-widget .pulsation.stop {
	-webkit-animation: none;
	animation: none
}
.arcontactus-widget .icons-line {
	top: 10px;
	left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-transition: cubic-bezier(.13, 1.49, .14, -.4);
	-o-transition: cubic-bezier(.13, 1.49, .14, -.4);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	height: 24px;
	transition: .2s all
}
.arcontactus-widget .icons, .arcontactus-widget .static {
	transition: .2s all
}
.arcontactus-widget .icons-line.stop {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}
.arcontactus-widget .icons-line span {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: red
}
.arcontactus-widget .icons-line span i, .arcontactus-widget .icons-line span svg {
	width: 24px;
	height: 24px
}
.arcontactus-widget .icons-line span i {
	display: block;
	font-size: 24px;
	line-height: 24px
}
.arcontactus-widget .icons-line img, .arcontactus-widget .icons-line span {
	margin-right: 40px
}
.arcontactus-widget .icons.hide .icons-line {
	transform: scale(0)
}
.arcontactus-widget .icons .icon:first-of-type {
	margin-left: 0
}
.arcontactus-widget .arcontactus-close {
	color: #FFF
}
.arcontactus-widget .arcontactus-close svg {
	-webkit-transform: rotate(180deg) scale(0);
	-ms-transform: rotate(180deg) scale(0);
	transform: rotate(180deg) scale(0);
	-webkit-transition: ease-in .12s all;
	-o-transition: ease-in .12s all;
	transition: ease-in .12s all;
	display: block
}
.arcontactus-widget .arcontactus-close.show-messageners-block svg {
	-webkit-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1)
}
.arcontactus-widget .arcontactus-prompt, .arcontactus-widget .messangers-block {
	background: center no-repeat #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	width: 235px;
	position: absolute;
	bottom: 80px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 14px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	-webkit-transform-origin: 80% 105%;
	-ms-transform-origin: 80% 105%;
	transform-origin: 80% 105%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: ease-out .12s all;
	-o-transition: ease-out .12s all;
	transition: ease-out .12s all;
	z-index: 10000
}
.arcontactus-widget .arcontactus-prompt:before, .arcontactus-widget .messangers-block:before {
	position: absolute;
	bottom: -7px;
	right: 25px;
	left: auto;
	display: inline-block!important;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFF;
	border-left: 8px solid transparent;
	content: ''
}
.arcontactus-widget .arcontactus-prompt.show-messageners-block, .arcontactus-widget .messangers-block.show-messageners-block {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.arcontactus-widget .arcontactus-prompt {
	color: #787878;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	width: auto;
	bottom: 10px;
	right: 80px;
	white-space: nowrap;
	padding: 18px 20px 14px
}
.arcontactus-widget .arcontactus-prompt:before {
	border-right: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 8px solid #FFF;
	border-bottom: 8px solid transparent;
	bottom: 16px;
	right: -15px
}
.arcontactus-widget .arcontactus-prompt.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
	z-index: 100;
	height: 14px;
	width: 14px;
	padding: 2px
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
	height: 10px;
	width: 10px;
	display: block
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
	border-radius: 10px;
	display: inline-block;
	left: 3px;
	padding: 0;
	position: relative;
	top: 4px;
	width: 50px
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div {
	position: relative;
	float: left;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 2px;
	-webkit-animation: arcontactus-updown 2s infinite;
	animation: arcontactus-updown 2s infinite
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(2) {
	animation-delay: .1s
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing>div:nth-child(3) {
	animation-delay: .2s
}
.arcontactus-widget .messangers-block.sm .messanger {
	padding-left: 50px;
	min-height: 44px
}
.arcontactus-widget .messangers-block.sm .messanger span {
	height: 32px;
	width: 32px;
	margin-top: -16px
}
.arcontactus-widget .messangers-block.sm .messanger span svg {
	height: 20px;
	width: 20px;
	margin-top: -10px;
	margin-left: -10px
}
.arcontactus-widget .messanger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	cursor: pointer;
	width: 100%;
	padding: 8px 20px 8px 60px;
	position: relative;
	min-height: 54px;
	text-decoration: none
}
.arcontactus-widget .messanger:hover {
	background-color: #EEE
}
.arcontactus-widget .messanger:before {
	background-repeat: no-repeat;
	background-position: center
}
.arcontactus-widget .messanger.facebook span {
	background: #0084ff
}
.arcontactus-widget .messanger.viber span {
	background: #7c529d
}
.arcontactus-widget .messanger.telegram span {
	background: #2ca5e0
}
.arcontactus-widget .messanger.skype span {
	background: #31c4ed
}
.arcontactus-widget .messanger.email span {
	background: #ff8400
}
.arcontactus-widget .messanger.contact span {
	background: #7eb105
}
.arcontactus-widget .messanger.call-back span {
	background: #54cd81
}
.arcontactus-widget .messanger span {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #0084ff;
	margin-right: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle
}
.arcontactus-widget .messanger span i, .arcontactus-widget .messanger span svg {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px
}
.arcontactus-widget .messanger span i {
	font-size: 24px;
	line-height: 24px
}
.arcontactus-widget .messanger p {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,.87);
	padding: 0
}
.arcontactus-widget .callback-countdown-block {
	background: center no-repeat #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	width: 410px;
	height: 150px;
	position: absolute;
	bottom: 80px;
	left: auto;
	right: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
	-webkit-transform-origin: 80% 105%;
	-ms-transform-origin: 80% 105%;
	transform-origin: 80% 105%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: ease-out .12s all;
	-o-transition: ease-out .12s all;
	transition: ease-out .12s all;
	z-index: 10000;
	color: red;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 19px;
	display: none
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer_timer {
	font-size: 38px;
	font-family: Arial, sans-serif
}
.arcontactus-widget .callback-countdown-block.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.arcontactus-widget .callback-countdown-block:before {
	position: absolute;
	bottom: -7px;
	right: 25px;
	left: auto;
	display: inline-block!important;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFF;
	border-left: 8px solid transparent;
	content: ''
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 140px;
	display: none;
	position: relative
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone:before {
	transition: .2s all
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:before {
	background: rgba(255,255,255,.8);
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.ar-loading:after {
	content: ' ';
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 2;
	top: 50%;
	bottom: 50%;
	margin-top: -15px;
	margin-bottom: -15px;
	background: url(../img/ring-alt.gif) no-repeat
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone p {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 3px
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel] {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	width: 203px;
	height: 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 11px 9px;
	border: 1px solid #DDD
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit] {
	border-radius: 4px;
	border: 0;
	background-color: red;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px 9px;
	cursor: pointer;
	width: 132px;
	height: 36px;
	margin-left: 5px
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit]:hover {
	opacity: .8
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry {
	height: 140px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 7px
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-close {
	position: absolute;
	top: 9px;
	right: 9px;
	cursor: pointer;
	z-index: 1
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 140px;
	display: none
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 7px
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-timer h1 {
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
	font-weight: 300
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone.display-flex, .arcontactus-widget .callback-countdown-block .callback-countdown-block-sorry.display-flex, .arcontactus-widget .callback-countdown-block .callback-countdown-block-timer.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.arcontactus-widget .callback-state {
	background-color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-webkit-animation: none;
	animation: none;
	z-index: 999999;
	transition: .2s all;
	transform: scale(0);
	color: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.arcontactus-widget .callback-state.display-flex {
	transform: scale(1)
}
.arcontactus-widget .callback-state svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px
}
.arcontactus-widget .callback-state .callback-state-img {
	position: absolute;
	top: 12px;
	left: 12px
}
.arcontactus-widget .animation-pause {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}
@-webkit-keyframes arcontactus-pulse {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:1
}
50% {
opacity:.5
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
}

@media (max-width:468px) {
.arcontactus-widget.opened.arcontactus-message, .arcontactus-widget.opened.left.arcontactus-message {
	width: auto;
	right: 20px;
	left: 20px
}
.arcontactus-widget .callback-countdown-block {
	width: 100%
}
}

@media (max-width:428px) {
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group {
	display: block
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit], .arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel] {
	display: block;
	width: 100%;
	margin: 0 0 5px
}
}
@keyframes arcontactus-updown {
0%, 100%, 43% {
transform:translate(0, 0)
}
25%, 35% {
transform:translate(0, -10px)
}
}
@-webkit-keyframes arcontactus-updown {
0%, 100%, 43% {
transform:translate(0 0)
}
25%, 35% {
transform:translate(-10px 0)
}
}
@keyframes arcontactus-pulse {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:1
}
50% {
opacity:.5
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
}
@-webkit-keyframes arcontactus-show-stat {
0%, 100%, 20%, 85% {
-webkit-transform:scale(1);
transform:scale(1)
}
21%, 84% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
@keyframes arcontactus-show-stat {
0%, 100%, 20%, 85% {
-webkit-transform:scale(1);
transform:scale(1)
}
21%, 84% {
-webkit-transform:scale(0);
transform:scale(0)
}
}
@-webkit-keyframes arcontactus-show-icons {
0%, 100%, 20%, 85% {
-webkit-transform:scale(0);
transform:scale(0)
}
21%, 84% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes arcontactus-show-icons {
0%, 100%, 20%, 85% {
-webkit-transform:scale(0);
transform:scale(0)
}
21%, 84% {
-webkit-transform:scale(1);
transform:scale(1)
}
}



/*===============================================*
06. ?????
/*===============================================*/
