@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html{
	font-family: 'Montserrat', sans-serif;
}

.card, .card-panel {
	-ms-transition: all .5s ease; /* IE 9 */
    -webkit-transition: all .5s ease; /* Safari */
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
    transition: all .5s ease;
}

.card:hover, .card-panel:hover{
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

.brand-logo{
	margin-top: 15px;
}

.brand-logo img{
	height: 80px;
	padding-top: 0px;
}

.card-panel{
	min-height: 135px !important;
	border-radius: 5px !important;
}

.card-panel h5{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.card-icon{
	position: absolute !important;
	font-size: 75px !important;
}

.caption-wrapper{
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	top: 0;
	bottom: 0;
	width: 650px;
	left: 50%;
	transform: translateX(-50%);
}

.caption{
	top: 15px !important;
}

.cat{
	padding-bottom: 5px;
}

.clinic div{
	display: inline-block;
	padding: 1px;
}

.nblue{
	background-color: #245776 !important;
}

.nblue-text{
	color: #245776;
}

.lblue{
	background-color: #2094ad;
}

.lblue-text{
	color: #2094ad;
}

.wtm{
	color: #ee6e73;
}

.wtm-t{
	color: #ee6e73 !important;
}

.wtm-b{
	background-color: #ee6e73 !important;
}

.hero{
	width: 100%;
	max-width: none;
}

.max{
	min-height: 100vh;
}

.nav-content{
	background-color: #007F9A !important;
	height: 48px !important;
}

.row{
	margin-bottom: 0px !important;
}

.smalltop{
	margin-top: 10px !important;
}

.parallax-container {
	height: 45vh;
}

.imgfill{
	width: auto;
	height: auto;
}

.inner{
	padding: 15px;
}

.inner-margin{
	margin: 15px;
}

.push{
	margin-top: 35px;
	margin-bottom: 30px;
}

#tabs-main {
	position: absolute;
}

.tab a{
	font-weight: 500;
}

.thick{
	font-weight: 600;
}

.light{
	font-weight: 400;
}

.thin{
	font-weight: 200;
}

.sidelogo{
	width: 250px;
	padding-top: 25px;
	height: auto;
}

.materialboxed{
	width: 200px;
}

.pagination li.active{
	background-color: #245776;
}

li a.active{
    background-color: #218ea5 !important;
}

.navbar-fixed, .nav-wrapper {
	height: 110px !important;
}

nav.nav-center ul {
    text-align: center;
}

nav.nav-center ul li {
    display: inline;
    float: none;
}

.no-margin {
	margin: 0 !important;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

iframe{
	width: 100%;
}

#content{
	margin-top: 35px !important;
}

#loader{
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    position: absolute;
    background-color: white;
    z-index: 1;
}

#loader-body{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#loader-body span{
    user-select: none;
    opacity: 0.75;
}

@media (max-width : 992px) {
	.m4{
		width: 100% !important;
	}

	.brand-logo{
		margin-top: 0px !important;
	}

	.brand-logo img{
		height: 60px !important;
		padding-top: 5px !important;
	}

	.caption-wrapper{
		width: 100%;
	}

	.materialboxed{
		width: 100%;
		padding: 5px;
	}

	.nav-wrapper, .navbar-fixed{
		height: 64px !important;
	}

	.nav-wrapper ul{
		height: auto !important;
	}

	.parallax-container {
		height: auto !important;
	}

	.hero{
		width: 200% !important;
		max-width: none !important;
		margin-left: -50% !important;
	}

	.slider, .slides{
		height: 500px !important;
	}

	#content{
        margin-top: 0px !important;
    }
}
