/*
 * --------------------------------------------------
 * 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, #content H3 {
	font-size: 18px;
}

#content H3 {
	margin-top: 40px;
.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;
}

#home .map {
	background-color: #B1D7FE;
	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);
}

.jumbotron IMG.alignright {	
	box-shadow: none;
}


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

#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}

.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) */
  .container .jumbotron {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}


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



/*
 * --------------------------------------------------
 * 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: 0 5px;
}

BODY.surgeonlisting #sharetools { display: none; }

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

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

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

.tumblr-like, .twitter-like { display: inline-block; }


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

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


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

.jumbotron {
	padding: 15px 0;
}

.hr {
	clear: left;
}


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


#syndicatedblogs {
	font-size: 0.85em;	
}

#syndicatedblogs UL {
	padding-left: 0px;
}

#syndicatedblogs LI {
	list-style-type: none;
	padding: 3px 0px;
}

#syndicatedblogs P {
	margin-top: -5px;
	margin-bottom: 5px;
}


/* SURGEONS */

@media (min-width: 768px) {
#allpartners H2 {
	font-size: 1.2em;
}

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

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



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


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

}
