html {
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
}

a,
a:link,
a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {margin-top: 0;}

p {
	font-size: 14px;
	margin: 0 0 1em 0;
	text-shadow: 0px 0px 2px #000000;
}

h1 {
	font-size: 26px;
	line-height: 33px;
}

h2 {
	font-size:15px;
	font-style: italic;
}

#logo{
	background-image: url("../images/cautilli_logo.png"); 
	background-size: cover;
    background-repeat: no-repeat;
	width: 325px;
	height: 91px;
	float: left;
}

.container {
	max-width: 835px;
	margin: 15px auto;
}

.main-content {
	padding: 20px;
	background: url(../images/bg.jpg);
}

.doctor_bg {
	background: url(../images/bg_doctors.jpg) !important;
}

.main-content a{
	color:  #a2bad9;
	font-weight: normal;
}

.page-header {
	background: url(../images/header_bg.jpg);
	padding: 20px 20px 0 20px;
	color: #FFF;
	height: 120px;
}

.page-header-inner {
	padding: 0 20px;
}

.page-header h1 {
	margin: 0;
}

.tel{
	float:right;
	font-size: 13px;
	color: #a2bad9;
	text-align: right;
	width: 120px;
}

.intro{
	padding-bottom: 20px;
}

.images{
	border: 2px solid #fff;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.5);	
	box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.5);
	float: left;
	margin: 0 25px 25px 0;
}

.about_images{
	width: 230px;
}

.about_image{
	background: url(../images/about.jpg);
	height: 230px;
	width: 350px;
}

.about_image_1{
	background: url(../images/about_1.jpg);
	width: 225px;
	height: 210px;
	margin-bottom: 30px;
}

.about_image_2{
	background: url(../images/about_2.jpg);
	width: 225px;
	height: 210px;
}

.care_image{
	background: url(../images/care.jpg);
	width: 225px;
	height: 210px;
}

.office_image_1{
	background: url(../images/office_1.jpg);
	width: 225px;
	height: 210px;
	margin-bottom: 30px;
}
.office_image_2{
	background: url(../images/office_2.jpg);
	width: 225px;
	height: 210px;
}

.news_image_1{
	background: url(../images/image_1.jpg);
	width: 225px;
	height: 210px;
}

.news_image_2{
	background: url(../images/image_2.jpg);
	width: 225px;
	height: 210px;
}

.news_image_3{
	background: url(../images/image_3.jpg);
	width: 225px;
	height: 210px;
}

.news_image_4{
	background: url(../images/image_4.jpg);
	width: 225px;
	height: 210px;
}

.about_us{
	padding: 30px 0 20px;
	min-height: 480px;
}

.news_container{
	margin: 30px 0 10px;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
}

.news{
	width: 240px;
	display: inline-block;
	text-shadow: 0px 0px 2px #000000;
	margin-bottom: 15px;
}

.news_p{
	max-width: 530px;
	display: inline-block;
}

.footer{
	font-size: 12px;
	background: url(../images/footer_bg.jpg);
	height: 70px;
	margin-top: 2px;
	padding: 20px;
}

.footer a.bleu{
	color: #a2bad9;
}

.footer_left{
	float: left;
}
.footer_right{
	float: right;
	width: 100px;
	text-align: right;
}

.bleu{
	color: #a2bad9;
}

.right_side{
}

/* Doctor's Pages */

.top{
	padding-bottom: 20px;
}

.doctors{
	padding-top: 20px;
}

.tagline{
	width: 835px;
	height: 140px;
}

.tagline_GC{
	background: url(../images/tagline_GC.jpg);
}

.tagline_RC{
	background: url(../images/tagline_RC.jpg);
}

.tagline_DC{
	background: url(../images/tagline_DC.jpg);
}

.doctor_images{
	width: 225px;
	height: 230px;
}

.doctor_gc{
	background: url(../images/dr_GC.jpg);
}

.doctor_rc{
	background: url(../images/dr_RC.jpg);
}

.doctor_dc{
	background: url(../images/dr_DC.jpg);
}

.doctor_rc_sr{
	background: url(../images/dr_RCsr.jpg);
}

.doctor_left{
	width: 440px;
	display: inline-block;
	padding-right: 25px;
}

.doctor_right{
	width: 320px;
	display: inline-block;
	vertical-align: top;
}

.creds{
	padding-bottom: 20px;
}

.creds ul{
	margin: 0;
	padding: 0 0 0 22px;
}

.creds ul li{
	list-style-image: url('../images/plus.png');
	line-height: 25px;
	padding: 0 0 10px 8px;
}

.awards{
	
}

.awards img{
	padding: 10px 10px 10px 0;
	display: inline-block;
	vertical-align: top;
}

.links{
	line-height: 30px;
	padding-bottom: 25px;
}

.links a{
	text-decoration: underline;
	font-size: 14px;
}

ul.comp_care {
	padding: 0 0 0 22px;
	display: inline-block;
}

ul.comp_care li{
	padding: 0 0 10px 6px;
}

/* Nav Menu */
div.nav-menu {
	background-color: #04243d;
	padding: 10px 20px;
	text-transform: uppercase;
}

div.nav-menu ul {
	margin: 0;
	padding: 0;
}

div.nav-menu ul li {
	list-style: none;
	float: left;
	padding: 0 21px;
}

div.nav-menu ul li a:link,
div.nav-menu ul li a:visited {
	display: block;
	font-size: 90%;
	margin: 10px 0;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

div.nav-menu ul li a.not_me:link,
div.nav-menu ul li a.not_me:visited {
	margin: 10px 0px 10px 0;
}

div.nav-menu ul li ul {
	z-index: 1000;
  padding: 0;
  position: absolute;
  top: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  visibility: hidden;
  width: 300px;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
div.nav-menu ul li ul li { 
  background: rgba(4, 36, 61, .8); 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width: 300px;
  height: 70px;
  text-transform: capitalize;
}

div.nav-menu ul li ul li a img{
	float: left;
	padding: 0 20px 0 0;
}

div.nav-menu ul li ul li:hover { background: rgba(4, 36, 61, 1); }
div.nav-menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu-trigger {
	display: none;
}

.submenu-trigger {
		text-align: left;
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		cursor: pointer;
	    list-style: outside none none;
	    float: left;
	    margin: 10px 0;
	    cursor: default;
	}

.subnav-menu{
	
}


@media screen and (max-width: 480px) {

	#logo{
		width: 240px;
		height: 68px;
		margin-bottom: 10px;
	    float: none;
	    margin: 0 auto;
}

	.page-header {
	    height: 100px;
	}

	.about_image {
	    height: 184px;
	    width: 280px;
	    background-size: 100% 100%;
	}

	.doctor_left{
		width: 100%;
	display: inline-block;
	padding-right: 0px;
	}

	.doctor_right{
		width: 100%;
		display: inline-block;
	}

	.tagline {
	    display: none;
	}
	.images{
		
	}
	.index_image{
		margin: 0px 0px 30px 0px !important;
	}

	.about_images {
	    margin: 0 auto;
	    display: block;
	}

	.news_p{
		width: 100%;
	}

	.news_image_3{
		display: none;
	}

	.news_image_3{
		display: none;
	}
	.logo_container{
		width: 100%;
		margin: 0 auto !important;
	}
	.footer_right{
		width: 200px;
	}
	.full_width{
	    
   		width: 280px;
	}
}

@media screen and (max-width: 845px) {
	#logo{

	}

	div.nav-menu ul li ul {
	  padding: 0;
	  position: static;
	  display: block;
	  visibility: hidden;
	}
	h1 {
    font-size: 18px;
    line-height: 25px;
}
	.tagline {
	    display: none;
	}
	.full_width{
		display: flex;
	    max-width: 380px;
   		 margin: 0 auto;
	}
	.tel{
		width: 100%;
text-align: center;padding-top: 5px;
	}

	#carousel {
	    visibility: hidden;
	    display: none;
	}
	
	.menu-trigger {
		display: block;
		color: #FFF;
		background-color: #04243d;
		padding: 10px;
		text-align: center;
		font-size: 83%;
		cursor: pointer;
		font-weight: bold;
	}

	.submenu-trigger {
		display: block;
		cursor: pointer;
		float: none;
	}

	div.subnav-menu {
		display: none;
	}
	
	div.subnav-expanded {
		display: block;
	}
	
	div.subnav-menu ul li {
		float: none;
		border-bottom: 0px !important;
		padding-left: 0px;
	}

	div.nav-menu ul li ul {
  		display: block;
		opacity: 1;
		visibility: visible;
	}

	div.nav-menu {
		display: none;
	}
	
	div.nav-expanded {
		display: block;
	}
	
	div.nav-menu ul li {
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	div.nav-menu ul li:last-child {
		border-bottom: none;
	}

	.about_images {
	    margin: 0 auto;
	    display: block;
	}

	.news_p{
		min-width: 100%;
	}

	.news_image_4{
		display: none;
	}
	
}



.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }