/*
 * --------------------------------------------------
 * 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: #FFF;
  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: "";
  }

/*=========================================================
++++++++++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;
}

#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;
}

.alert-pink {
	background-color: #FDF4F5;
	border-color: #CCC;
}

#home #content .special {
	background-color: #F9EFCA;
}

#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;
}

#content A.btn {
	text-decoration: none !important;
}

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;
}

DIV.alignleft {
	float: left;
	margin: 0 13px 5px 0;
}

.video IFRAME {
	max-width: 100%;
}

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

.photo {
	width: auto;
}

.photo-caption {
	text-align: center;
	padding: 4px;
	font-size: 12px;
}
/*
#content TABLE TD {
	font-size: 12px;
}
*/

.sidebar {
	text-align: center;
}

.sidebar-right .inner {
	border-left: none !important;
}

#inquiryform {
	margin-bottom: -30px;
 }

#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 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;
	}*/
}

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


#content-below {
	background-color: #C4E4F1;
  /* 4. Content Below wrapper */
}
#footer {
	background-color: #306D96;
  /* 5. Footer wrapper */
}


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

.sponsor-wrapper {
max-width: 300px;
margin: 0 auto;
 }

.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 {
	padding-top: 10px;	
}

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

.sidebar, .sidebar LEGEND {
	text-align: center;
}


/* RESPONSIVE ADS ================================== */

.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 */


@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: 0px auto 30px;
  }
}

/* -----------------
    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;
}
 
BLOCKQUOTE {
	 clear: both;
 }
 
 BLOCKQUOTE P {
	 background-color: #EEE !important;
	 position: inherit;
 }
 
.testimonials blockquote p {
	font-size: 14px;
}

#sharetools {
	padding: 0 5px;
}

BODY.surgeonlisting #sharetools { display: none; }

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

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

#google_translate_element {
	/*float: right; 
	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%;
}

#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;
}

.photo-box-small {
	width: 200px;
}

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

.photo-c2a-box IMG,
.photo-box-small 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 */


#featpartners, #twopartners, #intlpartners  {
	/*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 {
	font-size: 1.2em;
}

#allpartners P {
	font-size: 0.9em;
}

#allpartners IMG {
	width: 100px;
	height: 100px;
}
}

@media (max-width: 768px) {

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

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

P.dept-heading {
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #019EC5;
	text-transform: uppercase;
	margin-bottom: 0px; 
	margin-left: 15px;
}

P.dept-heading SPAN {
	background-color: #019EC5;
    padding-left: 4px;
    padding-right: 4px;
	border-radius: 5px 5px 0px 0px;
}




/* 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 */




/* GALLERY */
@media (max-width: 820px) {
.gallery IMG {
	padding-top: 20px;
}
}

/* ------ MODAL POPUP ------ */
.jqmWindow {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

@media (max-width: 768px) {
.jqmWindow {
    top: 40%;
	font-size: 0.85em;
	background-color: #FFC;
}
}

.jqmClose {
	font-weight:bold;
	margin: 0 25px 0 25px;
	padding: 2px 25px 2px 25px;
	border: 1px solid;
	color: White;
	background-color: #006699;
	text-transform: uppercase;
}
.jqmLink {
	font-weight:bold;
	margin: 0 25px 0 25px;
	padding: 2px 25px 2px 25px;
	border: 1px solid;
	color: White;
	background-color: #006699;
	text-transform: uppercase;
}

A:HOVER.jqmClose, A:HOVER.jqmLink {
	border: 1px solid;
	color: White;
	text-decoration: none;
}

.jqmWindow P {
}

.jqmOverlay { background-color: #000; }





/*
 * --------------------------------------------------
 * CALL TO ACTION BUTTONS (Also see: forms.css, forms2.css
 *--------------------------------------------------
 */

#bigc2a A {
	color: White;
	text-decoration: none;
}

#bigc2a {
	float: right;
}


@media (max-width: 479px) {

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

.photo-box-small {
	width: 100%;
}

}

@media (min-width: 738px) and (max-width: 1023px) {
#surgeonsindex #content IMG.alignleft {
	clear: left;
}

}



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

}



@media (min-width: 1024px) and (max-width: 1200px) {
#bigc2a A.btn {
	margin: -30px 0 0;
}

}


/*
 * --------------------------------------------------
 * 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;
}

}