/*
* en_conf_style.css
* Web Services, UITS
* This style sheet for the custom rules of confernce English website
* All media
* 14/10/2017
* If you intend to add CSS to it please ensure you add it in the 
* correct place and also that it is valid CSS and not a mix of 
* two seperate versions in one class or ID.
*/
.sliderArrowPrevNext-style-1 .slick-prev::before, .sliderArrowPrevNext-style-1 .slick-next::before {
	color: #a7a7a7 !important;
}

.uaeuNotification {
    text-align: center;
}
.uaeuNotification .close {
     float: right;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.8;
}
.uaeuNotification .close:hover, .uaeuNotification .close:active {color: #333;}
.uaeuNotification a{ color: #fff; text-decoration: underline}
.uaeuNotification.alert-gradient{ 
		background: #9a8c98;  
		background: -webkit-linear-gradient(bottom left, #818181, #9a8c98);
		background: -o-linear-gradient(bottom left, #818181, #9a8c98);
		background: linear-gradient(to top right, #818181, #9a8c98);
		border-radius:0px;
		border:none;
		color:#fff;
	}
.uaeuNotification i {padding-right:10px}
.contact3 .contactFormWrap {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 33%;
    width: 530px;
    padding: 80px 68px;
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    font-size: 0.938em;
}


/* .navbar-custom .navbar-nav > .active > a {
  border-radius: 0 !important;
  color: white;
  background: #c08234;
}
.text-brown h1 {
	color:#A36627
}
.text-brown p, .text-brown .contact-info li {
	color:#333 !important;
}
.homeBanner, .innerBanner {
 
   margin-top: 80px !important;
 
}
.contact3 .contactFormWrap .contact-info li .icon:before {
    font-size: 1.4em;
    vertical-align: middle;
    color: #A36627;
}
.keyFactsSliderRow.slick-slider .factInner {
    margin: 5px 5px !important;;    
}
.titleMiddle.titleMiddle-style-2 p{
	color: darkred
}
 */