/* ########## fonts ############ */

@import url("//hello.myfonts.net/count/28bed4");


@font-face {
	font-family: 'Intro-Bold';
	src: url('webfonts/28BED4_0_0.eot');
	src: url('webfonts/28BED4_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/28BED4_0_0.woff') format('woff'),url('webfonts/28BED4_0_0.ttf') format('truetype');

}


@font-face {
	font-family: 'Gotham Book';
	src: url('webfonts/28BED4_1_0.eot');
	src: url('webfonts/28BED4_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/28BED4_1_0.woff') format('woff'),url('webfonts/28BED4_1_0.ttf') format('truetype');

}


@font-face {font-family: 'Intro-Thin';
src: url('webfonts/28BED4_2_0.eot');
src: url('webfonts/28BED4_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/28BED4_2_0.woff') format('woff'),url('webfonts/28BED4_2_0.ttf') format('truetype');

}


/* ########## end fonts ############ */
html {
	min-width: 360px !important;
	max-width: 1440px !important;
	margin: 0 auto;
}

.contents {
	overflow: scroll;
}

a {
	text-decoration: none !important;
	font-size: 14px;
	font-family: "Intro-Bold",Helvetica,Arial,sans-serif !important;
}

p {

	font-family: 'Gotham Book', sans-serif !important;
	font-size: 15px;
}

h2 {
	text-align: center;
	font-family: 'Gotham Book', Helvetica, Arial, sans-serif !important;
	font-size: 30px;
}

h3 {
	font-family: 'Intro-Bold', sans-serif !important;
	font-size: 20px;
	color: #444;
}

h5 {
	font-family: 'Intro-Bold', sans-serif !important;
	font-size: 20px;
	color: #444;
	text-align: center;
}


img {
	display: block;
	margin: auto;
}

#header_image {
	margin: 0 auto;
	display: block;
}

#invest_space {
	width: 21%;
}

.margin-bottom {
	margin-bottom: 30px;
}
/* ############ navbar & home logo ############ */


#navigation {
	background-color: #ffffff;
	width: 100%;
	z-index: 100;
	margin-bottom: 40px;
}
#sticky_navbar {
	border-bottom: 1px solid #ddd;
}
/*#sticky_navbar.affix {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #B2B2B2;
	background: #ffffff;
	z-index: 200;
	opacity: .95;
}*/

.exited {
	position: absolute;
	top: 15px;
	right: -48px;
	z-index: 10;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.03em;
	padding: 4px 50px;
	background: #f3f3f3;
	color: #818181;
	font-family: "Intro-Bold",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	transform: rotate(45deg);
}

#navigation a {
	text-decoration: none;
	font-family: "Intro-Bold",Helvetica,Arial,sans-serif !important;
}

#logo {
  height: 100px;
  margin-top: 10px;
}

#text {
	width: 300px;
	margin: 0 auto;
	display: block;
}

#the_navbar {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 90%;
}

.mobileNav_one {
	display: none;
	width: 90%;
	text-align: center;
}

.mobileNav_two {
	display: none;
	width: 90%;
	text-align: center;
}

#the_navbar li {
  display: block;
	list-style-type: none;
	width: 12%;
	text-align: center;
	float: left;
}

#the_navbar li:first-child {
	margin-left: 13%;
}

#the_navbar span {
	padding-bottom: 6px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

#the_navbar span:hover,
#the_navbar span.active {
	color: gray;
	border-bottom: 3px solid #4ac7e3;
}

#unicorn_modal {
	margin-left: 10%;
}

.about-nav {
	position: relative;
	left: 16px;
}

.entrepreneurs-nav {
	position: relative;
	left: 6px;
}

.companies-nav {
	position: relative;
	left: 30px;
}

.blog-nav {
	position: relative;
	left: 16px;
}

.comp-box {
	box-shadow: 0px 1px 2px 0px #ABABAB;
	transition: box-shadow 0.5s ease;
	/*margin-bottom: 20px !important;*/
}

.comp-box:hover {
	cursor: pointer;
	box-shadow: 0px 2px 3px 1px #ABABAB;
}

/* vertical media query on navbar*/
@media only screen and (max-height: 200px) {
	#navigation {
		/*background-color: red;*/
	}
}
/* responsive media queries*/
@media only screen and (max-width: 991px ) {
	#the_navbar li{
		width: 13%;
	}
/*	#the_navbar li:nth-child(3) {
		width: 24%;
	}*/

	.mobileNav_two li{
		padding-top: 20px;
	}

	#the_navbar li:first-child {
		margin-left: 18% !important;
	}	

	.mobileNav_one #long_nav {
		width: 24%;
	}

	#sticky_navbar {
		height: 100px;
	}

	#nav_wrapper {
		width: 90%;
		margin: 0 auto;
	}
	
	ul#the_navbar {
		margin: auto;
		padding-top: 20px;
	}	

	#the_navbar a {
		font-size: 12px;
	}

	.mobileNav_one {
		display: block;
	}

	.mobileNav_two {
		display: block;
	}

	.mainNav {
		display: none;
	}

  .col-md-3 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }

  .comp_blurb {
  	padding: 5px;
  }

  .comp_wrap {
  	min-height: 254px;
  }

  .comp_blurb p {
  	margin-top: 0px !important;
  }

  .title_wrap {
  	top: 85% !important;
  }

  .entr_images:hover .title_wrap {
	top: 0% !important;
	}

	 .entr_images:hover .title_wrap {
		top: -10% !important;
	}

	/*team*/
	.fullNinja {
		display: none;
	}

	#founders {
		width: 90%;
		margin: auto;
	}

	#founders .col-md-3 {
		max-width: 49%;
	}

	.col-md-3.ninja {
		cursor: pointer;
		padding: 0;
		/*box-shadow: 0px 0px 0px black !important;*/
	}


	#fullSocialModal {
		display: none;
	}

	#tabletSocialModal {
		display: block !important;
	}


}

@media only screen and (max-width: 750px ) {
	#nav_wrapper {
		width: 100% !important;
		margin: 0 auto;
	}

	.phone-hide {
		display: none;
	}

	#the_navbar ul {
		margin: auto;
		width: 100%;
	}

	#the_navbar li {
/*		max-width: 97px;
		min-width: 66px;
		margin-left:0px;*/
	}

	#the_navbar li:first-child {
		margin-left: 10%;
	}

	#the_navbar li:nth-child(4) {
		margin-left: 15px;
	}

	#navigation {
		font-size: 11px
	}
	#logo {
		height: 60px;
	}
	#text {
		width: 250px;
	}
}

@media only screen and (max-width: 600px) {
		
		body {
			padding-top: 5px;
		}

		#sticky_navbar {
			height: 130px;
		}

		.modal-content {
			max-width: 360px !important;
		}
		.modal-body {
			position:relative;
			padding:30px
		}

		.modal_personal_info {
			margin-right: 0 !important;
		}

		.phone-hide {
			display: none !important;
		}

		#the_navbar li:first-child {
			margin-left: 0% !important;
		}			

		#navigation a {
			font-size: 11px;
		}

		.mobileNav_one {
			display: block;
			width: 100% !important;
			text-align: center;
		}

		.mobileNav_two {
			width: 100% !important;
		}

		#the_navbar li {
			min-width: 0 !important;
		}

		.modal_personal_info {
			margin-right: 0px;
			margin-bottom: 35px;
		}

		a {
			font-size: 15px;
			font-family: "Gotham-Book", Helvetica, sans-serif;
		}

		#about_top p {
			text-align: center;
			margin: 0 20px 20px;
		}

		#entr_top p {
			margin: 0 20px 20px;
		}

		.entr_images {
			margin-bottom: 0 !important;
			box-shadow: 0px 0px 1px 0px #ABABAB;			
		}

		.mobileTitleBox {
			display: block !important;
			text-align: center;
			box-shadow: 0px 1px 1px 0px #ABABAB;
			margin-bottom: 25px;
			padding: 5px 5px 5px 5px;
		}

		#mobileTitle {
			font-family: "Gotham-Book", Helvetica, sans-serif !important;
			font-weight: bold;
			font-size: 18px;
		}

		.title_wrap {
			display: none !important;
			height: 0 !important;
			position: static;
		}

		.titleBox {
			display: none;
			height: 0 !important;
		}

		.entr_images:hover .title_wrap {
			top: 0%;
		}

		.mobileHiddenQuote,
		.titleBox {
			font-size: 13px !important;
		}		

		.mobileHiddenQuote a img {
			max-width: 175px;
		}

		.mobileHiddenQuote a {
			margin: 0 3px;
		}

		.mobileHiddenQuote {
			margin-top: 0 !important;
			margin: 5px 15px;
		}
/*		.title_wrap {
			top: 0% !important;
		}		*/

		#company_columns {
			margin: auto 9%;
			padding:0 5%;

		}

	  .col-md-3 {
	    width: 100%;
	    margin: 0 auto;
	    display: inline-block;
	    vertical-align: top;
	  }

	  .comp_wrap:hover {
			box-shadow: 0px 0px 0px 0px #ABABAB;
		}

		.comp_wrap {
			border: none;
		}

		.comp_wrap:active {
			background: #F6F6F6;			
		}

		#nav_wrapper {
			width: 90%;
			margin: 0 auto;
		}

		.mainNav {
			display: none;
		}


		ul#the_navbar {
			margin: auto;
			padding-top: 20px;
		}

		#the_navbar li {
			padding: 5px 10px 0 0;
			float: none;
			display: inline-block;
			min-width: 62px;
			margin-bottom: 10px;
		}

		#the_navbar li:last-child {
			padding: 5px 0 0 0;
		}
/*		#the_navbar span {
			margin-bottom: 10px;
		}*/
		#the_navbar li:first-child {
			margin-left:0;
			padding-top: 0;
		}
		#the_navbar li:last-child {

		}

		/*TEAM*/

		#founders .col-md-3 {
			max-width: 100%;
		}

		#founders {
			width: 80%;
		}

		#tbottom_columns {
			width: 85%;
			margin: 0 auto;
			margin-bottom: 70px;
		}

		#team_top_desc {
			padding: 0 50px;
		}

		#team_bottom p {
			padding: 0 50px 30px 50px;
		}

		#extended_team {
			margin: 0 auto;
		}
		/*Modal*/

		.modal-header {
			height: 50px;
		}

		.modal-header button {
			font-size: 50px;
			margin: 0 9px 0 0;
		}

		.modal_image {
			margin-top: 0;
		}

		.comp_blurb {
			visibility: visible !important;
		}

}

@media only screen and (max-width : 320px) and (max-device-width : 480px)  {
	html {
		max-width: 320px !important;
	}
}

/*@media only screen and (max-width: 600px) {
	body {
		max-width: 360px !important;
	}

	html {
		max-width: 360px !important;
	}

}*/

 /*############ end navbar ############*/

 /* ############ index page ############ */
#car_outer_wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e4eded;
}

#tintFeed {
	height: 200px;
	width: 100%;
	margin: 5px auto;
}

#poweredByTint {
	display: none;
}

 /* ############ end index page ############ */

/* ############ about page conent ############ */
#about_firm {
	padding: 0 18.5%;
	height: 60%;
	text-align: center;
}

#about_firm p {
	line-height: 1.75;
	font-size: 18px;
}

#about_top p {
	line-height: 1.75;
	text-align: center;
}

#about_bottom {
	height: 250px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.quote_image {
	width: 105px;
	height: 200px;
	background-image: url('Images/quotes.png');
	background-repeat: no-repeat;
	position: absolute;
	padding: 10px;
	top: 75%;
	z-index: 1;
}

#quote1 {
	left: 14%;
	background-position: 2px 35px;
}

#quote2 {
	left: 73%;
	background-position: -102px 40px;
}

#about_textslide {
	padding: 10px 11.5%;
	text-align: center;
	color: #666;
	/*height: 100px;*/
	z-index: 2;
	font-family: 'Gotham Book', sans-serif !important;
	font-size: 18px;
}

/*about page quotes*/
@media only screen {
	#about_textslide .about-entrep {
		display: inline-block;
	}
	#about_textslide .about-entrep span {
		font-size: 14px;
	}
	#about_textslide .about-entrep img {
		display: inline-block;
	  width: 50%;
	  border-radius: 4px;
	  border: 1px solid #eee;
	  margin-bottom: 16px;
	  vertical-align: top;
	  min-width: 100px;
	  max-width: 140px;
	}
	#about_textslide p {
		text-align: left;
		/*width: 60%;*/
		vertical-align: top;
		font-size: 14px;
		font-style: italic;
	}
	.about-entrep .about-text {
		display: inline-block;
		/*width: 75%;*/
	}

	.about-entrep .about-text .names {
		font-size: 16px;
		color: #4ac7e3
	}
}
@media only screen and (min-width: 800px){
	#about_textslide .about-entrep {
		display: inline-block;
	}
	#about_textslide .about-entrep span {
		font-size: 14px;
	}
	#about_textslide .about-entrep img {
		display: inline-block;
	  width: 14%;
	  border-radius: 4px;
	  margin-right: 17px;
	  vertical-align: top;
	}
	#about_textslide p {
		text-align: left;
		/*width: 60%;*/
		vertical-align: top;
		/*font-size: 18px;*/
	}
	.about-entrep .about-text {
		display: inline-block;
		width: 75%;
	}

	.about-entrep .about-text .names {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1200px){
	#about_textslide p {
		font-size: 18px;
	}
}
/*end about page quotes*/

/* ############ end about page content ############ */

/* ############ companies page content ############ */
#company_columns {
	text-align: center;
	padding-bottom: 80px;
	width: 98%;
	margin: auto;
	margin-top: 26px;
}

.comp_wrap {
	position: relative;
	box-shadow: 0px 1px 1px 0px #ABABAB;
	margin-bottom: 35px;
	transition: box-shadow 0.2s ease;
}


.comp_img img {
	width: 100%;
	margin-top: 15px;
	display: none;
}

/*.comp_img,
.comp_blurb {
	-webkit-box-shadow: 0 0px 1px rgba(3,3,3,.25);
	-moz-box-shadow: 0 0px 1px rgba(3,3,3,.25);
	box-shadow: 0px 0px 1px rgba(3,3,3,.25);
}*/
.comp_blurb {
	display: block;
	min-height: 240px;
	max-height: 600px;
	visibility: hidden;
}

.comp_blurb p {
	font-family: 'Gotham Book', sans-serif !important;
	font-size: 15px !important;
	text-align: center;
	margin: 20px auto;
	text-decoration: none;
	color: black;
}


/*.comp_wrap:hover > .comp_img {
	visibility: hidden;
}

.comp_wrap:hover > .comp_blurb {
	position: absolute;
	display: block;
	background-color: white;
	top: -50px;
	left: -50px;
	width: 160%;
	height: 250%;
	z-index: 100;
	-webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.75);
}*/

.comp_wrap:hover > .comp_blurb.bottom_blurb {
	top: -130px;
}

.comp_wrap:hover {
	box-shadow: 0px 2px 10px 2px #ABABAB;
	transition: box-shadow 0.2s ease;
}

.comp_blurb img {
	width: 100%;
/*	border-bottom: 1px solid gray;*/
}
.comp_blurb p {
	font-size: 14px !important;
	margin: 15px 10px 10px 10px;
}

.mightybell-img {
	/*height: 100px;*/
/*	width: 180px !important;
	margin-bottom: 100px !important;
	position: relative;*/
	/*top: 20px;*/
}

.comp-title-wrap {
	position: absolute;
	display: block;
	top: 20% !important;
	left: 0;
	height: 400%;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	transition: top 0.5s ease;
	background-color: #FFF;
	opacity: 0.85;
	width: 100%;
}

.comp-title-wrap img {
	margin-bottom: 100px;
	transition: all .5s ease;	
}
/* ############ end companies page content ############ */

/* ###########team page ###########*/

#tabletSocialModal {
	display: none;
}

#team_top h2,
#team_top p,
#team_bottom h2,
#team_bottom p {
	text-align: center;
	padding-bottom: 10px;
}

#team_top p,
#team_bottom p {
	padding-bottom: 30px;
	max-width: 600px;
	margin: 0 auto;
}

#team_top img,
#team_bottom img {
	width: 100%;
}
.aileen_noah {
	text-align: center;
}

#tbottom_columns h4 {
	text-align: center;
	position: relative;
	top: 15px;
}

.modal_read_more {
	text-decoration: none;
	color: #79bd9a;
}

.modal_read_more:hover {
	color: #79bd9a;
}

hr {
	width: 70%;
}

/*#founders img:hover,
#extended_team img:hover {
	opacity: 0.8;
	cursor: pointer;*/
	/*border-bottom: 6px solid #79bd9a;*/
/*}*/


/*.green {
	visibility: hidden;
	height: 6px;
	background-color: #79bd9a;
	width: 100%;
}
.ninja:hover > .green {
	visibility: visible;
}*/

.ninja h4 {
	
}

.ninja h4:hover{
/*	color: #79bd9a;
	cursor: pointer;*/
}

#extended_team a {
	color: inherit;
}

.col-md-3.ninja {
	padding: 20px;
	box-shadow: 0px 1px 1px 0px #ABABAB;	
	/*max-height: 532px;*/
}

#extended_team {
	width: 90%;
}

#extended_team img{
	background:  #79bd9a;
}

.ninja {
	padding: 20px;
	box-shadow: 0px 1px 1px 0px #ABABAB;
}

.nuckles {
	font-size: 17px;

	@media screen (max-width: 1053px;) {
		font-size: 16px;
	}
}

.ail-nin {
	display: inline-block;
	margin: 16px;
	width: 248px;
	padding: 20px;
	box-shadow: 0px 1px 1px 0px #ABABAB;
	vertical-align: top;
}



.aileen-noah-wrap {
/*	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;*/
}
body .modal-dialog {
	width: 70% !important;
	min-width: 480px; /* desired relative width */
	left: 15% !important; /* (100%-width)/2 */
	/* place center */
	margin-left:auto;
	margin-right:auto;
}

.modal_image {
	margin-top: 20px;
	margin-bottom: 15px;
}

.socialIcon {
	display: inline-block;
}

.socialModal {
	width: 100%;
	text-align: center;
}

/*.fb_icon {
	margin-left: 14%;
}*/

.modal_name {
	text-align: left !important;
}

.modal_personal_info {
	margin-right: 40px;
	margin-bottom: 35px;
}

.modal-header {
	border-bottom: none;
}

#extended_team {
	margin-bottom: 70px;
	margin-left: 10px;
	text-align: center;
}

.team {

	background-color: #868686;
	-webkit-box-shadow: 0 1px 3px rgba(3,3,3,.45);
	-moz-box-shadow: 0 1px 3px rgba(3,3,3,.45);
	box-shadow: 0 1px 3px rgba(3,3,3,.45);
	border: solid 3px #fff;
}

/* ########### end team page ########### */

/* ########### begin entrepreneurs page ########### */

#entr_top p {
	text-align: center;
	margin-bottom: 20px;
}	 

.entr_bottom {
	padding: 4%;
	text-align: center;
	/*width: 90%;*/
	margin: 0 auto 80px;
}

.entr_images {
	/*height: 277px;*/
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.entr_images img{
	width: 100%;
}

/*.entr_images:hover {
	cursor: pointer;
}*/


.entr_images:hover .title_wrap {
	top: 0% !important;
}

.title_wrap {
	position: absolute;
	display: block;
	top: 85%;
	left: 0;
	height: 400%;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	transition: top 0.5s ease;
	background-color: white;
	opacity: 0.85;
	width: 100%;
}

.mobileTitleBox {
	display: none;
}

.titleBox p {
	color: #444;
	text-align: center;
	font-size: 13px;
	font-family: 'Gotham Book', sans-serif !important;
	padding-top: 15px;
}

#linkedin_spacer {
	width:123px;
	height:42px;
	display:inline-block;
}

.titleBox img {
	display:inline-block;
	width:42px;
}

#michaelTitle,
#michaelQuote,
#jeremyTitle {
	font-family: 'Gotham Book', sans-serif !important;
	font-size: 12px !important;
}

#michaelTitle p,
#jeremyTitle  p,
#jasonTitle p,
#melodyTitle p,
#lukeTitle p,
#fredTitle p {
	padding-top: 5px;
}

.karenQuote {
	padding-top: 0;
}

.joeQuote{
	margin: 0 7px !important;
}

.idoQuote {
	margin: 0 !important;
	position: relative !important;
	bottom: 7px !important;
}

.ido-name{
	margin-bottom: 22px;
}
#idoQuote {
	font-size: 12px;
	margin-top: 0;
	padding: 0;
}

.hiddenQuote {
	margin: 0 15px;
	/*margin-top: 20px;*/
}

.hiddenQuote a img {
	width: 28px;
	margin-top: 10px;
}

.hiddenQuote a {
	display: inline-block;
	margin: 0 3px;
}

.hiddenQuote span a {
	display: block;
}

.hiddenQuote span a img {
	width: 120px;
}

#michaelQuote,
#joeQuote,
#jeffPQuote,
#idoQuote {
	margin-top: 20px;
}

#steveQuote,
#yvesQuote,
#philPQuote {
	margin-top: 0px;
	font-size: 12px;
}

#tonyTitle p {
	padding-top: 5px;
	font-size: 13px;
}

@media only screen and (max-width: 1220px) {
	.title_wrap {
		top: 81%;
	}
}

@media only screen and (max-width: 1120px) {
	.entr_images:hover .title_wrap {
		top: -0%;
	}
	.title_wrap {
		top: 80%;
	}
	.hiddenQuote,
	.titleBox {
		font-size: 11px !important;
	}
	#idoQuote {
		font-size: 10px !important;
		margin-top: 30px;
	}

	#joeQuote,
	#michaelQuote {
		margin-top: 30px;
	}
}

/* ########### end entrepreneurs page ########### */

/* ########### blog page ########### */

/*these need to be tweaked*/
iframe {
	width: 100%;
	height: 700px;
	position: relative;
	border-top: none;
}


/* ########### end blog page ########### */

/* ########### contact page ########### */

#contact_content {
	width: 80%;
	margin: 20px auto;
}

#contact_content p {
	text-align: center;
	line-height: 1.5;
	padding-bottom: 5px;
	margin: 0 5%;
}

#contact_content a {
	font-size: 15px;
}

#contact_socials {
	width: 150px;
	height: 40px;
	margin: 10px auto;
	text-align: center;
}

#contact_socials .socialIcon {
	width: 40px;
}

#email_link {
	border: 1px solid #4ac7e3;
	background-color: #4ac7e3;
	margin: 10px auto;
	height: 50px;
	width: 100px;
}

#email_link a {
	text-decoration: none;
}

#email_link p {
	font-family: 'Gotham Book', sans-serif !important;
	font-size: 15px;
	margin: 15px auto;
	color: white;
}

#email_link:hover {
	opacity: 0.8;
}

.carousel-control.left {
	background-image: none !important;
}

.carousel-control.right {
	background-image: none !important;
}

#nav_archive.blue_bar {
	border-bottom: none !important;
	border-top: none !important;
	box-shadow: none !important;
	background: none !important;
	display: none !important;
}

.unicorn-guide {
	display: block;
	width: 150px;
	margin: 150px auto;
	text-align: center;
	color: #808080;
}

.unicorn-guide h6 {
	margin-bottom: 0;
}

.unicorn-guide:hover {
	display: block;
	width: 136px;
	margin: 150px auto;
	text-align: center;
	color: #808080;
	border-bottom: 2px solid #4AC7E3;
	cursor: pointer;
}

/* end contact page */

/*Scroll to Top*/

#toTop {
	float: right;
	margin: 40px 80px 40px 40px;
}

#toTop a img{
	height: 42px;
}


.ninja img {
	cursor: pointer;
}

.team-ninja {
	/*width: 20%;*/
	display: inline-block;
	vertical-align: top;
	width: 248px;
	/*max-width: 290px;*/
	margin-bottom: 30px;
}

.team-ninja a h4 {
	font-size: 17px;
	color: #333;
}

.team-ninja:nth-of-type(2n){
	margin: 0 30px 30px;
}

/* Overriding Bootstrap Carousel Control*/
.icon-prev {
	font-size: 60px;
}


.company-hover{
	margin-bottom: -20px !important;
}

.col-md-3 {
	height: 330px !important;
	margin-bottom: 10px;

	@media (min-width: 600px){
		height: 330px !important;
	}
}

@media (max-width: 600px) {
	.col-md-3 {
		height: inherit !important;
	}
}

.col-md-3 > .entr-box {
	/*height: 650px !important;*/
}

/*adding entrepreneurs that need name adjustment */

#koslowTitle p,
#amychangTitle p,
#matthiasTitle p,
#russTitle p {
	padding-top: 10px;
}

@media only screen and (min-width: 1160px) {
  .col-md-3 {
    width: 20%;
    max-height: 260px;
    padding: 0 6px;
  }
}

