@charset "UTF-8";
/* CSS Document */
body, html {
	margin:0 auto;
	padding:0;
	background:#000;
	color:#fff;	
	font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
}

html {
	height: 100%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.header{
	background: url('../m/background-header.jpg') repeat-x;	
	min-height:167px;
	text-align:center;
}

.content{
	text-align:center;
	padding:20px 20px;
	background: url('http://salukisblackoutcancer.com/mensbasketball/sites/all/themes/mensbasketball/_m/home-intro-bg.jpg') top center no-repeat;
}



.splash {
	height: 100%;
	background: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #000 center center no-repeat;
	background-size: contain;	
}
.splash--football {
	background-image: url('../m/splash-page-football.jpg');
}
.splash--basketball {
	background-image: url('../m/splash-page-basketball.jpg');
}




.content-inner{
	width:100%;
	max-width:1160px;
	padding:0 40px;
	margin:0 auto;
	box-sizing:border-box;	
	clear:both;
}

.content-inner.footer{
	padding:20px;	
}

.content-inner.footer h2 {
	margin-bottom: 30px;
}

.content-inner.footer img {
	position: relative;
	vertical-align: top;
}
.content-inner.footer img.footer-foundation-logo {
	margin-right: 40px;
	top: -8px;
}

.content-left{
	width:55%;
	float:left;
	text-align:left;
	margin-right:5%;
}

.content-left p{
	font-size:16px;
	line-height:24px;	
	color:#efefef;
}

.h1-bb{
	font-weight:400;	
}

.content-right{
	width:35%;	
	float:right;
    text-align:left;
	padding-right:20px;
	box-sizing:border-box;
}

.header-inner{
	width:710px;
	margin:0 auto;	
}

.header-foundation{
	width:200px;
	display:inline-block;	
	float:left;
	padding-top:52px;
}
.header-logo{
	width:205px;
	display:inline-block;
   
}
.header-salukis{
	width:200px;
	display:inline-block;
    float:right;
	padding-top:46px;
}

.button-womens, .button-mens{
	padding: 20px 20px 20px 40px;
	width: 295px;
	position:relative;
}

.button-mens p, .button-womens p{
	margin:0;
	padding:0;	
	font-size:14px;
} 

p.bid-main-text{
	text-transform:uppercase;	
	font-size:18px;
}

.button-womens {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
	background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
	background-color:#ff5bb0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
}
.button-womens:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
	background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
	background-color:#ef027d;
}
.button-womens:active {
	position:relative;
	top:1px;
}

.button-mens {
	margin-top:20px;
	margin-bottom:20px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.button-mens:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.button-mens:active {
	position:relative;
	top:1px;
}
	
.ico-basketball{
	width:50px;
	height:50px;
	position:absolute;	
	left:-30px;
	top:10px;
}

.header{
		
}

@media only screen and (max-width: 1100px) {
	.button-womens, .button-mens{
		padding:20px 40px;	
		width:80%;
		position:relative;
	}
	.content-left{
		width: 50%;
        margin-right: 5%;
        padding-right: 3%;
        box-sizing: border-box;
	}
	.content-right{
		width:40%;
		margin-right:5%;
	}
}

@media only screen and (max-width: 767px) {
	.button-womens, .button-mens{
		padding:20px 40px;	
		width:80%;
		position:relative;
	}
	.content-left{
		width:100%;
		margin-right:0;
	}
	.content-right{
		width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
	.header-inner{
		width:100%;
		margin:0 auto;	
	}
	.header-foundation{
		width:30%;
		box-sizing:border-box;	
		float:left;
		padding-left:3%;
	}
	.header-logo{
		width:40%;
		display:inline-block;
	    box-sizing:border-box;
	}
	.header-salukis{
		width:27%;
		display:inline-block;
		float:right;
		box-sizing:border-box;
	}
	.content-inner{
		padding:0 20px;
	}
	.content-inner.footer img{
		margin:10px 10px 20px 10px;
	}
}


@media only screen and (max-width: 540px) {
	.header-foundation img, .header-logo img,.header-salukis img {
		width:90%;
		height:auto;
		text-align:center;
	}
	.header-foundation{
		width:50%;
		display:inline-block;	
		float:left;
		padding: 10px 3% 10px 3%;
		max-width:170px;
		box-sizing:border-box;
	}
	.header-logo{
		width:50%;
		display:inline-block;
	    float:left;
		clear:both;
		max-width:240px;
		box-sizing:border-box;
	}
	.header-salukis{
		width:50%;
		display:inline-block;
		float:left;
		max-width:170px;
		padding-top: 8px;
		box-sizing:border-box;
	}
}

