html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: Gotham, Arial, Verdana, Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

img {
	max-width: 100%;
}

h1 {
	font-family: 'gothammedium', Gotham, arial, sans-serif;
}
h2 {
	font-size: 24px;
	/*font-weight: 700;*/
	font-family: 'gothammedium', Gotham, arial, sans-serif;
}
h3 {
	font-family: 'gothammedium', Gotham, arial, sans-serif;
}

a, .btn-link {
	color: #5AAFAF;
}
a:hover, .btn-link:hover {
	color: #5AAFAF
}
.thumbnail {border: transparent;}

/* MASTER PAGE WRAPPERS */
.master-wrapper-page{margin:30px auto 0;width:960px;background:none repeat scroll 0 0 #FFF;box-shadow:0 0.5em 2em rgba(0,0,0,0.1);-moz-box-shadow:0 0.5em 2em rgba(0,0,0,0.1);-webkit-box-shadow:0 0.5em 2em rgba(0,0,0,0.1);}
.master-wrapper-content{float:left;width:930px;margin:15px 15px 0 15px;padding:15px 0 0;text-align:left;background:none repeat scroll 0 0 #FFFFFF;}
.master-wrapper-main{color:#5C5B5B;}
/* one column master page */
.master-wrapper-main .center-1{float:left;width:910px;min-height:400px;padding:10px;background:#FFF;display:inline;border-radius:5px;}
/* two column master page */
.master-wrapper-main .side-2{float:left;width:190px;margin:10px 0;display:inline;}
.master-wrapper-main .center-2{float:left;width:710px;min-height:400px;padding:10px;margin:10px 0 10px 10px;background:#FFF;display:inline;border-radius:5px;}
/* three column master page */
.master-wrapper-main .leftside-3{float:left;width:190px;margin:10px 0;display:inline;}
.master-wrapper-main .center-3{float:left;width:510px;min-height:400px;padding:10px;margin:10px;background:#FFF;display:inline;overflow:hidden;border-radius:5px;}
.master-wrapper-main .rightside-3{float:right;width:190px;margin:10px 0;display:inline;}

.ie-message {
	text-align: center;
	padding: 20px 0 10px;
	background-color: #fcf8e3;
}
.ie-message a {
	color: #8a6d3b;
	text-decoration: underline;
}
.ie-message a:hover {
	text-decoration: none;
}

/* HEADER AND MENU */
.navbar-collapse{
	max-height: none;
	border: none;
	box-shadow: none;
}
.contextual-message {
	background: #5ab0b0;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
.contextual-message img {
	vertical-align: bottom;
}
.print {display: none!important;}
.header-logo{float:left;text-align:left;border-left: 1px solid #000; border-right: 1px solid rgba(255,255,255,0.5);}
.header-logo h1{margin: 0;}
.header-logo h1 span{position: absolute;text-indent: -1000px}
.header-logo .logo{}
a.logo:hover {}
.header-selectors-wrapper{text-align:right;float:right;margin-top:10px;clear:both;}
.currency-selector{float:right;}
.language-selector{float:right;}
.language-selector .selected {display: none;}
.tax-display-type-selector{float:right;}
ul.language-list{display:inline;line-height:25px;}
ul.language-list li{list-style:none;display:inline;padding:0 5px;float:left;}
ul.language-list li .selected{border:solid 1px #ccc!important;}
ul.language-list li:hover{cursor:pointer;}
.header-links-wrapper{position:relative;float:right;text-align:right;width:100%;}
.header-links{float:right;padding:0px;display:inline-table; font-size: 11px;}
.header-links ul{padding:0;margin:0;float:left;}
.header-links ul>li{list-style:none outside none;display:inline;float:left;}
.header-links >ul>li>a {display: inline-block; position: relative;}
.header-links .ico-wishlist, .header-links .ico-cart {font-size: 14px;}
.header-links a{color:#505050;text-decoration:none;}
.header-links a:focus{outline: none!important;}
.header-links .dropdown-menu li:first-child a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.header-links .dropdown-menu a:hover{color:#AF0304;}
.header-links .generic a + a:before {content: "-";left: -2px;position: absolute;}
.header-links .generic a:hover {background: transparent; text-decoration:underline;}
.header-links li img {width: 18px;height: 18px;}
.header-links .ico-wishlist img {width: 16px;height: 14px;}
.header-links .ico-cart img {width: 16px;height: 16px;}

.header-links .ico-cart .glyphicon-shopping-cart:before {
    content: "\e116"!important;
    display: block;
}

@media (min-width: 768px){
	.header-links >ul>li {border-right: 1px solid #E6E6E6;}
	.header-links >ul>li>a{padding: 0 15px;line-height: 40px;}
	.header-links a:hover, .header-links .dropdown:hover, .header-links .ico-cart.hover {background: #F5F5F5;}
	.header-links .ico-cart .glyphicon-shopping-cart {display: none;}
}

/*.header-links a.account{color:#AF0304;}*/
.header-links .dropdown-menu {
	z-index: 1000;
	font-size: 11px;
	margin-top: -1px;
}
.header-links .dropdown-menu.active {
	display: block;
}
.header-links .dropdown-menu li {
	float: none;
	display: block;
	margin-left: 0;
	text-align: left;
	padding: 0;
}
.header-links .dropdown-menu .ico-logout:hover {-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}

.admin-header-links{display: inline;}
.admin-header-links .administration{font-weight:bold;}
.admin-header-links .impersonate{display:block; color:#E44097; margin-bottom:10px;}
.admin-header-links .impersonate a{color:#F93;font-weight:700;}


.white {background: #fff;}
.red {
	background: #fe0101; /* Old browsers */
	background: -moz-linear-gradient(top, #fe0101 0%, #b42020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe0101), color-stop(100%,#b42020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fe0101 0%,#b42020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fe0101 0%,#b42020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fe0101 0%,#b42020 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fe0101 0%,#b42020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0101', endColorstr='#b42020',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


.well {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow:	none;
}

/* top menu */
.navbar {background: #525252; z-index: 100; min-height: 0px;}
.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}
.nav-justified {
	position: relative;
	display: table;
}
.nav-justified > li {
	vertical-align: middle;
	position: static;
	width: 12.5%;
}
.nav-justified > li > a {
	font-size: 11px;
	color: #fff;
}
.nav-justified.nav>li>a:hover, .nav-justified.nav>li>a:focus {
	background: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}
.nav-justified > li > a:hover {
	background: transparent;
	margin-bottom: -35px;
	padding-bottom: 45px;
}
.nav-justified .dropdown-menu {
	padding: 20px;
	margin: 25px 0 0 0!important;
	max-width: 1130px;
}
.nav-justified .dropdown-menu:after, .nav-justified .dropdown-menu:before {
	display: none!important;
	content: ""!important;
}
.nav-justified .dropdown-menu .after, .nav-justified .dropdown-menu .before {
	bottom: 100%;
	left: 50%;
	border: 1px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.nav-justified .dropdown-menu .after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.nav-justified .dropdown-menu .before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCCCCC;
	border-width: 31px;
	margin-left: -31px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.well {
	margin: 0;
	background-color: transparent;
	height: 380px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	font-size: 12px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.well span {margin-top: 0; line-height: 24px;}
.nav-justified .dropdown-menu .col-md-3 .cat.well a {
	text-shadow: none;
}

.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_0 .topic-html-content {
	height: 340px;
	position: relative;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_0 .topic-html-content-body {
	position: absolute;
	bottom: 10px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_0 span {
	position: absolute;
	bottom: 290px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_1 .topic-html-content {
	height: 340px;
	position: relative;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_1 .topic-html-content-body {
	position: absolute;
	bottom: 10px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_1 span {
	position: absolute;
	bottom: 270px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 .topic-html-content, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_3 .topic-html-content, .nav-justified .dropdown-menu .col-md-4 .cat.TopMenu_3 .topic-html-content {
	height: 340px;
	position: relative;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 .topic-html-content-body, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_3 .topic-html-content-body, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_4 .topic-html-content-body {
	position: absolute;
	bottom: 10px;
	width: 172px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 span, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_3 span, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_4 span {
	position: absolute;
	bottom: 270px;
}

.en .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 span, .en .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_3 span, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_4 span {bottom: 295px;}
.en .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 span {
	bottom: 275px;
}

.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_5 {
	background: #f2f2f2;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_5 span {
	color: #00B3B3;
	text-shadow: none;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_5 ul {
	list-style: disc inside;
	color: #00B3B3;
	font-size: 12px;
	text-shadow: none;
	margin-bottom: 20px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_5 ul li span {
	color: #00B3B3;
	font-size: 12px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_5 p {
	color: #525252;
	text-shadow: none;
}

.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_6 {
	background: #00B3B3;
	text-shadow: none;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_6 > span {
	font-size: 32px;
	border-bottom: 8px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 32px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_6 span > span {
	font-size: 48px;
	line-height: 48px;
	display: block;
}
.fr .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_6 span > span {
	font-size: 42px;
	line-height: 42px;
}
.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_6 a {
	color: #525252;
}


.nav-justified .dropdown-menu .col-md-3 .brand-info img {
	background: #fff;
	padding: 10px;
}

/* ENGLISH MENU */
.nav-justified .item0 .dropdown-menu .before,.nav-justified .item0 .dropdown-menu .after {
	left: 6.25%;
}
.nav-justified .item1 .dropdown-menu .before, .nav-justified .item1 .dropdown-menu .after {
	left: 18.75%;																   
}																				   
.nav-justified .item2 .dropdown-menu .before, .nav-justified .item2 .dropdown-menu .after {
	left: 31.25%;																   
}																				   
.nav-justified .item3 .dropdown-menu .before, .nav-justified .item3 .dropdown-menu .after {
	left: 43.75%;																   
}																				   
.nav-justified .item4 .dropdown-menu .before, .nav-justified .item4 .dropdown-menu .after {
	left: 56.25%;																   
}																				   
.nav-justified .item5 .dropdown-menu .before, .nav-justified .item5 .dropdown-menu .after {
	left: 68.75%;																   
}																				   
.nav-justified .item6 .dropdown-menu .before, .nav-justified .item6 .dropdown-menu .after {
	left: 81.25%;																   
}																				   
.nav-justified .item7 .dropdown-menu .before, .nav-justified .item7 .dropdown-menu .after {
	left: 93.75%;
}
/* FRENCH MENU */
/*.fr .nav-justified .item0 .dropdown-menu:before, .fr .nav-justified .item0 .dropdown-menu:after {
	left: 7%;
}
.fr .nav-justified .item1 .dropdown-menu:before, .fr .nav-justified .item1 .dropdown-menu:after {
	left: 20%;
}
.fr .nav-justified .item2 .dropdown-menu:before, .fr .nav-justified .item2 .dropdown-menu:after {
	left: 32%;
}
.fr .nav-justified .item3 .dropdown-menu:before, .fr .nav-justified .item3 .dropdown-menu:after {
	left: 44.5%;
}
.fr .nav-justified .item4 .dropdown-menu:before, .fr .nav-justified .item4 .dropdown-menu:after {
	left: 56.5%;
}
.fr .nav-justified .item5 .dropdown-menu:before, .fr .nav-justified .item5 .dropdown-menu:after {
	left: 68.75%;
}
.fr .nav-justified .item6 .dropdown-menu:before, .fr .nav-justified .item6 .dropdown-menu:after {
	left: 82.25%;
}
.fr .nav-justified .item7 .dropdown-menu:before, .fr .nav-justified .item7 .dropdown-menu:after {
	left: 95.25%;
}*/

.dropdown-backdrop {/*display: none;*/}
.nav-justified .dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-justified .dropdown-menu .brands {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 20px;
	height: 100px;
}
.nav-justified .dropdown-menu .brands a {
	width: 24%;
	display: inline-block;
	padding: 0 1%;
}
.nav-justified .item2 .dropdown-menu .brands a, .nav-justified .item4 .dropdown-menu .brands a {
	width: 19%;
}
.nav-justified .dropdown-menu ul > li {
	
}
.nav-justified .dropdown-menu ul > li > a {
	color: #525252;
	font-size: 12px;
	display: block;
	padding: 5px 0;
	position: relative;
	z-index: 1000;
	
}
.nav-justified .dropdown-menu ul > li > a:hover {
	font-weight: 700;
	color: #ed1c24;
	text-decoration: none;
}
.nav-justified .dropdown-menu .sub-cats img {
	max-height: 240px;
}
.brand-list {-moz-column-count: 6;-moz-column-gap: 20px;-webkit-column-count: 6;-webkit-column-gap: 20px; column-count: 6; column-gap: 20px;}
.brand-list a {word-break: break-word;font-size: 10px!important; cursor: pointer;}
.product-details-page .nav-pills > li > a {text-transform: uppercase;}
.btn {
	background: #FAFAFA;
	background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	color: #505050;
	line-height: 20px;
    padding: 8px 20px 6px;
}
.btn:hover {
	background: #f5f5f5;
}
.btn:focus {
	outline: none!important;
}
.product-details-page .nav-pills > li > a {
	background: #525252;
	color: #fff;
	border-color: #484848;
}
.product-details-page .nav-pills > li > a:hover, .nav-pills>li>a:hover {
	color: #fff;
	background: #5c5c5c;
	border-color: #525252;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #5cb0b0;
	border-color: #52a6a6;
	color: #fff;
}
.btn-primary {
	background: #65B9B9;
    box-shadow: 0px 3px 0px 0px #297D7D;
    border-radius: 4px;
    border: 0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 7px 20px;
}
.btn-primary:hover, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	/*background: #66baba;
	border-color: #5cb0b0;*/
	background: #569E9E;
	border: 0;
	color: #fff;
}
.btn-primary:focus {
	outline: none!important;
	background: #297D7D;
	box-shadow: 0px 3px 0px 0px #297D7D;
}
.btn .glyphicon-play{/*font-size: 8px;*/font-size: 14px;top: 2px;}

.product-details-page .nav-pills > li.active > a:after, .product-details-page .nav-pills > li.active > a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.product-details-page .nav-pills > li.active > a:after {
	border-color: rgba(92, 176, 176, 0);
	border-top-color: #5cb0b0;
	border-width: 10px;
	margin-left: -10px;
}
.product-details-page .nav-pills > li.active > a:before {
	border-color: rgba(82, 166, 166, 0);
	border-top-color: #52a6a6;
	border-width: 11px;
	margin-left: -11px;
}

.listbox .nav-pills > li.active > a:after, .listbox .nav-pills > li.active > a:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.listbox .nav-pills > li.active > a:after {
	border-color: rgba(92, 176, 176, 0);
	border-left-color: #5cb0b0;
	border-width: 6px;
	margin-top: -6px;
}
.listbox .nav-pills > li.active > a:before {
	border-color: rgba(82, 166, 166, 0);
	border-left-color: #52a6a6;
	border-width: 7px;
	margin-top: -7px;
}

/* search box */
.search-box{float:right;clear:right;width:auto;display:inline; position: relative; margin-top: 20px;}
.search-box ul{margin:0;padding:0;float:right;}
.search-box ul li{list-style:none outside none;float:left;margin:0;padding:0;}
.search-box-text {
	margin: 0px;
	border: 1px solid #c9c9c9;
	width: 400px;
	color: #333;
	padding: 6px 96px 2px 36px;
	background: #fcfcfc url('//www.orthocanada.com/Themes/Orthocanada/Content/images/orthocanada/loupe.png') no-repeat 12px 6px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-top: 1px solid #000;
	border-left: 1px solid #333;
	border-bottom: 1px solid #999;
	-moz-box-shadow:    inset 0px 2px 6px #333;
	-webkit-box-shadow: inset 0px 2px 6px #333;
	box-shadow:         inset 0px 2px 6px #333;
}
.search-box-text:focus {
	outline: none;
}
.search-box-button {
	padding: 0px 10px;
	position: absolute;
	right: -1px;
	border: 0;
	background: #da1515;
	text-shadow: 1px 1px #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #eeacac;
	color: #fff;
	cursor: pointer;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.search-box-button:hover {
	-moz-box-shadow:    inset -1px 0px 10px #333;
	-webkit-box-shadow: inset -1px 0px 10px #333;
	box-shadow:         inset -1px 0px 10px #333;
}
.search-box-image{
	position: absolute;
	right: -1px;
	bottom: -1px;
	padding: 9px;
}
.footer .search-box-button {
	background: #595959;
}
/* override some jQuery UI style */
.search-box .ui-autocomplete-loading{background:white url('images/ajax_loader_small.gif') right center no-repeat;}
.ui-autocomplete{z-index:1000 !important;} /*ensure that z-index is more than .nivoSlider a.nivo-imageLink used on the home page*/
.ui-autocomplete .ui-menu-item a{text-align:left !important;}

/* FOOTER */
.footer{clear:both;height:auto;padding:15px 0px; color:#fff;background:none repeat scroll 0 0 #525252; text-align: left; font-size: 12px;}
.footer a{text-decoration:none;color:#fff;}
.footer a:hover {text-decoration: underline;}
.footer h3 {color: #5cb0b0;font-size: 24px;}
.footer-disclaimer{font-size:11px;}
.footer-store-theme{margin:0 100px 0 10px;font-size:11px;}
.store-theme-list{background:#e3e3e3;border:solid 1px #3a3a3a;}
.change-device{clear:both;text-align:right;}
.footer-menu-wrapper h4{font-size:14px;color:#fff;text-transform:uppercase;font-weight:700;}
.footer-menu-wrapper ul{margin:13px 0;padding:0;list-style:none outside none;}
.footer-menu-wrapper ul li{line-height:150%;margin-bottom:3px;}

.footer-action {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 14px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-action  h5 {
	display: inline-block;
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.socials {
	list-style: none;
	margin: 0px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.socials li {
	float: left;
	margin: 0 2px;
}
.socials a {
	height: 30px;
	width: 24px;
	display: block;
}
.socials .facebook a {
	background: url('images/orthocanada/socials.png') no-repeat 0 3px;
}
.socials .youtube a {
	background: url('images/orthocanada/socials.png') no-repeat -26px 3px;
}
.socials .twitter a {
	background: url('images/orthocanada/socials.png') no-repeat -53px 3px;
}
.socials .linkedin a {
	background: url('images/orthocanada/socials.png') no-repeat -80px 3px;
}
.socials .rss a {
	background: url('images/orthocanada/socials.png') no-repeat -106px 3px;
}

.footer {margin-top: 60px;}
.footer .search-box {
	margin-top: 0;
}
.footer .search-box-text {
	width: 100%;
	font-size: 14px;
}

.footer-poweredby {font-size: 10px; margin-top: 5px;}

/* MISC. CLASSES */
.nobr{white-space:nowrap!important;}
.wrap{white-space:normal!important;}
.a-left{text-align:left!important;}
.a-center{text-align:center!important;}
.a-right{text-align:right!important;}
.page-title{margin:0 0 10px;overflow:hidden;width:100%;}
.page-title h1,.page-title h2{padding:5px 5px 5px 0;font-size:20px;margin:0;font-weight:400;}
.page-title .link-rss{float:right;margin:10px 10px 0 0;background-image:url(images/ico-rss.gif);background-repeat:no-repeat;display:block;height:14px;width:14px;text-indent:-9999px;}
td{vertical-align:middle;}
td.fieldname{font-size:12px;}
.button-1,.button-2{color:#6e6e6e;font:bold 12px Helvetica,Arial,sans-serif;text-decoration:none;padding:3px 7px;position:static;display:inline-block;text-shadow:0 1px 0 #fff;-webkit-transition:border-color .218s;-moz-transition:border .218s;-o-transition:border-color .218s;transition:border-color .218s;background:#F6F6F6;background:-webkit-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));background:-moz-linear-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));border:solid 1px #dcdcdc;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;cursor:pointer;height:auto;width:auto;overflow:visible;}
.button-1:hover,.button-2:hover{color:#333;border-color:#999;-moz-box-shadow:0 2px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 1px 2px rgba(0,0,0,0.15);}
.noscript{border:1px solid #ddd;border-width:0 0 1px;background:#ffff90;font-size:12px;line-height:1.25;text-align:center;color:#2f2f2f;}
.clearer{zoom:1;}
.clearer:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}

/* AJAX LOADING INDICATOR */
.ajax-loading-block-window{position:fixed;top:50%;left:50%;width:128px;height:128px;overflow:hidden;z-index:1104;}
.ajax-loading-block-window .loading-image{position:absolute;top:0;left:0;width:128px;height:128px;background-image:url('images/ajax_loader_large.gif');}
.please-wait{background:url('images/ajax_loader_small.gif') no-repeat;padding-left:20px;}


/* VALIDATION AND ERRORS */
/*.message-error{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}*/
.message-error ul{padding:0px;}
.message-error ul li{list-style:none;}
.validation-summary-errors{/*font-family:Verdana,Arial,sans-serif;font-size:10px;*/font-weight:700;color:red;}
.field-validation-error{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}

/* PAGE NOT FOUND */
.not-found-page ul li{list-style:none;margin-top:10px;}


/* SITEMAP */
.sitemap-page{margin-left:auto;margin-right:auto;width:100%;}
.sitemap-page a{text-decoration:none;}
.sitemap-page .entity{margin:5px 0 30px;}
.sitemap-page ul{overflow:hidden;}
.sitemap-page li{float:left;margin:3px 10px;width:150px;border-bottom:1px dotted #ADACAC;list-style:none;}


/* PAGER */
.paginationul {
	text-align: center;
}
.paginationul ul {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px;
}
.paginationul ul > li{display:inline}
.paginationul ul > li > a, .paginationul ul > li > span{
	position:relative;
	float:left;
	padding:6px 12px;
	line-height:1.42857143;
	text-decoration:none;
	color:#5cb0b0;
	background-color:#fff;
	border:1px solid #ddd;
	margin-left:-1px
}
.paginationul ul > li:first-child > a, .paginationul ul > li:first-child > span{
	margin-left:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px
}
.paginationul ul > li:last-child > a, .paginationul > li:last-child > span{
	border-bottom-right-radius:4px;
	border-top-right-radius:4px
}
.paginationul ul > li > a:hover, .paginationul ul > li > span:hover, .paginationul ul > li > a:focus,.paginationul ul > li > span:focus{
	color:#525252;
	background-color:#eee;
	border-color:#ddd;
}
	.paginationul ul > .active > a, .paginationul > .active > span, .paginationul ul > .active > a:hover, .paginationul > .active > span:hover, .paginationul ul > .active > a:focus,.paginationul ul > .active > span:focus{
	z-index:2;
	color:#fff;
	background-color:#428bca;
	border-color:#428bca;
	cursor:default;
}
.paginationul ul > .disabled > span, .paginationul ul > .disabled > span:hover, .paginationul ul > .disabled > span:focus, .paginationul ul > .disabled > a, .paginationul ul >.disabled > a:hover, .paginationul ul > .disabled > a:focus {
	color:#999;
	background-color:#fff;
	border-color:#ddd;
	cursor:not-allowed;
}


/* NAVIGATIONS */
.block{margin-bottom:15px;padding-bottom:5px;padding-left:0;}
.block .title{font-size:12px;letter-spacing:1px;text-align:left;padding:9px 7px;text-transform:uppercase;color:#333;border-radius:5px 5px 0px 0px;margin:0;background:none repeat scroll 0 0 #F6F6F4;}
.block .title strong{font-weight:700;}
.block .listbox{font-size:11px;padding:5px 10px 10px;line-height:18px;margin:0;border-radius:0px 0px 5px 5px;}
.block .listbox ul{margin:0;padding:0 0 0 2px;color:#5C5B5B;background-color:inherit;}
.block li{list-style:none outside none;line-height:18px;padding:4px 1px 3px 13px;}
.block li.separator{background:none;height:1px;line-height:1px;width:auto;font-size:1px;margin:0;padding:0;}
.block-category-navigation .active > a,.block-manufacturer-navigation .active a,.block-vendor-navigation .active a{color:#5C5B5B;font-weight:700;text-decoration:none;}
.block-category-navigation .listbox ul .active,.block-manufacturer-navigation .listbox ul .active,.block-vendor-navigation .listbox ul .active{font-weight:700;}
.block-category-navigation ul.sublist{margin:0px 0px 0px 7px;}
.block-category-navigation ul.sublist .inactive a:hover{color:#5C5B5B;font-weight:400;}
.block-manufacturer-navigation .listbox .view-all a{color:#5C5B5B;font-weight:700;}
.block-vendor-navigation .listbox .view-all a{color:#5C5B5B;font-weight:700;}
.block-recently-viewed-products li{background:none;min-height:35px;clear:both;border-bottom:1px solid #e5e5e5;}
.block-recently-viewed-products li.last{border-bottom:none;}
.block-recently-viewed-products .product-picture{float:left;height:40px;width:40px;margin:0;}
.block-account-navigation a.active{font-weight:700;text-decoration:none;}
.block-account-navigation a{white-space:nowrap;}
.block-account-navigation a.inactive{font-weight:400;text-decoration:none;}
.block-account-navigation a.inactive:hover{text-decoration:underline !important;color:#B80709 !important;}
.block-newsletter .buttons{margin-top:5px;}
.block-popular-tags li,.block-popular-blogtags li{display:inline!important;}
.block-blog-archive li,.block-popular-tags li,.block-popular-blogtags li{background:none !important;padding-left:5px !important;padding-right:5px !important;}
.block-popular-tags .listbox .view-all a{color:#5C5B5B;font-weight:700;}
.block-blog-archive .year{color:#5C5B5B;font-weight:700;text-decoration:none;}
.block,.news-list-homepage .item, .search-panel .search-input,.product-filters,fieldset {background:none repeat scroll 0 0 #FFF;border:1px solid #eee;border-radius:4px;-o-border-radius:4px;-icab-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}


/* MINI-SHOPPING CART */
.flyout-cart{display:none;position:absolute;float:left;top:39px;right:0px;width:300px;min-height:50px;z-index:99999; left: auto; margin: 0; padding: 0;}
.flyout-cart.active{display:block;}
.mini-shopping-cart{padding:5px 10px 10px;margin:0;font-size:11px;}
.mini-shopping-cart a{font-weight:700;text-decoration:none;}
.mini-shopping-cart a:hover{text-decoration:underline;}
.mini-shopping-cart .count{margin:10px 0px 10px;}
.mini-shopping-cart .item{overflow:hidden;clear:both;border-bottom:1px solid #EEEEEE;}
.mini-shopping-cart .item.first{border-top:1px solid #EEEEEE;}
.mini-shopping-cart .item > div{padding:10px 5px;}
.mini-shopping-cart .item .picture{float:left;width:50px;text-align:center;}
.mini-shopping-cart .item .product{float:right;width:208px;}
.mini-shopping-cart .item .name{margin-bottom:5px;}
.mini-shopping-cart .item .attributes{font-size:10px;margin:0px;}
.mini-shopping-cart .item .price{font-size:10px;margin:10px 0px 0px 0px;}
.mini-shopping-cart .item .quantity{font-size:10px;margin:0px}
.mini-shopping-cart .totals{margin:10px 0px;text-align:right;}
.mini-shopping-cart .buttons{margin:10px 0px;text-align:right;}
.mini-shopping-cart .cart-button,.mini-shopping-cart .checkout-button{margin:0;}


/* NOTIFICATIONS */
.bar-notification{display:none;padding:10px;/*left:0;position:fixed;top:0;width:100%;z-index:100000;*/}
.bar-notification.success{background:none repeat scroll 0 0 #91BD09;/*border-bottom:3px solid #FFFFFF !important;margin:0 0 10px;*/color:#FFFFFF;}
.bar-notification.error{background:none;/*border-bottom:3px solid #FFFFFF !important;margin:0 0 10px;*/color:#000; border: 2px solid #f00; border-radius: 2px;}
.bar-notification .close{display: none;/*background:url(images/ico-close-notification-bar.png) no-repeat;width:20px;height:20px;float:right;margin:9px 9px 0px 0px;cursor:pointer;*/}
.bar-notification p.content{/*padding:0px 10px;*/margin:0px;}
.bar-notification p.content a{text-decoration:underline;color:#FFFFFF;}
.bar-notification p.content a:hover{text-decoration:none;color:#FFFFFF;}


/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shopping-cart-page .cart-total tr {display: none;}
.shopping-cart-page .cart-total .shopping-cart-only {display: table-row;}
.shopping-cart-page .order-summary-content .totals .cart-total .shopping-cart-only.discount td {padding: 0 0 20px; font-size: 10pt;}
.wishlist-page .share-info{margin:5px 0;}
.wishlist-page .share-info .share-label{font-weight:700;}
.wishlist-page .share-info a.share-link{color:#B80709;text-decoration:none;word-wrap:break-word;}
.order-summary-content .cart .attributes {margin-top: 10px;}
.order-summary-content .cart .remove-from-cart {margin-top: 20px;}
.order-summary-content .cart .remove-from-cart a {color: #f00;}
.order-summary-content .cart .remove-from-cart input {display: none;}
.order-summary-content .update-cart-button {display: none;}
.order-summary-content .message-error,.wishlist-content .message-error{margin:5px 0;}
.order-summary-content .totals{text-align: center;}
.order-summary-content .cart-collaterals{float:left;padding:20px 0 10px;width:580px;}
.order-summary-content .deals{display:inline;float:left;margin:0 10px 0 0;width:280px;}
.order-summary-content .shipping{display:inline;float:left;margin:0 10px 0 0;width:280px;}
.order-summary-content .coupon-box,.order-summary-content .giftcard-box{padding:10px;font-size:11px;}
.order-summary-content .coupon-box .message,.order-summary-content .giftcard-box .message{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}
.order-summary-content .coupon-box .current-code{padding:10px 0px 0px 0px;}
.order-summary-content .coupon-box .discount-coupon-code,.order-summary-content .giftcard-box .gift-card-coupon-code{width:auto;}
.order-summary-content .coupon-box .hint,.order-summary-content .giftcard-box .hint{padding-top:5px;}
.order-summary-content .giftcard-box{position:relative;z-index:1;}
.order-summary-content .apply-discount-coupon-code-button,.order-summary-content .apply-gift-card-coupon-code-button{margin:5px 0;}

.wishlist-content .cart {margin-bottom:10px;}
.order-summary-content .cart .cart-header-row .picture, .wishlist-content .cart .cart-header-row .picture {width: 110px;}
.order-summary-content .cart .cart-header-row th.end,.wishlist-content .cart .cart-header-row th.end{text-align:right;}
.order-summary-content .cart .cart-item-row td,.wishlist-content .cart .cart-item-row td{/*border-bottom:1px solid #c5c5c5;*/vertical-align:middle; }
.order-summary-content .cart .cart-item-row td.product {text-align: left;}
.order-summary-content .cart .product-picture .thumbnail, .wishlist-content .cart .product-picture .thumbnail {margin-bottom: 0px;} 
.order-summary-content .cart .cart-item-row .qty-input,.wishlist-content .cart .cart-item-row .qty-input{text-align:center; width:70px;}
.order-summary-content .cart .cart-item-row .edit-item a{color:#B80709;}
.order-summary-content .cart .cart-item-row .qty {position: relative;}
.order-summary-content .cart .cart-item-row .qty .btn-update { font-size: 11px; display: none; position: absolute;
right: 8px; bottom: 8px;}
.order-summary-content .cart-footer{width:100%;zoom:1;}
.order-summary-content .cart-footer:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.order-summary-content .total-info{margin:0;font-size:12px;}
.order-summary-content .total-info .selected-shipping-method{font-weight:normal;font-size:11px;}
.order-summary-content .total-info .order-total{color:#353434;}
.shopping-cart-page .cart-total {width:100%;}
.shopping-cart-page .cart-total .shopping-cart-only td {width:50%; font-size: 14px; font-weight: bold; padding: 20px 0;}
.shopping-cart-page .cart-total .shopping-cart-only td .product-price {padding-left: 10px;}
.shopping-cart-page .cart-total .shopping-cart-only .cart-total-right {text-align: left;}
.cart-total-left{width:50%;text-align:right;vertical-align:middle;height:21px;font-weight:700;color:#353434;}
.cart-total-left-below{width:100%;text-align:right;vertical-align:top;height:30px;}
.cart-total-right{text-align:right;vertical-align:middle;padding-left:5px;}
.order-summary-content .remove-gift-card-button,.order-summary-content .remove-discount-button{padding-right:5px;padding-left:18px;background:url(images/ico-delete.gif) no-repeat;border:0;width:32px;height:15px;}
.order-summary-content .remove-gift-card-button:hover,.order-summary-content .remove-discount-button:hover{cursor:pointer;}
.order-summary-content .selected-checkout-attributes{margin:0;padding:10px 5px 10px 0;width:100%;text-align:right;vertical-align:middle;color:#353434;}
.order-summary-content .checkout-attributes{margin:10px 0;padding:10px 20px;background:none repeat scroll 0 0 #F7F5E8;border:1px dotted #D3D3D3;clear:both;}
.order-summary-content .checkout-attributes .text-prompt{font-weight:bold;}
.order-summary-content .checkout-attributes ul.option-list{padding:0px;margin:0px;}
.order-summary-content .checkout-attributes ul.option-list li{list-style:none;}
.order-summary-content .checkout-attributes .textbox{width:300px;}
.order-summary-content .checkout-attributes textarea{width:300px;height:150px;}
/* color squares attribute type */
.order-summary-content .checkout-attributes ul.color-squares li{display:inline;}
.order-summary-content .checkout-attributes ul.color-squares .color-container{position:relative;display:inline-block;border:solid 1px #999;padding:1px;margin-bottom:5px;}
.order-summary-content .checkout-attributes ul.color-squares .selected-value .color-container{border-color:#075899;border-width:2px;padding:0;}
.order-summary-content .checkout-attributes ul.color-squares .color{display:inline-block;width:18px;height:18px;}
.order-summary-content .checkout-attributes ul.color-squares label{cursor:pointer;position:relative;}
.order-summary-content .checkout-attributes ul.color-squares input{height:0;overflow:hidden;z-index:-10000;position:absolute;float:none;}
.order-summary-content .min-amount-warning{margin:0;padding:10px 0 10px 10px;}
.order-summary-content .terms-of-service{text-align: center;}
.order-summary-content .terms-of-service #termsofservice {display: none;}
.order-summary-content #terms-of-service-warning-box{text-align: right;}
.order-summary-content .terms-of-service .read{text-decoration:underline;}
.order-summary-content .terms-of-service .read:hover{cursor:pointer;}
.checkout-data .terms-of-service{margin:0;padding:10px 0 10px 10px;}
.checkout-data .terms-of-service .read{text-decoration:underline;}
.checkout-data .terms-of-service .read:hover{cursor:pointer;}
.order-summary-content .common-buttons{margin:0;padding:10px;}
.order-summary-content .checkout-buttons{margin:0;padding:10px 0; text-align: center;}
.order-summary-content .checkout-button.btn-lg {/*display: block;color: #fff;text-transform: uppercase; white-space: normal;*/}
.order-summary-content .totals .common-buttons{text-align: left;}
.order-summary-content .totals .checkout-button {width: 100%;white-space: normal;}
.order-summary-content .totals {color: #6D6E71;}
.order-summary-content .cart-total {width: 100%;}
.shopping-cart-page .order-summary-content .totals .cart-total td {color: #231F20; font-size: 12pt; font-weight: normal;}
.order-summary-content .freeshipping {display: none;}
.order-summary-content .freeshipping .glyphicon {color: #5AAFAF;}
.order-summary-content .secure {margin: 20px 0;font-size: 10pt;}
.order-summary-content .addon-buttons{clear:both;float:right;margin:0;padding:10px 0 10px 10px;text-align:right;}
.order-summary-content .cross-sells{clear:both;}
.estimate-shipping{margin:0;padding:10px;font-size:11px;color:#555;border:1px solid #EEE;}
.estimate-shipping .hint{padding-top:5px;padding-bottom:5px;}
.estimate-shipping .country-input,.estimate-shipping .state-input{width:137px;}
.estimate-shipping .shipping-options{text-align:left;height:auto;}
.estimate-shipping .shipping-options label{display:inline-block;width:85px;}
.estimate-shipping .shipping-options .estimate-shipping-button{margin-left:90px;}
.estimate-shipping .shipping-results li.shipping-option-item{list-style:none;text-align:left;vertical-align:text-top;padding:5px 0 0 5px;}
.estimate-shipping .shipping-results .shipping-option-item .option-name{display:block;font-weight:700;}
.estimate-shipping .shipping-results .shipping-option-item .option-description{display:block;padding:5px 0 5px 16px;}


/* CHECKOUT */
.checkout .search-box,
.checkout #catalog-menu,
.checkout .header-links li + li,
.checkout .footer-action .col-md-3,
.checkout .footer .product-categories,
.checkout .footer .customer-service,
.checkout .footer .about,
.checkout .navbar-static-top {display: none!important}
.checkout .header .redder {
	padding-bottom: 0;
	margin-bottom: 20px;
}
.checkout .footer {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.checkout .footer.sticky {
	position: absolute;
    bottom: 0;
    width: 100%;
}
.checkout .footer h3,
.checkout .footer .footer-menu-wrapper,
.checkout .footer .footer-action,
.checkout .footer .footer-disclaimer .hidden-xs {
	display: none!important;
}
.checkout .coupon-box {
	display: none;
}

.checkout-page .checkout-data,.checkout-one-page .checkout-data{margin:0px;padding:0;color:#555;background-color:inherit;}
.checkout-page .checkout-data .buttons {overflow: hidden; margin-bottom: 20px;}
.checkout-page .checkout-data .payment-method .buttons, .checkout-page .checkout-data .payment-info .buttons, .checkout-page .checkout-data .confirm-order .buttons {overflow: visible; height: 40px;}
.checkout-page .order-summary-content .cart-footer {display: none;}
.checkout-page .alert-info{display: none;}
.checkoutstep .steptitle{border:1px solid #2F4F4F;color:#FFF;background-color:#2E4d7B;font-family:Arial,Sans-Serif;font-size:12px;font-weight:700;padding:5px;margin-top:5px;}
.checkoutstep .stepcontent{border:dashed 1px #2F4F4F;border-top:none;padding:5px;}
.order-summary-title{padding:10px 10px 5px 0;font-size:11px;color:#555;font-weight:700;clear:both;}
.order-summary-body{text-align:center;height:auto;}
.checkout-data .address-item .address-box .name {font-weight: 700;}
.checkout-data .address-item > a {
	color: #555 !important;
	text-decoration: none !important;
}
.checkout-data .address-item:hover .well {
	background: #eee;
}
.checkout-data .order-summary-body{text-align: right;}
.checkout-data .address-grid .address-item:nth-child(3n+1) {clear:left;}
.checkout-data .address-grid .address-item ul {margin: 0; padding: 0;}
.checkout-data .address-grid .address-item li{list-style:none;}
.checkout-data .address-grid .address-item .select-button {margin-bottom: 10px;}
/*.checkout-data .confirm-order{text-align:left;border:1px solid #EEE;height:auto; margin-bottom:0;}*/
.checkout-data .address-grid .address-item .well {min-height: 260px;}
.checkout-data .address-grid .address-item .well.new-address {display: table; width:100%;}
.checkout-data .address-grid .address-item .well.new-address a  {display: table-cell;text-align: center; vertical-align: middle; font-style: italic;}
.checkout-data .new-billing-address, .checkout-data .new-shipping-address {/*display: none;*/ padding: 0;}
.checkout-data .payment-method .buttons .payment-method-next-step-button{float: right;}
.checkout-data .confirm-order .buttons{margin:10px 0;text-align:left;}
.checkout-data .confirm-order .message-error{margin:10px;text-align:left;}
.checkout-data .order-review-data{padding:10px;overflow:hidden;margin-bottom:20px;}
.checkout-data .order-review-data ul{/*float:left;margin-left:15px;margin-right:15px;width:350px;*/ padding: 0;}
.checkout-data .order-review-data li{list-style:none;text-align:left;}
.checkout-data .order-review-data li:first-child{margin-top:0;}
.checkout-data .order-review-data .title{margin:10px 0 5px;}
.checkout-data .order-review-data .payment-method,.checkout-page .order-review-data .shipping-method{border:none;}
/*.checkout-data .order-completed{text-align:left;border:1px solid #EEE;height:auto;padding:10px;}*/
.completed-page {
	margin-bottom: 50px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.order-completed .media {
	color: #333;
	font-size: 18px;
	line-height: 20px;
	margin: 40px 0 30px;
}
.order-completed .media-left {
	width: 58px;
}
.order-completed .media-object {
	width: 48px;
	height: 46px;
}
.order-completed .btn {
	padding: 8px 10px 8px 10px;
	margin-right: 20px;
}
.btn-facebook {
	background: #4D68A4;
	background-image: linear-gradient(-180deg, #4D68A4 0%, #39579A 100%);
	border: 1px solid #1A306E;
	border-radius: 4px;
	color: #fff;
	padding: 8px 20px 8px 10px;
}
.btn-facebook:hover {
	background: #39579A;
	color: #fff;
}
.btn-facebook img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
@media (max-width: 767px){
	.order-completed .media {
		font-size: 14px;
		margin: 30px 0 10px;
	}
	.order-completed .btn {
		margin-top: 20px;
		margin-right: 10px;
	}
}
/*.checkout-data .order-completed ul{margin-bottom:10px;}
.checkout-data .order-completed li{margin:5px 0;list-style:none;}
.checkout-data .order-completed a{color:#B80709;text-decoration: none;}*/
.order-progress{margin:0 auto 20px;text-align:center;}
.order-progress ul{padding:0;margin:0 0 10px; overflow: hidden;}
.order-progress ul li{float: left; list-style: none; width: 23%; margin-right: 2%; text-align: left;}
.order-progress ul li a {background: #f1f1f1; display: block; line-height: 40px; position: relative; color: #525252;padding: 5px 40px 5px 10px; margin-right: 40px; text-transform: uppercase; font-size: 16px;}
.order-progress ul li a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-left-color: #f1f1f1;
	border-width: 40px;
	margin-top: -40px;
}
.order-progress ul li .active-step{color:#fff;background: #525252;}
.order-progress ul li .active-step:after {border-color: rgba(82, 82, 82, 0); border-left-color: #525252;}
.order-progress ul li .inactive-step{color: #525252;}
.order-progress ul li a .badge {background: #5AAFAF; color: #fff; font-size: 22px; vertical-align: middle; width: 40px; height: 40px;border-radius: 20px; padding: 10px 0;}
.order-progress ul li a:hover{text-decoration:none;}
.checkout-page .payment-method .list-group-item {
	cursor: pointer;
}
.checkout-page .payment-method .list-group-item:hover {
	background: #f1f1f1;
}
.checkout-page .payment-method .list-group-item.active {
	background: #5cb0b0;
	border-color: #5cb0b0;
}
.payment-info .dropdownlists {margin-top: 7px;}
.en .payment-info .fr, .fr .payment-info .en {display: none;}

/* ONE PAGE CHECKOUT */
.opc .buttons{margin-top:0;padding-top:2em;}
.opc .buttons .back-link{margin-bottom:10px;}
.opc .buttons .back-link small{display:none;}
.opc .buttons .back-link a{background:url(images/arrow-up.png) no-repeat left;padding-left:20px;}
.opc .buttons.disabled button{display:none;}
.opc .buttons .please-wait{height:21px;line-height:21px;}
.opc .ul{list-style:disc outside;padding-left:18px;}
.opc ul,.opc ol,ul.opc,ol.opc{list-style:none outside none;}
.opc{position:relative;}
.opc .step-title{border-width:0 1px;border-style:solid;border-color:#fff #d9dde3 #d9dde3;background:#F2F2F2;padding:4px 8px 6px;text-align:right;}
.opc .step-title .number{float:left;background:#fff;border:1px solid #fff;padding:0 4px;margin:0 5px 0 0;font:bold 11px/14px;color:#999;}
.opc .step-title h2{float:left;margin:0;font:bold 13px/16px;color:#999;text-transform:capitalize;}
.opc .allow .step-title{background:#F2F2F2;border:1px solid #EEE;border-bottom:0;color:#a4b3b9;cursor:pointer;}
.opc .allow .step-title .number{background:#dbe6eb;border-color:#dbe6eb;color:#a4b3b9;}
.opc .allow .step-title h2{color:#a4b3b9;}
.opc .active .step-title{background:#f9f3e3;border:1px solid #EEE;padding-bottom:5px;color:#f18200;cursor:default;}
.opc .active .step-title .number{background:#B20405;border-color:#B20405;color:#fff;}
.opc .active .step-title h2{color:#555;}
.opc .step{border:1px solid #EEE;border-top:0;background:#fbfaf6 0 0 repeat-x;padding:15px 30px;position:relative;}
.opc .step-title:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
.opc .order-summary-content .cart-footer{background:none!important;}

/* ORDER DETAILS */
.order-details-page .page-title h1{float:left;}
.order-details-page .page-title a{float:right;margin-left:10px;}
.order-details-page .page-title a:hover{text-decoration:none;}
.order-details-page .title{padding:10px 10px 5px 0;font-weight:700;clear:both;font-size:12px;}
.order-details-page .order-overview{text-align:left;padding-bottom:10px;overflow:hidden;}
.order-details-page .order-overview .order-number{margin-bottom:10px;}
.order-details-page .order-overview .order-details{float:left;}
.order-details-page .order-overview .order-details span{display:block;margin-bottom:5px;}
.order-details-page .order-overview .order-total{text-align:right;}
.order-details-page .order-details-area{text-align:left;height:auto;}
.order-details-page .order-details-area table{width:100%;border:0px;border-collapse:collapse;border-spacing:0;}
.order-details-page .order-details-area td{width:50%;vertical-align:top;}
.order-details-page .order-details-area ul{padding: 0;}
.order-details-page .order-details-area li{list-style:none;}
.order-details-page .order-details-area li:first-child{margin-top:0;}
.order-details-page .repost{margin:10px 0px 10px 0px;}
.order-details-page .repost .hint{margin:0px;}
.order-details-page .section{/*text-align:left;padding:10px;height:auto;*/margin-bottom:20px;}
.order-details-page .checkout-attributes{text-align:left;vertical-align:middle;padding:10px;height:auto;word-wrap: break-word;}
.order-details-page .actions{margin:10px 0px 10px 0px;}
.order-details-page .cart-total-left{color:#000;}


/* SHIPMENTS */
.shipment-details-page .title{padding:10px 10px 5px 0;font-weight:700;clear:both;font-size:12px;}
.shipment-details-page .page-body{border:1px solid #d7d7d7;padding:10px;}
.shipment-details-page .shipment-overview{overflow: hidden; margin-bottom:10px;}
.shipment-details-page .shipment-overview ul{float:left;margin-right:20px;}
.shipment-details-page .shipment-overview li{list-style:none;}
.shipment-details-page .shipment-overview .title{margin-bottom:5px;}
.shipment-details-page .tracking-url{color:#B80709;text-decoration:none;}


/* HOME PAGE */
/*.home-page-product-grid{margin-left:auto;margin-right:auto;width:auto;}
.home-page-product-grid .title{padding:10px 10px 10px 0;margin:0 0 0 10px;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;text-align:center;}*/
/*.home-page-category-grid{margin-left:auto;margin-right:auto;width:auto;zoom:1;}
.home-page-category-grid:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.home-page-category-grid a{color:#555;font-size:1.2em;font-weight:700;}
.home-page-category-grid .item-box{float:left;text-align:center;vertical-align:text-top;}
.home-page-category-grid .category-item{text-align:center;margin:10px;width:145px;height:180px;border:1px solid #eee;}
.home-page-category-grid .category-item .title{text-align:center;font-weight:700;font-size:.9em;display:block;overflow:hidden;padding:5px;}
.home-page-category-grid .category-item .picture{text-align:center;padding:10px 0;}*/
/*.bestsellers{margin-left:auto;margin-right:auto;width:auto;}
.bestsellers .title{padding:10px 10px 10px 0;margin:0 0 0 10px;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;text-align:center;}*/

.section {padding: 60px 0;}
.shadow {-webkit-box-shadow: inset 0 0px 10px 0px rgba(0,0,0,0.4);-moz-box-shadow: inset 0 0px 10px 0px rgba(0,0,0,0.4);box-shadow: inset 0 0px 10px 0px rgba(0,0,0,0.4);}
.shadow-top {-webkit-box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.4);-moz-box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.4);box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.4);}
.parallax {background:no-repeat top center;height:600px; color:#fff;}
.white {background: #fff;}
.lightgray {background: #f5f5f5;}
.darkgray {background: #515151; color: #fff;}
.green {background: #5ab0b0;}

.green a {color: #525252;}
/*.green .btn {color: #fff;}*/

.white-text {color: #fff;}

.bloc {padding: 20px; position: relative; background-size: cover;}

.no-col {padding-left: 15px; padding-right: 15px;}

.home-page-category-grid .category-item {position: relative;}
.home-page-category-grid .category-item .title {position: absolute;left: 20px;right: 20px; font-size: 20px;z-index: 1000;}
.home-page-category-grid .category-item .title a {color: #fff; text-shadow: 2px 2px 6px #000;}

.home-page h1, .home-page h2 {text-align: center; color: #5ab0b0;font-size: 32px;}

.cms-index-index .topic-html-content-body {font-size: 14pt;}

.bottom {position: absolute; bottom: 20px;}
p.bottom {margin-bottom: 0;}

/* SLIDER */
.slider {margin-bottom: 40px;}
.slider .carousel-inner {/*overflow: visible;*/}
.slider .carousel-control {background: none; width: auto;}
.slider .carousel-control span {width:28px; height: 53px; display: block; position: absolute;top: 50%;margin-top: -26px;}
.slider .carousel-control .arrow-left {background: url('/Themes/Orthocanada/Content/images/orthocanada/arrow-left.png') no-repeat right top; left: 10px;}
.slider .carousel-control .arrow-right {background: url('/Themes/Orthocanada/Content/images/orthocanada/arrow-right.png') no-repeat left top; right: 10px;}
.slider .carousel-indicators {bottom: -50px;}
.slider .carousel-indicators li {border-color: #525252; background-color: #525252;}
.slider .carousel-indicators li.active {background-color: #F00;border-color: transparent;}

.slider .item .image {height: 400px; width: 100%; overflow: hidden;}
.slider .item .image .container {position: relative; height: 100%;}
.slider .item .image h3 {color:#00B0B0; font-size: 52px;line-height: 52px;text-shadow:2px 2px 6px #000;top: 50%;margin-top: -50px;position: absolute;vertical-align: middle;height: 100px;}
.slider .item .image h3 small {color: #fff; font-size: 24px; line-height: 24px; display: block;}
.slider .item .image .product-zone {position: absolute; bottom: 20px; right: 0;}
.slider .item .image .product-zone .product {color: #fff;text-align: center;font-size: 12px; text-shadow:2px 2px 6px #000; z-index: 1; position: relative;}
.slider .item .image .product-zone.bakrol .product {float:left;}
.slider .item .image .product-zone.nustep .product1 {margin-top: 20px;}
.slider .item .image .product-zone .product1 {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-ms-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
}
.slider .item .image .product-zone .product2 {
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-ms-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.slider .item .image .product-zone .product3 {
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
-ms-animation-delay: 2s;
-o-animation-delay: 2s;
animation-delay: 2s;
}
.slider .item .image .product-zone .product4 {
-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
-ms-animation-delay: 2.5s;
-o-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.slider .item .image .product-zone .product img {display: block;}

.slider .theme-default .nivo-controlNav {padding: 0;}

/* ZONE 1 */
.home-page .zone1{text-align: center; padding-top: 0;}
.zone1 table {/*border-top:2px solid #5ab0b0;*/ margin:20px auto; padding: 0;}
.zone1 td {text-align: center; color: #5ab0b0; font-weight: 600;  color:#5ab0b0;float: left; margin: 0px; padding: 10px 40px; position: relative; background: url("../../images/orthocanada/zone1.gif") no-repeat 50% 0;}
.zone1 td .dot {background: #5ab0b0; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;width: 10px;height: 10px; margin: 0 auto 10px;}
.zone1 td.first {margin-left: 0; background-position: -50% 0;}
.zone1 td.last {margin-right: 0; background-position: 200% 0;}
.zone1 td:after {top: 0;left: 50%;background: #5ab0b0;content: " ";height: 10px;width: 2px;position: absolute;pointer-events: none;margin-left: -1px;}
/*.zone1 td.first:before {top: 0;left: 0;background: #fff;content: " ";height: 2px;width: 49px;position: absolute;pointer-events: none;margin-top: -12px;}
.zone1 td.last:before {top: 0;right: 0;background: #fff;content: " ";height: 2px;width: 46px;position: absolute;pointer-events: none;margin-top: -12px;}*/

/* ZONE 2 */
.zone2 .home-page-category-grid .item-box {margin-bottom: 30px;}
.zone2 .home-page-category-grid .item-box .category-item .over {display: none; background: url('/Themes/Orthocanada/Content/images/orthocanada/over-bg.png') repeat; width: 100%;height: 100%;position: absolute;top: 0;}
.zone2 .home-page-category-grid .item-box .category-item:hover .over{display: block;}
.zone2 .home-page-category-grid .item-box a:hover {text-decoration: none;}

/* ZONE 3 */
.home-page .zone3 {font-family: "gothammedium", Gotham, Arial, sans-serif; padding-top: 40px;}
.zone3 h2 {margin-bottom: 60px;}
.zone3 .bloc{margin-bottom: 20px; min-height: 300px;font-size: 14pt;text-shadow: 2px 2px 6px #000;}
.zone3 .btn {text-shadow: none;}
.zone3 .bloc .row {position: absolute; top:0; bottom: 0;left: 15px;right: 15px;}
.zone3 .bloc .row .col-sm-6 {height: 100%; padding: 20px; position: relative;}
.zone3 .bloc .row .col-sm-6 .bottom {left:20px; right:20px;}
.zone3 .bloc h3 {margin-top: 0; font-size: 20pt; font-family: Gotham, Arial, sans-serif;}
.zone3 .bloc.full h3 {font-size: 24pt;}
.zone3 .bloc .btn {text-transform: uppercase;}
.zone3 .icons img {position: absolute;}
.zone3 .icons .ico1 {top:20px; left:13%;}
.zone3 .icons .ico2 {top:100px; left: 1%;}
.zone3 .icons .ico3 {top:200px; left:2%;}
.zone3 .icons .ico4 {top:20px; right: 26%;}
.zone3 .icons .ico5 {top:100px;right: 14%;}
.zone3 .icons .ico6 {top:200px;right: 15%;}

/* ZONE 4 */
.zone4{text-align: center; color: #fff; padding: 64px 0;}
.zone4 .row {display: table;}
.zone4 .col {display: table-cell; float: none; vertical-align: middle; width: 50%;}
.zone4 h2{text-transform: capitalize; font-weight: 400;margin-bottom: 20px;color: #fff !important;}
.zone4 .topic-html-content {margin-bottom: 20px;}

/* ZONE 5 */
.zone5 .bloc {margin-bottom: 20px;}
.zone5 .green {color: #fff; margin-bottom: 0;}
.zone5 .green h2 {color: #fff; text-align: left; margin-top: 0;}
.zone5 .green .borderbottom {border-bottom: 10px solid #fff; padding-bottom: 10px;}
.zone5 .green a {font-size: 10pt;}
.zone5 .green .topic-html-content-body img {padding-left: 20px; padding-bottom: 20px;}
.zone5 .green .white-sep{background: url('/Themes/Orthocanada/Content/images/orthocanada/white-sq.gif') repeat-y top center;}
.zone5 .green .white-sep .col-sm-6{padding-top: 10px;}
.zone5 .green .white-sep .col-sm-6 .media .pull-left {width:90px;}
.zone5 .green .white-sep .col1 {padding-right: 25px;}
.zone5 .green .white-sep .col2 {padding-left: 25px;}
.zone5 .green .white-sep h4 {font-size: 24pt;}
.zone5 .col-md-4 .bloc {min-height: 266px;}
.zone5 .col-md-4 .bloc .btn {white-space: pre-wrap;}
.zone5 h3 {margin-top: 0;}

/* ZONE 6 */
.home-page .zone6 {padding-bottom: 0;}
.zone6{text-align: center;}
.zone6 table {border-top:2px solid #5ab0b0; margin:20px auto; padding: 0;}
.zone6 td {text-align: center; background: #5ab0b0; -webkit-border-radius: 140px;-moz-border-radius: 140px;border-radius: 140px;width: 140px;height: 140px; color:#fff;float: left;padding-top: 50px; margin: 10px 40px; position: relative;}
.zone6 td.first {margin-left: 0;}
.zone6 td.last {margin-right: 0;}
.zone6 td.high {padding-top:40px;}
.zone6 td:after {bottom: 100%;left: 50%;background: #5ab0b0;content: " ";height: 10px;width: 2px;position: absolute;pointer-events: none;margin-left: -1px;}
.zone6 td.first:before {top: 0;left: 0;background: #fff;content: " ";height: 2px;width: 69px;position: absolute;pointer-events: none;margin-top: -12px;}
.zone6 td.last:before {top: 0;right: 0;background: #fff;content: " ";height: 2px;width: 69px;position: absolute;pointer-events: none;margin-top: -12px;}

/* ZONE 7 */
.zone7 .bloc {text-align: left;min-height: 230px; display: block;}
.zone7 .bloc:hover {color: #fff; text-decoration: underline;}
.zone7 .catalog-link .bloc:hover {text-decoration: none;}
.zone7 .bloc.gotamin {cursor: pointer;}
.zone7 .play-btn {background:url('/Themes/Orthocanada/Content/images/orthocanada/ico-play.png') no-repeat center center;min-height: 100px;width: 110px; margin: 0 auto;}
.zone7 h4 {font-size: 22px; margin-top:0;}
.zone7 h4 a {color: #fff;}
@media (min-width: 481px) and (max-width: 991px){
	.zone7 h4 a {color: #525252;}
}
.zone7 .bloc:hover h4 {text-decoration: underline;}
.zone7 .catalog-link .bloc:hover h4 {text-decoration: none;}
.zone7 .catalog-link .bloc h4 + h4 {margin-top: 30px;}
.zone7 p {margin-bottom: 0;padding-right: 20px;}

.gotaminutevid.modal.fade .modal-dialog {
	 -webkit-transform: 0;
      -ms-transform: 0;
          transform: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	 -webkit-transform: 0;
      -ms-transform: 0;
          transform: 0;
}

.feedback {position: fixed; right:0; bottom: 45%;z-index: 1000;}
.home .feedback, .checkout .feedback {display: none;}

/* PAGE Custom */
.container.empty {display: none;}
.page-custom h1, .page-custom h2 {
	margin-top: 0;
	color: #00B2B2;
	font-size: 42px;
}
.page-custom h4 {
	color: #FF0000;
	font-size: 24px;
}
.page-custom .text-center p {
	font-size: 18px;
}
.page-custom .parallax .topic-html-content-body {
	font-size: 14pt;
}
.page-custom h1 span {display: block; color: #333; font-size: 15px; }
.lead {
	color: #00B2B2;
}
.clearboth {
	clear: both;
}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3{padding-bottom:75%}
/* PAGE ABOUT US */
.about-page .bloc.green {
	color: #fff;
}
.about-page .bloc h3 {
	margin-top: 0;
	border-bottom: 8px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.about-page .bloc.innumbers {
	font-size: 21px;
}
.about-page .bloc.innumbers .number {
	font-size: 60px;
	line-height: 60px;
}
.about-page .bloc.achievement td {
	padding: 4px;
	vertical-align: top;
}
.excutive-team .item {
	float: left;
	width: 18%;
	margin-right: 2%;
	font-size: 12px;
	margin-top: 40px;
}
.excutive-team .item.last {
	margin-right: 0;
}
.excutive-team .item img {
	margin-bottom: 20px;
}
.excutive-team .item small {
	color: #00B2B2;
	font-size: 12px;
}
.partners .col-md-6 {
	margin: 20px 0;
}
.partners img {
	margin: 0 auto;
	display: block;
}
.about-page .smeyear h3 {
	margin-top: 0;
	font-size: 36px;
}
.about-page .smeyear img {
	margin-bottom: 10px;
}
.exclusive-brand .row {
	display: table;
	margin: 0;
}
.exclusive-brand .col-sm-3 {
	display: table-cell;
	float: none;
}
.exclusive-brand img {
	margin: 30px 0;
}

/* Newsletter */
.newsletter-page .buttons .btn {margin-left: 15px;}

/* PAGE CLINIC SETUP */
.clinic-setup-page .zone1 td {
	font-size: 12px;
	padding: 10px 30px;
	font-weight: 400;
}
/*.clinic-setup-page .zone1 td.first:before {
	width: 61px;
	margin-left: -30px;
}
.clinic-setup-page .zone1 td.last:before {
	width: 80px;
	margin-right: -30px;
}*/
.clinic-setup-page .get-started .row {
	margin-top: 30px;
	display: table;
}
.clinic-setup-page .get-started .col-sm-4 {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.clinic-setup-page .get-started table {
	font-size: 21px;
	color: #515151;
}
.clinic-setup-page .get-started table td {
	padding: 5px;
}
.clinic-setup-page .get-started table .number {
	color: #00B2B2;
}
.pieContainer {
     height: 300px;
     margin: 0 auto;
	 width: 300px;
	 position: relative;
}
.pieBackground {
     background-color: #00B2B2;
     position: absolute;
     width: 300px;
     height: 300px;
     -moz-border-radius: 300px;
     -webkit-border-radius: 300px;
     -o-border-radius: 300px;
     border-radius: 300px;
} 
.pie {
     position: absolute;
     width: 300px;
     height: 300px;
     -moz-border-radius: 300px;
     -webkit-border-radius: 300px;
     -o-border-radius: 300px;
     border-radius: 300px;
     clip: rect(0px, 150px, 300px, 0px);
}
.hold {
     position: absolute;
     width: 300px;
     height: 300px;
     -moz-border-radius: 300px;
     -webkit-border-radius: 300px;
     -o-border-radius: 300px;
     border-radius: 300px;
     clip: rect(0px, 300px, 300px, 150px);
}
.pieContainer span {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 28px;
}
.pieContainer span small {
	display: block;
	font-size: 18px;
	font-weight: 400;
}
.clinic-setup-page .get-started .col-sm-4 img {
	width: 280px;
	height: 280px;
}

.clinic-setup-page .seers-table .row {
	text-align: left;
}
.clinic-setup-page .seers-table .multicol {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
}
.clinic-setup-page .seers-table ul {
	padding-left: 15px;
	font-size: 12px;
}
.clinic-setup-page .checklist .products {
	margin-top: 40px;
}
.clinic-setup-page .checklist .products td {
	padding: 10px;
}
/*.clinic-setup-page .checklist .products td.first:before {
	background: #f5f5f5;
	width: 94px;
	margin-left: -10px;
}
.clinic-setup-page .checklist .products td.last:before {
	background: #f5f5f5;
	width: 94px;
	margin-right: -10px;
}*/
.checklist .products img {
	width: 170px;
	margin: 10px 0;
}
.clinic-setup-page .excutive-team {
	width: 100%;
}
.clinic-setup-page .excutive-team .item {
	width: auto;
	text-align: center;
	float: none;
}

.clinic-setup-page .datepicker {
	cursor: default;
	background-color: #fff;
}
.clinic-setup-page .multidisciplinary {
	display: none;
}
.clinic-setup-page .contact-us-button {
	margin-left: 10px;
}


/* PAGE CONTACT US */
.contact-page .page-body {
	margin-bottom: 0;
}
.contact-page h2 {
	font-size: 28px;
	color: #00B2B2;
}
.contact-page .well strong {
	color: #f00;
}
.contact-page .address {
	color: #6D6E70;
}
.contact-page .address strong {
	color: #00B2B2;
	font-size: 18px;
}
.contact-page .address .topic-html-content-body a {
	color: #6D6E70;
}
.contact-page .map-container {
	position: relative;
}
.contact-page .map-container::before {
	-webkit-box-shadow: inset 0 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0 0px 10px 0px rgba(0,0,0,0.4);
	 pointer-events: none;
	 top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: " ";
	z-index: 0;
	position: absolute;
}
.contact-page .map-container iframe {
	vertical-align: top;
	width: 100%;
}
.contact-page .social-media {
	color: #fff;
	font-size: 18px;
}
.contact-page .social-media a {
	width: 30%;
	display: inline-block;
	margin: 5%;
}


.input-validation-error{
	border:1px solid #ff0000;
}




/* Page Hospitals need */
.hopitals-rehab-needs-page .page-body {
	margin-bottom: 0;
}
.hopitals-rehab-needs-page .zone1 td {
	padding: 10px 20px;
	font-weight: 400;
}
/*.hopitals-rehab-needs-page .zone1 td.first:before {
	width: 60px;
	margin-left: -32px;
}
.hopitals-rehab-needs-page .zone1 td.last:before {
	width: 61px;
	margin-right: -32px;
}*/
.hopitals-rehab-needs-page .case-study .multicol {
	text-align: left;
	font-size: 12px;
}
.hopitals-rehab-needs-page .case-study .col-md-9 .multicol {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
}
.hopitals-rehab-needs-page .case-study .col-md-12 .multicol {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
}
.hopitals-rehab-needs-page .case-study .multicol p {
	font-size: 12px;
}
.hopitals-rehab-needs-page .case-study .multicol ul {
	padding-left: 15px;
}
.hopitals-rehab-needs-page .products {
	margin-top: 40px;
}
.hopitals-rehab-needs-page .products td {
	padding: 10px;
}
/*.hopitals-rehab-needs-page .products td.first:before {
	background: #f5f5f5;
	width: 89px;
	margin-left: -10px;
}
.hopitals-rehab-needs-page .products td.last:before {
	background: #f5f5f5;
	width: 89px;
	margin-right: -10px;
}*/
.hopitals-rehab-needs-page .products img {
	width: 160px;
	margin: 10px 0;
}
.hopitals-rehab-needs-page .infection-control {
	display: none;
}
.hopitals-rehab-needs-page .infection-control .row p {
	font-size: 12px;
}
.hopitals-rehab-needs-page .green, .hopitals-rehab-needs-page .green h3 {
	color: #fff;
}
/* Page Shipping info */
.shipping-info-page .green, .shipping-info-page .green h3 {
	color: #fff;
}


/* Page OSR */
.osr-page .border {
	border-bottom: 8px solid #00B2B2;
}
.osr-page .bordertop {
	border-top: 8px solid #00B2B2;
	padding: 20px 0;
}
.osr-page .borderright {
	margin: 0 0 20px;
	display: table;
}
.osr-page .borderright .col-sm-7, .osr-page .borderright .col-md-7 {
	border-right: 8px solid #00B2B2;
	padding: 30px 120px 20px 0;
}
.osr-page .pfc-numbers {
	padding: 45px 30px;
	font-size: 26px;
	color: #00B2B2;
}
.osr-page .pfc-numbers span {
	font-size: 58px;
	line-height: 58px;
}
.osr-page .osr-program {
	font-size: 16px;
}
.osr-page .osr-program .border {
	border-color: #fff;
	padding-bottom: 10px;
}
.osr-page .osr-program .borderright .col-md-7 {
	border-color: #fff;
	display: table-cell;
	float: none;
}
.osr-page .osr-program .brands {
	padding: 30px 0 30px 30px;
	display: table-cell;
	float: none;
}
.osr-page .osr-program .brands .row {
	display: table;
	width: 100%;
}
.osr-page .osr-program .brands .row .col-sm-6 {
	display: table-cell;
	float: none;
}
.osr-page .osr-program .brands img {
	padding: 10px;
}
.osr-page .green, .osr-page .green h1 {
	color: #fff;
}
.osr-page .osr-program img.pull-left {
	margin: 0 20px 20px 0;
}
.osr-page .award-winner h2 {
	margin-bottom: 20px;
}
.osr-page .award-winner .number {
	color: #00B2B2;
}


/* PAGE Seniors residence */
.font-red {
	color: #f00;
	font-size: 21px;
}
.senior-residence-page .get-started table {
	font-size: 21px;
	color: #515151;
	margin-top: 10px;
}
.senior-residence-page .get-started table td {
	padding: 5px;
}
.senior-residence-page .get-started table .number {
	color: #00B2B2;
	font-size: 36px;
}
.senior-residence-page .get-started .graph {
	margin: 0;
	padding: 0;
	width: 100%;
}
.senior-residence-page .graph tbody {
	border-left: 1px solid #000;
}
.senior-residence-page .graph tbody td {
	border-right: 1px solid #000;
	padding: 0;
	height: 30px;
	width: 10%;
}
.senior-residence-page .graph tbody td.off {
	background: #f0f0f0;
}
.senior-residence-page .graph tbody td.active {
	background: #00B2B2;
}
.senior-residence-page .graph tbody td table {
	margin: 0;
}
.senior-residence-page .graph tbody td table tbody {
	border: 0;
}
.senior-residence-page .graph tbody td table td {
	width: 100%;
	border: 0;
}
.senior-residence-page .graph tbody td.last {
	border: 0;
	width: 0;
	display: none;
}
.senior-residence-page .graph tfoot td {
	padding: 5px 0 0;
	font-size: 14px;
	border-top: 1px solid #000;
}
.senior-residence-page .graph tfoot td.last {
	border: 0;
	position: absolute;
}
.senior-residence-page .fall-prevention .nustep-image img {
	width: 300px;
	height: 300px;
}
.senior-residence-page .fall-prevention .nustep-image small {
	position: absolute;
	margin-top: -50px;
}
.senior-residence-page .fall-prevention table {
	margin: 0 auto;
	font-size: 21px;
	color: #515151;
}
.senior-residence-page .fall-prevention table td {
	padding: 5px;
}
.senior-residence-page .fall-prevention table .number {
	color: #00B2B2;
}
.senior-residence-page .checklist .products {
	margin-top: 40px;
}
.senior-residence-page .checklist .products td {
	padding: 10px;
}
/*.senior-residence-page .checklist .products td.first:before {
	background: #f5f5f5;
	width: 94px;
	margin-left: -10px;
}
.senior-residence-page .checklist .products td.last:before {
	background: #f5f5f5;
	width: 94px;
	margin-right: -10px;
}*/
.senior-residence-page .excutive-team {
	margin: 0 auto;
	display: inline-block;
}
.senior-residence-page .excutive-team .item {
	width: 49%;
}

.important-message h3 {
	color: #f00;
	font-size: 21px;
}
.important-message .text-center ul {
	text-align: left;
}


/* PRODUCTS IN GRID - TEMPLATE */
.product-grid .item-box {margin-bottom: 40px;}
.product-grid .product-item{height:270px; position: relative; line-height: 16px;}
.search-results .product-grid .product-item{height:300px;}
.product-grid .product-item .picture {display: inline-block;}
.product-grid .product-item .product-title{font-size:12px; margin-top: 0;}
.product-grid .product-item .description{display:none;margin:5px 5px 0 5px;text-align:center;padding:10px 5px;border-top:solid 1px #e3e3e3;color:#555;height:50px;}
.product-grid .product-item .add-info{vertical-align:bottom;text-align:right;width:auto;height:auto;position:absolute; bottom: 0;}
.product-grid .product-item .prices{text-align:left;vertical-align:middle;position:static;bottom:15px;right:10px;}
.product-grid .product-item .prices .price{margin:0px;display:block;}
.product-grid .product-item .prices .actual-price{color:#B80709;}
.product-grid .product-item .prices .old-price{color:#5C5B5B;text-decoration:line-through;}
.product-grid .product-item .buttons{vertical-align:middle;position:static;margin-top:5px;text-align:left;}
.product-grid .product-item .buttons .btn-primary {
	font-size: 14px;
	padding: 7px 15px;
}
.product-grid.featured-product-grid {margin-bottom: 30px;}

/* PRODUCTS IN LINES - TEMPLATE */
.product-list{width:auto;margin:0 auto;padding:0;list-style-type:none;}
.product-list .item-box{text-align:left;clear:both;position:relative; border-bottom: 1px solid #ccc;padding-bottom:10px;}
.product-list .item-box:hover{background:#F9F9F9;}
.product-list .product-item{width:auto;margin-top:10px;position:relative;zoom:1;}
.product-list .product-item:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-list .product-item .product-title{font-weight:700;font-size:14px;padding-left:10px;margin-top:0px;}
.product-list .product-item .product-title a{font-weight:700;display:block;height:auto;line-height:1.3em;overflow:hidden;padding:4px 10px 8px 0;}
.product-list .product-item .product-rating-box{padding:0 0 0 10px;margin:0px 100px 0 140px;}
.product-list .product-item .picture{float:left; margin-right:10px;}
.product-list .product-item .description{padding:0 0 0 10px;margin:0px 100px 0 140px;text-align:left;color:#555;}
.product-list .product-item .add-info{float:right;text-align:right;}
.product-list .product-item .prices .price{margin:0px;display:block;}
.product-list .product-item .prices .actual-price{color:#B80709;}
.product-list .product-item .prices .old-price{color:#5C5B5B;text-decoration:line-through;}
.product-list .product-item .buttons{padding-top:20px;}


/* FEATURED PRODUCTS */
.featured-product-grid .title{font-weight:700;text-transform:uppercase;clear:both;margin:0 0 20px;color:#5C5B5B;}
.featured-product-grid .item-box {margin-bottom: 0;}
.featured-product-grid .product-item {
	height: 360px;
}

/* CATALOG PAGES */
.category-page .page-title,.manufacturer-list-page .page-title,.manufacturer-page .page-title,.vendor-page .page-title,.product-tag-page .page-title,.product-tags-all-page .page-title,.vendor-list-page .page-title{border-bottom:0 none;clear:both;}
.product-tags-all-page .product-tags-list li{display:inline;}
.product-tags-all-page .product-tags-list li a{text-decoration:none;margin:0 2px 0 0;}
.vendor-list-page .vendor-list li{display:inline;}
.vendor-list-page .vendor-list li a{text-decoration:none;margin:0 2px 0 0;}
.category-page .category-description,.manufacturer-page .manufacturer-description,.vendor-page .vendor-description{color:#555;font-size:1.1em; margin-bottom: 30px;}
.category-page .category-description-mobile{display: none;}
.description-read-more, .description-read-less, .description-read-more-temp{display: none;}
.manufacturer-page h1 {margin-top: 0;}
.manufacturer-page .manufacturer-description {margin-top: 30px;}
.manufacturer-grid .item-box:nth-child(4n+1) {
	clear: left;
}
.manufacturer-grid .item-box .well {background: transparent;}
.manufacturer-grid .item-box .well img {
	max-height: 40px;
}
.sub-category-grid .item-box {
	/*min-height: 125px;*/
	min-height: 200px;
	margin-bottom: 30px;
}
.sub-category-grid .sub-category-item {
	/*position: relative;*/
}
.sub-category-grid .sub-category-item .title {
	/*position: absolute;
	top: 0;
	left: 0;*/
	font-size: 12px;
}
.sub-category-grid .sub-category-item .title a {
	color: #ED1C24;
	font-weight: 600;
}
.sub-category-grid .sub-category-item .picture,.manufacturer-grid .manufacturer-item .picture{text-align:center;}
.manufacturer-grid .title {word-break: break-word; text-align: center;}
.product-selectors{margin-bottom:10px;zoom:1;}
.product-filters{width:auto;margin-bottom:10px;padding:10px;}
.product-filters .filter-title{font-weight:700;padding-left:10px;}
.product-filters .filter-title strong{display:block;height:2em;line-height:1.3em;overflow:hidden;}
.product-filters .filter-content{padding:5px 10px;}
.price-range-filter .filter-title{background:url(images/ico-arrow-r.gif) no-repeat top left;padding-left:20px;}
.price-range-filter ul{margin:0;padding:0;}
.price-range-filter li{list-style:none;padding-bottom:5px;}
.price-range-filter .remove-filter{padding-top:5px;}
.price-range-filter .remove-filter a{font-weight:700;color:#b80709;}
.product-spec-filter .filter-title{background:url(images/ico-arrow-r.gif) no-repeat top left;padding-left:20px;}
.product-spec-filter .available-items,.product-spec-filter .already-filtered-items{width:100%;overflow:hidden;}
.product-spec-filter .group{display:block;float:left;clear:both;font-weight:700;}
.product-spec-filter .group li{list-style:none;}
.product-spec-filter .available-items .item{padding:3px 2px 3px 16px;list-style:none;}
.product-spec-filter .already-filtered-items .filter-title{background:none;padding:15px 5px 5px 0;}
.product-spec-filter .already-filtered-items .item{padding:5px 0;}
.product-spec-filter .remove-filter{padding-top:5px;}
.product-spec-filter .remove-filter a{font-weight:700;color:#b80709;}


/* COMPARE PRODUCTS */
.compare-products-page .page-body{margin:0;padding:0;font-size:11px;color:#555;background-color:inherit;}
.compare-products-table{margin-top:10px;width:100%;border:0px;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.compare-products-table tr.product-name{background-color:#CCC;font-weight:700;}
.compare-products-table td{border:1px solid #EEE;padding:3px;vertical-align:top;}


/* LOGIN */
.login-page .checkout-as-guest-or-register-block ul{padding-left:30px;}
.login-page .register-block .buttons {margin-top: 20px;}
.login-page .returning-wrapper .inputs{margin:20px 0;}
.login-page .returning-wrapper .message-error{padding:0;}
.login-page .returning-wrapper .buttons{float:right;margin:5px 30px;}
.login-page .returning-wrapper label{width:100px;display:inline-block;margin-right:10px;white-space:nowrap;vertical-align:middle;font-weight:700;}
.login-page .returning-customer .reversed label{width:auto;font-weight:400;}
.login-page .forgot-password{display:block;margin-top:20px;font-weight:700;}
.login-page .field-validation-error{display:block;}
.external-auth-errors{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;color:Red;margin-bottom:20px;}
.external-auth-errors ul{padding:0px;}
.external-auth-errors ul li{list-style:none;}
.external-auth-association{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;margin-bottom:20px;}
.external-auth-association .remove{color:#B80709;}

.form-horizontal .form-group input:not(.fullname).required {
	position: absolute;
	left: 0;
	top:0;
}

/* REGISTRATION */
.registration-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}
.registration-page .gender{display:inline-block;}
.registration-page .vat-note{display:block;}
.registration-page .accept-privacy-policy{float:left;margin-bottom:5px;margin-top:5px;clear:both;}
.registration-page .accept-privacy-policy .read{text-decoration:underline;}
.registration-page .buttons{margin-bottom:5px;margin-top:5px;clear:both;}
.registration-page .message-error {margin-bottom:20px;}
.registration-result-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}
.registration-result-page .buttons{float:left;margin-bottom:5px;margin-top:5px;clear:both;}

.registration-page .fieldset {margin-top: 30px;}
#CompanyRoleOther {margin-top: 0px;}

.password-recovery-button {margin-left: 8px;}

/* BREADCRUMB */
.breadcrumb{text-transform:uppercase; font-size: 0.9em;}

/* NEWS */
.news-list-page,.news-list-homepage{margin-bottom:15px;padding-bottom:5px;padding-left:0;}
.news-list-homepage .title{padding:10px 10px 10px 0;margin:0 0 0 10px;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;text-align:center;}
.news-items{margin:0 5px;padding:0;}
.news-items .item{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px;}
.news-list-homepage .item{padding:10px;}
.news-items .news-date{color:#9a9a9a;}
.news-items a.news-title{color:#444;text-decoration:none;font-size:1.2em;}
.news-items a.news-title:hover{text-decoration:underline;}
.news-items .news-details{margin-top:10px;margin-bottom:10px;}
.news-items .read-more{font-weight:700;text-decoration:none;color:#5C5B5B;background-color:inherit;}
.news-item-page .news-date{color:#9a9a9a;}
.news-item-page .news-body{margin:0 0 20px;padding:0;}
.news-item-page .news-body a{color:#B80709;text-decoration:underline;}
.news-item-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;margin-bottom:10px;}
.news-item-page .new-comment{margin-top:10px;}
.news-item-page .new-comment .captcha-box{margin-bottom:12px;}
.news-item-page .new-comment .comment-title{width:350px;}
.news-item-page .new-comment .comment-text{width:350px;height:150px;vertical-align:middle;}
.news-item-page .new-comment .buttons{text-align:left;}
.news-item-page .comment-list{margin:10px 0px 10px 0;}
.news-item-page .comment-list .title{padding:10px 10px 10px 0;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;}
.news-comment{zoom:1;}
.news-comment:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.news-comment .comment-info{width:170px;float:left;padding:5px;height:100%;border-right:solid 1px #F3F3F3;}
.news-comment .comment-info .user-info{padding-top:5px;}
.news-comment .comment-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.news-comment .comment-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.news-comment .comment-info .user-info .avatar{margin:5px 0;}
.news-comment .comment-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.news-comment .comment-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.news-comment .comment-content .comment-time{font-weight:700;line-height:20px;padding:3px;background:#e3f3f3;}
.news-comment .comment-content .comment-time .stat-value{font-weight:400;}
.news-comment .comment-content .comment-title{padding:3px;font-weight:700;}
.news-comment .comment-content .comment-body{padding:3px;}



/* BLOGS */
.blog-page .blog-posts{margin:0 5px;padding:0;}
.blog-page .blog-posts .post{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px;}
.blog-page .blog-posts .post:last-child{border-bottom:none;}
.blog-page .blog-posts .post .post-date{color:#9a9a9a;}
.blog-page .blog-posts .post a.post-title{color:#444;text-decoration:none;font-size:1.2em;}
.blog-page .blog-posts .post a.post-title:hover{text-decoration:underline;}
.blog-page .blog-posts .post .tags label{float:left;margin-right:5px;}
.blog-page .blog-posts .post .tags li{float:left;list-style:none;}
.blog-page .blog-posts .post .tags li.separator{margin-right:5px;}
.blog-page .blog-posts .post-body,.blog-page .blog-posts .tags{margin-top:10px;margin-bottom:10px;zoom:1;}
.blog-page .tags:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.blog-page .blog-posts .post-body a,.blog-page .blog-posts .tags a{color:#5C5B5B;text-decoration:underline;}
.blog-page .blog-posts .blog-details{margin-top:15px;}
.blog-page .blog-posts .blog-details a{font-weight:700;text-decoration:none;color:#5C5B5B;background-color:inherit;}
.blogpost-page .post-date{color:#9a9a9a;}
.blogpost-page .post-body:after,.blogpost-page .tags:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.blogpost-page .tags{margin:0 0 20px;zoom:1;}
.blogpost-page .post-body a,.blogpost-page .tags a{color:#5C5B5B;text-decoration:underline;}
.blogpost-page .post-body a:hover,.blogpost-page .tags a:hover{color:#B80709;text-decoration:underline;font-weight:normal;}
.blogpost-page .tags label{float:left;margin-right:5px;}
.blogpost-page .tags li{float:left;list-style:none;}
.blogpost-page .tags li.separator{margin-right:5px;}
.blogpost-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;margin-bottom:10px;}
.blogpost-page .new-comment{margin-top:10px;}
.blogpost-page .new-comment .captcha-box{margin-bottom:12px;}
.blogpost-page .new-comment .comment-text{width:350px;height:150px;vertical-align:middle;}
.blogpost-page .new-comment .buttons{text-align:left;}
.blogpost-page .comment-list{margin:10px 0px 10px 0;}
.blogpost-page .comment-list .title{padding:10px 10px 10px 0;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;}
.blog-comment{margin-bottom:20px;zoom:1;}
.blog-comment:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.blog-comment .comment-info{width:170px;float:left;padding:5px;height:100%;border-right:solid 1px #F3F3F3;}
.blog-comment .comment-info .user-info{padding-top:5px;}
.blog-comment .comment-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.blog-comment .comment-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.blog-comment .comment-info .user-info .avatar{margin:5px 0;}
.blog-comment .comment-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.blog-comment .comment-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.blog-comment .comment-content .comment-time{font-weight:700;line-height:20px;padding:3px;background:#e3f3f3;}
.blog-comment .comment-content .comment-time .stat-value{font-weight:400;}
.blog-comment .comment-content .comment-body{padding:3px;}


/* POLLS */
.poll{margin:0;padding:0;font-size:11px;background-color:inherit;}
.poll-display-text{font-weight:700;color:#5C5B5B;}
.poll-options,.poll-results{padding:5px!important;margin:10px 0!important;}
.poll-options li,.poll-results li{background:none;padding:0;margin:0;list-style:none;line-height:18px;}
.poll-options .answer input[type="radio"]{vertical-align:middle;}
.poll-options .answer label{vertical-align:middle;margin-left:5px;}
.poll .buttons{padding:5px;}
.poll-total-votes{font-style:italic;}
.todays-poll-box{margin-top:15px;margin-bottom:15px;padding-bottom:5px;padding-left:0;overflow:hidden;}
.todays-poll-box .poll{float:left;text-align:left;vertical-align:top;}


/* EMAIL A FRIEND */
/*.email-a-friend-page{}
.email-a-friend-page .page-body{padding:15px;margin-bottom:15px;border:1px solid #eee;}
.email-a-friend-page .page-title{margin-bottom:20px;}
.email-a-friend-page .title{margin-bottom:20px;}
.email-a-friend-page .product{font-weight:bold;font-size:13px;}
.email-a-friend-page .result{font-weight:bold;}
.email-a-friend-page .form-fields{zoom:1}
.email-a-friend-page .form-fields:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.email-a-friend-page .inputs-left{float:left;}
.email-a-friend-page .inputs-right{float:right;}
.email-a-friend-page .inputs{margin-bottom:12px;}
.email-a-friend-page .inputs label{display:block;}
.email-a-friend-page .captcha-box{margin-bottom:12px;}
.email-a-friend-page .friend-email,.email-a-friend-page .your-email{width:250px;padding:1px;}
.email-a-friend-page .personal-message{width:350px;height:150px;}
.email-a-friend-page .buttons{text-align:left;}
.email-a-friend-page .field-validation-error{display:block;}*/


/* SEARCH */
.search-page .search-results{padding-top:10px;}
.search-page .search-results .product-grid {clear: both;}
.search-page .search-results .result{font-weight:700;color:#555;}
.search-page .adv-search{margin-top:10px;}
.search-page .search-input .advanced-search .form-group select {display: block;}
.search-page select {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-page .inputs.reversed label{width:auto; font-weight: 400;}
.search-page .basic-search .inputs.reversed input {display: none;}
.search-page .price-from,.search-page .price-to{width:100px; display: inline-block; vertical-align: middle;}
/*.search-page .product-grid .product-item .prices .actual-price {color: #333;}*/

/* PASSWORD RECOVERY AND NEWSLETTER PAGES */
.password-recovery-page .page-body,newsletter-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}
.password-recovery-page .email{width:250px;}
.password-recovery-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}


/* ACCOUNT ACTIVATION */
.account-activation-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}


/* CUSTOMER ACCOUNT PAGES */
.account-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}
.account-page .page-title{margin-bottom:20px;}
.account-page .page-body{margin:0 0 30px;padding:0;color:#555;}
.account-page .sect .title{margin:0px 0 14px;zoom:1; font-size: 16px;}
.account-page .sect li{list-style:none;line-height:16px;}
.address-list .address-item:nth-child(odd) {clear: left;}
.address-list .address-item .buttons {visibility: hidden;}
.address-list .address-item:hover .buttons {visibility: visible;}
.address-list-page .address-list .address-item .info{margin: 0; padding: 0;}
.address-list-page .address-list .address-item .info label {font-weight: 400;}
.address-list-page .address-list .address-item .buttons{margin-top: 10px;}
.address-list-page .add-button{margin-bottom:5px;margin-top:5px;/*float:left;*/}
.address-edit-page .edit-address{margin-bottom:10px;}
.address-edit-page .save-address-button {margin-left: 5px;}
/*.address-edit-page .edit-address .inputs{margin-bottom:5px;}*/
/*.address-edit-page .edit-address label{display:inline-block;width:100px;}*/
.edit-address .text-box {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.avatar-page{padding:10px;}
.avatar-page .buttons{margin:5px 0;}
.back-in-stock-subscription-list-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.change-password-page .buttons{margin-bottom:5px;margin-top:5px;}
.forum-subscriptions-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.customer-info-page .gender{display:inline-block;}
.customer-info-page .vat-note{display:block;}
.customer-info-page .buttons{margin-bottom:5px;margin-top:5px;}
.customer-info-page .message-error {margin-bottom:20px;}
.username-available-status{color:green;padding-left:5px;}
.username-not-available-status{color:red;padding-left:5px;}
.account-signature-text{height:100px;width:500px;border:solid 1px #E3E3E3;vertical-align:top;}
.order-list-page .recurring-payments .recurring-payments-box{text-align:left;padding:10px;height:auto;}
.order-list-page .order-list .order-item .buttons {visibility: hidden;}
.order-list-page .order-list .order-item:hover .buttons {visibility: visible;}
.order-list-page .order-list .order-item .title{font-size:16px;}
.order-list-page .order-list .order-item .info{margin: 0; padding: 0;}
.order-list-page .order-list .order-item .buttons{margin-top:10px;}
.return-request-list-page .request-item a{color:#B80709;}
.return-request-list-page .request-item .title{font-size:13px;}
.reward-points-page .reward-points-overview{padding:10px 10px 5px 0;width:100%;}
.reward-points-page .reward-points-overview .min-balance{margin-top:10px;}
.reward-points-page .reward-points-history .title{margin-top:20px;margin-bottom:15px;}


/* RETURN REQUEST */
.return-request-page .section{padding:10px;margin-bottom:20px;border:1px solid #eee;border-radius:5px;}
.return-request-page .section .title{margin:-17px 0 14px;}
.return-request-page .section .title strong{background:#fff;}
.return-request-page .comment{width:350px;height:150px;}


/* PRODUCT DETAILS PAGE */
.product-collateral{margin-top:10px;margin-bottom:10px;clear:both;}
.product-details-page {margin-top: 60px;}
.product-details-page .gallery{margin-bottom:15px;}
.product-details-page .gallery .picture-thumbs{margin-top:10px;}
.product-details-page .gallery .picture-thumbs a{margin-right:3px;}
.product-details-page .product-name h1 {margin-top: 0; color: #ED1C24; font-size: 24px;}
.product-details-page .short-description,.product-details-page .manufacturers,.product-details-page .sku,.product-details-page .manufacturer-part-number,.product-details-page .stock,.product-details-page .gtin,.product-details-page .delivery-date,.product-details-page .product-vendor, .product-details-page .stock .label{color:#525252;margin-bottom:.3em;font-size:12px;}
.product-details-page .stock .label {padding-left: 0;}
.product-details-page .free-shipping {background: url('images/free-shipping.png') left 0px no-repeat;font-size:11px;height:65px;width:65px;line-height:12px;padding:20px 5px 0 4px;text-align:center;color:#fff;font-weight:normal;}
/*.product-details-page .full-description ul,.product-details-page .full-description ol{margin-left:25px;}*/
.product-details-page .back-in-stock-subscription{margin-top:10px;margin-bottom:10px;}
.product-details-page .compare-products{margin:10px 0 10px 0px;float:left;}
.product-details-page .social-action {margin-top:40px; overflow: hidden;}
.product-details-page .product-share-button{margin-bottom:10px;float: left;}
.product-details-page .product-share-button .addthis_button_pinterest_pinit iframe {width: 50px!important;}
.product-details-page .social-action .action {float: left;}
.product-details-page .social-action .action a {font-size: 12px;}
.product-details-page hr {
	border-top-color: #6D6E71;
	margin-bottom: 40px;
}
.product-details-page .product-reviews-overview{margin-top:20px;margin-bottom:20px;}
.product-details-page .product-reviews-overview .product-review-box{margin-right:5px;}
.rating{height:16px;width:80px;background:url(images/star-x-inactive.png) 0 0 repeat-x;}
.rating div{float:left;height:16px;background:url(images/star-x-active.png) 0 0 repeat-x;}
.product-details-page .product-reviews-overview .product-review-links .separator{margin:0 2px;}
.product-details-page .product-reviews-overview .product-review-links{margin:0;}
.product-details-page .product-reviews-overview .product-no-reviews a{text-decoration:underline;}
.product-details-page .product-reviews-overview .product-no-reviews a:hover {text-decoration: none;}
#review-form {display: none;}
#review-form .review-rating ul {padding: 0; list-style: none; overflow: hidden; margin-top: 6px;}
#review-form .review-rating li {float: left;}
#review-form .review-rating li.first {margin-right: 10px;}
#review-form .review-rating li.last {margin-left: 10px;}
.product-review-list {margin-bottom: 20px;}
.product-review-list .review-text {margin: 20px 0;}
.product-details-page .product-variant-list{clear:both;padding:10px 0;border:0;margin-bottom:20px;margin-top:10px;}
.product-details-page .product-variant-list .product-variant-line{border:1px solid #EEEEEE;padding:20px;margin:10px 0;zoom:1;}
.product-details-page .product-variant-list .product-variant-line:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-details-page .product-variant-list .add-to-cart-button{margin-top:15px;margin-left:0;display:block;}
.product-details-page .no-associated-products{font-weight:bold;}
.product-essential .add-to-cart-button {margin-right: 20px;}
.add-to-cart-button:hover{color:#fff;}
.add-to-wishlist-button:focus {
	outline: none!important;
}
.product-essential .add-to-wishlist-button{
	background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	color: #505050;
	line-height: 20px;
    padding: 8px 20px 6px;
}
@media (min-width: 1200px){
	.fr .product-essential .requestaquote .add-to-wishlist-button {
		margin-top: 20px;
	}
}
@media (min-width: 992px){
	.en .product-essential .requestaquote .add-to-wishlist-button {
		margin-top: 20px;
	}
}
.product-essential .add-to-wishlist-button:hover {
	background: #f5f5f5;
}
.product-essential .add-to-wishlist-button img {
	width: 16px;
	height: 14px;
	margin-right: 2px;
	vertical-align: text-top;
}
.product-grid .add-to-wishlist-button{
	border: 0;
	background: none;
	position: absolute;
    padding: 0;
    top: 10px;
    left: 10px;
}
.add-to-wishlist-button > span {
	color: #c3c3c3;
	font-size: 20px;
}
.add-to-wishlist-button > span:hover {
	color: #4f4f4f;
}
.add-to-wishlist-button.active > span, .add-to-wishlist-button.active > span:hover {
	color: #f21816;
}
.clinic-setup-button{background-color: #f5f5f5;color: #5AAFAF;text-transform: uppercase;border: none;text-align: left;}
.clinic-setup-button:hover{background-color: #f0f0f0;color: #5AAFAF;border: none;}
.product-details-page .variant-picture{clear:both;float:left;/*margin-bottom:15px;*/}
.product-details-page .variant-overview{float:left;width:100%;}
.product-details-page .variant-name{color:#5C5B5B;font-size:1.3em;margin-bottom:.3em;}
.product-details-page .variant-description{clear:both;color:#555;margin-bottom:.3em;}
.product-details-page .download-sample{clear:both;color:#555;margin-top:15px;margin-bottom:15px;}
.product-details-page .download-sample .download-sample-button{-x-system-font:none!important;background:#F1F1F1 url(images/download-sample-bg.gif) repeat-x scroll 0 100%;border:1px solid #B5B5B5;color:#444;cursor:pointer;font-family:arial,sans-serif!important;font-size:11px!important;font-size-adjust:none!important;font-stretch:normal!important;font-style:normal!important;font-variant:normal!important;font-weight:700!important;line-height:normal!important;overflow:visible;padding:1px 5px;text-align:center;text-transform:uppercase;vertical-align:middle;width:auto;}
.product-details-page .download-sample .download-sample-button a{text-decoration:none;}
.product-details-page .download-sample .download-sample-button a:hover{color:#444;}
.product-details-page .product-variant-line .prices{padding-top:10px;margin-right:30px;}
.product-details-page .product-essential .prices{margin-top:15px;margin-bottom:15px;}
.product-details-page .product-essential .prices.requestaquote {
	margin-top: 30px;
	float: left;
	margin-right: 20px;
}
/*.product-details-page .prices .product-price{font-weight:bold;}*/
.product-details-page .prices .product-price span{color:#231F20;font-size:21px;}
.product-details-page .placeholder-prices{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 21px;
    display: none;
}
.product-details-page .prices .old-product-price{color:#5C5B5B;}
.product-details-page .prices .old-product-price span{text-decoration:line-through;}
.product-details-page .customer-entered-price{margin-bottom:10px;}
.product-details-page .add-to-cart{padding-top:10px;}
.product-details-page .add-to-cart .add-to-cart-panel .form-inline {
	margin-bottom: 30px;
}
.product-details-page .add-to-cart .add-to-cart-panel p {
	margin-top: 40px;
}
.product-details-page .add-to-cart .add-to-cart-panel p a {text-decoration: underline;}
.product-details-page .add-to-cart .add-to-cart-panel p a:hover {text-decoration: none;}
.product-details-page .add-to-cart .enter-price-input{width:60px;}
.product-details-page .add-to-cart .qty-input{width:80px;}
.product-details-page .attributes{margin-bottom:10px;}
.product-details-page .attributes dl dt{margin:10px 0 0;}
.product-details-page .attributes .text-prompt{font-weight: 400;font-size: 12px;}
.product-details-page .attributes .attribute-description{font-size:11px;}
.product-details-page .attributes ul.option-list{padding:0px;margin:0px;}
.product-details-page .attributes ul.option-list li{list-style:none;}
.product-details-page .attributes .textbox{width:300px;}
.product-details-page .attributes textarea{width:300px;height:150px;}
.product-details-page .attributes select{max-width:100%;}
/* color squares attribute type */
.product-details-page .attributes ul.color-squares li{display:inline;}
.product-details-page .attributes ul.color-squares .color-container{position:relative;display:inline-block;border:solid 1px #999;padding:1px;margin-bottom:5px;}
.product-details-page .attributes ul.color-squares .selected-value .color-container{border-color:#075899;border-width:2px;padding:0;}
.product-details-page .attributes ul.color-squares .color{display:inline-block;width:18px;height:18px;}
.product-details-page .attributes ul.color-squares label{cursor:pointer;position:relative;}
.product-details-page .attributes ul.color-squares input{height:0;overflow:hidden;z-index:-10000;position:absolute;float:none;}
.product-details-page .giftcard dt{clear:left;float:left;width:150px;}
.product-details-page .giftcard label{display:inline-block;width:150px;vertical-align:top;}
.product-details-page .giftcard .message{width:300px;height:100px;}
.related-products-grid,.also-purchased-products-grid{margin-top:10px;}
.related-products-grid .title,.also-purchased-products-grid .title{text-align:left;font-weight:400;clear:both;font-size:21;color:#ED1C24; margin-top: 0;}
.related-products-grid .item-box,.also-purchased-products-grid .item-box{padding-bottom:10px;}
.product-specs-box .title{text-align:left;padding:5px;font-weight:700;clear:both;font-size:1.1em;color:#5C5B5B;}
.product-specs-box .data-table{margin:5px;}
.product-tags-box{color:#555;zoom:1;}
.product-tags-box:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-tags-box .title{text-align:left;padding:5px;font-weight:700;clear:both;font-size:1.1em;color:#5C5B5B;}
.product-tags-box .product-tags-list a{text-decoration:underline;}
.product-tags-box .product-tags-list li{float:left;padding-left:5px;list-style:none;}
.tier-prices{text-align:center;margin:20px 0 0;}
.tier-prices .prices-list td{font-weight:700;}
.tier-prices .prices-list .item-price{color:#B80709;}

.product-details-page .tab-content {padding-top: 15px;}

.product-details-page .product-reviews-page .buttons {margin-bottom: 20px;}

/* owl carosel */
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{background: #65B9B9 !important;}
.owl-theme .owl-controls .owl-page span{
	background: #DCDCDC !important;
	filter: Alpha(Opacity=100) !important;
	opacity: 1 !important;
}
.owl-carousel-fullwidth{
	margin-left: -30px;
	margin-right: -30px;
	background: #F0F0F0;
	overflow: hidden;
}
.owl-carousel-container{
	padding: 10px 30px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.owl-carousel .owl-wrapper-outer{overflow: visible !important;}
.owl-carousel .owl-item{
	padding-left: 5px;
	padding-right: 5px;
}
.owl-theme .owl-controls{
	position: absolute;
	bottom: 1px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.owl-theme .owl-controls .owl-pagination{
	text-align: center;
}
.product-details-page .owl-carousel .carousel-product-details-img img{
	border-radius: 4px;
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.15);
}

/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}
#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}
.lbLoading{background:#fff url(images/loading.gif) no-repeat center;}
#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink{left:0;}
#lbPrevLink:hover{background:transparent url(images/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink{right:0;}
#lbNextLink:hover{background:transparent url(images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none;}
#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url(images/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption,#lbNumber{margin-right:71px;}
#lbCaption{font-weight:700;}


/* PRIVATE MESSAGES */
.send-pm-box{background-color:#EEE;border:1px solid #A0A0A0;color:#555;display:block;float:left;font-family:Arial;font-size:10px;font-weight:700;margin:2px 0 2px 2px;padding:2px;text-decoration:none;text-transform:uppercase;}
.send-pm-box .pm-link-button{line-height:14px;padding:1px 6px 2px 18px;background:url(images/ico-pm.png) no-repeat;}
.private-message-send-page .inputs label{line-height:20px;}
.private-message-send-page .toolbar{display:inline-block;}
.private-message-send-page textarea{margin:0 0 10px 150px;width:500px;}
.private-message-send-page .field-validation-error{display:block;line-height:20px;margin-left:150px;vertical-align:top;}
.private-message-send-page .options{text-align:right;}
.private-message-view-page .page-body{padding:5px;}
.private-message-view-page .view-message div{padding:4px;}
.private-message-view-page .view-message label{color:#555;display:inline-block;font-weight:700;width:100px;}
.private-message-view-page .view-message a{color:#B80709;text-decoration:underline;}
.private-messages-page .page-body{margin:0;padding:0;font-size:11px;color:#555;}
.private-messages-box{margin:0;padding:5px;font-size:11px;color:#555;}
.private-messages-box .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.pm-unread{font-weight:700;}


/* FORUM INPUTS */
.forum-topic-title-text,.pm-title-text{width:500px;border:1px solid #acacac;vertical-align:top;font-size:12px;}
.forum-post-text,.bb-editor-text{width:100%;height:300px;}
.private-message-subject-text{width:500px;border:1px solid #acacac;vertical-align:top;font-size:12px;}
.forum-search-text{width:500px;border:1px solid #acacac;font-size:14px;}
.forum-search-box-text{border:1px solid #acacac;font-size:12px;}
.bb-editor-text{border:#cec6b5 1px solid;}
.edit-topic-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-edit.gif) no-repeat left;}
.delete-topic-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-delete.gif) no-repeat left;}
.move-topic-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-move-topic.gif) no-repeat left;}
.reply-topic-link-button{padding-right:5px;padding-left:18px;padding-bottom:3px;background:url(images/ico-forum-post-add.gif) no-repeat left;}
.watch-topic-link-button{padding-left:18px;background:url(images/ico-forum-watch.gif) no-repeat left;}
.edit-post-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-edit.gif) no-repeat left;}
.delete-post-link-button{padding-right:5px;padding-left:18px;background:url(images/ico-delete.gif) no-repeat left;}
.quote-post-link-button,.post-link{color:#555;float:right;padding:1px 3px;border:solid 1px #ccc;line-height:15px;font-size:11px;}
.post-link{padding:1px 3px;margin-right:5px;border:none;}


/* FORUM MAIN AND COMMON */
.forums-main-page .forums-main-header{border-bottom:solid 1px #f3f3f3;height:50px;margin-bottom:10px;}
.forums-main-page .forums-main-header .current-time{padding-top:20px;font-size:.9em;color:#555;float:left;}
.forum-search-box{font-size:.9em;float:right;text-align:right;padding:5px 0;margin-bottom:5px;}
.forums-table-section{background:url(images/forum-footer-bg.gif) repeat-x center bottom;margin-bottom:30px;}
.forums-table-section-title{font-size:1.1em;margin-bottom:5px;}
.forums-table-section-title a{font-weight:700;}
.forums-table-section-title .link-rss{background:url(images/ico-rss.gif) no-repeat;display:inline;float:right;width:14px;height:14px;margin:0 0 0 10px;text-indent:-9999px;}
.forums-table-section-title .view-all{float:right;font-weight:400!important;text-align:right;}
.forums-table-section table{border-collapse:collapse;margin-bottom:15px;text-align:center;vertical-align:middle;width:100%;}
.forums-table-section td{padding:3px 0;}
.forums-table-section th{background:url(images/forum-header-bg.gif) repeat-x center;border-right:1px solid #6A6A6A;color:#fff;font-weight:700;height:20px;vertical-align:middle;}
.forums-table-section th.forum-name{padding-left:3px;text-align:left;width:55%;}
.forums-table-section th.topics{width:10%;}
.forums-table-section th.posts {width:10%;}
.forums-table-section th.last-post{width:25%;}
.forums-table-section td.image div{background: url(images/ico-forum.gif) no-repeat 40% 40%;height:36px;width:36px;}
.forums-table-section td.image div.post{background:url(images/ico-forum-post.gif) no-repeat 40% 40%;height:36px;width:36px;}
.forums-table-section td.image div.post-annoucement, .forums-table-section td div.post-sticky{background: url(images/ico-forum-post-high.gif) no-repeat 40% 40%;height:36px;width:36px;}
.forums-table-section td{border-bottom:1px solid #C5C5C5;padding-left:3px;vertical-align:middle;}
.forums-table-section td.forum-name{text-align:left;width: 55%;}
.forums-table-section td.forum-name .forum-title a{display:block;font-size:1.1em;font-weight:700;line-height:18px;margin-bottom:3px;}
.forums-table-section td.forum-name .forum-description{color:#555555;font-size:0.9em;}
.forums-table-section td.last-post{color:#555555;font-size:0.8em;}
.forums-table-section th.topic-name {padding-left:3px;text-align:left;width:55%;}
.forums-table-section th.replies{width:10%;}
.forums-table-section th.views{width:10%;}
.forums-table-section td.topic-name{text-align:left;width:55%;}
.forums-table-section td.topic-name .topic-type{font-size:0.9em;line-height:18px;}
.forums-table-section td.topic-name .topic-title{font-size:1.1em;font-weight:700;line-height:18px;}
.forums-table-section td.topic-name .topic-starter, .forums-table-section td.topic-name .topic-pager{color:#555555;font-size:0.9em;margin:1px 0;}


/* FORUM PAGE */
.forum-page{clear:both;}
.forum-page .forum-top{zoom:1;}
.forum-page .forum-top:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.forum-page .forum-top .forum-info{float:left;}
.forum-page .forum-top .forum-info .forum-name{font-weight:700;font-size:1.2em;line-height:25px;}
.forum-page .forum-top .forum-info .forum-description{color:#555;}
.forum-page .forum-top .link-rss{float:left;margin:10px 10px 10px 0;background-image:url(images/ico-rss.gif);background-repeat:no-repeat;display:block;height:14px;width:14px;text-indent:-9999px;}
.forum-page .forum-top .actions{float:right;text-align:right;margin-top:10px;}
.forum-page .forum-top .actions .newtopic{background:url(images/ico-forum-post-add.gif) no-repeat left;padding:0 10px 3px 20px;}
.forum-page .forum-top .actions .watch-forum{background:url(images/ico-forum-watch.gif) no-repeat left;padding-left:20px;}
.forum-page .pager ul{float:left;margin:5px 0;}
.active-discussions-page{clear:both;}
.forum-group-page{clear:both;}
.forum-breadcrumb{clear:both;}


/* FORUM TOPIC EDIT, FORUM POST EDIT */
.forum-edit-page{background:url(images/forum-footer-bg.gif) repeat-x center bottom;}
.forum-edit-page .page-title{background:url(images/forum-header-bg.gif) repeat-x center;border:1px solid #6A6A6A;color:#FFF;font-weight:700;height:28px;line-height:28px;padding:0 5px;}
.forum-edit-page .page-title h1{font-size:12px;font-weight:bold;margin:0;padding:0;}
.forum-edit-page .page-body{padding:5px;}
.forum-edit-page .inputs{padding:5px 0;}
.forum-edit-page .inputs label{color:#555555;display:inline-block;font-weight:700;width:150px;}
.forum-edit-page .inputs .toolbar{display:block;margin-left:150px;}
.forum-edit-page .inputs textarea {margin-left:150px;width:700px;}
.forum-edit-page .field-validation-error{display:block;margin-left:150px;}
.forum-edit-page .buttons{margin:5px;text-align:right;}


/* MOVE FORUM TOPIC */
.move-topic-page{background: url(images/forum-footer-bg.gif) repeat-x center bottom;}
.move-topic-page .page-title{background: url(images/forum-header-bg.gif) repeat-x center;border:1px solid #6A6A6A;color:#FFF;font-weight:700;height:28px;line-height:28px;padding:0 5px;}
.move-topic-page .page-title h1 {font-size:12px;font-weight:bold;margin:0;padding:0;}
.move-topic-page .page-body{padding:5px;}
.move-topic-page .inputs{margin-bottom:10px;padding:4px;}
.move-topic-page .inputs label{color:#555;font-weight:700;white-space:nowrap;width:30%;}


/* FORUM TOPIC */
.forum-topic-page{background:url(images/forum-footer-bg.gif) repeat-x bottom;clear:both;}
.forum-topic-page .title{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.forum-topic-page .title .topic-name{float:left;font-size:12px;}
.topic-header{padding:5px;background:#F3F3F3;border-bottom:solid 1px #6a6a6a;height:16px;}
.topic-header .topic-options,.topic-footer .topic-options{float:right;text-align:right;}
.topic-header .topic-options a,.topic-footer .topic-options a{font-weight:700;}
.topic-footer{padding:5px;background:#F3F3F3;border-top:solid 1px #6a6a6a;height:16px;}
.topic-header .pager ul,.topic-footer .pager ul{float:left;margin-top:-2px;}
.forum-topic-page .forum-post{border-bottom:solid 1px #E3E3E3;zoom:1;}
.forum-topic-page .forum-post:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.forum-topic-page .post-info{width:170px;float:left;padding:5px;height:100%;border-right:solid 1px #F3F3F3;}
.forum-topic-page .post-info .manage{line-height:20px;}
.forum-topic-page .post-info .manage a{font-weight:700;color:#555;}
.forum-topic-page .post-info .user-info{padding-top:5px;}
.forum-topic-page .post-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.forum-topic-page .post-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.forum-topic-page .post-info .user-info .avatar{margin:5px 0;}
.forum-topic-page .post-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.forum-topic-page .post-info .user-info .user-stats {color:#555555;font-size:0.9em;font-weight:700;margin-bottom:5px;text-align:left;}
.forum-topic-page .post-info .user-info .user-stats li{list-style:none outside none;}
.forum-topic-page .post-info .user-info .user-stats span{font-weight:400;}
.forum-topic-page .post-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.forum-topic-page .post-content .posttime{font-weight:700;line-height:20px;padding:3px;background:#e3f3f3;}
.forum-topic-page .post-content .posttime .stat-value{font-weight:400;}
.forum-topic-page .post-content .post-body{padding:3px;}
.forum-topic-page .post-content .post-body a{color:#B80709;text-decoration:underline;}
.forum-topic-page .post-content .post-body .posttext .quote{padding:5px;border:dashed 1px #000;background-color:#fff;}
.forum-topic-page .post-content .signature{border-color:#DDD;border-style:solid;border-width:1px 0 0;font-size:90%;margin:1em 8px 8px;padding:1em 0 20px;text-align:left;font-style:italic;}


/* FORUM SEARCH */
.forum-search-page .forum-search-panel .search-error{color:red;}
.forum-search-page .basic-search{margin-bottom:10px;}
.forum-search-page .advanced-search{border-top:1px solid #D3D3D3;margin-bottom:10px;padding-top:10px;}
.forum-search-page .inputs{padding:4px;}
.forum-search-page .inputs label{display:inline-block;width:140px;}
.forum-search-page .pager ul{float:left;margin:5px 0;}   


/* PROFILE PAGE */
.profile-page .page-title{background:url(images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.profile-page .page-title h1{font-weight:bold;font-size:12px;padding:0px;}
.profile-page .page-body{margin-top:15px;}
.profile-page .profile-info-box{background:url(images/forum-footer-bg.gif) repeat-x bottom;}
.profile-page .profile-info-box,.profile-page .user-last-posts{font-size:12px;}
.profile-page .profile-info-box .profile-stats{border-left:1px solid #F3F3F3;margin-left:200px;padding:10px;}
.profile-page .profile-info-box .profile-stats .title{margin-bottom:10px;text-transform:uppercase;}
.profile-page .profile-info-box .profile-stats li{list-style:none outside none;padding:2px;}
.profile-page .profile-info-box .profile-stats label{font-weight:700;}
.profile-page .profile-info-box .user-details{width:180px;float:left;padding:10px;height:100%;border-right:solid 1px #F3F3F3;text-align:center;}
.profile-page .profile-info-box .user-details .avatar{margin-bottom:5px;}
.profile-page .profile-info-box .user-details .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.profile-page .profile-info-box .user-stats{margin-bottom:5px;}
.profile-page .profile-info-box .user-stats li{font-weight:700;list-style:none;padding:2px;}
.profile-page .profile-info-box .user-stats label{font-weight:700;}
.profile-page .profile-info-box .user-stats span{color:#555;font-weight:400;}
.profile-page .user-last-posts .topic{border:solid 1px #F3F3F3;margin-bottom:10px;}
.profile-page .user-last-posts .topic-title{font-weight:700;line-height:20px;background:#e3f3f3;padding:3px;}
.profile-page .user-last-posts .topic-body{padding:10px;}
.profile-page .user-last-posts .topic-body a{color:#B80709;text-decoration:underline;}
.profile-page .user-last-posts .topic-body .quote{padding:5px;border:dashed 1px #000;background-color:#fff;}
.profile-page .user-last-posts .topic-data{background:#f3f3f3;padding:3px;color:#555;font-size:.9em;}

#___plusone_0 {
	width: 65px!important;
}
#twitter-widget-0 {
	width: 76px!important;
}


.quote-form .well-header {padding: 19px;}
.quote-product h5 {font-size: 16px; margin-bottom: 0;}
.quote-form label.inline {display: inline;}
.reqred {color: #cc0000;}
.quote-form label.radio {font-weight: normal;}

.quote-form label.radio.form-inline input[type=radio] {margin-top: 9px;}
.quote-form label span.optional {font-weight: normal !important;}

.quote-form label.ext {margin-left: 10px;}

.visible-xxs{display: none;}
.inline-xs{display: none;}
.valigntop{vertical-align: top;}
.next-arrow{display: none;}
.qtytext{display: none;}
.no-max-width{max-width: none;}
.order-progress-end-1,
.order-progress-end-2{display: none;}

.wishlist-addtocart {display: block; white-space: nowrap;}
.wishlist-addtocart input {
	display: inline;
}


/* newsletter block 
.zone-infolettre {
	display: none !important;
}*/
.cart .section.zone-infolettre, .checkout .section.zone-infolettre {
	display: none;
}

.section.zone-infolettre {
	padding: 40px 0;
	    background-color: #f7f8f9;
    border-top: 1px solid #ecedee;
    border-bottom: 0;
    margin-bottom: -60px;
}

.section.zone-infolettre h3, .section.zone-infolettre form {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.section.zone-infolettre form input[type=email] {
	border-color: #dee1e2;
	border-radius: 0;
	margin-right: 20px;
	box-shadow: none;
}
.section.zone-infolettre form input[type=email].input-validation-error {
	border-color: #cc0000;
}

.section.zone-infolettre form input[type=submit] {
	border: 2px solid #525252;
	border-radius: 0;
	color: #525252;
	background: #fff;
	padding: 5px 12px;
}

.section.zone-infolettre h3 {
	margin-right: 40px;
	font-size: 14pt;
}

#npacc-search-fct-ftr {
	display: none;
}

/* NEW OPC AXIAL */
.checkout .admin-header-links, .checkout .header .header-links {
	display: none;
}
.checkout-page {
	color: #525252;
}
.checkout-page h1 {
	font-weight: 400;
	color: #525252;
}
.checkout-page .opc-terms-text {
	margin-bottom: 20px;
	font-size: 12px;
}
.checkout-page .ropc a, .checkout-page .opc-terms-text span {
	color: #0078BE;
	cursor: pointer;
}
.checkout-page .change, .checkout-page .addnewaddress {
	color: #0078BE;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: underline;
}
.checkout-page .change:hover, .checkout-page .addnewaddress:hover {
	text-decoration: none;
}
#checkoutForm.submitted {
	background: #f00!important;
}
/*.checkout-page .addnewaddress {
	float: right;
}*/
.popup-window {
	padding: 10px;
}
.ropc .well-opc .section .title {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 16px;
}
.well-opc {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 30px;
	font-size: 14px;
	margin-bottom: 15px;
}
.well-opc.order-total {
	padding: 0;
	background: #F7F7F7;
}
.well-opc.order-total.affix {
	margin-top: -170px;
	width: 350px;
	position: fixed!important;
}
.well-opc.order-total .buttons {
	padding: 30px;
	background: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.well-opc.order-total .total-info {
	padding: 0 30px 30px;
	background: #fff;
	margin: 0;
}
.well-opc.order-total .shipping-message {
	border-top: 1px solid #DCDCDC;
	padding: 18px 30px;
	font-weight: 600;
}
.well-opc.order-total .shipping-message img {
	width: 24px;
	margin-right: 16px;
}
/*.well-opc .section-title strong, */.ropc .well-opc .inputs label {
	color: #525252;
	line-height: 100%;
	font-weight: normal;
}
.ropc .well-opc .inputs {
	margin-bottom: 20px;
}
.ropc .well-opc .inputs label, .ropc .well-opc label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	font-weight: normal;
}
.ropc .checkbox input[type="checkbox"], .ropc .radio input[type="radio"] {
	margin: 4px 0 0 -20px;
}
.ropc .well-opc .checkbox label {font-weight: 600;}


.well-opc panel .section {
	border: 0;
	padding: 0;
	margin: 0;
}

.well-opc panel .section input[type=text], .well-opc panel .section input[type=number], .well-opc panel .section textarea, .well-opc panel .section select {
	background: #FFFFFF;
	border: 1px solid #C3C3C3;
	border-radius: 2px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	font-size: 14px;
	color: #525252;
	width: 95%;
}
.well-opc panel .section .has-error {
	border: 1px solid #f00!important;
}
.ropc .well-opc .ship-to-same-address {
	background: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.ropc .chosen-container-single {
	width: 95%!important;
}
.chosen-search {position: relative; overflow: hidden;padding: 0!important;}
.chosen-search:before {
	content: " ";
	background-position: left center !important;
	background-image: url('/Themes/Orthocanada/Content/images/orthocanada/opc_loupe.png') !important;
	background-repeat: no-repeat;
	position: absolute;
	left: 14px;
	top: 14px;
	width: 14px;
	height: 13px;
}

.ropc .well-opc .chosen-search input {
	padding-left: 30px !important;
	width: 98% !important;
	margin: 3px 1%!important;
	background: none!important;
}
.chosen-container .chosen-results {
	padding-left: 0 !important;
}

.chosen-container .chosen-results li {
	padding-left: 10px !important;
	border-top: 1px solid #E6E6E6;
}

.chosen-container .chosen-results li.highlighted {
	background: #F7F7F7 !important;
	color: #525252 !important;
}

.checkout-page .ropc .chosen-container-single .chosen-single {
	background-image: linear-gradient(-180deg, #FFFFFF 0%, #F0F0F0 100%);
	border: 1px solid #C3C3C3;
	border-radius: 2px;
	font-size: 14px;
	color: #525252;
	/*line-height: 16px;*/
}
.chosen-container-single .chosen-single:focus {
	outline: none!important;
}

.well-opc panel .section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('/Themes/Orthocanada/Content/images/orthocanada/opc_caret.png'), linear-gradient(-180deg, #FFFFFF 0%, #F0F0F0 100%);
	background-repeat: no-repeat, repeat-x;
	background-position: right 10px center, left center;
	padding-right: 25px;
	padding-right: 0px\9\0;
}
.well-opc panel .section select::-ms-expand {
    display: none;
}
.well-opc .addnew {
	padding: 10px;
	border-top: 1px solid #E6E6E6;
	cursor: pointer;
	color: #0078BE;
}

.payment-info .form-horizontal .control-label {
	text-align: left;
}

.payment-info .form-horizontal label {
	margin-top: 10px;
	margin-bottom: 5px;
}

.payment-info .form-horizontal label[for=CreditCardTypes] {
	margin-top: 0;
}
.ropc .payment-method li {
	margin: 0;
}
.ropc .payment-method li + li {
	margin: 10px 0 0;
}
.payment-method .payment-details img {
	width: 100px;
	height: 25px;
}

.ropc .payment-info .dropdownlists {
	width: 95% !important;
}

.ropc .section.order-summary-content {
	margin: 0;
	position: relative;
}
.well-opc.order-summary {
	padding: 0;
}
.ropc .well-opc.order-summary .section .title {
	position: absolute;
    top: 30px;
    left: 30px;
}
.ropc .well-opc.order-summary .section .section-body {
	padding-top: 40px;
}
.well-opc .cart {
	width: 100%;
}
.well-opc .cart td, .well-opc .cart th {
	padding: 10px;
	font-weight: 400;
}
.well-opc .cart td {
	border-top: 1px solid #DCDCDC;
}
.well-opc .cart td.product-picture {
	padding-left: 30px;
}
.well-opc .cart td.remove-from-cart {
	padding-right: 30px;
}
.well-opc .cart td.remove-from-cart span {
	background: none;
	width: 12px;
	height: 12px;
}
.well-opc .cart td.remove-from-cart img {
	display: block;
    width: 12px;
    height: 12px;
}
/*.well-opc .choose-address, .well-opc div[ng-form=billingForm] {
	display: none;
}*/
.well-opc .choose-address .chosen-results li:first-child {
	display: none;
}
.ropc .well-opc.order-comment .attribute-list {
	margin: 0;
    padding: 0;
}
.ropc .well-opc.order-comment .attribute-list > li {
	width: 100%;
	margin: 0;
	border: 0;
    padding: 0;
}
.ropc .well-opc.order-comment .attribute-name label {
	font-weight: 700;
}
.ropc .well-opc.order-comment textarea {
	width: 100%;
	height: auto;
	resize:vertical;
	max-width:100%;
	min-width:200px;
	line-height: 20px;
    min-height: 100px;
    max-height: 500px;
}

.well-opc .buttons.complete-button button {
	background: #65B9B9;
	box-shadow: 0px 3px 0px 0px #297D7D;
	border-radius: 4px;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0;
	padding: 0;
	font-weight: 100;
	font-family: Gotham, Arial, Verdana, Helvetica, sans-serif;
	/*margin-bottom: 20px;*/
}
.fr .well-opc .buttons.complete-button button {
	line-height: 24px;
	padding: 10px 0;
}
.well-opc .buttons.complete-button button:hover {
	background: #569E9E;
}
.well-opc .buttons.complete-button button:focus {
	outline: none!important;
	background: #297D7D;
}
.well-opc .cart-total {
	width: 100%;
}
.well-opc .cart-total-left {
	text-align: left;
	font-weight: 400;
}
.well-opc .cart-total .order-shipping-line td {
	padding: 0 0 15px;
}
.well-opc .cart-total .order-taxes-line td {
	border-top: 1px solid #E6E6E6;
	padding-top: 10px;
}
.well-opc .cart-total .order-taxes-line-bottom td {
	padding-bottom: 15px;
}
.well-opc .cart-total .order-total-line td {
	font-size: 18px;
	line-height: 16px;
	padding: 20px 0 0;
	border-top: 1px solid #E6E6E6;
}

.ropc .payment-method div.method-list {
	padding: 0 15px 15px 0;
	width: 50%;
	float: left;
}
.ropc .payment-method div.method-list .title {
	margin-bottom: 24px;
}
.ropc .payment-method div.method-list ul {
	float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.ropc .payment-info table td {
	padding: 0;
}
.ropc .payment-info b {
	font-weight: 400;
}
.ropc .well-opc .payment-info {
	width: 50%;
	padding: 40px 0 15px 15px;
	border-left: 1px solid #E6E6E6;
    min-height: 230px;
    float: left;
}

.ropc .method-name {
	background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	height: 56px;
}
.method-name.active {
	border: 2px solid #65B9B9;
}
.ropc .method-name .payment-logo {
	display: none;
}
.ropc .method-name .payment-details {
	background: none;
	font-size: 14px;
	color: #525252;
	padding: 0;
    line-height: 50px;
    padding: 0;
    width: 100%;
}

.ropc .method-name .payment-details label {
	width: 100%;
	padding: 0 15px;
	margin: 0;
	font-weight: normal;
}

.ropc .payment-info .expiration {
	float: left;
}
.ropc .payment-info .ccv {
	float: left;
	margin-left: 10px;
}
.ropc .payment-info .expiration select, .ropc .payment-info .ccv input {
	width: 92px!important;
}

.checkout-help {
	font-size: 12px;
	line-height: 21px;
}
.checkout-help a {
	color: #0078BE;
}

@media (max-width: 1199px){
	.well-opc.order-total.affix {
		width: 283px;
	}
	.ropc .method-name .payment-details label {
		width: 88%;
	}
	.ropc .payment-info .expiration select, .ropc .payment-info .ccv input {
		width: 70px!important;
	}
}
@media (min-width: 768px) and (max-width: 1199px){
	.fr .well-opc.order-total .shipping-message img {
		float: left;
		margin: 12px 16px 12px 0;
	}
}

@media (max-width: 991px){
	.well-opc {
		padding: 20px;
	}
	.well-opc panel .section input[type=text], .well-opc panel .section input[type=number], .well-opc panel .section textarea, .well-opc panel .section select {
		width: 100%;
	}
	.ropc .chosen-container-single, .ropc .payment-info .dropdownlists {
		width: 100%!important;
	}
	.ropc .method-name .payment-details label {
		width: 91%;
	}
	.ropc .payment-method div.method-list {
		padding-right: 0;
		width: 100%;
		float: none;
	}
	
	.ropc .well-opc .payment-info {
		width: 100%;
		float: none;
		padding: 10px 0 0;
		border-left: 0;
		min-height: 0;
	}
	.ropc .payment-info .expiration select, .ropc .payment-info .ccv input {
		width: 92px!important;
	}
	
	.ropc .well-opc.order-summary .section .title {
		top: 20px;
		left: 20px;
	}
	
	.well-opc.order-total.affix {
		width: 270px;
	}
	.well-opc.order-total .buttons {
		padding: 20px;
	}
	.well-opc.order-total .total-info {
		padding: 0 20px 20px;
	}
	.well-opc.order-total .shipping-message {
		padding: 18px 20px;
	}
	.well-opc.order-total .shipping-message img {
		margin-right: 6px;
	}
	
	.well-opc .order-summary-content .cart {
		margin-top: 10px;
	}
	.well-opc .order-summary-content .cart .cart-item-row {
		border-top: 1px solid #dcdcdc;
	}
	.well-opc .order-summary-content .cart .cart-item-row td {
	    display: block;
	    border: 0;
	    float: left;
		line-height: 33px;
		position: static!important;
		margin-left: 0!important;
	}
	.well-opc .order-summary-content .cart .cart-item-row td.product-picture {
	    padding-left: 10px;
	}
	.well-opc .order-summary-content .cart .cart-item-row td.product {
	    padding-left: 86px;
	    padding-right: 24px;
	    margin-bottom: 0px;
	    float: none;
	    line-height: 20px;
	}
	.well-opc .order-summary-content .cart .cart-item-row td.unit-price {
		clear: left;	
	}
	.well-opc .order-summary-content .cart .cart-item-row td.remove-from-cart {
		margin-top: 0;
		padding-left: 10px;
	}
	
}
@media (max-width: 767px){
	.well-opc.order-total.affix {
		position: static!important;
		width: 100%;
		margin-top: 0;
	}
	.well-opc.order-total.affix-bottom {
		position: static!important;
		top: 0!important;
	}
	.ropc .method-name .payment-details label {
		width: 90%;
	}
	.ropc .payment-info .expiration select, .ropc .payment-info .ccv input {
		width: 82px!important;
	}
}




@media (max-width: 1199px){
	.clearmobile {display: block;}
	.nav-justified .dropdown-menu.container {
		max-width: 940px;
	}
	.nav-justified .dropdown-menu .col-md-3 .well {font-size: 9pt;}
	
	/*.nav-justified .item7 .dropdown-menu:before, .nav-justified .item7 .dropdown-menu:after {
		left: 94.5%;
	}
	.fr .nav-justified .item3 .dropdown-menu:before, .fr .nav-justified .item3 .dropdown-menu:after {
		left: 44%;
	}
	.fr .nav-justified .item4 .dropdown-menu:before, .fr .nav-justified .item4 .dropdown-menu:after {
		left: 56%;
	}
	.fr .nav-justified .item5 .dropdown-menu:before, .fr .nav-justified .item5 .dropdown-menu:after {
		left: 68%;
	}
	.fr .nav-justified .item6 .dropdown-menu:before, .fr .nav-justified .item6 .dropdown-menu:after {
		left: 81.75%;
	}
	.fr .nav-justified .item7 .dropdown-menu:before, .fr .nav-justified .item7 .dropdown-menu:after {
		left: 94.25%;
	}*/
	
	/*.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 .topic-html-content-body, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_3 .topic-html-content-body, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_4 .topic-html-content-body {
		width: 170px;
	}
	.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 h4, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_3 h4, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_4 h4 {
		bottom: 240px;
	}*/
	
	/* ZONE 1 */
	.zone1 td {padding: 10px 25px;}
	
	/* ZONE 3 */
	.zone3 .bloc{min-height: 240px; font-size: 12pt;}
	.zone3 .icons img {height: 60px; width: 60px;}
	.zone3 .icons .ico1 {top:20px; left:13%;}
	.zone3 .icons .ico2 {top:80px; left: 1%;}
	.zone3 .icons .ico3 {top:160px; left:2%;}
	.zone3 .icons .ico4 {top:20px; right: 26%;}
	.zone3 .icons .ico5 {top:80px;right: 14%;}
	.zone3 .icons .ico6 {top:160px;right: 15%;}
	
	/* ZONE 6 */
	.zone6 td {padding-top: 40px; width: 120px; height: 120px;}
	.zone6 td.high {padding-top: 30px;}
	.zone6 td.first:before {width: 59px;}
	.zone6 td.last:before {width: 59px;}
	
	/* Checkout */
	.order-progress ul li a {
		font-size: 14px;
		padding: 5px 30px 5px 10px;
	}
	.order-progress ul li a .badge {
		width: 30px;
		font-size: 18px;
		height: 30px;
		border-radius: 20px;
		padding: 8px 0;
	}
	
	
	/* Page About us */
	.about-page .bloc.innumbers {
		font-size: 18px;
	}
	.about-page .bloc.innumbers .number {
		font-size: 48px;
		line-height: 48px;
	}
	
	
	/* Page Clinic setup */
	.clinic-setup-page .zone1 td {
		padding: 10px 20px;
		font-size: 12px;
	}
	.checklist .products img {
		width: 130px;
	}
	.checklist .products td {
		font-size: 14px;
	}
	.clinic-setup-page .checklist .products td.first:before {
		width: 74px;
	}
	.clinic-setup-page .checklist .products td.last:before {
		width: 74px;
	}
	
	/* Page Seniors Residence */
	.senior-residence-page .checklist .products img {
		width: 160px;
	}
	
	
	/* Page Hospital */
	.hopitals-rehab-needs-page .products table {
		border: 0;
	}
	.hopitals-rehab-needs-page .products td {
		display: inline-block;
		float: none;
		vertical-align: top;
		background: none;
	}
	.hopitals-rehab-needs-page .products td:after {
		background: transparent;
	}
	.hopitals-rehab-needs-page .products img {
		width: 220px;
	}
    
    .checkout-data .address-grid .address-item:nth-child(3n+1){clear: none;}
    .checkout-data .address-grid .address-item:nth-child(2n+1){clear: left;}
	
}

@media (max-width: 991px){
	.section {
		padding: 30px 0;
	}
	/*.header-links ul>li {margin-left: 20px;}*/
	.nav-justified {
		min-height: 65px;
	}
	.nav-justified > li > a {
		padding: 10px;
	}
	.nav-justified > li > a:hover {
		padding: 10px 10px 45px 10px;
	}
	.nav-justified .open .dropdown-menu {
		display: block!important;
	}
	/* ENGLISH MENU */
	/*.nav-justified .item0 .dropdown-menu:before,.nav-justified .item0 .dropdown-menu:after {
		left: 8%;
	}
	.nav-justified .item1 .dropdown-menu:before, .nav-justified .item1 .dropdown-menu:after {
		left: 22.75%;
	}
	.nav-justified .item2 .dropdown-menu:before, .nav-justified .item2 .dropdown-menu:after {
		left: 35%;
	}
	.nav-justified .item3 .dropdown-menu:before, .nav-justified .item3 .dropdown-menu:after {
		left: 47.75%;
	}
	.nav-justified .item4 .dropdown-menu:before, .nav-justified .item4 .dropdown-menu:after {
		left: 60.25%;
	}
	.nav-justified .item5 .dropdown-menu:before, .nav-justified .item5 .dropdown-menu:after {
		left: 73%;
	}
	.nav-justified .item6 .dropdown-menu:before, .nav-justified .item6 .dropdown-menu:after {
		left: 84.75%;
	}*/
	/* FRENCH MENU */
	/*.fr .nav-justified .item0 .dropdown-menu:before, .fr .nav-justified .item0 .dropdown-menu:after {
		left: 7%;
	}
	.fr .nav-justified .item1 .dropdown-menu:before, .fr .nav-justified .item1 .dropdown-menu:after {
		left: 20%;
	}
	.fr .nav-justified .item2 .dropdown-menu:before, .fr .nav-justified .item2 .dropdown-menu:after {
		left: 32%;
	}
	.fr .nav-justified .item3 .dropdown-menu:before, .fr .nav-justified .item3 .dropdown-menu:after {
		left: 44%;
	}
	.fr .nav-justified .item4 .dropdown-menu:before, .fr .nav-justified .item4 .dropdown-menu:after {
		left: 56%;
	}
	.fr .nav-justified .item5 .dropdown-menu:before, .fr .nav-justified .item5 .dropdown-menu:after {
		left: 68%;
	}
	.fr .nav-justified .item6 .dropdown-menu:before, .fr .nav-justified .item6 .dropdown-menu:after {
		left: 81.75%;
	}
	.fr .nav-justified .item7 .dropdown-menu:before, .fr .nav-justified .item7 .dropdown-menu:after {
		left: 94.25%;
	}*/
	
	.nav-justified .dropdown-menu.container {
		max-width: 720px;
	}
	
	/* ZONE 1 */
	.zone1 td {
		padding: 10px 15px;
		font-size: 12px;
	}
	
	/* ZONE 3 */
	.zone3 .bloc{min-height: 200px;font-size: 10pt;}
	.zone3 .bloc .row {position: static;}
	.zone3 .bloc .row .col-sm-6 {padding: 0px 15px; position: static;}
	.zone3 .bloc .row .col-sm-6 .bottom {position: static;}
	.zone3 .bloc.full {height: 193px; background-position:center top;}
	.zone3 .bloc.full h3 {font-size: 16pt;}
	.zone3 .bloc .row .col-sm-6.icons {position: relative;}
	.zone3 .icons img {height: 60px; width: 60px;}
	.zone3 .icons .ico1 {top:-10px; left:15%;}
	.zone3 .icons .ico2 {top:42px; left: 3%;}
	.zone3 .icons .ico3 {top:110px; left:4%;}
	.zone3 .icons .ico4 {top:-10px; right: 18%;}
	.zone3 .icons .ico5 {top:42px;right: 6%;}
	.zone3 .icons .ico6 {top:110px;right: 7%;}
	
	/* ZONE 5 */
	.zone5 .green {margin-bottom: 20px;}
	.zone5 .media-body {overflow: auto;}
	
	/* ZONE 6 */
	.zone6 td {padding-top: 35px;width: 110px;height: 110px;margin: 10px 20px;}
	.zone6 td.high {padding-top: 25px;}
	.zone6 td.first:before {width: 54px;}
	.zone6 td.last:before {width: 54px;}
	
	/* ZONE 7 */
	.zone7 .bloc {background-size: contain; min-height:0; height:143px; padding-left: 240px;background-repeat: no-repeat; color: #525252; margin-bottom: 30px;}
	.zone7 .play-btn {background-position: 70px center;min-height: 143px;width: 240px;position: absolute;left: 0;top: 0;}
	.zone7 .bloc .bottom {position: static;}
	.zone7 .bloc h4 {/*text-shadow: 1px 1px 3px #333;*/}
	.zone7 .bloc:hover {color: #525252;}
	
	/* Breadbrumbs */
	.breadcrumb {
		font-size: 10px;
	}
	.product-details-page {
		margin-top: 20px;
	}
	/* Checkout */
	.order-progress ul li a {
		font-size: 14px;
		padding: 5px 10px 5px 10px;
		margin-right: 30px;
		line-height: 30px;
		white-space: nowrap;
	}
	.order-progress ul li a:after{
		border-width: 20px;
		margin-top: -20px;
	}
	.order-progress ul li a .badge {
		width: 20px;
		font-size: 14px;
		height: 20px;
		padding: 4px 0;
	}
	.checkout-data .address-grid .address-item .well {
		min-height: 0;
	}
	.checkout-data .address-grid .address-item .new-address {
		margin-bottom: 0;
	}
	.checkout-data .order-summary-body {
		padding: 0;
	}
	.checkout-page .checkout-data .buttons {
		margin-bottom: 0;
	}
	.terms-of-service {
		margin: 20px 0;
	}
	
	.customer-blocks > .row > .pull-right {
		width: 100%;
		float: none!important;
	}
	
	
	/* Page custom */
	.page-custom h1, .page-custom h2 {
		font-size: 32px;
	}
	.page-custom h4 {
		font-size: 18px;
	}
	.page-custom .text-center p {
		font-size: 16px;
	}
	.page-custom .parallax {
		background-position: 50% 50%!important;
		height: 300px;
		background-size: cover;
	}
	
	
	/* Page clinic Setup */
	.clinic-setup-page .zone1 td {
		font-size: 12px;
		padding: 10px 10px;
	}
	.clinic-setup-page .get-started .col-sm-4 img {
		width: 220px;
		height: 220px;
	}
	.clinic-setup-page .get-started table {
		font-size: 16px;
	}
	.pieContainer {
	     height: 220px;
	     margin: 0 auto;
		 width: 220px;
		 position: relative;
	}
	.pieBackground {
	     background-color: #00B2B2;
	     position: absolute;
	     width: 220px;
	     height: 220px;
	     -moz-border-radius: 300px;
	     -webkit-border-radius: 300px;
	     -o-border-radius: 300px;
	     border-radius: 300px;
	} 
	.pie {
	     position: absolute;
	     width: 220px;
	     height: 220px;
	     -moz-border-radius: 300px;
	     -webkit-border-radius: 300px;
	     -o-border-radius: 300px;
	     border-radius: 300px;
	     clip: rect(0px, 110px, 220px, 0px);
	}
	.hold {
	     position: absolute;
	     width: 220px;
	     height: 220px;
	     -moz-border-radius: 300px;
	     -webkit-border-radius: 300px;
	     -o-border-radius: 300px;
	     border-radius: 300px;
	     clip: rect(0px, 220px, 220px, 110px);
	}
	.pieContainer span {
		display: none;
	}
	.pieContainer span.first {
		display: block;
		position: absolute;
		top: 35px;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		font-size: 36px;
		font-weight: 600;
		line-height: 28px;
	}
	.pieContainer span small {
		display: block;
		font-size: 18px;
		font-weight: 400;
	}
	.clinic-setup-page .seers-table .multicol {
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
	.checklist .products td {
		float: none;
		display: inline-block;
		font-size: 12px;
	}
	.checklist .products img {
		width: 160px;
	}
	.checklist .products table {
		border-top: 0;
	}
	.checklist .products td:after {
		background: transparent;
	}
	
	/* Page About us */
	.about-page .innumbers {
		margin-bottom: 30px;
	}
	.about-page .smeyear h3 {
		font-size: 28px;
	}
	
	/* Page Contact */
	.contact-page h2 {
		font-size: 18px;
	}
	
	/* Page senior residence */
	.senior-residence-page .font-red {
		font-size: 18px;
	}
	.senior-residence-page .get-started table {
		font-size: 16px;
	}
	.senior-residence-page .checklist .products img {
		width: 160px;
	}
	
	/* Page OSR */
	.osr-page .osr-program {
		font-size: 14px;
	}
	.osr-page .osr-program .borderright .col-md-7 {
		padding: 30px 30px 20px 0px;
	}
	
	
	/* Page Hospital rehab needs */
	.hopitals-rehab-needs-page .zone1 td {
		padding: 10px 12px;
		font-size: 12px;
	}
	
}

@media (max-width: 767px){
	a.logo:hover {background: url('/Themes/Orthocanada/Content/images/orthocanada/orthocanada-t.png') no-repeat scroll left center transparent; border: 0;}
	.quote-form label.radio.form-inline input[type=radio] {margin-top:4px;}
	.quote-form label.ext {margin-left: 0;}
	.home-page .topic-html-content-body {
		font-size: 14px;
	}
	.header-links .ico-cart img {
		height: 24px;
		width: 24px;
		margin-right: 5px;
	}
	#topcartlink {position: absolute;right: 0px;top: 18px; padding: 0;}
	#topcartlink .visible-xs {
		display: inline-block!important;
	}
	#topcartlink a {
		padding: 8px 10px 4px;
		font-size: 18px;
		color:#fff;
		display: block;
		font-weight: 700;
	}
	#topcartlink .cart-label, #flyout-cart, .header-links .dropdown-menu {display: none!important;}
	.header-links .account {position: absolute;right: 0px;top: 60px; padding: 0;}
	.header-links .account a {border: 1px solid transparent;padding: 10px 10px;font-size: 14pt; color:#fff;display: block;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
	.header-links .account a:hover, #topcartlink a:hover {text-decoration: none; /*background: #fe0101; border: 1px solid #fff;*/}
	h1 {font-size: 24px;}
	.home-page h1, .home-page h2 {font-size: 18pt;}

	.header-links .language_selector{display: none;}
	.header .white .container{height: 0px;}
	.header .white .header-links-wrapper{height: 0px;}

	.header .redder {
		background: #b42020;
		padding-bottom: 70px;
	}
	.search-box {
		clear: both;
		position: absolute;
		left: 20px;
		right: 20px;
		margin-top: 92px;
	}
    .search-box-text-container{
        background-color: #fff;
        border-radius: 2px;
        padding-bottom: 2px;
    }
	.search-box-text {
		background: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-radius: 2px 2px 0px 0px;
		border: none;
		padding: 7px 36px 5px 12px;
		width: 100%;
		color: #787878;
		font-size: 16px;
	}
	.search-box .ui-autocomplete-loading{
		background: #fff;
	}
	.ui-autocomplete{
		padding: 0px !important;
        width: auto !important;
        right: 20px;
	}
    .ui-autocomplete li:nth-child(n+5){display: none;}
	.ui-autocomplete li{
		padding: 10px 5px !important;
		border-top: solid 1px #F0F0F0;
		background-image: url("images/orthocanada/arrow-up-left.png");
		background-repeat: no-repeat;
		background-position: right 2px;
		padding-right: 40px !important;
	}
	.ui-autocomplete li .ui-state-focus{
		background-image: none !important;
		border-color: transparent !important;
	}
	.ui-widget-content{
		border: none !important;
		border-radius: 0px 0px 2px 2px !important;
		background: #fff !important;
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.50);
	}
	.ui-state-focus{
		border: solid 1px #fff !important;
		background: inherit !important;
	}
	.nav-justified > li {
		width: 100%;
	}
	.nav-justified > li > a {
		text-align: left;
		padding: 19px 10px;
		font-size: 16px;
		float: left;
		width: 100%;
		margin-bottom: 0px;
	}
	.nav-justified > li > a:hover {
		color: #ed1c24;
		padding: 10px;
		margin-bottom: 0px;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background: transparent;
		border: 0;
	}
	.nav-justified > li > .dropdown-toggle {
		float: right;
		width: 12%;
		padding: 10px;
		text-align: right;
		color: #fff;
		background: transparent!important;
	}
	.nav-justified .dropdown-menu {
		background: transparent;
		position: static;
		top:auto;
		left: auto;
		float: none;
		clear: both;
		padding: 0px 30px 20px;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.nav-justified .dropdown-menu ul > li > a {
		color: #fff;
	}
	.nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_2 .topic-html-content-body, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_3 .topic-html-content-body, .nav-justified .dropdown-menu .col-md-3 .cat.TopMenu_4 .topic-html-content-body {
		width: 212px;
	}
	.page-header {
		margin: 0px 0 20px;
	}
	.header .red{
		background: #EC1C24;
		border: none;
	}
	.header .red .container{
		padding: 7px 20px;
	}
	.header-logo{
		border: none;
	}
	.header-logo a, .header-logo .logo{
		border: none;
	}
	/*.navbar .navbar-toggle{
		margin: -135px 15px 0px 0px;
		padding: 10px 5px;
	}*/
	.navbar-toggle {
		float: left;
		padding: 10px 5px;
		margin: 13px 20px 0 0;
	}
	.navbar-static-top{
		border: none;
	}
	.home .navbar-static-top {
		margin: 0;
	}
	.navbar-static-top .container{
		padding-left: 0px;
        padding-right: 0px;
	}
	.navbar-static-top .container .navbar-header{
		margin-left: 0px;
        margin-right: 0px;
	}
	.navbar-menu{
		overflow: hidden;
		padding: 19px 20px 19px;
	}
	.navbar-menu .navbar-account{
		float: left;
		font-size: 16px;
	}
	.navbar-menu .navbar-langue{
		float: right;
	}
	.navbar-menu .navbar-langue ul li a{
		color: #fff;
		font-size: 16px;
	}
	.navbar-menu .navbar-langue ul{
		list-style: none;
		margin: 0;
	}
	.navbar-menu span{
		color: #fff;
	}
	.container>.navbar-collapse{
		margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
	}
	.navbar-collapse ul.nav-justified li{
		padding-left: 10px;
		padding-right: 10px;
		height: 60px;
		border-top: solid 1px #3C3C3C;
	}

	/* SLIDER */
	.home-page .slider {display: none;}
	.slider .item .image {padding: 0 20px;}
	.slider .item .image h3 {font-size: 36px; line-height: 36px; margin-top: -24px;}
	.slider .item .image h3 small {font-size: 20px; line-height: 20px; display: inline-block;}
	
	/* ZONE 1 */
	/*.zone1 .cols {display: table; width: 100%;}
	.zone1 .cols .col1, .zone1 .cols .col2 {display: table-cell; float: none; vertical-align: middle;}*/
	/*.zone1 td {margin-left: 0px; display: block; float: none;height: 60px;padding-left:20px; text-align: left;padding-top: 10px;background: none;}*/
	.home-page .zone1 .banner-mobile {
		margin: -1px -15px 40px;
		position: relative;
	}
	.home-page .zone1 .banner-mobile h1 {
		font-weight: 700;
		font-size: 30px;
		color: #FFFFFF;
		line-height: 36px;
		text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
		margin: -36px auto 0;
	    position: absolute;
	    top: 50%;
	    text-align: center;
	    width: 90%;
		left: 0;
		right: 0;
	}
	.zone1 .cols .col1 .topic-html-content {
		padding: 0 15px;
	}
	.zone1 .cols .col1 .topic-html-content p {
		margin: 0;
	}
	.zone1 .cols .col2 table {width: 100%;}
	.zone1 td {margin-left: 0px; display: block; float: left;height: 60px; width:33%; padding-left:20px; text-align: center;padding-top: 10px;background: none;}
	.zone1 td .dot {display: none;}
	.zone1 td:after {bottom: 50%;left: auto;background: #5ab0b0;height: 2px;width: 10px;margin-left: 0;margin-bottom: -1px;right: 100%; display: none;}
	/*.zone1 td.oneline {height: 40px;}*/
	.zone1 td.first {margin-left: 0px; margin-top: 0;}
	.zone1 td.first:before {margin-left: -12px;margin-top: 0;height: 29px;width: 2px;}
	.zone1 td.last {margin-right: 0px; margin-bottom: 0;}
	.zone1 td.last:before {margin-left: -12px;margin-top: 0;height: 29px;width: 2px;right: auto;left: 0;top: auto;bottom: 0;}
	.zone1 td .dot {margin: 15px 0 0 -20px;float: left;}
	.zone1 td.oneline .dot {margin: 5px 0 0 -20px;}
	
	/* ZONE 2 */
	.zone2 {
		margin-top: 40px;
	}
	.zone2 .container {
		padding: 0;
	}
	.zone2 .home-page-category-grid {
		margin: 0;
	}
	.zone2 .home-page-category-grid .item-box {
		margin-bottom: 0;
		padding: 0;
	}
	.home-page-category-grid .category-item .title {
		position: static;
		font-size: 16px;
		line-height: 18px;
		margin: 0;
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
	}
	.home-page-category-grid .item-box + .item-box .category-item .title {
		border-top: 0;
	}
	.home-page-category-grid .category-item .title a {
		color: #323232;
		text-shadow: none;
		padding: 17px 30px;
		display: block;
	}
	.home-page-category-grid .category-item .title a:hover {
		text-decoration: underline;
	}
	.home-page-category-grid .category-item .title a .cat-arrow {
		float: right;
		height: 12px;
		width: 8px;
		margin-top: 3px;
	}
	.home-page-category-grid .item-box .category-item .over {
		display: none!important;
	}
	.home-page-category-grid .category-item img {
		display: none;
	}
	
	/* ZONE 3 */
	.home-page .zone3 {
		margin: 50px 0 30px;
		padding: 0;
	}
	.zone3 h2 {
		margin: 0px;
		font-weight: 700;
		font-size: 24px;
		line-height: 29px;
	}
	.zone3 .bloc {
		background: none!important;
		text-align: center;
		text-shadow: none;
		font-size: 14px;
		color: #323232;
		line-height: 21px;
		min-height: 0;
		font-family: "gothambook", Gotham, Arial, sans-serif;
		margin: 0;
	}
	.zone3 .bloc.full {
		/*background-position: 65% top;*/
		height: auto;
	}
	.zone3 .bloc h3, .zone3 .bloc.full h3 {
		font-size: 16px;
		color: #323232;
		line-height: 24px;
		font-family: "gothammedium", Gotham, Arial, sans-serif;
	}
	.zone3 .bloc h3 br {
		display: none;	
	}
	.zone3 .bloc .btn {
		text-transform: none;
		font-weight: 700;
		font-size: 16px;
		color: #FFF;
		line-height: 18px;
		margin-top: 30px;
	}
	.zone3 .bloc .btn small {
		font-size: 16px;
	}
	.zone3 .bottom {
		position: static;
		bottom: auto;
	}
	
	/* ZONE 3.5 MOBILE ONLY */
	.zone35-mobile {
		position: relative;
	}
	.zone35-mobile .topic-html-content {
		position: absolute;
		top: 40px;
		bottom: 40px;
		left: 30px;
		right: 30px;
		margin: 0 auto;
		text-align: center;
		font-family: "gothammedium", Gotham, Arial, sans-serif;
		color: #fff;
		text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
		top: 50%;
		margin-top: -5%;
	}
	.zone35-mobile .topic-html-content .topic-html-content-body {
		font-size: 16px;
		line-height: 24px;
	}
	.zone35-mobile .topic-html-content p {
		margin: 0;
	}
	
	/* ZONE 4 */
	.section.zone4 {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 50px 0;
	}
	.zone4 .row, .zone4 .col {display: block; width: auto;}
	.zone4 .col-md-8 {margin-bottom: 0px;}
	.zone4 h2 {
		margin: 0 0 30px;
	}
	.zone4 .topic-html-content {
		display: none;
	}
	
	/* ZONE 5 */
	.zone5 .bottom {position: static;}
	.zone5 .green .white-sep {background: none;}
	.zone5 .green .white-sep .col1 {padding-right: 15px;}
	.zone5 .green .white-sep .col1 .media {border-bottom: 10px solid #fff; padding-bottom: 20px; margin-bottom: 20px;}
	.zone5 .green .white-sep .col2 {padding-left: 15px; padding-top: 0px;}
	
	/* ZONE 6 */
	.zone6 table {border-top: 0; border-left: 2px solid #5ab0b0;}
	.zone6 td {margin-left: 10px; display: block; float: none;}
	.zone6 td:after {bottom: 50%;left: auto;background: #5ab0b0;height: 2px;width: 10px;margin-left: 0;margin-bottom: -1px;right: 100%;}
	.zone6 td.first {margin-left: 10px; margin-top: 0;}
	.zone6 td.first:before {margin-left: -12px;margin-top: 0;height: 54px;width: 2px;}
	.zone6 td.last {margin-right: 10px; margin-bottom: 0;}
	.zone6 td.last:before {margin-left: -12px;margin-top: 0;height: 54px;width: 2px;right: auto;left: 0;top: auto;bottom: 0;}
	.zone6 td.even {margin-left: 130px;margin-top: -30px;margin-bottom: -30px;}
	.zone6 td.even:after {width: 130px;}

    /* ZONE 7 */

    .zone7{margin-bottom: 50px;}
    
    /** NEWSLETTER FOOTER **/
    .section.zone-infolettre {
	    border: 0;
	    background: none;
    }
    .section.zone-infolettre h3 {
		margin: 0;
		margin-bottom: 20px;
	}
	.section.zone-infolettre form {
		width: 100%;
	}
	.section.zone-infolettre {
		margin: 0 auto;
	}
	.section.zone-infolettre form input {
		width: auto;
		clear: none;
		display: inline-block;
		margin: 0 !important;
		vertical-align: baseline;
	}
	.section.zone-infolettre form input[type=submit].btn {
		padding: 6px 12px;
		background: #FAFAFA;
	    background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
	    border: 1px solid #E6E6E6;
	    border-radius: 4px;
	    color: #505050;
	}
	.section.zone-infolettre form input[type=submit].btn:hover {
	    background: #f5f5f5;
	}

	/* .section */
	.section{
		padding: 0px;
	}
	.section.parallax1{
		padding: 30px 0px;
	}
	.parallax-container{
		margin: 30px 0px;
	}
	
	/* PRODUCT PAGE */
	.category-page .category-description,
    .category-page .category-description-mobile,
	.manufacturer-page .manufacturer-description,
	.vendor-page .vendor-description{
		font-size: 14px;
		line-height: 20px;
		color: #525252;
        margin-bottom: 30px;
	}
    .description-read-more,
    .description-read-less{
        font-size: 14px;
        color: #57B1B1;
        line-height: 20px;
        cursor: pointer;
        display: inline;
    }
    .description-visible-xs{
        display: block !important;
    }
    .description-hidden-xs{
        display: none !important;
    }
	.category-page .page-header,
	.manufacturer-page .page-header,
	.vendor-page .page-header{
		margin-top: 30px;
	}

	.product-details-page .picture {text-align: center;}

    .product-details-page .owl-carousel .carousel-product-details-img img{
        display: block;
        width: 100%;
        height: auto;
    }

	.product-details-page .product-essential {margin-bottom: 30px;}
	.product-details-page .panel-title>a {display: block;}
	.also-purchased-products-grid .item-box,
	.related-products-grid .item-box  {margin-bottom: 40px;}
	.also-purchased-products-grid .item-box .product-item,
	.related-products-grid .item-box .product-item {overflow: hidden; height: auto;}
	.also-purchased-products-grid .item-box .picture,
	.related-products-grid .item-box .picture {float: left; margin-right: 20px;}
	.also-purchased-products-grid .item-box .details .add-info,
	.related-products-grid .item-box .details .add-info {position: static;}
	
	.order-list-page .order-list .order-item .buttons, .address-list .address-item .buttons {visibility: visible;}

	/* List products et manufacturer page */
	.category-page .product-grid .item-box,
	.category-page .product-list .item-box,
	.manufacturer-page .product-grid .item-box,
	.manufacturer-page .product-list .item-box{
		background: #FFFFFF;
		border: 1px solid #DCDCDC;
		border-radius: 4px;
		padding: 6px;
		margin-bottom: 10px;
	}
	.category-page .product-list .item-box,
	.manufacturer-page .product-list .item-box{
		margin-left: -15px;
		margin-right: -15px;
	}
	.category-page .product-grid .item-box .product-item,
	.category-page .product-list .item-box .product-item,
	.manufacturer-page .product-grid .item-box .product-item,
	.manufacturer-page .product-list .item-box .product-item{
		margin-top: 0px;
		overflow: hidden;
	}
	.category-page .product-grid .product-item .picture,
	.manufacturer-page .product-grid .product-item .picture{
		float: left;
		margin-right: 10px;
	}
	.category-page .product-grid .product-item,
	.manufacturer-page .product-grid .product-item{
		height: auto;
	}
	.category-page .product-grid .product-item .product-title a,
	.category-page .product-list .product-item .product-title a,
	.manufacturer-page .product-grid .product-item .product-title a,
	.manufacturer-page .product-list .product-item .product-title a{
		font-size: 14px;
		color: #65B9B9;
		line-height: 20px;
		padding: 0px;
	}
	.category-page .product-grid .product-item .add-info,
	.category-page .product-list .product-item .add-info,
	.manufacturer-page .product-grid .product-item .add-info,
	.manufacturer-page .product-list .product-item .add-info{
		position: static;
		float: none;
		text-align: left;
	}
	.category-page .product-grid .product-item .product-title,
	.category-page .product-list .product-item .product-title,
	.manufacturer-page .product-grid .product-item .product-title,
	.manufacturer-page .product-list .product-item .product-title{padding: 0px;}
	.category-page .product-grid .product-item .details,
	.category-page .product-list .product-item .details,
	.manufacturer-page .product-grid .product-item .details,
	.manufacturer-page .product-list .product-item .details{margin-left: 90px;}
	.category-page .product-grid .product-item .buttons,
	.category-page .product-list .product-item .buttons,
	.manufacturer-page .product-grid .product-item .buttons,
	.manufacturer-page .product-list .product-item .buttons{display: none;}
	.category-page .product-grid .product-item .next-arrow,
	.category-page .product-list .product-item .next-arrow,
	.manufacturer-page .product-grid .product-item .next-arrow,
	.manufacturer-page .product-list .product-item .next-arrow{float: right; display: block;}
	.category-page .product-grid .product-item .next-arrow a,
	.category-page .product-list .product-item .next-arrow a,
	.manufacturer-page .product-grid .product-item .next-arrow a,
	.manufacturer-page .product-list .product-item .next-arrow a{padding: 57px 10px;}
	.category-page .product-grid .product-item .next-arrow a img,
	.category-page .product-list .product-item .next-arrow a img,
	.manufacturer-page .product-grid .product-item .next-arrow a img,
	.manufacturer-page .product-list .product-item .next-arrow a img{margin: 57px 10px;}
	
	.product-grid .add-to-wishlist-button {
		top: auto;
		bottom: 10px;
		left: 140px;
		width: auto;
		float: left;
		position: static;
	}
	
	/* Cart */
	.page.shopping-cart-page .well{
		border: 1px solid #DCDCDC;
	}
	.shopping-cart-page .cart-total .shopping-cart-only td{
		padding: 7px 0px 17px;
		font-size: 18px !important;
		color: #525252 !important;
		line-height: 21px;
	}
	.page.shopping-cart-page .well .freeshipping{
		font-size: 14px;
		color: #65B9B9;
		line-height: 17px;
	}
	.page.shopping-cart-page .well .freeshipping img{
		vertical-align: sub;
	}
	.order-summary-content .checkout-button.btn-lg{
		background: #65B9B9;
		border-radius: 4px;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 18px;
		padding: 11px 16px;
        border: none;
	}
	.order-summary-content .secure{
		margin-top: 10px;
	}

	.order-summary-content .cart thead, .wishlist-content .cart thead {display: none;}
	.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {border-bottom: 1px solid #ccc;}
	.order-summary-content .cart .cart-item-row:nth-last-child(1), .wishlist-content .cart .cart-item-row:nth-last-child(1) {border-bottom: 0;}
	.order-summary-content .table-striped>tbody>tr:nth-child(odd),
	.wishlist-content .table-striped>tbody>tr:nth-child(odd) {background-color: #fafafa;}
	.order-summary-content .table-striped>tbody>tr:nth-child(even),
	.wishlist-content .table-striped>tbody>tr:nth-child(even) {background-color: #ffffff;}
	.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {background-color: #fafafa;}
	.order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {display: block;border: 0;}
	.order-summary-content .cart .cart-item-row td.product-picture, .wishlist-content .cart .cart-item-row td.product-picture {float: left;}
	.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
		padding-left: 86px;
		padding-right: 24px;
		margin-bottom:50px;
	}
	.order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a {color: #525252;}
	.order-summary-content .cart .cart-item-row td.product .product-unit-price, .wishlist-content .cart .cart-item-row td.product .product-unit-price {color: #231F20;}
	.order-summary-content .cart .cart-item-row td.unit-price, .wishlist-content .cart .cart-item-row td.unit-price {float: left;clear: left;}
	.order-summary-content .cart .cart-item-row td.qty, .wishlist-content .cart .cart-item-row td.qty {
		margin-left: 78px;
		position: absolute;
		bottom: 0px;
	}
	.wishlist-content .cart .cart-item-row td.wishlist-add-to-chart {
		overflow: hidden;
		margin-left: 78px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	.order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
		display: inline;
	}
    .order-summary-content .cart .cart-item-row .qty-input{
        margin-left: 15px;
    }
	.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
		position: relative;
		display: block;
		float: left;
		width: 100%
	}
	.order-summary-content .cart .remove-from-cart {
		position: absolute;
		top: 5px;
		right: 5px;
		margin-top: 0;
	}
	.order-summary-content .cart .cart-item-row .qty .btn-update {
		left: 147px;
		bottom: 15px;
	}
	.order-summary-content .thumbnail,
	.wishlist-content .thumbnail{
		width: 70px;
		padding: 0px;
	}
	.wishlist-content table{border: solid 1px #ddd;}
	.qtytext{display: inline;}


	/* Breadbrumbs */
	.breadcrumb>li:before {
		display: none;
	}
	.breadcrumb{
		background: #fff;
		padding: 0px;
	}
	.breadcrumb>li{
		font-size: 14px;
		color: #65B9B9;
		line-height: 16px;
	}
	.breadcrumb>li img{
		margin-right: 4px;
		vertical-align: baseline;
	}

	.sku, .manufacturers{
		font-size: 14px !important;
	}

	.product-details-page .prices .product-price span{
		font-size: 36px;
	}

	.product-details-page .add-to-cart .add-to-cart-panel .form-inline{
		/*display: none;*/
	}

	.product-details-page .add-to-cart .add-to-cart-panel .form-inline .qty-input{
		display: inline-block;
	}

	.add-to-cart-button{
		width: 100%;
		padding-top: 14px;
		padding-bottom: 13px;
		line-height: 21px;
		border-radius: 4px;
	}
	.add-to-wishlist-button{
		width: 100%;
		font-size: 14px;
		line-height: 17px;
		padding-top: 11px;
		padding-bottom: 10px;
		border-radius: 4px;
	}
	.clinic-setup-button{
		width: 100%;
		border-radius: 4px;
	}
    .fr .clinic-setup-button{
		font-size: 11px;
	}
	.product-details-page hr{
		display: none;
	}
    
    .product-details-page .panel-description .description-titre{margin-bottom: 10px;}
    .product-details-page .panel-description .description-titre h4{
        font-size: 24px;
        color: #525252;
        line-height: 28px;
    }
    .product-details-page .panel-description .description-text{
        font-size: 14px;
        color: #525252;
        line-height: 22px;
    }
    .product-details-page .panel-description .description-text .panel-body{padding: 0px;}
    .product-details-page .panel-description{margin-bottom: 20px;}
    .product-details-page .panel .panel-title a span{
        font-size: 18px;
        line-height: 21px;
    }
    .product-details-page .panel .panel-title a img{
        float: right;
        position: relative;
        top: 7px;
    }
    .panel-group .panel+.panel{
        margin-top: 10px;
    }

	.also-purchased-products-grid .title{
		color: #525252;
		line-height: 18px;
		margin-top: 39px;
		margin-bottom: 39px;
	}
	.product-list .product-item .product-title,
	.product-grid .product-item .product-title{
		font-size: 14px;
		color: #65B9B9;
		line-height: 20px;
		text-decoration: underline;
	}
	.product-list .product-item .product-title a{
		font-weight: 400;
	}
	.product-list .product-item .prices .actual-price,
	.product-grid .product-item .prices .actual-price{
		font-size: 14px;
		color: #231F20;
		line-height: 20px;
	}
	.product-list .product-item .prices,
	.product-grid .product-item .prices{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.thumbnail{margin-bottom: 0px;}
	.product-collateral{margin-bottom: 0px;}
	.page-body{margin-bottom: 0px;}

	.glyphicon-shopping-cart:before{
		display: none;
	}
	.product-details-page .social-action{
		display: none;
	}
    .product-details-page .also-purchased-products-grid .picture,
    .product-details-page .related-products-grid .picture {
        max-width: 100px;
    }
    .product-details-page .details{
        margin-left: 120px;
    }
    .product-details-page .details .product-title a{
        color: #65B9B9;
    }
    .product-details-page .details .buttons input{
        background-color: #67B9B9;
        border: none;
    }
    
    .product-essential .add-to-cart-button {
	    margin-right: 3%;
	    width: 48%;
    }
    .product-essential .add-to-wishlist-button {
	    width: 48%;
	    padding: 13px 20px;
    }
	
	/* Cart */
	/*.checkout-as-guest-button {
		margin-bottom: 10px;
	}*/
	.order-summary-content form {overflow: hidden;}
	.order-summary-content .deals {width: auto;}
	
	/* Checkout */
	.order-progress ul {
		border-left: solid 1px #DCDCDC;
	}
	.order-progress ul li {
		width: 25%;
        margin-right: 0px;
	}
    .order-progress ul li:nth-child(n+2) a:before {
        margin-top: 0px;
        border: none;
        background-image: url(/Themes/Orthocanada/Content/images/orthocanada/checkout-progress.png);
        width: 20px;
        height: 30px;
        top: -1px;
        content: " ";
        position: absolute;
        left: -20px;
        background: #F0F0F0;
        border-top: solid 1px #DCDCDC;
        border-bottom: solid 1px #DCDCDC;
        z-index: -1;
    }
    .order-progress ul li:nth-child(n+2) .active-step:before {
        background: #FAFAFA;
    }
	.order-progress ul li a {
		margin-right: 11px;
		padding: 10px 6px 8px 4px;
		line-height: 10px;
		font-size: 10px;
        border-top: solid 1px #DCDCDC;
        border-bottom: solid 1px #DCDCDC;
        background: #F0F0F0;
	}
    .order-progress ul li .active-step{
        background: #FAFAFF;
    }
	.order-progress ul li .active-step:after {
        background-image: url(/Themes/Orthocanada/Content/images/orthocanada/checkout-current.png);
	}
	.order-progress ul li a:after {
        margin-top: 0px;
        border: none;
        background-image: url(/Themes/Orthocanada/Content/images/orthocanada/checkout-progress.png);
        width: 11px;
        height: 30px;
        top: -1px;
	}
	.order-progress ul li a .badge {
        font-size: 10px;
        color: #525252;
        line-height: 10px;
        background: none;
        padding: 0px;
        width: auto;
        height: auto;
        font-weight: 400;
	}
	.order-progress ul li a .title {
		display: inline;
        font-size: 10px;
        color: #525252;
        line-height: 10px;
		
	}
    .order-progress ul li .active-step .badge{
        color: #57B1B1;
    }
	.order-progress ul li a.active-step .title {
        color: #57B1B1;
	}
    .checkout-data legend,
    .checkout-data .page-header h1{
        font-size: 24px;
        color: #525252;
        line-height: 28px;
        text-align: left;
    }
    .checkout-data .address-item .select-button{
        float: right;
    }
    .checkout-data .address-item .select-button .checkout-next-img{
        padding: 53px 10px 50px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .select-shipping-address .address-item .select-button .checkout-next-img{
        padding: 33px 10px 30px;
    }
    .checkout-data .address-item .well{
        border: solid 1px #DCDCDC;
        margin-bottom: 10px;
    }
    .checkout-data .address-item .address-box {
        font-size: 14px;
        color: #525252;
        line-height: 17px;
        padding-right: 20px !important;
    }
    .checkout-data .address-item .address-box .name {font-weight: 400;}
    .checkout-data .address-item .address-box .email,
    .checkout-data .address-item .address-box .phone{
        font-size: 12px;
        line-height: 14px;
    }
    .checkout-data .address-item .address-box .phone{
        margin-bottom:10px;
    }
    .checkout-data .address-grid .address-item .well.new-address{
        border: solid 1px #DCDCDC;
        margin-bottom: 40px;
    }
    .checkout-data .address-grid .address-item .well.new-address a{
        font-style: normal;
        font-size: 14px;
        color: #57B1B1;
        line-height: 17px;
        text-decoration: underline;
        text-align: left;
    }
    .checkout-data .address-grid .address-item .well.new-address a img{
        margin-right: 20px;
    }
    
	
	/* Page custom */
	.page-custom h1, .page-custom h2 {
		font-size: 24px;
	}
	.page-custom .text-center p {
		font-size: 14px;
	}

	/* Page About Us */
	.about-page .excutive-team .item {
		width: 31%;
	}
	.exclusive-brand .row {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
	.exclusive-brand .col-sm-3 {
		display: block;
		float: left;
		min-height: 120px;
	}
	
	/* Page Clinic setup */
	.clinic-setup-page .get-started .row {
		display: block;
	}
	.clinic-setup-page .get-started .col-sm-4 {
		float: left;
		display: block;
	}
	.clinic-setup-page .get-started .col-xs-6 {
		margin-top: 30px;
	}
	.clinic-setup-page .get-started table {
		margin: 0 auto;
	}
	.clinic-setup-page .seers-table .multicol {
		-moz-column-count: auto;
		-webkit-column-count: auto;
	}
	.checklist .products table {
		border-left: 0;
		overflow: hidden;
	}
	.checklist .products td {
		height: 200px;
		text-align: center;
	}
	.checklist .products td.first:before, .checklist .products td.last:before {
		display: none;
	}
	
	
	/* Page Contact us */
	.contact-page .contact-method .col-sm-4 {
		margin-bottom: 30px;
	}
	.contact-page .address .topic-html-content-body {
		overflow: hidden;
	}
	.contact-page .address .topic-html-content-body p + p {
		width: 50%;
		float: left;
		margin: 30px 0;
	}
	.contact-page .address .btn {
		margin-left: 50%;
	}
	.contact-page .social-media a {
		width: 20%;
		margin: 1%;
	}
	
	/* Page Hospital */
	.hopitals-rehab-needs-page .case-study .col-md-9 .multicol {
		-moz-column-count: auto;
		-webkit-column-count: auto;
	}
	.hopitals-rehab-needs-page .case-study .col-md-12 .multicol {
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
	.infection-control .col-sm-4 + .col-sm-4 .embed-responsive {
		margin-top: 60px;
	}
	
	/* Page senior residence */
	.senior-residence-page .graph tfoot td {
		font-size: 12px;
	}
	.senior-residence-page .graph tfoot td.last {
		right: 20px;
	}
	
	/* Page OSR */
	.osr-page .borderright {
		display: block;
		margin: 0 -15px 20px;
	}
	.osr-page .osr-program .borderright .col-md-7 {
		display: block;
		float: left;
		padding: 30px 15px 30px 15px;
	}
	.osr-page .borderright .col-sm-7, .osr-page .borderright .col-md-7 {
		padding: 30px 15px;
		border: 0;
	}
	.osr-page .pfc-numbers {
		padding: 0px;
	}
	.osr-page .osr-program .brands {
		display: block;
		float: left;
		padding: 0 15px;
		width: 100%;
	}
	.osr-page .border {
		border: 0;
	}
	.osr-page .bordertop {
		border-top:0;
		padding: 0;
	}
	.osr-page .award-winner .col-sm-4 {
		margin-bottom: 30px;
	}

	/* LOGIN */

	.login-page .returning-wrapper label{
		width: 80%;
		white-space: normal;
	}

	/* FOOTER */
    .footer{
        margin-top: 0;
		font-size: 14px;
		line-height: 16px;
		padding: 50px 0 0;
    }
    .home-page .footer{
        margin-top: 0 !important;
    }
	.footer-action{
		border-top: none;
		border-bottom: none;
		padding: 0;
		margin: 20px 15px 50px;
	}

	.footer.shadow-top{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding-bottom: 0px;
	}
	
	.footer-menu-wrapper ul {
		margin: 0 15px;
	}
	.footer-menu-wrapper ul li {
		line-height: 30px;
	}

	.footer-disclaimer{
		font-size: 12px;
	}

	.footer-action .col-sm-6 {
		margin-bottom: 15px;
	}
	.footer-action .socials {
		display: block;
	}
	.footer-action .socials li {
		width: 50%;
		margin: 0 0 10px;
	}
	.footer-action .socials li a:focus {
		outline: none!important;
	}
	.footer-action .socials li a span {
		padding-left: 35px;
		line-height: 25px;
	}
	.footer-action .search-box {
		margin-bottom: 0;
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}
	.feedback {display: none;}

	.footer-disclaimer {
		background: #464646;
		padding: 19px 30px;
		margin: 0 -15px;
	}

	/* global */

	.inline-xs{
		display: inline !important;
	}

    .order-progress-end-1,
    .order-progress-end-2{
        display: inline;
    }
    
    .active-step .order-progress-end-1{width: auto;}
    .active-step .order-progress-end-2{width: auto;}
    .inactive-step .order-progress-end-1{width: auto;}
    .inactive-step .order-progress-end-2{width: auto;}
}
@media (max-width: 480px){
	.visible-xxs{display: initial;}
	
	.navbar-toggle {
		margin: 2px 10px 0 0;
	}
	.navbar-menu{
		padding: 10px 20px 11px;
	}
	.navbar-menu .navbar-account{
		font-size: 14px;
	}
	.navbar-menu .navbar-langue ul li a{
		font-size: 14px;
	}
	.navbar-collapse ul.nav-justified li {
		height: 42px;
	}
	.nav-justified > li > a {
		font-size: 14px;
		padding: 10px;
	}

	a.logo, .header-logo .logo {width: 154px; height:46px; background-size: contain;}
	a.logo:hover, .header-logo .logo:hover {width: 154px; height:46px;background-size: contain;}
	.home-page .slider {display: none;}
	.bottom {position: static;}
	.parallax {height: auto; text-shadow: 2px 2px 6px #000;}
	.parallax1 {background-position: 70% -500px!important;}
	.parallax2 {background-position: 55% -500px!important;}
	.parallax3 {background-position: 30% -660px!important;}
	
	#topcartlink{top: 9px; right: 0px;}
	.header-links .account {top:10px;}
	#topcartlink a {padding: 6px 0px 2px;}
	.header-links .account a {padding: 8px 10px;}
	
	.search-box {margin-top: 70px;}
	
	/* ZONE 1 */
	/*.zone1 .cols {display: block;}
	.zone1 .cols .col1, .zone1 .cols .col2 {display: block; float: none; width: 100%;}*/
	.home-page .zone1 .banner-mobile h1 {
		font-size: 24px;
		line-height: 29px;
		margin-top: -29px;
	}
	.zone1 td {width: 50%;}
	
	/* ZONE 2 */
	.home-page-category-grid .category-item .title {font-size: 14px;}
	
    /* ZONE 3 */
    .zone3 .bloc .btn {
	    display: block;
    }
    
    /* ZONE 3.5 MOBILE */
    .zone35-mobile .topic-html-content {
		margin-top: -10%;
	}
    .zone35-mobile .topic-html-content .topic-html-content-body {
		font-size: 14px;
		line-height: 21px;
	}

	/* ZONE 5 */
	.zone5 .col-xs-6 {width: 100%;}
	
	/* ZONE 7 */
	.zone7 .bloc {padding: 0px; height: auto; background-color: #5cb0b0; color: #ffffff; border-radius: 0px 0px 5px 5px; background-image: none !important; margin-bottom: 0px;}
	.zone7 .bloc .arrow{margin-right: 6px;}
	.zone7 .bloc h4{padding: 11px 20px; font-family: inherit; font-size: 14px; color: #FFFFFF; line-height: 14px;}
	.zone7 .play-btn {background-position: center center;height: 65%;width: 100%;}
	
    /* Page About us */
	.about-page .bloc.innumbers {
		font-size: 16px;
	}
	.about-page .bloc.innumbers .number {
		font-size: 30px;
		line-height: 36px;
	}
	/* Page Clinic Setup */
	.clinic-setup-page .get-started .col-xs-6 {
		width: 100%;
	}
	.clinic-setup-page .get-started .col-xs-6.text-center {
		margin-top: 0px;
	}
	
	/* Page Hospital */
	.hopitals-rehab-needs-page .case-study .col-md-12 .multicol {
		-moz-column-count: auto;
		-webkit-column-count: auto;
	}

	/* List products */
	.category-page .thumbnail,
	.manufacturer-page .thumbnail{
		width: 80px;
		padding: 0px;
	}
	.category-page .product-grid .product-item .next-arrow a,
	.category-page .product-list .product-item .next-arrow a{padding: 31px 5px;}
	.manufacturer-page .product-grid .product-item .next-arrow a,
	.manufacturer-page .product-list .product-item .next-arrow a{padding: 31px 5px;}
	.category-page .product-grid .product-item .next-arrow a img,
	.category-page .product-list .product-item .next-arrow a img{margin: 30px 5px;}
	.manufacturer-page .product-grid .product-item .next-arrow a img,
	.manufacturer-page .product-list .product-item .next-arrow a img{margin: 30px 5px;}
	
	.product-grid .add-to-wishlist-button {
		bottom: -3px;
		left: 90px;
	}
	
	.product-essential .add-to-cart-button {
	    margin-right: 0;
	    margin-bottom: 20px;
	    width: 100%;
    }
    .product-essential .add-to-wishlist-button {
	    width: 100%;
	    padding: 7px 20px;
    }

	/* page shopping kart wishlist */
	.order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input{
		width: 50px;
		margin-left: 0px;
	}
	.order-summary-content .cart .cart-item-row .qty .btn-update{left: 102px;}
	
	.order-progress ul li a {
		padding: 10px 6px 8px 6px;
	}
	.order-progress ul li a .badge {
		display: none;
	}


}
@media (min-width: 992px){
	.zone5 .col-xs-6 {width: 100%;}
}
@media (max-width: 360px){
	.order-summary-content .cart .cart-item-row .qty .btn-update{left: 66px;}
	.qtytext{display: none;}
    .product-details-page .also-purchased-products-grid .picture,
    .product-details-page .related-products-grid .picture {
        max-width: 80px;
    }
    .product-details-page .details{
        margin-left: 100px;
    }
    .fr .add-to-wishlist-button{
		font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
	}
	.wishlist-content .cart .cart-item-row .qty-input{
		width: 37px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.wishlist-content .cart .cart-item-row td.wishlist-add-to-chart{padding-left: 0px;}
}
@media (max-width: 340px) {
    .footer-menu-wrapper h4{height: 30px;}
}
@media (min-width: 992px) and (max-width: 1199px){
	.zone3 .bloc.full h3{font-size: 23pt;}
}
