/** Style for IE **/

svg#overlay {
	display: none;
}

@media all and (min-width: 769px) {
	ul.nav > li:before {
		overflow: hidden;
	}
}

#testimonialCont {
	height: 580px;
}

#testimonials {
	display: block;
	position: relative;
	height: 538px;
}

.testimonial {
	padding-bottom: 0;
}

.testimonial:nth-child(1) {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 928px;
    height: 538px !important;
    position: absolute;
    right: 0;
    top: 0;
	padding-bottom: 0;
}

.testimonial:nth-child(2) {
	width: 464px;
    height: 261px !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.testimonial:nth-child(3) {
	width: 464px;
    height: 261px !important;
    display: block;
    position: absolute;
    bottom: 0;
}

#ieWarning {
	display:block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 907px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	padding: 1px 20px;
	border: 1px solid #000;
	z-index: 2147483647;
}

#ieWarning span{
	margin-left: 15px;
	color: #a5a4a4;
	cursor: pointer;
	font-weight: 600;
}

.ieBar {
	position: absolute;
	height: 6px;
	width: 100%;
	background-color: #F1AE2F;
	left: 0;
}

#ieWarning.closed {
	display: none !important;
}