﻿	.infoicon-container {
		overflow: visible;
		position: relative;
	}

	.infoIcon {
		overflow: visible;
		position: absolute;
		right: -345px;
		top: 140px;
		transition: right .3s ease;
		width: 345px;
		z-index: 100;
	}

	.infoIcon.fixed {
		overflow: visible;
		position: fixed;
		z-index: 100;
		top: 50%;
	}

	.infoIcon.open {
		right: 0;
		z-index: 100;
	}

	.snip {
		color: #fff !important;
		cursor: pointer;
		font-size: 14px;
		font-weight: 300;
		height: 51px;
		left: -51px;
		overflow: hidden;
		padding: 14px 10px 10px 55px;
		position: relative;
		white-space: nowrap;
		width: 160px;
		z-index: 2;
		margin-bottom: 4px;
		display: block;
	}

	a.snip,a.snip:hover {
		text-decoration: none;
	}
	
	a.snip:hover,a.snip.taphover.hover {
		left: -160px;
		transition: .75s;
		color: #fff !important;
	}

	.IconContact {
		background: url(../image/flyout_contact.svg) 10px 12px no-repeat;
		background-size: 30px;
		-webkit-border-top-left-radius: 14px!important;
		-moz-border-radius-topleft: 14px!important;
		border-top-left-radius: 14px!important;
		background-color: #0066CC;
	}


.text-center .btn.clipped-corner:active, .text-center .btn.clipped-corner:focus {
    background-color: #3c3c3c;
    color: #fff !important;
    border-color: #3c3c3c;
}


.dropdown-item.subitem {
        background-color: #fff;
        color: #000;
}
  
