/*
Theme Name: Sure Care 
Theme URI: http://www.blucacti.com.au
Description: Sure Care
Version: 1.0
Author: Irwan Suryady
Author URI: http://www.blucacti.com
*/
/*
 * Default
 ------------------------------------------------------------------------------*/
a:link {
  text-decoration: none; 
  color: #7d7d7d; 
}

a:visited {
  text-decoration: none;
  color: #7d7d7d;  
}

a:HOVER {
  text-decoration: none;
  color: #8cc53f;
}

input[type=text], textarea {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
}

input[type=submit]:ACTIVE, input[type=submit]:FOCUS, input[type="text"]:FOCUS, a:ACTIVE, a:FOCUS {
  outline: none;
}

h1,h2,h3,h4,img,p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html,body {
  height: 100%;
}

body {
  font-size: 62.5%;
  font-family: Helvetica, Arial , sans-serif;
  line-height: 1.8em;  
  color: #7d7d7d;  
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

div {
  outline: none;
}

#container { 
  position: relative; 
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -127px;  
}

#top-pattern {
  position: absolute;
  background-image: url("images/pattern/top-pattern.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
  z-index: -1;
}

#bottom-pattern { 
  position: absolute;  
  background-image: url("images/pattern/bottom-pattern.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 200px;  
  z-index: -1;
  bottom: 117px;  
}

#header-container {
  height: 170px;
}

#content-wrapper, #content, #front-content, #header-container, #menu-container, #footer-wrapper,
#banner, #front-banner, #front-banner-wrapper {  
  width: 940px;
  margin: 0px auto;
  text-align: left;  
}

#content-wrapper { 
  height: 100%;  
}

#content {
  float: right;  
  width: 670px;
  height: auto;  
  padding: 0;
  margin-bottom: 140px;
  margin-top: 15px;
}

#front-content {   
  height: auto;  
  padding: 0;
  margin-bottom: 140px;
  margin-top: 25px;  
}

.push {  
  clear: both;
  height: 127px;
}

#footer { 
  height: 127px;  
  width: 100%;
  background-color: #ededed;
  border-top: 1px solid #dddddd;
  font-size: 12px;
  position: relative;
  z-index: 1000;
}

.copyright-text {
  height: 26px;
  padding-top: 46px;
  width: 670px;
  float: left;
}

/*
 * Generic
 ------------------------------------------------------------------------------*/
.bold-title {
  margin: 0;
  padding: 0;
  font-weight: bolder;
  display: block;   
}

.uppercase {
  text-transform: uppercase;
}
ul.list-square {
  margin: 0 0 10px 0;  
  padding-left: 15px;
  list-style-type: square;
}

ul.list-square >li {
  margin: 0px;
  padding: 0px;  
}

#banner {
  position: relative;
  height: 215px;  
  padding: 0px;
  margin-top: 26px; 
}

.swoosh-light {
  background: url("images/pattern/swoosh-light.png") 0 0 no-repeat;
  position: absolute;
  width: 940px;
  height: 105px;
  bottom: 0;
  left: 0;
}

#front-banner {   
  position: relative;
  height: 350px;  
  padding: 0;  
  margin: 0;    
  z-index: 10;
}

.hidden {
  display: none;
}

.last-child {
  margin-right: 0px !important;  
}

.main-separator {
  height: 1px;
  width: 670px;
  border-top: 1px solid #f0eeed;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.align-right {
  float: right;
}

.align-left {
  float: left !important;  
}

.search-thumb {  
  display:inline-block;
  float: left;  
}

.search-thumb img {
  width: 80px;
  height: 80px;
}

.search-item-title {  
  margin-left: 25px;
  padding: 0;
  display: inline-block;
}

.page-text-tools {
  float: right;
  clear: right;
  display: inline-block;
  color: #525252;
}

.text-tools {
  margin-left: 3px;
  padding: 0px;
}

.sharethis {
  color: #525252!important;  
}

.sharethis:HOVER {
  color: #8cc53f !important;
}

.stButton .sharethis {
  background-image: none !important; 
  margin: 0 !important;
  padding: 0 !important;
}

.bold-title {
  font-weight: bold;  
}

.mb-20 {
  margin-bottom: 20px!important;
}

.mb-15 {
  margin-bottom: 15px!important;
}
/*
 * Entry
 ------------------------------------------------------------------------------*/
.clear:after,li.comment:after,#sidebar ul li:after  {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.entry p { 
  margin-bottom: 10px;
}

.entry {
  font-size: 12px;
}

.entry h1 {
  float: left;
  clear:  left;
  color: #f69324;
  font-weight: bold;
  font-size: 18px;
}

#front-content .entry h1 {
  text-transform: uppercase;
  line-height: 24px;
}


.entry h2 {
  font-size: 15px;
  clear:  left;
  color: #f69324;
  font-weight: bold;  
}
/*
 * Header
 ------------------------------------------------------------------------------*/
#top {
  height: 120px;
  position: relative;
}

#top .logo {
  float: left;
  width: 280px;
  height: 67px;
  background: url("images/logo.png") 0 0 no-repeat;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 39px;
  left: 0px;
}

#top .call-us {  
	float: right;	
  padding: 0px;
  margin: 0px;  
  background: url("images/call-box.png") 0 0 no-repeat;
  width: 176px;
  height: 51px;  
}

.call-us {    
	width: 170px;  
  background-color: #ebebeb;
  height: 39px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.call-us h2 {
  text-transform: uppercase;
  font-size: 19px;  
  font-weight: 700;
  margin-top: 7px;
  padding: 0;
  line-height: 39px;
  color: #1b75ba;
}

.call-us .phone-icon {
  width: 15px;
  height: 16px;
  display: block;
  float: left;
  margin: 18px 7px 0px 11px;
  padding: 0;
}

h2.slogan {	
	position: absolute;
	bottom: 17px;
	right: 0px;
	text-align: right;
	font-style: italic;
	font-size: 14px;
	color: #7d7d7d;
}

/* Top Search  */

#search_form input[type="text"]{
  float: left;
  color: #bbbbbb;
  margin: 15px 0px 10px 0px;  
  padding: 5px;
  width: 170px;
  border: 1px solid #e1e1e1;
  outline: none;
}

#search_form input[type="submit"] {
  float: right;
  background: url("images/bg-sprite.png") -376px -81px no-repeat;
  width: 62px;
  height: 32px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

#search_form input[type="submit"]:active {
  background: url("images/bg-sprite.png") -376px -114px no-repeat;  
}

.search-result {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result > li {
  padding-bottom: 20px;
  width: 670px;
  border-bottom: 1px solid #f0eeed;
  margin-bottom: 20px;
}

#front-banner-wrapper { 
  position: relative;
  height: 410px;
  padding: 0; 
  margin-top: 26px;    
}

#front-banner {   
  position: relative;
  height: 350px;  
  padding: 0;  
  margin: 0;    
  z-index: 10;
}

#front-banner img {  
  margin: 0;
  padding: 0;
  width: 940px !important;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

#front-banner-wrapper .msg-box {
  position: absolute;
  z-index: 20;
  top: 100px;
  right: 40px;
  background: url("images/bg-sprite.png") -40px -167px no-repeat;
  width: 252px;
  height: 157px;
  padding: 20px;
}

.msg-box h2 {
  color: #1b75ba;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
}

.msg-box p {
  padding: 0;
  margin: 0;
  line-height: 15x;
  font-size: 12px;
}

.msg-box a {
  display: block;
  padding: 0;
  margin-top: 15px;
  font-size: 12px;
}

#tab { 
  position: relative;
  width: 941px;
  margin: 0px auto;  
  padding: 0;
  height: 59px;
  background: url("images/child-tab-bg.png") 0 0 no-repeat;
}

#tab .child-tab.activeSlide {
	position: relative;
  border-right: 0;
  width: 188px;
  height: 71px;
  left: 1px;
  bottom: 13px;
  z-index: 30;
  background: url("images/active-slide.png") 0 0 no-repeat;
  border-bottom:1px solid #e4e4e4;
}

#tab .child-tab.activeSlide a {
  color: #9a9a9a;
  font-size: 10px;
  text-transform: uppercase;  
  font-weight: bolder;  
  text-align:center;
  height: 59px;  
  width: 168px;
  line-height: 15px;
  display: table-cell !important;
  padding: 15px 10px 0px 10px;
  vertical-align: middle;   
  margin: 0;      
  text-transform: uppercase;
}

#tab .child-tab a {    
  color: #7d7d7d;
  font-size: 10px;
  font-weight: bolder;  
  text-align: center;  
  height: 59px;  
  width: 168px;
  line-height: 15px;
  display: table-cell !important;
  padding: 0px 10px 0px 10px;
  vertical-align: middle;   
  margin: 0;      
  text-transform: uppercase;  
}

#tab .child-tab {  
  float: left;
  width: 188px;
  height: 59px;   
  margin: 0;
  padding:0;      
}

/*.child-tab.activeSlide {
  position: relative;
  background: url("images/active-slide.png") 0 0 no-repeat;
  height: 72px;
  bottom: 13px;
  z-index: 30; 
  background-color: #ADADAD;  
  border-bottom: 1px solid #cdcdcd;
  border-right: 0;
  width: 188px;
}*/

/*#tab .child-tab.activeSlide a {
  color: #9a9a9a;
  font-size: 10px;
  text-transform: uppercase;  
  font-weight: bolder;  
  text-align:center;
  width: 176px;
  height: 32px;
  margin: 0;   
  vertical-align: middle;
  display: table-cell !important;
  padding: 27px 15px 0px 15px;  
}*/

/*
#tab > .child-tab:nth-child(1) {  
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  width: 186px;
}

#tab > .child-tab:nth-child(5) {
  width: 187px;
  border-right: 1px solid #e4e4e4;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

#tab > .child-tab:nth-child(5).activeSlide {
  background: url("images/active-slide-nth-5.png") 0 0 no-repeat;
  border-right: none;
  width: 188px;
}

#tab > .child-tab:nth-child(1).activeSlide {
  background: url(images/active-slide-nth-1.png) 0 0 no-repeat;
  border-left: none!important;
  border-right: none!important;  
  width: 188px!important;
}
*/

/*
 * Navigation
 ------------------------------------------------------------------------------*/
#menu-container {    
  height: 51px;
  background: url("images/nav-bg.png") 0 0 repeat-x;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 
#menu-container > ul {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;    
 }
 
#menu-container > ul > li {
  float: left;
  margin: 0px auto;
  padding: 0;
  width: 155px; 
  height: 51px;  
  display: inline-block; 
  border-right: 1px solid #2a79b1;  
  border-bottom: none;
}

#menu-container > ul > li:last-child {
  padding-right: 0px !important;
  margin-right: 0px !important;
  border-right: none !important;
}

#menu-container > ul > li > a {  
  padding: 0;
  margin: 0;
  color: #fff ;
  font-size: 12px;
  line-height: 50px;
}

/*
 * Breadcrumb
 ------------------------------------------------------------------------------*/
.breadcrumb {  
  margin-bottom: 18px;
  padding: 0;
  font-size: 10px;
  float: left;
  width: auto;
  color: #afafaf;
  text-transform: none;
  margin-top: 18px;
}

.breadcrumb a {
  color: #afafaf !important;
}

/*
 * Sidebar
 ------------------------------------------------------------------------------*/
#sidebar {
  clear: both;
  float: left;
  width: 218px;
}

#sidebar .widget {
  padding: 20px 20px 20px 20px;
  /*background: url("images/pattern/sidebar-bg.png") 0 0 repeat;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 23px;
  background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f0f0f0;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  position: relative;
}

#sidebar ul > li {
  margin: 0;
  padding: 0;  
  position: relative;
}

#sidebar ul > li > a {
  font-size: 13px;
  display: block;
  padding: 7px 0;
  padding-right: 15px;
}

#sidebar ul.children > li > a {
  color: #acacac;
}

#sidebar ul > li > a:HOVER {
  color: #8cc53f;
}

#sidebar ul.children > li.current-cat > a {
  color: #8cc53f;
}

#sidebar ul.cat-lists {
  margin: 0px;
  padding-left: 14px;
}

#sidebar ul.cat-lists > li > a {
  padding: 0;
  margin: 0;
  font-size: 13px;
}

ul.menu > li {
  /*height: 36px;*/
  border-bottom: 1px solid #f0eeed;
}

ul.menu > li > a {
  font-size: 13px;  
}

h2.widgettitle {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin:0;
  color: #F69324;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0eeed;
}

.wpmlwidget  h2.widgettitle {
  color: #F69324;
  font-weight: 700;
}

.wpmlloading {
  position: absolute;
  right: 0;
  top: -20px;  
}

#wpmlwidget-3 .wpmlloading {
  position: absolute;
  right: 87px;
  top: 10px;  
}

.prod-cat-title {
  display: block;
  padding: 0;
  margin-top: 14px; 
}

.sidebar-line-separator {
  background: url("images/bg-sprite.png") -40px -38px no-repeat;
  width: 180px;
  height: 2px;
  margin: 0;
  padding: 0;
}

.widget-content {
  margin-top: 10px;
}

.widget-content h3 {
  font-size: 13px;
}

.widget-content p {
  margin-bottom: 21px;
  font-size: 13px;
}

#sidebar .widget.widget_collapsarch > ul > li {
  border-bottom: 1px solid #f0eeed;
}

#sidebar ul > li.collapsing.archives > div {
  padding-left: 15px; 
  margin: 0;     
}

#sidebar ul > li.collapsing.archives > div > ul > li > a {
  color: #ACACAC;
}

#sidebar .widget_surecarecatalog {	
	margin-top: 50px !important;
	padding: 0px !important;	
}

#sidebar .widget_surecarecatalog h2 {
	font-size: 15px;
	float: right;
	color: #f69427;
	font-weight: 700; 
	margin-right: 28px;
	padding-bottom: 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #F0EEED;
}

#sidebar .prod-img {
	position: relative;
	height: 110px;		
}

#sidebar .prod-img img {		
	position: absolute;
	top: -38px;
	left: -2px;
}

#sidebar .prod-dl-button {
	position: absolute;
	top: 74px;
	right: 20px;
}

#sidebar .widget.widget_projectcategory > ul > li > ul.children > li.current_page_item a {
	color: #8cc53f;
}

/*
 * Front Page
 ------------------------------------------------------------------------------*/
.home-separator {
  width: 620px;
  height: 5px;
  background-color: #f0eeed;
  margin-top: 10px;
  margin-bottom: 23px;  
}

.top-left {
  width: 620px;
  float: left;
  margin:0;
  padding: 0;  
}

.top-right {
  float: right;  
  width: 238px;
  height: 290px;  
  /*background: url("images/pattern/sidebar-bg.png") 0 0 repeat;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
  border: 1px solid #f0f0f0;
}

.bottom-content {
  position: relative;
  float: left;
  line-height: 1.3em;
  width: 300px;  
  height: 180px;  
  padding: 0;
  margin: 60px 20px 0px 0px;  
}

.column-separator {
  width: 300px;
  height: 5px;
  background-color: #f0eeed;
  margin-top: 10px;
  margin-bottom: 24px;
  padding: 0;
}

.bottom-content p {
  margin-bottom: 15px;
  padding: 0;
}

.bottom-content a:HOVER {
  color: #8cc53f;
}
 


.view-all-news {
  position: absolute;
  top:0;
  right: 10px;
}

.accrediations-thumbs {
  float: left;
  margin-right: 20px;
  padding: 0;
  display: block;  
}

/*
 * Products Page
 ------------------------------------------------------------------------------*/
.prod-lists {
  float: left;
  margin: 0px 16px 16px 0px;
  padding: 0;
  width: 155px;
  height: 215px;    
}
 
.thumbnails {  
  margin: 0px;
  padding: 0;
  width: 155px;
  height: 155px;  
}

.prod-lists p {
  text-align: center;
  font-size: 14px;  
}

hr.grey {
  color: #f0eeed;  
}

.soft-grey {
  border-bottom: 1px solid #f0eeed;
  margin: 0;
  padding: 0;
}

/*iwen*/
.item {
  width: 155px;
  /*height: 155px;*/
  margin-right: 16px;
  margin-bottom: 16px;
  float: left;
}
.item > a {
  display: block;
  width: 155px;
  height: 155px;
  margin-bottom: 10px;
}

.item > a:hover+.item-title a {
  color: #8CC53F;
}
.lastchild {
  margin-right: 0!important;
}

ul.items {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.hr {
  border-top: 1px solid #f0eeed;  
  margin: 10px 0 25px 0;
}

.item-title {
  text-align: center;
  line-height: 13px;
  margin: 0;
  padding: 0;
}

.item-title a {
  font-size: 1.1em;
  line-height: 1.3em;
}

.item-title a:hover {
  color: #8cc53f;
}

#sidebar-products .children, #nav_menu-3 .sub-menu {
  display: none;
  padding-left: 15px;
}

.toggle-indicator {
  width: 15px;
  height: 32px;
  background: url(images/indicator.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.toggle-indicator.service-close {
  background: url(images/indicator.png) 0 -32px no-repeat;
}

span.expand .toggle-indicator.service-close {
  background: url(images/indicator.png) 0 0 no-repeat!important;
}

.toggle-indicator.service-close, span.collapse .toggle-indicator {
  background: url(images/indicator.png) 0 -32px no-repeat;
}

span.collapse .toggle-indicator.service-close {
  background: url(images/indicator.png) 0 -32px no-repeat !important;
}
.wpmlcustomfield  label {
  display: none;
}

.wpml fieldset legend {
  padding:0!important;
}

fieldset.wpmlcustomfield  {
  margin: 0 0 10px 0!important;
}

.wpmltext {
  margin: 0!important;
}

.listfieldsdiv {
  margin: 15px 0!important;
}

.menu-nav-menu {
  position: relative;
}

#menu-nav-menu > li:hover {
  background: url(images/hover.png) 0 0 repeat-x;
}

#menu-item-544 {
  width: 159px!important;
}

#menu-nav-menu .sub-menu {
  width: 940px;
  height: 182px;
  background: url(images/sub-menu.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  z-index: 10000;
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  display: none;  
}

#menu-nav-menu .sub-menu li {
  float: left;
  width: 116px;
  position: relative;
}

#menu-nav-menu .sub-menu > li > a {
  color: #525252;
  line-height: 15px;
  text-transform: capitalize;
}

#menu-nav-menu .sub-menu > li > a:HOVER {
  color: #8CC53F;
}

#menu-nav-menu .sub-menu > li > a:nth-child(1) {
  line-height: 0!important;
  display: block;
  width: 116px;
  height: 127px;
}

#menu-nav-menu .sub-menu a img, .menu-img {
  line-height: 0!important;
}

.menu-img:hover+a {
  color: #8CC53F;
}

#sidebar .current-cat a {
  color: #8CC53F;
}

#sidebar .current-menu-item > a  {
  color: #8CC53F;
}

div.vline {
  width: 1px;
  background: url(images/vline.png) 0 0 no-repeat;
  height: 127px;
  position: absolute;
  right: 0;  
  top: 0px;
}

h2.subtitle {
  font-size: 14px;
  color: #7d7d7d;
  margin: 15px 0 10px 0;
}

a.show-content {
  float: left;
  display: block;
  background: url("images/bg-sprite.png") -444px -81px no-repeat;
  width: 122px;
  height: 32px;
}

a.show-content:ACTIVE {
  background: url("images/bg-sprite.png") -444px -114px no-repeat;
}

.enquire-now-style {  
  margin: 0;
  padding: 20px 20px 0 20px;
  overflow: auto;
  font-size: 12px;
}

.enquire-now-style .gform_heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0eeed;
}

.prev-project {
  float: right;
  margin-top: 10px;
  margin-right: 15px;
}

.next-project {
  margin-top: 10px;
  float: right;
}

.prev-project a:HOVER, .next-project a:HOVER {
  color: #9acd48;
}

.widget_projectcategory .current_page_item > a {
  color: #8CC53F;
}

.product-img {
  float: left;
  width: 210px;
  margin: 15px 0;
  padding: 0;
  cursor: pointer;
}

.large-img-style {
  
}

.product-description {
  width: 460px;
  float: right;
}

div.hr-grey {
  border-top: 1px solid #f0eeed;
  width: auto;
  margin-bottom: 10px;
}

table.product-spec {
  border: 0;
  border-spacing: 0px;
  border-top: 1px solid #7D7D7D;
  border-bottom: 1px solid #7D7D7D;
  margin-top: 5px;
  margin-bottom: 20px;
}

table.product-spec tr.alternate {
  background: #ebebeb;
}

table.product-spec td, table.product-spec th {
  text-align: center;
  padding: 5px 10px;
}

table.product-spec th {
  border-bottom: 1px solid #7D7D7D;
}

table.product-spec td {  
  border-right: 1px solid #7D7D7D;
}

table.product-spec td:last-child {
  border-right: none;
}


#tr_credit {
  display: none;
}

.social {
  width: 260px;
  float: right;
  text-align: right;
  padding-top: 40px;
}

.social > span {
  float: left;  
}

.social > a {
  width: 25px;
  height: 25px;
  float: right;
  margin-left: 10px;
}

#facebook {
  background: url(images/social.png) -50px 0 no-repeat;
}

#facebook:hover {
  background: url(images/social.png) -50px -25px no-repeat;
}

#twitter {
  background: url(images/social.png) 0px 0 no-repeat;
}

#twitter:hover {
  background: url(images/social.png) 0px -25px no-repeat;
}

#gplus {
  background: url(images/social.png) -25px 0 no-repeat;
}

#gplus:hover {
  background: url(images/social.png) -25px -25px no-repeat;
}


/*
 * Project Page
 ------------------------------------------------------------------------------*/
.banner-image {
  position: relative;
  float: left;
  margin-bottom: 5px;
  padding: 0;
}

.gv_panel img {
  width: 670px!important;
}

.gv_thumbnail img {
  width: 117px!important;
}

/************** Skin 1 *********************/
.dd {
  /*display:inline-block !important;*/
  text-align:left;
  background-color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  position:relative;
}
.dd .ddTitle {
  background:#ffffff;
  border:1px solid #E1E1E1;
  padding:4px;
  text-indent:0;
  cursor:default;
  overflow:hidden;
  height:16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dd .ddTitle span.arrow {
  background:url(images/arrow.png) no-repeat 0 0; float:right; display:inline-block;width:15px; height:18px; cursor:pointer; 
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.ddTitleText img{text-align:left; padding:3px 2px 0 0; vertical-align: top;}
.dd .ddTitle img.selected {
  padding:0px 3px 0 0;
  vertical-align:top;
}
.dd .ddChild {
  position:absolute;
  border:1px solid #c3c3c3;
  border-top:none;
  display:none;
  margin:0;
  width:auto;
  overflow:auto;
  overflow-x:hidden !important;
  background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
  display:block;
  padding:2px 0 2px 3px;
  text-decoration:none;
  color:#000;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
}
.dd .ddChild a:hover {
  background-color:#ebebeb;
}
.dd .ddChild a img {
  border:0;
  padding:0 2px 0 0;
  vertical-align:middle;
}
.dd .ddChild a.selected {
  background-color:#ebebeb;
  
}

.hidden {display:none;}

.dd .borderTop{border-top:1px solid #c3c3c3 !important;}
.dd .noBorderTop{border-top:none 0  !important}

/************** Skin 2 *********************/
.dd2 {
  /*display:inline-block !important;*/
  text-align:left;
  background-color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  position:relative;
}
.dd2 .ddTitle {
  background:transparent url(../images/msDropDown.gif) no-repeat;
  padding:0 3px;
  text-indent:0;
  cursor:default;
  overflow:hidden;
  height:36px;
}
.dd2 .ddTitle span.arrow {
  background:transparent url(../images/icon-arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:27px; height:27px; cursor:pointer; top:5px; position:relative; right:2px;
}

.dd2 .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:33px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; color:#fff;}
.dd2 .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0;}
.dd2 .ddTitle img.selected {
  padding:0 2px 0 0;
  vertical-align:top;
}
.dd2 .ddChild {
  position:absolute;
  border:1px solid #c3c3c3;
  border-top:none;
  display:none;
  margin:0;
  width:auto;
  overflow:auto;
  overflow-x:hidden !important;
  background-color:#ffffff;
  font-size:14px;
}
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
.dd2 .ddChild a {
  display:block;
  padding:3px 0 3px 3px;
  text-decoration:none;
  color:#000;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
}
.dd2 .ddChild a:hover {
  background-color:#66CCFF;
}
.dd2 .ddChild a img {
  border:0;
  padding:0 2px 0 0;
  vertical-align:middle;
}
.dd2 .ddChild a.selected {
  background-color:#66CCFF; 
}

.dd2 .borderTop{border-top:1px solid #c3c3c3  !important;}
.dd2 .noBorderTop{border-top:none 0  !important}

/************* use sprite *****************/
.dd .ddChild a.sprite, .dd .ddChild a.sprite:visited {
  background-image:url(../icons/sprite.gif);
  background-repeat:no-repeat;
  padding-left:24px;
}

.dd .ddChild a.calendar, .dd .ddChild a.calendar:visited {
  background-position:0 -404px;
}
.dd .ddChild a.shoppingcart, .dd .ddChild a.shoppingcart:visited {
  background-position:0 -330px;
}
.dd .ddChild a.cd, .dd .ddChild a.cd:visited {
  background-position:0 -439px;
}
.dd .ddChild a.email, .dd .ddChild a.email:visited {
  background-position:0 -256px;
}
.dd .ddChild a.faq, .dd .ddChild a.faq:visited {
  background-position:0 -183px;
}
.dd .ddChild a.games,
.dd .ddChild a.games:visited {
  background-position:0 -365px;
}
.dd .ddChild a.music, .dd .ddChild a.music:visited {
  background-position:0 -146px;
}
.dd .ddChild a.phone, .dd .ddChild a.phone:visited {
  background-position:0 -109px;
}
.dd .ddChild a.graph, .dd .ddChild a.graph:visited {
  background-position:0 -73px;
}
.dd .ddChild a.secured, .dd .ddChild a.secured:visited {
  background-position:0 -37px;
}
.dd .ddChild a.video, .dd .ddChild a.video:visited {
  background-position:0 0;
}
/*******************************/

#lang {
  width: 142px;
  height: 26px;
}


/*
 * News Page
 ------------------------------------------------------------------------------*/
.news-wrapper {  
  float: left;
  width: 670px;
  height: auto;
  border-bottom: 1px solid #f0eeed;  
  margin: 0;
  padding: 15px 0px 35px 0px;
}

.news-wrapper h4 { margin-bottom: 17px;}
 
.left-section {
  float: left;
  width: 140px;
  height: auto;
  margin: 0;
  padding: 0;
}

.right-section {
  float: right;
  width: 460px;
  padding: 0;
  margin-left: 70px;
}

.right-section a {
  display: block;  
  margin-top: 0px;
  padding: 0;
}

/*
 * Page Navi
 ------------------------------------------------------------------------------*/
.wp-pagenavi {
  float: right;
  margin-top: 16px;
  padding: 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi span.current {
  color: #8cc53f;
}

/*
 * Gravity Form
 ------------------------------------------------------------------------------*/
.gform_wrapper {
  margin: 0px !important;
  padding: 0px !important;
  clear: both;
}

.gform_wrapper .gfield_description {
  width: 55% !important;
}

ul#gform_fields_1 > li.gfield {  
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 0 !important;
}

/*Enquire Now Form*/

ul#gform_fields_2 > li.gfield {  
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 0 !important;
}

/*END Enquire Now Form*/
 
.ginput_container input[type="text"] {
  margin: 0px !important;  
  padding: 6px !important;
  outline: none;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 250px !important;
  color: #707070 !important;
}

.gfield_label {
  float: left !important;
  width: 100px;
  margin: 0px !important;
  padding: 0px !important;
}

.ginput_container {  
  padding: 0 !important;
  margin: 0 !important;
}

.gform_wrapper .top_label textarea.textarea {
  width: 300px !important;
  height: 130px !important;
  margin-top: 4px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none !important;
  border: 1px solid #e1e1e1;
  color: #707070 !important;
  padding: 5px;
}

/*.gform_wrapper .gform_footer input[type="image"] {
  float: left !important;
  padding: 0;
  margin-left: 320px;
}*/

.gform_wrapper .simple_captcha_small input {
   border: 1px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.gform_wrapper .gfield_captcha_input_container {
  padding: 0!important;
}

.gform_wrapper .gform_footer input[type="submit"] {
  background: url("images/bg-sprite.png") -373px -218px no-repeat;
  width: 82px;
  height: 32px;
  margin-left: 320px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  float: left !important;  
}

.gform_wrapper .gform_footer input[type="submit"]:active {
  background: url("images/bg-sprite.png") -372px -253px no-repeat;
  border: none;
  outline: none;
}

/* Error Part */
.gform_wrapper .validation_error {
  font-size: 12px !important;  
}

.gform_wrapper li.gfield.gfield_error .gfield_description {
  padding: 0 !important;
  margin-top: 5px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required {  
  border: none !important;
  background-color: transparent !important;
  padding: 0px !important;  
}

.gform_wrapper .gfield_error .gfield_label {
  color: #7d7d7d !important;
}


.gfield_description.validation_message {
  margin-top: 0px !important;
  margin-left: 100px !important;  
}

/* CAPTCHA */
.gfield_captcha {
  width: 100px;
  height: 30px;  
  margin: 0px;
  padding: 0px; 
}

.gform_wrapper .gfield_captcha_input_container {
  float: left !important;
  margin: 0;
  padding: 0;
}

.gform_wrapper .simple_captcha_medium input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  outline: none;
  margin: 0 !important;
  padding: 5px !important;
}

/* Footer */
.gform_wrapper .gform_footer {
  padding: 0px !important;
  margin: 20px 0px 0px 0px !important;
}

/*
 * Map 
 ------------------------------------------------------------------------------*/
 #map-canvas {
  width: 176px;
  height: 176px;
  margin: 0;
  padding: 0;  
}

#map {  
  margin: 0;
  padding: 0;
  width: 176px;
  height: 176px;
  border:1px solid transprent;
}

#map-large {
  width: 480px;
  height: 460px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#map-large-wrapper {
  display: none;
}

/*Colobox*/

#newsletter-wrapper {
  position: relative;
  margin-bottom: 20px;
}

#newsletter-wrapper .wpmltext {
  /*width: 232px!important;*/
  width: 180px !important;
  background: white;
}

.wpmlerror {
  display: none;
} 

#newsletter-wrapper .listfieldsdiv {
  width:255px;
  float: left;
  margin: 0!important;
  padding: 0!important;
}

#newsletter-wrapper .wpmlsubmitholder {
  width: 82px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

#advanced-search {
  padding: 15px 30px 21px 30px;
}

#advanced-search #s {
  width: 228px;
  margin: 0 0 20px 0!important;
  float: none;
}

#advanced-search h2 {
	margin-top: 7px;
  margin-bottom: 18px;
  border-bottom: 1px solid #F0EEED;
  padding-bottom: 10px;
}

#advanced-search select[name=taxo], #advanced-search select[name="grabrails"],#advanced-search select[name="showerseats"],
#advanced-search select[name="handshowers"], #advanced-search select[name="curtaintrack"], #advanced-search select[name="bathroomaccessories"], 
#advanced-search select[name="signage"], #advanced-search select[name="wastereceptacles"]{
  width: 240px;
  /*height: 30px*/
   margin-bottom: 20px;
}

#advanced-search .dd {
  margin-bottom: 20px;
}

#showerseats_msdd, #handshowers_msdd, #curtaintrack_msdd, #bathroomaccessories_msdd, #signage_msdd, #wastereceptacles_msdd {
  display: none;
}

#advanced-search input[type="submit"] {
  float: right;
  background: url(images/bg-sprite.png) -445px -148px no-repeat;
  width: 105px;
  height: 30px;
}

#advanced-search input[type="submit"]:active {
  background: url(images/bg-sprite.png) -445px -181px no-repeat;
}

#advanced-search .dd .ddTitle {
  padding: 6px;
}

.nwrapper {
  margin-bottom: 15px;
}

.nwrapper p {
  margin-bottom: 5px!important;
}

#sidebar .wpmlwidget input.wpml {
  width: 158px!important;  
}

#sidebar .wpmlsubmitholder {
  float: right;
}

.total-result {
  float: left;
  width: 300px;
  margin: 0; 
  padding: 0;  
}

.showing-result {
  float: right;  
}

.showing-result a {
  margin-right: 10px;  
}

.wpmlsubmitholder .wpmlbutton  {
  /*background: url(images/bg-sprite.png) -377px -148px no-repeat!important;*/
  background: url("images/subscribe.png") 0 0 no-repeat !important;
}

.wpmlsubmitholder .wpmlbutton:ACTIVE  {
  /*background: url(images/bg-sprite.png) -376px -181px no-repeat!important;*/
  background: url("images/subscribe-active.png") 0 0 no-repeat !important;
}

.wpmlerror {
  clear: both;
  margin-top: 10px;
}

.click-enlarge {
  display: block;
  width: 155px;
  text-align: center;
}