/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(http://www.coolcumber.co.nz/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://www.coolcumber.co.nz/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://www.coolcumber.co.nz/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2015-05-28 23:21:09 */
body { margin:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; border-top:20px solid #abac9e;   overflow-x: hidden;}
.clr{clear:both; margin:0; padding:0;height:0; }
ul { margin:0; padding:0;}
#pagewrapper { margin:0 auto; width: 980px;}

#header { padding-top: 40px;  background:url(http://www.coolcumber.co.nz/uploads/images/headbgimg.png) no-repeat center 0; position:relative}
#header h1{padding:0; margin:0;}
#header h1 a{ background:url(http://www.coolcumber.co.nz/uploads/images/logo.png) no-repeat 0 0; height:284px; position: absolute; left: 34px; top:50px; width: 160px; z-index: 9; text-indent: -9999em;}

#menu_vert .tagline { 
background:url(http://www.coolcumber.co.nz/uploads/images/text_img.png) no-repeat 0 0; 
display:inline-block; 
height: 53px; 
margin-bottom: 30px; 
margin-top: 60px; 
width:77%;}

#menu_vert .phoneno {  font-family: 'Open Sans', sans-serif; display: inline-block; float: right; font-size: 20px; margin-top: 90px;}
#menu_vert .phoneno a { color: #333333; text-decoration: none;}
#header #menu_vert { float: right; width:790px;}
#menuwrapper { background-color: #68a820; display:inline-block; text-transform: uppercase; float:right;}
ul#primary-nav { list-style-type: none; margin: 0;}
ul#primary-nav li { float: left;}
ul#primary-nav li a { color: #fff; display: block; font-size: 20px; padding: 30px 17px; text-decoration: none;}
ul#primary-nav li a:hover { background-color:#2a603c;}
ul#primary-nav a.menuactive { background-color: #2a603c;}

#banner p {padding:0; margin:0}
#banner img{display:block; width: 100%; height: auto;}
#pagewrapper #productarea { background-color: #2e3337; display:inline-block; width:100%;  position: relative;}

#pagewrapper #productarea:before,#pagewrapper #productarea:after,#footer:before,#footer:after {
  background: #2e3337 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#pagewrapper #productarea:after,#footer:after {  left: inherit; right: 100%;}
#footer:before,#footer:after {background: #abac9e}


.sarvice{ margin-top:40px; text-align: center;}
.sarvice .product { display: inline-block; min-height:140px; width: 30%;}
.sarvice .product a { display: inline-block; text-decoration: none;}
.sarvice .product a span {    display: block;}
.sarvice .product a .productimg  {  background:url(http://www.coolcumber.co.nz/uploads/images/product.png) no-repeat center 10px; height: 80px;}
.sarvice .product a .property { background:url(http://www.coolcumber.co.nz/uploads/images/property.png) no-repeat center 0; height: 83px;}
.sarvice .product a .people { background:url(http://www.coolcumber.co.nz/uploads/images/people.png) no-repeat center 10px; height: 80px;}
.sarvice .product:hover a .productimg {  background:url(http://www.coolcumber.co.nz/uploads/images/product-hover.png) no-repeat center 10px; height: 80px;}
.sarvice .product:hover  a .property{ background:url(http://www.coolcumber.co.nz/uploads/images/property-hover.png) no-repeat center 0; height: 83px;}
.sarvice .product:hover a .people { background:url(http://www.coolcumber.co.nz/uploads/images/people-hover.png) no-repeat center 10px; height: 80px;}
.sarvice .product:hover span.head { color:#2a603c;}
.sarvice .product span.head { color: #fff; font-size:21px; font-weight:normal; margin-bottom: 10px; text-transform: uppercase; font-family: 'Open Sans', sans-serif;}
.videoimg { margin-top: 20px; text-align: center; padding:20px 0;}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#content { display:inline-block; padding: 30px 0; font-size:17px; }
.contentarea { float: left; width: 50%;}
#content h2 { font-size:35px; font-weight:normal; margin-bottom:0; text-transform:uppercase; display:inline-block;}
#content .contentarea p { margin-top:25px;}
#content p { margin-top: 0;}
#content img.align-right { float: right; padding-left:55px;}
#footer { background-color: #abac9e; padding:60px 0; float:left;  position: relative;}
.socialicone { display: inline-block; float:left;}
.socialicone ul li { display: inline-block; margin-right: 5px;}

.socialicone ul li a {    text-indent: -1000em;}
.socialicone ul li a.facebook { background:url(http://www.coolcumber.co.nz/uploads/images/facebook_hover.png) no-repeat scroll 0 0; display: inline-block; height: 51px; width: 51px;}
.socialicone ul li a.facebook:hover {  background:url(http://www.coolcumber.co.nz/uploads/images/facebook_hover.png) no-repeat scroll 0 -60px;}
.socialicone ul li a.instagram { background:url(http://www.coolcumber.co.nz/uploads/images/instagram_hover.png) no-repeat 0 0; display: inline-block; height: 51px; width: 51px;}
.socialicone ul li a.instagram:hover { background:url(http://www.coolcumber.co.nz/uploads/images/instagram_hover.png) no-repeat 0 -60px;}
.socialicone ul li a.pinterest { background:url(http://www.coolcumber.co.nz/uploads/images/pinterest_hover.png) no-repeat 0 0; display:inline-block; height:51px; width:51px;}
.socialicone ul li a.pinterest:hover { background:url(http://www.coolcumber.co.nz/uploads/images/pinterest_hover.png) no-repeat 0 -60px;}
.socialicone ul li a.msg { background:url(http://www.coolcumber.co.nz/uploads/images/msg_hover.png) no-repeat 0 0;  display:inline-block; height:51px; width:65px;}
.socialicone ul li a.msg:hover {  background:url(http://www.coolcumber.co.nz/uploads/images/msg_hover.png) no-repeat 0 -60px;}

#footer .add { display: inline-block; font-size: 20px;text-align: right; padding-left: 160px; float:left; width: 26%;}
.contect { display: inline-block; float:right; padding-left: 70px; text-align: right;}
.contect li { list-style-type: none; font-size:20px; }
.contect li a { color: #000; text-decoration: none;}
.contect li a:hover { text-decoration:underline; }



@media(max-width:992px){
#pagewrapper { width: 738px;}
#header { background-size:100%;}
#header h1 a { top: 40px; left: 18px;   background-size: 70% auto;}

#menu_vert .tagline { margin-bottom: 8px; margin-top: 40px; background-size: 90%;}
#menu_vert .phoneno { font-size: 18px; margin-top: 50px;}
ul#primary-nav li a { font-size: 16px; padding: 20px 10px;}
#header #menu_vert { width: 530px;}
#menuwrapper { width: 592px;}
#banner img { height:auto; width: 100%;}
.videoimg img { width: 95%;}
.contentarea {  width: 100%;}
#content img.align-right { float: left; padding-left:0;}
.socialicone { padding-left: 10px;}
#footer .add { font-size:16px; padding-left: 10px; width: 28%;}
.contect { padding-left: 25px;}
.contect li { font-size: 16px;}
#footer { padding: 60px 45px 50px;}

}

@media(max-width:767px){
#pagewrapper { width: 450px;}
#header .logo { background-size: 60%; top: 35px;}
#menuwrapper { display: none;}
#header h1 a { background-size: 65%; height: 150px; left:15px; top: 20px; width: 100px;}
#header { padding-top: 20px;}
#header #menu_vert { width: 335px;}
#menu_vert .tagline { background-size: 100% auto; margin-bottom: 0px; margin-top: 30px; width:65%;}
#menu_vert .phoneno { font-size: 14px; margin-top: 35px;}

.sarvice .product { margin-bottom:25px; width: 100%;}
#content { padding: 30px 20px 30px 15px;}
#footer { padding: 60px 20px 50px;}
#footer .add { padding-left: 0px; width: 49%;}
.contect { padding-left: 18px;}
.socialicone { margin-bottom: 30px; text-align: center; width: 100%;}
#footer { padding: 60px 20px 30px;}
}

@media(max-width:479px){
#pagewrapper { width: 290px;}
#header .logo { height: 170px; width: 130px;}
#header h1 a { background-size: 100%; height: 132px; left: 7px; top: 20px; width: 65px;}
#header #menu_vert {  margin-bottom: 15px; width: 210px;}

#menu_vert .tagline { margin-bottom: 5px; margin-top: 15px; height: 25px; width: 100%;}
#menu_vert .phoneno { margin-top: 0; text-align: right; width: 100%;}

.product { width: 100%;}
#content { padding: 30px 0; width: 100%;}
#content h2 { font-size: 24px;}
#content p { font-size: 14px; text-align: justify;}
#content .align-right { width: 100%;}
.socialicone { padding-left: 4px;}
#footer .add { margin-bottom:15px; text-align: left; width: 72%;}
.contect { padding-left: 0; text-align: left;}
}

/* Stylesheet: island: Layout Modified On 2015-08-31 10:56:47 */
