/*................................reset...........................................*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*.........GLOBLE......*/

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #5a5a5a;
	font-weight: 300;
	letter-spacing: 0.25px;
}
h2 {
	font-weight: 300;
	font-size: 38px;
	line-height: 52px;
	margin-bottom: 15px;
}
span.line {
	width: 200px;
	height: 2px;
	display: block;
	margin: 30px auto;
	background: #ed145b;
}
header,
.header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9998;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky,
.header.sticky {
	position: fixed;
	width: 100%;
	background: #2a2a2a;
	box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
}
header a.logo img {
	display: block;
}

.banner {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 270px 0 270px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.banner.banner-alt {
	padding: 100px 0 100px;
}
.banner h1 {
	font-size: 46px;
	line-height: 120%;
	color: #fff;
	margin-bottom: .8em;
	text-transform: uppercase;
}

.banner h1 span {
	font-weight: 700;
}
.banner p {
	color: #fff;
	font-size: 22px;
	line-height: 38px;
	padding-bottom: 55px;
}

.services {
	padding: 120px 0 100px;
	text-align: center;
}
.services p, div.top {
	padding-bottom: 80px;
}
.banner-alt div.top {
	padding: 0;
}
.services h3 {
	font-weight: 700;
	color: #ed145b;
	padding: 15px 0;
}

.features {
	padding: 140px 0 50px;
}
.features h3 {
	font-weight: 400;
	color: #ed145b;
}
.features p {
	padding: 5px 0 70px;
}
.joinnow {
	padding: 70px 0;
	background: #ed145b;
}
.joinnow h2 {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-style: normal;
	margin-right: 20px;
	margin-bottom: 0
}
.joinnow h2 span {
	font-weight: 700;
}

.updates, .contact {
	padding: 120px 0 100px;
	text-align: center;
}

.img {
	position: relative;
}
.img img {
	width: 100%;
	display: block;
	max-width: 100%;
}

button.button {
	display: inline-block;
	border: none;
	margin: 0;
}

footer{
	padding:55px 0;
	color:#fff;
	font-weight:400;
	background:#2b2b2b;
	font-size:15px;
}
footer p a{color:#fff;}
footer p a:hover{color: #ed145b;}
div.rightside{text-align:right;}


/* New */

.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}

.box {
	position: absolute;
	width: 78px;
	height: 78px;
	left: 50%;
	top:50%;
	margin-left: -39px;
	margin-top: -39px;
}

.content {
	padding: 70px 20px;
	text-align: left;
}
.related-posts .blog {
	padding: 0px;
}
.contact .form-group {
	margin-bottom: 1.5em;
}
.map-container {
	height: 400px;
	width: 100%;
}
.map-container > div {
	width: 100%;
	height: 100%;
}
.search-wrapper {
	margin-top: 3rem;
}
.search-wrapper .button {
	width: auto;
	height: auto;
	line-height: 42px;
    padding: 0 20px;
}
.search-wrapper .search-input.full-width {
    width: 100%;
}
