html{
	overflow-x: hidden;
}

body, html{
	margin: 0;
}

img{
	min-width: 30px;
}

.slideshowlink{
	display:none;
}
/*------------NavBar--------------*/
.navbar-button{
	position: fixed;
	top:10px;
	left:10px;
	height:30px;
	width:30px;
	cursor: pointer;
	z-index: 9999;
}

.navbar-button:hover .burger-line-out{
	background-color: grey;
}

.navbar-side-button:hover .burger-line-in{
	background-color: grey;
}

.burger-line-out{
	width: 25px;
    height: 2px;
    background-color: black;
    margin: 3px 0;
}

.burger-line-in{
	width: 25px;
    height: 2px;
    background-color: white;
    margin: 3px 0;
}

.navbar-side{
	position: fixed;
	top: 0;
	left: 0;
	width:250px;
	height: 100%;
	z-index: 10000;
}

.navbar-side-button{
	position: absolute;
	top:10px;
	right:10px;
	height:30px;
	width:35px;
	z-index: 9;
	padding-right: 10px;
	cursor: pointer;
}

.navbar-side-button:hover .burger-line-out{
	background-color: white;
}

.navbar-side-content{
	position:relative;
	display: block;
	width:90%;
	float:left;
	height:100%;
	background-color: white;
}

.navbar-side-shadow{
	display: block;
	width:10%;
	float:right;
	height:100%;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

.navbar-side-content-logo-container{
	width:100%;
	background-color: #0d0949;
	height: 130px;
}

.navbar-side-content-logo{
	width:95%;
    display:block;
    float:right;
    padding:25px 0;
}

.navbar-side-content-links{
	display: block;
	width:100%;
	padding:15px;
	text-align: right;
	border-bottom: 1px solid #AAA;
	cursor:pointer;
}

.navbar-side-content-links:hover{
	text-decoration: none;
}

.navbar-side-content-links-2{
	display: block;
	width:100%;
	padding:15px;
	text-align: right;
	border-bottom: 2px solid #0d0949;
	cursor:pointer;
}

.navbar-side-content-links-2:hover{
	text-decoration: none;
}

.navbar-side-content-links-3{
	display: block;
	width:100%;
	padding:0 15px;
	text-align: right;
	font-size: 12px;
	margin-top:-20px;
	cursor:pointer;
}

.navbar-side-content-links-3:hover{
	text-decoration: none;
}
/*------------General-------------*/
.jumbo{
	height: 200px;
	overflow:hidden;
	position: relative;
	min-width: 100%;
}

.jumbo-img{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	display:block;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jumbo-text{
	position: absolute;
	display: inline-block;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.jumbo-text-title{
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #0d0949;
	font-size: 30px;
}

.jumbo-text-subtitle{
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #84a2c5 ! important;
	font-size: 20px;
}

.jumbo-text-subtitle-full{
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #84a2c5 ! important;
	font-size: 20px;
}

.jumbo-text-subtitle:hover{
	color: #0d0949 ! important;
	text-decoration: none;
}

.section-lblue{
	width: 100%;
	background-color: #d6dee7;
}

.section-white{
	width: 100%;
	background-color: #fff;
}

.section-blue{
	width: 100%;
	background-color: #0d0949;
}

.section-divider{
	border: 1px solid #0d0949;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section-divider-white{
	border: 1px solid #fff;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.video{
	display:block;
	margin: auto;
}
/*---------------section-----------*/
.section-title{
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #0d0949;
	font-size: 22px;
}

.section-title-small{
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	color: #373667;
	font-size: 14px;
}

.section-subtitle{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #575a65;
	text-transform: Uppercase;
	font-size: 16px;
}

.section-text{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #0d0949;
	font-size: 14px;
	text-align: justify;
}

.section-text-small{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #575a65;
	font-size: 12px;
}

.section-button{
	background-color: #84a2c5;
	padding: 10px 15px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff!important;
	cursor:pointer;
}

.section-button:hover{
	background-color: #fff;
	border: 2px solid #84a2c5;
	color: #84a2c5!important;
}

.section-image{
	width: 100%;
}

.section-centralise{
	text-align:center;
}

/*------------specifics*/
.bg-link{
	padding: 10px 15px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	color: #ffffff!important;
	position: absolute;
	display:inline-block;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor:pointer;
}

.bg-img-gallery{
	position: relative;
	width: 100%;
	height:300px;
}

.bg-img{
	display:block;
	width: 100%;
}

.home-quote-by{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	text-align: justify;
}

.home-quotee{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #84a2c5;
	font-size: 14px;
	text-align: justify;
}

/*----------- dentists section */

#dentists{
	background-repeat:no-repeat;
	background-position: center;
}

.dentist-cap{
	background-color: white;
}

.dentist-name{
	font-family: 'Cabin', sans-serif;
	color: #83b1bb;
}

.dentist-titles{
	font-family: 'Cabin', sans-serif;
	color: lightblue;
	font-size: 12px;
}

.dentist-div{
	margin: 0 ! important;
	padding: 0 ! important;
	border: 1px solid lightblue;
	display: block;
}

.wp-post-image{
	width: 100%;
	height: auto;
}

/*-----------footer ----*/

.footer-cp{
	color: white;
	font-size: 14px;
}

.footer-title{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #84a2c5;
}

.footer-text{
	color: white;
	font-family: 'Cabin', sans-serif;
	font-size:12px;
}

.footer-text-add{
	color: white;
	font-family: 'Cabin', sans-serif;
	font-size:12px;
	line-height: 20px;
}

.footer-logo{
	display:block;
	margin-left: auto;
	margin-right: auto;
	width:50%;
	margin-bottom: 20px;
}

.footer-contact{
	color: lightblue;
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	text-transform: uppercase
}

.footer-cont{
	margin-bottom: 40px;
}

.day{
	display: inline-block;
	width:30px;
}

.indent{
	margin: 20px;
}

/*----------------Contact Css-- */
.cont-input{
	border-color: #AAA;
	width: 100%;
	padding:5px;
}

.aligner{
	background-color: #84a2c5;
	padding: 10px 15px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff!important;
	cursor:pointer;
	float:right;
}

/*-----------------Services Css ---*/
.Ser-sub{
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #0d0949;
	font-size: 20px;
}

.Ser-title{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #0d0949;
	font-size: 18px;
}

.Ser-title-home{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #0d0949;
	font-size: 20px;
}

.ser-thumbnail{
	height: auto;
}

.Ser-text{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/*------------equipment CSS---*/

.center-imgs{
	display: block;
	margin: auto;
}

/*------------spacing*/

.row-spacer{
	padding-top: 50px;
	padding-bottom: 50px;
}

.row-spacer-t{
	padding-top: 50px;
}

.row-spacer-b{
	padding-bottom: 50px;
}

.home-jumbo-container{
	padding-top: 10vw;
	width: 75vw;
	text-align: center;
}

#HomeBanner{
	display: block;
	width: 25vw;
}

#homebannerimg{
	float:right;
	max-height:500px;
}

.home-title{
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	color: #373667;
	font-size: 35px;
}

.home-subtitle{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #84a2c5;
	font-size: 14;
}

.button-section{
	width: 100%;
	text-align: center;
}

.button-section-thumbnail{
	width: 100%;
}

.icon{
	width:50px;
}

#mapid{
	display: block;
	margin:auto;
	height: 400px;
}

@media (max-width: 1591px){
	#HomeBanner{
		display: none;
	}
	.home-jumbo-container{
		width: 100vw;
		padding-top: 200px;
		padding-bottom: 200px;
		padding-left: 0;
	}
	.footer-logo{
		display: none;
	}
	.navbar-side{
		left: -250px;
	}
}