@charset "UTF-8";
/* CSS Document */

.bgKey{
	background:url(/top/images/key.jpg) no-repeat center center ;
    width: 100%;
	height:0;
	padding-top:500px;
	min-width:840px;
	overflow:hidden;
	background-size:cover;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.bgKey{
	background:url(/top/images/key_2x.jpg) no-repeat center center ;
    width: 100%;
	height:0;
	padding-top:500px;
	min-width:840px;
	overflow:hidden;
	background-size:1600px;

}
}


.sec{
	width:240px;
	float:left;
}

.sec h2{
	text-align:center;
	font-size:17px;
	color:#030303;
	margin-bottom:15px;
}

#gigs{
	margin-right:40px;
}

.box{
	overflow:visible;
	clear:both;
	padding:20px 0;
	border-bottom:1px dotted #ccc;
	display:block;
}

.box:hover{
	opacity:0.7
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#work .box:hover{
	opacity:1
}

.flyer{
	float:left;
	margin-right:10px;
}

.boxTxt{
	float:left;
	width:124px;
}

.boxTxt p{
	color:#3e3e3e;
	font-size:10.2px;
}

h3{
	font-weight:normal;
	margin-top:7px;
	line-height:1.4;
	color:#3e3e3e;
	font-size:10.2px;
	white-space:nowrap;
}

#work{
	margin-right:40px;
}

#work h3{
	font-size:10.2px;
	margin:-2px 0 8px 0
}

.fb-like {
    padding-top: 7px;
}

#instagram h2{
	margin-bottom:35px;
}

#instagram{
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}

#twitter{
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}

#twitter h2{
	margin-bottom:20px;
}