@charset "UTF-8";
/* CSS Document */

/* Use this to add background color or background images whe CONTAINING the site */
body {
	color: #333;
	background-color: #FFF;
	background-image: url(../images/bk1.png);
	background-position: top right;
	background-attachment: fixed; 
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: 300;
}

/* Use this if you want to contain the whole damn thing */
/* Use its background color for the site's bgcolor and the body tag bgcolor or image to set bg outside of the container980 */
.container980 {
	width: 978px;
	margin: auto;
	margin-top: 20px;
	background-color: #FFF;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin-bottom: 20px;
	border: 1px solid rgba(49,78,95,0.09);
}

header {
	background-color: transparent;
}

header a {
	color: #E9A019;
	font-size: 13px;
}

header a:hover {
	color: #0E7778;
}

header .logo {
	padding: 0px 0px;
}

header .logo h1 {
	margin: 0px !important;
	padding: 0px !important;
}

.content {
	margin-top: 0px;
	padding-top: 0px;
}

/* This is the upper right of the header */
.upper-right-header {
	text-align:center;
	padding-top: 16px;
	height: 97px;
}


/* CLASSIC FADES STUFF */
.classicFades {
	background-color: #DDE2E7;
	height: 354px;
}



/* This is the wrapper div for all iframed in movies */
.classicMovies {
	height: auto;
	text-align: center;
	margin: auto;
	float: none;
	display: block; 
	background-color: #DAD7D8;
}

.classicMovies img {
	display: none;
}

.slideshow {
	display: block; 
	width: 100%;
	text-align: center;
	margin: auto;
	
}

.slideshow img {
	width: auto\9;
	max-width: 100% !important;
	height: auto;
	-ms-interpolation-mode: bicubic
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal !important;
	margin: 2px 0px 5px 0px;
	padding: 2px 0px;
	color: #3285E6;
}

h1,h2 {
	font-weight: 300 !important;
}

h3,h4,h5,h6 {
	font-weight: 300 !important;
	color: #666;
}

h1 {
	color: #2B79CD;
	font-size: 25px;
	line-height: 35px;
	margin: .5em 0 .25em 0 !important;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #A90015;
	font-size: 23px;
	line-height: 33px;
}

h3 {
	font-size: 21px;
	line-height: 31px;
}

h4 {
	font-size: 19px;
	line-height: 29px;
}

h5 {
	font-size: 17px;
	line-height: 27px;
}

h6 {
	font-size: 15px;
	line-height: 25px;
}

.widget h4{
	color:#0176B0 !important;
	
}

.white{
	color:#fff !important;
	text-align:right
	
}

.globalfooter {
	border-bottom: 1px solid rgba(49,78,95,0.09);
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

.globalfooter p {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

footer {
    width: 980px;
    margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 10px;
	color: #2B79CD;
	font-size: 12px;
	background-color: #FFF;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	border: 1px solid rgba(49,78,95,0.09);
}

footer a {
	color: #2B79CD;
}

footer a:hover {
	color: #A90015;
}

footer ul, .contactinfo {
	padding-top: 18px;
}

.lines {
	border-top: 1px solid rgba(49,78,95,0.09);
	border-bottom: 1px solid rgba(49,78,95,0.09);
}

.links-fullwidth {
	width: 100%;
	background-color: #fafafa;
	border-bottom: 1px solid rgba(49,78,95,0.09);
}

.links-contained {
	width: 980px;
	margin: auto;
}

.links-contained .links {
	border-bottom: 0px;
	border-top: 0px;
}
	

.links {
    width: 100%;
    display: table;
	background-color: #fafafa;
	font-size: 13px;
    border-bottom: 1px solid rgba(49,78,95,0.09);
    border-top: 1px solid rgba(49,78,95,0.09);
    margin: 0 auto;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.links section {
    display: table-cell;
    width: 33.333%;
    text-align: center;
    border-left: 1px solid rgba(49,78,95,0.09);
}

.links section.consultation {
    border-right: 1px solid rgba(49,78,95,0.09);
}

.icon-xl {
    font-size: 5em;
    color: #A90015;
}

.links section.browse a h2, .links section.services a h2, .links section.consultation a h2 {
    font-size: 16px;
    color: #333;
}

.links section.browse a p, .links section.services a p, .links section.consultation a p {
    color: #2D7DD2;
}

.links section.browse a p:hover, .links section.services a p:hover, .links section.consultation a p:hover {
    text-decoration: none;
	color: #A90015;
}

.links section.browse a, .links section.services a, .links section.consultation a {
    display: table;
    padding: 40px 0 25px;
    margin: 0 auto;
}

.links section.browse a:hover, .links section.services a:hover, .links section.consultation a:hover {
    display: table;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 40px 0 25px;
    background-color: #EDF0F3;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    transition: background 200ms ease;
}

a:hover .well.appointment {
	background-color: #EDF0F3;
}

.well.appointment {
	text-align: center;
}

a .well.appointment h2 {
	font-size: 16px;
    color: #333;
	padding: 5px 0 0 0;
	margin: 0;
}

a .well.appointment p {
	font-size: 13px;
	line-height: normal;
	padding: 0;
	margin: 0;
}

.contactus {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 165px;
}

.vitalelement {
	text-align: center;	
	color: #2D7DD2;
	font-size: 11px;
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 15px 0 15px 0 !important;
}

.vitalelement a {
	color: #2D7DD2;
}

.vitalelement a:hover {
	color: #A90015;
}

.divider {
	width: 100%;
	height: 20px;
}

.classicHeader {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.classicHeader {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.pricel {
	text-align: left;
	margin-top: 20px;
}

.price-a {
	width: 100%;
	margin-right: none;
}

.pricel .plist li {
	padding-left: 5px;
}

.pricel .phead-top h4 {
	color: #fff;
	padding: 0;
	margin: 0;
}

.pricel .phead-top {
	margin: 0px;
	padding: 10px 13px;
	-webkit-border-top-left-radius: 3px !important;
	-webkit-border-top-right-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important;
	-moz-border-radius-topright: 3px !important;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}

.timatter {
	background: #fafafa;
	padding: 10px 10px 20px 10px;
	font-size: 13px;
	border: 1px solid #eee;
	border-top: 0px;
}

.projects .related-projects img {
	max-width: 100px;
	margin: 4px;
	padding: 4px;
	border: 1px solid #ddd;
}

.content ul li {
	padding: 5px 0px 0px 0px;
}

.gallery {
	text-align: left;
}

.well.locations {
	font-size: 13px;
}

.button.blue a {
	background-color: #28B0F8;
	color: #FFF;
}

.button.blue a:hover {
	background-color: #209ADD;
	color: #FFF;
}

.button.orange a {
	background-color: #E9A019;
	color: #FFF;
}

.button.orange a:hover {
	background-color: #D79317;
	color: #FFF;
}

.brightblue {
	color: #33B1F5;
}

.well.locations p strong {
	color: #0E7778;
}

.well.locations::-webkit-scrollbar {
    -webkit-appearance: none;
}

.well.locations::-webkit-scrollbar:vertical {
    width: 11px;
}

.well.locations::-webkit-scrollbar:horizontal {
    height: 11px;
}

.well.locations::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fafafa; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.well.locations::-webkit-scrollbar-track { 
    background-color: #fafafa; 
    border-radius: 8px; 
} 

.well.matrix {
	text-align: center;
}

.well.matrix h2 {
	font-size: 16px;
	color: #292e31;
}

.well.matrix p {
	font-size: 13px;
}

a .well.matrix p {
	color: #E9A019;
}

a:hover .well.matrix p {
	color: #0E7778;
}

.well.matrix .icon-4x {
	color: #0E7778;
}

.highlights-informed {
	margin-bottom:         20px;
	background-color:      #0E7778;
	padding-bottom:        10px;
	-webkit-border-radius: 3px !important;
	-moz-border-radius:    3px !important;
	border-radius:         3px !important;
}

.highlights-informed:hover {
	background-color:      #2D7DD2;
	-webkit-border-radius: 3px !important;
	-moz-border-radius:    3px !important;
	border-radius:         3px !important;
}

.highlights-informed img {
	padding-bottom:       10px;
}

.highlights-informed p {
	color:                #FFF;
	font-size:            12px;
	font-weight:          normal;
	line-height:          15px;
	margin:               0px;
	padding:              0px 0px 0px 20px;
}

/* This is the upper right of the header */
.phone {
	padding-top: 23px;
	line-height: 80px;
	text-align: right;
	color: #000;
}

.phone a {
	font-size: 15px;
	color: #2D7DD2;
}

.phone a:hover {
	color: #A90015;
}

.red {
	color: #A90015 !important;
}

.social-icons {
	padding-top: 47px;
	padding-left: 59px;
}

/* Radiologists */

.radiologist {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin: 15px 0px 15px 0px;
}

.doctorName {
	width: 100%;
	border-top: solid 1px #eee;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 13px;
}

.doctorName:hover {
	background-color: #eee;
}

.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

.well.center {
	margin-bottom: 20px;
	padding: 0px;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

.staff {
	float: left;
	margin: 7px 20px 0px 0px;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

/* Round Corners - Ginger, please note: If image has any padding applied to it, the rounded corners will not work. Change the applied padding to a margin. */
.round {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

/* This will collapse the classic movie on screens smaller than 940 */
/* It will also auto width the container980 when screens are smaller than 940  */
@media only screen
and (min-width: 980px)
and (max-width: 1024px) {
	.navbar .nav > li > a, .navbar .nav > li > a:visited {
		color: #FFF !important;
		padding: 15px 5px 15px;
		filter: none !important;
		font-size: 12px !important;
	}
	
	.contactinfo {
		display: none;
	}
}

@media (max-width: 940px) {
	
	.links-contained {
		width: auto;
		margin: auto;
	}
	
	.slideshow {
		width: 100%;
		height: auto;
	}
	
	.slideshow img {
		width: auto\9;
		max-width: 100% !important;
		height: auto;
		-ms-interpolation-mode: bicubic
	}
	
	.navbar .nav > li {
		border-right: none;
	}
  
  .content {
	  padding-top: 0px;
  }
  
  .upper-right-header {
	height: 0px;
	display: none;
	}
	
	.pricel {
		text-align: left;
		margin-top: 0px;
	}
  
  .classicHeader {
	  display: none;
  }
  
  .container980 {
	width:auto; 
	margin-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  
  .vitalelement {
	  background-image: none;
	  width: 100%;
	  margin: 0px;
  }
  
  .vertical {
	  border-right: none;
	  border-bottom: 1px solid #DBE3E3;
  }
  
  body {
	  background-color:#FFF;
	  background-image: none;
  }
}
	/* Customize buttons */
	
	
	.btn-ve1 {
	  background-color: hsl(212, 69%, 45%) !important;
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e91de", endColorstr="#236dc1");
	  background-image: -khtml-gradient(linear, left top, left bottom, from(#4e91de), to(#236dc1));
	  background-image: -moz-linear-gradient(top, #4e91de, #236dc1);
	  background-image: -ms-linear-gradient(top, #4e91de, #236dc1);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e91de), color-stop(100%, #236dc1));
	  background-image: -webkit-linear-gradient(top, #4e91de, #236dc1);
	  background-image: -o-linear-gradient(top, #4e91de, #236dc1);
	  background-image: linear-gradient(#4e91de, #236dc1);
	  border-color: #236dc1 #236dc1 hsl(212, 69%, 41.5%);
	  color: #FFF !important;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.23);
	  -webkit-font-smoothing: antialiased;
	  -webkit-border-radius: 6px !important;
	  -moz-border-radius: 6px !important;
	  border-radius: 6px !important;
	}



	.btn-ve2 {
	  background-color: hsl(42, 99%, 43%) !important;
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdbc24", endColorstr="#da9901");
	  background-image: -khtml-gradient(linear, left top, left bottom, from(#fdbc24), to(#da9901));
	  background-image: -moz-linear-gradient(top, #fdbc24, #da9901);
	  background-image: -ms-linear-gradient(top, #fdbc24, #da9901);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdbc24), color-stop(100%, #da9901));
	  background-image: -webkit-linear-gradient(top, #fdbc24, #da9901);
	  background-image: -o-linear-gradient(top, #fdbc24, #da9901);
	  background-image: linear-gradient(#fdbc24, #da9901);
	  border-color: #da9901 #da9901 hsl(42, 99%, 39.5%);
	  color: #FFF !important;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.23);
	  -webkit-font-smoothing: antialiased;
	  -webkit-font-smoothing: antialiased;
	  -webkit-border-radius: 6px !important;
	  -moz-border-radius: 6px !important;
	  border-radius: 6px !important;
	}




	.btn-ve3 {
	  background-color: hsl(194, 55%, 47%) !important;
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64b8d2", endColorstr="#359bb9");
	  background-image: -khtml-gradient(linear, left top, left bottom, from(#64b8d2), to(#359bb9));
	  background-image: -moz-linear-gradient(top, #64b8d2, #359bb9);
	  background-image: -ms-linear-gradient(top, #64b8d2, #359bb9);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64b8d2), color-stop(100%, #359bb9));
	  background-image: -webkit-linear-gradient(top, #64b8d2, #359bb9);
	  background-image: -o-linear-gradient(top, #64b8d2, #359bb9);
	  background-image: linear-gradient(#64b8d2, #359bb9);
	  border-color: #359bb9 #359bb9 hsl(194, 55%, 43.5%);
	  color: #FFF !important;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.23);
	  -webkit-font-smoothing: antialiased;
	  -webkit-font-smoothing: antialiased;
	  -webkit-border-radius: 6px !important;
	  -moz-border-radius: 6px !important;
	  border-radius: 6px !important;
	}
	
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {
	
	footer {
		font-size: 11px;
	}
	
	.classicMovies img {
		display: block;
	}
	
	.slideshow {
		display: none;
	}
	
	.classicMovies {
		margin-bottom: 20px;
	}
	
	.container {
		width: 724px !important;
	}
	
	footer {
		width: 100%;
	}
	
	.container980 {
		margin-bottom: 20px;
	}
	
	.span7 {
		display: block;
		width: 100%;
	}
	
	.navbar{
		margin-bottom: 0px;
		margin-top: 0px !important;
	}
	
	.social-icons {
		display: none;
		height: 0px;
	}
	
	.phone {
		display: none;
		height: 0px;
	}
}

@media (max-width: 767px){
	
	.contactinfo {
		text-align: center;
	}
	
	.social-icons {
		display: none;
		height: 0px;
	}
	
	.phone {
		display: none;
		height: 0px;
	}
	
	.classicMovies img {
		display: block;
		margin-top: 20px;
	}
	
	.slideshow {
		display: none;
	}
	
	.classicMovies {
		margin-bottom: 20px;
	}
	
	.container980 {
		border: 0px;
	}
	
	.links {
		width: 100%;
		display: table;
		background-color: #fafafa;
		font-size: 13px;
		border-bottom: 0px;
		border: 1px solid rgba(49,78,95,0.09);
		margin: 0 auto;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
	}
	
	.links section {
		width: 100% !important;
		display: block !important;
		border-bottom: 0px;
		margin: 0 auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		border-left: 0px;
	}
	
	.links section.browse {
		border-bottom: 1px solid rgba(49,78,95,0.09);
		border-top : 1px solid rgba(49,78,95,0.09);
	}
	
	.links section.services {
		border-bottom: 1px solid rgba(49,78,95,0.09);
	}
	
	.links section.consultation {
		border-right: 0px;
	}
	
	footer {
		width: 100%;
		padding: 0px 0px 0px 0px !important;
	}
	
	.navbar{
		margin-bottom: 0px;
		margin-top: 0px !important;
	}
	
	.logo {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 0px !important;
	}
}