.bg-secondary {
	background-color: #e98007!important;
}

.my-float{
	position: fixed;
	right: 18px;
	bottom: 15px;
	font-size: 44px;
	z-index: 100;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #25D366;
	text-align: center;
	padding: 0px;
	color: #fff;
	}

	.my-float:hover {
		background-color: #e98007;
	}


	.parallax_window_in {
		height: 550px;
		position: relative;
		display: table;
		width: 100%;
		z-index: 2;
	}
	.parallax_window_in.short {
		height: 350px;
		position: relative;
		display: table;
		width: 100%;
		z-index: 2;
	}
	#sub_content_in {
		display: table-cell;
		padding: 45px 0 0 0;
		vertical-align: middle;
		text-align: right;
	}
	.parallax_window_in.short #sub_content_in {
		display: table-cell;
		padding: 45px 0 0 0;
		vertical-align: bottom;
		text-align: left;
	/*	background: rgba(0, 0, 0, 0.7);*/
	}
	#sub_content_in h1 {
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 42px;
		margin-bottom: 0;
	}
	
	#sub_content_in p {
		color: #fff;
		font-size: 24px;
		font-weight: 300;
	}


/*-------- 2.4 Quotation --------*/
.form_title{
	position:relative;
	padding-left:55px;
	margin-bottom:10px;
}
.form_title h3 strong{
	background-color:#FF3333;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:18px;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}
.form_title h3{
	margin:0;
	padding:0;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
}
.step{
	border-left: 1px solid #ddd;
	padding:20px 0 20px 31px;
	margin:0 0 10px 20px;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:14px;
}
.form-group.options{
	border-bottom: 1px dotted #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.form-group.options strong{
	position:relative;
	top:5px;
}
/* Error validate style */   
label.error{
	font-size:11px;
	position: absolute;
	top:-12px;
	right:0;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
   } 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
} 

/*-------- 2.5 Quotation --------*/
.button-back {float: left; }
.button-next {float: right; }
a.button-back, a.button-next {text-decoration:none; color:#fff; }
.button-back, .button-next {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #e98007;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
}
.button-back:hover, .button-next:hover{background: #333; text-decoration: none; }
#custom .step {clear:left;background:#f3f3f3; padding:30px; margin:0; border:0;}
#custom .step label {display: block;position:relative;}
#custom .step legend { font-size:11px}
#custom .step .form-group {margin-bottom: 20px;}
#custom .step h3 {margin:0 0 20px 0;}

ul.stepy-titles { margin:0; padding:0;}
.stepy-titles { list-style: none; margin: 0; padding: 0; width: 100%; margin-bottom:0; height:40px; }
.stepy-titles li:first-child {margin-left:0;}
.stepy-titles li { cursor: pointer; float: left; padding: 7px 20px; background:#f3f3f3; font-weight:600; margin-bottom:2px;  margin-left:2px; position:relative; font-size:16px; }
.stepy-titles li span { font-size:11px; display: block; font-weight:normal; }
.stepy-titles .current-step { cursor: auto; background:#e98007; padding: 7px 20px; color:#fff;}

.form-control.error{ background:#fdf5f5}
.stepy-error{ display:block;}
.stepy-error label.error {
	background: #e34f4f url(../img/alert.png) no-repeat 5px center; 
	color: #fff; 
	display: block; 
	display:inline-block; 
	font-size: 12px ; 
	padding: 4px 10px 0px  25px;  
	margin:8px 5px 2px 0; 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-opera-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;  
	position:static; 
	line-height:normal;
    font-weight: 500;
}
.stepy-error label.error:after {border-width:0;}
input[type="submit"].finish{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #0e3b50;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:600;
	float:right;
	margin-top:20px;
}
input[type="submit"].finish:hover{
	background: #e98007;
}
input#website {display:none;}
.modal-dialog {margin-top:80px;}

.styled-select select {
  background: transparent;
  width: 107%;
  padding: 5px;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 41px;
  color: #999;
  margin: 0;
  font-weight: 400;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.styled-select select:focus {
  color: #555;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 44px;
  background: white url(../img/arrow_down.svg) no-repeat right center;
  border: 1px solid #ddd9d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select select:focus {
  outline: none;
  box-shadow: none;
}

.box_quote {
	padding-right: 30px;
}
.box_quote h3{
	font-size: 32px;
	margin-top: 0;
}
.box_quote h3 strong{
	color: #e98007;
	display: block;
}
.box_quote ul{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.box_quote ul li{
	position: relative;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.box_quote ul li i{
	position: absolute;
	left: 0;
	top:0;
	font-size: 20px;
}
a.call_us_bt{
	background-color: #e98007;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 600;
	
}
 /*-------- 2.6 Tips/faq --------*/
.box_style_4{
	background:#fafafa;
	padding:25px;
	margin-bottom:20px;
	border-top: 3px solid #FF3333;
} 
.box_style_4 ul{
	padding:0 0 0 25px;
	margin:0 0 0 0;
} 
.box_style_4 ul li{
	margin: 0 0 10px 0;
} 

/*-------- 2.7 Contacts --------*/
#map {width:100%; height:350px; border:3px solid #ededed;}
.box_style_4 h3{margin-top:0;} 
.error_message {font-weight:bold; color:#e34f4f; margin-bottom:5px}