/*
colors
main light #8A8A8A
main dark  #163A4D

text body  #777777
text h1-h6 #1E1E1E

links      #0A61C9
links      #4BAF46

form input:
boarders  #CCC
buttons   #999999

header    #555555
*/

body {
	color: #777777;
	margin-bottom: 160px;
}
.four-half-col {
	width: 37.5%;
}
.lightsearch {
	width: 60%;
	text-align: right;
}
.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
  margin-left: -1px;
  margin-right: -1px;
}
h1, h2, h3, h4, h5, h6 {
	color: #1E1E1E;
}
a {
	color: #0A61C9;
}
a:visited {
	color: #4BAF46;
}
a:hover {
	text-decoration: none;
	color: #2A81E9;
}
.nav, .navbar-default .navbar-nav>li>a {
	color: #555555;
	text-align: center;
}
.nav>li>a {
	padding-left: 8px;
	padding-right: 8px;
}
.nav, .navbar-default .navbar-nav>li>a:hover {
	color: black;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	background-image: none;
	box-shadow: none;
}
.glyphicon-heart, .glyphicon-bell {
    color: white;
	text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
}
.dropdown a:hover {
	color: rgb(28,75,96) !important;
}
.glyphicon-bell:hover {
	color: #c9d3c8 !important;
}
.search-tool {
	margin-top: 25px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
#invitation-button {
	margin-right: -15px;
	margin-left: -15px;
	text-align: center;
	opacity: 1.0;
	width: calc(100% + 30px);
	-webkit-animation: color_change 10s infinite alternate;
	-moz-animation: color_change 10s infinite alternate;
	-ms-animation: color_change 10s infinite alternate;
	-o-animation: color_change 10s infinite alternate;
	animation: color_change 10s infinite alternate;
}
@-webkit-keyframes color_change {
	from { background-color: white; }
	to { background-color: #FFF9F0; }
}
.InviteesSection input {
	margin-bottom: 10px;
}
.header-tool {
	margin-top: 9px;
	height: 40px;
	line-height: 40px;
	color: #555555;
}
.header-tool .glyphicon {
	padding-left: 0px;
	padding-right: 15px;
}
#member_avatar_header {
	margin-top: -20px;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	max-width: 88px;
	max-height: 68px;
}
#company-rep-menu .glyphicon-bell {
	padding-left: 10px;
	padding-right: 5px;
}
.header-tool>* {
	font-size: 20px;
	display: inline-block;
}
.search-field {
	position: relative;
	border: 1px solid #555555;
	border-radius: 5px;
	height: 40px;
	width: 100%;
}
.search-field .glyphicon {
	font-size: 20px;
	position: absolute;
	top: 9px;
	left: 14px;
}
.search-field input {
	background-color: transparent;
	border: none;
	width: 100%;
	height: 38px;
	text-indent: 10px;
	padding: 0;
	margin: 0;
}
#search-techniques {
	display: none;
}
.applinks {
	text-align: center;
	padding: 0;
	width: 120px;
}
.applinks img {
	margin-bottom: 5px;
}
.applink {
	display: inline-block;
	position: fixed;
	bottom: 0px;
	height: 60px;
	text-align: center;
	z-index: 100;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 10px;
	padding-top: 5px;
}
.applink img {
	height: 100%;
}
.footer {
	margin-top: 44px;
	border-top: 1px solid #999999;
	padding: 24px 0;
	color: #4A4A4A;
}
.footer .form-heading {
	font-size: 12px;
}
.footer h2, .footer li, .footer a {
	color: #4A4A4A;
}
.footer a:hover {
	color: #9b9b9b;
}
ul.footer-list {
	list-style-type: none;
	padding-left: 0;
}

.subscribe-field {
	width: 100%;
	position: relative;
	border: 1px solid #DDDDDD;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	margin-bottom: 10px;
}
.subscribe-field .glyphicon {
	font-size: 20px;
	position: absolute;
	top: 8px;
	right: 8px;
}
.subscribe-field input {
	background-color: transparent;
	border: none;
	width: 100%;
	height: 38px;
	text-indent: 15px;
	padding-right: 30px;
	margin: 0;
	border-radius: 20px;
}
.skeleton-row {
	background-color: #F5F6F7;
}
.forum-row {
	background-color: rgba(76,123,144,0.2);
	height: 615px;
	width: 100%;
	text-align: center;
	padding-top: 0;
	border-width: 0;
}
#interactive-skeleton-image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-height: 615px;
}
.is-category {
	display: block;
	position: absolute;
	border-style: solid;
	border-color: rgb(40,74,94);
	border-width: 0;
}
#is-spine {
	right:-webkit-calc(50% - 8px);
	right:-moz-calc(50% - 8px);
	right: calc(50% - 8px);
	top: 200px;	
	width: 39px;
	height: 22px;
}
#is-shoulder1 {
}
#is-shoulder2 {
	left:-webkit-calc(50% + 9px);
	left:-moz-calc(50% + 9px);
	left: calc(50% + 9px);
	top: 106px;	
	width: 63px;
	height: 22px;
}
#is-humerus1 {
}
#is-humerus2 {
	left:-webkit-calc(50% - 155px);
	left:-moz-calc(50% - 155px);
	left: calc(50% - 155px);
	top: 163px;	
	width: 125px;
	height: 44px;
}
#is-forearm1 {
}
#is-forearm2 {
	left:-webkit-calc(50% + 40px);
	left:-moz-calc(50% + 40px);
	left: calc(50% + 40px);
	top: 270px;
	width: 100px;
	height: 44px;
}
#is-forearm2 .popover {
}
#is-hand1 {
}
#is-hand2 {
	left:-webkit-calc(50% - 146px);
	left:-moz-calc(50% - 146px);
	left: calc(50% - 146px);
	top: 315px;	
	width: 107px;
	height: 22px;
}
#is-hand2 .popover {
}
#is-pelvis {
	right:-webkit-calc(50% - 50px);
	right:-moz-calc(50% - 50px);
	right: calc(50% - 50px);
	top: 254px;	
	width: 122px;
	height: 22px;
}
#is-femur {
	right:-webkit-calc(50% - 51px);
	right:-moz-calc(50% - 51px);
	right: calc(50% - 51px);
	top: 347px;	
	width: 125px;
	height: 66px;
}
#is-leg {
	right:-webkit-calc(50% - 51px);
	right:-moz-calc(50% - 51px);
	right: calc(50% - 51px);
	top: 477px;	
	width: 125px;
	height: 66px;
}
#is-foot {
	right:-webkit-calc(50% - 30px);
	right:-moz-calc(50% - 30px);
	right: calc(50% - 30px);
	top: 577px;	
	width: 82px;
	height: 22px;
}
.is-popover {
	width: 100%;
	height: 100%;
}
.homepage-categories {
	font-size: 16px;	
}
.homepage-categories a {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #606060;
	position: absolute;
	max-width: 125px;
	text-align: center;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.homepage-categories div {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #606060;
	position: absolute;
	max-width: 125px;
	text-align: center;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.homepage-categories a:hover {
	color: #284A5E;
	text-decoration: none;
	font-weight: 600;
}
.homepage-categories a:active {
	color: #284A5E;
	text-decoration: none;
	font-weight: 600;
}
.homepage-categories #pop-spine {
	right:-webkit-calc(50% - 8px);
	right:-moz-calc(50% - 8px);
	right: calc(50% - 8px);
	top: 180px;	
}
.homepage-categories #pop-shoulder2 {
	left:-webkit-calc(50% + 9px);
	left:-moz-calc(50% + 9px);
	left: calc(50% + 9px);
	top: 86px;	
}
.homepage-categories #pop-humerus2 {
	left:-webkit-calc(50% - 155px);
	left:-moz-calc(50% - 155px);
	left: calc(50% - 155px);
	top: 143px;	
}
.homepage-categories #pop-forearm2 {
	left:-webkit-calc(50% + 40px);
	left:-moz-calc(50% + 40px);
	left: calc(50% + 40px);
	top: 250px;
	width: 100px;
}
.homepage-categories #pop-hand2 {
	left:-webkit-calc(50% - 146px);
	left:-moz-calc(50% - 146px);
	left: calc(50% - 146px);
	top: 295px;	
}
.homepage-categories #pop-pelvis {
	right:-webkit-calc(50% - 50px);
	right:-moz-calc(50% - 50px);
	right: calc(50% - 50px);
	top: 234px;	
}
.homepage-categories #pop-femur {
	right:-webkit-calc(50% - 51px);
	right:-moz-calc(50% - 51px);
	right: calc(50% - 51px);
	top: 327px;	
}
.homepage-categories #pop-leg {
	right:-webkit-calc(50% - 51px);
	right:-moz-calc(50% - 51px);
	right: calc(50% - 51px);
	top: 457px;	
}
.homepage-categories #pop-foot {
	right:-webkit-calc(50% - 30px);
	right:-moz-calc(50% - 30px);
	right: calc(50% - 30px);
	top: 557px;	
}
/* FractureMan Skeleton */
/* Fracture Man Skeleton */
#products-homepage .homepage-categories a {
	color: #7F0000;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#products-homepage .homepage-categories div {
	color: #7F0000;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#products-homepage #interactive-skeleton-image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-height: 615px;
}
#products-homepage .is-category {
	display: block;
	position: absolute;
	border-style: solid;
	border-color: rgb(40,74,94);
	border-width: 0;
}
#products-homepage #is-spine {
	right:-webkit-calc(50% - 13px);
	right:-moz-calc(50% - 13px);
	right: calc(50% - 13px);
	top: 200px;	
	width: 39px;
	height: 22px;
}
#products-homepage #is-shoulder1 {
}
#products-homepage #is-shoulder2 {
	left:-webkit-calc(50% + 16px);
	left:-moz-calc(50% + 16px);
	left: calc(50% + 16px);
	top: 146px;	
	width: 63px;
	height: 22px;
}
#products-homepage #is-humerus1 {
}
#products-homepage #is-humerus2 {
	left:-webkit-calc(50% - 150px);
	left:-moz-calc(50% - 150px);
	left: calc(50% - 150px);
	top: 183px;	
	width: 125px;
	height: 44px;
}
#products-homepage #is-forearm1 {
}
#products-homepage #is-forearm2 {
	left:-webkit-calc(50% + 40px);
	left:-moz-calc(50% + 40px);
	left: calc(50% + 40px);
	top: 290px;
	width: 100px;
	height: 44px;
}
#products-homepage #is-forearm2 .popover {
}
#products-homepage #is-hand1 {
}
#products-homepage #is-hand2 {
	left:-webkit-calc(50% - 150px);
	left:-moz-calc(50% - 150px);
	left: calc(50% - 150px);
	top: 345px;	
	width: 107px;
	height: 22px;
}
#products-homepage #is-hand2 .popover {
}
#products-homepage #is-pelvis {
	right:-webkit-calc(50% - 55px);
	right:-moz-calc(50% - 55px);
	right: calc(50% - 55px);
	top: 314px;	
	width: 122px;
	height: 22px;
}
#products-homepage #is-femur {
	right:-webkit-calc(50% - 55px);
	right:-moz-calc(50% - 55px);
	right: calc(50% - 55px);
	top: 370px;	
	width: 125px;
	height: 66px;
}
#products-homepage #is-leg {
	right:-webkit-calc(50% - 55px);
	right:-moz-calc(50% - 55px);
	right: calc(50% - 55px);
	top: 457px;	
	width: 125px;
	height: 66px;
}
#products-homepage #is-foot {
	right:-webkit-calc(50% - 34px);
	right:-moz-calc(50% - 34px);
	right: calc(50% - 34px);
	top: 550px;	
	width: 82px;
	height: 22px;
}
#products-homepage .homepage-categories #pop-spine {
	right:-webkit-calc(50% - 13px);
	right:-moz-calc(50% - 13px);
	right: calc(50% - 13px);
	top: 180px;	
}
#products-homepage .homepage-categories #pop-shoulder2 {
	left:-webkit-calc(50% + 16px);
	left:-moz-calc(50% + 16px);
	left: calc(50% + 16px);
	top: 126px;	
}
#products-homepage .homepage-categories #pop-humerus2 {
	left:-webkit-calc(50% - 150px);
	left:-moz-calc(50% - 150px);
	left: calc(50% - 150px);
	top: 163px;	
}
#products-homepage .homepage-categories #pop-forearm2 {
	left:-webkit-calc(50% + 40px);
	left:-moz-calc(50% + 40px);
	left: calc(50% + 40px);
	top: 270px;
	width: 100px;
}
#products-homepage .homepage-categories #pop-hand2 {
	left:-webkit-calc(50% - 150px);
	left:-moz-calc(50% - 150px);
	left: calc(50% - 150px);
	top: 325px;	
}
#products-homepage .homepage-categories #pop-pelvis {
	right:-webkit-calc(50% - 55px);
	right:-moz-calc(50% - 55px);
	right: calc(50% - 55px);
	top: 294px;	
}
#products-homepage .homepage-categories #pop-femur {
	right:-webkit-calc(50% - 55px);
	right:-moz-calc(50% - 55px);
	right: calc(50% - 55px);
	top: 350px;	
}
#products-homepage .homepage-categories #pop-leg {
	right:-webkit-calc(50% - 55px);
	right:-moz-calc(50% - 55px);
	right: calc(50% - 55px);
	top: 437px;	
}
#products-homepage .homepage-categories #pop-foot {
	right:-webkit-calc(50% - 34px);
	right:-moz-calc(50% - 34px);
	right: calc(50% - 34px);
	top: 530px;	
}
.right-scroll {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.left-scroll {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow: scroll;
}
#brands {
	margin-left: 0;
}
.homepageCAF .form-control {
	max-width: 999px;
}
.homepageCAF .memberTypeSelectors {
	max-width: 999px;
}
.homepageCAF button.submit {
	max-width: 999px;
}
.homepageCAF .input_container {
	max-width: 999px;
}
.homepageCAF .form-control {
	margin-top: 20px;
}
.homepageCAF .popover {
	left: 80% !important;
	top: -165px !important;
	margin-left: -27px !important;
	width: 100%;
}
.old-home-header {
	display: none;
}
.home-header h1 {
	color: #2C5B70;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Runway', sans-serif;
}
.home-header h1 .big {
	font-size: 36px;
}
.site-header h2 {
	background-color: rgb(28,75,96);
	color: white;
	font-style: italic;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	padding-top: 15px;
	padding-bottom: 15px;
}
.home-header h2 {
	color: #4C7B90;
	font-style: italic;
	font-size: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.home-header h6 {
	font-size: 16px;
	text-align: center;
}
.home-header button.submit {
	padding: 5px;
	height: 70px;
	margin-bottom: 10px;
	color: white;
}
.home-header button.green {
	background-color: #58b958;
	border-color: #58b958;
}
.home-header button.blue {
	background-color: #0064d0;
	border-color: #0064d0;
}
.home-header ul {
	text-align: center;
}
.home-header li {
	display: inline-block;
	list-style-type: disc;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 20px;
}
.header-background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: white;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0px;
}
.header-holder {
	height: 164px;
	display: block;
	width: 100%;
}
.logo-holder {
	padding-right: 0;
}
.category-selection {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 15px;
	color: #555555;
}
.category-selection .selected {
	background-color: red;
}
#search-ratings {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #eeeeee;

}
#ratings img {
	height: 14px;
	padding-left: 5px;
}

#search-results .image-container {
	width: 100%;
	padding-top: 100%;
    position: relative;
    text-align: center;
}
#search-results .image-container img {
	max-width: 100%;
	max-height: 100%;
	margin-top: -100%;
	padding: 5px;
}
#connections #page-content {
	margin-top: 10px;
	margin-left: 37px;
	margin-right: 17px;
}
#connections #search-results .image-container img {
	max-width: 100%;
	max-height: 100%;
	margin-top: -100%;
	padding: 5px;
	border-radius: 20px;
	border-width: 0px;
	border-color: white;
	border-style: solid;
}
#connections #search-results .image-container img:hover {
	opacity: .5;
}
#connections .member-name {
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
}
#connections .member-title {
	font-size: 10px;
}
#connections .member-email, #profile-details .member-email {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: calc(100% + 15px);
}
#connections .member-email a, #profile-details .member-email a {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	text-align: center;
	color: white;
	border: 0px solid white;
	border-radius: 4px;
}
#connections .connection-row {
	height: 112px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#connections .connection-row .col-xs-2 {
	height: 100%;
}
#profile-details .row {
	margin-bottom: 20px;
}
#search-results .product-container {
	padding: 2px;
	margin-bottom: 5px;
	min-height: 500px;
}
#search-results .product-container:hover {
	padding: 0;
	border: 2px solid rgb(137, 137, 137);
	border-radius: 4px;
}

.stars {
	display: inline;
	font-size: 14px;
	color: #515356;
	margin-left: 5px;
}
.stars img {
	height: 14px;
	webkit-filter: opacity(66.66%);
	filter: opacity(66.66%);
}
.comments, .response {
	font-size: 14px;
	display: inline;
	float: right;
	color: #515356;
	margin-right: 5px;
}
.response {
	background-color: rgba(28, 75, 96, 0.15);
	margin-top: -10px;
	margin-bottom: 15px;
}
.responder {
	padding-left: 15px;
	padding-top: 5px;
}
.product-name {
	text-transform: uppercase;
	color: #515356;
	margin-left: 5px;
	font-weight: bold;
}
.company-name {
	text-transform: uppercase;
	font-size: 12px;
	color: #515356;
	margin-left: 5px;
	margin-bottom: 5px;
}
.sponsored {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 5px;
	color: rgb(88,88,88);
	font-size: 8px;
}
#search-results .product-container:hover .sponsored {
	bottom: 3px;
	right: 3px;
}
.sponsored::after {
	content: 'Sponsored';
}
#products-homepage .recent-info-row {
	display: flex;
	flex-direction: row;
	padding-left: 0;
	padding-right: 0;
}
#products-homepage .recent-info-row .product-container {
	position: relative;
	min-height: 100px;
	width: 100%;
	height: 100%;
}
#products-homepage .recent-info-row .product-caption {
	position: absolute;
	bottom: 0;
	top: calc(100% - 100px);
	z-index: 100;
	margin-left: -15px;
	text-shadow: 2px 2px 2px white, -2px -2px 2px white, 2px -2px 2px white, -2px 2px 2px white;
}
#products-homepage .recent-info-row .image-container {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	position: absolute;
	margin-left: -15px;
}
#products-homepage .recent-info-row .image-container img {
	height: auto;
	max-height: 100px;
	max-width: 100%;
}
#products-homepage .recent-info {
	border-width: 1px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: -1px;
}
#products-homepage .recent-info:last-child {
	border-left-width: 0px;
}
#products-homepage .recent-info:first-child {
	border-right-width: 0px;
}
.homepage-events .recent-info-row {
	border-width: 1px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: -1px;
}
.homepage-events .recent-info-row:last-child {
	border-top-width: 1px;
}
.homepage-events .recent-info-row:first-child {
	border-bottom-width: 1px;
}
#products-homepage .products-tip-name {
	display: inline;
}
#products-homepage .products-commenter .fas {
	display: inline;
}
#products-homepage .written-date {
	font-size: 9px;
}
#products-homepage .comment-text {
	font-size: 11px;
	color: #7F0000;
}
#products-homepage .product-name, #products-homepage .company-name{
	font-size: 11px;
	color: #7F0000;
}
.comment-scroll-area {
	height: 300px;
	overflow: scroll;
	display: inline-block;
	box-shadow: 2px 2px 2px #ddd, -2px -2px 2px #ddd, 2px -2px 2px #ddd, -2px 2px 2px #ddd;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
}
.editable-jobs {
	padding: 10px;
}
#products-homepage .skeleton-area {
	height: 205px;
	overflow: scroll;
}
#products-homepage .skeleton-area .ad-image, #products-homepage .advertisement .ad-image {
	text-align: center;
}
#products-homepage .reviews-area {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	overflow: scroll;
	height: 360px;
}
#products-homepage .reviews-area  img {
	max-width: 100%;
	max-height: 105px;
}
#products-homepage .skeleton-area .ad-image img {
	max-width: 100%;
	max-height: 105px;
}
#products-homepage .reviews-area .ad-image img {
	max-width: 100%;
	max-height: 197px;
}
#search-paging, #search-paging-bottom {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#search-paging-bottom ul {
	width: 66%;
	margin-left: -10px;
	padding-left: 5px;
	font-size: 12px;
}
#search-paging-bottom li {
	padding-bottom: 5px;
}
#page_selection, #page_selection_bottom {
	text-align: right;	
}
.specialtyDropDown {
	margin-left: 10px;
}
#view-ad {
	margin-top: 40px;
}
.advertisement {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #2C5B70;
}
.homepage-item {
	padding: 5px;
}
.advertisement::before {
	content: "Advertisement";
	font-size: 9px;
	color: rgb(169, 169, 169);
	background-color: rgba(255,255,255,0.5);
	z-index: 100;
}
.carousel .advertisement::before {
	position: absolute;
}
.header-ad {
	display: flex;
}
.header-ad .ad-product-name {
	flex-grow: 100;
	text-align: center;
	margin: auto;
}
.advertisement img {
	max-width: calc(100%);
	max-height: calc(100% - 32px);
	margin: auto;
}
.advertisement a {
	color: inherit;
}
.advertisement .ad-product-name {
	font-size: 20px;
	color: #515356;
}
.carousel .advertisement .ad-product-name {
    width: fit-content;
    display: inline-block;
}
.advertisement .ad-logo img {
	padding-top: 10px;
}
.advertisement .ad-image img {
	padding-top: 10px;
}
.carousel .advertisement .ad-image img {
	padding-top: 0px;
}
.focus-row {
	display: flex;
	flex-direction: row;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ad-row .advertisement {
	margin-right: 5px;
	margin-left: 5px;
	height: unset;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.ad-row2 {
	padding-left: 5px;
	padding-right: 0px;
}
.homepage-row .homepage-item {
}
#section1 .advertisement {
	border-bottom-style: solid;
	margin-top: 5px;
	border-bottom-width: 1px;
}
#section1 {
	margin-left: -5px;
}
.news-item {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #2C5B70;
	min-height: 200px;
}
.homepage-row .news-item {
	padding: 0;
}
.news-item a {
	height: 100%;
	display: block;
	width: 100%;
}
.homepage-ad.news-item .with-image {
	height: 100%;
}
.homepage-ad.news-item div[class*=" col-"] {
	height: 100%;
}
.homepage-ad.news-item .video-only {
	height: 100%;
	width: 100%;
}
.homepage-ad.news-item .with-video {
	height: 100%;
}
.homepage-ad.news-item .embed-container {
	height: 100%;
	position: absolute;
	top: 15%;
	width: 100%;
}
.homepage-ad.news-item .embed-container iframe {
	left: 7.5% !important;
	width: 85% !important;
	height: 85% !important;
}
.homepage-ad.news-item .video-only iframe, .homepage-ad.news-item .with-video iframe {
	max-height: 100% !important;
	max-width: 100% !important;
}
.news-title {
	color: black;
	text-transform: capitalize;
	font-size: 24px;
	width: 100%;
	padding: 10px;
}
.news-text {
	font-size: 8px;
	text-align: left;
	margin-top: 10px;
	color: #dddddd;
	background-color: rgba(0,0,0,0.9);
	height: 10px;
	width: auto;
	position: absolute;
	bottom: calc(100% - 10px);
	right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.homepage-row .news-text {
	bottom: 0px;
}
.with-video .news-text {
	bottom: calc(100% - 50px);
}
.news-text a {
	color: #dddddd;
}
.with-video .news-title {
	position: absolute;
	top:0;
	width: auto;
	right: 0;
	background-color: rgba(28, 75, 96, 0.3);
}
.with-video .video-section {
	height: 85% !important;
}
.homepage-ad .news-text, .homepage-ad .more-news-link {

}
.news-text span {
	position: absolute;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.news-item div[class*=" col-"] {
	padding-left: 0;
	padding-right: 0;
}
.news-item .news_add_date {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	background-color: rgba(28, 75, 96, 1);
	padding-left: 5px;
	padding-right: 5px;
}
.news-item .news-archive-link {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	background-color: rgba(28, 75, 96, 1);
	padding-left: 5px;
	padding-right: 5px;
}
.news-item .news-archive-link a {
	color: white;
}
.news-item .news-archive-link a:hover {
	color:  rgba(178, 225, 246, 1);
}
.fracture-man .news_add_date {
	bottom: 10px !important;
	top: auto;
}
.with-image .more-news-link {
	position: absolute;
	bottom: -20px;
	right: 0;
}
.no-image .more-news-link {
	position: absolute;
	right: 0;
}
.with-image {
	position: relative;
}
#news-archive-page .with-image {
	height: 100%;
}
.with-image .news-title, .image-only .news-title {
	color: white;
	background-color: rgba(28, 75, 96, 0.5);
	bottom: 0;
	position: absolute;
}
.no-image .news-title {
	color: white;
	background-color: rgba(28, 75, 96, 1);
	margin-top: 40px;
	position: relative;
	width: 100%;
}
.no-image .news_add_date {
	display: inline-block;
	color: white;
	background-color: rgba(28, 75, 96, 1);
	padding-left: 5px;
	padding-right: 5px;
	left: 0;
}
.image-only, .image-only div[class*=" col-"], .image-only a,  #news-archive-page .with-image div[class*=" col-"] {
	height: 100%;
}
.title-only, .title-only div[class*=" col-"], .title-only a {
	height: 100%;
	background-color: rgba(28, 75, 96, 1);
	display: block;
}
.image-only img {
	object-fit: cover;
	object-position: 0 0;
	height: 100%;
	max-width: 100%;
}
.fracture-man img {
	height: auto;
	max-width: 100%;
}
#news-archive-page .with-image img {
	object-fit: cover;
	object-position: 0 0;
	height: 100%;
	width: 100%;
}
.title-only .news-title {
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
	color: white;
}
.title-only .news_add_date {
	display: inline-block;
	color: white;
	background-color: rgba(28, 75, 96, 1);
	padding-left: 5px;
	padding-right: 5px;
	left: 0;
}
#resultsList {
	font-size: 12px;
	padding: 5px;
	width: 66%;
	margin-left: -10px;
}
#main-menu .caret {
	margin-left:-webkit-calc(100% - 110px);
	margin-left:-moz-calc(100% - 110px);
	margin-left: calc(100% - 110px) !important;
}
#settings-menu {
	position: absolute;
	display: inline-block;
	float: none !important;
	margin-top: -9px;
	margin-left: 0px;
	width: max-content;
	top: 9px;
	right: -122px;
}
#notifications-menu {
	position: absolute;
	display: inline-block;
	float: none !important;
	margin-top: -30px;
	margin-left: 0px;
	width: calc(100% - 31px);
}
#notifications-menu .dropdown-menu {
	padding-top: 0;
	width: 400px;
	margin-left: -160px;
	margin-top: -5px;
	max-height: 80vw;
	overflow: scroll;
}
#notifications-menu .dropdown-menu>li>a {
	padding: 0;
}
#notifications-header {
	background-color: rgb(230,233,237);
	color: black;
	font-family: Lato, san-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
	min-width: 200px;
}
.notification-listing {
	padding: 8px;
	background-color: white;
	color: rgb(16,82,137);
	border-color: rgb(220,220,220);
	border-style: solid;
	border-width: 1px;
	border-top: none;	
	font-family: Lato, san-serif;
	font-size: 11px;
	text-transform: none;
	position: relative;
}
.notification-heading, .notification-details {
	background-color: rgba(255,255,255,0);
}
.forum-notifications .notification-heading, .forum-notifications .notification-details {
	display: inline-block;
}
.notification-count {
	white-space: nowrap;
	border: 1px solid transparent;
	display: inline-block;
	font-size: 9px;
	line-height: 1;
	height: 17px;
	background-color: #D31141;
	color: #ffffff;
	border-color: #ffffff;
	min-width: 15px;
	border-radius: 4px;
	text-align: center;
	margin-left: 10px;
	vertical-align: baseline;
	padding: 3px 4px;
}
.modal #ad_viewed, .modal .ad_viewed {
	margin-top: 10px;
}
.two-digit {
	width: 22px;
}
.three-digit {
	width: 29px;
}
.dropdown-toggle .notification-count {
	margin-left: -9px;
	position: relative;
	top: -14px;
	left: 0;
}
.notification-date {
	color: rgb(16,82,137);
	background-color: rgba(255,255,255,0);
}
.notification-listing:hover,  .notification-listing a:hover{
	background-color: #fafafa !important;
	color: red !important;
}
.notification-listing.notification-viewed:hover,  .notification-listing.notification-viewed a:hover{
	background-color: lightgray !important;
	color: #222222 !important;
}
.notification-date {
	text-align: right;
}
#showEvent .event-image, #showEvent .event-video {
	margin-top: 10px;
}
#showEvent #event-details button {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
}
#showEvent .event-block {
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
}
#showJob button {
	max-width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}
.pointer-inner {
	border-bottom-color: rgb(230, 233, 237);
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-left-color: rgba(0, 0, 0, 0);
	border-left-style: dashed;
	border-left-width: 10px;
	border-right-color: rgba(0, 0, 0, 0);
	border-right-style: dashed;
	border-right-width: 10px;
	border-top-color: rgb(230, 233, 237);
	border-top-width: 0px;
	bottom: 0px;
	height: 0px;
	left: 172px;
	text-align: right;
	top: -10px;
	transform: matrix(1, -0.00000000000000024492935982947064, 0.00000000000000024492935982947064, 1, 0, 0);
	position: absolute;
}
#company-rep-menu #settings-menu {
	margin-top: -3px;
}
#header-login, #header-login a {
	text-transform: uppercase;
	font-size: 16px;
	color: rgb(112, 117, 132);	
}
#settings-menu .dropdown-toggle {
	text-transform: none;
}	
#settings-menu .dropdown {

}
.header-tool .glyphicon-user {
	margin-left: 15px;
	top: -5px;
}
#settings-menu ul.nav {
	display: inline-block;
}
#settngs-menu .navbar-nav {
	float: none !important;
	position: absolute;
}
#product_info .stars {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}
#product_info .comments {
	display: inline-block;
	margin-right: 0;
	float: none;
	margin-bottom: 10px;
}
#thumbnails {
	height: 400px;
	overflow: hidden;
}
.v-navigation {
	height: 50px;
}
#carousel {
	transition: margin 700ms;
}
#carousel ul {
	height: 10000px;
	padding-left: 0;
}
#carousel .slides {
	padding-left: 10px !important;
}
#carousel .slides li {
	width: 100px;
	height: 100px;
	list-style-type: none;
}
#carousel .slides img {
	padding: 5px;
	max-width: 90px;
	max-height: 90px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#fullsize {
	height: 495px;
	overflow: hidden;
}
#slider {
	display: inline-block;
	height: 495px;
	width: 495px;
	left: 30px;
	position: relative;
	overflow: hidden;
}
#slider ul {
	width: 10000px;
	height: 495px;
	padding-left: 0;
	transition: margin 700ms;
}
#slider .slides li {
	width: 495px;
	height: 495px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}
#slider .slides img {
	padding: 10px;
	max-width: 475px;
	max-height: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -100%;
	display: block;
}
.fa-angle-up, .fa-angle-down, .fa-angle-left, .fa-angle-right {
	color: #9B9B9B;
}
.v-navigation .fas {
	font-size: 40px;
	display: inline-block;
	position: absolute;
}
.v-navigation .fa-angle-up {
	bottom: 0;
}
.v-navigation .fa-angle-down {
	top: 0;
}
.v-navigation .fa-angle-up, .v-navigation .fa-angle-down {
		left: calc(50% - 20px);
}
#fullsize .fas {
	font-size: 60px;
	display: inline-block;
	top:-webkit-calc(50% - 30px);
	top:-moz-calc(50% - 30px);
	top: calc(50% - 30px);
	position: absolute;
}
#slider .image-container {
	width: 100%;
	padding-top: 100%;
	position: relative;
	text-align: center;
	left: -30px;
}
#phonesize {
	text-align: center;
}
#phonesize img {
	width: 475px;
	padding-top: 20px;
	max-width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#tips button, #deleteAccountButton {
	margin-top: 20px;
}
#tips .comments {
	margin-bottom: 15px;
	padding-left: 5px;
}
#tips .comments p {
	margin-top: 15px;
}
#tips_showing {
	display: inline;
	margin-left: 5px;
}
#tips_showing_break {
	display: inline;
	margin-left: 10%;
}
#reviews button {
	margin-top: 20px;
}
#reviews .comments, #reviews .response {
	margin-bottom: 15px;
	padding-left: 5px;
}
#reviews .comments p, #reviews .response p {
	margin-top: 15px;
}
#reviews_showing {
	display: inline;
	margin-left: 5px;
}
#reviews_showing_break {
	display: inline;
	margin-left: 10%;
}
#xrays img {
	max-width: 95%;
}
.hidden-tip {
	display: none;
}
.hidden-review {
	display: none;
}
.no-padding {
	padding-right: 0;
	padding-left: 0;
}
.four-half-col .no-padding {
	padding-right: 0;
	padding-left: 0;
}
.product-page .submit {
	font-weight: 500;
}
#product_info .submit {
	height: 50px;
	width: 250px;
}
.secondaryCTA {
	color: #57595A;
	border-color:  #57595A;
}
#tips-section button, #reviews-section button {
	text-transform: none;
}
.tip-name {
	display: inline;
	margin-left: 5px;
}
.product-page p {
	line-height: 19px;
}
.product-page .rep-info {
	background-color: #F5F6F7;
	padding: 10px;
	margin-bottom: 10px;
}
.product-page .rep-info div, .product-page .rep-info div div {
	text-align: center;
	width: 100%;
}
.product-page .rep-info div .commenter, .product-page .rep-info div .commenter div {
	width: auto;
}
.product-page .rep-info div .commenter {
	margin-left: -15px;
	margin-right: -15px;
}
.product-page .reviews_section .review-avatar {
	margin-right: 5px;
}
.product-page .rep-info p {
	margin-bottom: 0;
}
.product-page .comments p {
	margin-left: -15px;
	margin-right: -15px;
	text-align: left;
}
.product-page .repButton {
	margin-top: 5px;
}
.product-page .rep-info .row {
	margin-left: 0;
	margin-right: 0;
}
.product-page .rep-info hr {
	border-top-color: #888;
	margin-top: 5px;
	margin-bottom: 5px;
}
.product-page .rep-info .row:nth-of-type(1) hr {
	border-top: 0 solid white;
	margin-top: 0;
	margin-bottom: 0;
}
.modal .modal-title {
	margin-top: 30px;
	margin-bottom: 30px;
}
.modal .modal-content {
	margin-left: 30px;
	margin-right: 30px;
}
.modal input, .modal textarea {
	width: 100%;
	max-width: 100%;
}
.modal textarea {
	height: 200px;
} 
.modal-result {
	text-align: center;
}
.large-green-check {
	font-size: 125px;
	color: #58B958;
	margin-top: 100px;
	margin-bottom: 35px;
}
.large-red-exclamation {
	font-size: 125px;
	color: #FF2600;
	margin-top: 100px;
	margin-bottom: 35px;
}
.modal-result .modal-content {
	padding-left: 80px;
	padding-right: 80px;
}
.modal-result .primaryCTA {
	margin-top: 25px;
	margin-bottom: 170px;
}
.product-page .main-section {
	position: relative;
}
.product-page .affix {
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	margin-left: -15px;
	z-index: 9999 !important;
	position: -webkit-sticky;
	bottom: 100px;
}
.product-page .affix-top {
	position: absolute;
	top: 15px;
	left: -15px;
	z-index: 9999 !important;
}
.product-page #show_all_link, .product-page #show_all_reviews_link {
	display: inline-block;
	width: 100%;
}
.event-date, .event-address, .event-description, .event-description p, .event-specialties, .event-images, .event-videos, .event-link, .event-registration-link, .job-organization, .job-location, .job-description, .job-description p, .job-link, .index-link, .index-image {
	margin-top: 10px;
	margin-bottom: 10px;
}
.event-specialties, .event-images, .event-videos, .event-link, .event-registration-link {
	display: none;
}
.event-registration-link, .event-link, .job-link, .index-link {
	max-width: 360px;
	margin-left: 20px;
}
.event-registration-link a, .event-link a, .job-link a, .index-link a {
	color: black;
}
.event-block, .job-block {
	-webkit-transition: max-height 1s;
    transition: max-height 1s;	
	-webkit-transition: height 1s;
    transition: height 1s;	
    overflow: hidden;
    transition-timing-function: ease-in;
}
.job-block .collapse.collapse {
	margin-left: 0;
}
.event-description, .job-description {
	-webkit-transition: max-height 20s;
    transition: max-height 20s;	
	-webkit-transition: height 20s;
    transition: height 20s;	
}
.notification-viewed::after {
	content: "\e013";
	position: absolute;
	top: 2px;
	right: 10px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: green;
	font-size: 12px;
	border-style: solid;
	padding: 1px;
	border-color: grey;
	border-width: 2px;
}
.notification-checkbox {
	content: "";
	position: absolute;
	top: 2px;
	right: 10px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: green;
	font-size: 12px;
	border-style: solid;
	padding: 1px;
	border-color: grey;
	border-width: 2px;
	width: 18px;
	height: 18px;
	z-index: 2000;
}
.notification-viewed {
	background-color: lightgray;
	color: gray !important;
}
.notification-viewed a {
	background-color: rgba(28,75,96,0.0) !important;
	color: gray !important;
}
.notification-hidden {
	display: none;
}
.flex {
     min-width: 0;
     min-height: 0;
}
.event-description {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;
   max-height: 60px;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   position: relative;
}
.index-image {
	margin: 0;
	padding: 5px;
}
.index-description {
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 20px;
   max-height: 60px;
   position: relative;
   padding-right: 20px;
   text-align: justify;
}
.index-description:before {
	content: attr(data-before);
	position: absolute;
	right: 0;
	bottom: 0;
}
.index-description:after {
	content: '';
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	background: white;
}
.description-expand a {
	float: right;
}
#user-menu {

}
#top-20 {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 250px;
	height: 250px;
	background: rgb(28,75,86);
    /* background: linear-gradient(86deg, rgba(28,75,86,1) 0%, rgba(124,171,182,1) 50%, rgba(28,75,86,1) 100%); */
    color: white;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	text-align: center;
}
#top-20-title {
    font-size: 30px;
    width: 100%;
    text-align: center;
}
#top-20-text {
    font-size: 24px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    /* text-align: left; */
    /* color: yellow; */
}
#close-2021News {
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: white;
	color: black;
	font-size: 16px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border-width: 1px;
    border-color: black;
    border-style: solid;
}
@supports not (-webkit-line-clamp: 3) {
	.ellipsis-div::after {
		position: absolute;
		display: block;
		content: "....";
		bottom: 0;
		right: 0;
		background-color: white;
	}
}
.event-block, .job-block {
	margin-bottom: 30px;
}
.index-block {
	margin-bottom: 0px;
}
.event-image, .index-image {
	text-align: center;
}
.event-image img, .index-image img {
	max-width: 100%;
}
.index-image img {
	float: left;
	max-height: 60px;
}
.rep-result {
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-color: #cccccc;
	padding-top: 10px;
	margin-bottom: 10px;
}
.reviews_section {
	display: none;
}
.contact-message {
	color: rgb(87, 89, 90);
	overflow-x: visible;
	overflow-y: visible;
	padding-left: 0px;
	padding-right: 0px;
	text-transform: uppercase;
}
.contact-message button {

}
.view-products {
	margin-top: 17px;
}
.view-products button {
	margin-top: -7px !important;
}
.current_contact {
	margin-top: 17px;
}
#favorites-link {
	text-transform: uppercase;
	font-size: 16px;
	color: rgb(112, 117, 132);	
}
.message-list-titles, .message-list {
	overflow: hidden;
	padding-left: 1px;
	padding-right: 1px;
}
.message-list-titles div, .message-list div {
	padding-left: 1px;
	padding-right: 1px;
	font-size: 11px;
}
.message-list div {
	float: none;
	display: inline-block;
}
.notification-maintenance .selectionList {
	max-width: 100%;
}
.notification-maintenance .manipulateList {
	max-width: 100%;
}
.notification-maintenance textarea.form-control {
	width: 100%;
	max-width: 720px;
}
.notification-maintenance input.form-control {
	width: 100%;
	max-width: 720px;
}
.new-notification {
	font-weight: 700;
}
#showAd .ad-image img {
	max-width: 100%;
}
.margin1 {
	margin-left: 1px;
}
.margin-1 {
	margin-left: -1px;
}
.margin-2 {
	margin-left: -2px;
}
.margin-3 {
	margin-left: -3px;
}
.margin-4 {
	margin-left: -4px;
}
.tab-pane > .instruction-item:not(:first-child) {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}
#formattingPost .nav-pills>li.active>a, #subscribing .nav-pills>li.active>a {
	background-color: rgb(28,75,96);
}
#formattingPost .tab-pane, #subscribing .tab-pane {
	border-bottom: none;
}
#formattingPost .nav-pills, #subscribing .nav-pills {
	width: calc(100% - 2px);
}
#formattingPost .tab-content, #subscribing .tab-content {
	margin-left: -1px;
	width: 100%;
}
.instruction-item .align-bottom {
	align-items: flex-end;
	padding-right: 10px;
	padding-left: 10px;
}
.instruction-item .align-bottom img {
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.instruction-item .align-bottom div {
	text-align: center;
	position: relative;
}
.instruction-item .screenshot {
	margin-top: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	flex: 1;
	max-width: 310px;
}
.screenshot-image {
	position: absolute;
	top: 0;
	padding-bottom: 60px;
}
.screenshot-caption {
	position: absolute;
	bottom: 0;
	background-color: #e3effb;
	min-height: 70px;
	padding-top: 5px;
	margin-top: 5px;
}
.title a {
	color: #bbbbbb;
}
.fractureMan {
	text-align: center;
	height: 305px;
}
.fractureMan img {
	margin-right: auto;
	margin-left: auto;
	height: 305px;
	width: auto;
	position: static;
	cursor: zoom-in;
	overflow: visible;
	transition: all 1s;
	-webkit-transition: all 1s;
	max-height: 100%;
	min-height: auto;
}
.zoom-in-fractureman {
	cursor: zoom-out !important;
	max-width: 1305px !important;
	max-height: 90% !important;
	height: auto !important;
	width: auto !important;
	z-index: 500;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 5%;
	position: fixed !important;
}
.news-block {
	padding-left: 5px;
	padding-right: 10px;
}
#Video1 .modal-dialog {
	width: 652px;
	max-width: 95%;
}
#Video1 .modal-dialog iframe {
	height: 315px;
	width: 560px;
	max-width: calc(95vw - 93px);
	max-height: calc(53vw - 52px);	
}
#Video1 .html5-video-player {
	width: 100%;
	height: 315px;
	max-height: calc(100vw - 100px);
}
#invitation-welcome {
	position: fixed;
	z-index: 5000;
	display: block;
	background-color: lightgray;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	left: 50%;
	top: 50%;
	max-width: 90%;
	transform: translate(-50%, -50%);
	padding: 10px;
	border-radius: 10px;
	opacity: 0.9;
	color: #555555;
	background-color: #F5F6F7;
	-webkit-transition: left 2s, top 2s, -webkit-transform 2s; /* Safari prior 6.1 */
  	transition: left 2s, top 2, transform 2s;
}
.navbar-toggle {
	margin: 0;
}
.main-menu .dropdown-search {
	background-color: white !important;
	padding: 0;
	margin: 0;
	border: none;
}
.homepage-row .news-item .col-lg-12 {
	position: absolute;
	top: 0;
}
a.anchor {
	display: block;
	position: relative;
	top: -142px;
	visibility: hidden;
}
.event-date.recent-info, .recent-info-row .job-title {
	color: #740000;
}
.comment-scroll-area a {
	color: black;
}
a .recent-info-row:hover {
	background-color: rgba(28,75,96,0.1);
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.carousel-control {
	color: rgba(28,75,96,1);
	opacity: 1;
}
.carousel-control:hover {
	color: rgba(28,75,96,.5);
	opacity: 0.5;
}
.carousel-control.right {
	right: -40px;
	background-image: none;
	filter: none;
	z-index: 100;
	position: absolute;
	top: -20px;
}
.carousel-control.left {
	left: -40px;
	background-image: none;
	filter: none;
	z-index: 100;
	position: absolute;
	top: -20px;
}
.popover {
	width: max-content;
	max-width: 25vw;
	text-align: center;
}
#get_app {
	position:fixed;
	top: 10px;
	right: calc(50vw - 550px);
	z-index: 200;
	color: white;
}
#get_app .btn {
	height: 120px;
	width: 120px;
	border-radius: 60px;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#get_app a {
	color: white;
	height: 120%;
	width: 120%;
	margin-left: -10%;
	margin-top: -10%;
	display: inline-block;
	padding-top: 55%;
}
#get_app a:hover {
	color: #FFE8E4;
}
#getAppModal img {
	margin-top: 25px;
	width: 200px;
	max-width: 100%;
}
#getAppModal #modalAppLogo {
	width: 100px;
	max-width: 100%;
}
#getAppModal .modal-content {
	padding-left: 1vw;
	padding-right: 1vw;
}
#getAppModal.modal-result .primaryCTA {
	margin-top: 25px;
	margin-bottom: 20px;
}
#getSecondStep .form-group {
	width: 12.2%;
	margin-left: 2%;
	margin-right: 2%;
	height: 60px;
	display: inline-block;
}
#getSecondStep .form-group input[type=number] {
	width: 100%;
	height: 60px;
	font-size: 40px;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-color: black !important;
	border-width: 1px;
	border-radius: 5px;
}
#forum-search-results {
	max-height: 50vh;
	overflow: scroll;
	border-color: rgb(28,75,96);
	border-width: 2px;
	border-style: solid;
	padding-top: 40px;
}
#forum-result-title {
	position: sticky;
	top: -40px;
	margin-top: -40px;
	width: 100%;
	background-color: white;
	z-index: 10;
}
.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
	padding: 0 2px 1px 2px;
}
.postbody a {
	direction: ltr;
	unicode-bidi: embed;
	text-decoration: none;
	display: inline-block;
}
.post {
	border: 1px solid #E6E9ED;
	font-size: 10px;
}
.postprofile {
	margin: 5px 0 10px 0;
	min-height: 80px;
	border: 1px solid transparent;
	border-width: 0 0 0 1px;
	width: 22%;
	float: right;
	display: inline;
}
.postprofile {
	color: #666666;
	border-color: #FFFFFF;
}
.search .postprofile {
	width: 30%;
}
.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
	display: block;
}
.postprofile a, .postprofile dt.author a {
	font-weight: bold;
	text-decoration: none;
}
.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin: 0
	margin-left: 8px;
}
.postprofile dd {
	overflow: hidden;
	text-overflow: ellipsis;
}
.postprofile .search-result-date {
	margin-bottom: 10px;
}/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	width: 76%;
	float: left;
	position: relative;
	font-size: 10px;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	float: left;
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin-top: 0 !important;
	margin-bottom: 0.3em !important;
	text-transform: none;
	border: none;
	font-family: Lato, san-serif;
	line-height: 125%;
}

.postbody h3 img {
	vertical-align: bottom;
}

.has-profile .postbody h3 {
	/* If there is a post-profile, we position the post-buttons differently */
	float: none !important;
	margin-right: 180px;
}

.postbody .content {
	font-size: 1.3em;
	overflow-x: auto;
	clear: both;
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: Lato, san-serif;
	padding-bottom: 1px;
}

.postbody img.postimage {
	min-width: 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search .postbody {
	width: 68%
}
.post {
	padding: 5px 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
}
ul.searchresults {
	list-style: none;
	text-align: right;
	font-size: 10px;
	clear: both;
}
/* Chrome, Safari, Edge, Opera */
#getSecondStep .form-group input::-webkit-outer-spin-button,
#getSecondStep .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#getSecondStep .form-group input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 1200px) {
	#get_app {
		top: auto;
		bottom: 40px;
		left: 10px;
		width: fit-content;
	}
	#getSecondStep .submit {
		margin-bottom: 10px;
	}
}
@media (max-width: 992px) {
	#get_app {
		top: auto;
		bottom: 40px;
		left: 10px;
		width: fit-content;
	}
}
@media screen and (max-width: 767px) {
	#get_app {
		top: auto;
		bottom: 40px;
		left: 10px;
		width: fit-content;
	}
	#getSecondStep .form-group {
		width: 13.5%;
		margin-left: 1%;
		margin-right: 1%;
		height: 60px;
		display: inline-block;
	}
	#getSecondStep .form-group input[type=number] {
		font-size: 24px;
	}
	.search-field {
		left: -10px;
	}
}
@media screen and (max-width:349px) {
	#get_app {
		top: auto;
		bottom: 40px;
		left: 10px;
		right: auto;
	}
}
@media (max-width: 1200px) {
	.applinks {
		width: 100%;
	}
	.applinks img {
		height: 50px;
	}
	.carousel-control.right {
		right: -10%;
	}
	.carousel-control.left {
		left: -10%;
	}
	#section1 .advertisement {
		height: 417px;
	}
	#carousel .slides li {
		width: 75px;
		height: 75px;
	}
	#carousel .slides img {
		max-width: 65px;
		max-height: 65px;
	}
	#thumbnails {
		height: 300px;
	}
	.v-navigation .fas {
		font-size: 30px;
	}
	#fullsize {
		height: 455px;
	}
	#slider .slides li {
		width: 425px;
		height: 425px;
	}
	#slider .slides img {
		max-width: 395px;
		max-height: 395px;
	}
	.v-navigation .fa-angle-up, .v-navigation .fa-angle-down {
		left:-webkit-calc(50% - 15px);
		left:-moz-calc(50% - 15px);
		left: calc(50% - 15px);
	}
	#member_avatar_header {
		margin-top: -20px;
	}
	#search-results .product-container {
		min-height: 425px;
	}
	.homepageCAF .popover {
		margin-left: -20px !important;
	}
	#connections .connection-row {
		height: 86px;
	}
	.zoom-in-fractureman {
		max-width: 90% !important;
	}
	.news-text {
		margin-top: 10px;
		bottom: 100%;
		right: 0px;
	}
	.more-news-link {
		display: none;
	}
}
#forum-video iframe {
	width: 730px;
	height: 410px;
}
@media (min-width: 993px) {
	.logo-holder {
		width: fit-content;
	}
	#middle-ad-2-container {
		margin-left: 37.5%;
	}
}
@media (max-width: 992px) {
	.applinks {
		width: 50%;
	}
	.carousel-control.right {
		top: 0;
	}
	.carousel-control.left {
		top: 0;
	}
	.search-field {
		width: calc(100% - 5px);
	}
	.ad-row .focus-row {
		margin-left: -15px;
	}
	.news-section {
		left: -5px;
		position: relative;
		margin-right: -5px;
		margin-bottom: 10px;
	}
	.fractureMan .news-section {

	}
	#news-container {
		height: 100%;
	}
	.homepage-ad .col-sm-6 {
		width: 100%;
	}
	.homepage-ad img {
		max-width: 100%;
	}
	.videoWrapper {
		margin-left: -10px;
		margin-right: -15px;
	}
	.homepage-ad.advertisement {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		margin-bottom: 10px;
	}
	.carousel .homepage-ad.advertisement {
		left: 10px;
		position: relative;
	}
	#section1 .advertisement {
		height: unset;
		margin-left: 10px;
		margin-right: 5px;
		margin-top: 10px;
	}
	.li5 {
		font-size: 14px;
	}
	.li6 {
		font-size: 12px;
	}
	.li5 .dropdown-menu {
		font-size: 14px;
	}
	.li6 .dropdown-menu {
		font-size: 12px;
	}
	.li6 a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.site-header h2 {
		font-size: 2.0vw;
	}
	.home-header h2 {
		font-size: 3.4vw;
	}
	.home-header h1 {
		font-size: 5.12vw;
	}
	.home-header li {
		font-size: 3.4vw;
	}
	.home-header button.submit {
		height: 80px;
	}
	#carousel .slides li {
		width: 75px;
		height: 75px;
	}
	#carousel .slides img {
		max-width: 65px;
		max-height: 65px;
	}
	.v-navigation .fas {
		font-size: 30px;
	}
	#fullsize {
		height: 455px;
	}
	#slider .slides li {
		width: 425px;
		height: 425px;
	}
	#slider .slides img {
		max-width: 395px;
		max-height: 395px;
	}
	#fullsize .fas {
		font-size: 50px;
		top:-webkit-calc(50% - 60px);
		top:-moz-calc(50% - 60px);
		top: calc(50% - 60px);
	}
	.v-navigation .fa-angle-up, .v-navigation .fa-angle-down {
		left:-webkit-calc(50% - 30px);
		left:-moz-calc(50% - 30px);
		left: calc(50% - 30px);
	}
	.product-page .affix, .product-page .affix-top {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 15px;
		margin-left: 0;
		left: 0;
	}
	.header-tool {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	#member_avatar_header {
		margin-top: -25px;
		width: 70px;
	}
	#settings-menu {
		margin-top:-13px;
		top: 13px;
	}
	#favorites-div, #notifications-div {
		margin-top:-15px;
	}
	.homepageCAF .popover {
		margin-left: -29px !important;
	}
	.instruction-item img {
		padding-left: 8.33333%;
	}
	.nav-tabs>li>a {
		font-size: 12px;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 12px;
		padding-right: 12px;
	}

	#connections .connection-row {
		height: 59px;
	}
	.fractureMan {
		height: auto;
	}
	.fractureMan img {
		height: auto;
	}
	.news-item {
		height: auto;
		min-height: 0;
	}
	.homepage-row .news-item {
		height: 50vw;
		min-height: 0;
	}
	.homepage-ad.news-item .with-video {
		min-height: 47vw;
	}
	.homepage-ad.news-item .with-video iframe {
		top: 17%;
	}
	#forum-video iframe {
		width: 600px;
		height: 337px;
	}
	.news-text {
		bottom: 0;
	}
	.homepage-ad.news-item div[class*=" col-"] {
/*		height: 100% !important;
		position:relative;
    	overflow:hidden; */
	}
	.homepage-ad .fracture-man .news_add_date {
		top: auto !important;
	}
	.news-title, .news_add_date, .news-archive-link {
		font-size: 16px;
	}
	#news-container	.news-item .col-lg-12 a {
		left: 50% !important;
		min-height: 100%;
		min-width: 100%;
	}
	#news-container .news-item .col-lg-12 a img {
		min-width: 100%;
		min-height: 50vw;
	}
	.homepage-row .news-item .col-lg-12 a {
		position: absolute;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		left: 0;
	}
	.four-half-col {
		width: 100%;
	}
	.focus-row {
		display: block;
	}
	.month-name {
		font-size: 4vw;
		padding-top: calc(10% - 2.2vw);
	}
	.previous-month, .next-month {
		font-size: 6vw;
		padding-top: calc(50% - 2vw);
	}
	.popover {
		max-width: 50vw;
	}
	#news-container .homepage-row .news-item {
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	#events-and-jobs .row {
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width:768px) {
	.li5 {
		width: 20%;
		text-align: left;
	}
	.li6 {
		width: 16.66%;
		text-align: left;
	}
	.li6 a {
		padding-left: 10px !important;
		padding-right: 10px 10px !important;
	}
	.navbar-nav {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.applinks {
		width: 100%;
	}
	.focus-row {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.ad-row .advertisement {
		margin-bottom: 10px;
	}
	.nav, .navbar-default .navbar-nav>li>a {
		text-align: right;
	}
	.contact-message {

	}
	.view-products {
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
	.current_contact {
		margin-top: 0px;
	}
	.rep-contact {
		padding-left: 0;
		padding-right: 0;
	}
	.contact_rep {

	}
	.rep-result {
		margin-right: 5px;
		margin-left: 5px;
		width:-webkit-calc(100% - 10px);
		width:-moz-calc(100% - 10px);
		width: calc(100% - 10px);
	}
	 #settings-menu {
		margin-top: 0;
		top: 0;
		right: 15px;
	 }
	 #avatar-holder {
	 	display: none;
	 }
	 #settings-menu  .dropdown {
	 	background-color: white;
	 	z-index: 100;
	 	position: relative;
	 }
	 #settings-menu  .open {
	 	background-color: white;
	 	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	 	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	 	z-index: 100;
	 	position: relative;
	 }
	.message-list-titles div, .message-list div {
		font-size: 9px;
	}
	.header-tool {
		margin-top: 0;
	}
	#favorites-text {
		display: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		font-size: 12px;
	}
	.navbar-nav .open .dropdown-menu>li>a {

	}
	#member_avatar_header {
		margin-top: -3vw;
		width: 50px;
	}
	#search-results .product-container {
		min-height: calc(110vw + 100px);
	}
	.event-registration-link, .event-link, .job-link, .index-link {
		max-width: calc(100% - 40px);
		
	}
	.view-products button {
		margin-top: 10px !important;
	}

	.homepageCAF .popover {
		left: initial !important;
		top:  initial !important;
		right: 35px !important;
		bottom: -70px !important;
		margin-left: -27px !important;
		width: 100%;
	}
	.nav-tabs>li {
		max-width: 23vw;
	}
	.nav-tabs>li>a {
		font-size: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 9px;
		padding-right: 9px;
	}
	#formattingPost .container, #subscribing .container {
		width: calc(100% + 62px);
	}
	#connections #page-content {
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#connections .connection-row {

	}
	#connections .member-name {
		margin-top: 5px;
		font-weight: 600;
		font-size: 12px;
	}
	#connections #search-results .image-container {
		padding-top: 0;
		height: 100%;
	}
	#connections #search-results .image-container img {
		max-width: calc(100% + 25px);
		margin-top: 0;
		max-height: 100%;
	}
	#connections .member-title {
		font-size: 9px;
	}
	#connections .member-email a {
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		display: block;
		text-align: center;
		color: white;
		background-color: white;
		color: #284A5E;
		border: 0px solid white;
		border-radius: 0;
	}
	#connections .member-email {
		display: block;
		margin-top: 10px;
	}
	.homepage-ad.news-item .with-image {

	}
	#notifications-menu {
		position: absolute;
	}
	#notifications-menu .dropdown-menu {
		margin-left: -38px;
		z-index: 200;
		position: relative;
		width: calc(100vw - 20px);
	}
	.glyphicon-bell {
		margin-top: 6px;
	}
	#forum-video iframe {
		width: 570px;
		height: 320px;
		max-width: 81vw;
		max-height: 45vw;
	}
	.news-text {
		bottom: 0;
	}
	.right-scroll {
	  position: static;
	  top: 0;
	}
	.left-scroll {
	  position: static;
	  top: 0;
	}
	.navbar-nav .open .dropdown-menu {
		width: 65vw;
		margin-left: max(35vw + 20px, 100vw - 180px);
		background-color: white;
		max-width: 200px;
		border-radius: 0;
	} 
	.navbar-nav .open .dropdown-menu .dropdown-menu {
		margin-left: 0;
	} 
	.navbar-nav .open .dropdown-menu .dropdown-submenu ul {
		background-color: rgba(28,75,96,0.5) !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-submenu ul li a {
		padding-right: 15px;
	} 
	.navbar-nav .open .dropdown-menu li {
		background-color: white;
	}
	.navbar-nav .open .dropdown-menu li a {
		padding-left: 0;
		padding-right: 0;
		text-align: right;
		margin-right: 15px;
	}
	.collapse.collapse {
		width: 100vw;
		margin-left: calc(-50vw - 40px);
		overflow: scroll;
		max-height: calc(100vh - 100px);
	}
	.site-header h2 {
		font-size: max(2.7vw, 11px);
	}
	#top-20 {
		bottom: 20px;
		right: 20px;
		width: 160px;
		height: 150px;
	}
	#top-20-title {
		font-size: 18px;
	}
	#top-20-text {
		font-size: 14px;
		padding: 6px;
		margin-bottom: 12px;
		margin-bottom: 12px;
	}
	#close-2021News {
		font-size: 10px;
		width: 16px;
		height: 16px;
		right: -5px;
		top: -5px;
    	}
	#top-20 .btn {
		font-size: 9px;
	}
}
@media screen and (max-width:349px) {
	#interactive-skeleton-image {
		width: 100%;
		max-height: none;
	}
	.homepage-categories {
		font-size: 4.58vw;
	}
	.homepage-categories a {
		max-width: 39.18%;
	}
	.homepage-categories #pop-spine {
		right:-webkit-calc(50% - 2.29vw);
		right:-moz-calc(50% - 2.29vw);
		right: calc(50% - 2.29vw);
		top: 29.27%;	
	}
	.homepage-categories #pop-shoulder2 {
		left:-webkit-calc(50% + 2.58vw);
		left:-moz-calc(50% + 2.58vw);
		left: calc(50% + 2.58vw);
		top: 13.98%;	
	}
	.homepage-categories #pop-humerus2 {
		left:-webkit-calc(50% - 44.41vw);
		left:-moz-calc(50% - 44.41vw);
		left: calc(50% - 44.41vw);
		top: 23.25%;	
	}
	.homepage-categories #pop-forearm2 {
		left:-webkit-calc(50% + 11.46vw);
		left:-moz-calc(50% + 11.46vw);
		left: calc(50% + 11.46vw);
		top: 40.65%;
		width: 28.65%;
	}
	.homepage-categories #pop-hand2 {
		left:-webkit-calc(50% - 41.83vw);
		left:-moz-calc(50% - 41.83vw);
		left: calc(50% - 41.83vw);
		top: 47.97%;	
	}
	.homepage-categories #pop-pelvis {
		right:-webkit-calc(50% - 14.33vw);
		right:-moz-calc(50% - 14.33vw);
		right: calc(50% - 14.33vw);
		top: 38.05%;	
	}
	.homepage-categories #pop-femur {
		right:-webkit-calc(50% - 14.61vw);
		right:-moz-calc(50% - 14.61vw);
		right: calc(50% - 14.61vw);
		top: 53.17%;	
	}
	.homepage-categories #pop-leg {
		right:-webkit-calc(50% - 14.61vw);
		right:-moz-calc(50% - 14.61vw);
		right: calc(50% - 14.61vw);
		top: 74.31%;	
	}
	.homepage-categories #pop-foot {
		right:-webkit-calc(50% - 8.60vw);
		right:-moz-calc(50% - 8.60vw);
		right: calc(50% - 8.60vw);
		top: 90.57%;	
	}
	#is-spine {
		right:-webkit-calc(50% - 2.29vw);
		right:-moz-calc(50% - 2.29vw);
		right: calc(50% - 2.29vw);
		top: 32.52%;	
		width: 12.23%;
		height: 3.58%;
	}
	#is-shoulder2 {
		left:-webkit-calc(50% + 2.58vw);
		left:-moz-calc(50% + 2.58vw);
		left: calc(50% + 2.58vw);
		top: 17.24%;	
		width: 19.75%;
		height: 3.58%;
	}
	#is-humerus2 {
		left:-webkit-calc(50% - 44.41vw);
		left:-moz-calc(50% - 44.41vw);
		left: calc(50% - 44.41vw);
		top: 26.50%;	
		width: 39.18%;
		height: 7.15%;
	}
	#is-forearm2 {
		left:-webkit-calc(50% + 11.46vw);
		left:-moz-calc(50% + 11.46vw);
		left: calc(50% + 11.46vw);
		top: 43.90%;
		width: 28.65%;
		height: 7.15%;
	}
	#is-hand2 {
		left:-webkit-calc(50% - 41.83vw);
		left:-moz-calc(50% - 41.83vw);
		left: calc(50% - 41.83vw);
		top: 51.22%;	
		width: width: 33.54%;
		height: 3.58%;
	}
	#is-pelvis {
		right:-webkit-calc(50% - 14.33vw);
		right:-moz-calc(50% - 14.33vw);
		right: calc(50% - 14.33vw);
		top: 41.30%;	
		width: 38.24%;
		height: 7.15%;
	}
	#is-femur {
		right:-webkit-calc(50% - 14.61vw);
		right:-moz-calc(50% - 14.61vw);
		right: calc(50% - 14.61vw);
		top: 56.42%;	
		width: 39.18%;
		height: 10.73%;
	}
	#is-leg {
		right:-webkit-calc(50% - 14.61vw);
		right:-moz-calc(50% - 14.61vw);
		right: calc(50% - 14.61vw);
		top: 77.56%;	
		width: 39.18%;
		height: 10.73%;
	}
	#is-foot {
		right:-webkit-calc(50% - 8.60vw);
		right:-moz-calc(50% - 8.60vw);
		right: calc(50% - 8.60vw);
		top: 93.82%;	
		width: width: 25.71%;
		height: 3.58%;
	}
	.is-popover {
		width: 100%;
		height: 100%;
	}
	.homepageCAF .popover {
		left: initial !important;
		top:  initial !important;
		right: 35px !important;
		bottom: -80px !important;
		margin-left: -27px !important;
		width: 100%;
	}
		.nav-tabs>li {
		max-width: 22vw;
		min-height: 60px;
	}
	.nav-tabs>li>a {
		font-size: 9px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 7px;
		padding-right: 7px;
		min-height: 60px;
	}
	#formattingPost .container, #subscribing .container {
		width: calc(100% + 62px);
	}
	.news-title, .news_add_date, .news-archive-link {
		font-size: 10px;
	}

}
