.section-subtitle{
	text-align:center;
	padding-bottom: 30px;
	}
.section-title.no-subtitle{
	padding-bottom:30px;
	}
section.verticalmiddle .section-content {
    vertical-align: middle;
}
section.fullheight .section-content {
    display: table-cell;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .loader .loader_inner {
    background-image: url("../images/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-posirion: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }
.home-section-1 .magee-heading{
	font-size:64px;
	font-weight:400;
	margin-top:0;
	margin-bottom:30px;
	color: #fff;
	border-color: #fff;
	text-align: center;
}
.home-section-1 .heading-border .heading-inner {
	border-width: 1px;
}
.home-section-1 .heading-doubleline .heading-inner:before,
.home-section-1 .heading-doubleline .heading-inner:after {
	border-color: #fff;
	border-width: 1px;
}
.home-container .row.no-margin,
.home-container .row.no-margin > [class*="col-md"] {
    margin: 0!important;
}