/* Elements by type */

body{

}

/* Classes */
/*.navbar-custom{
	background-color: #fff;
	background: linear-gradient(to right, #fff 70% , #c7c8c0 30%);
	border: none;
	font-family: "Open Sans";
	font-size: 12.5px;
	font-weight: 800;
	color: #000;
}

.navbar-custom a{
	font-family: "Open Sans";
	font-size: 12.5px;
	font-weight: 800;
	color: #000;
	line-height: 2.5 !important;
}

.navbar-custom a:hover, .navbar-custom a:focus{
	color: #c7c8c0;
	background-color: #fff !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: inherit;
}

.n2, .n2 a:focus{
	background-color: #c7c8c0;
	color: #fff;
}

.n2 a{
	color: #fff;
}

.n2 a:hover{
	color: #000;
	background-color: #c7c8c0 !important;
}

.smb a{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.navbar-custom .navbar-toggle{
	float: left;
	margin-right: 0;
	margin-left: 15px;
	border-color: #ddd;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-custom .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}*/

/* Elements by ID */

#instaheader {
  background-color: #ebebeb;
  padding-top: 90px;
}

#instabody {
  padding-top: 15px;
  padding-bottom: 5px;
	background-color: #c7c8c0;  
}

#instaicon {
 	width: 50px;
  height: 50px;
}

/* Twitter feed in sidebar - Not used anymore */
#twitterheader{
	background-color: #ebebeb;
	padding-top: 80px;
}
#twitterbody{
	background-color: #c7c8c0;
}
/* Twitter feed in sidebar - End not used anymore */


/* custom.css overrides */

#master-outer{
	min-width: inherit;
}

#leftcontent-outer{
	padding-top: 80px;
}

#secondarynav{
	width: auto;
	padding-top: 20px;
}

#secondarynav li{
	display: inline-block;
	margin: inherit;
	padding-right: 15px;
}

#athletesocialicons-inner {
    padding: 10px 25px;
}

#newsitem-inner .newsblurb span.date{
	width: inherit;
	padding-right: 10px;
}

/*.dropdown-menu{
	list-style: none;
}

.dropdown-menu li{
	list-style: none;
}

.dropdown-menu>li>a {
	font-family: "Open Sans";
	font-size: 12.5px;
	font-weight: 800 !important;
	color: #000 !important;
}

.dropdown-menu>li>a>img{
	max-width: 72px;
}

.dropdown-header{
	font-size: 13px;
}

.nav-content{
	top: 64px;
}
*/
#callout, #featured-products{
	margin-left: -15px;
	margin-right: -15px;
}

.callout-item{
	max-width: 100%;
	width: auto;
	height: auto;
}

.callout-item img{
	height: auto;
}

.product {
	max-width: 100%;
	margin: 50px 5px;
}

.flagpole{
	position: relative;
}

.gal-even .img-2{
	margin: 16px;
}

.gal-odd .img-2{
	margin-top: 16px;
}

/* Mobile */

@media (max-width:767px){
	/*
	.navbar-custom{
		background: #fff;
	}
	
	.navbar-custom .navbar-brand{
		float: right;
	} 
	
	.navbar-custom ul{
		width: 100%;
	}
	
	.navbar-custom li{
		margin-right: -15px;
	}
	
	.navbar-custom .navbar-collapse{
		padding-right: 0;
	}
	*/
	#featured-products img{
		height: auto;
	}
	
}