/* body{
	-webkit-animation:-amp-start 1s steps(1,end) 0s 1 normal both;
	-moz-animation:-amp-start 1s steps(1,end) 0s 1 normal both;
	-ms-animation:-amp-start 1s steps(1,end) 0s 1 normal both;
	animation:-amp-start 1s steps(1,end) 0s 1 normal both
} */
@-webkit-keyframes -amp-start{
	from{visibility:hidden}
	to{visibility:visible}
}
@-moz-keyframes	-amp-start{
	from{visibility:hidden}
	to{visibility:visible}
}
@-ms-keyframes -amp-start{
	from{visibility:hidden}
	to{visibility:visible}
}
@-o-keyframes -amp-start{
	from{visibility:hidden
	}to{visibility:visible}
}

@keyframes -amp-start{
	from{visibility:hidden}
	to{visibility:visible}
}
/*Support chat*/
.support-fab {
	width: 70px;
	min-height: 70px;
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 35px;
	padding: 0px 0px 60px 0px;
	box-sizing: border-box;
	z-index: 6;
	background-color: rgba(255,255,255,1);

	-webkit-animation:-amp-start 1s steps(1,end) 0s 1 normal both;
	-moz-animation:-amp-start 1s steps(1,end) 0s 1 normal both;
	-ms-animation:-amp-start 1s steps(1,end) 0s 1 normal both;
	animation:-amp-start 1s steps(1,end) 0s 1 normal both;

}

  .support-fab.active {
  	min-height: 250px;
  	background-color: rgba(255,255,255,1)!important;
  }

  	.support-fab .msgr-label {
  		left: 0px;
  		right: 0px;
  		position: absolute;
  		bottom: 3px;
  		font-size: 11px;
  		text-align: center;
  		line-height: 12px;
  	}
  	.support-fab .click-area {
  		width: 70px;
  		height: 70px;
  		bottom: 0px;
  		cursor: pointer;
  		color: rgba(61,116,242,1);
  		position: absolute;
  	}
  	.support-fab .click-area-mobile {
  		width: 70px;
  		height: 70px;
  		bottom: 0px;
  		cursor: pointer;
  		color: rgba(61,116,242,1);
  		position: absolute;
  		z-index: 3;
  		/* background-color: ; */
  		display: none;
  	}
  	.support-fab .click-area:hover {
  		color: rgba(30,90,210,1);
  	}
  	.support-fab .click-area:after {
  		content: '';
  		width: 12px;
  		height: 12px;
  		background-color: rgba(114,210,45,1);
  		display: block;
  		position: absolute;
  		top: -1px;
  		right: -1px;
  		border-radius: 50%;
  		opacity: 1;
  	}
  	.support-fab.active .click-area:after {
  		opacity: 0;
  	}
  	.support-fab .click-area svg {
  		font-size: 32px;
  		text-align: center;
  		font-weight: 600;
  		display: block;
  		width: 70px;
  		height: 36px;
  		top: 50%;
  		margin: -16px 0px 0px 0px;
  		cursor: pointer;
  		position: absolute;
  	}
  	.support-fab.active .click-area:before {
  		color: rgba(45,45,45,0.1);
  	}

  	.support-fab .fab-content {
  		height: 1px;
  		overflow: hidden;
  		display: none;
  	}

  	.support-fab.active .fab-content {
  		height: 140px;
  		overflow: initial;
  		display: block;
  		position: relative;
  	}

  	.support-fab.active .fab-content .fab-item {
  		width: 70px;
  		height: 90px;
  		text-align: center;
  		box-sizing: border-box;
  		padding: 5px;
  		position: relative!important;
    }
    
  	.support-fab .msgr-intercom {
  		width: 60px;
  		height: 60px;
  		background-image: url('../i/support-chat-new.png');
  		background-size: 80% 80%;
  		background-position: center center;
  		background-repeat: no-repeat;
  		border-radius: 50%;
  		cursor: pointer;
  	}
  	.support-fab .fb_dialog_advanced {
  		background: none;
  		border-radius: 50%!important;
  		bottom: 156px!important;
  		display: inline;
  		height: 60px!important;
  		padding: 0px!important;
  		position: fixed;
  		right: 14px!important;
  		top: auto;
  		bottom: 110px!important;
  		width: 60px!important;
  		z-index: 2147483646;
  	}
  	.support-fab .fb_iframe_widget iframe {
  		width: 288pt!important;
  		position: fixed!important;
  	}
  	.support-fab .fb_customer_chat_bubble_animated_no_badge {
  		box-shadow: 0 3px 12px rgba(0, 0, 0, .0);
  		transition: box-shadow 150ms linear;
  	}
  	.fb_customer_chat_bubble_animated_no_badge:hover {
  		box-shadow: 0 5px 24px rgba(0, 0, 0, .0);
  	}

    /*Shadows*/
    .shd {
    	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    	-moz-box-shadow:    0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    	box-shadow:         0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    }

    .sg-links {
      padding-bottom: 30px;
      margin-bottom: 30px;
      padding-top: 15px;
      border-bottom: 1px solid rgba(45,45,45,.1);
    }
    .sg-links a {
      display: inline-block;
      vertical-align: middle;
      color: rgba(61,116,242,1);
      font-weight: 600;
      text-decoration: none;
      padding: 0px 14px;
    }
