/**************************************************************************************************************** 
	General
****************************************************************************************************************/




* {
	margin: 0;
	border: 0; 
	padding: 0; 
	list-style: none;
	font-weight: normal;
	text-decoration: none;
}

body { 
	background: #dcc9d3;
	overflow-x:hidden; 
	font-family: 'Ek Mukta', sans-serif;
	color:  #969696;
	font-size: 19px;
}

h1,h2,h3,h4,h5,h6{
	color:#464646;
	font-family: 'Gentium Basic', serif;
	font-weight:bold;
}

h1{ font-size: 50px;}

h2{ font-size: 35px;}

h3{ font-size: 25px;}

h4{ font-size: 20px;}

h5{ font-size: 18px;}

h6{ font-size: 17px;}

a:link, a:visited { color:  #969696; }

a:hover { color:  #969696;  }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

table td { vertical-align: top; text-align: left; }

input[type="text"], textarea { 
	padding: 3px;
	border: 1px solid #c8c8c8;
	width: 367px;
	position: relative;
	box-sizing:border-box;
}

textarea{overflow:hidden;overflow: hidden;}

hr { border-top: 1px solid #CCC; margin-bottom: 15px; }



/**************************************************************************************************************** 
	GLOBAL CLASS
****************************************************************************************************************/


.clear{clear:both;height:0;display:block;} 

.wrap{width:1260px;margin:0 auto;}



/**************************************************************************************************************** 
	Header
****************************************************************************************************************/


#header { 
	min-height: 150px;
	position: relative;
	z-index: 1; 
	background:#fff; 
	border-top: solid #dcc9d3 38px;
}

.headerCon{    padding: 20px 20px;  box-sizing: border-box;}

.logo{position: relative; float:left;}

.logo img {position: relative;}

.hRight{
	float:right;
	text-align:right;   
	font-size: 23px;
	padding: 15px 0;
	color:#dcc9d3;
}

.topPhone{    font-size: 34px;  font-weight: 700;  color: #2d2d2d;}




/**************************************************************************************************************** 
	Navigation
****************************************************************************************************************/



.navBar{background:#2d2d2d;text-align:left;}

nav.navigation {  display:inline-block; vertical-align:middle;}

nav.navigation ul{position: relative;}

nav.navigation li{display:inline-block;}

nav.navigation a{  
	display: block; 
	padding: 10px 20px; 
	text-align: center;
	font-weight: 700;   
	color: #fff;  
	font-size: 15px;
}

nav.navigation a:hover{background:#dcc9d3;}

.mobNav{ 
	background:url(/templates/images/mob_icon.png) no-repeat 10px center #171717; 
	font-weight: 700;  
	color: #fff;  
	font-size: 17px;
    padding: 3px 0;
	cursor:pointer;
	display:none; 
}





/**************************************************************************************************************** 
	Footer
****************************************************************************************************************/

#footer {  
	text-align:center; 
	color: #969696;    
	font-size: 15px;
}

#footer .ftIn{  padding: 20px 0 20px 0;}

#footer a { color: #fff; }

#footer a:hover { text-decoration: underline; }

#footer .copyRight { color:#fff; }

#footer span{margin: 3px;}

 
/**************************************************************************************************************** 
	SOCIAL MEDIA
****************************************************************************************************************/

.social{display:inline-block;vertical-align: middle;  }

.social a{    display: inline-block;  vertical-align: middle;}

.social a[href=""]{display:none;}

.social .fb{} 

.social .tw{}


/**************************************************************************************************************** 
	Contact Form
****************************************************************************************************************/


#contact_form {  background: #343434;  padding: 50px;}

.contactThanks{
	text-align: center;
    display: table;
    width: 100%;
}

.contactThanksIn{
	display: table-cell;
    vertical-align: middle;
    height: 500px;
}

.contactThanks h1{
	margin-top: 16px;
}

#contact_form input[type="text"] { 
	height: 35px;
	width: 100%;
	margin:0 0 12px 0;  
	position: relative; 
	padding:5px;
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif;
}

#contact_form select{
	width: 100%; 
	padding:5px; 
	font-family: 'Ek Mukta', sans-serif;
	margin:0 0 12px 0;
}

#contact_form input[placeholder]{color:black;}

#contact_form textarea { 
	display: block; 
	width: 100%;
	height: 180px; 
	resize: vertical;
	margin:0 0 12px 0;
	position: relative;
	padding:5px; 
	font-size: 15px;
	font-family: 'Ek Mukta', sans-serif; 
}

#contact_form .submit {
	cursor: pointer;
	font-family: 'Ek Mukta', sans-serif;   
	color: #fff;  
	background: #dcc9d3; width: 100%;
	height: 35px;
    font-size: 16px;
}

#contact_form .submit:hover { background:#c5d185;}




/**************************************************************************************************************** 
	Gallery
****************************************************************************************************************/


.gallery_list { overflow: hidden; padding: 0; margin: 18px auto 10px; }

.gallery_list li { display: block; float: left; margin: 0 12px 12px 0; }

.gallery_list li a { display: block; padding: 4px; border: 1px solid #CCC; }

.gallery_list li a:hover { padding: 3px; border: 2px solid #87A250; }

.gallery_pagination { text-align: center; }

.gallery_pagination select { padding: 2px; border: 1px solid #CCC; margin-left: 5px; }


	

/**************************************************************************************************************** 
	Content
****************************************************************************************************************/




.wrapper { margin: 0px auto 0 auto;   }

#hero { padding: 30px 0 0 0;  }

#hero img{} 

#content { min-height: 500px;   }

#content .wrap{
	background:#fff; 
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
}

#content p { margin-bottom: 14px; margin-top: 16px;    line-height: 25px;}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {   margin-bottom: 14px;}

#content h1 {  }

#content h2 { }

#content h3 {  }

#content h4 { }

#content h5 { }

#content h6 { }

#content ul { margin-bottom: 14px; }

#content ul li { }

.google_map {  
	width: 100% !important;    
	height: 470px !important;
	margin-bottom: 0px !important;
}

.bottom{     margin-bottom: 50px; }

.conForm{    width: 30%;float:right;}
	
.gMap{float:left;width:68%;}

.schedule {background:#dcc9d3;border:1px solid #b99aaa;float:left;}

.address {background:#343434;color:#dcc9d3; padding:15px 36px;float: left;width: 81%;}

.address ul li { background:url(/templates/images/map.png) no-repeat 0 5px; padding-left:30px; font-size:16px; line-height:2.5em;}

.appoint {float:left; margin-left:15px;color:#343434; }

.appoint p { line-height:1.0em;}

.calendar {float:left;margin-top: 22px;}

.dates {width:80%;float:left; padding:15px 36px;}

/**************************************************************************************************************** 
	Responsive
****************************************************************************************************************/



@media only screen and (max-width:1260px){
	
	.wrap{width:98%}
	
	#hero img{width:100%;height:auto;}
	
	#contact_form{    padding: 14%;}

	
}

@media only screen and (max-width:979px){
	
	nav.navigation ul{display: table;width:100%;}
	
	nav.navigation a{    min-width: 0;}	


}

@media only screen and (max-width:767px){
	
	.logo{width:100%;text-align:center;}
	
	.logo img{max-width:100%;height:auto;}
	
	.hRight{width:100%;text-align:center;}
	
	.navBar{text-align:center;}
	
	nav.navigation{width:100%;display:block;}
	
	nav.navigation ul{display:block;}
	
	nav.navigation a{padding: 10px 10px;}
	
	.social{width:100%;display:block;    padding: 10px 0 10px 0;}
	
	.gMap{width:100%;}
	
	.conForm{width:100%;    padding: 30px 0 0 0;}
	
}

@media only screen and (max-width:480px){
	
	nav.navigation:before{display:none;}
	
	nav.navigation ul{display:block;background: #303030;}
	
	nav.navigation li{display:block;border:none;}
	
	nav.navigation a{color:#fff;     padding: 5px 20px;   border-bottom: solid 1px #fff;}
	
	nav.navigation a:hover{background:#6F6F6F;}
	
	.mobNav{display:block;}
	
	.social{text-align:center;width:100%;}
	
	#hero img{    border: solid #fff 10px;}

	
	
}









