/* Author: Josh Palmeri */

.banner-wrapper {
	width: 690px;
	float: left;
	display: inline-block;
	height: 348px;
	border-right: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-buttons {
	width: 270px;
	float: left;
	display: inline-block;
	height: 348px;
}

.banner-buttons ul {
	list-style: none;
	padding: 22px 35px 0 35px;
	margin: 0;
	background: #bbb;
	width: 270px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-buttons li a {
	display: block;
	border: 1px #a00 solid;
	width: 100%;
	height: 60px;
	margin: 0 0 20px 0;
	border-radius: 2px;
	background-color: #d6d6d6;
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-family:'Trade Gothic Next W01';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.3em;
	box-shadow: 0 0 10px rgba(50,50,50,.1);
}

.banner-buttons li a:hover {
	color: #a00;
	border: 1px #900 solid;
	background-color: #dddddd;
	box-shadow: 0 0 10px rgba(50,50,50,.3);
}

.banner-buttons li a img {
	float: left;
	display: inline-block;
	width: 58px;
	height: 58px;
	border-radius: 2px 0 0 2px;
    border: 0 none;
	border-right: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-buttons li a .image {

}

.banner-buttons li a .label {
	float: left;
	display: inline-block;
	padding: 12px 10px 0 10px;
	width: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-buttons li a .label.one-line {
	padding: 20px 10px 0 10px;
}



@media only screen and (min-width: 0px) and (max-width: 960px) {
	
	.banner-wrapper {
		width: 100%;
		float: none;
		display: inline-block;
		height: auto;
		border-right: 0 none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.banner-buttons {
		width: 100%;
		float: none;
		display: inline-block;
		height: auto;
	}
	
	.banner-buttons ul {
		padding: 22px 35px 0 35px;
		margin: 0;
		background: #bbb;
		width: 100%;
		height: 100%;
	}
	
	.banner-buttons li a .label {
		float: none;
		display: inline-block;
		padding: 0 10px 0 10px !important;
		width: auto;
		max-width: 70%;
		display: table-cell;
		vertical-align: middle;
		height: 58px
		
	}
	
	.banner-buttons li a .label br {
		display: none;
	}
	
}
