@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway);


body{
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	margin:0 auto;
	padding:0px;
}

.quote-form-main{
	float:left;
	width:256px;
}
.quote-form-img{
	width:100%;
}
.government-rebates{
	margin-bottom:7px;
}

.quote-form-title{
	background-image: url("../images/title.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    margin: 0 -15px;
    padding: 58px 0;
    width: auto;
}

.quote-form{
	background-image:url(../images/quote-bg.png);
	background-color:#1a364b;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0 15px 20px 15px;
	width:calc(100% - 30px);
}
.quote-form .form-group{
	display:table;
	margin-bottom:15px;
	color:#ffffff;
	width:100%;
}
.quote-form .form-group p{
	margin-top:5px;
	margin-bottom:10px;
}
.radiobox{
	width:auto;
	display:inline-block;
}
.form-control-field{
	background:#0e202d;
	border:1px solid #0c1c27;	
	color:#addcee;
	width:calc(100% - 60px);
	resize:vertical;
	padding:8px 10px 9px;
	font-size:12px; 
	outline:none;
}
.form-control-field1{
	background:#21455f;
	border:none;
	color:#addcee;
	width:92%;
	min-height:90px;
	resize:vertical;
	padding:10px;
	font-size:12px; 
}

.quote-form-icon{
	background-color:#3ab7e8;
	background-image:url(../images/cuntrol.png);
	background-repeat:no-repeat;
	display:inline-block;
	padding:17px 19px;
	float:left;
}
.btn-quote-form{
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding:6px 10px 6px 15px;
	font-size:14px;
	line-height:27px;
	color:#fff; 
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	position:relative;
	
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	
}

.btn-quote-form span{
	background-image: url("../images/btn-hand.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 23px;
	margin-left:15px;
}
.btn-quote-form:hover{
	color:#000;
	text-decoration:none;
}
.btn-quote-back{
	background-color:#182b39;
	padding:6px 10px;
	font-size:19px;
	line-height:27px;
	color:#a6d3e5; 
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	
}
.btn-quote-back span{
	font-size:21px;
	padding-right:5px;
}
.btn-quote-back:hover{
	color:#FFF;
}
.quote-form1{
}
.quote-form2{
}
.quote-form3{	
	width:95%;
	margin:10px;
}
.quote-form4{	
	width:95%;
	margin:10px;
}
.margin-top{
	margin-top:140px;
}

.quote-form-big{
	float: left;
    width: 930px;
}

.quote-form-big .quote-form-title{
	background-image: url("../images/title-big.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    margin: 0 -15px;
    padding: 58px 0;
    width: auto;	
}
.quote-form-big .quote-form-left{
	width:42%;
	float:left;
}
.quote-form-big .quote-form-left img{
	max-width:100%;
}
.quote-form-big .quote-form-right{
	width:58%;
	float:left;
}
.quote-form-big .quote-form-subtitle{
	color:#3ab7e8;
	font-weight:bold;
	font-size:28px;
	margin:15px 0px 0px 0px;
}
.quote-form-big .quote-form-subtitle1{
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
	margin:0px 0px 20px 0px;
}
.quote-form-big .quote-form-main{
    margin: 0 13px;
    width: 45%;
}
.quote-form-big .suburb{
	float: left;
    margin-right: 15px;
    width: 34%;
}
.quote-form-big .state{
	float: left;
    margin-right: 15px;
    width: 30%;
}
.quote-form-big .postcode{
	width:30%;
	float:left;
}

.quote-form-big .quote-form{
	background-image:url(../images/quote-bg-big.png);
	 background-size: 100% 100%;
	 padding-bottom:0px;
	 float:left;
}




/**** Radio button style *****/
.control{
	padding:0px;
	margin:0px;
}
.control > label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 12px;
  width:auto !important;
  color:#addcee;
  line-height:30px;
}
.control input[type=radio],
.control input[type=checkbox] {
  display: none;
}

.control label:before {
  font-weight: normal;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: transparent;
  background-image:url(../images/cuntrol.png); 
  background-repeat:no-repeat;
}
.control-with-box label:before {
	top:6px;
}
.control.radio label:before {
  border-radius: 10px;
}

.control input[type=radio] + label:before {
	background-position:0px 0px;
}
.control input[type=radio]:checked + label:before {
  background-position:-29px 0px;
  text-align: center;
  line-height: 20px;
}

.control input[type=checkbox] + label:before {
	background-position:0px 0px;
}
.control input[type=checkbox]:checked + label:before {
  background-position:-40px 0px;
  line-height: 24px;
}
/**** Radio button style end*****/

/***************** S E L E C T  B O X  S  T A R T*/

div.quote-form-select {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: left;
	line-height: 30px;
	float:left;
	color: #addcee;
	background-color:#0e202d;
	width:100%;
}
span.selected {
	width:calc(100% - 38px);
	text-indent: 20px;
	border-right: none;	
	overflow: hidden;
	background-image:url(../images/dropdown.png);
	background-repeat:no-repeat;
	background-position:100% -1%;
	
	line-height:35px;
	
	position: relative;
	float: left;
	height: 34px;
	z-index: 1;
	-o-user-select: none;
	user-select: none;
}

span.selected:hover,
.selected-active-mian span.selected {
	background-position:100% 94%;
}

div.selectoptions {
	position: absolute;
	top: 34px;
	left: 0;
	width: 99.5%;
	border-bottom: 1px solid #0a0a0a;	
	border-top:1px solid #0a0a0a;
	overflow: hidden;
	background: #0e202d;
	padding-top: 2px;
	display: none;
	z-index:2;
}
span.selectoption {	
	display: block;
	line-height: 20px;
	margin: 0 auto;
	padding: 5px 10%;
	width: 90%;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}
span.selectoption:hover {
	background-color:#395264;
	border-bottom: 1px solid #234d6c;
	border-top: 1px solid #234d6c;
}
/***************** S E L E C T  B O X  E N D*/
.icon-arrow{
	background-position:9px -47px;
}
.icon-roof{
	background-position:9px -84px;
}
.icon-time{
	background-position:9px -122px;
}
.icon-home{
	background-position:9px -167px;
}
.icon-power{
	background-position:9px -203px;
}
.icon-person{
	background-position:9px -245px;
}
.icon-surname{
	background-position:9px -279px;
}
.icon-contact{
	background-position:9px -329px;
}
.icon-email{
	background-position:9px -376px;
}
.icon-address{
	background-position:9px -427px;
}
.icon-homes{
	background-position:9px -471px;
}
.icon-state{
	background-position:9px -517px;
}
.icon-location{
	background-position:9px -561px;
}

.quote-form-big .quote-form-title-res{
		display:none;

		background-image: url("../images/title-big-res.png");
		background-repeat: no-repeat;
		background-size:cover;
		color: #fff;
		font-size: 35px;
		margin: 0 -15px;
		padding: 31px 22px;
		width: auto;
		text-align:center;
	}
.success-shortcode1,.success-shortcode2 {
    color: red;
    font-size: 14px;
}
.banner_shortcode2	.btn-quote-back{
	float:left;
	margin-right:10px;
}
@media(max-width:940px){
	.quote-form-big{
		width:100%;
	}
}
@media(max-width:768px){
	.quote-form-big,
	.quote-form-big .suburb,
	.quote-form-big .state,
	.quote-form-big .postcode{
		width:100%;
	}
	.quote-form-big .quote-form-left,
	.quote-form-big .quote-form-right{
		width:100%;		
	}
	.quote-form-big .quote-form-left{
		text-align:center;
	}
	.quote-form-big .quote-form-main{
		margin:0px;
		width:100%;
	}
	.btn-quote-back{
		margin:0px 10px 10px 0px;
	}
	.quote-form-big .quote-form-title{
		display:none;
	}	
	.quote-form-big .quote-form-title-res{
		display:block;
	}
	
}
@media(max-width:400px){
.btn-quote-form-big {
		padding-right:30px;
	}
	.btn-quote-form-big span{
		float: right;
		height: 30px;
		margin-left: 0;
		padding: 0;
		position: absolute;
		right: 3px;
		top: 35%;
		width: 39px;
	}
}

#Content{
	overflow:visible;
}