@charset "UTF-8";
/* CSS Document */
body{
	font-family:Helvetica, Arial, Verdana," sans-serif";
	margin:0px;
	padding:0px;text-align:center;
	font-weight:200;
	font-size:100%;
	line-height: 1.5em
}
p{
	text-align:left
}
a{
	text-decoration:none;
	color:#369
}
a:hover{
	text-decoration:none;
	color:#000
}
h1, h2{
	font-weight:400;
	text-align:left;
}


/*HEADER*/
.header{
	width:100%;
	background:#fff;
	padding:10px 0px;
}
.header h1, .header .logo, .header .menuicon, .header .title{
	display:inline-block;		
}
.header .logo{
	vertical-align:middle;
}
.header .logo img{
	border-radius: 50%;
	width:80px;
	height:80px;
}
.header .title{
	margin:20px 0px;
	text-align:center;
}
.header h1{
	font-size: 1.5em;
	margin:0px 5px 0px 10px;
}
.header a.menuicon{
	font-size: 1.5em;
	cursor:pointer;
	margin:0px 10px 0px 5px;
	color:#000;
}


/*MENU*/

.header .menucontainer{
	height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 1); 
    overflow-x: hidden;
	display:none;

}
.header .menucontainer a.close, .header .menucontainer a.close:hover{
	float:right;
	margin:40px;
	color:#fff;
	font-size:1.5em;

}
.header ul.menu{
	list-style-type: none;
	padding:0px;
	margin:0px;
	clear:both;
}
.header ul.menu li {
	padding:10px;
	margin:10px;
	font-size:1.5em;
	background:#000;
	border:1px solid #000;
	transition: background 1s ;
	transition: border 1s ;
	border-radius:3px
	
}
.header ul.menu li:hover{
	border:1px solid #fff;
    background: rgba(255,255,255,.1); 


}
.header ul.menu li:hover a{
	color:#fff
}

.header .menu li a:link, .header .menu li a:visited, .header .menu li a:active{
	color:#fff;
	text-decoration:none;
	padding:10px;

}



/*CONTENT*/
.content{
	margin-top:0px
}

/*SECTION*/

/*EXPAND LINKS*/
.section{
	padding:20px 5%;
}
.section:nth-child(odd) a.readmore, .section:nth-child(odd) a.readless {
	background:rgba(255,255,255,.1);
	transition: background 1s ;
	padding:10px;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	font-weight:normal;
	border-radius:3px;
	text-transform:uppercase;
	
}.section:nth-child(odd) a.readmore:hover, .section:nth-child(odd) a.readless:hover{
	color:#4595ac;
	border:1px solid #fff;
	background:rgba(255,255,255,1);
	
}

.section:nth-child(even) a.readmore, .section:nth-child(even) a.readless{
	color:rgba(0,0,0,.75);
	transition: color 1s;

}
.section:nth-child(even) a.readmore:hover, .section:nth-child(even) a.readless:hover{
	color:#000
}
.section:nth-child(odd){
	background:#000;
	color:#fff;
}
.section .sideimage{
	float:none; 
	border-radius:3px; 
	margin-right:0px;
	width:200px;
	height:200px;
	display:block;
}

.button{
	background:rgba(0,0,0,.8);
	transition: background 1s;
	padding:15px 15px;
	margin:30px 0px;
	border-radius:3px;
	font-weight:normal;
	cursor:pointer;
}
.button a{
	color:#fff;
	text-transform:uppercase;
}

.button:hover{
	background:rgba(0,0,0,1);
}
.button:hover a, .button a:hover{
	color:#fff;
}
.more{
	display:none;
}

a.readmore, a.readless{
	white-space: nowrap;
	display:block;
	margin-top:20px
}
a.readmore:hover, a.readless:hover{
	text-decoration:none;
	color:#000
}

/*MAP*/
.map img{
	width:100%;
	max-width:600px;
	text-align:left
}

#Homeopathy, #About{
	background: #32759f url(../images/watercolor2.jpg) fixed top ;
	box-shadow: inset 0px 5px 10px 1px rgba(0,0,0,.2);
}

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

.header .logo{
	display:block;		
}
.header .logo img{
	width:200px;
	height:200px;
}

}


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

	
/*header*/
.header{
	text-align:left;
	position:fixed;
	top:0;
	background:#fff;
}
.header .logo{
	display:inline-block;	
	margin:0px 10px 0px 5%;
}
.header .logo img{
	width:50px;
	height:50px;
}
.header h1{
	margin:0px;
	font-size:1.3em;
}
.header a.menuicon{
	display:none;
}

/*menu*/
.header .menucontainer{
	height:auto;
    width:auto;
    position: relative;
    z-index: auto;
    background: none; 
    overflow-x:auto;
	display:inline;
	padding:0px;
	margin:11px 5% 0px 0px ;
	float:right;
	}
.header .menucontainer a.close{
	display:none

}
.header ul.menu{
	list-style-type: none;
	padding:0px;
	margin:0px;
	clear:both;
}
.header ul.menu li {
	padding:10px;
	margin:0px;
	font-size:1em;
	background:none;
	transition: background 1s ;
	transition: border 1s ;
	border-radius:3px;
	display:inline-block;
	border:none
	
}
.header ul.menu li:hover{
	background:#333;
	border:none;

}
.header ul.menu li:hover a{
	color:#fff
}

.header .menu li a:link, .header .menu li a:visited, .header .menu li a:active{
	color:#333;
	text-decoration:none;
	padding:0px;

}
/*CONTENT*/
.content{
	margin-top:83px
}
/*section*/

	.section{
		padding:20px 5%
	}


.section:nth-child(odd) a.readmore, .section:nth-child(odd) a.readless {
	background:none;
	transition: color 1s ;
	padding:0px;
	border:none;
	color:rgba(255,255,255,.7);
	text-align:left;
	font-weight:normal;
	border-radius:3px;
	width:auto;
	text-transform:none;
	
}
.section:nth-child(odd) a.readmore:hover, .section:nth-child(odd) a.readless:hover{
	color:#fff;
	border:none;
	background:none;
	
}
.section:nth-child(odd) a.readmore:before{
	font-family: FontAwesome;
    content: "\f078";
	padding-right:5px;
} 
	
	#section3 .readmore, #section3 .readless{
		display:none;
}
	#section3 .more{
		display:block

}
	.section .sideimage{
	float:left; 
	margin-right:20px;
	width:90px;
	height:90px;
}
}