﻿body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.5;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}
/* global*/
.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}
ul{
	margin:0;
	padding:0;
	
}
.logo 
	{
	height:45%;
	width:35%;
}
.social
{
	width:23px;
	float:right;
}
.button_1{
	height:50px;
	background-image:linear-gradient(#5ba69d, #8ec9c2);
	border:none;
	padding-left:15px;
	padding-right:15px;
	color:black;
	font-weight:bold;
	font-size:20px;
	border-radius:50px;
	
}
.button_2 {
	background-image:linear-gradient(#Ca8533, #f1dede);
	border:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:FFFDF0;
	font-weight:50px;
	font-size:20px;
	border-radius:5px;
	width:300px;
	box-shadow:0px 2px 0px 2px #black;
	
}
.button_3{
	background-image:linear-gradient(#Ca8533, #f1dede);
	border:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:black;
	font-weight:50px;
	font-size:30px;
	border-radius:6px;
	box-shadow: 0px 2px 0 2px #black;
	width:200px;
		
}
.btn{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:25px;
	width:250px;
	height:60px;
	border-radius:80px;
	line-height:60px;
	text-align:center;
	border:3px solid black;
	display:block;
	text-decoration:none;
	color:black;
	position:relative;
	overflow:hidden;
	background:transparent;
	transition:.3s;
	margin:0px auto;
}
.btn:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:black;
	opacity: .5;
	top:-100%;
	left:0px;
	z-index:-1;
	transition: .3s;
}
.btn:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:black;
	top:-100%;
	left:0px;
	z-index:-1;
	transition: .3s;
	transition-delay: .2s;
}
.btn:hover{
	color:#fff;
	border:3px solid white;
}
.btn:bover:before{
	top:0px;
}
.btn:hover:after{
	top:0px;
}

.dark{
	padding:15px;
	background:#64b6ac;
	color:white;
	font-weight:bold;
}
#H-line hr{
	width:45%;
	text-align:center;
}
.nav-content{
	position:absolute;
	top:154px;
	overflow:hidden;
	background-color:#FCFBFA;
	max-height:0;
}
.nav-content a{
	color:;
	text-decoration:none;
}
.nav-content a:hover{
	text-decoration:underline;
}
.nav-sub {
	padding:20px;
}
.nav-sub ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.nav-sub a{
	display:inline-block;
	padding:5px 0;
}
.nav-item:focus{
	background-color:#FCFBFA;
}
.nav-item:focus~.nav-content{
	max-height:400px;
	-webkit-transition:max-height 0.4s ease-in;
	-mox-transition:max-height 0.4s ease-in;
	transition:max-height 0.4s ease-in;
	
}

/* header **/
header{
	background-color:;
		color:#4D4D4D;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: 5px solid #4d4d4d;
}
header a {
	color:#ACACAC;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px		
}
header li{
	float:left;
	display:inline;
	padding: 0 20px 0 20px;
}
header #branding{
	float:left;
}
header #branding {
	margin:0px;
}

header nav{
	float:right;
	margin-top:10px;
}
header .say{
	font-size:16px;
}

header .highlight, header .current a {
	color:#64b6ac;
	font-weight:bold;
}
header a:hover {
	color:#4D4D4D;
	font-weight:bold;
}



/* showcase says chiro now known as TOP */

.color{

	background-color:white;
	opacity: 0.5px;
	padding-left:5px;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#main-col li{
	margin-left:50px;
	padding:0 20px 0 20px;
	display:block;
}
				/*grey*/
#showcases {
	margin-top:20px;
	background-color:#C6C3C6;
}
#showcases.container{
	padding-left:5px;
	padding-right:5px;
}
.box2 img{
	height:100px;
	padding-left:30%;
}

#showcases h1 {
	letter-spacing:1px;
	text-align:center;
}
#showcases li{
	margin-left:15%;
	padding:0 20px 0 20px;
	display:block;
}

#showcase1 {
	background-color:white;
	text-align:center;
}
                      /*grey*/
#showcases2 {
	min-height:279%;
	background-color:#C6C3C6;
	background-repeat:no-repeat; 
	background-position:-950px -225px;
	text-align:left;
	color:black;
}
#showcases2 img{
	height:250px;
	padding-left:5px;
	padding-right:5px;

}
                       /*aqura*/
#showcases3{
	min-height:279%;
	background-color:#64b6ac;
	background-repeat:no-repeat; 
	background-position:-950px -225px;
	text-align:left;
	color:white;

}
#showcases3 img{
	height:250px;
	padding-left:5px;
	padding-right:5px;
}

/* newsletter */
#newsletter {
	padding:5px;
	color:#ffffff;
	background:#4d4d4d;
}
#newsletter h1{
	text-align:center;
	text-transform:uppercase;
	
}
#newsletter form{
	float:right;
	margin-top:5px;
}
#newsletter input[type="email"]{
padding:4px;
height:25px;
width:250px;
}
#newsletter p{
	float:right;
	margin-top:35px;
}
/*type*/
.type{
	animation:type 8s steps(44);
	overflow:hidden;
	white-space:nowrap;
	border-right:2px solid white;
	position:relative;
	margin:0 auto;
	width:44ch;
}
@keyframes type{
	0%{
	width:0ch;
	}
	100%{
	width:44ch;
	}
}

/* boxes */
#boxes{
	margin-top:20px;
}
#boxes .box{
	float:left;
	width:30%;	
	padding:10px;
	text-align:center;
}
#boxes .box img{
	width:90px;
}
#showcases h1{
	text-align:center;
	font-weight:bolder;
	font-size:50px;
}

#showcases .box2{
	float:left;
	width:30%;
	margin:8px;
	text-align:left
}
#showcases .box2 p{
	text-align:center;

}
#showcases2 .box2{
	float:left;
	width:47%;
	margin:8px;
	text-align:left
}
#showcases3 .box2{
	float:left;
	width:47%;
	margin:8px;
	text-align:left

}
 .box2 h2{
	font-size:80px;
}

#boxes h1{
	text-align:center;
	font-weight:bolder;
	font-size:40px;
	
}
#boxes h2{
	text-align:center;
	font-weight:normal;
	font-size:25px;
	margin-top:-10px;
}

#boxes p{
	text-align:center;
	font-weight:normal;
	font-size:25px;
	margin-top:0px;
}
#boxes img{
text-align:center;
}

iframe {
	border:0px;
	}
#Hlocation {
	margin-top:20px;
	background-color:#7C8598;
}
#Hlocation h3 {
	letter-spacing:1px;
}
#Hlocation .box3{
	float:left;
	width:30%;
	padding:10px;
	text-align:center;
	color:white;
	
}
.box3 img{
	width:80px;
}

#map {
padding: 0px;
}
.imgdoc{
	width:150px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom: 10px;
	padding-top:10px;
	float:left;
	
}


/* sidebar*/
aside#sidebar {
	float:right;
	width:30%;
	margin-top:10px;
	padding:inherit;
}
aside#sidebar .quote imput,aside#sidebar .quote textarea{
	width:90%;
	padding:5px;
	text-align:center;
}
.sidebarpic img{
	width:90%;
	padding:5px;
	
}

#H-line li{
	text-align:center;
	display:block;
}
#H-line h1{
	font-size:15px;
}
#H-line p{
	font-size:15px;
	margin-top:-15px;
	font-weight:normal;
}
/*main-col*/
article#main-col{
	float:left;
	width:65%;
}
article#main-col h1{
	text-align:center;
	font-size:35px;
	letter-spacing:5px;
	font-variant:small-caps;
}
article#main-col h2{
	text-align:left;
	color:#333333;
	letter-spacing:2px;
	font-style:oblique;
}
article#main-col p{
	text-indent:3%;
	word-spacing:1px;
	letter-spacing:1px;
	line-height:150%;
	text-align:justify;
	margin-bottom:20px;
	
}
article#main-col hr{
	margin-top:-20px;
}
article#main-col img{
	padding-right:15px;
}


/*services*/
ul#services li{
	list-style:none;
	padding:20px;
	border:#cccccc solid 1px;
	margin-bottom:5px;
	background:#e6e6e6;
}

footer{
	padding:20px;
	margin-top:0px;
	color:white;
	background-color:#7C8598;
	text-align:center;
}
.service-box{
	text-align:center;
	padding:35px 15px;
	overflow:hidden;
	position:relative;
	transition:all 0.3s ease 0s;
}
.services-box:hover{
	background-color:#0066FF;
}
.service-box:before{
	content:"";
	width: 40px;
	height:40px;
	border-width: 20px;
	border-style: solid;
	border-color: white white rgba(1,1,1,0.2) rgba(0,0,0,0.2);
	position:absolute;
	top:-40px;
	right:-40px;
	transition: all 0.3s ease 0s;
}
.service-box:hover:before{
	top:0px;
	right:0px;
}
.service-box i{
	display:block;
	font-size:65xp;
	color:#0066CC;
	margin-bottom:14px;
	transition: all 0.3s ease 0s;
}
.service-box .title{
	font-size:18px;
	font-weight:900px;
	color:#545454;
	line-height:25px;
	text-transform:capitalize;
	margin: 0 0 16px 0;
	transition: all 0.3s ease 0s;
}
.service-box .description{
	font-size:15px;
	color:#545454;
	line-height:25px;
	margin:0px;
	transition: all 0.3s ease 0s;
}

.service-box:hover i,
.service-box:hover .title,
.service-box:hover .description{
	color:white;
}
/*prices*/
b.price{
	font-size:25px;
}

/*slide*/
.slider {
width:400px;
overflow:hidden;
margin:0 auto;

}
.slides {
	width:calc (500px * 3);
	animation: glisse 10s infinite;
}
.slide {
	float:left;
	}
.slide img{
	width:100%;
}
@keyframes glisse{
	0%
	{
		transform: translateX(0);
	}
	10%
	{
		transform: translateX(0);
	}
	33%
	{
		transform: translateX(-500);
	}
	43%
	{
		transform: translateX(-500);
	}
	66%
	{
		transform: translateX(-1000);
	}
	76%
	{
		transform: translateX(-1000);
	}
	100%
	{
		transform: translateX(0);
	}
}

/*media queries*/
	@media(max-width:768px){
	header #branding,
	header nav,
	header nav li,
	#newsletter h1,
	#newsletter form,
	#boxes .box,
	#showcases .box2,
	.type,
	#Hlocation .box3,
	article#main-col,
	aside#sidebar,
	.logo, 
	#showcases2 .box2,
	#showcases3 .box2,
	#showcases2 .style1,
	#showcases3 .style1,
	#showcases4 .box2
		{
		float:left;
		text-align:center;
		width:100%;
}
	header{
	padding-bottom:20px;
}
	#showcase h1{
	margin-top:100px;
}
	#newsletter button, .quote button{
	display:block;
	width:100%;
}
	#newsletter form, input[type="email"], .quote input, .quote textarea{
	width:100%;
	margin-bottom:5px;
}
	#newsletter p{
	margin-top:0px;
}
	#showcase h1{
	font-size:50px;
	}
    #showcases img,
    #showcases2 img,
    #showcases3 img{
	height:150px;
	padding-left:5%;
	padding-top:5%;
	padding-bottom:5%;
}
	
}

