@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@font-face {
	font-family: 'GESSTwoLight-Light';
	src: url('fonts/gesstwolight.eot');
	src: url('fonts/gesstwolight.eot?#iefix') format('embedded-opentype'), url('fonts/gesstwolight.woff') format('woff'), url('fonts/gesstwolight.ttf') format('truetype'), url('fonts/gesstwolight.svg#gesstwolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GESSTwoMedium-Medium';
	src: url('fonts/gesstwomedium.eot');
	src: url('fonts/gesstwomedium.eot?#iefix') format('embedded-opentype'), url('fonts/gesstwomedium.woff') format('woff'), url('fonts/gesstwomedium.ttf') format('truetype'), url('fonts/gesstwomedium.svg#gesstwomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GESSTwoBold-Bold';
	src: url('fonts/gesstwobold.eot');
	src: url('fonts/gesstwobold.eot?#iefix') format('embedded-opentype'), url('fonts/gesstwobold.woff') format('woff'), url('fonts/gesstwobold.ttf') format('truetype'), url('fonts/gesstwobold.svg#gesstwobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}
body {
	direction: rtl;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, div {
	vertical-align: top;
}
a {
	text-decoration: none;
}
* {
	outline: none;
}
li, ol {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
img {
	border: 0px;
}
textarea {
	resize: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
/************************************* Top Header ********************************/
.logosHolder {
	margin-bottom: 5px;
}
.logosHolder li.secondLogo {
	margin: 30px 40px 0 0;
}
.topMenu a {
	color: #b1afb0;
	font-size: 14px;
	border-left: 2px solid #b1afb0;
	padding-left: 10px;
	margin-left: 10px;
	display: block;
	margin-top: 13px;
}
.languageBar {
	border-left: 2px solid #b1afb0;
	padding-left: 10px;
	margin-top: 13px;
}
.languageBar a {
	font-size: 13px;
	color: #b1afb0;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 18px;
}
.searchHolder {
	position: relative;
	padding-top: 13px;
	height: 30px;
	padding-right: 12px;
}
.searchBtn {
	width: 18px;
	height: 18px;
	background: url(../images/hp-sprite.png) no-repeat 100% -308px;
	border-left: 2px solid #b1afb0;
	padding-left: 10px;
	cursor: pointer;
}
.searchHolder.active {
	background: #b2b1b2;
}
.searchHolder.active .searchBtn {
	background: url(../images/hp-sprite.png) no-repeat 100% -352px;
}
.searchField {
	position: absolute;
	top: 43px;
	left: 0;
	border-top: 1px solid #b7b6b7;
	border-bottom: 1px solid #b7b6b7;
	width: 0;
	overflow: hidden;
	opacity: 0;
}
.searchHolder.active .searchField {
	width: 260px;
	opacity: 1;
}
.searchField input {
	padding: 10px 0;
	border: 0;
	color: #33342e;
}
/************************************* Main Menu ********************************/
.mainMenu {
	background: #d1d93b;
}
.mainMenu li {
	width: 162.8px;
	float: right;
	text-align: center;
	position:relative;
}
.mainMenu li.first a {
	border-right: 1px solid #ecefae;
}
.mainMenu li a {
	display: block;
	line-height: 100%;
	font-size: 18px;
	color: #33342e;
	padding: 20px 0;
	width: 100%;
	border-left: 1px solid #ecefae;
}
.mainMenu li:hover a, .mainMenu li a.current {
	background: #97999c;
	color: #fff;
}
.mainMenu li:hover .subMenu{
	opacity:1;
	visibility:visible;
	right:0;
}
.mainMenu .subMenu {
	position:absolute;
	z-index:100;
	opacity:0;
	visibility:hidden;
	right:-10px;
}
.mainMenu li:hover .subMenu a, .mainMenu .subMenu a {
  background: none repeat scroll 0 0 #333;
  border-bottom: 1px solid #444;
  border-left: 0 none;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  min-width: 210px;
  padding: 15px 25px;
  text-align: right;
}
.mainMenu .subMenu li:hover a{
	background: #97999c;
	color: #fff;
}
/************************************* Main Slider ********************************/
.mainSliderHolder {
  background: none repeat scroll 0 0 #000;
  position: relative;
  max-height: 650px;
  overflow: hidden;
}
.mainSlider {
	margin: 0;
	padding: 0;
	position: relative;
	zoom: 1;
	overflow: hidden;
	width: 100%;
}
.mainSlider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.mainSlider .slides img {
	width: 100%;
	display: block;
	opacity:0.7;
}
.mainSlider .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mainSlider .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.mainSlider .flexslider .slides {
	zoom: 1;
}
.mainSlider .flex-direction-nav a {
	z-index: 9;
	background: url(../images/hp-sprite.png) no-repeat;
	width: 45px;
	height: 82px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -82px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}
.mainSlider .flex-direction-nav .flex-next {
	right: 2%;
	background-position: 100% -497px
}
.mainSlider .flex-direction-nav .flex-prev {
	left: 2%;
	background-position: 100% -402px;
}
.mainSlider .flex-direction-nav .flex-next:hover {
	background-position: -180px -497px
}
.mainSlider .flex-direction-nav .flex-prev:hover {
	background-position: -180px -402px;
}
.mainSlider .flex-direction-nav .disabled {
	opacity: 0!important;
	filter: alpha(opacity=30);
	cursor: default;
}
.mainSlider .flex-control-nav {
	display: none;
}
.mainSlider .sliderCaption {
	position: absolute;
	top: 27%;
	right: 15%;
	margin: auto;
	max-width: 450px;
	z-index: 10;
}
.mainSlider .sliderTitle {
	font-size: 45px;
	color: #d1d93b;
	margin-bottom: 20px;
}
.mainSlider .sliderTitle .engLang {
	font-style: italic;
}
.mainSlider .sliderDescription {
	font-size: 42px;
	color: #fff;
}
.mainSlider .whiteButton {
	float: right;
	margin-left: 20px;
}
.mainSlider .whiteButton.last {
	margin-left: 0;
}
.sliderPattern {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/slider-pattern.png) no-repeat center top;
	height: 100%;
	background-size: cover;
}
.sliderCounter {
	position: absolute;
	z-index: 9;
	left: -45%;
	right: 0;
	margin: auto;
	width: 430px;
	top: 27%;
}
.sliderCounter .topBorder {
	width: 55px;
	height: 1px;
	background: #99a131;
	margin-bottom: 10px;
}
.sliderCounter li {
	float: right;
	margin-left: 50px;
}
.sliderCounter li.last {
	margin-left: 0;
}
.sliderCounter .smallFont, .counterDescription {
	color: #fff;
	font-size: 17px;
}
.sliderCounter .bigNumber {
	font-weight: 900;
	color: #d1d93b;
	font-size: 69px;
	margin-bottom: 15px;
	line-height: 100%
}
/************************************* Exhibition Section ********************************/
.exhibitionSection {
	background: #fff;
	min-height: 290px;
}
.exhibitionSection .colOne, .exhibitionSection .colTwo, .exhibitionSection .colThree {
	width: 33.3%;
	float: right;
	min-height: 335px;
}
.exhibitionInfos {
	max-width: 330px;
}
/************************************* Col One *************************************/
.exhibitionSection .colOne {
	position: relative;
	background: #d1d93b;
}
.exhibitionSection h2 {
	color: #fff;
	font-size: 24px;
	border-bottom: 2px solid #fff;
	line-height: 100%;
	padding: 30px 20% 15px 0;
	float: right;
	margin-bottom: 25px;
}
.exhibitionSection .colOne .sectionGreenArrow {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	height: 46px;
	width: 23px;
	z-index: 1;
	left: -23px;
	display: block;
	background: url(../images/green-section-arrow.png) no-repeat;
}
.exhibitionSection .colOne .innerPadding {
	padding-right: 20%;
}
.exhibitionDescription {
	margin-bottom: 10px;
	max-width: 300px
}
.exhibitionDate, .exhibitionLocation {
	color: #000;
	font-size: 33px;
}
.exhibitionIcon {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background: url(../images/hp-sprite.png) no-repeat -523px -1397px;
	margin: -2px 0 0 10px;
}
/************************************* Col Two *************************************/
.exhibitionSection .colTwo {
	border-left: 1px solid #000;
}
.exhibitionSection .colTwo .innerPadding {
	padding: 30px 13% 0 0;
}
.sectionSmallTitle {
	font-size: 14px;
	margin-bottom: 10px;
}
.exhibitionListing .listingRow {
	margin-bottom: 20px;
}
.exhibitionListing .listingTitle {
	font-size: 16px;
	margin-bottom: 5px;
}
.exhibitionListing .listingTime {
	color: #818181;
	font-size: 16px;
}
/************************************* Col Three *************************************/
.exhibitionSection .colThree .innerPadding {
	padding: 30px 20% 0 20%;
}
.exhibitionSection .colThree .blackButton {
	float: left;
}
.exhibitionSection .colThree .highlightedText {
	margin-bottom: 10px;
}
.exhibitionLinksHolder .normalLink {
	float: right;
	margin-left: 10%;
}
/************************************* Speakers/Conferences Section ********************************/
.speakersConferences {
	padding: 25px 0;
	background: #97999c;
}
.speakersConferences .innerPadding {
	padding: 15px 6.5%;
}
.etabs {
	margin: 0;
	padding: 0 6.5%;
	border-bottom: 2px solid #fff;
}
.etabs li {
	display: inline-block;
	zoom: 1;
*display:inline;
	border-bottom: 0;
}
.etabs li a {
	font-size: 24px;
	line-height: 100%;
	display: block;
	padding: 20px 30px;
	outline: none;
	color: #fff;
}
.etabs li.active a:hover {
	color: #fff;
}
.etabs li.active {
	border: solid 2px #fff;
	border-bottom: 3px solid #97999c;
	margin-bottom: -4px;
}
.etabs li a.active {
	font-weight: bold;
}
.tabsContainer .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
.speakersConferences .whiteButton a {
	font-size: 15px;
}
/***************************************** Tabs Carousel ************************************/
.tabsCarousel {
	margin: 30px 0 0;
	padding: 0;
	position: relative;
	zoom: 1;
	
	width: 100%;
	direction: ltr;
}
.tabsCarousel .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.tabsCarousel .slides img {
	width: 100%;
	display: block;
}
.tabsCarousel .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.tabsCarouselHolder {margin:0 37px;}
.tabsCarousel .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	
}
.tabsCarousel .flexslider .slides {
	zoom: 1;
}
.tabsCarousel .flex-direction-nav a {
	z-index: 9;
	background: url(../images/hp-sprite.png) no-repeat;
	width: 37px;
	height: 67px;
	display: block;
	position: absolute;
	margin-top: -33px;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	overflow:hidden;
}
.tabsCarousel .flex-direction-nav .flex-next {
	right: -37px;
	background-position: 100% -600px
}
.tabsCarousel .flex-direction-nav .flex-prev {
	left: -37px;
	background-position: 100% -695px;
}
.tabsCarousel .flex-direction-nav .flex-next:hover {
	background-position: -188px -600px
}
.tabsCarousel .flex-direction-nav .flex-prev:hover {
	background-position: -188px -695px;
}
.tabsCarousel .flex-direction-nav .disabled {
	opacity: 0!important;
	filter: alpha(opacity=30);
	cursor: default;
}
.tabsCarousel .flex-control-nav {
	display: none;
}
.tabsCarouselInfos {
	padding: 0 50px;
	text-align: center;
}
.tabsCarouselInfos:hover {
	opacity: 0.7;
}
.tabsCarouselInfos .tabsImage {
	margin-bottom: 10px;
}
.insidePageContent .tabsCarouselInfos .tabsImage img {
	border:5px solid #f7f7f7;
}
.tabsCarouselInfos .tabsImage img {
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border:5px solid #97999c;
}
.tabsCarouselInfos:hover .tabsImage img{
	border:5px solid #d1d93b;
	transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
}
.tabsName a {
	font-size: 18px;
	color: #fff;
}
.tabsPosition a {
	font-size: 16px;
	color: #fff;
}
.speakersIcon {
	width: 26px;
	height: 29px;
	background: url(../images/hp-sprite.png) no-repeat 100% -1255px;
	display: block;
	float: right;
	margin-left: 10px;
}
.ceremonyIcon {
	width: 36px;
	height: 28px;
	background: url(../images/hp-sprite.png) no-repeat 100% -1328px;
	display: block;
	float: right;
	margin-left: 10px;
}
.conferenceCols {
	padding: 50px 0 0;
}
.congerenceColOne, .congerenceColTwo {
	width: 50%;
	float: right;
}
.textConference {
	color: #fff;
}
.textConference span {
	display: block;
	font-size: 33px;
}
.congerenceColTwo .textConference, .congerenceColOne .textConference {
	margin-bottom: 30px;
}
.congerenceColTwo .textConference li {
	float: right;
	width: 50%;
	float: right;
}
.congerenceColTwo .whiteButton {
	float: left;
}
/************************************* Latest news Section ********************************/
.latestNewsSection {
	background: #d1d93b;
	padding: 30px 0;
}
.latestNewsSection .listingImage img {
	width: 100%;
}
.latestNewsSection .innerPadding {
	padding: 0 6.5% 0 0;
}
.headingNews {
	padding-left: 6.5%;
}
.headingNews .whiteButton {
	float: left;
}
.latestNewsIcon {
	background: url("../images/hp-sprite.png") no-repeat scroll -523px -1545px rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	margin: -2px 0 0 10px;
	width: 32px;
}
.latestNewsSection h2 {
	border-bottom: 2px solid #fff;
	color: #fff;
	float: right;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 25px;
	padding: 0 6.5% 15px 0;
}
.bigLatestNews {
	width: 40%;
	float: right;
	position: relative;
	overflow: hidden;
	max-height:445px;
}
.bigLatestNews:hover .listingImage img{
	opacity:0.2;
}
.bigLatestNews:hover .listingDescription a{
	color: #d1d93b;
}
.latestNewsListing .listingRow .listingImage {
	background:#000;
}
.latestNewsListing .listingRow:hover .listingImage img{
	opacity:0.2;
}
.latestNewsListing .listingRow:hover .listingDescription a{
	color: #d1d93b;
}
.latestNewsSection .listingInfos {
	position: absolute;
	bottom: 0px;
}
.latestNewsListing {
	width: 60%;
	float: right;
}
.bigLatestNews .innerPadding {
	padding: 1px;
}
.latestNewsListing .listingRow {
	position: relative;
	width: 33.33%;
	float: right;
	overflow: hidden;
	max-height:167px;
}
.latestNewsListing .listingRow .innerPadding {
	padding: 1px;
}
.latestNewsSection .whiteButton a:hover{
	background:#000;
}
.listingNewsPattern {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url("../images/hp-gallery-big.png") repeat-x scroll left bottom / auto 100% rgba(0, 0, 0, 0);
	top: 0;
}
.latestNewsListing .listingRow .listingInfos, .bigLatestNews .listingInfos {
	padding: 5px 10px;
}
.latestNewsListing .listingRow .listingDescription a {
	font-size: 14px;
	color: #fff;
}
.latestNewsListing .listingRow .listingDate {
	font-size: 12px;
	color: #fff;
}
.bigLatestNews .listingDescription a {
	font-size: 16px;
	color: #fff;
}
.bigLatestNews .listingDate {
	font-size: 14px;
	color: #fff;
}
.bigLatestNews .listingImage{
	background:#000;
}
.latestNewsListing .listingDescription a:hover, .bigLatestNews .listingDescription a:hover {
	color: #d1d93b;
}
/************************************* threeColSection ******************************/
.testimonialsHolder, .videosPhotosHolder, .downloadsHolder {
	width: 33.33%;
	float: right;
	min-height: 620px;
	background-color: #000 !important;
	background-size: cover !important;
	padding: 35px 0;
	position: relative;
}
.testimonialsIcon {
	background: url("../images/hp-sprite.png") no-repeat scroll -523px -1545px rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	margin: -2px 0 0 10px;
	width: 32px;
}
.videoPhotoIcon {
	background: url("../images/hp-sprite.png") no-repeat scroll -523px -1545px rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	margin: -2px 0 0 10px;
	width: 32px;
}
.downloadsIcon {
	background: url("../images/hp-sprite.png") no-repeat scroll -523px -1545px rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	margin: -2px 0 0 10px;
	width: 32px;
}
.blackPattern {
	background: url(../images/transparency-black.png) repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.testimonialsHolder h2, .videosPhotosHolder h2, .downloadsHolder h2 {
	position: relative;
	z-index: 10;
	padding-right: 20%;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	color: #fff;
	float: right;
}
.downloadsHolder .innerPadding, .testimonialsHolder .innerPadding {
	color: #fff;
	padding: 90px 20% 30px;
	position: relative;
	z-index: 10;
}
.downloadsHolder .whiteButton, .testimonialsHolder .whiteButton {
	position: absolute;
	bottom: 30px;
	right: 20%;
	z-index: 10;
}
.firstQuote {
	width: 26px;
	height: 24px;
	background: url(../images/hp-sprite.png) no-repeat 100% -873px;
	margin-right: -30px;
}
.lastQuote {
	width: 26px;
	height: 24px;
	background: url(../images/hp-sprite.png) no-repeat 100% -926px;
	float: left;
	margin-left: -30px;
	margin-bottom: 20px;
}
.testimonialsDescription, .downloadsDescription {
	font-size: 14px;
}
.testimonialsName {
	font-size: 14px;
	text-align: right;
	direction: ltr;
}
.downloadsDescription {
	margin-bottom: 50px;
}
.downloadsListing li a {
	display: block;
	color: #d1d93b;
	padding-right: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
	line-heigt: 100%;
	font-size: 18px;
	background: url(../images/hp-sprite.png) no-repeat 100% -168px;
}
.downloadsListing li a:hover, .downloadsListing li.selected  a{
	color: #fff;
	background: url(../images/hp-sprite.png) no-repeat 100% -230px;
}
.videosPhotosHolder .innerPadding {
	width: 400px;
	margin: 0 auto;
}
.videosPhotosHolder .whiteButton {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
}
.highlightedVideoPhoto {
	position: relative;
	margin: 35px 0 2px 0;
}
.videosPhotosHolder .listingNewsPattern {
	z-index: 10;
}
.videoPhoto img {
	width: 100%;
	position: relative;
}
.videoPhotoInfos {
	position: absolute;
	bottom: 0;
	z-index: 11;
	padding: 25px;
}
.videoPhotoTitle a {
	color: #fff;
	font-size: 16px;
}
.videoPhotoDate {
	color: #fff;
	font-size: 14px;
}
.listingVideosPhotos li {
	float: right;
	width: 33%;
	margin: 0 0 2px 2px;
	background: #d1d93b;
	max-height: 88px;
	overflow: hidden;
	position:relative;
}

.listingVideosPhotos .videoGalleryIcon {
  background-size:100% 100% !important;
  height: 35px;
  width: 35px;
}
.highlightedVideoPhoto:hover .imgGalleryIcon,
.listingVideosPhotos li:hover .imgGalleryIcon{
	width: 35px;
	opacity:1;
}
.listingVideosPhotos li.last {
	margin: 0 0 2px 0;
}
.listingVideosPhotos li img {
	width: 100%;
	opacity: 1;
}
.highlightedVideoPhoto {
	background:#d1d93b;
}
.highlightedVideoPhoto:hover img,
.listingVideosPhotos li:hover img {
	opacity: 0.2;
}
/************************************* Social Home page *****************************/
.socialHolder {
	background: #97999c;
	padding: 55px 0;
}
.socialTitle {
	color: #fff;
	float: right;
	margin-left: 5px;
	margin-top: 15px;
}
.followUs {
	width: 69%;
	float: right;
}
.followUs li {
	float: right;
	margin-left: 5px;
	width:30% !important;
}
.followUs li a {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/hp-sprite.png) no-repeat;
}
.followUs li a.youtube {
	background-position: 100% -1947px !important;
}
.followUs li a.youtube:hover {
	background-position: -180px -1947px !important;
}
.followUs li a.facebook {
	background-position: 100% -2015px !important;
}
.followUs li a.facebook:hover {
	background-position: -180px -2015px !important;
}
.followUs li a.instagram {
	background-position: 100% -2082px !important;
}
.followUs li a.instagram:hover {
	background-position: -180px -2082px !important;
}
.followUs li a.linkedIn {
	background-position: 100% -2150px !important;
}
.followUs li a.linkedIn:hover {
	background-position: -180px -2150px !important;
}
.followUs li a.twitter {
	background-position: 100% 100% !important;
}
.followUs li a.twitter:hover {
	background-position: -180px 100% !important;
}
.appsDownload {
	width: 70%;
	float: right;
}
.appsDownload li {
	float: right;
	margin-left: 5px;
}
.appsDownload li.last {
	margin-left: 0;
}
.appsDownload li a {
	display: block;
	background: url(../images/hp-sprite.png) no-repeat
}
.appsDownload li a.googlePlay {
	width: 192px;
	height: 47px;
	background-position: 100% -991px;
}
.appsDownload li a.googlePlay:hover {
	background-position: -33px -991px;
}
.appsDownload li a.appStore {
	width: 178px;
	height: 47px;
	background-position: 100% -1058px;
}
.appsDownload li a.appStore:hover {
	background-position: -47px -1058px;
}
.appsDownload li a.windowsPhone {
	width: 225px;
	height: 47px;
	background-position: 100% -1125px;
}
.appsDownload li a.windowsPhone:hover {
	background-position: 0 -1125px;
}
/************************************* Two Section Footer ***************************/

.whiteCol, .greenCol {
	width: 50%;
	float: right;
}
.greenCol {
	background: #d1d93b;
}
.greenCol .halfSafeArea {
	float: right;
}
.whiteCol .halfSafeArea h2:before {
	border-bottom: 2px solid #000;
	content: "";
	height: 0px;
	margin: auto;
	position: absolute;
	right: -2000px;
	top: 83px;
	width: 2003px;
}
.halfSafeArea h2 {
	margin-bottom: 35px;
	padding-right: 80px;
	border-bottom: 2px solid #000;
	float: right;
	color: #000;
	font-size: 24px;
	padding-bottom: 15px;
}
.faqIcon {
	background: url("../images/hp-sprite.png") no-repeat scroll -523px -1756px rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	margin: -2px 0 0 5px;
	width: 34px;
}
.contactIcon {
	background: url("../images/hp-sprite.png") no-repeat scroll -523px -1828px rgba(0, 0, 0, 0);
	display: block;
	float: right;
	height: 32px;
	margin: -2px 0 0 5px;
	width: 32px;
}
.contactDescription {
	padding-right: 80px;
	margin-bottom: 20px;
}
.greenCol .blackButton {
	margin-right: 80px;
}
.whiteCol .halfSafeArea {
	float: left;
}
.halfSafeArea {
	position: relative;
	padding: 35px 0;
	min-height: 240px;
	width: 570px
}
.whiteArrowSection {
	background: url(../images/white-section-arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 46px;
	left: -23px;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	width: 23px;
	z-index: 1;
}
.faqListing li {
	width: 45%;
	margin-bottom: 30px;
	margin-left: 5%;
	float: right;
}
.faqListing li a {
	display: block;
	padding-right: 14px;
	background: url("../images/hp-sprite.png") no-repeat scroll 100% 7px rgba(0, 0, 0, 0);
	color: #000;
}
.faqListing li a:hover {
	color: #d1d93b;
	background: url("../images/hp-sprite.png") no-repeat 100% -169px;
}
.greenCol .blackButton a:hover {
	background: #000;
}
/************************************* Footer ***************************************/
.copyrightFooter {
	background: #000;
	color: #fff;
	padding: 20px 0 40px;
	position: relative;
	border-top: 1px solid #fff;
}
.developedBy {
	float: left;
	font-size: 14px;
}
.developedBy a {
	color: #fff;
}
.copyright {
	float: right;
	font-size: 14px;
}
.footerArrow {
	cursor: pointer;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	text-align: center;
	position: absolute;
	display: block;
	background: red;
	width: 97px;
	height: 25px;
	background: url("../images/hp-sprite.png") no-repeat -292px -811px; 
}
.footerArrow:hover {
	background-color:#d1d93b; 
}
/************************************* Website Style ********************************/
.breadcrumbHolder {
	background: #97999c;
	padding: 15px 0;
}
.breadcrumbLinks a:hover, .breadcrumbLinks span {
	color: #d1d93b;
	font-size: 14px;
}
.breadcrumbLinks a {
	color: #fff;
	font-size: 14px;
}
.breadcrumbLinks {
	float: right
}
.shareHolder {
	float: left;
}
.shareHolder li {
	float: right;
}
.shareHolder li a {
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	background: url(../images/website-sprite.png) no-repeat;
}
.shareHolder li a:hover {
	opacity: 0.5;
}
.shareHolder a.mailIcon {
	background-position: 100% -81px;
}
.shareHolder a.shareIcon {
	background-position: 100% 0;
	display:none;
}
.shareHolder a.printIcon {
	background-position: 100% -41px;
}
.faqContentHp {
	display: none;
}
.headerPageHolder {
  background-attachment: fixed;
  background-position: center bottom !important;
  background-size: cover !important;
  min-height: 260px;
  padding: 40px 0;
  position: relative;
}
.linksHeader {
	background: rgba(0,0,0,0.6);
	padding: 10px;
	float: left;
	position: relative;
	z-index: 10;
	min-width:250px;
}
.headingHeader {
	float: right;
	max-width: 60%;
	position: relative;
	z-index: 10;
}
.patternHeader {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
h1 {
	color: #fff;
	font-size: 42px;
}
h2 {
	color: #fff;
	font-size: 30px;
}
.titleLine {
	width: 95px;
	height: 2px;
	background: #fff;
	margin-bottom: 20px;
}
.greenHeaderFont {
	display: block;
	font-size: 33px;
	color: #d1d93b;
}
.greenHeaderFont .engLang {
	display: inline-block;
	margin-right: 10px;
	direction: ltr;
	font-weight: bold;
}
.insidePageContent {
	padding: 20px 0;
}
.sectionTitleLine:before {
	border-bottom: 2px solid #000;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: -2000px;
	top: 0px;
	width: 2003px;
	display: none;
}
.sectionTitleLine {
	border-bottom: 2px solid #000;
	position: relative;
	width: 85px;
	margin-bottom: 15px;
}
.sectionTitle {
	color: #000;
	float: right;
	font-size: 24px;
	margin-bottom: 15px;
	clear: both;
}
.rightCol, .leftCol {
	float: right;
	width: 50%;
	margin-bottom: 20px;
}
.leftCol .sectionTitleLine:before {
	border-bottom: 0px solid #000;
	content: "";
	display: none;
	height: 0;
	margin: auto;
	position: absolute;
	right: -2000px;
	top: 48px;
	width: 2003px;
}
.googleMap .sectionTitleLine {
	margin-bottom: 0;
}
.planMapListing li {
	width: 220px;
	float: right;
	padding: 20px;
	background: #f7f7f7;
	margin-left: 10px;
	position: relative;
}
.planMapListing li a, .planMapListing li a img {
	display: block;
	width: 100%;
}
.planMapListing li:hover .popupIcon {
	opacity: 1;
}
.popupIcon {
	display: block;
	background: url(../images/popup-icon.png);
	width: 91px;
	height: 90px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all linear 300ms;
}
.sponsorsTitle {
	background: #f7f7f7;
	padding: 20px 0;
	margin-bottom: 20px;
	font-size: 24px;
}
#filterTable {
	width: 100%;
}
#filterTable th select {
	width: 100%;
	border: 1px solid #d1d93b;
	background: #d1d93b;
	padding:0;
	font-size: 18px;
}
.expColTable table {width:100%;}
.expColTable table td, .expColTable table th {
	border: 1px solid #cdcdcd;
	background: #f8f8f8;
	padding: 10px;
	font-size: 16px;
}
.expColTable table th {
  background: #d1d93b !important;
}
.highlightedTitle {
	display: block;
	margin-bottom: 20px;
}
.titleSpace {
	min-height: 65px;
	width: 1px;
}
.speackersHolder {
	background: none repeat scroll 0 0 #f7f7f7;
	position: relative;
	width: 100%;
	padding: 80px 0;
	margin-bottom: 30px;
}
.speackersHolder:before {
	position: absolute;
	right: 0;
	width: 1000px;
}
.speackersHolder li {
	max-width: 160px;
	float: right;
	margin: 0 34px 30px;
}
.insidePageContent .speackersHolder li{
	height:300px;
}
.speackersHolder li .tabsCarouselInfos {
	padding: 0;
}
.noMarginBottom {
	margin-bottom: 0;
}
.marginBottom{
	margin-bottom:30px;
}
.speackersHolder .tabsName a {
	font-size: 18px;
	color: #000;
}
.speackersHolder .tabsPosition a {
	font-size: 16px;
	color: #8a8a8a;
}
.buttonCenter {
	text-align: Center;
}
.mediaLanding li {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  max-height: 173px;
  max-width: 260px;
  overflow: hidden;
  position: relative;
}
.mediaLanding li .listingImage img {
	width: 100%;
}
.mediaLanding li .listingInfos {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 10;
}
.mediaLanding li .listingInfos .listingDate, .mediaLanding li .listingInfos .listingTitle a {
	color: #fff;
	font-size: 14px;
}
.mediaLanding li.last {
	margin-left: 0;
}
.mediaPattern {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/hp-gallery-big.png) repeat right bottom;
}
.leftCol .inputForm, .leftCol .textAreaForm, .leftCol .captchaHolder .captchaImg, .leftCol .captchaHolder label {
	margin-right: 15px;
}
.captchaHolder .captchaImg {
	margin-bottom: 10px;
}
.rightCol .inputForm, .rightCol .textAreaForm {
	margin-left: 15px;
}
.inputForm, .textAreaForm {
	border: 1px solid #c2c2c2;
	padding: 5px;
	margin-bottom: 20px;
}
.inputForm.requiredError, .textAreaForm.requiredError {
	border: 1px solid red;
}
.textAreaForm textarea {
	height: 100px;
}
.inputForm input, .textAreaForm textarea {
	color: #000;
	font-size: 16px;
	border: 0px;
	width: 100%;
}
.requiredErrorMessage {
	font-size: 16px;
	color: red;
}
/* Webkit */
::-webkit-input-placeholder {
opacity:1;
}

/* Firefox 4-18 */
:-moz-placeholder {
opacity:1;
}

/* Firefox 19+ */
::-moz-placeholder {
opacity:1;
}

/* IE10+ */
:-ms-input-placeholder {
opacity:1;
}
.contactForm {
	margin-bottom: 230px;
}
.contactForm .sectionTitle {
	margin-bottom: 50px;
}
.contactMessage {
	padding-top: 150px;
	color: #000;
	font-size: 22px;
	text-align: center;
	margin: 80px 0 140px;
}
.contactMessage.success {
	background: url(../images/dummy/success.jpg) no-repeat center 20px;
}
.errorHolder {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}
.errorHolder h1 {
	color: #000;
	font-size: 42px;
}
.errorHolder .seperateLine {
	width: 100px;
	height: 2px;
	background: #000000;
	margin: 0 auto 20px;
}
.errorText {
	font-size: 16px;
	color: #000;
	margin-bottom: 40px;
}
.errorButtons .blackButton {
	display: inline-block;
}
.sitemapListing {
	padding: 60px 0 280px;
}
.sitemapListing ul li a {
	color: #000;
}
.sitemapListing ul > li > a {
	font-size: 24px;
}
.sitemapListing ul > li > ul > li > a {
	font-size: 15px;
}
.sitemapListing ul > li.clearBoth {
	margin: 0;
	width: 100%;
}
.sitemapListing ul > li {
	float: right;
	width: 20%;
}
.sitemapListing ul > li > ul {
	margin-bottom: 80px;
}
.sitemapListing ul > li > ul > li {
	margin-bottom: 5px;
	float: none;
	width: 100%;
}
.sitemapLine {
	display: block;
	margin: 5px 0 10px;
	width: 100px;
	height: 2px;
	background: #000;
}
.searchResultsHolder h1 {
	color: #000;
	font-size: 42px;
}
.searchResultsHolder .seperateLine {
	width: 100px;
	height: 2px;
	background: #000000;
	margin-bottom: 40px;
}
.resultText {
	margin-bottom: 40px;
	font-size: 24px;
}
.standardListing .listingImage {
	width: 115px;
	height: 75px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
	background: #d1d93b;
}
.standardListing .listingImage img {
	width: 100%;
}
.standardListing .listingImage:hover img {
	opacity: 0.5;
}
.listingResults .listingRow {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.listingResults .listingRow.last {
	border-bottom: 0px;
}
.standardListing .listingInfos .listingTitle a {
	color: #000;
}
.testimonialsListing li .innerPadding {
	padding: 30px 40px;
}
.testimonialsListing li {
	/*float: right;
	margin-left: 6%;
	position: relative;
	margin-bottom: 55px;
	width: 29%;
	*/
	width: 355px;
	margin-bottom: 25px;
	
}
.testimonialsListing li.last {
	margin-left: 0;
}
.testimonialsListing li.green {
	background: #d1d93b;
}
.testimonialsListing li.grey {
	background: #97999c;
}
.testimonialsListing .firstQuote {
	background: url("../images/hp-sprite.png") no-repeat scroll 100% -873px rgba(0, 0, 0, 0);
	height: 24px;
	position: absolute;
	top: 20px;
	right: 10px;
	margin: 0;
	display:none;
	width: 26px;
}
.testimonialsListing .lastQuote {
	background: url("../images/hp-sprite.png") no-repeat scroll 100% -926px rgba(0, 0, 0, 0);
	height: 24px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 26px;
	float: none;
	margin: 0;
	 display:none;
}
.testimonialsListing .testimonialsDescription {
	margin-bottom: 20px;
}
.testimonialsListing li.grey .testimonialsDescription {
	color: #fff;
}
.embassiesTable{
	margin-bottom:100px;
}
.embassiesTable td {
  height: 50px;
  min-width: 50px;
}
.embassiesTable thead td{
	background:#d1d93b;
	text-align:center;
	vertical-align:middle !important;
	border:1px solid #d1d93b;
}
.embassiesTable tbody td{
	background:#f8f8f8;
	text-align:center;
	vertical-align:middle !important;
	border:1px solid #cdcdcd;
	  padding: 5px 10px;
}
.embassiesTable tbody td:nth-child(1), .embassiesTable tbody td:nth-child(2){
	text-align:right !important;
}
.embassiLink {
  background: url("../images/website-sprite.png") no-repeat scroll 100% -291px;
  display: block;
  height: 30px;
  margin: 2px auto;
  text-align: center;
  width: 38px;
}
.embassiLink:hover{
	opacity:0.8;
}
.rightCol .accFaq{
	padding-left:30px;
}
.leftCol .accFaq{
	padding-right:30px;
}
.accDetailsTitle{
	border-bottom:4px solid #000;
	margin-bottom:10px;
	padding:0 25px 10px 0;
	background:url(../images/website-sprite.png) no-repeat 100% -740px;
	cursor:pointer;
}
.accDetailsTitle.active{
	background:url(../images/website-sprite.png) no-repeat 100% -615px;
}
.accDetailsDescription{
	display:none;
	color:#6a6a6a;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:30px;
}
/************************************* Speaker Iframe *******************************/
.iframeSpeakerHolder {
	max-width:800px;
}
.speakerHeading {
  float: right;
  margin-right: 20px;
  margin-top: 30px;
}
.speakerName{
	font-size:26px;
}
.speakerPosition{
	font-size:18px;
}
.speakerImage{
	float:right;
	overflow:hidden;
	border-radius:50%;
	max-width:130px;
	margin-bottom:20px;
}
.speakerImage img{
	width:100%;
}
.speakerDescription {
	font-weight:
}
.reservationLogo{
	max-width:345px;
}
.reservationLogo a:hover{
	opacity:0.5;
}
.reservationLogo img{
	width:100%;
}
.reservationContactInformation {
	margin-bottom:50px;
}
.reservationContactInformation li{
	margin-bottom:5px;
	color:#888888;
	font-size:16px;
}
.reservationContactInformation li span{
	width:115px;
	display:inline-block;
}
.reservationContactInformation li a{
	color:#888888;
	font-size:16px;
}
.reservationFormContainer {
	background:#f4f4f4;
}
.reservationFormContainer .inputForm, .reservationFormContainer .textAreaForm {
	background:#fff;
}
.reservationFormContainer .innerPadding{
	padding:25px 35px;
	position:relative;
}
.reservationFormRight {
	width:45%;
	float:right;
	margin-left:5%;
}
.reservationFormLeft {
	width:50%;
	float:right;
}
.floorPlanPrice {
	font-weight:bold;
	font-size:24px;
	margin-bottom:10px;
}
.floorPlanDescription{
	color:#33342e;
	margin-bottom:10px;
}
.floorPlanListingTitle {
	background:#d1d93b;
	padding:5px 20px;
	color:#33342e;
	font-size:18px;
}
.floorPlanListing li{
	background:url(../images/website-sprite.png) no-repeat 100% -917px;
	padding-right:15px;
	margin:0 20px 30px 0;
	color:#888888;
}
.floorPlanListing li.last{
	margin-bottom:0;
}
.floorPlanListing {
	background:#fff;
}
.floorPlanListing ul{
	padding:20px 0 ;
}
.typeCol{
	width:195px;
	margin-left:20px;
}
.costCol{
	width:105px;
	margin-left:20px;
}
.areaCol{
	width:90px;
	margin-left:15px;
}
.totalCol{
	width:90px;
}
.greyCol{
	color:#888888;
}
.labelForm{
	margin-bottom:5px;
}
.reservationFormLeft .textAreaForm textarea {
    height: 240px;
}
.mediaRoomImage{
	float:right;
	margin-left:15px;
}
.downloadPdfHead a {
  background: url("../images/website-sprite.png") no-repeat scroll 100% -985px rgba(0, 0, 0, 0);
  color: #d1d93b;
  display: block;
  font-size: 18px;
  margin-top: 20px;
  padding-right: 40px;
  text-decoration: underline;
  max-width:150px;
}
.downloadPdfHead a:hover{
	color:#fff;
	background: url("../images/website-sprite.png") no-repeat scroll 100% -985px rgba(0, 0, 0, 0);
}
.downloadPdfHead.noIcon a{
	padding-right:0;
	background-image:none;
}

.downloadPdfHead a .engLang{
	font-weight:400;
}
.mediaRommTitle{
	float:right;
	max-width:70%;
}
.headingHeader.mediaHeader {
  max-width: 75%;
  position: relative;
  z-index: 10;
}
.mediaNewsSection{
	background:#f7f7f7;
	padding:30px 0 80px;
}
.noPadding{
	padding:0;
}
.bigNewsCol, .smallNewsCol{
	float:right;
	width:50%;
}
.bigNewsCol .listingRow .innerPadding, .smallNewsCol .listingRow .innerPadding{
	padding:1px;
	position:relative;
}
.smallNewsCol .listingRow{
	width:50%;
	float:right;
}
.bigNewsCol .listingRow .listingImage{
	max-height:370px;
	overflow:hidden;
}
.smallNewsCol .listingRow .listingImage{
	max-height:184px;
	overflow:hidden;
}
.bigNewsCol .listingRow .listingImage img, .smallNewsCol .listingRow .listingImage img{
	width:100%;
}
.bigNewsCol .listingRow .listingInfos{
	position:absolute;
	bottom:20px;
	right:20px;
	left:20px;
}
.smallNewsCol .listingRow .listingInfos{
	position:absolute;
	bottom:15px;
	right:15px;
	left:15px;
}
.newsListingMain .listingDate,
.newsListingMain .listingTitle a{
	font-size:14px;
	color:#fff;	
}
.newsListingMain .listingRow .listingImage{
	background:#000;
}
.newsListingMain .listingRow:hover .listingImage img{
	opacity:0.3;
}
.listingPattern{
	position:absolute;
	top:1px;
	bottom:1px;
	left:1px;
	right:1px;
	background:url(../images/pattern-news.png) repeat-x center bottom;
	background-size: auto 100%!important;
}
.mediaPressSection {
	padding:40px 0;
}
.mediaPressListing li{
	width:50%;
	float:right;
	margin-bottom:10px;
}
.mediaPressListing li.last .innerPadding{
	padding-right:30px;
}
.mediaPressListing li .innerPadding{
	padding-left:30px;
}
.mediaPressListing .listingLinks li{
	float:right;
	width:auto;
}
.mediaPressListing .listingLinks a:hover{
	opacity:0.6;
}
.mediaPressListing li.linksSep{
	width:1px;
	height:30px;
	background:#b7b7b7;
	margin:0 20px;
}
.standardLink a{
	text-decoration:underline;
	line-height:30px;
	padding-right:15px;
	background:url("../images/hp-sprite.png") no-repeat scroll 100% -171px rgba(0, 0, 0, 0);
}
.listingLinks {
	padding:10px 0;
}
.mediaPressListing .downloadPdfHead a {
  background: url("../images/website-sprite.png") no-repeat scroll 100% -985px rgba(0, 0, 0, 0);
  color: #d1d93b;
  display: block;
  font-size: 18px;
  margin-top: 0;
  max-width: 130px;
  padding-right: 40px;
  text-decoration: underline;
}
.mediaPhotoSection {
	background:#d1d93b;
	padding:30px;
}
.mediaPhotoSection .whiteButton a:hover{
	background:#000;
}
.mediaPhotoSection .sectionTitle {
  color:#fff;
}
.mediaPhotoSection .sectionTitleLine:before,
.mediaPhotoSection .sectionTitleLine {
  border-bottom: 2px solid #fff;
}
.mediaPhotoSection .galleryListing .bigGallery, .mediaPhotoSection .galleryListing .smallGallery{
	width:50%;
	float:right;
}
.galleryListing .innerPadding{
	padding:1px;
	position:relative;
}
.galleryListing .smallGallery li{
}
.galleryListing img{
	width:100%;
}
.galleryListing li:hover img{
	opacity:0.2;
}
.galleryListing .smallGallery li{
	width:50%;
	float:right;
	max-height:185px;
	overflow:hidden;
}
.galleryListing .bigGallery li{
	max-height:370px;
	overflow:hidden;
}
.imgGalleryIcon {
	width:0;
	height:35px;
	background:url(../images/zoom-icon.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	opacity:0;
	display:block;
}
.galleryListing li:hover .imgGalleryIcon{
	opacity:1;
	width:35px;
}
.mediaVideoSection {
	padding:40px 0 80px;
}
.mediaVideoSection .galleryListing li{
	width:25%;
}
.mediaVideoSection .galleryListing li a{
	display:block;
	background:#d1d93b;
}
.mediaVideoSection .galleryListing li a:hover img{
	opacity:0.2;
}
.mediaVideoSection .galleryListing li a:hover .videoGalleryIcon{
	left:10px;
}
.videoGalleryIcon{
	position:absolute;
	z-index:10;
	width:65px;
	height:65px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:block;
	background:url(../images/video-icon.png) no-repeat 0 0;
}
.rightContent {
	width:65%;
	margin-left:5%;
}
.sideBar {
	width:30%;
}
.sideBar .testimonialsListing li {
	width:100%;
	float:none;
	margin:0;
}
.galleryListingDetails li {
  float: right;
  margin: 0 0 13px 13px;
  max-height: 110px;
  overflow: hidden;
  width: 32%;
}
.galleryListingDetails li.last{
	margin-left:0;
}
.galleryListingDetails li img{
	width:100%;
}
.galleryListingDetails li a{
	display:block;
	background:#d1d93b;
	position:relative;
}
.galleryListingDetails li a:hover img{
	opacity:0.2;
}
.galleryListingDetails li a:hover span.imgGalleryIcon {
	opacity:1;
	width:35px;
}
.sideBarStructure {
	padding:40px 0 100px;
}
.loader {
  background:url(../images/ajax-loader.gif) no-repeat center center rgba(250, 250, 250, 0.9);
  display: block;
  height: 93%;
  position: absolute;
  width: 94%;
}
.verificationImg {
	float:right;
	width:25%;
}
.captchaHolder label{
	margin-bottom:5px;
	float:none;
	display:block;
}
.contactPage .verificationImg {
	float:none;
	margin:0 15px 15px 0;
}
.contactPage #divCaptcha {
  float: none;
  width: auto;
}
.verificationImg img{
	width:100%;
	height:36px;
}
#divCaptcha{
	float:right;
	width:72.7%;
}
.RadPicker {
	width:100% !important;
}
.RadPicker input{
	border:0px !important;
}
.newsLandingListing {
	padding:30px 0 100px;
}
.newsLandingListing .listingRow{
	width:50%;
	float:right;
	margin-bottom:20px;
	
}
.newsLandingListing .listingRow .innerPadding{
	padding-left:30px;
}
.newsLandingListing .listingRow.last .innerPadding{
	padding-right:30px;
}
.newsLandingListing .listingRow .listingImage{
	max-width:110px;
	max-height:75px;
	overflow:hidden;
	float:right;
	margin-left:10px;
}
.newsLandingListing .listingRow .listingImage a{
	display:block;
	background: #d1d93b;
}
.newsLandingListing .listingRow .listingImage:hover img{
	opacity:0.2;
}
.newsLandingListing .listingRow .listingImage img{
	width:100%;
}
.newsLandingListing .listingDate{
	font-size:14px;
}
.newsLandingListing .listingTitle a{
	color:#000;
}
.headingNewsDetails {
	margin-bottom:20px;
}
.newsDetailsDate{
	font-size:14px;
}
.newsDetailsTitle{
	font-size:24px;
}
.newsDetailsMainImage {
	float:right;
	margin:0 0 25px 25px;
}
.backBtn{
	float:left;
	margin-top:25px;
}
.backBtn a{
	background:url("../images/hp-sprite.png") no-repeat scroll 100% -172px rgba(0, 0, 0, 0);
	padding-right:12px;
}
.backBtn a:hover{
	opacity:0.5;
}
.centeredMessage{
	max-width:480px;
	text-align:center;
	margin:100px auto;
}
.centeredTitle {
	font-size:42px;
}
.centeredMessage .titleLine{
	width:100px;
	margin:0 auto 15px;
	height:2px;
	background:#000;
}
.centeredButtons .blackButton{
	display:inline-block;
}
/*************************************  Common Styles ********************************/
.fontLato, .RadCalendar td, .RadCalendarTimeView td, .RadCalendar th, .costCol .greyCol, #filterTable td, .reservationContactInformation li a, .developedBy a, .sliderCounter .bigNumber, .engLang {
	font-family: 'Lato', sans-serif !important;
}
.gessLight, .newsLandingListing .listingDate, .typeCol .greyCol, .newsListingMain .listingDate, .speakerDescription, .mediaLanding li .listingInfos .listingDate, h2, .videoPhotoDate, .bigLatestNews .listingDescription a, .latestNewsListing .listingRow .listingDescription a, .sectionSmallTitle, .testimonialsName, .mainSlider .sliderDescription, .mainMenu li a, .searchField input, .topMenu a {
	font-family: 'GESSTwoLight-Light';
}
.gessMedium, .sitemapListing ul li a, .errorHolder h1, .contactMessage, .greenHeaderFont, .testimonialsDescription, .textConference, .tabsName, .tabsPosition, .exhibitionListing .listingTitle, .exhibitionSection h2, .counterDescription, .sliderCounter .smallFont, .whiteButton a, td, div {
	font-family: 'GESSTwoMedium-Medium';
}
.gessBold, .requiredErrorMessage, .inputForm input, .highlightedTitle, .textAreaForm textarea {
	font-family: 'GESSTwoBold-Bold';
}
.languageBar a:hover, .backBtn a, .newsLandingListing .listingTitle a:hover, .standardLink a, .newsListingMain .listingRow:hover .listingTitle a, .reservationContactInformation li a:hover, .reservationContactInformation li span, .standardListing .listingInfos .listingTitle a:hover, .sitemapListing ul li a:hover, .topMenu a.current, .topMenu a:hover, .etabs li a:hover, .videoPhotoTitle a:hover, .developedBy a:hover, .mediaLanding li .listingInfos .listingTitle a:hover {
	color: #d1d93b;
}
.transitionAll, .highlightedVideoPhoto img, .highlightedVideoPhoto:hover .imgGalleryIcon, .listingVideosPhotos li .imgGalleryIcon, .bigLatestNews .listingImage img, .latestNewsListing .listingRow .listingImage img, .tabsCarouselInfos .tabsImage img, .newsLandingListing .listingTitle a, .newsLandingListing .listingRow .listingImage img, .mainMenu .subMenu, .galleryListingDetails li a img, .galleryListingDetails li a span.imgGalleryIcon, .videoGalleryIcon, .galleryListing li .imgGalleryIcon, .galleryListing li img, .mediaPressListing .listingLinks a, .newsListingMain .listingRow .listingTitle a, .newsListingMain .listingRow .listingImage img, .listingVideosPhotos li img, .blackButton a, .whiteButton a, .mainMenu li a, .searchHolder, .searchField{
	transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-ms-transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
}
.whiteButton a {
	display: inline-block;
	border: 1px solid #fff;
	line-height: 100%;
	font-size: 18px;
	color: #fff;
	padding: 10px 35px;
}
.sliderButtons .whiteButton a {
	font-size: 15px;
	padding: 10px 25px;
}
.whiteButton a:hover {
	background: #d1d93b;
	border: 1px solid #d1d93b;
	color: #fff;
}
.blackButton a {
	display: inline-block;
	border: 1px solid #000;
	line-height: 100%;
	font-size: 18px;
	color: #000;
	padding: 10px 35px;
}
.blackButton a:hover {
	background: #d1d93b;
	border: 1px solid #d1d93b;
	color: #fff;
}
.normalLink a {
	color: #d1d93b;
	font-size: 14px;
	display: block;
	padding-right: 15px;
	background: url(../images/hp-sprite.png) no-repeat 100% -172px;
}
.normalLink a:hover {
	color: #000;
	background: url(../images/hp-sprite.png) no-repeat 100% 4px;
}
.safeArea {
	max-width: 1140px;
	margin: 0 auto;
}
.fullWidth {
	width: 100%;
}
.floatLeft, .topLinks {
	float: left;
}
.floatRight, .rightContent, .sideBar, .typeCol, .costCol, .areaCol, .totalCol, .searchHolder, .languageBar, .topMenu, .topMenu li, .logosHolder li, .logosHolder {
	float: right;
}
.posRelative {
	position: relative;
}
.absolutePos {
	position: absolute;
}
.textDecorationNone {
	text-decoration: none;
}
.textDecorationUnderline {
	text-decoration: underline;
}
.fontWeightBold {
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
.footerSitemap a{color:#fff; display:block;}
.footerSitemap a:hover{color:#d1d93b}
.footerSitemap{width:1140px; margin:20px auto; display:none;}
.footerArrow.active{background: url("../images/hp-sprite.png") no-repeat 100% -811px;}
.footerArrow.active:hover{background-color:#d1d93b;}

.footerSitemap ul > li {
    float: right;
    width: 20%;
		font-size:22px;
		
}
.footerSitemap ul > li  a{margin-bottom:10px;}
.footerSitemap ul > li > ul > li a{margin-bottom:4px;}
.footerSitemap ul > li > ul {margin-bottom:10px;}

.footerSitemap ul > li > ul > li {
    float: none;
    margin-bottom: 5px;
    width: 100%;
		font-size:16px;
}
a.backToTopBtn{position:absolute; right:20px; top:-30px; width:66px; height:66px; display:block; background:url(../images/hp-sprite.png) left -1260px;}
a.backToTopBtn:hover{ background:url(../images/hp-sprite.png) left -1342px;}
.floatedImage{float:right; margin:0 0 10px 10px;}
.numberDirection {direction:ltr; color:#888888;}
.soonText {text-align:center; width:100%; display:block; padding:30px 0; font-size:20px;}
.responsiveMenu{display:none;}
.mainSliderHolder ul.slides li{height:650px; background-size:cover;}
.hiddenTd{display:none;}
.expColTable {height:446px; overflow-y:auto; margin-bottom:10px;}
.sponsorsBody .expColTable {height: auto;}
.expColTable.expanded {height:auto;}
.expColBtn {margin:0 auto; width:120px;}

/**************** PROGRAM STYLE ***************************/
.sectionDate {font-size:16px;}
.sectionDate span{color:#d1d93b;}
.programTabs .etabs {padding:0; margin-top:20px; border-bottom:2px solid #d2d93b;}
.programTabs .etabs li a {color: #000;display: block;font-size: 16px;font-weight: 700;line-height: 100%;outline: medium none;padding: 10px;text-transform: uppercase; line-height:100%;}
.tabContentHolder {padding:60px 0;}
.sectionProgram {margin-bottom:20px;}
.programTabs .etabs li.active a, .programTabs .etabs li a:hover{color:#d2d93b;}
.programTabs .etabs li {border-top:2px solid #97999c;border-left:2px solid #97999c;border-right:2px solid #97999c;text-align:center;margin-right:10px;}
.programTabs .etabs li.active {border-top:2px solid #d2d93b;border-left:2px solid #d2d93b;border-right:2px solid #d2d93b;border-bottom:2px solid #fff;}
.programTabs .etabs li:hover {border-top:2px solid #d2d93b;border-left:2px solid #d2d93b;border-right:2px solid #d2d93b;}

.programDate {
  color: #d2d93b;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
.programTitle {background:#97999c;padding:10px;	color:#fff;	margin-bottom:10px;}
.programTitle.greenBg {background:#d1d93b;padding:20px;color:#fff;margin-bottom:10px;font-size:20px;}
.programList li {float: right; margin-left: 3%;  max-width: 30%;}
.namePerson {font-weight:700;}
.infoPerson {min-height:100px;}
.comingSoonContainer{
	color:#000;
	font-size:40px;
	text-align:center;
	padding:100px 0;
}
.speakerDescription ul li{padding-right:15px; position: relative;}
.speakerDescription ul li:before{background: #000000 none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    display: block;
    height: 5px;
    right: 0;
    position: absolute;
    top: 10px;
    width: 5px;}
.sliderSmallImage{display:block; margin-bottom:45px; text-align: center;}
.sliderSmallImage img{margin:0 auto; display: inline-block;}