/*******************************************************************
 * roadshow
 * 
 * @project	bravia4k-microsite-v1
 * @version	1.0.0
 * @author	
 *
 ******************************************************************/
 
 @font-face {
	font-family: 'Helvetica_Neue';
	src: url('../css/fonts/Helvetica_Neue.eot'); /* IE9 Compat Modes */
	src: url('../css/fonts/Helvetica_Neue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../css/fonts/Helvetica_Neue.woff') format('woff'), /* Modern Browsers */
	     url('../css/fonts/Helvetica_Neue.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../css/fonts/Helvetica_Neue.svg#svgHelvetica_Neue') format('svg'); /* Legacy iOS */
	}

@font-face {
	font-family: 'AvantGardeGothicITCW01B_731069';
	src: url('../css/fonts/AvantGardeGothicITCW01B_731069.eot'); /* IE9 Compat Modes */
	src: url('../css/fonts/AvantGardeGothicITCW01B_731069.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../css/fonts/AvantGardeGothicITCW01B_731069.woff') format('woff'), /* Modern Browsers */
	     url('../css/fonts/AvantGardeGothicITCW01B_731069.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../css/fonts/AvantGardeGothicITCW01B_731069.svg#svgAvantGardeGothicITCW01B_731069') format('svg'); /* Legacy iOS */
	}
 
 .master li,
 .master li,
 .master ul,
 .master a,
 .master h1,
 .master h2,
 .master h3,
 .master h4,
 .master h5,
 .master div{
	font-family: 'Helvetica_Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
 }
	
.master{
	background-color:black;
	position:relative;
	background-image:url(../images/creative/bg-gold-flakes-2.jpg?v=2);
	background-repeat:no-repeat;
	background-position:center -250px;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom: 50px;
}

.master #masthead{
	background-image:url(roadshow-banner.png);
	background-position:center top;
	background-repeat:no-repeat;
	/*margin-bottom: -15px;
	margin-top: -35px;*/
	z-index:0;
}

.master .section{
	position:relative;
	padding: 0px 0px;
	margin-bottom:10px;
	overflow:hidden;
	min-height:350px;
}

.master #main{
	width:1050px;
	height:100%;
	margin:0 auto;
	height:600px;
}

.master #location{
	padding-top:10px;
}

.master #location-map{
	width:70%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-color:#373737;
}

.master #location-selection{
	width:30%;
	height:540px;
	position:absolute;
	left:0;
	top:60px;
	background-color:#141414;
	overflow-y:auto;
	color:white;
}

.master  #location-map *{
	font-family:Arial, sans-serif;
}


.master  #location-selection a,
.master  #location-selection h1,
.master  #location-selection h2,
.master  #location-selection h3,
.master  #location-selection h4,
.master  #location-selection h5,
.master  #location-selection ul,
.master  #location-selection ul li{
	padding:0;
	margin:0;
	display:block;
}

.master  #location-selection .date{
	padding:20px;
	border-bottom:10px solid black;
}

.master  #location-selection ul li a{
	padding:10px 10px 10px 30px;
	border-bottom:1px dotted #ffae00;
	margin-bottom:5px;
	color:white;
	transition:all 0.5s;
	
	background-image: url(../images/icons/icon-whereto.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

.master #location-selection ul li a:hover{
	background-color:#ffae00;
	color:black;
}

.master #location-selection h3{
	margin:10px 0;
	color:#ffae00;
}

.master .location-title{
	padding: 20px 0;
	border-bottom: 5px solid black;
	background-color: #363636;
	position:absolute;
	left:0;
	top:0;
	width:30%;
	z-index:10;
	text-align:center;
}

.master .location-title h4{
	margin:0;
	padding:0;
	font-size:21px;
	color:#ffae00;
}

.master .location-title h5{
	font-size:15px;
}


.master .map-marker{
	padding:10px 10px 10px 10px;
}

.master .map-marker h2{
	margin:0;
	padding:0;
	margin-bottom:5px;
}

.master .map-marker span{
	
}

.master .backtomicrosite{
	width: 1050px;
	margin: 0 auto;
	text-align: right;
	z-index: 10;
	position: relative;
	height: 350px;
}

.master .backtomicrosite a{
	color:#ffae00;
	display:inline-block;
	padding:10px;
	border:1px solid #ffae00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.5s;
	position: absolute;
	right: 0;
	bottom: 0;
}

.master .backtomicrosite a:hover{
	background-color:#ffae00;
	color:black;
}






