/*
1) COMMON
*/

/* 1) COMMON START */
	footer { background: #000; }

	.body-patient footer { margin-top: 50px; background: #0772c8; }
	.body-doctor footer { margin-top: 0; background: #fff; }

	footer .footer__top .container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 80px;
	}

	.body-patient footer .footer__top .navbar-brand { margin-left: -16px; width: 238px; }
	.body-doctor footer .footer__top .navbar-brand { margin-left: -9px; width: 194px; }

	footer .footer__top .navbar-brand:hover { opacity: 0.5; }

	footer .footer__top .navbar-brand img { width: 100%; }

	footer .footer__top ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		padding-right: 8px;
	}

	footer .footer__top ul li { margin-left: 28px; }

	footer .footer__top ul li a { font: 400 13px Arial, sans-serif; }

	.body-patient footer .footer__top ul li a { color: #fff; }
	.body-doctor footer .footer__top ul li a { color: #0772c8; }

	.body-patient footer .footer__bot { border-top: 1px solid rgba(255, 255, 255, 0.1); }
	.body-doctor footer .footer__bot { border-top: 1px solid rgba(7, 114, 200, 0.1); }

	footer .footer__bot .container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 46px;
	}

	footer .footer__bot p {
		margin-bottom: 0;
		font: 400 13px Arial, sans-serif;
		opacity: 0.7;
	}

	.body-patient footer .footer__bot p { color: #fff; }
	.body-doctor footer .footer__bot p { color: #0772c8; }
/* 1) COMMON END */

@media (max-width: 1024px) {
	.body-patient footer { margin-top: 4.6875rem; }
	.body-doctor footer { margin-top: 0; }

	footer .footer__top .container {
		justify-content: flex-start;
		flex-direction: column;
		height: auto;
	}

	.body-patient footer .footer__top .container { padding: 0; }
	.body-doctor footer .footer__top .container { padding: 4.125rem 0 0; }

	.body-patient footer .footer__top .navbar-brand { margin-left: 0; width: 42.5rem; }
	.body-doctor footer .footer__top .navbar-brand { margin-left: 0; margin-bottom: 3.125rem; width: 31rem; }

	footer .footer__top .navbar-brand:hover { opacity: 1; }

	footer .footer__top ul {
		flex-direction: column;
		padding-top: 5.9375rem;
		padding-right: 0;
		width: 100%;
	}

	.body-patient footer .footer__top ul { border-top: 0.1875rem solid rgba(255, 255, 255, 0.2); }
	.body-doctor footer .footer__top ul { border-top: 0.1875rem solid rgba(7, 114, 200, 0.2); }

	footer .footer__top ul li { margin: 0 0 4.6875rem; }

	footer .footer__top ul li a { font-size: 2.3125rem; }

	.body-patient footer .footer__bot { border-top: 0.1875rem solid rgba(255, 255, 255, 0.1); }
	.body-doctor footer .footer__bot { border-top: 0.1875rem solid rgba(7, 114, 200, 0.1); }

	footer .footer__bot .container { height: 8.125rem; }

	footer .footer__bot p { font-size: 2.3125rem; text-align: center; }
}
