/* General */

*:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


img {
    vertical-align: middle;
}

/* product range */

.product-range__item {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    vertical-align: top;
    margin-bottom: 40px;
    line-height: 1.2;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px)
{
	.product-range__item {
		float: left;
		width: 33.3333%;
	}
} /* @media */


.product-range__box {
    position: relative;
    background: rgb(255, 255, 255);
    transition: all 0.25s;
}
.product-range__box:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

.product-range__box:hover .product-range__content {
    border-color: rgb(255, 255, 255);
}

.product-range__box::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -14px;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 14px;
    background: url(../images/misc/shadow-bottom.png) center top / contain no-repeat;
}

.product-range__content {
    text-align: left;
    padding: 73% 20px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
}

div.industrial-products.product-range.product-range--inner .product-range__content,
div.rotational-moulding .product-range__content,
div.case-studies .product-range__content
{
	height: 360px;
}

.product-range__img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.product-range__title {
    margin: 0 0 10px;
    font-weight: 700 !important;
    font-size: 17px !important;
    text-transform: uppercase;
}

.product-range__text {
    margin-bottom: 10px;
    font-size: 15px;
}

.product-range__link {
    position: absolute;
    right: 20px;
    bottom: 14px;
    font-weight: 600;
    font-size: 15px;
}

#blockStyle1136Main79 {
    background-repeat: no-repeat;
    clear: both;
}


/* case studies */

.alignright {
    display: block;
    margin: 0 auto 10px;
}
@media (min-width: 768px)
{
	.alignright {
		float: right;
		margin: 5px 10px;
	}
} /* @media */

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* become a sales agent */

div.form-horizontal--salesagent div.control-group {
    clear: both;
    margin-top: 10px;
}

div.form-horizontal--salesagent textarea,
div.form-horizontal--salesagent input 
{
	
    max-width: 75%;
    /*min-width: 15%;*/
}
div.form-horizontal input {
    width: 85%;
}

div.form-horizontal--salesagent textarea
{
	resize: none;
}

div.form-horizontal--salesagent label.control-label {
    min-width: 25%;
    /*max-width: 35%;*/
    display: block;
    text-align: left;
    float: left;
    padding-right: 10px;
	line-height: 15px;
}


@media (min-width: 768px)
{
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
} /* media */

article h1, article h2, article h3, article h4, article h5, article h6, article .h1, article .h2, article .h3, article .h4, article .h5, article .h6, article .h2.icon-title 
{
    
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400 !important;
	
    line-height: 1.2;
    color: #2b4194 !important;
}




/* watertank specifications */

div.water-tank-specifications .table > tbody > tr > th {
    padding-left: 12px;
    padding-right: 8px;
    color: #000;
}
div.water-tank-specifications .table-specs > tbody > tr > th {
    background-color: #2b4194;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
div.water-tank-specifications  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

div.water-tank-specifications .table-specs th, .table-specs td {
    border: 1px solid #dddddd;
}


/* BASIX Building Sustainability */

.billboard {
    position: relative;
    display: block;
    min-height: 264px;
    max-width: 550px;
    margin: 0 auto 30px;
    padding: 18px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    text-decoration: none;
    text-align: left;
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}

.billboard--sales-agent:focus
{
	outline: 0;
}

.billboard--sales-agent:hover
{
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media (min-width: 1200px)
{
	.billboard {
		padding-top: 26px;
		max-width: 570px;
		margin-right: 0;
		margin-left: 0;
	}
	.billboard--sales-agent {
		padding-right: 200px;
		background-image: url(../images/misc/billboard-sales-agent.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: cover;
	}
	
} /* @media */


billboard__title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    color: #2b4194;
}

.billboard__text {
    font-size: 16px;
}
.billboard__text {
    margin-bottom: 14px;
    line-height: 1.2;
    color: #000000;
}

*:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 480px)
{
	.billboard:before {
		content: '';
		position: absolute;
		top: 50%;
		right: -14px;
		display: block;
		width: 15px;
		height: 249px;
		margin-top: -124px;
		background: url(../images/misc/shadow-right.png) no-repeat;
	}
} /* @media */

#blockStyle1412Main94 {
    background-repeat: no-repeat;
}

/* Rainwater harvesting packages */

#ccm-layout-wrapper-520.ccm-layout-wrapper .ccm-layout-table .ccm-layout-col {
    float: left;
}

.ccm-layout-wrapper ul.list {
    margin: 0 0 25px;
    padding-left: 20px;
    list-style: none;
}
.ccm-layout-wrapper ul, 
.ccm-layout-wrapper ol {
    margin-top: 0;
    margin-bottom: 12.5px;
}

.ccm-layout-wrapper li.list__item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    line-height: 1.2;
    color: #000;
}
.ccm-layout-wrapper li.list__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 13px;
    margin-top: 5px;
    background: url(../images/misc/icons-general.png) no-repeat -150px -100px;
}

/* rainwater diverters */

.embed-responsive-description {
    margin: 14px auto 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

@media (min-width: 768px)
{
	.embed-responsive-description {
		max-width: 250px;
	}
} /* @media */


.h2.icon-title {
    text-transform: none;
}
.h2.icon-title {
    margin-top: 0;
    margin-bottom: 8px;
}
.h2, .h2.icon-title {
    font-size: 30px;
}
.h2.icon-title {
    margin-top: 25px;
    margin-bottom: 12.5px;
}
.h2.icon-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #2b4194;
}
.icon-title {
    position: relative;
    padding-left: 34px;
    font-weight: 700;
    font-size: 17px;
    color: #2b4194;
    text-transform: uppercase;
}


.icon-title:before {
    content: '';
    position: absolute;
    top: 36%;
    left: 0;
    display: block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    background: url(../images/misc/icons-general.png) no-repeat;
}

.icon-title--video:before {
    height: 19px;
    margin-top: -9px;
    background-position: -250px -50px;
}
