
@font-face {
    font-family: 'OptimusPrincepsSemiBoldRg';
    src: url('optimusprincepssemibold-webfont.eot');
    src: url('optimusprincepssemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('optimusprincepssemibold-webfont.woff') format('woff'),
         url('optimusprincepssemibold-webfont.ttf') format('truetype'),
         url('optimusprincepssemibold-webfont.svg#OptimusPrincepsSemiBoldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VegurRegular';
    src: url('vegur-r_0.601-webfont-webfont.eot');
    src: url('vegur-r_0.601-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('vegur-r_0.601-webfont-webfont.woff') format('woff'),
         url('vegur-r_0.601-webfont-webfont.ttf') format('truetype'),
         url('vegur-r_0.601-webfont-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 body {
 	font-family: 'VegurRegular';
 	color: #555;
 }
 #splash_wrap {
 margin-top:180px;
 width:1020px;
 margin-left:auto;
 margin-right:auto;
 }
 #splash_h1 {
 font-family: 'OptimusPrincepsSemiBoldRg';
 font-weight: 100;
 margin-bottom: -3px;
 margin-left: 208px;
 opacity:0;
 float:left;
 }
 
 h2 {
 color: #0fc9db;
 font-size: 34pt;
 font-weight:800;
 margin-bottom:12px;
 text-shadow: 0 1px 1px #fff;
 }
 
 #pro {
  font-size: 60pt;
  position: relative;
  bottom: 8px;
  text-shadow: 2px 5px 5px #D9D9D9;
 }
 #ro {
  letter-spacing:-5pt;
 }
 #clinica {
  /*color: #cb7065;*/
  color: #0fc9db;
  font-size: 90pt;
  margin-left: 10px;
   text-shadow: 2px 5px 5px #D9D9D9;
 }
 #splash_slogan {
 	font-size: 22pt;
 	margin-left:200px;
 	position: relative;
	margin-top: 5px;
  text-shadow: 1px 3px 3px #D9D9D9;
  float:left;
 }
 .splash_divs {
 width: 800px;
 margin-left:auto;
 margin-right:auto;
 }
 
 #splash_gray {
 height: 1px;
 background-color: #848484;
 }

 .grayNav {
 height:23px;
 width: 1020px;
 }
 
 #splash_teal {
 height:1px;
 background-color: #0fc9db;
 }
 
.sloganWord {
 opacity:0;
 }

span.email {
  padding-top: 29px;
}
p.phoneNumber {
  padding-top:6px;
}
span.email, p.phoneNumber {
  float:right;
  opacity: 0;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
}
span.email.active, p.phoneNumber.active {
  opacity: 1;
}
.clear {
 clear:both;
}

a {
 color:#65b9cb;
 text-decoration: none;
  font-weight: normal;
 }

a:visited {
 
 color:#848484;
}

 a:hover {
text-decoration: underline;
}

a:active {
color:#65b9cb;
}

#navigation {
 display:none;
 width: 100px;
float: right;
margin-top: -54px;
font-size: 15px;
text-align: right;
margin-right: 40px;
}
 

 #navigation a {
 color:#848484;
 text-decoration: none;
  font-weight: normal;
}

 #navigation a:visited {
 
 color:#848484;
}

 #navigation a:hover {
text-decoration: underline;
}

 #navigation a:active {
color:#65b9cb;
}




.client_logo {
	cursor: pointer;
	position: relative;
	width: 290px;
	height: 70px;
	float: left;
}
.client_logo img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 500 ease-in-out;
	-moz-transition: opacity 500 ease-in-out;
	-o-transition: opacity 500 ease-in-out;
	-ms-transition: opacity 500 ease-in-out;	
	transition: opacity 500 ease-in-out;
}

.client_logo img.top:hover {
	opacity:0;
}
#clients {
margin-left: 120px;
margin-right: auto;
padding-top:35px;
width: 920px;
opacity:0;
}

.cw {
 display:none;
 width: 835px;
 margin-left:auto;
 margin-right:auto;
 padding:14px;
}

.bullets_left {
margin-top:12px;
width: 256px;
font-weight: 600;
float: left;
margin-left: 28px;
margin-right: 20px;
color: #777;
}
.bullets_left ul {
  margin-top: 18px;
}
.bullets_left ul li {
margin-top: 8px;
margin-bottom:8px;
}

.clientCopy {
margin-top:28px;
width:490px;
float:left;
}

.clientCopy p {
margin-bottom: 4px;
text-indent: 20px;
}

.clientCopy ul {
margin-left:25px;
}

.clientCopy ul li {
margin-top:15px;
}

p.captionSmall {
font-weight: 400;
font-size: 14px;
font-style: italic;
color: #777;
}
p.caption {
text-align: center;
font-style: italic;
color: #777;
}