/************ 
 *  Banner (overview page)
 *  www.pgmusic.com
 *  Other products generic
 ************/
	
#banner_main {
	overflow: hidden;
	position: relative;
	min-height: 580px;
	margin: 8px 0px 3px 0px;
	background: #ffffff;
	/*-moz-border-radius: 4px; -webkit-border-radius: 4px; */border-radius: 4px;
	/*-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px; -moz-box-shadow: rgba(0,0,0,.3) 1px 1px 3px; */box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	cursor: auto;
	/*width:960px;*/
	clear:both;
	box-sizing:border-box;
}

#banner_main .button_big {
	cursor: pointer;
}


#banner_main .boxshot {
	position: absolute;
	top: 6px;
	left: 32px;
}

#banner_main .boxshot2 {
	margin: 35px auto -30px auto;
}



#banner_main .content {
	position: absolute;
	left: 426px;
	top: 35px;
	width:100%;
	max-width: 460px;
	box-sizing:border-box;
}

#banner_main .content2 {
	position: absolute;
}

#banner_main .content3 {
	padding: 0 50px 50px 50px;	
}

#banner_main .content div.title {
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 2px rgba(0,0,0, .3);
}

#banner_main .content .title .sub {
    font-size: 70%;
}

#banner_main .content img.title {
	margin: 0px 0px 8px 0px;
}

#banner_main .subtitle {
	margin: 0px 0px 16px 0px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

#banner_main .desc {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin: 22px 0;
}

#banner_main .desc p {
	margin: 0px 0px 16px 0px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

#banner_main .desc a {
	color: #004FC3;
}

#banner_main .desc a:hover {
	color: red;
}

#banner_main .videos {
	float: left;
	margin: 0px 32px 0px 0px;
}

#banner_main .video img {
	border: 2px solid white;
	cursor: pointer;
	/*-webkit-box-shadow: rgba(0,0,0,.57) 2px 2px 5px; -moz-box-shadow: rgba(0,0,0,.57) 2px 2px 5px; */box-shadow: rgba(0,0,0,.57) 2px 2px 5px;
}

#banner_main .video .desc {
	padding: 8px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

#banner_main .notebox {
	width: 400px;
	font-size: 12px;
	line-height: 18px;
	background: #ddd;
	border-radius: 10px;
	padding: 20px;	
	margin: 30px auto 0 auto;
}

@media screen and (max-width: 960px) {
  	#banner_main .boxshot {position:relative; float:left; left:0; top: 0}
  	#banner_main .content {position:relative; float:left; left:0; top: 0; padding:20px;}
}

