/*
	Delv-in Styles
*/

@font-face {
	font-family: Avenir-Light;
	src: url(Metropolis-Light.woff2);
}
@font-face {
	font-family: Avenir-Reg;
	src: url(Metropolis-Regular.woff2);
}
@font-face {
	font-family: Avenir-Bold;
	src: url(Metropolis-Bold.woff2);
}
@font-face{
	font-family: Avenir-Black;
	src: url(Metropolis-Black.woff2);
}

.bolder {
	font-family: Avenir-Bold;
}

.para_text {
	font-size: 13px;
	line-height: 16px;
}


html, body{
	margin: 0px;
	padding: 0px;
	font-family: Avenir-Reg, Geneva, sans-serif;
	font-size: 12px;
	color:#444;
	height: 100%;
}
* {
	box-sizing: border-box;
}

.masthead {
	background-color: #fff;
	padding: 30px 0px 30px 50px;
	position: fixed;
	top: 0;
	height: 100px;
	width: 100%;
	margin: 0;
	z-index: 150;
	border-bottom: solid 4px #412f8a;
}

	.sched_consult_a a:link{
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}
	.sched_consult_a a:visited{
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}
	.sched_consult_a a:hover{
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

  
.logo{ 
	position: relative;
	float: left;
	width: 100px;
	height: 42px;
    background-image: url('/views/images/delvin_logo.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100px 42px;
}

.dd_menu_container {
	position: relative; 
	float: right; 
	width: auto;
	display: none;
}

.admin_main_container {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}
	.admin_main_container h1 {
		font-family: Avenir-Light;
		font-size: 24px;
		font-weight: normal;
		color: #999;
		margin: 0;
	}
	
	.admin_main_container h2 {
		font-family: Avenir-Reg;
		font-size: 18px;
		color: #412f8a;
		font-weight: normal;
		margin-top: 0;
	}
	.admin_main_container h3 {
		font-family: Avenir-Light;
		font-size: 14px;
		font-weight: normal;
		color: #412f8a;
		margin: 0;
	}

	.admin_main_container p {
		font-family: Avenir-Light;
		font-size: 14px;
		line-height: 22px;
		color: #666;
	}

	.month_cal {
		position: relative;
		float: left;
		width: 50%;
	}
		.month_cal h1 {
			font-family: Avenir-Light;
			font-size: 24px;
			font-weight: normal;
			color: #999;
			margin: 0;
		}
		.month_cal h2 {
			font-family: Avenir-Reg;
			font-size: 18px;
			color: #412f8a;
			font-weight: normal;
			margin-top: 0;
		}

	.timeZone {
		position: relative;
		float: right;
		background-image: url('/views/images/globe_icon.png');
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: 0 12px;
		padding: 12px 0 0 24px;
		overflow: visible;
	}

	.day_slots {
		position: relative;
		float: left;
		width: 50%;
		padding-left: 20px;
	}

.adminSiteTitle {
	position: relative;
	margin: -20px 0 0 0;
	padding: 0;
	font-family: Avenir-Light;
	font-size: 12px;
	color: #412f8a;
}

.menu_icon div {  /* hamburger menu */
    width: 35px;
    height: 3px;
    background-color:#412f8a;
    margin: 6px 0;
}


a.txt_menu:link { /* full text menu */
	font-family: Avenir-Light;
	font-size: 18px;
	font-weight: 100;
	color: #888;
	position: relative;
	float: left;
	width: 100%;
}

a.txt_menu:hover { /* full text menu */
	position: relative;
	float: left;
	font-family: Avenir-Bold;
	font-size: 18px;
	font-weight: 100;
	color: #412f8a;
}

.first {
	position: relative;
	margin-top: 100px;
	background-color:#3f2e85;
	background-image: url('/views/images/dental_team5.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 600px;
	box-sizing: border-box;
	padding: 100px 50px;
	text-align: left;
	transition: padding 2s;
}

	.first h1{
		color: #fff;
		font-family: Avenir-Bold;
		font-size: 42px;
		text-shadow: 0 4px 6px #333;
	}
	.first h2{
		color: #412f8a;
		font-family: Avenir-Bold;
		font-size: 20px;
		font-weight: 100;
		margin: 50px 0;
		text-shadow: 0 0px 4px #fff;

	}


.second {
	position: relative;
	float: left;
	min-height: 400px;
	padding: 100px 50px;
	width: 100%;

}
	.second h1  {
		font-family: Avenir-Light;
		font-size: 34px;
		line-height: 44px;
		font-weight: 100;
		color: #444;
	}
	.second p {
		font-family: Avenir-Light;
		font-size: 20px;
		font-weight: 100;
		color: #444;
		line-height: 32px;
	}


.third {
	position: relative;
	float: left;
	min-height: 300px;
	padding: 0;
	width: 100%;
}

.clock-tooth {
	position: relative;
	float: left;
	width: 33.3%;
	background-color: #def2d9;
	background-image: url('/views/images/tooth-clock.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 70px;
	font-family: Avenir-Bold;
	font-size: 24px;
	color: #3f2e85;
	height: 300px;
	text-align: center;
	padding: 200px 20px 0 20px;
}


.hands-up {
	position: relative;
	float: left;
	width: 33.3%;
	background-color: #3f2e85;
	background-image: url('/views/images/hands-up.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 70px;
	font-family: Avenir-Bold;
	font-size: 24px;
	color: #def2d9;
	height: 300px;
	text-align: center;
	padding: 200px 20px 0 20px;
}


.target-arrow {
	position: relative;
	float: left;
	width: 33.3%;
	background-color: #def2d9;
	background-image: url('/views/images/target-arrow.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 70px;
	font-family: Avenir-Bold;
	font-size: 24px;
	color: #3f2e85;
	height: 300px;
	text-align: center;
	padding: 200px 20px 0 20px;
}



.fourth {
	position: relative;
	float: left;
	text-align: center;
	min-height: 300px;
	padding: 100px 100px 0 100px;
	width: 100%;
}
	.fourth h1{
		font-family: Avenir-Reg;
		font-size: 22pt;
		line-height: 40px;
		color: #444;
	}
	.fourth p{
		font-family: Avenir-Light;
		font-size: 18pt;
		font-weight: 100;
		line-height: 36px;
		color: #666;
	}



.fifth {
	position: relative;
	float: left;
	text-align: left;
	min-height: 300px;
	padding: 50px 50px 0 50px;
	width: 100%;
}
	
	.fifth h1 {
		font-family: Avenir-Light;
		font-weight: normal;
		font-size: 24pt;
		line-height: 38px;
		color: #444;
		margin: 0 0 0 20px;
	}

	.fifth p {
		font-family: Avenir-Light;
		font-size: 14pt;
		line-height: 28px;
		color: #666;
		margin-left: 20px;
	}


.spacer { height: 100px; }

.sixth {
	position: relative;
	float: left;
	text-align: left;
	min-height: 300px;
	padding: 50px 50px 0 50px;;
	width: 100%;
}
	.sixth h1 {
		font-family: Avenir-Bold;
		font-weight: normal;
		font-size: 32px;
		color: #412f8a;
	}
	.sixth h2 {
		font-family: Avenir-Bold;
		font-weight: normal;
		font-size: 24px;
		font-style: italic;
		color: #444;
		margin-bottom: 50px;
	}
	.sixth h3 {
		font-family: Avenir-Light;
		font-weight: normal;
		font-size: 24px;
		line-height: 36px;
		color: #444;

	}
	.sixth .feature {
		position: relative;
		float: left;
		width: 33.3%;
		font-family: Avenir-Light;
		font-size: 18px;
		padding: 0px 10px 0 50px;
		background-image: url('/views/images/check_icon.png');
		background-repeat: no-repeat;
		background-size: 16px 16px;
		background-position: 20px 0;
		min-height: 60px;
	}


.seventh {
	position: relative;
	float: left;
	text-align: left;
	width: 100%;
	margin: 30px 0;
	padding: 50px 50px;
}
	.seventh .top {
		width: 100%;
		padding: 40px 0;
		background-color: #eee;
		color: #412f8a;
		text-align: center;
		font-family: Avenir-Light;
		font-size: 30px;
	}

	.seventh .step {
		position: relative;
		float: left;
		width: 25%;
		margin: 4%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.seventh .step_num {
		position: absolute;
		width: 75px;
		height: 75px;
		background-color: #412f8a;
		z-index: 100;
		font-size: 24px;
		font-family: Avenir-Bold;
		color: #eee;
		text-align: center;
		border-radius: 37px;
		padding: 25px 20px;
	}
	.seventh .step_content {
		position: relative;
		float: left;
		width: 100%;
		margin: 45px 0 0 0;
		min-height: 230px;
		background-color: #eee;
		padding: 30px 15px 15px 15px;
	}

	.seventh p{
		font-family: Avenir-Light;
		font-size: 14px;
		line-height: 20px
	}

	.seventh h1{
		font-family: Avenir-Bold;
		font-size: 24px;
		line-height: 36px;
		color: #412f8a;
	}

.eighth {
	position: relative;
	float: left;
	width: 100%;
	margin: 30px 0;
	padding: 0 50px 0 50px;
	-webkit-transition: height 2s;
}
	.testimony {
		position: relative;
		float: left;
		width: 100%;
		background-color: #412f8a;
		text-align: center;
		padding: 80px 50px 20px 50px;
		border-top: solid 1px #cec6eb;
	-webkit-transition: height 2s;
/*		display: flex;
		justify-content: center;*/
	}
	.eighth .testimony_liner {
		position: relative;
		float: left;
		background-color: #412f8a;
		text-align: center;
		border-top: solid 1px #cec6eb;
		border-bottom: solid 1px #cec6eb;
		width: 100%;
		min-height: 300px;
		padding: 50px 0;
		margin: 0 0 20px 0;
	}

	.testimony_content {
		display: none;
	}

	.quotes {
		position: relative;
		margin: -80px auto 0 auto;
		/*position: absolute;
		top: -26px;
		width: 100px;
		margin: 0 40%;*/
		width: 80px;
		height: 54px;
		background-color: #412f8a;
		background-image: url('/views/images/quote_mrks.png');
		background-size: 80px 54px;
		background-position: 0 0;
	}

	.eighth .message {
		position: relative;
		float: left;
		width: 100%;
		font-family: Avenir-Light;
		font-size: 24px;
		line-height: 32px;
		color: #cec6eb;

	}
	.eighth .credit {
		position: relative;
		float: left;
		width: 100%;
		font-family: Avenir-Light;
		font-size: 18px;
		line-height: 32px;
		color: #cec6eb;
		margin-top: 30px;
	}

	.dots {
		text-align: center;
		padding-top: 10px;
	}

	/* The dots/bullets/indicators */
	.dot {
	  cursor: pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #cec6eb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}

	.active, .dot:hover {
	  background-color: #fff;
	}


	/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}

	@-webkit-keyframes fade {
	  from {opacity: .4}
	  to {opacity: 1}
	}

	@keyframes fade {
	  from {opacity: .4}
	  to {opacity: 1}
	}



.about {
	position: relative;
	float: left;
	text-align: left;
	min-height: 300px;
	width: 100%;
	margin: 0;
	padding: 0;	
	font-family: Avenir-Light;
	font-size: 16px;
	line-height: 20px;	
}


	.about .profile {
		position: relative;
		float: left;
		width: 42%;
		text-align: center;
		display: flex;
		justify-content: center;

	}

	.about .fl_lt{
		float: left;
	}

	.about .fl_rt{
		float: right;
	}
	.about .headshotCarole {
		position: absolute;
		width: 150px;
		height: 150px;
		background-color: #fff;
		background-image: url('/views/images/Carole.jpg');
		background-position: center 1px;
		background-repeat: no-repeat;
		background-size: 120px;
		z-index: 100;
		border-radius: 72px;
		border: solid 2px #ddd;
	}
	.about .headshotCindy {
		position: absolute;
		width: 150px;
		height: 150px;
		background-color: #fff;
		background-image: url('/views/images/Cindy.jpg');
		background-position: center 5px;
		background-repeat: no-repeat;
		background-size: 120px;
		z-index: 100;
		border-radius: 72px;
		border: solid 2px #ddd;
	}
	.about .profile_content {
		position: relative;
		float: left;
		width: 100%;
		margin: 90px 0 0 0;
		min-height: 230px;
		background-color: #ddd;
		color: #000;
		padding: 60px 15px 15px 15px;
	}
	.about h1{
		font-size: 28px;
		font-family: Avenir-Bold;
		font-weight: normal;
		color: #412f8a;
	}
/*	.about a:link {
		color: #def2d9;
	}*/

	.sched_consult {
		position: relative;
		float: left;
		padding: 100px 50px 50px 50px;
		width: 100%;
	}
		.sched_consult h1 {
			font-family: Avenir-Light;
			font-weight: normal;
			font-size: 24px;
			color: #412f8a;
		}
		.sched_consult h2 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 16px;
			line-height: 22px;
			color: #444;
		}
		.sched_consult h2 a:link{
			color: #5a935c;
			text-decoration: underline;
		}
		.sched_consult h2 a:visited{
			color: #5a935c;
		}
		.sched_consult h2 a:hover {
			color: #666;
			text-decoration: none;
		}

	.delBkConf{
		position: absolute;
		right: 10px;
		background-color: #eee;
		border: solid 2px #444;
		padding: 4px;
		z-index: 200;
	}



/* ======================== CALENDAR ================================= */

.calendar_table {
    width: 100%;
    border: none;
    border-spacing: 0px;
    padding: 6px;

}
    .calendar_table th{
        font-family: Avenir-Bold;
        font-size: 12px;
        font-weight: normal;
        padding: 6px;
        border-bottom: solid 1px #999;
    }
    .calendar_table td{
        font-family: Avenir-Light;
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
        width: 14.29%;
        color: #666;
    }
    .btn_calendar {
        background-color: #eeedf8;
        color: #3D368B;
        font-size: 14px;
        font-weight: bold;
        width: 32px;
        height: 32px;
        border-radius: 15px;
        border: none;
        cursor: pointer;
   		-webkit-appearance: none;
    }
    .btn_calendar:hover {
        background-color: #3D368B;
        color: #eeedf8;
        font-size: 14px;
        font-weight: bold;
        border-radius: 15px
    }

    .btn_calDay {
        background-color: #3D368B;
        color: #eeedf8;
        font-size: 14px;
        font-weight: bold;
        width: 32px;
        height: 32px;
        border-radius: 15px;
        border: none;
        text-align: center;
   		-webkit-appearance: none;
    }

    .sched_block {
        padding: 8px;
        text-align: center;
        font-weight: bold;
        border-radius: 4px;
        border: solid 1px #3D368B;
        color: #3D368B;
        width: 100%;
        background-color: #fff;
        font-size: 12px;
        cursor: pointer;
   		-webkit-appearance: none;
    }
    .sched_block:hover {
        border: solid 2px #3D368B;
    }

    .sched_block_booked {
        padding: 8px;
        text-align: center;
        font-weight: bold;
        border-radius: 4px;
        width: 100%;
        font-size: 12px;
    	background-color: #eee;
    	color: #888;
    	border: solid 1px #888;
    	cursor: pointer;
    	-webkit-appearance: none;
    }
    	.sched_block_booked:hover {
    		border-color: #412f8a;
    		color: #412f8a;
    	}
    .cal_form_box {
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #fff;
        border: solid 2px #eeedf8;
        border-radius: 4px;
        box-shadow: 2px 2px 4px #444;
        margin: 0 0 20px 0;
        padding: 4px 8px;
        z-index: 100;
    }
    .cal_form_box input[type=text]{
        width: 100%;
        background-color: #f1f7ed;
        border: solid 1px #444;
        font-size: 14px;
        padding: 2px;
        margin: 2px;
    }


	/*	.calendar_table {
			width: 100%;
		}
			.calendar_table td {
				text-align: center;
				font-size: 18px;
				padding: 6px;
				font-color: #888;
			}*/

.login_lang{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 16px;
	text-align: right;
	z-index: 100;
}

.lang_opts { /* a tag for languages in private_header */
	position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 25%;
}
	.lang_opts a:link {
		color: #3D368B;
	}
	.lang_opts a: hover{
		color: #7ec57c;
	}

/* ====================== STORIES ================================== */

.stories h1{
	font-family: Avenir-Bold;
	font-weight: normal;
	font-size: 32px;
	color: #412f8a;
}
.stories h2{
	font-family: Avenir-Light;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #444;
}
	.stories_container {
		position: relative;
		float: left;
		width:  50%;
	}
	.story {
		position: relative;
		float: left;
		width:  100%;
		margin:  0;
		border-top:  solid 4px #eee;
		padding: 4px 0 ;
	}
.story .title{
	font-family: Avenir-Bold;
	font-weight: normal;
	font-size: 20px;
	color: #412f8a;
}
.story .descript {
	font-family: Avenir-Light;
	padding-right: 10px;
	font-size:  14px;
	line-height: 20px;
	color:  #444;
}
.storyVideo {
	position: relative;
	width:  45%;
	float: right;
	background-color: #e7efe6;
	padding: 4px;
}

input[type=text], input[type=password] {
    background-color: #e7efe6;
    border: solid 1px #b2c5aa;
    color: #3D368B;
	width: auto;
	font-size: 12px;
    font-family: Verdana, sans-serif;
}
select, textarea {
    background-color: #e7efe6;
    border: solid 1px #b2c5aa;
    color: #3D368B;
	width: auto;
	font-size: 12px;
    font-family: Verdana, sans-serif;
}

select {
	-webkit-appearance: none;
}

br {
	margin: 3px 0;
}

a .btn {
	color: #fff;
	padding: 1px 3px;
}

li {
	margin: 2px 0;
}

.right { text-align: right; }
.centre { text-align: center; }
.left { text-align: left; }
.ft_rt { float: right; }
.ft_lt { float: left; }
.top_line{ border-top: solid 1px #3D368B; margin-top: 10px; }
.pad_8_trbl{ padding: 8px;}
.pad_4_t { padding-top: 4px; }
.pad_4_r { padding-right: 4px; }
.pad_4_b { padding-bottom: 4px; }
.pad_4_l { padding-left: 4px; }
.pad_12_t {padding-top: 12px; }
.pad_12_r { padding-right: 12px;}
.pad_12_b { padding-bottom: 12px; }
.pad_12_l { padding-left: 12px; }
.pad_20_t { padding-top: 20px; }
.pad_20_r { padding-right: 20px;}
.pad_20_b { padding-bottom: 20px; }
.pad_20_l { padding-left: 20px;}
.margin_10_b { margin-bottom: 10px;}


.edit_form_group .w10{
	width: 10%;
}

.edit_form_group .w30{
	width: 28%;
}
.edit_form_group .w50{
	width: 48%;
}
.edit_form_group .w70{
	width: 68%;
}
.edit_form_group .w100{
	width: 97%;
}
.edit_form_group .h60{
	max-height: 60px;
}

.edit_form_group .ph3 { /* phone number 3 digits */
	width: 3em;
}
.edit_form_group .ph4 { /* phone number 4 digits */
	width: 4em;
}
.r_txt {
	color: #b32d00;
}
.g_txt {
	color: #690;
}
.b_txt {
	color: #0052cc;
}
.p_txt {
	color: #3D368B;
}

.important {
	font-weight: bold;
	color: #900;
}


.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }


.err {
	color: #a00;
}



/* fixed column widths */
.col10 { width: 10%; position: relative; float: left; }
.col15 { width: 15%; position: relative; float: left; }
.col20 { width: 20%; position: relative; float: left; }
.col25 { width: 25%; position: relative; float: left; }
.col30 { width: 30%; position: relative; float: left; }
.col33 { width: 33.3%; position: relative; float: left; }
.col40 { width: 40%; position: relative; float: left; }
.col50 { width: 50%; position: relative; float: left; }
.col60 { width: 60%; position: relative; float: left; }
.col70 { width: 70%; position: relative; float: left; }
.col75 { width: 75%; position: relative; float: left; }
.col80 { width: 80%; position: relative; float: left; }
.col85 { width: 85%; position: relative; float: left; }
.col90 { width: 90%; position: relative; float: left; }
.colAuto {width: auto; position:relative; }


.col-1 {width: 8.33%; float: left; position: relative; }
.col-2 {width: 16.66%; float: left; position: relative; box-sizing: border-box;}
.col-3 {width: 25%; float: left; position: relative; box-sizing: border-box;}
.col-4 {width: 33.33%; float: left; position: relative; box-sizing: border-box;}
.col-5 {width: 41.66%; float: left; position: relative; box-sizing: border-box;}
.col-6 {width: 50%; float: left;  position: relative; box-sizing: border-box;}
.col-7 {width: 58.33%; float: left; position: relative; box-sizing: border-box;}
.col-8 {width: 66.66%; float: left; position: relative; box-sizing: border-box;}
.col-9 {width: 75%; float: left; position: relative; box-sizing: border-box;}
.col-10 {width: 83.33%; float: left; position: relative; box-sizing: border-box;}
.col-11 {width: 91.66%; float: left; position: relative; box-sizing: border-box;}
.col-12 {width: 100%; position: relative; float: left;}
.col-auto { width: auto; float: left; position: relative; }

a:link {
	color:#3D368B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #aaa;
}
a:active {
	text-decoration: none;
	color: #3D368B;
}

.data_table {
	width: 100%;
	min-width: 100%;
	border-spacing: 0;
	padding: 0;
	margin-bottom: 20px;
	border-collapse: collapse;
}

	.data_table th{
		background-color: #3D368B;
		color: #fff;
		padding: 4px;
	}
	.data_table td{
		border-bottom: solid 1px #3D368B;
		padding: 4px;
		border-collapse: collapse;
	}

	.rt_bdr_dash{
		border-right: dashed 1px #bbb;
	}

	.data_table .highlight{
		background-color: #e1f2e1;
	}
	.data_table .normal{
		background-color: #fff;
	}

	.data_table .ltGrnBkg {
		background-color: #cde0cc;
	}

	.data_table .right{
		text-align: right;
		padding-right: 1%;
	}

	.data_table .total {
		font-weight: bold;
		padding-right: 1%;
		background-color: #eee;
		text-align: right;
	}

	.data_table .total_alt{
		font-weight: bold;
		padding-right: 1%;
		background-color:#e1f2e1;
		text-align: right;
	}
	
	.data_table .botRow{
		border-top: solid 2px  #3D368B;
		background-color: #eee;
		font-weight: bold;
	}

.Sticky_Table_Header {
    background: #3D368B;
    color: #fff;
    position: sticky;
    top: 150px;
}


.filter_box {
	background: linear-gradient(rgb(255,255,255), rgb(224, 231, 223));
	border: solid 1px #3D368B;
	margin: 0 ;
	padding: 4px;
	color: #3D368B;
	margin: 4px 0;
}
	.filter_box input [type=text]{
		font-size: 12px
	}

	.filter_box select {
		font-size: 12px;
	}


.action_needed {
	font-weight: bold;
	color: #b00;
	text-align: center;
}


	.highlight{
		background-color: #e1f2e1;
	}
	.normal{
		background-color: #fff;
	}

	.hide {
		color: #aaa;
		background-image: repeating-linear-gradient(45deg, #ddd, #ddd 4px, #fff 4px, #fff 8px);
	}
	.unhide {
		color: #000;
	}

	.login_panel {
		position: relative;
		width: 200px;
		margin: 120px auto;

	}
		.login_panel input[type=text], input[type=password]{
			width: 100%;
		}



	
/* ======== EDITABLE FORMS ============= */

	.edit_form_group {
		position: relative;
		float: left;
		border: solid 1px #aaa;
		padding: 0;
		margin: 5px auto;
		box-shadow: 1px 1px 1px #777;
		width: 100%;
		background-color: #efefef;
	}
		.bot_line {
			border-bottom: solid 1px #ddd;

		}
	.form_label{ 
		position: relative;
		width: 30%;
		float: left;
		padding: 10px;
		min-height: 35px;
		font-weight: bold;
		height: 100%
	}
	.form_input{
		position: relative;
		width: 70%;
		float: left;
		padding: 10px;
		min-height: 35px;
		margin-bottom: 1px;
		overflow: hidden;
		background-color: #fff;
	}

	.form_full_width {
		position: relative;
		width: 100%;
		float: left;
		padding: 10px;
		min-height: 35px;
		margin-bottom: 1px;
		overflow: hidden;
		background-color: #fff;
	}

	/* ============== FILE UPLOAD BUTTON CLASSES=============== */
	.edit_form_group .btn-upload{
		display: inline-block;
	    margin: 1px -1px -1px 1px;
	    padding: 4px 8px;
		cursor: pointer;
	    background: #8c3676; 
		background: -webkit-linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78)); 
	    background: -o-linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78)); 
	    background: -moz-linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78));
		background: linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78));
		font-size: 12px;
		width: 79px;
		text-align: center;
		color: #fff;
		z-index: 10;
	}
	.edit_form_group .btn-upload:hover {
		box-shadow: 2px 2px 2px #888;
	}
	.edit_form_group [type='file']{
		position: absolute;
		z-index: 0;
		top: 6px;
		left: 0;
		font-size: 12px;
		color: rgb(153,153,153);
	}
	.edit_form_group .btn-upload-wrap{
		position: relative;
	}
	

	.rotateTop{
		transform: rotate(45deg);
		transition: .2s ease-in-out;


	}
	.rotateBot{
		transform: rotate(-45deg) translate(13px, -13px);
		transition: .2s ease-in-out;
	}

 /* ================================== SIZE BREAK 1 =====================================
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	[class*="col-"] {
		width: 100%;
		position: relative;
		float: left;
	}

  	.liner {
  		position: relative;
  		float: left;
  		margin: 0;
  		width: 100%;
  	}


	.masthead {
		height: 80px;
		padding: 20px;
		-webkit-transition: padding 2s;
		transition: padding 2s;
		transition: height 2s;
	}

	a.sched_consult_a:link{
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	a.sched_consult_a:hover{
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	.dd_menu_container {
		position: relative; 
		float: right; 
		width: auto;
		display: inline;
	}

	.txt_menu_container {
		display: none;
		position: absolute;
		right: 0;
		top: 30px;
		width: 200px;
		border: solid 1px #888;
		background-color: #fff;
		padding: 5px 10px 20px 10px;
		z-index: 200;
		transition: top 2sec;
		transition: right 2sec;
	}

	div.txt_menu  {
		position: relative;
		float: left;
		width: auto;
		padding: 0 0 0 30px;
		margin-top: 10px;
	}

	a.cl_lgn:link{
		font-family: Avenir-Light;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	a.cl_lgn:visited{
		font-family: Avenir-Light;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	a.cl_lgn:hover{
		font-family: Avenir-Bold;
		font-size: 18px;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	.btn-schedR{
		font-family: Avenir-Light;
	}
		.btn-schedR:hover{
			font-family: Avenir-Bold;
		}


	.centre_div {
		position: relative;
		float: left;
		text-align: left; 
		width: 100%;
		-webkit-transition: width: 2s;
		transition: width 2s;
	}


	.first {
		background-position: center;
		background-size: auto 100%;
		margin-top: 80px;
		width: 100%;
		height: 600px;
		box-sizing: border-box;
		padding: 0px 20px;
		text-align: left;
		transition: padding 2s;
	}
		.first h1{
			font-size: 30px;
		}
		.first h2 {
			margin: 200px 0 30px 0;
		}


	.second {
		position: relative;
		float: left;
		min-height: 400px;
		padding: 80px 20px;
		width: 100%;

	}
		.second h1 {
			font-size: 28px;
		}
		.second p {
			font-size: 18px;
		}

	.clock-tooth {
		width: 100%;
	}
	.hands-up{
		width: 100%;
	}
	.target-arrow{
		width: 100%;
	}


	.fourth {
		min-height: 300px;
		padding: 80px 20px;
		width: 100%;
	}
		.fourth h1{
			font-family: Avenir-Reg;
			font-size: 20pt;
			line-height: 38px;
			color: #444;
		}
		.fourth p{
			font-size: 14pt;
			line-height: 26px;
		}

	.fifth {
		min-height: 200px;
		padding: 0 20px;
	}
		.fifth img {
			margin-bottom: 20px;
		}

		.fifth h1 {
			font-size: 20pt;
			line-height: 38px;
			color: #444;
			margin: 0;
			text-align: center;
		}

		.fifth p {
			text-align: center;
			margin-left: 0;
		}


	.sixth {
		min-height: 300px;
		padding: 50px 20px;
	}
		.sixth .feature {
			width: 100%;
			padding: 0 0  15px 60px;
			background-position: 30px 0;
		}



	.seventh {
		position: relative;
		float: left;
		text-align: left;
		width: 100%;
		margin: 30px 0;
		padding: 30px 20px;
	}

		.seventh .step {
			width: 100%;
			margin: 20px 0;
		}
		.seventh .step_content {
			min-height: 200px;
		}

		.seventh p{
			font-size: 16px;
			line-height: 22px
		}

	.eighth {
		padding: 0 20px;
		margin: 0;
	}
		.eighth .testimony {
			padding: 0;
		}
		.eighth .testimony_liner {
			padding: 20px 0;
		}

		.eighth .testimony {
			padding: 80px 20px 40px 20px;
		}


	.ninth {
		position: relative;
		float: left;
		text-align: center;
		min-height: 300px;
		padding: 30px 20px;
		width: 100%;
	}
		.ninth h1 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 28px;
			color: #412f8a;
		}
		.ninth h2 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 24px;
			font-style: normal;
			color: #444;
			margin-bottom: 50px;
		}
		.ninth .feature {
			position: relative;
			float: left;
			width: 100%;
			font-family: Avenir-Light;
			font-size: 18px;
			text-align: left;
			padding: 0px 0 0 50px;
			background-image: url('/views/images/check_icon_r.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 20px 0;
			min-height: 50px;
		}
		.ninth p{
			font-size: 18px;
			line-height: 22px
		}

	.tenth {
		position: relative;
		float: left;
		text-align: center;
		min-height: 300px;
		padding: 30px 20px;
		width: 100%;
		box-sizing: border-box;
		background-color: #412f8a;
	}
		.tenth h1 {
			color: #fff;
			font-family: Avenir-Light;
			font-size: 28px;
			line-height: 36px;
			font-weight: normal;
		}
		.tenth p{
			color: #fff;
			font-family: Avenir-Light;
			font-size: 18px;
			line-height: 24px;
		}


	.about {
		padding: 0 20px;
	}
		.about .profile {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 20px 0;
		}


	.sched_consult {
		margin-top: 100px;
		padding: 0 20px;
	}

		.month_cal {
			position: relative;
			float: left;
			width: 100%;
			border-bottom: solid 1px #ccc;
		}


	.admin_main_container {
		position: relative;
		float: left;
		width: 100%;
		padding: 50px 0;
		box-sizing: border-box;
	}




	.login_reset_parent{
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: 0;
		background-color: rgba(230,230,230, .5); /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0));
		display: flex;
		justify-content: center; /* horizontal */
		align-items: center; /* vertical */
	}

	.login_reset {
		width: 100%;
		height: auto;
	}
	
	.login_reset ul {
		width: 100%;
		margin-left: -20px;
	}

	.login_reset li{
		list-style-type: none;
		width:100%;
	}

    .login_reset input[type=text] input[type=password] {
        background-color: #e7efe6;
        border: solid 1px #b2c5aa;
        color: #3D368B;
		width:100%;
		font-size: 18px;
	    font-family: Avenir-Reg;
    }
    .login_reset input[type=submit]{
    	width: 100%;
    }
    .login_reset img {
    	text-align: center;
    	height: 60px;
    	margin-bottom: 10px;
    }

	.day_slots {
		position: relative;
		float: left;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}


	.dentists_1 {
		position: relative;
		margin-top: 80px;
		background-color:#3f2e85;
		background-image: url('/views/images/dentist1.jpg');
		background-repeat: no-repeat;
		background-size: 800px;
		background-position: -100px -40px;
		width: 100%;
		height: 500px;
		box-sizing: border-box;
		padding: 200px 20px 0 20px;
		text-align: left;
		transition: padding 2s;
	}
	.dentists_1 h1{
		color: #fff;
		font-family: Avenir-Bold;
		font-size: 30px;
		text-shadow: 0 0 6px #000;
	}
	.dentists_1 h2{
		color: #fff;
		font-family: Avenir-Light;
		font-size: 20px;
		font-weight: 100;
		margin: 30px 0;
		text-shadow: 0 0px 6px #000;
	}
	.dentists_2 {
		position: relative;
		float: left;
		text-align: left;
		padding: 30px 20px;
		width: 100%;
	}
		.dentists_2 h1 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 24px;
			color: #412f8a;
			margin-bottom: 40px;
		}
		.dentists_2 .feature {
			position: relative;
			float: left;
			width: 100%;
			font-family: Avenir-Light;
			font-size: 18px;
			padding: 0px 10px 0 40px;
			background-image: url('/views/images/check_icon.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 13px 0;
			min-height: 60px;
		}
	
	.dentists_3 {
		position: relative;
		float: left;
		text-align: center;
		padding: 30px 20px;
		width: 100%;
		box-sizing: border-box;
		background-color: #412f8a;
	}
		.dentists_3 h1 {
			color: #fff;
			font-family: Avenir-Light;
			font-size: 24px;
			line-height: 36px;
			font-weight: normal;
		}
		.dentists_3 p{
			color: #fff;
			font-family: Avenir-Light;
			font-size: 12px;
			font-style: italic;
			margin: 30px 0 0 0;
		}

	.dentists_4 {
		position: relative;
		float: left;
		text-align: center;
		padding: 30px 20px;
		width: 100%;
	}
		.dentists_4 h1 {
			font-family: Avenir-Reg;
			font-weight: normal;
			font-size: 24px;
			color: #412f8a;
		}
		.dentists_4 h2 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 20px;
			color: #444;
			margin: 30px 0;
		}
		.dentists_4 .feature {
			position: relative;
			float: left;
			width: 100%;
			font-family: Avenir-Light;
			font-size: 18px;
			text-align: left;
			padding: 0 0 15px 40px;
			background-image: url('/views/images/check_icon_r.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 10px 0;
			
		}

	.story {
		position:  relative;
		width:  100%;
		float: left;
		padding:  20px;
		border-top:  solid 4px #eee;
	}
	.stories_container {
		position: relative;
		float: left;
		width:  100%;
	}

	.stories{
		position:  relative;
		width:  100%;
		float: left;
		padding:  20px;

	}
	.story .descript {
		width: 100%;
		margin: 0;
	}

	.storyVideo {
		position: relative;
		width:  90%;
		float: left;
		background-color: #e7efe6;
		padding: 4px;
		margin:  0 5%;
	}

}

/* ================================= SIZE BREAK 2 =======================================
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	[class*="col-"] {
		width: 100%;
		position: relative;
		float: left;
	}

	.masthead {
		padding: 30px 50px 30px 50px;
		-webkit-transition: padding 2s;
		transition: padding 2s;
	}


  	.liner {
  		position: relative;
  		float: left;
		margin: 0;
		width: 100%;
	}


	.centre_div {
		position: relative; width: 90%; margin: 0 auto;
		-webkit-transition: width: 2s;
		transition: width 2s;
	}

	.admin_main_container {
		position: relative;
		float: left;
		width: 100%;
		padding: 50px 0;
		box-sizing: border-box;
	}


	.dd_menu_container {
		position: relative; 
		float: right; 
		width: auto;
		display: inline;
	}

	.txt_menu_container {
		display: none;
		position: absolute;
		right: 0;
		top: 30px;
		width: 200px;
		border: solid 1px #888;
		background-color: #fff;
		padding: 5px 10px 20px 10px;
		z-index: 200;
	}

	div.txt_menu  {
		position: relative;
		float: left;
		width: 100%;
		padding: 0 0 0 30px;
		margin-top: 10px;
	}


	a.sched_consult_a:link{
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	a.sched_consult_a:hover{
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	a.cl_lgn:link{
		font-family: Avenir-Light;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	a.cl_lgn:visited{
		font-family: Avenir-Light;
		font-size: 18px;
		font-weight: 100;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	a.cl_lgn:hover{
		font-family: Avenir-Bold;
		font-size: 18px;
		color: #412f8a;
		padding: 0;
		border: none;
		background-color: #fff;
	}

	.btn-schedR{
		font-family: Avenir-Light;
	}
		.btn-schedR:hover{
			font-family: Avenir-Bold;
		}


	.first {
		background-position: center;
		background-size: auto 100%;
		width: 100%;
		height: 600px;
		box-sizing: border-box;
		padding: 160px 50px;
		text-align: left;
		transition: padding 2s;
	}

	.first h2{
		font-size: 24px;
	}

	.fourth {
		min-height: 300px;
		padding: 80px 50px;
		width: 100%;
	}

	.fifth {
		padding: 50px 50px 0 50px;
	}
		.fifth h1 {
			margin-top: 20px;
		}


	.sixth {
		min-height: 300px;
		padding: 0 50px 50px 50px;
	}
		.sixth .feature {
			width: 50%;
			padding: 0 0  15px 60px;
			background-position: 30px 0;
		}


	.seventh {
		position: relative;
		float: left;
		text-align: left;
		min-height: 300px;
		width: 100%;
		margin: 30px 0;
	}

		.seventh .step {
			width: 100%;
			margin: 20px 0;
		}
		.seventh .step_content {
			min-height: 200px;
		}

		.seventh p{
			font-size: 16px;
			line-height: 22px
		}



	.ninth {
		position: relative;
		float: left;
		text-align: center;
		min-height: 300px;
		padding: 30px 50px;
		width: 100%;
	}
		.ninth h1 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 28px;
			color: #412f8a;
		}
		
		.ninth h2 {
			font-family: Avenir-Light;
			font-weight: normal;
			font-style: normal;
			font-size: 28px;
			color: #412f8a;
			margin-bottom: 50px;
		}
		.ninth .feature {
			position: relative;
			float: left;
			width: 100%;
			font-family: Avenir-Light;
			font-size: 18px;
			text-align: left;
			padding: 0px 0 0 160px;
			background-image: url('/views/images/check_icon_r.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 120px 0;
			min-height: 50px;
		}
		.ninth p{
			font-size: 18px;
			line-height: 22px
		}

	.tenth {
		position: relative;
		float: left;
		text-align: center;
		min-height: 330px;
		padding: 50px;
		width: 100%;
		box-sizing: border-box;
		background-color: #412f8a;
	}
		.tenth h1 {
			color: #fff;
			font-family: Avenir-Light;
			font-size: 28px;
			line-height: 36px;
			font-weight: normal;
		}
		.tenth p{
			color: #fff;
			font-family: Avenir-Light;
			font-size: 18px;
			line-height: 24px;
		}

	.about {
		padding: 0 50px;
	}
		.about .profile {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 20px 0;
		}

	.month_cal {
			position: relative;
			float: left;
			width: 100%;
			border-bottom: solid 1px #ccc;
		}


	.day_slots {
		position: relative;
		float: left;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.spacer {
		height: 120px;
	}


	.dentists_1 {
		position: relative;
		margin-top: 80px;
		background-color:#3f2e85;
		background-image: url('/views/images/dentist1.jpg');
		background-repeat: no-repeat;
		background-size: 900px;
		background-position: -40px -30px;
		width: 100%;
		height: 500px;
		box-sizing: border-box;
		padding: 100px 50px 0 200px;
		text-align: right;
		transition: padding 2s;
	}
	.dentists_1 h1{
		color: #412f8a;
		font-family: Avenir-Bold;
		font-size: 30px;
		text-shadow: 0 0 6px #fff;
	}
	.dentists_1 h2{
		color: #412f8a;
		font-family: Avenir-Reg;
		font-size: 20px;
		font-weight: 100;
		margin: 30px 0;
		text-shadow: 0 0px 6px #fff;
	}
	.dentists_2 {
		position: relative;
		float: left;
		text-align: left;
		padding: 30px 50px;
		width: 100%;
	}
		.dentists_2 h1 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 30px;
			color: #412f8a;
			margin-bottom: 40px;
		}
		.dentists_2 .feature {
			position: relative;
			float: left;
			width: 50%;
			font-family: Avenir-Light;
			font-size: 18px;
			padding: 0px 10px 0 40px;
			background-image: url('/views/images/check_icon.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 13px 0;
			min-height: 60px;
		}
	.dentists_3 {
		position: relative;
		float: left;
		text-align: center;
		padding: 30px 20px;
		width: 100%;
		box-sizing: border-box;
		background-color: #412f8a;
	}
		.dentists_3 h1 {
			color: #fff;
			font-family: Avenir-Light;
			font-size: 28px;
			line-height: 36px;
			font-weight: normal;
		}
		.dentists_3 p{
			color: #fff;
			font-family: Avenir-Light;
			font-size: 12px;
			font-style: italic;
			margin: 30px 0 0 0;
		}

	.dentists_4 {
		position: relative;
		float: left;
		text-align: center;
		padding: 30px 50px;
		width: 100%;
	}
		.dentists_4 h1 {
			font-family: Avenir-Reg;
			font-weight: normal;
			font-size: 24px;
			color: #412f8a;
		}
		.dentists_4 h2 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 20px;
			color: #444;
			margin: 30px 0;
		}
		.dentists_4 .feature {
			position: relative;
			float: left;
			width: 50%;
			font-family: Avenir-Light;
			font-size: 20px;
			text-align: left;
			padding: 0 0 15px 50px;
			background-image: url('/views/images/check_icon_r.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 20px 0;
			
		}


	.stories h1{
		font-family: Avenir-Bold;
		font-weight: normal;
		font-size: 32px;
		color: #412f8a;
		padding: 0 30px;
	}
	.stories h2{
		font-family: Avenir-Light;
		font-weight: normal;
		font-size: 24px;
		line-height: 36px;
		color: #444;
		padding: 0 30px;
	}

	.story {
		position:  relative;
		width:  100%;
		float: left;
		padding:  20px 40px;
		border-top:  solid 4px #eee;
	}
	.stories_container {
		position: relative;
		float: left;
		width:  100%;
	}

	.stories{
		position:  relative;
		width:  100%;
		float: left;
		padding:  20px;

	}
	.story .descript {
		width: 100%;
		margin: 0;
	}

	.storyVideo {
		position: relative;
		width:  88%;
		float: left;
		background-color: #e7efe6;
		padding: 4px;
		margin: 0 6%;
	}

}

/*=============================== SIZE BREAK 3 =================================== */
@media only screen and (min-width: 767px){


	.dentists_1 {
		position: relative;
		margin-top: 80px;
		background-color:#3f2e85;
		background-image: url('/views/images/dentist1.jpg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
		width: 100%;
		height: 500px;
		box-sizing: border-box;
		padding: 220px 50px 0 200px;
		text-align: right;
		transition: padding 2s;
	}
	.dentists_1 h1{
		color: #412f8a;
		font-family: Avenir-Bold;
		font-size: 30px;
		text-shadow: 0 0 6px #fff;
	}
	.dentists_1 h2{
		color: #412f8a;
		font-family: Avenir-Reg;
		font-size: 20px;
		font-weight: 100;
		margin: 30px 0;
		text-shadow: 0 0px 6px #fff;
	}
	.dentists_2 {
		position: relative;
		float: left;
		text-align: left;
		padding: 30px 50px;
		width: 100%;
	}
		.dentists_2 h1 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 30px;
			color: #412f8a;
		}
		.dentists_2 .feature {
			position: relative;
			float: left;
			width: 50%;
			font-family: Avenir-Light;
			font-size: 18px;
			padding: 0px 10px 0 40px;
			background-image: url('/views/images/check_icon.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 13px 0;
			min-height: 60px;
		}
	.story {
		position:  relative;
		width:  100%;
		float: left;
		padding:  20px;
		border-top:  solid 4px #eee;
	}
	
	.stories_container {
		position: relative;
		float: left;
		width: 100%;
		padding-left: 40px;
	}

	.stories{
		position:  relative;
		width:  100%;
		float: left;
		padding:  20px;

	}
	.story .descript {
		width: 100%;
		margin: 0;
	}

	.storyVideo {
		position: relative;
		width:  90%;
		float: left;
		background-color: #e7efe6;
		padding: 4px;
		margin:  0 5%;
	}


	.centre_div {
		position: relative; width: 80%; margin: 0 auto;
		-webkit-transition: width: 2s;
		transition: width 2s;
	}
}


/* ================================== SIZE BREAK 4 ======================================
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1000px) {


	.masthead {
		padding: 30px 50px 30px 50px;
	}

    .liner {
    	position: relative;
    	float: left;
		margin: 0;
		width: 100%;
	}

	.col-6 { width: 50%; position: relative; float: left; }


	.dd_menu_container {
		position: relative; 
		float: right; 
		width: auto;
		display: none;
	}

	.menu_icon div {  /* hamburger menu */
	    width: 35px;
	    height: 3px;
	    background-color:#412f8a;
	    margin: 6px 0;
	}

	a.sched_consult_a:link {
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #412f8a;
		background-color: #def2d9;
		border: solid 2px #def2d9;
		border-radius: 3px;
		padding: 8px 12px;
		margin-top: 0;
	}

	a.sched_consult_a:visited {
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #412f8a;
		background-color: #def2d9;
		border: solid 2px #def2d9;
		border-radius: 3px;
		padding: 8px 12px;
		margin-top: 0;
	}


	a.sched_consult_a:hover {
		font-family: Ariel, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #412f8a;
		background-color: #fff;
		border: solid 2px #412f8a;
		border-radius: 3px;
		padding: 8px 12px;
		margin-top: 0;
	}


	a.cl_lgn:link{
		font-family: Ariel, sans-serif;
		font-size: 12px;
		color: #fff;
		background-color: #412f8a;
		border: solid 2px #412f8a;
		border-radius: 3px;
		padding: 8px 12px;
		margin-top: 0;
	}

	a.cl_lgn:visited{
		font-family: Ariel, sans-serif;
		font-size: 12px;
		color: #fff;
		background-color: #412f8a;
		border: solid 2px #412f8a;
		border-radius: 3px;
		padding: 8px 12px;
		margin-top: 0; 
	}

	a.cl_lgn:hover{
		font-family: Ariel, sans-serif;
		font-size: 12px;
		background-color: #fff;
		color: #412f8a;
		border: solid 2px #412f8a;
		border-radius: 3px;
		padding: 8px 12px;
		margin-top: 0; 
	}


	
	.admin_main_container {
		position: relative;
		float: left;
		width: 100%;
		padding: 30px 0 0 0;
		box-sizing: border-box;
	}

	.txt_menu_container {
		display: inline;
		position: relative;
		top: 0;
		float: right;
		border: none;
		width: auto;
		background: none;
		padding: 5px 0px 20px 10px;
	}
	.btn-schedR{
		font-family: Ariel, sans-serif;
	}
		.btn-schedR:hover{
			font-family: Ariel, sans-serif;
			font-weight: bold;
		}

	div.txt_menu  {
		position: relative;
		float: left;
		width: auto;
		padding: 0 0 0 30px;
		margin-top: 10px;
	}

	.first {
		padding: 240px 50px;
		transition: padding 2s;
	}

	.fifth {
		padding: 50px 50px 0 50px;
	}

	.sixth {
		min-height: 300px;
		padding: 0 50px 50px 50px;
	}
		.sixth .feature {
			width: 33.3%;
			padding: 0 0  15px 60px;
			background-position: 30px 0;
		}


	.seventh .step {
		width: 25%;
		margin: 4%;
	}
		.seventh .step_content {
			min-height: 260px;
		}



	.ninth {
		position: relative;
		float: left;
		text-align: center;
		min-height: 300px;
		padding: 30px 50px;
		width: 100%;
	}
		.ninth h1 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 28px;
			color: #412f8a;
		}
		.ninth h2 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-style: normal;
			font-size: 28px;
			color: #412f8a;
			margin-bottom: 50px;
		}
		.ninth .feature {
			position: relative;
			float: left;
			width: 50%;
			font-family: Avenir-Light;
			font-size: 18px;
			text-align: left;
			padding: 0px 0 0 50px;
			background-image: url('/views/images/check_icon_r.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 20px 0;
			min-height: 50px;
		}
		.ninth p{
			font-size: 22px;
			line-height: 36px
		}

	
	.about {
		padding: 0 50px;
	}
		.about .profile {
			position: relative;
			width: 46%;
			margin: 0 0 20px 0;
		}
	.about .fl_lt{
		float: left;
	}

	.about .fl_rt{
		float: right;
	}


		.month_cal {
			position: relative;
			float: left;
			width: 50%;
			border-right: solid 1px #ccc;
			padding-right: 30px;
			border-bottom: none;
		}


	.day_slots {
		position: relative;
		float: left;
		width: 50%;
		padding-left: 20px;
		padding-top: 0;
	}



	.dentists_1 {
		position: relative;
		margin-top: 80px;
		background-color:#3f2e85;
		background-image: url('/views/images/dentist1.jpg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
		width: 100%;
		height: 500px;
		box-sizing: border-box;
		padding: 220px 50px 0 200px;
		text-align: right;
		transition: padding 2s;
	}
	.dentists_1 h1{
		color: #412f8a;
		font-family: Avenir-Bold;
		font-size: 30px;
		text-shadow: 0 0 6px #fff;
	}
	.dentists_1 h2{
		color: #412f8a;
		font-family: Avenir-Reg;
		font-size: 20px;
		font-weight: 100;
		margin: 30px 0;
		text-shadow: 0 0px 6px #fff;
	}

	.dentists_2 {
		position: relative;
		float: left;
		text-align: left;
		padding: 30px 50px;
		width: 100%;
	}
		.dentists_2 h1 {
			font-family: Avenir-Bold;
			font-weight: normal;
			font-size: 30px;
			color: #412f8a;
		}
		.dentists_2 .feature {
			position: relative;
			float: left;
			width: 50%;
			font-family: Avenir-Light;
			font-size: 22px;
			padding: 0px 10px 0 40px;
			background-image: url('/views/images/check_icon.png');
			background-repeat: no-repeat;
			background-size: 16px 16px;
			background-position: 13px 0;
			min-height: 60px;
		}

	.stories h1{
		font-family: Avenir-Bold;
		font-weight: normal;
		font-size: 32px;
		color: #412f8a;
		padding: 0 30px;
	}
	.stories h2{
		font-family: Avenir-Light;
		font-weight: normal;
		font-size: 24px;
		line-height: 36px;
		color: #444;
		padding: 0 30px;
	}

	.stories_container {
		position: relative;
		float: left;
		width: 45%;
		padding-left: 50px;
	}
	.story {
		position: relative;
		float: left;
		width:  100%;
		margin:  0;
		border-top:  solid 4px #eee;
		padding: 4px 0 ;
	}
	.story .title{
		font-family: Avenir-Bold;
		font-weight: normal;
		font-size: 20px;
		color: #412f8a;
	}
	.story .descript {
		font-family: Avenir-Light;
		padding-right: 10px;
		font-size:  14px;
		line-height: 20px;
		color:  #444;
	}
	.storyVideo {
		position: relative;
		width:  45%;
		float: right;
		background-color: #e7efe6;
		padding: 4px;
	}


	.centre_div {
		position: relative; 
		width: 70%; 
		margin: 0 auto;
		-webkit-transition: width: 2s;
		transition: width 2s;
	}
}

/* ================================== SIZE BREAK 4 ======================================
/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 860px) {


	.masthead {
		padding: 30px 0px 30px 50px;
	}

	

	.txt_menu_container {
		position: relative;
		display: inline;
		float: right;
		text-align: right;
		width: auto;
		border: none;
	}





}*/

@media only screen and (min-width: 1100px){

	.liner {
		position: initial;
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.txt_menu_container {
		position: relative;
		display: inline;
		float: right;
		text-align: right;
		width: auto;
		border: none;
		padding: 5px 0px 20px 10px;
	}
	.first {
		padding: 230px 50px;
		background-size: 100% auto;
		transition: padding 2s;
	}
	.fifth {
		padding: 50px 20px 0 20px;
	}
		.fifth h1 {
			margin-top: 50px;
		}
	.sixth {
		min-height: 300px;
		padding: 0 20px 50px 20px;
	}
		.sixth .feature {
			width: 33.3%;
			padding: 0 0  15px 60px;
			background-position: 30px 0;
		}
	.ninth .feature {
		width: 50%;
	}

		.month_cal {
			position: relative;
			float: left;
			width: 50%;
			border-right: solid 1px #ccc;
			padding-right: 30px;
		}


	.dentists_1 {
		position: relative;
		margin-top: 80px;
		background-color:#3f2e85;
		background-image: url('/views/images/dentist1.jpg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
		width: 100%;
		height: 500px;
		box-sizing: border-box;
		padding: 280px 50px 0 200px;
		text-align: right;
		transition: padding 0s;
	}
	.dentists_1 h1{
		color: #412f8a;
		font-family: Avenir-Bold;
		font-size: 36px;
		text-shadow: 0 0 6px #fff;
	}
	.dentists_1 h2{
		color: #412f8a;
		font-family: Avenir-Reg;
		font-size: 28px;
		font-weight: 100;
		margin: 30px 0;
		text-shadow: 0 0px 6px #fff;
	}

	.stories h1{
		font-family: Avenir-Bold;
		font-weight: normal;
		font-size: 32px;
		color: #412f8a;
		padding: 0 30px;
	}
	.stories h2{
		font-family: Avenir-Light;
		font-weight: normal;
		font-size: 24px;
		line-height: 36px;
		color: #444;
		padding: 0 30px;
	}

	.stories_container {
		position: relative;
		float: left;
		width: 45%;
		padding-left: 50px;
	}


	.centre_div {
		position: relative;
		width: 50%;
		margin: 0 auto;
		-webkit-transition: width: 2s;
		transition: width 2s;
	}

}

/* ================================== SIZE BREAK 5 ======================================
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.liner {
		margin: 0 auto;
		width: 1100px;
	}

	.masthead {
		padding: 230px 50px;
		padding: 30px 0px 30px 0px;
	}


	.dentists_1 {
		position: relative;
		margin-top: 80px;
		background-color:#3f2e85;
		background-image: url('/views/images/dentist1.jpg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
		width: 100%;
		height: 500px;
		box-sizing: border-box;
		padding: 220px 0;
		text-align: right;
	}
	.dentists_1 h1{
		color: #412f8a;
		font-family: Avenir-Bold;
		font-size: 36px;
		text-shadow: 0 0 6px #fff;
	}
	.dentists_1 h2{
		color: #412f8a;
		font-family: Avenir-Reg;
		font-size: 28px;
		font-weight: 100;
		margin: 30px 0;
		text-shadow: 0 0px 6px #fff;
	}


	.stories h1{
		font-family: Avenir-Bold;
		font-weight: normal;
		font-size: 32px;
		color: #412f8a;
		padding: 0;
		margin-left: -20px;
	}
	.stories h2{
		font-family: Avenir-Light;
		font-weight: normal;
		font-size: 24px;
		line-height: 36px;
		color: #444;
		padding: 0;
		margin-left: -20px;
	}


	.stories_container {
		position: relative;
		float: left;
		width: 45%;
		padding-left: 0px;
	}
	
} 


@media only screen and (min-width: 1823px) {

	.first {
		padding: 230px 50px;
		transition: padding 2s;
		background-size: 100% auto;
	}

	.dentists_1{
		padding: 280px 0 0 0 ;
	}
}




/*
	BUTTON STYLES
*/

.btn {
	color: #fff;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
    font-size: 12px;
	cursor: pointer;
	padding: 10px 15px;
    border-radius: 5px;
    -webkit-appearance: none;
}

.btn-schedR {
	background-color: #def2d9;
	color: #412f8a;
	margin-top: -20px;
	border: solid 2px #def2d9;
	font-size: 16px;
    -webkit-appearance: none;
}
	.btn-schedR:hover{
		background-color: #fff;
		border: solid 2px #412f8a;
	    border-radius: 5px;
	}
.btn-sched{
	background-color: #412f8a;
	color: #def2d9;
}
.btn:hover{
/*    box-shadow: 1px 1px 1px #444;
    margin: 0px 1px 1px 0px;*/
}

.btn-cal {
	border: none;
	color: #412f8a;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
	border-radius: 4px;
	background-color: #eee;
    -webkit-appearance: none;
}
	.btn-cal:hover{
		background-color: #412f8a;
		color: #eee;
	}



.btn-mini{
	font-size: 10px;
	padding: 0 2px;
}


.btn_delete{ /* brick red */
	background: #8c3636; /* for browsers that don't support gradients */
	padding: 4px;
	border: solid 2px #8c3636;
}
	.btn_delete:hover {
		background: #eee;
		color: #8c3636;
	}
.btn_add{ /* purple */
	background: #412f8a; 
	padding: 4px;
	border: solid 2px #412f8a;

}
	.btn_add:hover{
		background-color: #eee;
		color: #412f8a;
	}
.btn_save{ /* teal */
	background: #368c76; /* for browsers that don't support gradients */
	padding: 4px;
	border: solid 2px #368c76;
}
	.btn_save:hover {
		background-color: #eee;
		color: #368c76;
	}
.btn_edit { /* muted light blue-green */
	background: #36618c; /* for browsers that don't support gradients */
	padding: 4px;
	border: solid 2px #36618c;
}
	.btn_edit:hover {
		background-color: #eee;
		color: #36618c;
	}

.btn_cancel { /* dark orange-red */
	background: #8c4c36; /* for browsers that don't support gradients */
	padding: 4px;
	margin: 4px;
	border: solid 2px #8c4c36;
}

.btn_cancel:hover {
	background-color: #eee;
	color: #8c4c36;
}

.btn-login {
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding: 8px;
    color: #fff;
    background-color: #412f8a;
    border: solid 1px #412f8a;
    cursor: pointer;
    width: 100%;
}


.btn-login:hover {
    background-color: #fff;
    color: #412f8a;
    border: solid 1px #412f8a;
}

.btn-forgotPass {
    font-family: Ariel, sans-serif;
    font-size: 12px;
    color: #666;
    background-color: #eee;
    margin: 12px 0;
    border: solid 1px #666;
    padding: 8px 0;
    width: 100%;
}
.btn-forgotPass:hover {
    background-color: #ddd;
}

/*
	ERROR STYLES
*/
	.form_error {
		color: #cc0000;
	}
	
    #alert_div {
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        z-index: 200;
        margin: 5px auto;
        width: 60%;
        font-size: 14px;
        box-shadow: 2px 2px 2px #666;
        text-align:center;
        -moz-animation: fadeAlert 0s ease-in 7s forwards; /* Firefox */
        -webkit-animation: fadeAlert 0s ease-in 7s forwards;/* Safari and Chrome */
        -o-animation: fadeAlert 0s ease-in 7s forwards;/* Opera */
        animation: fadeAlert 0s ease-in 7s forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            box-shadow: none;
            font-size: 1px;
            overflow:hidden;
        }
    }
    @-webkit-keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            font-size: 1px;
            box-shadow: none;
            visibility:hidden;
        }
    }
	.error { padding: 0px; margin: 0 0 20px 0; font-size: 12px; text-align:center; color:#c00; font-weight: bold;}

	.alert_success { background: #c8eebf; color: green; padding: 8px;}
	.alert_warning { background: #f6f6cf; color:orange; padding: 8px; }
	.alert_error { background: #fce9e9; color: #c20000; padding: 8px;}

