/**
JNR Custom Bootstrap Theme 
**/

@font-face{
	font-family:'PillGothReg';
	src: url('fonts/PillGothic600mg-Regular.otf');

}

@font-face{
	font-family:'PillGothBold';
	src: url('fonts/PillGothic600mg-Bold.otf');

}


body {
		font-family: PillGothReg, arial;
	}


	h1 {
		text-align:center;
		padding-top: 3em;
	}

	h2 {
		font-size: 3.5em;
		color:#222;
		letter-spacing: 4px;
		color:#728081;
	}

	p{
		text-align: center;
		font-size: 1.2em;
	}


	.navbar-default {
    	border: none;
    	background: none;
	}


	.navbar span {
    	background: #908E96;
    	height: 20px;
    	width: 383px;
    	position: absolute;
    	right: 0px;
    	display: block;
    	background-image: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
    	background-image: -ms-linear-gradient(right, white, rgba(255, 255, 255, 0));
    	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(rgba(255, 255, 255, 0)));
    	background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
    	background-image: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
    	background-image: linear-gradient(right, white, rgba(255, 255, 255, 0));
    	background-repeat: repeat-x;
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
	}

	.navbar-right {
    	margin-top: 10px;
	}

	.hero img {
		margin: auto;
	}

	.gray {
		text-align: center;
		background-color: #7F8081;
		color:#fff;
		padding:10px;
		width: 100%;
		font-weight: bold;
		font-size: 1.6em;
	}

	.gray li {
		display: inline;
	}
	.logos {
		min-height:125px;
		margin-bottom: 1.5em;
	}
	.logos img {
		margin: auto;
		border: 3px solid #D0D0D0;
    	border-radius: 5px;
    	padding: 10px;
	}
	.doctors {
		margin:auto;
		min-height: 250px;
    	margin-bottom: 10px;
    	margin-top: 2em;
	}

	.doctors p {
		font-size: .9em;
		text-transform: uppercase;
	}

	.doctors span {
		font-size: 1em!important;
		text-transform: none;
		font-family: PillGothBold;
	}

	.doctors img {
		margin:auto;
	}

	.grey {
		text-align: center;
		background-color: #CCCDCD;
		color:#333;
		padding:10px;
		width: 100%;
		font-size: 1em;
		margin-bottom: 1.1em;
	}

	.grey li {
		display: inline;
	}

	.disclaimer {
		font-size: .7em;
	}

	/** custom column **/

	.col-xs-15,
	.col-sm-15,
	.col-md-15,
	.col-lg-15 {
    	position: relative;
    	min-height: 1px;
    	padding-right: 10px;
    	padding-left: 10px;
	}

	.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}





