body {
	font-family: arial,helvetica,sans-serif;
	font-size:14px;
	color:#000;
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(#0e0e0e 0%, #7d7e7d 50%, #0e0e0e 100%);
	background: -webkit-linear-gradient(#0e0e0e 0%, #7d7e7d 50%, #0e0e0e 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#0e0e0e), color-stop(0.5, #7d7e7d), to(#0e0e0e));
	background: -o-linear-gradient(#0e0e0e 0%, #7d7e7d 50%, #0e0e0e 100%);
	background: linear-gradient(#0e0e0e 0%, #7d7e7d 50%, #0e0e0e 100%);
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#container {
	width:100%;
	height:100%;
	border:0px solid #bbb;
	padding:0px;
}

#wrapper {
	width: 70%;
	margin:0px auto;
	border:0px solid #bbb;
	padding:0px;
}

header {
	background-color:#fff;
	width:100%;
	text-align:center;
}

#logo {
	width:20%;
	padding:0 0.5%;
	float:left;
}

#name {
	width:46%;
	padding:2% 0 0 2%;
	float:left;
}

#callto_Action {
	width:30%;
	padding-left:1%;
	float:left;
}

#callto_Action a {
	text-decoration:none;
}

#action_Button {
	width:75%;
	margin:3% auto;
	border-radius:10px;
	transition: background-color 0.9s ease;
	background-color:#009933;
	color:#ffffff;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.8em;
	padding:2%;
}

#action_Button:hover {
	background-color:#75b95e;
}

#action_Button img {
	vertical-align:bottom;
}

/*Navigation menu start*/

nav {
	background-color:#009933;
	color:#ffffff;
	padding:0 5%;
	position:relative;
    z-index:9999 !important;
}

.navigation {
	width:98%;
	margin:0 auto;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color:rgba(0,153,51,0.50);
}

nav a {
	display: block;
	padding: 0 10px;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.85em;
	text-decoration: none;
}

nav ul li ul li:hover { 
	background:rgba(0,153,51,0.50); 
}

nav a:hover { 
	background-color:rgba(255,255,255,0.00);
	font-weight:bold;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 2.0em;
}

nav ul li:hover > ul { 
	display: inherit; 
}

nav ul ul li {
	width: 220px;
	float: none;
	display: list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top: -2.0em;
	left: 170px;
}

li > a:after { 
	content: ' +'; 
}

.toggle, [id^=drop] {
	display: none;
}

li > a:only-child:after { 
	content: ''; 
}

/*Navigation menu end*/

.fb-like {
	margin:5%;
}


#content {
	background-image:url(background.jpg);
	background-size:100% 100%;
}

#content a:link {color:#000000;}      

#content a:visited {color:#000000;}  

#content a:hover {color:#009933;}
	
	
/* The animation code */
@keyframes shadow {
	0%   {text-shadow: 0 0 10px #FFFFFF;}
    20%  {text-shadow: 0 0 10px #009900;}
    40%  {text-shadow: 0 0 10px #FFFFFF;}
    60% {text-shadow: 0 0 10px #ffff00;}
	100%  {text-shadow: 0 0 10px #FFFFFF;}
}

@keyframes shadow1 {
	0%   {text-shadow: 0 0 10px #FFFFFF;}
    20%  {text-shadow: 0 0 10px #ffff00;}
    40%  {text-shadow: 0 0 10px #FFFFFF;}
    60% {text-shadow: 0 0 10px #ffff00;}
	100%  {text-shadow: 0 0 10px #FFFFFF;}
}


.new {
	text-align:center;
	font-size: 1.5em;
	text-shadow: 0 0 10px #FFFFFF;
	animation-name: shadow;
    animation-duration: 6s;
	animation-iteration-count: infinite;
}

.new1 {
	text-align:center;
	font-size: 1.2em;
	text-shadow: 0 0 10px #FFFFFF;
	animation-name: shadow;
    animation-duration: 6s;
	animation-iteration-count: infinite;
}

.new2 {
	text-shadow: 0 0 10px #FFFFFF;
	animation-name: shadow1;
    animation-duration: 6s;
	animation-iteration-count: infinite;
}

#content-left img {
	margin-bottom:1em;	
}

#content-main {
	width:90%;
	margin:0 auto;
	padding:2%;
}

h1 {
	text-align:center;
	font-size: 1.7em;
}

h2 {
	margin-top: 0;
	margin-bottom: 2%;
	padding-top: 1%;
	text-align: center;
	color: #009933;
	font-size: 1.7em;
}

h3 {
	color: #009933;
	font-size: 1.3em;
	margin-bottom: 0.5%;
}

h4 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.3em;
}

.award {
	width: 200px;
	float: right;
	padding: 2%;
	text-align: center;
}

.award img {
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 5s;
	-webkit-animation-iteration-count: infinite;
}

.massage p {
	margin-top: 0.5%;
}

.massageList {
	display:inline-block;
	width:210px;
	height:20px;
	margin:1%;
	padding-left:25px;
	font-size:0.9em;
	background-image:url(images/check.png);
	background-repeat:no-repeat;
	float:left;
}

.protocols {
	text-align:center;
	color:#000000;
	font-size:2em;
	font-weight:bold;
	margin-bottom: 1em;
}

.protocols a {
	color:#000000;
}

.protocols a:hover {
	color:#000000;
}

.protocols a:visited {
	color:#000000;
}

#content-team {
	padding:5px;
	border:0px solid #bbb;
	font-size:14px;
	margin:0 auto;
	width:70%;
}

#contact-box {
	margin: 0 auto;
	padding: 2% 0;
	width:80%;
}

#services-box {
	margin: 0 auto;
	width:80%;
	border:0px solid #bbb;
}

.massage {
	padding-bottom: 1%;
}

.serviceList {
	display: inline-block;
	width: 210px;
	height: 30px;
	margin: 1.2%;
	padding-left: 25px;
	font-size: 0.9em;
	background-image: url(images/check1.png);
	background-repeat: no-repeat;
	float: left;
}

.billList {
	display: inline-block;
	width: 180px;
	height: 30px;
	margin: 1.2%;
	padding-left: 25px;
	font-size: 0.9em;
	float: left;
}

.products p {
	margin-top: 0.5%;
}


table.font {
	font-size:12px;
}

i.grey {
	color:#009933;
	font-weight:bold;
}

i.sml {
	font-size:11px;
}

table.bio {
	margin-bottom:-1.5em;	
}

.base	{
	width: 80%;
	margin: 0 auto;
	padding: 2% 0;
	text-align:center;
	font-weight: bold;
}

#image	{
	vertical-align:top;
	text-align:left;
}

#protocolContent {
	width:80%;
	margin:0 auto;
}

#protocolContent li {
	padding:1% 0;
	width:90%;
	margin:0 auto;
}

/*Form Styling*/

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea, .contactForm select {
    font-family: 'arial','helvetica', sans-serif;
	font-size:1em;
	border: 0.5px solid #BBBBBB;
    color: #888;
    height: 30px;
    margin-bottom: 0.8%;
    margin-top: 0.4%;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 90%;
	border-radius: 2px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.39);
}

.contactForm textarea{
    padding: 5px 3px 3px 5px;
}
.contactForm select {
	height: 30px;
    text-indent: 0.01px;
    text-overflow: '';
    width: 91%;
}
.contactForm textarea{
    height:100px;
}
.contactForm .button {
	font-family: 'arial','helvetica', sans-serif;
	font-size:1.1em;
    background: #009933;
    border: none;
	margin-left:70%;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.69);
    border-radius: 5px;
    cursor: pointer;
}
.contactForm .button:hover {
    background: #0C6E20;
	font-weight: bold;
}

/*End Form Styling */

.map {
	width: 90%;
	margin: 5% auto 0;
	text-align: center;
	padding: 2%;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	box-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.39);
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#content-pic {
	padding:4%;
	border:1px hidden #bbb;
	height:230px;
	width:300px;
}


/*Footer styling section start*/

footer {
	background-color:#000000;
	color:#ffffff;
	padding:2%;
	font-size:0.9em;
	
}

#foot1 {
	width:30%;
	margin-right:2%;
	padding:1%;
	text-align:center;
	float:left;
}

#foot1 a {
	color:#ffffff;
	text-decoration:none;
}

.bookButton {
	width:50%;
	padding:2.5% 0.5%;
	margin:0 auto;
	transition: background-color 0.9s ease;
	background-color:#75b95e;
	border-radius:8px;
	text-align:center;
	font-size:1.3em;
}

.bookButton:hover {
	background-color:#009933;
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

#foot2 {
	width:30%;
	margin-right:2%;
	padding:1%;
	float:left;
	text-align:center;
}

#foot2 ul {
	padding-left:0;
}

#foot2 li {
	list-style:none;
}

#foot3 {
	width:30%;
	padding:1%;
	text-align:center;
	float:left;
}

#foot3 a {
	color:#ffffff;
	text-decoration:none;
}

#foot3 a:hover {
	color:#009933;
}

#foot3 ul {
	padding-left:0;
}

#foot3 li {
	list-style:none;
}

#social {
	width:70px;
	display:inline-block;
	padding:3% 0 0;
	margin: 0 auto;
}

#social a {
	padding:0;
	
}

.fbook {
	width:30px;
	height:30px;
	border-radius:3px;
	transition: background-color 0.9s ease;
	background-color:#75b95e;
	margin:0px 3px 0px 2px;
	float:left;
}

.fbook:hover {
	background-color:#3b5998;
}

.lnkdin {
	width:30px;
	height:30px;
	text-align:center;
	border-radius:3px;
	transition: background-color 0.9s ease;
	background-color:#75b95e;
	margin:0px 2px 0px 3px;
	float:left;
}

.lnkdin:hover {
	background-color:#0077b5;
}


/*Footer styling section end*/

#subFooter {
	width:70%;
	margin: 0 auto;
	padding-top:0.5%;
	font-size:0.85em;
	line-height:1.5em;
	text-align:center;
	color:#ffffff;
}

#subFooter a:link {color:#ffffff;}

#subFooter a:visited {color: #ffffff;}

#subFooter a:hover {color:#009933;}



.clear {
	clear:both;
}




/* Mobile sml */
@media (max-width : 299px ){

nav ul li {
	display: block;
	width: 94%;
}

}

/* Mobile */
@media (min-width : 300px ) and (max-width : 619px ){

#wrapper {
	width: 100%;
	margin:0px auto;
	border:0px solid #bbb;
	padding:0px;
}

#logo {
	width:60%;
	margin: 0 auto;
	padding:0 0.5%;
	float:none;
}

#name {
	width:90%;
	margin: 0 auto;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:94%;
	margin: 0 auto;
	padding-bottom: 1%;
	float:none;
}

nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

.award {
	float:none;
	margin: 0 auto;
}

#foot1 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:80%;
	margin:0 auto;
	float:none;
}


}


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 4){

#wrapper {
	width: 100%;
	margin:0px auto;
	border:0px solid #bbb;
	padding:0px;
}

#logo {
	width:90%;
	padding:0 0.5%;
	float:none;
}

#name {
	width:90%;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:98.5%;
	padding-left:1%;
	float:none;
}

nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

.award {
	float:none;
	margin: 0 auto;
}
	
	
#foot1 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:80%;
	margin:0 auto;
	float:none;
}

}
	
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

#wrapper {
	width: 100%;
	margin:0px auto;
	border:0px solid #bbb;
	padding:0px;
}

#logo {
	width:100%;
	padding:0 0.5%;
	float:none;
}

#name {
	width:100%;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:98.5%;
	padding-left:1%;
	float:none;
}

nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

.award {
	float:none;
	margin: 0 auto;
}
	
	
#foot1 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:80%;
	margin:0 auto;
	float:none;
}

}

	
	
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

#wrapper {
	width: 100%;
	margin:0px auto;
	border:0px solid #bbb;
	padding:0px;
}

#logo {
	width:100%;
	padding:0 0.5%;
	float:none;
}

#name {
	width:100%;
	padding-top:1%;
	float:none;
}

#callto_Action {
	width:98.5%;
	padding-left:1%;
	float:none;
}

nav { 
	margin: 0;
	text-align:center; 
}

nav a {
	font-size: 1.4em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 40px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00);
	text-shadow:2px 2px 4px rgba(53,53,53,1.00);
}

nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

.award {
	float:none;
	margin: 0 auto;
}
	
#foot1 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot2 {
	width:80%;
	margin:0 auto;
	float:none;
}

#foot3 {
	width:80%;
	margin:0 auto;
	float:none;
}



}

/* Small Tablets */
@media (min-width : 620px ) and (max-width : 839px ){

 
}

/* Small Desktops */
@media (min-width : 840px ) and (max-width : 1096px ){

}
