*{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: disc;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
.clear {
    clear: both;
}
.wrapper,
.content_store {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
.main {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.header {
    width: 100%;
    float: left;
    background: #fafafa url('https://www.need1.com.au/assets/design-template/bg-texture.jpg') left top repeat;
    padding: 30px 0 8px 0;
}
.logo {
    float: left;
    margin-top: 8px;
}
.head_right {
    float: right;
}
.head_right ul {
    float: right;
}
.head_right ul li {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 50px;
    font-weight: normal;
    color: #3a3a3a;
    padding-left: 32px;
    margin-right: 35px;
}
.head_right ul li:nth-child(1){background: url('https://office.masmangroup.com.au/images/Neto/web_assets/ftr-img1.png') left center no-repeat;}
.head_right ul li:nth-child(2){background: url('https://office.masmangroup.com.au/images/Neto/web_assets/ftr-img2.png') left center no-repeat;}
.head_right ul li:nth-child(3){background: url('https://office.masmangroup.com.au/images/Neto/web_assets/ftr-img3.png') left center no-repeat;}
.head_right ul li:nth-child(4){background: url('https://office.masmangroup.com.au/images/Neto/web_assets/ftr-img4.png') left center no-repeat;margin-right: 0px;}
.gif_img {
	display: none
}
.title_bar {
	padding: 10px 0;
    width: 100%;
    float: left;
    background: black;
}
.title_bar h2 {
	font-size: 30px;
	font-weight: 400;
	color: #FFF;
}
.footer2 {
    width: 100%;
    float: left;
    background: black;
    padding: 15px 0;
}
.footer2 p {
    font-size: 14px;
    line-height: 33px;
    font-weight: normal;
    color: #fefefe;
    text-align: left;
}
/*template*/
.template_div {
	width: 100%;
	float: left;
	text-align: left;
	padding: 35px 0 0 0;
}
.template_left {
    width: 19.45%;
    float: left;

	color: black;
}
.template_left_row1 {
	margin-bottom: 20px;
	padding: 20px 0 20px 0;
	border: 1px solid red;
}
.template_left a {
	color: black;
}
.template_left a:hover {
	color: red;
}
.template_right {
    width: 78.8%;
    float: right;
}
.template_right_row1 {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.template_right_col1{
	width: 50%;
	float: left;
}

/*gallery*/
.gallery_list {
    width: 100%;
    position: relative;
    margin:0 auto;
}
.thumbnails {
    list-style: none;
    font-size: 0;
}
.thumbnails li {
    display: inline-block;
    margin: 15px 10px 0 0;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.thumbnails li:hover .item-hugger {
	background: white;
}
.thumbnails input[name="select"] {
	display: none;
}
.thumbnails .item-hugger {
    height: 100%;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    border:solid 1px #e8e8e8;
    z-index: 999;
    padding: 4px;
}
.thumbnails label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.thumbnails .thumb-image,.thumbnails .content2 img {
    align-self: center;
    max-height: 100%;
}
.thumbnails .content2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 478px;
    padding: 5px;
    opacity: 0;
    transition: all 150ms linear;
    display: flex;
    background: #FFF;
    border:solid 1px #e8e8e8;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    align-self: center;
}
.thumbnails input[name="select"]:checked + .item-hugger {
    background: white;
    border: solid 1px red;
}
.thumbnails input[name="select"]:checked ~ .content2 {
	opacity: 1;
}
.white-box {
    height: 478px;
    overflow: hidden;
}
.template_right_col2{
    width: 50%;
    float: right;
    padding-left: 25px;
}

.template_right_col2 ul {
	margin-bottom: 10px;
}
.template_right_col2 ul li{
	list-style-type: disc;
	list-style-position: inside;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #6e6e6e;
}
.template_right_col2 p{
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #6e6e6e;
    margin-bottom: 8px;
}
.template_right_col2 p b{
    display: block;
    font-weight: bold;
    color: #0062b0;
}
.template_div h4{
    font-size: x-large;
	text-transform: capitalize;
    line-height: 40px;
    font-weight: normal;
	border-bottom: 2px solid red;
    position: relative;
    margin-bottom: 30px;
}
.template_div span.price{
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    border: 3px solid #E81D26;
    position: relative;
    margin: 8px 0 8px 0;
    padding: 0 15px;
}
.template_div h4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
}
.template_right_col2 div.blurb p{ font-size:larger; }
/* CSS TAB */
.tab_container {
	width: 100%;
	background: #f1f1f1;
	/*position: relative;*/
	float: left;
	margin-top: 20px; margin-bottom: 20px; 
	padding-top: 20px;
}
.tab_container:before {
	width: 100%;
	height: 46px;
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	float: left;
}
.tabs label {
	padding: 10px;
	width: 14.285%;
	background: #00aeef;
	border: 1px solid #FFF;
	order: 1; 
	display: block;
	cursor: pointer;
    text-align: center;
    font-size: 16px;
	font-weight: 400;
    line-height: 25px;
    color: #FFF;
	position: relative;
	z-index: 1;
		background: white;
	border: 1px solid black;
	color:black;
}
.tabs .tab {
	order: 99; 
	flex-grow: 1;
	width: 100%;
	max-height: 0;
	visibility: hidden;
	text-align: left;
	margin-top: -1px;
	overflow-y: hidden;
	display: none;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: white;
	border: 2px solid red;
	color:black;
}
.tabs input[type="radio"]:checked + label + .tab {
	padding: 20px 0;
	visibility: visible;
	display: block;
	max-height: none;
}
.tabs .tab ul {
	margin-bottom: 10px;
}
.tabs .tab ul li{
	list-style-type: disc;
	list-style-position: inside;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #6e6e6e;
}
.tabs .tab p{
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #6e6e6e;
    margin-bottom: 8px;
}
@media only screen and (max-width: 980px) {
	.template .header {
		padding-bottom: 10px;
	}
	.logo {
		margin-top: 0;
		display: inline-block;
		float: none;
	}
	.head_right {
		width: 100%;
	}
	.head_right ul,
	.head_right ul li {
		float: none;
	}
	.template_left {
		display: none;
	}
	.template_right {
		width: 100%;
	}
	.tab_container {
		padding-bottom: 20px;
		background: none;
	}
	.tab_container:before {
		display: none;
	}
	.tabs .tab,
	.tabs label {
		order: initial;
		transition: 300ms all;
		display: block;
	}
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
	.tabs input[type="radio"]:checked + label {
		background: ##E81D26;
		border: none;
	}
	.tabs input[type="radio"]:checked + label + .tab {
		padding: 20px;
		max-height: 400px;
		overflow-y: scroll;
		background: #f1f1f1;
		border: 1px solid #e1e1e1;
	}
}
@media only screen and (max-width: 768px) {
	.head_right {
		display: none;
	}
	.gif_img {
		margin-top: 10px;
		display: block;
	}
	.template_right_col1,
	.template_right_col2 {
		width: 100%;
	}
	.template_right_col2 {
		padding: 20px 0 0 0;
	}
}

div.template_right_row2 li {margin: 12px 0px 12px 40px;}
div.template_right_row2 p {margin: 20px 0 20px 0;}

#banner_bottom {border-top: 0px; border-bottom:0px;}

img.guarantee {width: 36px; max-width: 36px; margin-right: 24px; vertical-align: middle;} 
div#guarantees {margin-top: 40px;}

td {border: 1px solid silver; }