/* ------------------ */
/*		  LAYOUT      */
/* ------------------ */
#footer_block {
	background-color: #3d5b7f;
	border-bottom: 6px solid #334a66;
}

#search_btn {
	background: url(../images/theme/loupe.png) center center no-repeat #3d5b7f;
}

#search_btn.active {
	background: url(../images/theme/croix.png) center center no-repeat #3d5b7f;
}

/* Footer */
#footer .title {
	color: #223953;
}

#footer .form_btn {
	border: 2px solid #839ebe;
	background-color: #839ebe;
	color: #3d5b7f;
	cursor: pointer;
}

#footer .form_btn:hover {
	color: #839ebe;
	background-color: #3d5b7f;
}

#footer #vertical_separator {
	background-color: #6d8baf;
}

/* Content */
#content_column1 {
	/* padding-top: 320px; */
}

#content_column2 {
	/* padding-top: 320px; */
}

/* Plus */
#plus {
	position: relative;
	padding-top: 415px;
	/*background: url(../images/Physician/plus_bg.jpg) center repeat-y;*/
}

#plus #physician_nav {
	position: relative;
	margin-bottom: 50px;
}

#plus #physician_nav #content_nav {
	left: 0;
}

#plus #physician_nav .content_nav_left {
	background: url(../images/theme/content_nav_left_darklight.jpg) center center no-repeat #313539;
}

#plus #physician_nav .content_nav_right {
	background: url(../images/theme/content_nav_right_darklight.jpg) center center no-repeat #313539;
}

#plus #physician_nav .content_nav_left:hover {
	background: url(../images/theme/content_nav_left_hover.jpg) center center no-repeat #FFFFFF;
}

#plus #physician_nav .content_nav_right:hover {
	background: url(../images/theme/content_nav_right_hover.jpg) center center no-repeat #FFFFFF;
}

#plus .area_elt {
	position: relative;
	text-align: center;
}

#plus .area_elt .btn_elt {
	display: inline-block;
	position: relative;
	color: #575d64;
	height: 40px;
	line-height: 40px;
	background-color: #313539;
	border: 2px solid #575d64;
	border-radius: 20px;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	padding: 0px 45px;
	margin: 0 auto;
	cursor: pointer;
}

#plus .area_elt .btn_elt:hover {
	background-color: #575d64;
	color: #313539;
}

#plus .area_elt .content {
	position: relative;
	/*min-height: 80px;*/
}

#plus .area_elt .content.first {
	min-height: 0px;
}

#plus .area_elt .content_bg {
	display: block;
	position: relative;
	margin: 0 auto;
}

#plus .area_elt .content .content_inner {
	overflow: hidden;
}

#plus .area_elt.active #plus_top {
	/*display: none;*/
}

#plus .area_elt.active .content .content_inner {
	display: block;
	overflow: hidden;
}

#plus .area_elt.active .content .content_bg {
	display: none;
}

#plus .area_elt .content .content_inner .content_inner_display {
	padding-top: 80px;
	padding-bottom: 80px;
}

#plus .elt {
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	margin-top: 80px;
	text-align: center;
}

#plus .elt:first-child {
	margin-top: 0;
}

#plus .elt .border {
	display: inline-block;
	color: #575d64;
	padding: 8px 45px;
	background-color: #313539;
	border: 2px solid #575d64;
	border-radius: 22px;
}

#plus_top {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -1px;
}

#plus_bottom {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -1px;
}

.plus_extra_bottom {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -1px;
}

.plus_extra_top {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -1px;
}


/* ---------------- */
/*		Tablet		*/
/* ---------------- */
@media screen and (max-width: 1024px) {
	/* Plus */
	#plus .area_elt .btn_elt {
		height: 30px;
		line-height: 30px;
		border: 1px solid #575d64;
		border-radius: 15px;
		font-size: 12px;
		padding: 0px 30px;
	}

	#plus {
		position: relative;
		padding-top: 248px;
	}

	#plus .area_elt .content {
		/*min-height: 40px;*/
	}

	#plus .area_elt .content .content_inner .content_inner_display {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#plus .elt {
		font-size: 18px;
		margin-top: 40px;
	}

	#plus .area_elt .content .content_bg {
		height: 40px;
	}

	#plus_top, #plus_bottom {
		height: 30px;
	}
}

/* ---------------- */
/*		Mobile		*/
/* ---------------- */
@media screen and (max-width: 768px) {
	/* content nav */
	#content_nav {
		left: 0;
	}

	.content_nav_left {
		background: url(../images/theme/content_nav_left_hover.jpg) center center no-repeat #FFFFFF;
	}

	.content_nav_right {
		background: url(../images/theme/content_nav_right_hover.jpg) center center no-repeat #FFFFFF;
	}

	.content_nav_left:hover {
		background: url(../images/theme/content_nav_left.jpg) center center no-repeat #282b2e;
	}

	.content_nav_right:hover {
		background: url(../images/theme/content_nav_right.jpg) center center no-repeat #282b2e;
	}
}