.synthetix_lc_lightbox
{
 	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#777777;
	overlap:hidden;
	display:none;
	z-index:9996;
	opacity: 0.45;
  filter: alpha(opacity=45);
}

.synthetix_lc_hotspot
{
 	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:216px;
	margin-left:-150px;
	margin-top:-108px;
	display:none;
	z-index:9998;
}

.synthetix_lc_close
{
 	position:absolute;
 	top:50%;
	left:50%;
	margin-left:136px;
	margin-top:-120px;
	display:none;
	z-index:9999;
}

.synthetix_lc_inpage_image
{
	display:none;
}
.synthetix_lc_inpage_image_off
{
	display:block;
}

/* National Express trigger CSS */

.dropShadow {
	visibility:hidden;
	}

	.410x60container {
    width: 410px;
    height: 60px;
  
    }
    .pulse-button-on {
    position: relative;
    width: 410px;
    height: 60px;
    border: none;
    box-shadow: 0 0 0 0 rgba(91, 214, 112, 0.4);
    border-radius:5px;
    /*background-color: #e84c3d;*/ 
	background-color: #5bd670;
	background-image:url("/nxportal2/images/Live-chat-now.png");
    background-size:cover;

    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 2.05s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 2.05s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 2.05s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2.05s infinite cubic-bezier(0.66, 0, 0, 1);
    }
    .pulse-button-on:hover
    {
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
    }
    @-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
    @-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
    @-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
    @keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
	
	.pulse-button-off {
    position: relative;
    width: 410px;
    height: 60px;
    border: none;
    border-radius:5px;
	background-color: #ff9600;
	background-image:url("/nxportal2/images/feedback-orange.png");
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    }