html {
	margin: 0px;
	height: 100%;
}

body {
	height: 100%;
	background-color: #e4ddd5;
}

a {
	cursor: pointer;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -70px;
}

.wrapper:after {
	content: "";
	display: block;
	height: 70px;
}

.mr-sm {
	margin-right: 10px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 50px !important;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', arial, sans-serif;
}

.navbar-default {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	border: 0px;
	border-radius: 0px;
	background-color: rgba(67, 126, 154, .75);
	height: 175px;
	z-index: 1;
}

.navbar-default .navbar-brand {
	padding-top: 38px;
}

.navbar-default .navbar-brand img {
	width: 262px;
}

.navbar-default .nav {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 21px;
	color: white;
	margin-top: 108px;
	text-transform: uppercase;
}

.navbar-default .nav a {
	color: white !important;
}

.navbar-default .nav a:hover {
	color: white !important;
	background-color: rgba(67, 126, 154, .55) !important;
	border-radius: 3px;
}

.navbar-default .nav li.open a:hover {
	border-radius: 0px;
}

.navbar-default .navbar-nav>.open>a {
	background-color: rgba(67, 126, 154, 1) !important;
}

.navbar-default .dropdown-menu {
	background-color: rgba(67, 126, 154, 1);
	border: 0px;
	min-width: 100%;
	text-transform: none;
	border-radius: 0px;
}

.navbar-default .dropdown-menu>li>a:focus,
.navbar-default .dropdown-menu>li>a:hover {
	background-color: rgba(255, 255, 255, .15) !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.carousel {
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
}

.carousel .item img {
	width: 100%;
}

.container-fluid.contact-us {
	padding: 20px 0px;
	background-color: #ededec;
}

.form-control {
	font-size: 16px;
	border: 0px;
}

input[type="text"].form-control {
	height: 48px;
}

.btn-primary {
	background-color: #c38f56 !important;
	border: 0px;
	border-radius: 45px;
	outline: none !important;
	font-size: 16px;
	padding: 12px 50px;
	font-family: 'Montserrat', arial, sans-serif;
	text-transform: uppercase;
}

.btn-primary:hover {
	background-color: #ae804e !important;
}

.footer {
	background-color: #222222;
	text-transform: uppercase;
	color: white;
	height: 70px;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 12px;
	line-height: 70px;
}

.footer .designed-by {
	text-align: right;
}

.footer a {
	color: #8c94ff !important;
}

.footer a:hover {
	color: #a8aeff !important;
}

.header-image {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 520px;
	background-image: url("/assets/images/slider/image1.jpg");
	background-size: cover;
	background-position: 0px;
	background-repeat: no-repeat;
}

.header-image .phone {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: white;
	font-family: 'Montserrat', arial, sans-serif;
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 24px;
	background-color: #8b857d;
}

.header-image.section-doctors {
	background-position: 0px -190px;
}

.main-content.container {
	padding: 30px 0px;
}

.text-large {
	font-size: 18px;
}

.inline-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 200px;
    border: solid #8b857d 1px;
}

.block-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	border: solid #8b857d 1px;
	max-width: 600px;
}

.navbar-container {
	position: relative;
}

.navbar-container .pay-online-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
}

.navbar-container .pay-online-wrapper .btn.btn-primary {
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 15px 30px;
	font-weight: 600;
}

.nav.navbar-nav .pay-my-bill-online-mobile-link {
	display: none;
}

@media (min-width: 1600px) {
	.container {
		width: 1300px;
	}
}

@media (max-width: 1600px) {
	.navbar-default .nav {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {

	.navbar-default {
		height: 140px;
	}

	.navbar-default .navbar-brand {
		padding-top: 41px;
	}

	.navbar-default .navbar-brand img {
		width: 200px;
	}

	.navbar-default .container {
		width: 100%;
	}

	.navbar-default .nav {
		font-size: 16px;
		margin-top: 90px;
	}

	.dropdown-menu.services-menu .dropdown-submenu .dropdown-menu {
		left: -100%;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 1058px) {

	.navbar-default .nav {
		font-size: 14px;
	}
	
}

@media (max-width: 992px) {
	.footer .container {
		width: 100%;
		padding: 0px;
		font-size: 10px;
		line-height: normal;
		padding-top: 21px;
	}

	.footer .company-copyright {
		text-align: center;
	}

	.footer .designed-by {
		padding-top: 5px;
		text-align: center;
	}

	.block-image {
		max-width: 400px;
		width: 95%;
	}
}

@media (max-width: 925px) {

	.navbar-default {
		height: 100px;
	}

	.navbar-default .navbar-brand {
		padding-top: 22px;
	}

	.navbar-default .navbar-brand img {
		width: 150px;
	}

	.navbar-default .nav {
		margin-top: 50px;
	}
	
	.navbar-container .pay-online-wrapper {
		top: 5px;
		right: 5px;
	}
	
	.navbar-container .pay-online-wrapper .btn.btn-primary {
		padding: 10px 20px;
		font-size: 1em;
	}
}

@media (max-width: 875px) {

	.navbar-default .navbar-brand img {
		width: 125px;
	}

	.navbar-default .navbar-brand {
		padding-top: 31px;
	}

	.navbar-default .nav {
		font-size: 12px;
	}

}

@media (max-width: 776px) {
	.navbar-default .navbar-brand {
		padding-top: 25px;
	}

	.navbar-default .navbar-brand img {
		width: 120px;
	}

	.navbar-default .nav {
		font-size: 11px;
	}
}


@media (max-width: 767px) {

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 18px;
	}

	.navbar-default {
		position: relative;
		height: 140px;
		background-color: rgba(67, 126, 154, 1) !important;
		margin-bottom: 0px;
	}

	.navbar-default .navbar-toggle {
		position: absolute;
		right: 0px;
		border: 0px;
		background-color: rgba(0,0,0,.15);
	}

	.navbar-default .navbar-header {
		text-align: center;
	}

	.navbar-default .navbar-brand {
		width: 100%;
		text-align: center;
		padding-top: 7px;
	}

	.navbar-default .navbar-brand img {
		display: inline;
		width: 175px;
	}

	.navbar-default .navbar-collapse {
		margin-top: 90px;
		border: 0px;
		background-color: rgba(67, 126, 154, 1);
	}

	.navbar-default .nav {
		margin-top: 0px;
		border-top: solid rgba(255,255,255,.05) 1px;
		font-size: 16px;
	}

	.navbar-default .open .dropdown-menu {
		background-color: rgb(62, 113, 138);
	}

	.navbar-default .dropdown-menu .dropdown-submenu .dropdown-menu {
		background-color: rgb(57, 101, 123);
	}

	.navbar-default .dropdown-menu .dropdown-submenu li {
		padding-left: 20px;
	}

	.navbar-default .dropdown-menu li.dropdown-submenu a .fa-caret-right:before {
		content: "\f0d7"
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: white;
		height: 3px;
		width: 26px;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: rgba(0,0,0,.15);
	}

	.contact-us .btn-primary {
		margin-top: 10px;
		width: 100%;
	}

	.header-image {
		height: 175px;
	}

	.header-image.section-doctors {
		background-position: 0px -6px;
	}

	.header-image.section-specialties {
		background-position: 0px -55px;
    }

    .inline-image {
        width: 125px;
    }
	
	.nav.navbar-nav .pay-my-bill-online-mobile-link {
		display: block;
	}
	
	.navbar-container .pay-online-wrapper {
		display: none;
	}
}
