.hsmns * {
	font-family: "PT Sans", "sans serif";
}

body.hsmns {
	padding-top:20px;
	line-height:1.2;
}

.hsmns .jumbotron {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #50bebe 0px, #41aaaa 60%, #0099cb 110%) repeat scroll 0 0;
	z-index:-1;
	min-height:25vh;
	position:relative;
	overflow:hidden;
}

.hsmns .jumbotron p {
	color: #fff;
	z-index:200;
    font-size: 250%;
    text-shadow: 1px 0 8px rgba(0, 0, 0, 0.4);	
}

.hsmns .jumbotron p.bg {
	z-index:-1;
}

.heading-decorated.hsmns h1, .heading-decorated.hsmns h2 {
	text-align:left;
	margin-top:5px;
}
.hsmns h1:before,
.hsmns h2:before {
	content:none;
}
.hsmns h1:after,
.hsmns h2:after {
	border:none;
	border-bottom: 3px solid #007373;
	left:0;
	bottom: -3px;
	margin-left:0;
	opacity:1;
}
.hsmns .jumbotron .video-container {
	/*
	position: absolute;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	*/
}
.hsmns .jumbotron video {
	/*
	position: absolute;
	top:0;
	left:0;
	width:100%;
	*/
	z-index:-1;
	opacity:0.2;
}



.hsmns .jumbotron .video-container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hsmns .jumbotron video {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

.hsmns .row.content-bg .ce_text {
	background-color: #ebf0f5;
	padding:20px;
}
.hsmns .btn-warning {
    background: #41aaaa none repeat scroll 0 0 !important;
    border-color: #007373;
    border-width: 2px;
    color: #fff;
}
.hsmns .btn-warning:hover {
	background: #007373 !important;
}

.hsmns .ce_semantic_html5 div[class*="col-"] {
	margin-bottom:20px;
} 

.hsmns .bg-green ,
.hsmns .bg-green section {
	background: rgba(65, 170, 170, 0.1);
}

.hsmns .bg-green section {
	border:none;
	margin:none;
}

.hsmns #contact .panel-heading {
	display: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
	position:relative;
}
a[href^="tel:"]::before {
    //color: #fff;
    content: "\f095";
    font-family: "fontawesome";
    font-size: 15px;
    left: -20px;
    position: absolute;
    top: 0;
}

a[href^="mailto:"]::before {
    //color: #fff;
    content: "\f0e0";
    font-family: "fontawesome";
    font-size: 15px;
    left: -20px;
    position: absolute;
    top: 0;
}


/* ajaxform */

form.isAjax {
	position:relative;
}

form.isAjax .overlay table td{
	padding:25px !important;
}
