@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: montserrat;
}
body {
	background-image: url(images/green-fibers.png);
	min-width: 330px;
}
#wrap {
	max-width: 1480px;
	margin: 0 auto;
	background: #fff;
}
.header .logo img {
	height: 90px;
	margin-left: 0px;
}
.header {
	height: 100px;
	padding: 0 20px;
	color: #fff;
	background-image: -webkit-linear-gradient(237deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
	background-image: -moz-linear-gradient(237deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
	background-image: -o-linear-gradient(237deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
	background-image: linear-gradient(213deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
}
h2 {
	color: #0499C1;
	font-weight: bolder;
}
.logo {
	line-height: 100px;
	float: left;
	text-transform: uppercase;
	padding: 0;
	font-weight: 600;
	margin-bottom: -40px;
}
#check {
	position: absolute;
	visibility: hidden;
	z-index: -1111;
}
.show-menu, .hide-menu {
	display: block;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
}
.show-menu, .hide-menu {
	font-size: 30px;
	cursor: pointer;
}
.show-menu {
	float: right;
}
.show-menu i {
	line-height: 100px;
}
.nav {
	position: fixed;
	width: 100%;
	height: 100vh;
	right: -100%;
	top: 0;
	text-align: center;
	padding: 80px 0;
	line-height: normal;
	transition: 0.4s;
	list-style-type: none;
	background: rgba(61,61,61,0.85);
}
.nav a {
	display: block;
	padding: 20px;
	transition: 0.4s;
}
.hide-menu {
	position: absolute;
	top: 40px;
	right: 40px;
}
#check:checked ~ .nav {
	right: 0;
}
.nav a:hover, .show-menu:hover, .hide-menu:hover {
	color: #3498db;
}
a.current {
	color: #3498db;
}
#banner {
	margin: 0;
	padding: 0;
}
.mySlides {
	margin-right: 8px;
	margin-bottom: 8px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

/****************Buckets on home page *************/
#buckets img {
	border: 10px solid #0AACB6;
	border-radius: 50%;
	height: 200px;
	width: 200px;
}
#buckets h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
#buckets ul li {
	margin: 0 auto 60px;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
}
#buckets ul {
	padding: 0;
	margin: 0;
}
main h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bolder;
	font-size: 35px;
}
ul li h2 {
	font-size: 25px;
	font-weight: normal;
}
/*******footer styles********/
div#copy {
	padding-top: 30px;
}
#pageFooter {
	margin-top: 60px;
	text-align: center;
	color: #fff;
	background-image: -webkit-linear-gradient(237deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
	background-image: -moz-linear-gradient(237deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
	background-image: -o-linear-gradient(237deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
	background-image: linear-gradient(213deg, rgba(21,206,166,1.00) 0%, rgba(0,142,198,1.00) 100%);
}
address a {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #E8E8E8;
	text-decoration: none;
	font-size: 1.5em;
}
#pageFooter address {
	color: #fff;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 1.5em;
}
/************social media styles*********/
#social ul {
	padding: 26px;
	list-style: none;
}
#social ul li {
	display: inline;
}
#social li a i {
	font-size: 1em;
	color: #FFF;
}
#social a {
	display: inline-block;
	line-height: 45px;
	width: 45px;
	height: 45px;
	background-color: #0294C3;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
}
#social a:hover, #social li a i:hover {
	background: #3498db;
}
/********aside styles*******/

#animation_container {
	margin:15px auto;
	
}
/*******main syles*****/
#maincol h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#maincol {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#maincol .para {
	padding-left: 20px;
	padding-right: 20px;
}
#maincol .para p {
	line-height: 1.5em;
	margin-bottom: 20px;
}
#leftcol {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
}
#appointment h2 {
	color: #E8E8E8;
	text-align: center;
}
aside a {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 10px 20px;
	text-align: center;
	font-family: Tahoma;
	font-size: 18px;
	margin: 10px auto;
	display: block;
	width: 200px;
	background-color: #0294C3;
}
aside a:hover {
	color: #fff;
	background: #3498db;
}
aside p {
	line-height: 1.5em;
	padding-left: 5%;
	padding-right: 5%;
}
.fourcards li img {
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.fourcards li h4 {
	margin: 10px 0 30px;
	text-align: center;
}
main .fourcards {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
main h3 {
	text-align: center;
	color: #149FC5;
	margin-bottom: 40px;
}


@media screen and (min-width:780px) {
/*******buckets main page 780px*******/

	
#buckets ul li {
	width: 33%;
	float: left;
	margin-top: 15px;
}
aside {
	clear: left;
}
#copy, address {
	float: left;
	width: 33%;
}
.social {
	float: right;
	width: 33%;
}
#copy, address {
	float: left;
	width: 33%;
}
	#pageFooter {
		clear:both;
	}
.social {
	float: right;
	width: 33%;
}

main .fourcards li {
	float: left;
	width: 48%;
	margin: 1%;
}
main .fourcards li:nth-child(3) {
	clear:left;
}
#wrap aside #appointment {
	height: 140px;

}
#appointment h2 {
	margin-top: 10px;
	padding-top: 5px;
}


}

@media screen and (min-width:1200px) {
.nav {
	background: none;
	transition: none;
	position: static;
	float: right;
	display: inline-block;
	height: 10px;
	width: 500px;
	padding: 0;
	line-height: 100px;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
	float: right;
}
.nav li {
	display: inline;
	overflow-x: hidden;
	float: left;
}
.show-menu, .hide-menu {
	display: none;
}
	
#appointment {
	padding-left: 20px;
	clear: both;
	float: right;
}
aside {
    width: 28%;
    float: right;
    clear: none;
    height: 200px;
    margin-top: 130px;
    margin-left: auto;
    margin-right: 2%;
}

#appointment p {
	margin: 0;
}

main {
    width: 70%;
    float: left;
    clear: none;
    min-height: 680px;
}
#maincol {

}
#maincol .para p {
	float: left;
	width: 43%;
	margin-right: 40px;
}
#maincol #leftcol {
	width: 45%;
	float: left;
}
#pageFooter {
	clear: both;
}
}
