/**************************************************************************************/
/* FRONT PANELS */
/**************************************************************************************/
#smallFrontPanels .aSmallPanel {
  background-position: center 20px;
  background-repeat: no-repeat;
  color: #01406E;
  float: left;
  height: 112px;
  margin: 0;
  padding: 50px 30px 0;
  text-align: center;
  width: 187px;
}
#smallFrontPanels .aSmallPanel h3 {
  font-family: "Helvetica Neue", "Helvetica", arial, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 7px 0;
}
#smallFrontPanels .aSmallPanel p {
  font-size: 12px;
  margin: 0px;
}
#smallFrontPanels .aSmallPanel.stetho {
  background-image: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/stethoscope.png");
  cursor: pointer;
}
#smallFrontPanels .aSmallPanel.magni {
  background-image: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/magnify.png");
  width: 189px;
}
#smallFrontPanels .aSmallPanel.magni #search form {
  margin-top: 6px;
  float: right;
  position: relative;
  border-radius: 3px;
  background-color: #efefef;
}
#smallFrontPanels .aSmallPanel.magni #search-input {
  border: 0 none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 10px;
  padding: 7px 36px 7px 11px;
  width: 100%;
  transition: width 0.5s ease-out;
  box-sizing: border-box;
}
#smallFrontPanels .aSmallPanel.magni #search-submit {
  background: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/searchSmall.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  border: 0 none;
  cursor: pointer;
  height: 0;
  overflow: auto;
  padding: 32px 20px 0 14px;
  position: absolute;
  right: 0;
  width: 16px;
  overflow: visible;
  top: 0px;
}
#smallFrontPanels .aSmallPanel.store {
  background-image: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/emedStore.png");
  cursor: pointer;
}
#smallFrontPanels .aSmallPanel.vip {
  background-image: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/people.png");
  border-right: none;
  cursor: pointer;
}
#smallFrontPanels .aSmallPanel.stetho:hover,
#smallFrontPanels .aSmallPanel.store:hover,
#smallFrontPanels .aSmallPanel.vip:hover {
  background-color: #D2E4EF;
}
/**************************************************************************************/
/* FEATURED PRODUCTS */
/**************************************************************************************/
#featured-products {
  width: 45%;
  width: calc(44%);
  float: right;
  border: 1px solid #d0d0d0;
  padding: 3%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#featured-products > img {
  margin-bottom: 17px;
  position: relative;
  top: -10px;
}
#featured-products #holder {
  float: left;
  clear: both;
  width: 100%;
}
#featured-products ul.breadcrumbs {
  display: none;
}
#featured-products div.category {
  float: left;
  clear: both;
  width: 100%;
}
#featured-products div.category > div {
  display: none;
}
#featured-products .product {
  float: left;
  width: 32%;
  display: block;
  padding: 0px;
  margin: 0px;
  padding-right: 2%;
}
#featured-products .product .image-holder {
  width: 100%;
  text-align: center;
  display: block;
  box-pack: center;
  box-align: center;
}
#featured-products .product .image-holder a {
  display: block;
}
#featured-products .product .image-holder a img {
  max-width: 100%;
  height: auto;
}
#featured-products .product:last-child {
  padding-right: 0px;
}
#featured-products .product:last-child {
  margin-right: 0%;
}
#featured-products  > div.category ul.products,
#featured-products  > div.category ul.products li.row,
#featured-products  > div.category ul.products li.row  > ul {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding: 0px;
  margin: 0px;
}
/**************************************************************************************/
/* FEATURED BANNER */
/**************************************************************************************/
#feature-banner {
  width: 100%;
  clear: both;
  float: left;
}
#feature-content {
  float: left;
  width: 44%;
  padding: 0px 2%;
}
#feature-content h1 {
  margin: 0px 0px 10px 0px;
}
#feature-content h4 {
  font-size: 16px;
  color: #07305b;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
  display: block;
  font-weight: bold;
}
/**************************************************************************************/
/* HOME PANELS */
/**************************************************************************************/
.home-panels {
  width: 29.33%;
  padding: 12px 2%;
  float: left;
}
.home-panels ul {
  margin: 0;
  padding: 0 13px;
}
.home-panels ul li {
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 10px;
}
.home-panels h4 {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}
.home-panels h4 a {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.home-panels h4.newsLink:last-child {
  border: 0px;
  margin-bottom: 0px;
}
.home-panels .mainNewsArticleText {
  width: 100%;
}
#home-main .home-panels {
  color: white;
  background-position: 65px center;
  padding-left: 138px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  background-color: #e6e7e8
        border:1px solid #FFFFFF;
}
#home-main .home-panels p {
  margin: 0px;
}
#home-main .home-panels a {
  color: #4eb4e2;
}
.home-panels.small {
  width: 25.50%;
  border-right: 1px solid #d0d0d0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.home-panels.small:last-child {
  border-right: 0px;
}
.news .home-panels.small:last-child h4 a {
  font-size: 14px;
}
.news .home-panels {
  margin-bottom: 30px;
  min-height: 235px;
}
.news .home-panels h4.newsLink:first-child {
  padding-top: 3px;
}
.news .home-panels h4.newsLink {
  border-bottom: 1px solid #d0d0d0;
  padding: 16px 0px;
  margin: 0px;
}
.news .home-panels h4 a:hover {
  color: #0078ba !important;
}
.news .home-panels.small h4.newsLink {
  padding: 16px 0px;
  float: left;
  clear: both;
  width: 100%;
}
.news .home-panels.small h4.newsLink a {
  padding-bottom: 0px;
}
.news .home-panels.small h4 a.small-image {
  float: right;
  margin: 0px 0px 0px 2% !important;
  padding: 0px !important;
  height: 50px;
  width: 50px;
  width: 23% !important;
  text-align: right;
}
.news .home-panels.small h4 a.small-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.news .home-panels.small h4 a.small-link {
  font-size: 14px;
  color: #07305b;
  margin: 0px !important;
  padding: 0px !important;
  display: block;
  font-weight: bold;
  width: 75% !important;
}
.news .home-panels.big h4 a {
  font-family: "Helvetica Neue", "Helvetica", arial, sans-serif;
  font-size: 26px;
  color: #07305b;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}
.news .small article {
  padding: 10px 0px 0px 0px;
}
.home-panels.big {
  width: 36.5%;
  border-right: 1px solid #d0d0d0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.home-panels.big .mainNewsArticleText.full {
  width: 100%;
  margin: 0px;
}
.home-panels {
  color: #808080;
}
.home-panels .floatRight img {
  margin-left: 10px;
  margin-bottom: 10px;
}
#home-main .home-panels.green:hover,
#home-main .home-panels.orange:hover,
#home-main .home-panels.blue:hover {
  background-color: #005286;
  color: #FFF;
}
#home-panels-noside {
  float: left;
  margin: -115px 0 0;
  padding: 10px 66px 10px 25px;
  width: 160px;
  background: none;
  font-weight: normal;
}
#home-panels-noside a {
  color: #4eb4e2;
}
span.entry-date {
  color: #5fa6c9;
}
/**************************************************************************************/
/* SLIDESHOW */
/**************************************************************************************/
#tabs,
#tabs ul {
  z-index: 99999;
}
ul.slides-nav a {
  background: none repeat scroll 0 0 transparent;
  display: inline;
  float: left;
  padding: 0;
}
ul.slides-nav a {
  background: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/hover-btn.jpg") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  float: left;
  height: 0;
  overflow: hidden;
  padding-top: 9px;
  width: 9px;
}
ul.slides-nav a:hover,
#tabs a.activeSlide {
  background-position: bottom;
}
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
}
div.slides ul div {
  width: 990px;
}
.slidetabs2 {
  position: absolute;
  right: 0px;
  text-align: right;
  bottom: 22px;
  z-index: 98;
}
.slidetabs2 ul {
  float: right;
}
.slidetabs2 ul a {
  margin: 0 4px;
}
#slideshow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 1%;
  /* IE fix */
}
#slideshow ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
  float: left;
  height: 297px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#slideshow .slides ul {
  width: 2880px;
}
#slideshow .slides ul div {
  background-color: #FFF;
  display: block;
  height: 297px;
}
#slideshow .slides li {
  width: 920px;
  float: left;
  padding: ;
}
#slideshow .slides h2 {
  margin-top: 0;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav a {
  float: left;
  color: #575756;
}
#slideshow .slides-nav a {
  background-color: #575756;
  display: block;
  margin: 0px 4px 0px 0px;
  outline: medium none;
  text-decoration: none;
  width: 9px;
  height: 0px;
}
.js #slideshow .slides-nav .on,
.js #slideshow .slides-nav .on a {
  background: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/hover-btn.jpg") no-repeat;
  background-position: 0 -14px;
}
.js #slideshow .slides-nav li.on a {
  position: relative;
  top: 0;
}
body.home .cycle-slideshow .img {
  float: left;
}
/**************************************************************************************
* FEATURED NEWS 
**************************************************************************************/
.homepage-items-wrapper {
  clear: both;
  float: left;
  margin-bottom: 35px;
}
.homepage-items-wrapper .homepage-item {
  float: left;
  width: 25%;
  height: auto;
}
.homepage-items-wrapper .homepage-item .homepage-item-image-wrapper {
  height: 197px;
  text-align: center;
}
.homepage-items-wrapper .homepage-item .homepage-item-image-wrapper img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.homepage-items-wrapper .homepage-item:last-child .homepage-item-content-wrapper {
  border-right: 0px;
}
.homepage-items-wrapper .homepage-item .homepage-item-content-wrapper {
  box-sizing: border-box;
  padding: 10px 12px;
}
.homepage-items-wrapper .homepage-item .homepage-item-content-wrapper .homepage-item-title-wrapper {
  margin-bottom: 20px;
}
.homepage-items-wrapper .homepage-item .homepage-item-content-wrapper .homepage-item-summary-wrapper {
  margin-bottom: 20px;
}
/**************************************************************************************
* FEATURED NEWS WRAPPER
**************************************************************************************/
.featured-news-full-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/**************************************************************************************
* FEATURED ARTICLE 
**************************************************************************************/
#featured-article-wrapper .featured-article-left {
  float: left;
  width: 66.66%;
  width: calc(100% - 380px);
  padding: 40px 60px;
  box-sizing: border-box;
  line-height: 1.3;
}
#featured-article-wrapper .featured-article-left .featured-article-left-top {
  max-width: 60%;
}
#featured-article-wrapper .featured-article-left .featured-article-left-top h2 {
  margin-bottom: 10px;
  font-size: 30px;
}
#featured-article-wrapper .featured-article-left .featured-article-left-bottom {
  font-size: 16px;
  color: #58595B;
}
#featured-article-wrapper .featured-article-left .featured-article-left-bottom ul {
  padding-left: 0px;
  list-style-position: inside;
}
#featured-article-wrapper .featured-article-left .featured-article-left-bottom ul li {
  margin-bottom: 5px;
}
#featured-article-wrapper .featured-article-left .featured-article-left-bottom .featured-article-left-bottom-left {
  width: 40%;
  float: left;
  margin-right: 7.5%;
}
#featured-article-wrapper .featured-article-left .featured-article-left-bottom .featured-article-left-bottom-right {
  width: 52.5%;
  float: right;
}
#featured-article-wrapper .featured-article-right {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 33.33%;
  float: right;
  width: calc(250px - 0px);
}
#featured-article-wrapper .featured-article-right img {
  max-width: 100%;
  height: auto;
}
#featured-article-wrapper .one {
  float: right;
}
#featured-article-wrapper .two {
  float: left;
}
