body, *, * *, * * *{
	margin:0;
	font-family:EgyptianHeadline !important; 
	-webkit-font-smoothing:antialiased !important;
	/*Change the font name here Nabeelah*/
}
.vco-icon, .vco-map .vco-mapmarker, .vco-map .vco-mapmarker-active,.vco-slidenav-next .vco-slidenav-icon, .vco-slidenav-previous .vco-slidenav-icon{
	font-family: 'vco-icons' !important;
}
.video-player{
	margin-bottom:20px;
}

.vco-storymap h2.vco-headline-title{
	line-height: 1.1em;
	font-weight:100;
}

.vco-layout-landscape .vco-storyslider .vco-slider-background{
	/*background:red !important;*/
	/*background-image: linear-gradient(left, color-stop(rgba(255,255,255,0.0001 ) 0%), color-stop(rgba(255,255,255,0.87) 15%)) !important;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(255,255,255,0.0001 ) 0%), color-stop(rgba(255,255,255,0.87) 15%)) !important;
	background-image: linear-gradient(to right, rgba(255,255,255,0.0001 ) 0%, rgba(252, 244, 234, 0.87) 15%) !important;
	filter: e(%('progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)',argb(255,255,255, 0.0001),argb(252, 244, 234, 0.87))) !important;*/

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(252,244,234,0.90) 18%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(18%,rgba(252,244,234,0.90))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(252,244,234,0.90) 18%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(252,244,234,0.90) 18%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(252,244,234,0.90) 18%) !important; /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(252,244,234,0.90) 18%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9fcf4ea',GradientType=1 ); /* IE6-9 */
}

.vco-map .vco-mapmarker:before, .vco-map .vco-mapmarker-active:before {
	content: "\e600";
	font-size: 52px;
	text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
}

.vco-map .vco-mapmarker-active {
	color: #333;
}

.vco-map .vco-mapmarker {
	color: #C0B6A8;
}

.vco-map-line{
	stroke: transparent;
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before, .vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before{
	background-color: #c34528;
	border:none;
}

.vco-storyslider img, .vco-storyslider embed, .vco-storyslider object, .vco-storyslider video, .vco-storyslider iframe{
	width:100%;
}

.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon, .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon, .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title, .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title, .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description, .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description{
	color:#fff;
}

.vco-storymap p{
	line-height:1.3em;
	font-size:16px;
	color:#333;
}

.vco-text h2.vco-headline-title, .vco-text h2.vco-headline {
	margin-top: 0;
	color: #333;
	font-size: 32px;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 16px;
}
.vco-text h2.vco-headline-title{
	font-size:40px;
}
.vco-text h2.vco-headline .vco-person-name{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}
.vco-map .vco-mapmarker:hover, .vco-map .vco-mapmarker-active:hover{
	opacity:0.8;
}
.vco-map .vco-mapmarker:before, .vco-map .vco-mapmarker-active:before {
content: " ";
background: url(../img/tooltip.png);
width: 40px;
height: 55px;
background-repeat:no-repeat;
text-shadow: rgba(0,0,0,0.5) 0 1px 1px;
display: block;
}

.vco-map .vco-mapmarker-active:before{
	background: url(../img/tooltip_active.png);
}
.vco-menubar{
	border:none;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.vco-menubar-button{
	display:inline-block;
	padding:12px;
	color:#333;
	border:none;
}



