/*
Theme Name:     Canvas Child
Theme URI:      http://example.com/
Description:    Child theme for the Canvas theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       canvas
Version:        0.1.0
*/

/* =================== ECO 2 WINDOWS =================== */



@import url("../canvas/style.css");

html, body {
    margin:0px auto 0px auto !important;
    width:100% !important;
	overflow-x: hidden !important;}

.page {
	overflow-y: visible !important;
	height:auto;
	width: 100% !important;}

/* ---- YM Grid System ---- */

	.ym10 {
		float: left;
		width: 10%;
	}

	.ym20 {
		float: left;
		width: 20%;
	}

	.ym25 {
		float: left;
		width: 25%;
	}

	.ym30 {
		float: left;
		width: 30%;
	}

	.ym33 {
		float: left;
		width: 33.33%;
	}

	.ym40 {
		float: left;
		width: 40%;
	}

	.ym45 {
		float: left;
		width: 45%;
	}

	.ym50 {
		float: left;
		width: 50%;
	}

	.ym55 {
		float: left;
		width: 55%;
	}

	.ym60 {
		float: left;
		width: 60%;
	}

	.ym66 {
		float: left;
		width: 66.66%;
	}

	.ym70 {
		float: left;
		width: 70%;
	}

	.ym75 {
		float: left;
		width: 75%;
	}

	.ym80 {
		float: left;
		width: 80%;
	}

	.ym90 {
		float: left;
		width: 80%;
	}

	/* ---- End YM Grid System ---- */

/* ==================== HEADER =========================== */

#logo {
    margin-top: 30px;}

.header-widget {
    border-bottom: 1px solid #b6b6b6;
    width: 100% !important;
    margin-top: -130px !important;
    float: right;}

.header-widget .widget {
    margin-bottom: 0;}

.header-widget h3 {
    margin-bottom: 5px;
    border: none;}

.mobile-pn, .mobile-loc {
   display:none;}

.header-info {
    margin:0px auto 0px auto;}

.header-info li {
    float: left;
    list-style-type: none;}

.header-info h2{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/mail-icon.png");
    background-repeat: no-repeat;
    color: #737373;
    font-size: 14px;
    font-weight: 200;
    height: 25px;
    padding-left: 35px;
    padding-top: 3px;}

.header-info h2 a{
       color: #737373;}

.header-info h2 a:hover{
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none !important;}

#header {
    background-image:url("http://www.eco2glass.com.au/wp-content/uploads/header-bg.png") !important;
    background-repeat:repeat-x !important;
    background-position:bottom !important;
    height:124px !important;
    padding-bottom:10px !important;}

.widget .header-info h4{
    background-image:url("http://www.eco2glass.com.au/wp-content/uploads/phone-icon.png");
    background-repeat: no-repeat;
    color: #737373;
    font-size: 14px;
    font-weight: 200;
    margin-left: 30px;
    height: 25px;
    border: medium none;
    padding-left: 35px;
    padding-top: 3px;}

.header-info h4 a{
       color: #737373;}

.header-info h4 a:hover{
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none !important;}

.widget .header-info p{
    background-image:url("http://www.eco2glass.com.au/wp-content/uploads/location-icon.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    color: #737373;
    font-size: 14px;
    font-weight: 200;
    height: 25px;
    padding-right: 20px;
    border-right:1px solid #b6b6b6;
    padding-left: 35px;
    padding-top: 3px;}

.header-info p a{
       color: #737373;}

.header-info p a:hover{
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none !important;}


.header-widget .widget{
    margin-top:0px !important;}

.searchform, #searchform {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    float: right;
    height: 27px;
    margin-top: 0;
    position: relative;
    width: 180px;}

.searchform .icon-search:before {
    line-height: 0 !important;
    display: none;}


.searchform input.s, #searchform input#s{
    color: #737373 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding:5px 0px 0px 5px !important}

.searchform button.submit {
	background: url('http://eco2glass.com.au/wp-content/uploads/search-icon.png') no-repeat right center;
	border: 0 none !important;
    border-radius: 0 !important;
    height: 16px;
    width: 16px;
    box-shadow: inherit !important;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
}
/* ================ HEADER - NEW HOMEPAGE ===================== */


.banner-text-container{
	background-color: #87bc3e;
	position: absolute;
	z-index: 99;
	width:100%;
    background-color: rgb(135, 188, 62);
    /* RGBa with 0.6 opacity */
    background-color: rgba(135, 188, 62, 0.9);
    height:auto;
}
.banner-text{
	width:840px;
    height: 125px;
    padding-top:2px;
	margin:0px auto;
	padding-left: 120px;
	background-image: url("http://eco2glass.com.au/wp-content/uploads/phone-banner-text-bg.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size:84px 93px;
}
.banner-left{
	width:55%;
	float:left;
}
.banner-left h2{
	color:#ffffff;
	font: 500 30px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .4px;
}
.banner-left h2 span{}
.banner-left p{
	color:#ffffff;
	font: 200 17px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .4px;
}
.banner-left .btn{
	margin-top:5px;
}
.banner-left .btn a{
	display: inline-block;
	color:#ffffff;
	background-color:#58585a;
	padding: 5px 22px;
	border-radius: 2px;
	font: 200 16px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:1px solid #4b4b4b;
}
.banner-left .btn a:hover{
	text-decoration: none;
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none !important;
}
.banner-right{
	width:45%;
	float:left;
}
.banner-right ul{
	margin-top:8px;
}
.banner-right ul li{
	color:#ffffff;
	list-style-type: disc;

	font: 500 10px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
}
 .banner-right ul li p{
	color:#ffffff;
	list-style-type: disc;
	font: 500 19px/1.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
	padding-left:8px;

}






/* ==================== NAVIGATION =========================== */

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator{
    border:none;
    box-shadow:none !important;}

#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:200;
    font-size: 14px;}

#megaMenu.megaFullWidth {
    margin-left: auto;
    margin-right: auto;
    width: auto !important;}


#megaMenu.megaMenuHorizontal ul.megaMenu {
    margin-left: 237px !important;
    margin-top: -45px !important;}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item.megaReg-with-sub > span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator {
    padding-right: 10px;}


 #megaMenu ul.megaMenu > li.menu-item {
	 margin: 0 10px 0 0 !important;}

/* Top Level Items */
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  color: #d9d9d9;
  border:none !important;
  padding-bottom:43px !important;}



/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
  color: #7eb238;
  border:none !important;
  background-image:url("http://www.eco2glass.com.au/wp-content/uploads/nav-hover-bg.png") !important;
  background-repeat:repeat-x !important;
  background-position:bottom center !important;}



/* Submenu (UL) - Flyout */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
  color: #888888;
  	z-index: 999 !important;
	position: absolute;
  background-color: #ffffff !important;}

/* Second Level & below - hover  */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item a:hover,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item:hover a{
	color:#7eb238;}

/* =================== Banner =================== */

#loopedSlider a.flex-prev, #loopedSlider a.flex-next {
	display: none;
	}


.page-id-467 .banner-text-container {
	display: none;
}

.page-id-467 h1{
   font-size:45px;
   color:#83b93b !important;
   padding: 40px 0 0;}

.page-id-467 p{
   font-size: 15px;
   color: #555 !important;}

body.full-header.full-slider #loopedSlider {
	margin-top: 1px !important;}

/* =====Homepage Banner ======== */
.page-id-8 #loopedSlider.business-slider img.woo-image {
    min-height: 507px;
    margin-left: auto;
    margin-right: auto;}

#loopedSlider.business-slider img.woo-image {
    min-height: 422px !important;
    margin-left: auto;
    margin-right: auto;}

#loopedSlider {
    margin-bottom: 0 !important;}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img{
    border:none !important;}

.banner-content {
    margin-top: 360px;
    position: absolute;
    z-index:10000;}

.textwidget .banner-content .threecol-one {
    background: rgba(88, 88, 90, 0.80);
    margin-right: 20px;
    padding: 20px 4%;
    width: 23%;}

.header-widget h3 {
    display:none;}

.textwidget .banner-content .threecol-one h1{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/white-arrow.png");
    background-position: right 7px;
    background-repeat: no-repeat;
    background-size: 21px auto;
    color: #FFFFFF;
    display: inline;
    font-size: 23px;
    font-weight: 500;
    padding-right: 47px;}

.textwidget .banner-content .threecol-one a:hover{
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

.homepage-boxes-content .threecol-one a:hover{
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

.textwidget .banner-content .threecol-one p{
   color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 1.25em;}


#loopedSlider.business-slider li.slide {
    display: none;
    max-height: 507px !important;}

.woo-sc-button.banner-btns.custom {
    text-transform:none !important;
    background-color:#87bc3e !important;
    font-size:13px !important;
    padding-left:20px !important;
    margin-bottom:0px !important;
    padding-right:20px !important;
    border-radius:2px !important;}

/* ===== About Us Banner Text ======== */

.bannertext {
    background: none repeat scroll 0 0 rgba(88, 88, 90, 0.8);
    border-left: 18px solid #81BD21;
    margin-top: 360px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    width: 95%;
    z-index: 9;}

.bannertextleft{
    float:left;
    width:30%;}

.bannertextleft h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 32.11px;
    margin-bottom: 15px;}

.widget .bannertextleft p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#ffffff;}

.bannertextright{
    margin-right: 20px;
    float:right;
    width:65%;}

.widget .bannertextright h2 {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;}



.page.page-id-14 .widget .bannertextright{
	margin-right: 0;}
	
	
	
.page.page-id-14 .widget .bannertextright h2 {
	width: 85%;
	font-size: 30px;}






/* =================== Homepage Content =================== */


.size-full.wp-image-48.alignright {
    margin-bottom:0px;
    margin-top: -20px;}

.alignnone.size-full.wp-image-185 {
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    width: auto;
    border-radius: 0 19px;}

.homepage-boxes-content{
   display:none;}

.page-id-8 .col-full.business {
   padding-bottom:10px !important;}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img{
   background:none !important;}

.page-id-8 .twocol-one{
   width: 43%;
   margin-bottom:0px;
   margin-top:30px;}

.page-id-8 .twocol-one.last {
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/shadow.png");
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 7px;
    padding-left: 5%;}

.size-full.wp-image-46.alignleft, .size-full.wp-image-47.alignleft {
    height: 124px;
    margin-right: 30px;
    width: 124px;}

.page-id-8 .twocol-one h1 a{
    color: #83b93b !important;}

.page-id-8 .twocol-one h1 a:hover{
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

.page-id-8 .twocol-one h1 {
   background-image:url("http://www.eco2glass.com.au/wp-content/uploads/green-arrow.png");
   background-repeat:no-repeat;
   background-position:right;
   color:#83b93b;
   display: inline;
   padding-right: 30px;
   font-weight:bolder;
   font-size:20px;}

.page-id-8 .twocol-one p {
   color:#58585a;
   font-size:13px;
   height:110px;}

.vos-btn {
   display:none;}


.woo-sc-button.visit-showroom-button.custom {
    text-transform:none !important;
    background-color:#87bc3e !important;
    font-size:20px !important;
    padding-left:50px !important;
    margin-top:5px !important;
    margin-bottom:20px !important;
    padding-right:50px !important;
    border-radius:2px !important;}

/* =================== About Us Content =================== */

.entry, .entry p {
    font: 300 13px/1.5em "Helvetica Neue",Helvetica,sans-serif !important;
}

.entry ul li {
    font-size: 13px;}

.business h3{
   font-size:20px;
   color:#83b93b;}

.threecol-two {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    width: 65.33%;}

.threecol-one.last {
     margin-top: -2px !important;
    margin-bottom: 0px !important;}


.alignnone.size-full.wp-image-131 {
    margin-left: 20px;
    margin-top: 50px;}

.woo-sc-button.callus.custom {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #81bd21 !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
    padding: 5px 30px !important;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: none !important;}

.page.page-id-14 .entry .threecol-two {
   	margin: 0;
    width: 80%;
}
.page.page-id-14 .entry .threecol-two p{
    width: 90%;
}
.page.page-id-14 .entry .threecol-one.last {
   	margin: 0;
    width: 20%;
}



.page.page-id-14 .entry .threecol-one.last img{
	width:178px;
	height: 178px;
	margin:70px auto;
}

/* =================== Careers Page =================== */


.careers-form{}


.careers-form input{
   width:100%;}

.careers-form textarea{
   width:100%;}

.careers-form p{
   margin-bottom:0px;}

.page-id-24 .entry > h3 {
    margin-top: 20px;}


.page-id-24 .twocol-one.last {
    margin-top: -22px;}


.careers-form .wpcf7-form-control.wpcf7-file {
    float: right;
    margin-right: -15px;
    width: 80%;}


.careers-form .wpcf7-form-control.wpcf7-submit {
   background-color: #81BD21 !important;
    color: #FFFFFF !important;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;
    height: 28px;
    margin-right:-15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 3px 30px 5px !important;
    text-transform: none !important;
    width: 30%;}

/* =================== Doors Content =================== */

.page-id-86 .threecol-one.last img {
    margin-bottom: 0 !important;
    margin-top: 30px;
    position: absolute;}

.page-id-86 .threecol-one.last{
   text-align:center;}

/* =================== Shower Screens Content =================== */


#fully-framed-container{
	margin-top: 26px;
	margin-bottom: 19px;
}
#fully-framed-container .section-960{
	background-image: url("http://www.eco2glass.com.au/wp-content/uploads/Fully-Framed-Shower-Screen-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 32px 30px;
	width:900px;
}

#fully-framed-container .section-960 h2{
	color:#ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 39px;
	margin:0px;
	line-height: 1em;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#fully-framed-container .section-960 h2 br{
	display: none;
}
#fully-framed-container .section-960 h2 strong{
	font-size: 26px;
	font-weight: normal;
	display: block;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#fully-framed-content .section-960 p{
 	padding-right: 35px;
 	line-height: 1.2em !important;
}

#fully-framed-content .section-960 .woo-sc-button.callus.custom{
	margin-top:10px;
}


#semi-frameless-container{
	margin-top: 36px;
	margin-bottom: 19px;
}
#semi-frameless-container .section-960{
	background-image: url("http://eco2glass.com.au/wp-content/uploads/Semi-Frameless-Shower-Screens-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 32px 30px;
	width:900px;
}

#semi-frameless-container .section-960 h2{
	color:#ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 39px;
	margin:0px;
	line-height: 1em;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#semi-frameless-container .section-960 h2 br{
	display: none;
}
#semi-frameless-container .section-960 h2 strong{
	font-size: 26px;
	font-weight: normal;
	display: block;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#semi-frameless-content .section-960 h5,
#frameless-content .section-960 h5{
    background-color: #58585a !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-family: "Helvetica",Arial,sans-serif !important;
    font-size: 15px !important;
    line-height: 1em !important;
    margin: 0 0 20px !important;
    padding: 12px 20px !important;
}


#semi-frameless-content .section-960 p{
 	padding-right: 35px;
 	line-height: 1.2em !important;
}
#semi-frameless-content .section-960 p a,
#frameless-content .section-960 p a{
 	font-size: 15px;
 	font-weight: bold;
 	color:#81bd21;
 	font-family: "Helvetica",Arial,sans-serif !important;
 	border-bottom:1px solid #81bd21;
}
#semi-frameless-content .section-960 p a:hover,
#frameless-content .section-960 p a:hover{
 	text-decoration: none;
 	opacity: .8;
}

#semi-frameless-content .section-960 .woo-sc-button.callus.custom{
	margin-top:10px;
}

#semi-frameless-content .section-960 ul,
#frameless-content .section-960 ul{
 	padding-right: 35px;
 	padding-left: 15px;
 	line-height: 1.2em !important;
 	margin:0px 0px 20px;
}
#semi-frameless-content .section-960 .right,
#frameless-content .section-960 .right{
	margin-top: 61px;
}

#frameless-container{
	margin-top: 36px;
	margin-bottom: 19px;
}
#frameless-container .section-960{
	background-image: url("http://eco2glass.com.au/wp-content/uploads/Frameless-Shower-Screens-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 32px 30px;
	width:900px;
}

#frameless-container .section-960 h2{
	color:#ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 39px;
	margin:0px;
	line-height: 1em;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#frameless-container .section-960 h2 br{
	display: none;
}
#frameless-container .section-960 h2 strong{
	font-size: 26px;
	font-weight: normal;
	display: block;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#frameless-content .section-960 p{
 	padding-right: 35px;
 	line-height: 1.2em !important;
}

#frameless-content .section-960 .woo-sc-button.callus.custom{
	margin-top:10px;
}

#frameless-content .section-960 ul{
 	padding-right: 35px;
 	line-height: 1.2em !important;
 	margin:0px 0px 20px;
}


#frameless-content .section-960 .ym100{
	clear: both;
}



body.page-id-90 #section-3 {
    background-color: #81bd21 !important;
    margin: 40px 0 20px !important;
    padding: 25px 0 !important;
}


.page-id-90 .twocol-one {
    margin-top: 20px;}

.page-id-90 .twocol-one.last {
    margin-bottom:0px;
    margin-top: -2px;}

.shower-screens-bottom-content-container {
    clear: both;
    padding-top: 10px !important;}

.shower-screens-bottom-content-container p br{
    display: none;}
    
    
.shower-screens-bottom-content-container h2{
	 font-size: 16px;}


.shower-screens-bottom-content-container .woo-sc-button.callus.custom{
	margin-bottom:20px;}

.shower-screens-bottom-content-container .woo-sc-button.callus.custom {
    float:left;}

.woo-sc-button.rqbtn.custom {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #81bd21 !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
    padding: 5px 30px !important;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left:20px;
    float:left;
    text-transform: none !important;}

.viewgal {
    line-height: 24px !important;}

    /* ----- Shower Screen Content New Code ----- */

	body.page-id-90 div.col-full, #wrapper {
		max-width: 100%;
	}

     body.page-id-90 div.section-960 {
	     width: 960px ;
	     margin: 0 auto;
     }

     body.page-id-90 h3 {
	     margin-bottom: 25px;
     }

     body.page-id-90 #content p, body.page-id-90 #content li {
	    font-size: 15px !important;
	    line-height: 23px !important;
	    letter-spacing: 0.05em !important;
	}

     body.page-id-90 #section-1 {
	     padding: 40px 0 20px;
     }

     body.page-id-90 #section-1 p.font-1 {
	     padding-right: 35px;
     }

     body.page-id-90 #section-1 p.font-2 {
	    font-size: 20px !important;
	    padding-right: 35px;
	    line-height: 28px !important;
	    color: rgb(131, 185, 59);
	    margin-bottom: 13px;
	}

     body.page-id-90 #section-2 {
	     background-color: #f5f5f5;

	     padding: 30px 0 40px;
     }

     body.page-id-90 #section-2 h3.heading-1 {
	     line-height: 23px !important;
     }

     body.page-id-90 #section-2 h3.heading-2 {
	     margin-top: 30px;
     }

     body.page-id-90 #section-2 p.font-1 {
	     padding-right: 35px;
     }

     body.page-id-90 #section-3 {
	     background-color: #81bd21;

	     padding: 40px 0;
     }

     body.page-id-90 #section-3 h3 {
	     font-size: 25px;
	     font-weight: bold;
	     color: #fff;
     }

     body.page-id-90 #section-3 ul {
	     padding: 0 0 0 15px;
     }

     body.page-id-90 #section-3 ul li {
	     font-size: 16px !important;
	     font-weight: 300;
	     color: #fff;

	     line-height: 24px !important;
	     letter-spacing: 0.05em !important;

	     padding-left: 15px;
     }

     body.page-id-90 #header, body.page-id-90 #nav-container,
     body.page-id-90 #content, body.page-id-90 #footer-widgets,
     body.page-id-90 #footer {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}


/* =================== Glass Range Content =================== */

.page-id-305 .twocol-one {
    margin-top: 20px;}

.page-id-305 .twocol-one.last {
    margin-bottom:0px;
    margin-top: 10px;}





/* =================== Louvre Systems Content =================== */

.page-id-88 .twocol-one {
    margin-bottom:0px;
    margin-top: 20px;}

.page-id-88 .twocol-one.last {
    text-align:center;
    margin-bottom: 15px;
    margin-top: 0px;}

.page-id-88 .twocol-one.last img {
    margin-top: 20px;}

/* =================== Windows Content =================== */

.entry ol li {
    font-size: 13px;
    list-style-type: decimal;}

.alignnone.size-full.wp-image-286 {
    height: 280px;
    width: auto !important;}

.page-id-94 .threecol-one.last{
    text-align:center;}

.page-id-94 .threecol-one.last img {
    margin-bottom: 0 !important;
    margin-top: 20px;}


.alignnone.size-full.wp-image-278 {
    margin-top: 180px !important;
    position: relative;}

.alignnone.size-full.wp-image-282 {
    height: 401px;
    margin-top: 38px !important;
    width: auto;}


.page-id-94 .woo-sc-divider {
    margin-bottom: 0;
    padding-top: 0;}

/* =================== Advantages Page Content =================== */
.page-id-18 .twocol-one {
    margin-bottom:0px;
    margin-top: 30px;}

.page-id-18 .twocol-one.last {
    margin-top: 7px;
    margin-bottom:0px;}

.page-id-18 .woo-sc-hr {
    margin-bottom: 10px !important;
    margin-top: 0;}

.page-id-18 .woo-sc-divider {
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-top: 0;}

.page-id-18 .fourcol-two.last {
    margin-top: -32px;}

.page-id-18 .fourcol-two {
    margin-bottom: 0;}


.page-id-18 .business h5 {
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/pdf-icon.png");
    background-position: 4px 1px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    color: #83B93B;
    display: inline;
    font-size: 22px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-top: 5px;}

.woo-sc-button.pdf-download-btn.custom {
    background-color: #555555 !important;
    color: #FFFFFF !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 11px !important;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 5px 20px !important;
    text-transform: none !important;}

.technical-info-container {
    float: left;
    margin-top: -30px;}

.technical-info-container ul {
    padding: 0;
    width: 100%;}

.technical-info-container li{
    float:left;
        list-style-type:none !important;}

.shortcode-toggle.white h4 a {
    background-color: #FAFAFA !important;
    border-left: 10px solid #81BD23;
    color: #555555;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.04em;}

.shortcode-toggle.white h4 a:hover {
    text-decoration:none;}

.toggle-trigger{
   color: #83B93B !important;
    font-size: 20px !important;}

.shortcode-toggle.border {
    border: 1px solid #EBEBEB;
    border-radius: 2px !important;}

.shortcode-toggle {
    margin-bottom: 10px;}

.shortcode-toggle h4 {
    margin: 0;}
/* =================== Request Quote Form =================== */

.wpcf7-form {
    margin-top: 30px;}

.contact-form-container{
    width:100%;}

.contact-form-left{
    float:left;
    width:49%;}

.contact-form-right{
    float:right;
    width:49%;}

.wpcf7-form-control.wpcf7-select.mydropdown {
-webkit-appearance: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EFEFEF;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    color: #adadb5 !important;
    font-family: inherit;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 5px;
    height: 30px;
    width: 100%;}

.contact-form-container input {
    margin-bottom: 0;
    margin-top: 0;
    width: 97%;}

.contact-form-container textarea {
    margin-bottom: 0;
    margin-top: 0;
     width: 97%;}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.postcode {
    float:right;
    width: 45%;}

.wpcf7-form-control.wpcf7-text.postcode {
    float:right;
    width: 45%;}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.mydropdown2 {
-webkit-appearance: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EFEFEF;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    color: #adadb5 !important;
    font-family: inherit;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 5px;
    height: 30px;
    width: 49%;}

.wpcf7-form-control.wpcf7-select.mydropdown2 {
-webkit-appearance: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EFEFEF;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    color: #adadb5 !important;
    font-family: inherit;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 5px;
    height: 30px;
    width: 49%;}

.contact-form-container input, .contact-form-container textarea {
    font-size: 12px; }


.contact-form-container textarea {
    width: 97%;}

.wpcf7-form-control.wpcf7-textarea.textarea1 {
    height: 62px;}

.wpcf7-form-control.wpcf7-textarea.textarea2 {
    height: 120px;}

.wpcf7-form-control.wpcf7-textarea.textarea3 {
    height: 210px;}

.wpcf7-form-control.wpcf7-textarea.textarea4 {
    height: 45px;}

.contact-form-clear {
   margin-bottom:10px;
   clear:both;}


.page-id-22 .wpcf7-form-control.wpcf7-submit {
    background-color: #81BD21 !important;
    color: #FFFFFF !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 20px !important;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px !important;
    padding: 5px 30px !important;
    text-transform: none !important;}

.contact-form-note {
    background-color: #EEEEEE;
    border: 2px solid #CCCCCC;
    padding: 10px;}


.page-id-22 .business h3 {
    background-color: #83B93B !important;
    border-radius: 2px;
    font-size: 16px !important;
    color: #FFFFFF !important;
    margin-bottom: 20px;
    margin-top: -10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    width: 99%;}
/* =================== Contact Form =================== */

.page-id-26 .twocol-one {
    margin-bottom:0px;
    margin-top: 30px;}

.contact-us-form {
    margin-top: -46px;}

.page-id-26 .wpcf7-form-control.wpcf7-submit {
    background-color: #81BD21 !important;
    color: #FFFFFF !important;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;
    height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 3px 30px 5px !important;
    text-transform: none !important;
    width: 30%;}

.contact-us-form input, .contact-us-form textarea {
    font-size: 12px; }


.contact-us-form textarea {
    margin-bottom: 0;
    margin-top: 0;
    width: 97%;}

.contact-us-form input {
    margin-bottom: 0;
    margin-top: 0;
    width: 97%;}

.cfcaptchaimg {
    float: left;
    width: 30%;}

.cfcaptchainput {
     float: left;
    width: 35%;}

.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-994.mycaptcha {
    border: 2px solid #EEEEEE !important;
    border-radius: 2px;
    padding-left: 30px;
    padding-right: 30px;}

/* =================== Footer =================== */

#footer-container{
    background: #58585a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4NTg1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzM3MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #58585a 0%, #373737 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58585a), color-stop(100%,#373737)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #58585a 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #58585a 0%,#373737 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #58585a 0%,#373737 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #58585a 0%,#373737 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58585a', endColorstr='#373737',GradientType=0 ); /* IE6-8 */}

.footer-left{
   width:100%;}

.footer-right{
   width:100%;}

.col-left {
    float: left;
    width: 70%;}

.col-right {
    width: 30%;}

#footer .col-left .fnav {
    width: 25%;
    float: left;}

.fnav a {
    color: #FFFFFF;
    font-size: 12px;}

.fnav p,.footer-right > p {
    margin-bottom:15px;}

.fnav a:hover ,  .cr a:hover {
    text-decoration:none;
    color: #83B93B;}

.cr {
    clear: both;}

.cr > p {
    color:#9f9f9f !important;}

 .cr a {
    color: #FFFFFF;}

.footer-contact-info {
    float: right;
    margin-bottom: 45px;
    width: 50%;}

.footer-contact-info p {
    margin-bottom:10px;}

.footer-left .fphone {
   background-image:url("http://www.eco2glass.com.au/wp-content/uploads/phone-icon.png");
   background-repeat:no-repeat;
   position:inline;
   background-position:left;
   padding-left: 30px;
   margin-bottom:5px !important;
   padding-top:5px;
   padding-bottom:2px;}

.footer-left .fphone a,.footer-left .femail a,.footer-left .fadd a{
    color: #FFFFFF;}

.footer-left .fphone a:hover,.footer-left .femail a:hover,.footer-left .fadd a:hover{
    color: #83B93B;
    text-decoration:none !important;}

.footer-left .femail{
   background-image:url("http://www.eco2glass.com.au/wp-content/uploads/mail-icon.png");
   background-repeat:no-repeat;
   background-position:left;
   padding-left: 30px;
   margin-bottom:5px !important;
   padding-top:5px;
   padding-bottom:2px;}

.footer-left .fadd {
   background-image:url("http://www.eco2glass.com.au/wp-content/uploads/location-icon.png");
   background-repeat:no-repeat;
   background-position:left;
   padding-left: 30px;
   padding-top:5px;
   padding-bottom:5px;}

.footer-right > a {
    float: right;
    margin-bottom: 71px;
    margin-right: 150px;
    margin-top: 20px;
    -moz-opacity: 0.10;
    -khtml-opacity: 0.10;
    opacity: 0.10;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=10);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    filter:alpha(opacity=10);}



/* =================== Search Result Page =================== */



.search-results .archive_header {
    color:#9F9F9F !important;
    border-bottom: 0px solid #E6E6E6 !important;}

.search-results #main-sidebar-container {
    margin-top: 20px;}

.search-results .post .title a:link, .search-results .post .title a:visited, .search-results .page .title a:link, .search-results .page .title a:visited {
        color: #83B93B !important;}

.search-results .post-meta {
    display:none;}

.search-results a:link, .search-results a:visited {
    color:#9F9F9F !important;
    text-decoration: none;}

.search-results article {
    margin-bottom: 10px !important;}

.search-results .col-left {
    width: 100% !important;}

.search-results .page-title, .search-results .post .title, .search-results .page .title {
    color: #222222;
    font: bold 18px/1.1em "Helvetica Neue",Helvetica,monospace !important;
    margin-bottom: 0 !important;}

.search-results .entry {
    display:none;}

.search-results .post-comments.comments {
    display: none;}

/* =================== ERROR 404 Page =================== */

.error404 #main-sidebar-container {
    margin-top: 20px;}

.error404 #main-sidebar-container h1 {
    margin-bottom: 10px;
    color: #83B93B !important;}
    
    
    
    
    
    
 /* =================== SPLASHBACKS PAGE =================== */   
    
   .page.page-id-538 .entry p{
	   font-size: 15px !important;
   } 
    
.page.page-id-538 .section-1{
	margin-top:40px;
	
}
  .page.page-id-538 .section-2{
	
}  
    
.page.page-id-538 .section-2 a{
	float:left;
	
}  
 .page.page-id-538 .section-2 br{
	display: none;
	
}         
    
.page.page-id-538 .section-2 .woo-sc-button.rqbtn.custom{
	margin-top:20px;
	margin-left:0px;
}
   /* =================== MIRRORS PAGE =================== */   
    
   .page.page-id-532 .entry p{
	   font-size: 15px !important;
   } 
    
.page.page-id-532 .section-1{
	margin-top:40px;
	
}
  .page.page-id-532 .section-2{
	
}  
    
.page.page-id-532 .section-2 a{
	float:left;
	
}  
 .page.page-id-532 .section-2 br{
	display: none;
	
}         
    
.page.page-id-532 .section-2 .woo-sc-button.rqbtn.custom{
	margin-top:20px;
	margin-left:0px;
}  
    
     /* =================== Glass Wardrobes PAGE =================== */    
 
 body.page-id-536 div.col-full, body.page-id-536 #wrapper {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
	}
body.page-id-536.full-width #content{
    padding-left: 0px;
    padding-right: 0px; 
   }
  .page.page-id-536  #content{
	  padding-bottom: 0px !important;
  }
   .page.page-id-536 .entry p,
   .page.page-id-536 .entry li{
	   font-size: 15px !important;
   } 
    
.page.page-id-536 .section-1{
	margin:40px 0px !important;
	
}
.page.page-id-536 .section-1 .section-960,
.page.page-id-536 .section-2 .section-960{
	width:960px;
	margin:0px auto;
	
}


.page.page-id-536 .section-1 .ym50.left p{
	padding-right: 35px;
	
}

.page.page-id-536 .section-1 ul{
	padding-left: 15px;
	
}
.page.page-id-536 .section-1 .ym100{
	clear:both;

	
}
.page.page-id-536 .section-1 .ym100 p{
	margin:0px !important;

	
}

.page.page-id-536 .section-1 a{
	float:left;
	margin-top:10px !important;
	
} 

.page.page-id-536 .section-1 br{
	display: none;
	
}
 
.page.page-id-536 .section-1 .ym50.right .justified-image-grid{
	margin-top:20px !important;
}

.page.page-id-536 .section-1 .ym100 .woo-sc-button.rqbtn.custom{
	margin-top:20px;
	margin-left:0px;
}  

.page.page-id-536 .section-2 .ym50.left img{
	width:192px;
	height:56px;	
	margin-top:20px;
}  
.page.page-id-536 .section-2 .ym50.left p{
	padding-right:35px !important;	
}
  
.page.page-id-536 .section-2 .ym50.left p a{
	color:#81bd21;
	border-bottom:1px solid #81bd21;
	font-weight: bold;
}  
.page.page-id-536 .section-2 .ym50.left p a:hover{
	text-decoration: none;
	opacity: .8;
}    
  
    
.page.page-id-536 .section-2{    
    background-color:#f4f4f4;
    padding: 40px 0px 20px !important;
    clear: both;
    
} 
    
    
    
    

/*===============================================*/
/*=============== RESPONSIVE CSS ================*/
/*===============================================*/

	/* ======= General Mobile Styles ======= */

	/*
	The below code clears all the floats and makes all the YM elements 100% width for all mobile devices up to 767 pixels wide.
	*/

	@media screen and (max-width:767px) {

		/* ---- YM Grid System ---- */

		.ym10, .ym20, .ym25, .ym30, .ym33, .ym40, .ym45, .ym50, .ym55, .ym60, .ym70, .ym75, .ym80, .ym90, .ym100 {
			float: none;
			width: 100%;
			padding: 0 25px;
		}


		/* ---- End YM Grid System ---- */


	/* ======= End General Mobile Styles ======= */

	/* ======= Shower Screen Page Styles ======= */

		.banner-text-container{
			display: none;
		}

		.mobile-pn{

		}

		.mobile-pn p{
			background-image:url("http://eco2glass.com.au/wp-content/uploads/banner-mobile-line-2.png");
			background-repeat: repeat-x;
			background-position: top center;
			color:#ffffff;
			font: 500 11px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
			letter-spacing: .4px;
			margin-top: 5px;
			padding:15px 10px 5px;
		}

		 .mobile-loc {
		    padding: 10px 4% 15px !important;
		    width: 108% !important;
    	}
		body.page-id-90 div.section-960 {
		     width: 100%;
		     margin: 0 auto;
	    }




	   body.page-id-90 #section-2 h3.heading-1 {
		   padding-right: 45px;
	   }

	   body.page-id-90 #section-3 {
		   padding: 25px;
	   }
	   body.page-id-90 div.shower-screens-bottom-content-container {
		   padding: 25px 25px 0 !important;
	   }

	   body.page-id-90 div.shower-screens-bottom-content-container .woo-sc-button.callus.custom {
		   padding: 5px 22px 5px 18px !important;
		}

		body.page-id-90 #footer-container {
			padding-left: 25px !important
		}
	/* ======= End Shower Screen Page Styles ======= */
}
/*===============================================*/
/*========= RESPONSIVE IPHONE PORTRAIT ==========*/
/*===============================================*/

@media screen and (max-width:320px) {



.textwidget {
    display:none;}

#header {
    height: 115px !important;
    background-image:none !important;}

.mobile-pn, .mobile-loc {
    display: block;
    margin-left: -8%;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 116%;
    z-index: 1;}

.mobile-pn{
   margin-top:10px;
   background-color:#8bc43e;}

.mobile-loc{
   background-color:#58585a;}

.mobile-pn h1 a{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/phone-icon-bg.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
    color: #FFFFFF;
    display: inline;
    height: auto;
    padding-left: 40px;
    width: auto;}

.mobile-pn h1 a:hover {
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

 .mobile-loc h2 a{
        color: #FFFFFF;}

.mobile-loc h2 a:hover {
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

.mobile-loc h2 {
   background-image:url("http://www.eco2glass.com.au/wp-content/uploads/loc-icon-bg.png");
   background-repeat:no-repeat;
   font-size:14px;
    color: #FFFFFF;
    display: inline;
    height: auto;
    font-weight:normal;
    padding-bottom: 10px;
    padding-left: 40px;
    width: auto;}


/* ============= NAVIGATION ================== */
#megaMenu #megaMenuToggle {
    color: #4c4c4c;
    background:none;
    font-weight: bold;
    margin-left: -23px;
    margin-right: 0;
    margin-top: -45px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    height: 20px;
    z-index: 10000;}

#megaMenu.megaResponsive ul.megaMenu > li.menu-item {
    background-color: #FFFFFF;
    margin-left: -5px;
    padding-left: 15px;}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:after,
#megaMenu #megaMenuToggle .megaMenuToggle-icon:before,
#megaMenu #megaMenuToggle .megaMenuToggle-icon {
    width: 30px;
    background: none repeat scroll 0 0 #7eb339 !important;}

#megaMenu #megaMenuToggle .megaMenuToggle-icon {
    display: inline-block;
    float: left;
    height: 2px;
    margin-right: 15px;
    margin-top: 10px;
    position: relative;
    text-align: left;}

#megaMenu.megaMenuHorizontal ul.megaMenu{
   margin-top:0px !important;
   margin-left:-35px !important;
     width:120% !important;}

#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  color: #d9d9d9;
  border-bottom:1px solid #eeeeee;
  padding-bottom:10px !important;}

#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
    padding-left: 0px;}



/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
  color: #7eb238;
  background-image:none !important;
  border-bottom:0px !important;}


/* Second Level & below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
   margin-left:20px;
}

/* =================== Banner =================== */


body.full-header.full-slider #loopedSlider {
	margin-top: auto !important;}

#loopedSlider.business-slider img.woo-image {
    min-height: 0px !important;
    margin-left: auto;
    margin-right: auto; }

#loopedSlider {
    margin-bottom: 0 !important;}

#loopedSlider.business-slider li.slide {
    display: none;
    max-height: auto !important;}

#loopedSlider .content {
    background:none;}

#loopedSlider a.flex-prev span, #loopedSlider a.flex-next span {
    top: 30%;}


.business-slider.woo-slideshow {
	pointer-events: none;
   	cursor: default;}

/* =================== Homepage Content =================== */

.homepage-boxes-content {
    display: block;
    margin-top: -61px;}

.homepage-boxes-content{
   display:block;}

.homepage-boxes-content .threecol-one {
    background-color: #58585A;
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: 0;
    padding: 10px 10%;
    width: 100%;}

.homepage-boxes-content .threecol-one h1{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/green-arrow-mobile.png");
    background-size:28px 28px;
    background-position: right 7px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline;
    font-size: 29px;
    font-weight: 500;
    padding-right: 47px;}

.homepage-boxes-content .threecol-one p{
   color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 1.25em;}


.page-id-8 .twocol-one h1 {
    background-image: none;
    color: #83B93B;
    display: inline;
    line-height:30px;
    font-size: 30px;
    font-weight: bolder;
    padding-right: 0px;}


.size-full.wp-image-46.alignleft, .size-full.wp-image-47.alignleft {
    height: 90px;
    margin-top: -15px;
    margin-right: 10px;
    width: 90px;}

.page-id-8 .twocol-one p {
    color: #58585A;
    font-size: 13px;
    height: auto;
    clear: both;
    margin-bottom: 30px;
    margin-top: 20px;}

.page-id-8 .twocol-one.last{
   display:none;}

.vos-btn {
   display:block;}


/* =================== Footer =================== */


#footer .col-left .fnav {
    float: left;
    width: 50%;}

.fproducts{
    margin-left: 100px;
    width: 100%;}

 .fproducts .fnav{
    float:right;
    margin-left: 70px;
    width: 100%;}

.footer-contact-info {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;}

.cr {
    clear: both;
    width: 120%;}

.col-right {
    display: none;}

.footer-left .fadd {
    width: 100%;}

/* =================== Body =================== */


.page-id-8 .col-full.business {
    margin-top: 0px;
   padding-bottom:10px !important;}

.col-full.business {
    padding-bottom:0px !important;
    margin-top: -60px;}


/* =================== About Us Page =================== */
.alignnone.size-full.wp-image-131 {
    margin-left: 0px;
    margin-top: 0px;}

 .page-id-14 .woo-sc-button.callus.custom{
    font-size:16px !important;
    margin-bottom: 20px;
    margin-top:0px;}

.woo-sc-button.callus.custom{
    font-size:16px !important;}

/* =================== Doors Page =================== */
.page-id-86 .threecol-one.last img {
    margin-top:0px;
    position: relative;}

.page-id-86 .threecol-two {
    margin-bottom: 0;
    margin-top: 0;}


.page-id-86 .woo-sc-button.callus.custom{
    font-size:16px !important;
    margin-top:30px;}

/* =================== Windows Content =================== */

.alignnone.size-full.wp-image-286 {
    height: 280px;
    width: auto !important;}

.page-id-94 .threecol-one.last{
    text-align:center;}

.page-id-94 .threecol-one.last img {
    margin-bottom: 0 !important;
    margin-top: 0px;}


.alignnone.size-full.wp-image-278 {
    margin-top: 0px !important;
    position: relative;}

.alignnone.size-full.wp-image-282 {
    height: 401px;
    margin-top: 0px !important;
    width: auto;}

 /* =================== Advantages Page =================== */
.page-id-18 .twocol-one.last {
    margin-bottom: 20px;
    margin-top: -20px;}

.page-id-18 .woo-sc-hr {
    width: 98% !important;}

.woo-sc-button.pdf-download-btn.custom {
    font-size:10px !important;}

.page-id-18 .col-full.business {
   padding-bottom:20px !important;}

 /* =================== Request Quote Page =================== */

.contact-form-left{
    float:none;
    margin-bottom: -10px !important;
    width:100%;}

.contact-form-right{
    float:none;
    width:100%;}

.wpcf7-form-control.wpcf7-select.mydropdown {
    width: 102%;}

 .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.mydropdown2 {
    width: 102%;}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.postcode {
    margin-right: -6px;}

.wpcf7-form-control.wpcf7-select.mydropdown2 {
    margin-top: 15px;
    width: 102%;}

.contact-form-right .wpcf7-form-control.wpcf7-text.postcode {
    width:100%;}

.contact-form-right .wpcf7-form-control.wpcf7-text.postcode {
    float: none;
    margin-top: 15px;
    width: 97%;}

.wpcf7-form-control.wpcf7-textarea.textarea1 {
    margin-bottom: 10px;}

.wpcf7-form-control.wpcf7-textarea.textarea2 {
    margin-bottom: -10px;}

.wpcf7-form-control.wpcf7-textarea.textarea4 {
    margin-bottom: -15px;}

 .contact-form-note {
    width: 93%;}

/* =================== Carrers Page =================== */

.careers-form input {
    width: 97%;}

.careers-form textarea {
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-file {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-submit {
    margin-right: -6px;
    width:50%;}

.careers-form {
    margin-top: -15px;}

 /* =================== Contact Page =================== */

.page-id-26 .twocol-one {
   margin-top:0px;}

.page-id-26 .twocol-one.last {
    margin-top: 10px;}

.page-id-26 .twocol-one last .wpcf7-form {
    margin-top: 40px !important;}

.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-994.mycaptcha {
    padding-left: 0;
    padding-right: 0;}

.cfcaptchainput {
    width: 30%;}

.page-id-26 .wpcf7-form-control.wpcf7-submit{
    padding-left:10px !important;
    padding-right:10px !important;
    text-align:center;}


 /*======= SHOWER SCREEN PAGE ==========*/
.shower-screens-bottom-content-container .woo-sc-button.callus.custom {
    float:none;}

.woo-sc-button.rqbtn.custom {
    margin-bottom: 20px !important;
    margin-top: 0px;
    margin-left:0px !important;
    float:none;}

}
/*===============================================*/
/*======= RESPONSIVE IPHONE LANDSCAPE ==========*/
/*===============================================*/
@media screen and (min-width:321px) and (max-width:639px) {

html {
        -webkit-text-size-adjust: none;}


.textwidget {
    display:none;}

#header {
    height: 100px !important;
    background-image:none !important;}



.mobile-pn, .mobile-loc {
    display: block;
    margin-left: -8%;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 116%;
    z-index: 1;}

.mobile-pn{
   margin-top:10px;
   background-color:#8bc43e;}

.mobile-loc{
   height:30px;
   background-color:#58585a;}

.mobile-pn h1 a{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/phone-icon-bg.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
    color: #FFFFFF;
    display: inline;
    height: auto;
    padding-left: 40px;
    width: auto;}

.mobile-pn h1 a:hover {
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

 .mobile-loc h2 a{
        color: #FFFFFF;}

.mobile-loc h2 a:hover {
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

.mobile-loc h2 {
   background-image:url("http://www.eco2glass.com.au/wp-content/uploads/loc-icon-bg.png");
   background-repeat:no-repeat;
   font-size:14px;
    color: #FFFFFF;
    display: inline;
    height: auto;
    font-weight:normal;
    padding-bottom: 10px;
    padding-left: 40px;
    width: auto;}


/* ============= NAVIGATION ================== */
#megaMenu #megaMenuToggle {
    color: #4c4c4c;
    background:none;
    font-weight: bold;
    margin-left: -23px;
    margin-right: 0;
    margin-top: -45px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    height: 20px;
    z-index: 10000;}

#megaMenu.megaResponsive ul.megaMenu > li.menu-item {
    background-color: #FFFFFF;
    margin-left: -5px;
    padding-left: 15px;}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:after,
#megaMenu #megaMenuToggle .megaMenuToggle-icon:before,
#megaMenu #megaMenuToggle .megaMenuToggle-icon {
    width: 30px;
    background: none repeat scroll 0 0 #7eb339 !important;}

#megaMenu #megaMenuToggle .megaMenuToggle-icon {
    display: inline-block;
    float: left;
    height: 2px;
    margin-right: 15px;
    margin-top: 10px;
    position: relative;
    text-align: left;}

#megaMenu.megaMenuHorizontal ul.megaMenu{
   margin-top:0px !important;
   margin-left:-35px !important;
   width:220% !important;}

#megaMenu ul.megaMenu {
   max-width:auto !important;}

#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  color: #d9d9d9;
  border-bottom:1px solid #eeeeee;
  padding-bottom:10px !important;}

#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
    padding-left: 0px;}



/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
  color: #7eb238;
  background-image:none !important;
  border-bottom:0px !important;}


/* Second Level & below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
   margin-left:20px;
}

/* =================== Banner =================== */



body.full-header.full-slider #loopedSlider {
	margin-top: auto !important;}

#loopedSlider.business-slider img.woo-image {
    min-height: 0px !important;
    margin-left: auto;
    margin-right: auto; }

#loopedSlider {
    margin-bottom: 0 !important;}

#loopedSlider.business-slider li.slide {
    display: none;
    max-height: auto !important;}

#loopedSlider .content {
    background:none;}

#loopedSlider a.flex-prev span, #loopedSlider a.flex-next span {
    top: 30%;}


.business-slider.woo-slideshow {
	pointer-events: none;
   	cursor: default;}

/* =================== Homepage Content =================== */

.homepage-boxes-content {
    display: block;
    margin-top: -61px;}

.homepage-boxes-content{
   display:block;}

.homepage-boxes-content .threecol-one {
    background-color: #58585A;
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: 0;
    padding: 10px 10%;
    width: 100%;}

.homepage-boxes-content .threecol-one h1{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/green-arrow-mobile.png");
    background-size:28px 28px;
    background-position: right 7px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline;
    font-size: 29px;
    font-weight: 500;
    padding-right: 47px;}

.homepage-boxes-content .threecol-one p{
   color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
        clear: both;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 1.25em;}


.page-id-8 .twocol-one h1 {
    background-image: none;
    color: #83B93B;
    display: inline;
    font-size: 30px;
    font-weight: bolder;
    padding-right: 0px;}


.size-full.wp-image-46.alignleft, .size-full.wp-image-47.alignleft {
    height: 90px;
    margin-top: -5px;
    margin-right: 10px;
    width: 90px;}

.page-id-8 .twocol-one p {
    color: #58585A;
    font-size: 13px;
    height: auto;
    margin-top: 20px;}

.page-id-8 .twocol-one.last{
   display:none;}

.vos-btn {
   display:block;}

.woo-sc-button.visit-showroom-button.custom{
   width: 100% !important;}

	/* ======= Shower Screen Page Styles ======= */

	   body.page-id-90 div.mobile-margin {
		  margin-left: 0px !important;
	   }


/* =================== Footer =================== */


#footer .col-left .fnav {
    float: left;
    width: 50%;}

.fproducts{
    margin-left: 100px;
    width: 100%;}

 .fproducts .fnav{
    float:right;
    margin-left: 70px;
    width: 100%;}

.footer-contact-info {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;}

.cr {
    clear: both;
    width: 120%;}

.col-right {
    display: none;}

.footer-left .fadd {
    width: 100%;}

/* =================== Body =================== */


.page-id-8 .col-full.business {
    margin-top: 0px;
   padding-bottom:10px !important;}

.col-full.business {
    padding-bottom:0px !important;
    margin-top: -60px;}


/* =================== About Us Page =================== */
.alignnone.size-full.wp-image-131 {
    margin-left: 0px;
    margin-top: 0px;}

 .page-id-14 .woo-sc-button.callus.custom{
    font-size:16px !important;
    margin-bottom: 20px;
    margin-top:0px;}

.woo-sc-button.callus.custom{
    font-size:16px !important;}

/* =================== Doors Page =================== */
.page-id-86 .threecol-one.last img {
    margin-top:0px;
    position: relative;}

.page-id-86 .threecol-two {
    margin-bottom: 0;
    margin-top: 0;}


.page-id-86 .woo-sc-button.callus.custom{
    font-size:16px !important;
    margin-top:30px;}

/* =================== Windows Content =================== */

.alignnone.size-full.wp-image-286 {
    height: 280px;
    width: auto !important;}

.page-id-94 .threecol-one.last{
    text-align:center;}

.page-id-94 .threecol-one.last img {
    margin-bottom: 0 !important;
    margin-top: 0px;}


.alignnone.size-full.wp-image-278 {
    margin-top: 0px !important;
    position: relative;}

.alignnone.size-full.wp-image-282 {
    height: 401px;
    margin-top: 0px !important;
    width: auto;}

 /* =================== Advantages Page =================== */
.page-id-18 .twocol-one.last {
    margin-bottom: 20px;
    margin-top: -20px;}

.page-id-18 .woo-sc-hr {
    width: 98% !important;}

.woo-sc-button.pdf-download-btn.custom {
    font-size:10px !important;}

.page-id-18 .col-full.business {
   padding-bottom:20px !important;}

 /* =================== Request Quote Page =================== */

.contact-form-left{
    float:none;
    margin-bottom: -10px !important;
    width:100%;}

.contact-form-right{
    float:none;
    width:100%;}

.wpcf7-form-control.wpcf7-select.mydropdown {
    width: 102%;}

 .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.mydropdown2 {
    width: 102%;}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.postcode {
    margin-right: -6px;}

.wpcf7-form-control.wpcf7-select.mydropdown2 {
    margin-top: 15px;
    width: 102%;}

.contact-form-right .wpcf7-form-control.wpcf7-text.postcode {
    width:100%;}

.contact-form-right .wpcf7-form-control.wpcf7-text.postcode {
    float: none;
    margin-top: 15px;
    width: 97%;}

.wpcf7-form-control.wpcf7-textarea.textarea1 {
    margin-bottom: 10px;}

.wpcf7-form-control.wpcf7-textarea.textarea2 {
    margin-bottom: -10px;}

.wpcf7-form-control.wpcf7-textarea.textarea4 {
    margin-bottom: -15px;}

 .contact-form-note {
    width: 93%;}

/* =================== Carrers Page =================== */

.careers-form input {
    width: 97%;}

.careers-form textarea {
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-file {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-submit {
    margin-right: 0px;
    width:50%;}

.careers-form {
    margin-top: -15px;}

 /* =================== Contact Page =================== */

.page-id-26 .twocol-one {
   margin-top:0px;}

.page-id-26 .twocol-one.last {
    margin-top: 10px;}

.page-id-26 .twocol-one last .wpcf7-form {
    margin-top: 40px !important;}

.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-994.mycaptcha {
    padding-left: 0;
    padding-right: 0;}

.cfcaptchainput {
    width: 30%;}

.page-id-26 .wpcf7-form-control.wpcf7-submit{
    padding-left:10px !important;
    padding-right:10px !important;
    text-align:center;}


 /*======= SHOWER SCREEN PAGE ==========*/
.shower-screens-bottom-content-container .woo-sc-button.callus.custom {
    float:none;}

.woo-sc-button.rqbtn.custom {
    margin-bottom: 20px !important;
    margin-top: 0px;
    margin-left:0px !important;
    float:none;}

}
/*===============================================*/
/*=========== RESPONSIVE TABLETS ================*/
/*===============================================*/
@media screen and (min-width:640px) and (max-width:767px) {

html {
        -webkit-text-size-adjust: none;}



.textwidget {
    display:none;}

#header {
    height: 100px !important;
    background-image:none !important;}



.mobile-pn, .mobile-loc {
    display: block;
    margin-left: -25px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 110%;
    z-index: 1;}

.mobile-pn{
   margin-top:10px;
   background-color:#8bc43e;}

.mobile-loc{
   height:30px;
   background-color:#58585a;}

.mobile-pn h1 a{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/phone-icon-bg.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left center;
    color: #FFFFFF;
    display: inline;
    height: auto;
    padding-left: 40px;
    width: auto;}

.mobile-pn h1 a:hover {
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

 .mobile-loc h2 a{
        color: #FFFFFF;}

.mobile-loc h2 a:hover {
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    text-decoration:none;}

.mobile-loc h2 {
   background-image:url("http://www.eco2glass.com.au/wp-content/uploads/loc-icon-bg.png");
   background-repeat:no-repeat;
   font-size:14px;
    color: #FFFFFF;
    display: inline;
    height: auto;
    font-weight:normal;
    padding-bottom: 10px;
    padding-left: 40px;
    width: auto;}


/* ============= NAVIGATION ================== */
#megaMenu #megaMenuToggle {
    color: #4c4c4c;
    background:none;
    font-weight: bold;
    margin-left: -23px;
    margin-right: 0;
    margin-top: -45px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    height: 20px;
    z-index: 10000;}

#megaMenu.megaResponsive ul.megaMenu > li.menu-item {
    background-color: #FFFFFF;
    margin-left: -5px;
    padding-left: 15px;}

#megaMenu #megaMenuToggle .megaMenuToggle-icon:after,
#megaMenu #megaMenuToggle .megaMenuToggle-icon:before,
#megaMenu #megaMenuToggle .megaMenuToggle-icon {
    width: 30px;
    background: none repeat scroll 0 0 #7eb339 !important;}

#megaMenu #megaMenuToggle .megaMenuToggle-icon {
    display: inline-block;
    float: left;
    height: 2px;
    margin-right: 15px;
    margin-top: 10px;
    position: relative;
    text-align: left;}

#megaMenu.megaMenuHorizontal ul.megaMenu{
   margin-top:0px !important;
   margin-left:-35px !important;
   width:220% !important;}

#megaMenu ul.megaMenu {
   max-width:auto !important;}

#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  color: #d9d9d9;
  border-bottom:1px solid #eeeeee;
  padding-bottom:10px !important;}

#megaMenu ul.megaMenu li.menu-item > a span, #megaMenu ul.megaMenu li.menu-item > span.um-anchoremulator span {
    padding-left: 0px;}



/* Top Level Items - Current Item */
#megaMenu ul.megaMenu > li.menu-item.current-menu-item > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a,
#megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a {
  color: #7eb238;
  background-image:none !important;
  border-bottom:0px !important;}


/* Second Level & below */
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {
   margin-left:20px;
}

/* =================== Banner =================== */



body.full-header.full-slider #loopedSlider {
	margin-top: auto !important;}

#loopedSlider.business-slider img.woo-image {
    min-height: 0px !important;
    margin-left: auto;
    margin-right: auto; }

#loopedSlider {
    margin-bottom: 0 !important;}

#loopedSlider.business-slider li.slide {
    display: none;
    max-height: auto !important;}

#loopedSlider .content {
    background:none;}

#loopedSlider a.flex-prev span, #loopedSlider a.flex-next span {
    top: 30%;}


.business-slider.woo-slideshow {
	pointer-events: none;
   	cursor: default;}

/* =================== Homepage Content =================== */

.homepage-boxes-content {
    display: block;
    margin-top: -61px;}

.homepage-boxes-content{
   display:block;}

.homepage-boxes-content .threecol-one {
    background-color: #58585A;
    margin-bottom: 0;
    margin-left: -25px;
    margin-right: 0;
    padding: 10px 10%;
    width: 100%;}

.homepage-boxes-content .threecol-one h1{
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/green-arrow-mobile.png");
    background-size:28px 28px;
    background-position: right 7px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline;
    font-size: 29px;
    font-weight: 500;
    padding-right: 47px;}

.homepage-boxes-content .threecol-one p{
   color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
        clear: both;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 1.25em;}


.page-id-8 .twocol-one h1 {
    background-image: none;
    color: #83B93B;
    display: inline;
    font-size: 30px;
    font-weight: bolder;
    padding-right: 0px;}


.size-full.wp-image-46.alignleft, .size-full.wp-image-47.alignleft {
    height: 90px;
    margin-top: -5px;
    margin-right: 10px;
    width: 90px;}

.page-id-8 .twocol-one p {
    color: #58585A;
    font-size: 13px;
    height: auto;
    margin-top: 20px;}

.page-id-8 .twocol-one.last{
   display:none;}

.vos-btn {
   display:block;}

.woo-sc-button.visit-showroom-button.custom{
   width: 100% !important;}

/* =================== Footer =================== */


#footer .col-left .fnav {
    float: left;
    width: 50%;}

.fproducts{
    margin-left: 100px;
    width: 100%;}

 .fproducts .fnav{
    float:right;
    margin-left: 70px;
    width: 100%;}

.footer-contact-info {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;}

.cr {
    clear: both;
    width: 120%;}

.col-right {
    display: none;}

.footer-left .fadd {
    width: 100%;}

/* =================== Body =================== */


.page-id-8 .col-full.business {
    margin-top: 0px;
   padding-bottom:10px !important;}

.col-full.business {
    padding-bottom:0px !important;
    margin-top: -60px;}


/* =================== About Us Page =================== */
.alignnone.size-full.wp-image-131 {
    margin-left: 0px;
    margin-top: 0px;}

 .page-id-14 .woo-sc-button.callus.custom{
    font-size:16px !important;
    margin-bottom: 20px;
    margin-top:0px;}

.woo-sc-button.callus.custom{
    font-size:16px !important;}

/* =================== Doors Page =================== */
.page-id-86 .threecol-one.last img {
    margin-top:0px;
    position: relative;}

.page-id-86 .threecol-two {
    margin-bottom: 0;
    margin-top: 0;}


.page-id-86 .woo-sc-button.callus.custom{
    font-size:16px !important;
    margin-top:30px;}

/* =================== Windows Content =================== */

.alignnone.size-full.wp-image-286 {
    height: 280px;
    width: auto !important;}

.page-id-94 .threecol-one.last{
    text-align:center;}

.page-id-94 .threecol-one.last img {
    margin-bottom: 0 !important;
    margin-top: 0px;}


.alignnone.size-full.wp-image-278 {
    margin-top: 0px !important;
    position: relative;}

.alignnone.size-full.wp-image-282 {
    height: 401px;
    margin-top: 0px !important;
    width: auto;}

 /* =================== Advantages Page =================== */
.page-id-18 .twocol-one.last {
    margin-bottom: 20px;
    margin-top: -20px;}

.page-id-18 .woo-sc-hr {
    width: 98% !important;}

.woo-sc-button.pdf-download-btn.custom {
    font-size:10px !important;}

.page-id-18 .col-full.business {
   padding-bottom:20px !important;}

 /* =================== Request Quote Page =================== */

.contact-form-left{
    float:none;
    margin-bottom: -10px !important;
    width:100%;}

.contact-form-right{
    float:none;
    width:100%;}

.wpcf7-form-control.wpcf7-select.mydropdown {
    width: 102%;}

 .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.mydropdown2 {
    width: 102%;}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.postcode {
    margin-right: -6px;}

.wpcf7-form-control.wpcf7-select.mydropdown2 {
    margin-top: 15px;
    width: 102%;}

.contact-form-right .wpcf7-form-control.wpcf7-text.postcode {
    width:100%;}

.contact-form-right .wpcf7-form-control.wpcf7-text.postcode {
    float: none;
    margin-top: 15px;
    width: 97%;}

.wpcf7-form-control.wpcf7-textarea.textarea1 {
    margin-bottom: 10px;}

.wpcf7-form-control.wpcf7-textarea.textarea2 {
    margin-bottom: -10px;}

.wpcf7-form-control.wpcf7-textarea.textarea4 {
    margin-bottom: -15px;}

 .contact-form-note {
    width: 93%;}

/* =================== Carrers Page =================== */

.careers-form input {
    width: 97%;}

.careers-form textarea {
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-file {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-submit {
    margin-right: 0px;
    width:50%;}

.careers-form {
    margin-top: -15px;}

 /* =================== Contact Page =================== */

.page-id-26 .twocol-one {
   margin-top:0px;}

.page-id-26 .twocol-one.last {
    margin-top: 10px;}

.page-id-26 .twocol-one last .wpcf7-form {
    margin-top: 40px !important;}

.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-994.mycaptcha {
    padding-left: 0;
    padding-right: 0;}

.cfcaptchainput {
    width: 30%;}

.page-id-26 .wpcf7-form-control.wpcf7-submit{
    padding-left:10px !important;
    padding-right:10px !important;
    text-align:center;}

 /*======= SHOWER SCREEN PAGE ==========*/
.shower-screens-bottom-content-container .woo-sc-button.callus.custom {
    float:none;}

.woo-sc-button.rqbtn.custom {
    margin-bottom: 20px !important;
    margin-top: 0px;
    margin-left:0px !important;
    float:none;}

}


/*===============================================*/
/*======= RESPONSIVE MOBILE DEVICES =============*/
/*===============================================*/

@media screen and (max-width:767px) {
	
		html, body {
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
	}

	input, textarea, submit, select{
		-webkit-appearance: none;
		border-radius: 0 !important;
	}


#logo {
    float: right;
    margin-top: -30px;
    width: 90px;}
    
    
.wpcf7-form-control.wpcf7-textarea.textarea2 {
    margin-bottom: 0px !important;
}

.wpcf7-form-control.wpcf7-textarea.textarea3 {
    height: 120px !important;
    margin-top:10px !important;
}

.page.page-id-14 .entry .threecol-one.last {
    text-align: center !important;
}

#fully-framed-container .section-960 {
    width: auto !important;
     padding-left: 15px !important;
    padding-right:15px !important;
}

#fully-framed-container {
    margin-top: 0px !important;
}

#fully-framed-container .section-960 h2 {
	font-size: 25px !important;
}
#fully-framed-container .section-960 h2 strong{
	font-size: 20px !important;
}



#fully-framed-content .section-960 .ym50{
   padding: 0 15px !important;
    width: auto !important;
}
#fully-framed-content .section-960 .ym50 p{
   padding: 0px !important;
}

#fully-framed-content .section-960 .woo-sc-button.callus.custom {
    margin-bottom: 40px !important;
}

body.page-id-90 div.mobile-margin {
    width: 100% !important;
    margin-bottom: 40px !important;
}

.justified-image-grid{
	width:100% !important;
}



#semi-frameless-content .section-960 ul, #frameless-content .section-960 ul {
	padding-right: 0px !important;
}


#semi-frameless-content .section-960 .right, #frameless-content .section-960 .right {
    margin-top: 0px !important;
}


#semi-frameless-container .section-960 {
    width: auto !important;
     padding-left: 15px !important;
    padding-right:15px !important;
}

#semi-frameless-container {
    margin-top: 0px !important;

}

#semi-frameless-container .section-960 h2 {
	font-size: 25px !important;
}
#semi-frameless-container .section-960 h2 strong{
	font-size: 20px !important;
}
#frameless-container .section-960 {
    width: auto !important;
     padding-left: 15px !important;
    padding-right:15px !important;
}

#frameless-container {
    margin-top: 0px !important;

}

#frameless-container .section-960 h2 {
	font-size: 25px !important;
}
#frameless-container .section-960 h2 strong{
	font-size: 20px !important;
}

.justified-image-grid.jig-e5c629eff2bd3df8840220c70a59634c {
    width: 100% !important;
}

#frameless-content .section-960 .ym100 {
    padding: 0 15px !important;
    width: auto !important;
}


body.page-id-90 #section-3 {
    padding: 25px 15px !important;
}
body.page-id-90 #section-3 ul li {
    font-size: 15px !important;
}
body.page-id-90 #section-3 h3 {
    font-size: 20px !important;
}
}







/*===============================================*/
/*======== RESPONSIVE IPAD PORTRAIT =============*/
/*===============================================*/
@media screen and (min-width:768px) and (max-width:959px) {


	html, body {
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
	}

	input, textarea, submit, select{
		-webkit-appearance: none;
		border-radius: 0 !important;
	}
	
	
	input.wpcf7-form-control.wpcf7-submit,
	.wpcf7-form-control.wpcf7-submit{
		border-radius: 0 !important;
	}

#logo {
    margin-top: -30px;}

.header-widget {
    border-bottom: 1px solid #B6B6B6;
    float: right;
    margin-top: -30px !important;
    width: 70% !important;}

.widget .header-info p {
padding-right: 10px;
    margin-left: 0;}

.header-widget {
    border-bottom: 0 solid #B6B6B6 !important;}

.searchform, #searchform {
    width: 115px;}

.searchform .icon-search:before {
  padding: 5px;}

#megaMenu.megaMenuHorizontal ul.megaMenu{
    margin-left: 50px !important;
    margin-top:0px !important;}

#header {
    height: 83px !important;}


/* ==================== NAVIGATION =========================== */

/* Top Level Items */
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  color: #d9d9d9;
  border:none !important;
  padding-bottom:20px !important;}


/* ==================== BANNER =========================== */

/* =====Homepage Banner ======== */
.page-id-8 #loopedSlider.business-slider img.woo-image {
    min-height: 422px !important;}

.page-id-8 #loopedSlider {
    height: 422px !important;
    margin-left:-150px;
    margin-right:auto;
    width: 150% !important;}

#loopedSlider {
    margin-left:-150px;
    margin-right:auto;
    width: 150% !important;}

.textwidget .banner-content .threecol-one {
    padding: 20px;
    margin-right: 15px;
   width: 25% !important;}


.banner-content {
    margin-left: -220px !important;
    margin-top: 220px !important;
    width: 100% !important;}

.textwidget .banner-content .threecol-one h1 {
    background-image: url("http://www.eco2glass.com.au/wp-content/uploads/white-arrow.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    background-size: 19px auto;
    color: #FFFFFF;
    display: inline;
    font-size: 18px;
    font-weight: 500;
    padding-right: 47px;}


.bannertext {
    margin-top: 230px;
    margin-left: -210px;
    width: 87%;}

/* ================ HEADER - NEW HOMEPAGE ===================== */



.banner-text{
	width:85%;
    height: 125px;
    padding-top:2px;
	margin:0px auto;
	padding-left: 15%;
	background-image: url("http://eco2glass.com.au/wp-content/uploads/phone-banner-text-bg.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size:84px 93px;
}
.banner-left{
	width:55%;
	float:left;
}

.banner-left h2 {
    font: 500 25px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top:10px;
}

.banner-left p {
    font: 200 14px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.banner-right{
	width:45%;
	float:left;
}




/* ==================== HOME PAGE =========================== */
.page-id-8 .twocol-one {
    margin-bottom: 0;
    margin-top: 30px;
      margin-right: 10px;
    width: 45% !important;}

.page-id-8 .twocol-one.last{
    padding-left: 3%;
    width: 50% !important;}

.size-full.wp-image-46.alignleft, .size-full.wp-image-47.alignleft {
    height: 100px;
    margin-right: 10px;
    width: 100px;}

.size-full.wp-image-48.alignright {
    margin-bottom: 0;
    margin-top: 0px;
    width: 100px;}

/* =================== Doors Page =================== */
.page-id-86 .threecol-one.last img {
    margin-top:0px;
    position: relative;}

.page-id-86 .threecol-two {
    margin-bottom: 0;
    margin-top: 0;}


/* =================== Windows Content =================== */

.alignnone.size-full.wp-image-286 {
    height: 280px;
    width: auto !important;}

.page-id-94 .threecol-one.last{
    text-align:center;}

.page-id-94 .threecol-one.last img {
    margin-bottom: 0 !important;
    margin-top: 0px;}


.alignnone.size-full.wp-image-278 {
    margin-top: 0px !important;
    position: relative;}

.alignnone.size-full.wp-image-282 {
    height: 401px;
    margin-top: 0px !important;
    width: auto;}


/* =================== Advantages Page =================== */
.page-id-18 .twocol-one.last {
    margin-bottom: 20px;
    margin-top: -20px;}

/* =================== REQUEST QUOTE Page =================== */

.wpcf7-form-control.wpcf7-textarea.textarea2 {
    height: 120px;}

.wpcf7-form-control.wpcf7-textarea.textarea4 {
    height: 80px;}

/* =================== Carrers Page =================== */

.careers-form input {
    width: 97%;}

.careers-form textarea {
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-file {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    width: 97%;}

.careers-form .wpcf7-form-control.wpcf7-submit {
    margin-right: 9px;
    width:50%;}

.careers-form {
    margin-top: -15px;}

/* ==================== FOOTER =========================== */

.footer-right {
    width: 100%;}


.footer-right > a {
    float: right;
    margin-bottom: 71px;
    margin-right: 0px;
    margin-top: 50px;
    opacity: 0.1;
    width: 100%;}
    
    
  /* ==================== ABOUT US =========================== */  
    
 .page.page-id-14 .entry .threecol-two {
    margin: 0;
    width: 80% !important;
}   
.page.page-id-14 .entry .threecol-one.last {
    margin: 0;
    width: 20% !important;
}
    
   .page.page-id-14 .entry .threecol-one.last img {
    height: auto !important;
    width: 100% !important;
    margin: 100px auto 0px !important;
} 
    
    
/* =================== Shower Screens Content =================== */


#fully-framed-container{
	margin-top: 26px;
	margin-bottom: 19px;
}
#fully-framed-container .section-960{
	background-size:cover;
	padding: 32px 15px;
	margin:0px 15px;
	width:auto;
}

#fully-framed-content{
	margin:0px 15px;
}

body.page-id-90 div.section-960 {
    width: auto !important;
}

#fully-framed-content .ym50 {
    float: none !important;
    width: 100% !important;
}


#fully-framed-content .section-960 .woo-sc-button.callus.custom {
    margin-bottom: 40px;
}




#semi-frameless-container .section-960,
#frameless-container .section-960{
	background-size:cover;
	padding: 32px 15px;
	margin:0px;
	width:auto;
}

#semi-frameless-content{
	margin:0px;
}


#semi-frameless-content .ym50 {
    float: none !important;
    width: 100% !important;
}


#semi-frameless-content .section-960 .right, #frameless-content .section-960 .right {
    margin-top: 0px !important;
}



#frameless-content .section-960 p a{
 	font-size: 15px;
 	font-weight: bold;
 	color:#81bd21;
 	font-family: "Helvetica",Arial,sans-serif !important;
 	border-bottom:1px solid #81bd21;
}


#semi-frameless-content .section-960 .woo-sc-button.callus.custom{
	margin-top:10px;
}

#semi-frameless-content .section-960 ul,
#frameless-content .section-960 ul{
 	padding-right: 35px;
 	padding-left: 15px;
 	line-height: 1.2em !important;
 	margin:0px 0px 20px;
}



 body.page-id-90 #section-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left:15px !important;
    padding-right: 15px !important;
}   
    
    
body.page-id-90 #content{
	padding-bottom: 0px !important;
}
   
   
 body.page-id-90 #header, body.page-id-90 #nav-container, body.page-id-90 #footer-widgets, body.page-id-90 #footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
}  
   
   

    
     /* =================== Glass Wardrobes PAGE =================== */    
 


.page.page-id-536 .section-1,
.page.page-id-536 .section-2 {
	width:100%;
	margin:0px auto;	
}


.page.page-id-536 .section-1 .section-960,
.page.page-id-536 .section-2 .section-960{
	width:auto;
	margin:0px 15px;
	
}

.page.page-id-536 .section-1 .ym50.left,
.page.page-id-536 .section-1 .ym50.right,
.page.page-id-536 .section-2 .ym50.left,
.page.page-id-536 .section-2 .ym50.right{
	width:100%;
	
}
.page.page-id-536 .section-1 .ym50.left p,
.page.page-id-536 .section-1 .ym50.right p{
	padding-right: 0;
	
}

   
   
   
   
   
   
   
    
    
}


/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .ipad-portrait { color: red; }  your css rules for ipad portrait */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .ipad-landscape { color: blue; } /* your css rules for ipad landscape */



	input, textarea, submit, select{
		-webkit-appearance: none;
		border-radius: 0 !important;
	}
	
	
.searchform, #searchform {
   width:160px;}

.searchform .icon-search:before {
  padding: 5px;}

/*======== BANNER ======================*/
 .business-slider.woo-slideshow {
	pointer-events: none;
   	cursor: default;}

.banner-content{
    margin-left: 0px !important;
   margin-top:300px;
   width: 100% !important;}

.bannertext{
   width: 92%;
   margin-left: 0px !important;
   margin-top: 350px;}

.widget .bannertextleft p {
    font-size: 13px;}


 /*======== ADVANTAGES PAGE ======================*/

.technical-info-container ul {
    width: 110%;}

}
