#tstak-radio{
	width:960px;
	margin:0;
	color:#fff;
	font-size:16px;
	line-height:22px;
}
#tstak-radio a{
	color:#fff;
	text-decoration:none;
}
#tstak-radio a:hover{
	text-decoration:none;
}
#tstak-radio img{
	border:none;
}
#tstak-radio ul, 
#tstak-radio li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#tstak-radio .grey-bg{
	background:#3b3b3b;
	padding:20px;
}
#tstak-radio .black-bg{
	background:#000;
	padding:20px;
}
#tstak-radio .white-bg{
	background:#fff;
	padding:20px;
	color:#000;
}

/* --- HEADER --- */
#tstak-radio .tstak-radio-header{
background:url('/images/tstak-radio/header.jpg') no-repeat;	
position:relative;
height:469px;
}
#tstak-radio .tstak-radio-header .logo-container{
	padding:30px;
}
#tstak-radio .tstak-radio-header .logo-container img{
	float:left;
	margin:0 15px 0 0;
}
#tstak-radio .tstak-radio-header .logo-container h1{
	margin:0;
	padding:0;
	font-size:48px;
	line-height:48px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

/* --- INTRO --- */
#tstak-radio .tstak-radio-intro p{
	font-weight:bold;
	padding-top:20px;
}
#tstak-radio .tstak-radio-intro h2{
	margin:0;
	padding:0;
	font-size:36px;
	line-height:44px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
#tstak-radio .tstak-radio-intro h2 span{
	color:#fdb827;
}

/* --- VIDEO --- */
#tstak-radio .tstak-radio-video{
	text-align:center;
}

/* --- MAP --- */
#tstak-radio .tstak-radio-map p{
	font-weight:bold;
}
#tstak-radio .map-left{
	float:left;
	width:450px;
}
#tstak-radio .map-right{
	float:right;
	width:450px;
	padding-top:40px;
}
#tstak-radio .map-right .number{
	background:#fdb827;
	color:#000;
	font-weight:bold;
	border-radius:50%;
	width:20px;
	height:20px;
	text-align:center;
	padding:5px;
	float:left;
	margin-right:10px;
}
#tstak-radio .map-right .map-item p{
	padding-top:5px;
}
#tstak-radio .map-right .map-item{
	margin-bottom:25px;
}
#tstak-radio .map-right img{
	margin-top:40px;
}

/* --- SECTIONS --- */
#tstak-radio .tstak-radio-section{
	height:577px;
	position:relative;
	margin-bottom:10px;
}
#tstak-radio .tstak-radio-section.section-1{
	background:url('/images/tstak-radio/section-1.jpg') no-repeat;
}
#tstak-radio .tstak-radio-section.section-2{
	background:url('/images/tstak-radio/section-2.jpg') no-repeat;
}
#tstak-radio .tstak-radio-section.section-3{
	background:url('/images/tstak-radio/section-3.jpg') no-repeat;
}
#tstak-radio .tstak-radio-section.section-4{
	background:url('/images/tstak-radio/section-4.jpg') no-repeat;
}
#tstak-radio .tstak-radio-section.section-5{
	background:url('/images/tstak-radio/section-5.jpg') no-repeat;
}
#tstak-radio .tstak-radio-section .text-box{
	position:absolute;
	width:370px;
	padding:20px;
	background:rgba(0,0,0,0.6);
}
#tstak-radio .tstak-radio-section .text-box h3{
	font-weight:bold;
	color:#fdb827;
	text-transform:uppercase;
	font-size:28px;
	line-height:32px;
	margin:0;
	padding:0 0 10px 0;
}
#tstak-radio .tstak-radio-section .text-box p{
	font-weight:bold;
	color:#fff;
	font-size:20px;
	line-height:24px;
	margin:0 0 15px 0;
	padding:0;
}
#tstak-radio .tstak-radio-section.section-1 .text-box{
	left:30px;
	top:150px;
}
#tstak-radio .tstak-radio-section.section-2 .text-box{
	left:30px;
	top:170px;
}
#tstak-radio .tstak-radio-section.section-3 .text-box{
	right:30px;
	top:210px;
}
#tstak-radio .tstak-radio-section.section-4 .text-box{
	right:30px;
	top:30px;
}
#tstak-radio .tstak-radio-section.section-5 .text-box{
	left:30px;
	bottom:30px;
}

/* --- TSTAK --- */
#tstak-radio .tstak-radio-tstak .tstak-logo{
	text-align:center;
	width:100%;
	padding:10px 0;
}
#tstak-radio .tstak-radio-tstak p{
	padding:15px 0;
}
#tstak-radio .tstak-radio-tstak img{
	text-align:center;
	max-width:100%;
}
#tstak-radio .btn-more{
	color:#fdb827;
	border:2px solid #fdb827;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding:10px;
	font-size:18px;
	width:340px;
	display:block;
	margin:20px auto;
}