body, html {
    overflow-x: hidden;
}
.bottom-cut-color-all {
    border-bottom: 20px solid #00acec;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    padding-bottom: 80px;
}
.bottom-cut-color-all {
    border-bottom: 20px solid #964b00;
}

#features-tabs ul.bullets{
	margin-top:0px;
}
#footer .line-2{
	text-align:left;
}
#footer .line-2.line-2-right{
	text-align:right;
}
#features-tabs ul.bullets li .icon i{
	line-height:24px;
}
@media only screen and (max-width: 767px){
	#features-tabs ul.bullets{
		padding-left:0px;
		font-family:Verdana, Geneva, sans-serif;
		margin-top:0px;
	}
	#footer .line-2, #footer .line-2.line-2-right{
		text-align:center;
	}
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 1.42857;
    padding: 5px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#contact .form .input-group {
  margin-top: 15px;
}
.help-block.has-error.errorInputMsg{
	color: #a94442;
	text-align:left;
}
.responsiveimg1 {
    max-width: 100%;
    height: auto;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-responsive video{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	
