
@font-face {
    font-family: "peliFont";
    src: url("./resources/peliFont.ttf");   
}
body {
	background: url("./images/bg.jpg") no-repeat center;
	display: block;
	background-size: cover;
}

#top-header {
	max-width: 100%;
	display: block; 
	
}
.container {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#top-header .top-row {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;

}
figure {

    margin: 0 auto;
    float: left;
    float: left;  
}
.header-right {
	position: absolute;
	/*position: relative;*/
	float: right;
	width: 20%;
	padding-right: 20px;
	margin-left: 75%;
}
#top-address {
    margin: 10px 0 0 0;
	/*margin: 0 auto;
	float: right;*/
}
#top-phone {
    margin: 10px 0 0 0;	
}
.portal {
	margin: 10px 0 0 0;
	/*float: right;*/
}
a.header-right_link:hover, a.header-right_link:active {
	color: red;
}
#payBill {
	display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #fefcf3;
    border: none;
    border-radius: 15px;
}
#headerImage {
    display: block;
    margin: auto;
    width: 99%; 
}
#sm-icons {
	margin: 10px 0 0 0;
	/*float: right;
    width: 175px;
    margin-top: 25px;*/
}
.sm-icons_one_icon {
	width: 33px;
}
.menu-overlay.show {
    right: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.menu-overlay {
	display: none;
  
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fffdf4;
    z-index: 998;
    /* -webkit-transition: opacity 0.25s ease 0s; */
    -o-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
#container {
	width: 80%;
	/*width: 1100px;*/
	margin: 0 auto;
}
#main-nav  {
	/*display: block;*/
	/*width: 100%;*/
    margin: 0 auto;
    /*padding: 10px 20px;*/
    /*float: left;*/
    /*width: 70%;*/
	/*padding: 10px 20px;*/
	
	position: relative;
    display: inline-block;
}
ul.nav {
	
	list-style-type: none;
	/*width: 100%;*/
	/*margin-left: 5%;*/
}
ul.nav li {
	float: left;
	
}
ul.nav li a {
	display: block; 
	padding: 10px 15px; 
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}
ul.nav li a:hover {
	text-decoration: none;
	color:#c5be3c;
}




.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}
ul.dropdown-content {
	margin-top: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #96d7db;
    min-width: 160px;
    box-shadow: 0px 7px 14px 8px rgba(0,0,0,0.2);
    z-index: 1;
    list-style-type: none;
    padding-left: 0;
}
.dropdown-content li {
	width: 100%;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	/*background-color: #ddd*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}








.bx-wrapper {  /*doesnt work?!*/
	width: 94%;
}
.bx-viewport { /*doesnt work?!*/
	/*width: 90%;
	display: block;
	margin: 0 auto;*/
}

.content {
	/*margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 70px;*/
    width: 90%;
    margin: 0 auto;
    margin-top: 2%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.box {
	display: inline-block;
	/*width: 310px;*/
	width: 30%;
	height: 650px;
	margin: 0 auto;
	/*margin-right: 10px;*/
	background: #FFFDF4;
	border-radius: 10px;
	vertical-align: top;
	position: relative;
}
.boxContent {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

p {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
	color: #666665;
	margin-left: 10px;
	margin-right: 10px;
}
h1 {
	font-family: "peliFont";
	font-weight: 200;
	color: #ffcc00;
	text-align: center;	

}
#picture {
	position: relative;
	width: 45%;
	margin: 0 auto;
	height: 25%;
    margin-top: 20px;
}
.picture {
	position: absolute;
	z-index: 1;
	top: 9%;
	background-image: url("images/picture.jpg");
	width: 100%;
	height: 80%;
	border-radius: 10px;
	background-repeat: no-repeat;

}
.picture1 {
	position: absolute;
	top: 6%;
	left: 7%;
	width: 100%;
	height: 70%;
	background-color: #fffbb3;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    box-shadow: 0 2px 15px 1px #BDBCB8;
    border-radius: 10px;
}
.picture2 {
	position: absolute;
	top: 6%;
	left: -4%;
	width: 110%;
	height: 85%;
	background-color: #FFFDF4;
    box-shadow: 0 1px 1px 1px #BDBCB8;
    border-radius: 10px;
}
h1.aboutus {
	margin-top: 30px;
	font-size: 1.2em;
	
}

.weProvide {
	font-size: 1.2em;
}
.bios {
	font-size: 1.2em;
}

#leftbox {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}
#rightbox {
	text-align: center;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 45px;
}

.button  {
	position: absolute;
	top: 88%;
	width: 40%;
	height: 9%;
	border-radius: 10px;
	background: #ffcc00;	
	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 26%;
}
.learn_more {
	margin-top: 15px;
}
.button_middle {
	position: absolute;
	top: 480px;
	width: 200px;
	height: 50px;
	border-radius: 10px;
	background: #ffcc00;
	margin-left: 55px;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
	text-align: center;
	color: #fff;
	display: inline-block;
	opacity: 0.5;	
	text-transform: uppercase;
}
#centerbox {
	position: absolute;
	z-index: 1;
	width: 60%;
	margin-left: 15%;
	margin-top: 15%;
	
		
}
.textholder1 {
	/*position: absolute;*/	
	background-color: #fffbb3;
	width: 88%;
	height: 76%;
	border-radius: 12px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.textholder2 {
	position: absolute;
	top: 80px;
	
	background-color: #fffef1;
	width: 80%;
	height: 70%;
	border-radius: 12px;
	box-shadow: 0 5px 9px 1px #baebe7;
}

#liza {
	position: relative;
	width: 70%;
	margin: 0 auto;
}

.circlefirst {
	position: absolute;
	left: 17%;
	width: 60%;
	padding-bottom: 60%;
	background-color: #fffbb3;
	border-radius: 80%;
}
.circlesecond {
	position:relative;
	left:20%;
	width:60%;
	padding-bottom: 60%;
	border-radius: 80%;
	background-color: #fffef1;
	box-shadow: 0 2px 15px 1px #baebe7;
	background-image: url("images/liza.gif");
    background-size: cover;
}
#after-hours {
	top: 15px;
	width: 960px;
	height: 450px;
	background: #FFFDF4;
    border-radius: 10px;
    /*box-shadow: 0 2px 15px 1px #BDBCB8;*/
    font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
    font-size: 50px;
    color: #cccc33;
    text-align: center;
    position: relative;
	display: inline-block;
    
}
h1.after-hours {
	margin-top: 20px;
	padding-top: 15px;
	color: #9b9b2a;
}
#paging {
	font-size: 16px;
	color: #666665;
}

input[type=number] {
	width:  550px;
	height: 16px;
	line-height: 16px;
	resize: none;
	background-color: #fff;
	font-size: 15px;
	border: 1px solid #d9d9d9;
	padding: 12px 10px;
	color: #606060;
}
.paging_message {
	width: 550px;
	font-size: 15px;
}

input[type=submit] {
	text-transform: uppercase;
	border-radius: 10px;
	background: #ffcc00;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	border: none;
	font-size: 15px;
	width: 200px;
	height: 50px;
}
.row_field_number {
	display: inline-block;
}
.row_field_message {
  display: inline-block;
}
#pagingForm {
margin: 0 auto;
  width: 600px;
}
.address {
    width: 97%;
    /*height: 200px;*/
    margin: 0 auto;
    margin-top: 20px;
    background: #FFFDF4;
    border-radius: 10px;
    vertical-align: top;
}

.footer {
	background: url(./images/footer.png) center top no-repeat;
	margin-top: -300px;
	position: relative;
	z-index: -1;
	height: 1200px;
	width: 100%;
	/*background-size:cover;*/
}
.hours {
	font-size: 1.2em;
}
ul.hours-daysOfWeek {
	list-style-type: none;
}
.hours-daysOfWeek-dayTime {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
    color: #666665;
}

/*-------------------------Our Providers------------------------------------*/

.center_box {
	display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 80px;
    background: #FFFDF4;
    border-radius: 10px;
    vertical-align: top;
    	
}
.center_content {
	margin: 0 0 0 40px;
}
.title_top {
	font-family: "peliFont";
	font-weight: 200;
	color: #ffcc00;
	font-size: 20px;
	text-align: center;	
}
.image_holder{
	display: inline-block;
	width: 330px;
	height: 340px;
	background-color: #fff;
    box-shadow: 3px 3px 10px 3px #E0DFDC;
    border-radius: 10px;
}
#Liza {
	background-image: url("images/liza2.jpg");
	width: 290px;
	height: 300px;
	margin-left: 20px;
	margin-top: 20px;

}
#Namrita {
	background-image: url("images/Namrita-Malhi.jpg");
	width: 290px;
	height: 300px;
	margin-left: 20px;
	margin-top: 20px;
}
#Desiree {
	background-image: url("images/Desiree-Rodriguez.jpg");
	width: 290px;
	height: 300px;
	margin-left: 20px;
	margin-top: 20px;

}
#Simone {
	background-image: url("images/Simone-Chinnis.jpg");
	width: 290px;
	height: 300px;
	margin-left: 20px;
	margin-top: 20px;

}
#Lily {
	background-image: url("images/Lily-Fong.jpg");
	width: 290px;
	height: 300px;
	margin-left: 20px;
	margin-top: 20px;

}
.our_providers_text {
	margin-right: 70px;
	width: 500px;
	float:right;
	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: gray;
}
/*-----------------------------We Provide-------------------------------------*/
.well-visit {
    font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
    color: #666665;
    margin-left: 10px;
}
/*----------------------------gallery-----------------------------------------*/
.box-gallery {
	
	display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #FFFDF4;
    border-radius: 10px;
    
}
.pic-holder {	
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 25px;
	background: #FFFDF4;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 3px #E0DFDC;
}
#gallery-wrap{
	
	display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
}
.pic-gallery {
	width: 200px;
	height: 200px;
	background: url("images/pdf-icon.png");
	margin-left: 50px;
}
img.gallery {
	margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*----------------------------contact us-----------------------------------------*/

.content_holder {
	width: 836px;
	float: none;
	margin: 0 auto;	
}
.contact_box {
	height: 300px;
	border-radius: 12px;
	box-shadow: 0 3px 20px 1px #E0DFDC;
}
.left_column {
	float: left;
    width: 370px;
  	margin: 20px 10px;
  	padding: 0 25px 0 15px;
}
label {
	font-family: sans-serif;
	display: block;
	margin-top: 20px;
	
	}
input, textarea {
	float: right;
    width: 250px;;
    border: 1px solid #d9d9d9;
   	padding: 7px;
   	margin-top:3px;
    font-size:0.9em;
	}
#submit_btn {
    width:127px;
    height:38px;
    font-family: "aleo", sans-serif;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
#submit_btn:hover {
	opacity:.9;
	}

.right_column {
	float: left;
	width: 363px;
	margin: 10px 0;
	padding: 0 20px;
	color: grey;
}
h2 {
	padding: 6px 0 6px 28px;
}

.location_map {
	height: 300px;
	border-radius: 12px;
	box-shadow: 0 3px 20px 1px #E0DFDC;
	margin-top: 50px;
}
iframe {
	position: relative;
	padding: 12px;
	width: 810px;
	height: 275px;
}

/*--------------------------------------helpful resourses-----------------------------------------*/
.box-resourses {
	display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #FFFDF4;
    border-radius: 10px;	
}

a {
	text-decoration: none;
	color: #808016;
}
/*-----------------------------------Fevers---------------------------------------------*/
table {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}
th, td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #ccc;
}
tbody tr:nth-child(odd) {
  background: #f1f1ad;
}

/*--------------------------------------forms-----------------------------------------*/
.text {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
  	color: #666665;
 	margin-left: 30px;
  	margin-right: 30px;
  	margin-top: 30px;
}
.box-forms {
	display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #FFFDF4;
    border-radius: 10px;
}
.forms {
	
	display: inline-block;
	width: 280px;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 30px;
	position: relative;

}
.icon {	
	margin-left: 80px;
  	width: 100px;
  	height: 105px;
  	background: url("images/pdf-icon.png");
	}


/*------------------MEDIA SCREENS-------------------------*/ 



@media screen and (max-width:1220px) {
	.container {
    /*width: 1170px;*/
}

}





@media screen and (max-width:1024px) {
	#main-nav {
		display: none;
	}
}
@media screen and (max-width:940px) {
	.container {
    	/*width: 970px;*/
	}
	#top-header .container {
    	padding-left: 15px;
    	padding-right: 15px;
	}
}



@media screen and (max-width:900px) {

}
@media screen and (max-width:850px) {

}
@media screen and (max-width:800px) {

}



@media only screen and (max-width: 768px) {
	body {
		
	}
	#top-header {
		
	}
	.bx-wrapper {
		display: none;
	}
	#container {
    	width: 100%;
    	margin: 0 auto;
	}
	.content {
		margin-left: 10px;
	}
	.box {
	    width: 100%;
    	
    	margin: 0 auto 25px auto;
	}
	/*.picture {
		display: none;
	}
	.picture1 {
		display: none;
	}
	.picture2 {
		display: none;
	}*/
	h1.aboutus {
		margin-top: 50px;
	}
	.textholder1 {
		width: 90%;
	}
	.textholder2 {
		width: 90%;
	}
	.footer {
		background: none;
	}
	/*---Our Providers--*/
	#center_box {
		width: 99%;
	}
	#center_content {
    	width: 75%;
    	float: left;
    	margin: 0 0 0 50px;
	}
	#image_holder {
    	display: inline-block;
    	height: 340px;
    	box-shadow: 3px 3px 10px 3px #E0DFDC;
    	border-radius: 10px;
	}
	.our_providers_text {
    	font-family: "Comic Sans MS", "Times New Roman", Times, serif, sans-serif;
    	font-size: 16px;
    	font-weight: normal;
    	color: gray;
    	float: none;
	}
	.box-gallery {
		width: 99%;
		height: 100%;
	}
	.box-forms {
		width: 99%;
	}
	.box-resourses {
		width: 99%;	
	}
	/*----Contact us---*/
	.content_holder {
		width: 99%;	
	}
	.left_column {
		width: 90%;
	}
	.right_column {
		width: 90%;
	}
	.location_map {
		display: none;
	}

}

/*---------------Media Q---------*/
@media (max-width: 1008px ) {
	.content {
		width: 97%;
	}
		#headerImage {
    width: 100%;
	}
	.footer {
	display: none;
	}
}	
@media screen and (max-width:760px) {
	.content {
		width: 97%;
	}
		#headerImage {
    width: 100%;
	}
	.footer {
	display: none;
	}
}
@media screen and (max-width:700px) {
	#headerImage {
    width: 100%;
	}
	.footer {
	display: none;
	}

}
@media screen and (max-width:660px) {
	#headerImage {
    width: 100%;
	}
	.footer {
	display: none;
	}

}
@media screen and (max-width:590px) {
	#headerImage {
    width: 100%;
	}
	.footer {
	display: none;
	}
}

}
@media screen and (max-width:500px) {

	#headerImage {
    width: 100%;
	}
	.footer {
	display: none;
	}
}


@media screen and (max-width: 370px) {

	#headerImage {
    width: 100%;
	}
	ul.nav, ul.nav li {
    display: block;
    position: static;
    line-height: 210%;
    float: none;
	}
	.nav {
	float:left;
	position:static;
	margin-top:20px;
	}
	#centerbox {
	width: auto;
	margin-left: 0;
    margin-top: 15%;
	}
	.footer {
		display: none;
	}

}