/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Satisfy);

@font-face {
	font-family: 'codropsicons';
	src: url('../fonts/codropsicons/codropsicons.eot');
	src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
	-webkit-box-shadow: 2px 2px 2px 2px #D2B48C;
	box-shadow: 2px 2px 2px 2px #D2B48C;
}

*, *:after, *:before {
}
body, html { font-size: 100%; padding: 0; margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #000;
	background-color: #fff;
	overflow: auto;
	background-image: url(../../images/officeBG.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: 100% 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ddd;
	border-radius: 10px;
}

/* Header Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	font-size: 0.68em;
	line-height: 2.2;
	z-index: 50000;
	top: 0;
	left: 0;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.2);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.codrops-icon-drop:before {
	content: "\e001";
}
.codrops-icon-prev:before {
	content: "\e004";
}
.codrops-icon-archive:before {
	content: "\e002";
}
.codrops-icon-next:before {
	content: "\e000";
}
.codrops-icon-about:before {
	content: "\e003";
}
.navBar {
	background-color: #3d687f;
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-variant: normal;
	font-weight: 400;
	text-align: center;
	width: 100%;
	font-size: 100%;
	padding-top: 0.015%;
	padding-bottom: 0.015%;
	word-spacing: 25%;
	
	
}

li{
	display:inline;
	padding: 10px 20px;
}


ul li a{
	
}

ul li a:hover{
	
}


.blockText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: large;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5%;
	margin-right: 5%;
	
	
}
.slider {
	width: 100%;
}
.footer {
	text-align: center;
	color: #C8E6FC;
	font-size: small;
	background-color: #3d687f;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.image{
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
.icons {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.icon_div {
	align: right;
	text-align: left;
	padding-left: 10px;
	
}
.header_div {
	width: 100%;
	align: center;
	position:fixed;
	z-index:10;
	background:inherit;
}
.main{
	z-index: 5;
	padding-top: 165px;
	
}
.logo_div{
	text-align: center;
	background-color:white;
}

.review_div{
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home_div{
	text-align: center;

}

.img_main{
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
	border-radius: 10px;

}

.coreValues_div{
	
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
	margin-right: 5%;
	margin-left: 5%;
}
.treatments_div{
	border-radius: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 5%;
	padding-left: 5%;
	margin-right: 5%;
	margin-left: 5%;
}
.contactUs_div{
	padding-top: 20px;
	padding-bottom: 20px;
}

.anchor {
	 padding-top: 500px;
    margin-top: -500px;
	
}
.title{
	font-size: xx-large;
	
	color: whtie;

}
.video{
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}

.info{
	float: left;		
}

table {
    border-collapse:separate;
    
    border-radius: 25px;
	overflow:hidden;
}

@media screen and (max-width: 25em) { 
	.codrops-icon span {
		display: none;
	}
}
