body {
	padding-top: 0 !important;
}

#ajsHeader {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#ajsHeader #ajsSocial {
	order: 1;
	background: #000;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 13px;
}

#ajsHeader #ajsSocial > li {
	display: block;
	list-style: none;
}

#ajsHeader #ajsSocial > li.button {
	display: none;
	margin-left: 10px;
}

#ajsHeader #ajsSocial > li.button a {
	display: block;
	border: 2px solid #000;
	color: #000;
	font-size: 14px;
	background: #fff;
	border-radius: 3px;
	line-height:28px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#ajsHeader #ajsSocial > li.button a.login {
	border-color: #fb3167;
	color: #fb3167;
}

#ajsHeader #ajsSocial > li.button a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

#ajsHeader #ajsSocial > li.social a {
	display: block;
	padding: 0;
	line-height: 30px;
	text-align: center;
	min-width: 30px;
	color: #fff;
	font-size: 13px;
}

#ajsHeader #ajsBranding {
	display: block;
	order: 2;
	margin-bottom: 13px;
}

#ajsHeader #ajsBranding img:first-child {
	display: block;
}

#ajsHeader #ajsBranding img:last-child {
	display: none;
}

#ajsHeader #ajsContactDetails {
	order: 3;
	padding: 0;
	margin: 0 0 13px 0;
}

#ajsHeader #ajsContactDetails li {
	display: block;
	font-size: 19px;
	line-height: 30px;
	vertical-align: middle;
} 

#ajsHeader #ajsContactDetails li * {
	display: inline-block;
	color: #000;
	line-height: 30px;
	vertical-align: middle;
}

#ajsHeader #ajsContactDetails li span:after {
	content: ' | ';
	color: #fb3167;
	line-height: 30px;
}

#ajsMainNav {
	background: #fb3167;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

#ajsMainNav > .ajsMobileControls {
	display: block;
	flex: 0 0 100px;
	line-height: 45px;
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#ajsMainNav #ajsButtons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 10px;
}

#ajsMainNav #ajsButtons .button {
	display: block;
	margin-left: 10px;
}

#ajsMainNav #ajsButtons .button a {
	display: block;
	border:1px solid #000;
	background: #000;
	color: #fff;
	border-radius: 3px;
	line-height:28px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#ajsMainNav #ajsButtons .button a.login {
	border:1px solid #fff;
	color: #fff;
	background: #fb3167;
}

#ajsMainNav #ajsButtons .button a:hover {
	background: #fff;
	color: #000;
	border-color: #000;
}

.ajs_more_info:before {
	content: 'More Info';
}

.ajs_more_info_and_pricing:before {
	content: 'More Info & Pricing';
}

.ajs_more_ideas:before {
	content: 'FOR MORE IDEAS SEE';
}

.ajs_read_more:before {
	content: ' (Read more)';
}

@media screen and (max-width: 380px) {
	#ajsMainNav > .ajsMobileControls {
		flex: 0 0 auto;
		padding: 0 10px;
	}

	#ajsMainNav #ajsButtons .button a {
		font-size: 13px;
	}
}

@media screen and (max-width: 991px) {

	#ajsMainNav ul {
		display: none;
		padding: 0;
		margin: 0;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 9999;
		background: #fff;
		padding: 45px 0;
		max-width: 500px;
		-webkit-box-shadow: 3px 3px 2px 0 rgba(0,0,0,0.2);
		box-shadow: 3px 3px 2px 0 rgba(0,0,0,0.2);
	}

	body.navOpen #ajsMainNav ul {
		display: block;
	}

	#ajsMainNav ul > li {
		display: block;
		margin-bottom: 2px;
	}

	#ajsMainNav ul > li a {
		display: block;
		border-left: 5px solid #fb3167;
		padding: 5px 20px;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		text-decoration: none;
		font-size: 18px;
		line-height: 20px;
		color: #000;
	}

	#ajsMainNav ul > li:nth-child(5n) a {
		border-color: #fb3167;
	}

	#ajsMainNav ul > li:nth-child(5n+1) a {
		border-color: #fbbb00;
	}

	#ajsMainNav ul > li:nth-child(5n+2) a {
		border-color: #e85412;
	}

	#ajsMainNav ul > li:nth-child(5n+3) a {
		border-color: #a4ba00;
	}

	#ajsMainNav ul > li:nth-child(5n+4) a {
		border-color: #008ac9;
	}

	#ajsMainNav ul > li a:hover {
		border-left-width: 10px;
		padding: 5px 20px 5px 15px;
		background: #f4f4f4;
	}


}

@media screen and (min-width: 992) and (max-width: 1200px) {
	#ajsMainNav > ul > li > a {
		font-size: 13px;
		line-height: 1.2em;
	}
}

@media screen and (min-width: 992px) {
	#ajsHeader {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 13px 20px 0 20px;
	}

	#ajsHeader #ajsBranding img:first-child {
		display: none;
	}

	#ajsHeader #ajsBranding img:last-child {
		display: block;
	}

	body.scrolling #ajsHeader #ajsBranding img:first-child {
		display: block;
	}

	body.scrolling #ajsHeader #ajsBranding img:last-child {
		display: none;
	}

	body.scrolling #ajsHeader {
		padding-top: 0px;
	}


	#ajsHeader #ajsSocial {
		background: transparent;
		width: auto;
		flex: 0 0 auto;
		order: 3;
	}

	#ajsHeader #ajsSocial > li.social a {
		background: #000;
		border-radius: 50%;
		margin-left: 10px;
	}

	#ajsHeader #ajsSocial > li.button {
		display: block;
	}

	#ajsHeader #ajsContactDetails {
		order: 1;
	}

	#ajsMainNav > .ajsMobileControls,
	#ajsMainNav #ajsButtons {
		display: none;
	}

	#ajsMainNav > ul {
		display: flex;
		justify-content: center;
		align-items: stretch;
		padding: 0;
		margin:0;
		flex: 1;
	}

	#ajsMainNav > ul > li {
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-grow: 1;
		border-left: 1px solid #fff;
	}

	#ajsMainNav > ul > li:first-child {
		border-left: 0;
	}

	#ajsMainNav > ul > li > a {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 10px;
		line-height: 1.2em;
		flex-grow: 1;
		text-transform: uppercase;
		color: #fff;
		background: #fb3167;
		font-weight: 300;
		text-decoration: none;
	}

	#ajsMainNav > ul > li > a:hover {
		background: #000;
		color: #fff;
	}

	body {
		padding-top: 192px !important;
	}

	#headerWrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10000000;
	}

	body.scrolling #ajsHeader #ajsBranding,
	body.scrolling #ajsHeader #ajsSocial,
	body.scrolling #ajsHeader #ajsContactDetails {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {

	#ajsHeader #ajsSocial,
	#ajsHeader #ajsContactDetails {
		min-width: 420px;
	}
}