/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
 
 
/* FONTS */

@font-face {
font-family: 'Reckless Neue';
src: url('../inc/fonts/RecklessNeue-Bold.eot');
src: url('../inc/fonts/RecklessNeue-Boldeot?#iefix') format('embedded-opentype'),
url('../inc/fonts/RecklessNeue-Bold.woff2') format('woff2'), 
url('../inc/fonts/RecklessNeue-Bold.woff') format('woff'), 
url('../inc/fonts/RecklessNeue-Bold.ttf') format('truetype') 
}  

@font-face {
font-family: 'Proxima Nova Condensed Bold';
src: url('../inc/fonts/ProximaNovaCond-Bold.eot');
src: url('../inc/fonts/ProximaNovaCond-Boldeot?#iefix') format('embedded-opentype'),
url('../inc/fonts/ProximaNovaCond-Bold.woff2') format('woff2'), 
url('../inc/fonts/ProximaNovaCond-Bold.woff') format('woff'), 
url('../inc/fonts/ProximaNovaCond-Bold.ttf') format('truetype') 
} 
 
BODY { 
	background-color: White;
} 
 
#navigation .header { 
	background-color: #006699; 
}

@media (min-width:768px){
	#navigation .header  { 
	height: 90px;
	padding-top: 15px;
}
}
 
#navigation {
  /* 1. Navigation wrapper */
}

#navigation .navbar-brand H1 {
  font-family: "Reckless Neue", Arial, serif;
  font-size: 36px;
  font-weight: bold;
  color: White;
  line-height: normal;
}
#navigation .navbar-brand H1 SPAN.dotnet {
	color: #57C7FF;
}

#navigation .slogan {
  border-left: none;
}

.social-media A {
  background: #289DE9;
}

.social-media A:HOVER {
	background: #289DE9 !important;
}
 
.navbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

  .dropdown-menu.mega-menu li a {
	padding: 8px 0 !important;
  }

  .dropdown-menu.mega-menu li a:before,
  .dropdown-menu.mega-menu li a.menu-item:before {
    content: "";
  }

A.menu-item.xtrabright {
	color: White;
}


/*=========================================================
++++++++++NEW MENU COLORS
==========================================================*/

.navbar {
  /*background-image: -webkit-linear-gradient(top, #005B88 0%, #006699 100%);
  background-image: linear-gradient(to bottom, #005B88 0%, #006699 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff255372', endColorstr='#ff285A7D', GradientType=0);*/
   background-color: #006699;
}

body .navbar-nav > li.home-link a i,
body #main-menu > li.home-link a i,
body .navbar-nav > li.home-link a:link i,
body #main-menu > li.home-link a:link i,
body .navbar-nav > li.home-link a:focus i,
body #main-menu > li.home-link a:focus i {
  color: #289DE9 !important;
}

.btn-navbar,
.navbar-btn {
  background: #289DE9;
}

.btn-navbar .bar,
.navbar-btn .bar {
  background-color: #C4E4F1;
}

.btn-navbar.open,
.navbar-btn.open,
.btn-navbar:hover,
.navbar-btn:hover {
  background: #289DE9;
}
.btn-navbar.open .bar,
.navbar-btn.open .bar,
.btn-navbar:hover .bar,
.navbar-btn:hover .bar {
  background-color: #C4E4F1;
}

.navbar-nav > li > a, 
#main-menu > li > a {
	color: #FFF;
}

.navbar-nav > li > a:hover,
#main-menu > li > a:hover,
.navbar-nav > li.active > a,
#main-menu > li.active > a {
  color: #FFF;
  background: #006699;
}

#jPanelMenu-menu {
  background-color: #006699;
}

#navigation .js-clingify-locked {
  /*background-image: -webkit-linear-gradient(top, #005B88 0%, #006699 100%);
  background-image: linear-gradient(to bottom, #005B88 0%, #006699 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff255372', endColorstr='#ff285A7D', GradientType=0);*/
   background-color: #006699;
}


/*=========================================================
+++++++++++ EO NEW MENU COLORS
==========================================================*/



#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}

#content H1 {
	color: #006699 !important;
	font-family: 'Proxima Nova Condensed Bold', Arial, serif !important;
}

#content H2, #content H3, #content H4, #content H5, #content H6 {
	font-family: 'Proxima Nova Condensed Bold', Arial, serif !important;
}

#home #content H2 {
	font-size: 26px;
	color: #006699;
	margin-top: 5px;
}

#home #content H3 {
	font-size: 18px;
}

.alert-warning H3,
.alert-warning A {
	color: Black;
}

.alert-warning A:HOVER {
	color: Black;
	text-decoration: none !important;
}

#home #content H4 {
	font-size: 22px;
	margin-bottom: -15px;
}

#content H4 {
	line-height: 1.5em;
}

#home #content H4 {
	line-height: 1.2em;
}

#home #content #featuredsurgeons H2 {
	font-size: 18px;
}

#home #content .alert {
	padding-bottom: 0;
}

.tumblrfeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tumblrfeed P {
	border-bottom: 1px dashed #CCC;
	margin:  0px !important;
	padding: 6px 0;
}

.tumblrfeed A {
	font-weight: bold;
	text-decoration: none !important;
}
	

#home .map {
	background-color: #A6BFDD;
	text-align: center;
	margin: 0 0px 20px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#home .map IMG, #content IMG {
	max-width: 100%;
	height: auto;
}

#content P {
	margin: 1.5em 0;
}

#content A {
	text-decoration: underline;
}

IMG.alignleft {
	float: left; 
	margin: 0 13px 5px 0; 
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

IMG.alignright {
	float: right;
	margin: 0 0 5px 13px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

DIV.alignright {
	float: right;
	margin: 0 0 5px 13px;
}

IMG.alignright.noshadow, .noshadow {
	box-shadow: none !important;
}

.photo {
	width: auto;
}

.photo-caption {
	text-align: center;
	padding: 4px;
	font-style: italic;
}

#content TABLE TD {
	font-size: 12px;
}

.sidebar {
	text-align: center;
}


/*
BODY#home #poll {
	display: none;
}( */



#content-below {
background-color: #C4E4F1;
  /* 4. Content Below wrapper */
}
#footer {
background-color: #306D96;
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 768px) {
DIV.alignright {
	float: none;
	margin: 0;
	text-align: center;
}
DIV.alignright IMG {
	margin: 0 auto;
}
}

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) 
    .leaderboard {
	display: inline;
	text-align: center;
	}*/
}



/* -----------------
    SPONSORS
========================*/

.sponsor-wrapper {
max-width: 300px;
margin: 0 auto;
 }
 
 .sponsor IMG {
	text-align: center;
}

.sponsor:before { 
	content: "Advertisement";
	text-transform: uppercase;
	font-size: 10px;
	border: 1px dotted #CCC;
	color: #999;
	padding: 5px;
	display: block;
	width: 30%;
	margin: 0 auto;
}

.sponsor {
	margin: 30px 0;
	text-align: center;
}

.sponsor IMG,
.leaderboard IMG {
	padding-top: 10px;	
}

.leaderboard_desktop,
.leaderboard_mobile {
	padding-top: 10px;	
}

.leaderboard { /* See Responsive Media Queries below */
	display: none;
}

/* AdSpeed Responsive Ads */

@media (max-width: 992px) {
  .leaderboard_mobile { 
  	display: block;
	margin: 0px auto 30px;
}
	
.leaderboard_mobile IMG, 
.leaderboard_mobile IFRAME {
	max-width: 320px !important;
}	  
}

@media (min-width: 993px) {
  .leaderboard_desktop { 
  	display: block;
	margin: 0px auto 30px;
  }
  
.leaderboard_desktop IMG, 
.leaderboard_desktop IFRAME {
	max-width: 728px !important;
	/*max-height: 90px;*/
	}
}
}
/* EO AdSpeed Responsive Ads */

/* RESPONSIVE ADS */

@media (max-width: 599px) {
  .leaderboard {
	  text-align: center;
  }
  .leaderboard_sm { 
  	display: block;
	margin: 30px auto;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  .leaderboard {
	  text-align: center;
  }
  .leaderboard_md { 
  	display: block;
	margin: 30px auto;
  }
}
@media (min-width: 993px) {
  .leaderboard {
	  text-align: center;
  }
  .leaderboard_lg { 
  	display: block;
	margin: 30px auto;
  }
}


/* -----------------
    MULTI COLUMN LISTS
========================*/

UL.col-3 {
	padding-left: 7px;
}

UL.col-3 LI {
	width: 32%;
	float: left;
	list-style-type: none;	
	padding: 4px 4px 4px 8px;
	margin-top: 0;
}

#surgeonindex UL.col-3 LI A {
	color: Black !important;
}

@media (max-width: 479px) {
UL.col-3 LI {
	width: 48%;
}	
}


UL.col-4 LI {
	width: 24%;
	float: left;
	list-style-type: none;	
	padding: 4px;
}

#surgeonindex UL.col-4 LI A {
	color: Black;
}

#surgeonindex UL.col-4 LI A:HOVER {
	text-decoration: none;
}

@media (max-width: 479px) {
UL.col-4 LI {
	width: 48%;
}	
}


/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
 
 A.anchor {
	display: block;
	position: relative;
	top: -200px;
 	visibility: hidden;
}  
 
.testimonials blockquote p {
	font-size: 14px;
}

BLOCKQUOTE P {
	background-color: #EEE !important;
	position: inherit;
}

#sharetools {
	padding: 30px 5px 0 5px;
}

BODY.surgeonlisting #sharetools { display: none; }

.fb-like {
	/*display: block !important;
	padding-bottom: 5px;*/
	display: none !important;
}

BODY.surgeonlisting .fb-page { display: none; }

.twitter-share-button {display: none; }

#google_translate_element {
	/*float: right;
	padding-top: 30px; 
	padding-right: 5px;*/
	display: none;
}

#home #sharetools {
	padding: 0 15px;
}

#home #google_translate_element { 
	padding-right: 15px;
}

IFRAME {
	border: none !important;
}

IFRAME.map, #surgeonmap IFRAME, IFRAME.video {
	max-width: 100%;
}

IFRAME.video {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#surgeons UL {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#surgeons UL LI {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	margin-left: 0;
	padding: 5px 0;
}

DIV.hr {
  height: 2px;
  background: #FFF url(../img/hr.png)  no-repeat scroll center;
  margin-bottom: 30px;
  padding-top: 20px;
  clear: both;
}

DIV.hr HR {
  display: none;
}

.fb-like {
	padding: 10px 0;
	display: none;
}

.photo-c2a-box IMG {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.photo-c2a-box P {
	text-align: center;
}

/*.photo-c2a-box */
A.btn {
	text-decoration: none !important;
}

/* ============== CUSTOM FB FOLLOW/LIKE BAR */
.fbfollow {
	background-image: url(../img/fb-likepage-bkgd.png);
	background-repeat: no-repeat;
	background-color: #4C67A0;
	padding: 0 10px;
	min-height: 42px;
}
.fbfollow IMG.btn-likepage {
	float: right;
	padding-top: 4px;
}
.fbfollow IMG.icon-32 {
	padding-right: 20px;
}
.fbfollow P {
	color: White;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fbfollow A {
	color: White;
}
.fbfollow A IMG {
	padding-right: 10px;
}
.fbfollow A:HOVER {
	text-decoration: none !important;
	color: White;
}
/* ============== EO CUSTOM FB FOLLOW/LIKE BAR */


/* SURGEONS INDEX +++++++++++++++++++++++++++++++++++++++++++++ */

#twopartners {
	/*background-color: #F1F9FB;
	border: 1px solid #DAEDF1;	
	-webkit-box-shadow: 5px 5px 1px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    5px 5px 1px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         5px 5px 1px 0px rgba(50, 50, 50, 0.15);*/
	margin-bottom: 30px;
}

@media (min-width: 768px) {
#allpartners H3,
.special-intl H3 {
	font-size: 1.2em;
}

#allpartners P,
.special-intl .col-sm-4 P {
	font-size: 0.9em;
}

#allpartners IMG,
.special-intl .col-sm-4 IMG {
	width: 100px;
	height: 100px;
}
}

P.dept-heading {
	font-weight: bold;
	color: #999;
	border-bottom: 1px dotted #999;
	text-transform: uppercase;
}

@media (max-width: 768px) {

#twopartners IMG, #allpartners IMG {
	width: 150px;
	height: 150px;
}

#twopartners .col-sm-6,
#allpartners .col-sm-4 {
	clear: left;
}
}







/* CORNER RIBBON */

.ribbon {
position: absolute;
left: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 100px;
display: block;
background: #79A70A;
background: linear-gradient(#9BC90D 0%, #79A70A 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; left: -21px;
}
.ribbon span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #79A70A;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
}
.ribbon span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #79A70A;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
}
/* EO CORNER RIBBON */







/*
 * --------------------------------------------------
 * CALL TO ACTION BUTTONS (Also see: forms2.css for Mosser)
 *--------------------------------------------------
 */

A.c2abutton-blue {
	-moz-box-shadow:inset 0px 1px 0px 2px #78B8DA;
	-webkit-box-shadow:inset 0px 1px 0px 2px #78B8DA;
	box-shadow:inset 0px 1px 0px 2px #78B8DA;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3794C7), color-stop(1, #006699) );
	background:-moz-linear-gradient( center top, #3794C7 5%, #006699 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3794C7', endColorstr='#006699');
	background-color:#3794C7;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	/*border:2px solid #006699;*/
	display:inline-block;
	color:#ffffff;
	font-size: 18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #006699;
	text-transform: uppercase;
	margin: 10px 0;
}

A.c2abutton-blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #3794C7) );
	background:-moz-linear-gradient( center top, #006699 5%, #3794C7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#3794C7');
	background-color:#006699;
}

A.c2abutton-blue:active {
	position:relative;
	top:1px;
}


#prequal A.c2abutton-blue {
	display:inline;
	font-size: 14px;
	padding: 4px 8px;
	margin: 4px 8px;
	text-decoration: none;
}

#prequal A.c2abutton-blue:hover {
	color: White;
}

#prequal H4 {
	padding-bottom: 10px !important;
}

/*
#prequal HR {
	display: block; 
	height: 1px;
 	border: 0; 
	border-top: 1px dotted #333;
 	margin: 1em 0; 
	padding: 0;	
}*/


/* Orange Button */

A.c2abutton-orange {
	-moz-box-shadow:inset 0px 1px 0px 2px #F9A43C;
	-webkit-box-shadow:inset 0px 1px 0px 2px #F9A43C;
	box-shadow:inset 0px 1px 0px 2px #F9A43C;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F58717), color-stop(1, #F26C0C) );
	background:-moz-linear-gradient( center top, #F58717 5%, #F26C0C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58717', endColorstr='#F26C0C');
	background-color:#F58717;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	/*border:2px solid #F26C0C;*/
	display:inline-block;
	color:#ffffff;
	font-size: 18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width: auto;
	text-decoration:none !important;
	text-align:center;
	text-shadow:2px 2px 0px #F26C0C;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 6px 10px;
}

A.c2abutton-orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F26C0C), color-stop(1, #F58717) );
	background:-moz-linear-gradient( center top, #F26C0C 5%, #F58717 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F26C0C', endColorstr='#F58717');
	background-color:#F26C0C;
}

A.c2abutton-orange:active {
	position:relative;
	top:1px;
}

#bigc2a A {
	color: White;
}

#bigc2a {
	float: right;
}


@media (max-width: 479px) {

#navigation .navbar-brand H1 {
  font-size: 40px;
}

#prequal A.c2abutton-blue {
	font-size: 11px;
	margin: 2px 4px;	
}

#prequal P {
	margin: 10px 0px;
}

#prequal {
	margin-bottom: 15px;
}

A.c2abutton-orange {
	font-size: 14px;
	padding: 10px;
}

#content .alignright,
#content .alignleft,
#content IMG.alignright,
#content IMG.alignleft,
#surgeonsindex #content IMG.alignleft {
	float: none;
	display: block;
}

}



@media (max-width: 768px)  {
#bigc2a {
	float: none;
}

#content .alignright,
#content .alignleft,
#content IMG.alignright,
#content IMG.alignleft,
#surgeonsindex #content IMG.alignleft {
	float: none;
	display: block;
}

}



@media (min-width: 1024px) and (max-width: 1200px) {
#prequal A.c2abutton-blue {
	font-size: 11px;
	margin: 0px 4px;
}

#prequal P {
	margin: 10px 0px;
}

#prequal {
	margin-bottom: 15px;
}

#bigc2a A.c2abutton-orange {
	margin: -30px 0 0;
}

}



/* HOME RSS FEEDS */
.rss-feed UL{
	padding-left: 0;
	list-style-type:none;
}

.rss-feed LI {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #CCC;
}


/*
 * --------------------------------------------------
 * MachForm
 *--------------------------------------------------
 */

#leadform {
	max-width: 360px;
	background: rgba(55,148,199,1);
	background: -moz-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(55,148,199,1)), color-stop(100%, rgba(0,102,153,1)));
	background: -webkit-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: linear-gradient(135deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3794c7', endColorstr='#006699', GradientType=1 );
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto;
}

#leadform H2 { 
	font-weight: bold;
	background-color: #006699;
	color: White !important;
	text-align: center;
	padding: 10px;
	border-bottom: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -5px;
}

#leadform #arrow {
	margin-bottom: -20px;
	text-align: center;
}


/* PRINT STYLES */

@media print {
HTML {
	margin: 0; 
	padding: 0;
	width: 500pt;
}

#content { 
	font-size: 9.5pt;
}

.social-media, #leadform, .leaderboard, #sharetools, #google_translate_element {
	display: none;
}

}