.img-responsive {
	width: 100% !important;
}

a.modelsLink {
	color: #fbfbfb;
}

#siteSearch {
	display: none;
	width: 450px;
	z-index: 1000;
}


a#searchCancel {
	height: 56px !important;
	font-size: 18px !important;
	font-weight: normal;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	color: #999 !important;
	display: inline-block !important;
	line-height: 50px;
	padding-left: 10px;
	width: 20% !important;
}


#siteSearch form.headerSearch input.siteSearchField {
    background-color: transparent;
    border: 0 none;
    color: #6a6a6a !important;
    height: 47px;
    width: 70%;
    font-size: 2em;
}


#siteSearch form.headerSearch input#searchSubmit {
	background:url(../images/search_icon.png);
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	border: 0;
	cursor: pointer;
}


#siteSearch form.headerSearch input#searchSubmit:hover {
	background:url(../images/search_icon-hover.png);
}

.searchOverlay {
    background: rgba(252, 237, 243, 0.88) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.12s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 997;
}

.searchOverlay.show {
    opacity: 1;
    visibility: visible;
}


/*  BIO 
	========================================================================== */
.bio {
	background: #000;
	margin: 3.5em auto 2.5em;
	padding: 4em;
}
	.bio figure {
		float: left;
		margin-right: 2.857142857%;
		max-width: 200px;
		width: 14.285714286%;
	}

	.bioData {
		color: #fff;
		font: bold 1em/1 Helvetica, Arial, sans-serif;
		letter-spacing: -0.25px;
		letter-spacing: -0.025em;
		width: 65.857142857%;
		float: right;
	}
		.bioName {
			color: #ed2c7b;
			font-size: 5.3em;
			margin-bottom: 0.15em;
		}
		.bioData > div {
			font-size: 3.15em;
			margin-bottom: 0.25em;
		}





.bioData div.modelDescription {
	font-size: 1.5em !important;
	font-weight: normal !important;
	margin-top: 1em;
}

.bioData div.modelDescription:first-letter {
    text-transform: uppercase;
}

.videosFeatured a {
	color: #ed2c7b !important;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: inline !important;
}

.popCrop {
	overflow: hidden;
}

.popCrop, .popCrop a {
	overflow: hidden;
}

.popCrop img {
	overflow: hidden;
}
	
#filter {
	color: #999;
}

#filter .btn-default {
	background-color: #333;
	color: #999;
	border-color: #666;
}

#filter .btn-primary, #searchModal .btn-success {
	background-color: #a074ef;
	color: #000;
	border-color: #5417c3;
	font-weight: bold;
}

#searchModal .modal-title {
	font-weight: bold;
}

@media (min-width:1620px) {

	.popCrop {
	    overflow: hidden;
	}

	.popCrop, .popCrop a {
		display: inline-block;
		overflow: hidden;
	}

	.popCrop img {
	    width: auto !important;
	    height: 280px !important;
	    margin: 0 -70px 0 -70px;
	    max-width: none !important;
	    overflow: hidden;
	}
}


@media (min-width:1200px) and (max-width:1449px){
	.bio figure {
		margin-right: 3.418803419%;
		width: 17.094017094%;
	}
	.bioData {
		width: 79.487179487%;
	}
}

@media (min-width:768px) and (max-width:991px){
	#siteSearch {
		display: none;
		width: 330px;
	}
	
	#siteSearch form.headerSearch input.siteSearchField {
	    width: 70%;
	}
	
	.bio figure {
		margin-right: 5%;
		width: 25%;
	}
	.bioData {
		width: 70%;
	}	
}

@media (max-width:767px){
	#siteSearch {
		display: none;
		width: 100% !important;
	}
	#siteSearch form.headerSearch input.siteSearchField {
	    width: 60%;
	}	
	
	.signupButtonHeader {
		width: 50% !important;
	}	
	
	.pitchBottom a {
	  font-size: 3.6em;
	}
	
	.bio figure,
	.bioData {
		float: none;
		text-align: center;
		width: 100%;
		max-width: 100% !important;
	}
	.bio figure {
		margin: 0 !important;
		width: auto;		
	}
	.bio figure img {
		max-width: 100%;
	}
	
	.bioName {
		font-size: 3.5em;
	}
	.bioData > div {
		font-size: 2.65em;
	}

	
}
@media (max-width:479px){
	#siteSearch {
		display: none;
		width: 100% !important;
	}
	#siteSearch form.headerSearch input.siteSearchField {
	    width: 60%;
	}	
	
	header {
		padding-bottom: 3px !important;
	}
	
	.pitchBottom a {
	  font-size: 3em;
	}	
	
	.bioName {
		font-size: 3em;
	}
	.bioData > div {
		font-size: 2.15em;
	}
	
	.popCrop, .popCrop a {
		display: inline-block;
		overflow: hidden;
	}

	.popCrop img {
	    width: auto !important;
	    height: 340px !important;
	    margin: 0 -70px 0 -70px;
	    max-width: none !important;
	    overflow: hidden;
	}	
	
}

@media (max-width:1024px){
	
	.row.gutter-10 {
	    margin-left: -25px !important;
	    margin-right: -25px !important;
	}
	.row.gutter-10 [class*="col-"] {
	    padding-left: 5px !important;
	    padding-right: 5px !important;
	}
}

@media (max-width: 1199px) and (min-width: 992px)
{
	#navbar a {
	    font-size: 2.2em;
	    height: 2.235em;
	    line-height: 2.235em;
	}
	
	.bio figure {
		margin-right: 4.166666667%;
		width: 20.833333333%;
	}
	.bioData {
		width: 75%;
	}	
}
.bio:before,
.bio:after
{
	display: table;
	content: " ";
}
.bio:after 
{
	clear: both;
}