@charset "utf-8";
/* CSS Document */

@import "../fonts/font.css";
@import "https://fonts.googleapis.com/css?family=Ek+Mukta:400,300,500,600,700,800"; {font-family: 'Ek Mukta', sans-serif;}
@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700";

h1 {
	font: 400 30px/30px 'Ek Mukta', sans-serif;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	vertical-align: middle;
}
.homeHeading {
	font-size: 3vw;
}
h2 {
	font: 700 28px/38px 'Ek Mukta', sans-serif;
	margin: 0.5em 0;
}
h3 {
	font: 700 22px/32px 'Ek Mukta', sans-serif;
	margin: 0.5em 0;
}
h4 {
	font: 700 20px/30px 'Ek Mukta', sans-serif;
	margin: 0.5em 0;
}
h5 {
	font: 700 18px/28px 'Ek Mukta', sans-serif;
	margin: 0.5em 0;
}

ul li, p {
	font: 400 16px/26px 'Ek Mukta', sans-serif;
}

body {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 0;
	background: #ededed;
	text-align: center;
}

.wideImage {
	width: 100%
}

.column, .columns {
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.centred {
	text-align: center;
}

.row {
	max-width: 90%;
}

.home .row {
	max-width: 100%;
}

.content {
	display: inline-block;
	font: 400 16px/26px 'Ek Mukta', sans-serif;
	margin: 0;
	text-align: left;
	width: 100%;
}

.marginNeeded {
	margin: 15px auto 0 !important;
}

.content img {
	width: 100%;
}

.content a {
	color: #000;
	text-decoration: underline;
}

.mainTitle {
	/* height: 120px; */
	margin: 0 0 20px;
	border-top: 1px solid #203141;
	border-bottom: 1px solid #203141;
	background: #aaa;
}

.mainTitle h1 {
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

.mainTitle .btn {
	float: none;
	margin: 10px auto 0;
	text-shadow: none;
}

@media (max-width: 640px) {

	.mainTitle .btn {
		display: block;
		width: 105px;
	}

}

@media (min-width: 641px) {
	
	.column, .columns {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	.mainTitle h1 {
		text-align: left;
	}

	.home .mainTitle h1 {
		text-align: center;
	}

	.mainTitle .btn {
		float: right;
		margin: 0;
	}

	.home .mainTitle .btn {
		display: none;
	}

}

@media (min-width: 992px) {	
	.row {
		max-width: 84vw;
	}
	
	.home-buttons {
		margin: 10px 0
	}

	.content {
		margin: 0 1vw;
		width: 52vw;
	}

	.business .content {
		width: 62vw;
	}
	
}

/* ======================================================= */
/* ==================== Header Styles ==================== */
/* ======================================================= */

header.gototop {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	background: #fff;
	padding: 0 0 20px;
	transition: all 0.3s;
}

.mainBanner {
	width: 85%
}

.top-bar-section ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media(max-width: 991px) {
	
	.mainBanner {
		display: none;
	}

}

/* ======================================================= */
/* ================== Navigation Styles ================== */
/* ======================================================= */

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

.top-bar img {
	display: block;
	margin: 0 auto;
	max-width: 380px;
	vertical-align: top;
	width: 100%;
}

.top-bar-section {
	float: none;
}

.top-bar-section ul li {
	display: inline-block;
	float: none;
}

.top-bar, .top-bar-section ul li, .top-bar-section ul li a {
	background: none !important;

}

.top-bar-section ul li a {
	font-size: 15px;
	padding: 0px 8px !important;
	line-height: 30px !important;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}

.top-bar-section .has-dropdown>a {
	padding: 0px 10px !important;
}

.top-bar-section .has-dropdown>a:after {
	border: none;
}

.top-bar-section .dropdown {
	min-width: 115px;
}

.top-bar-section .dropdown a {
	padding: 4px 15px !important;
}

.top-bar-section ul, .utility {
	float: right;

}

.top-bar-section ul {
	padding: 25px 0 0;
}

.top-bar .title-area {
	padding: 25px 0;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
    width: 16px;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #000;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative;
}

.top-bar .toggle-topbar a {
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
    position: relative;
    text-transform: uppercase;
}

@media(max-width: 991px) {

	.top-bar .title-area {
		margin: 0 auto;
		padding: 0;
		float: none;
		text-align: center;
	}
	.top-bar .title-area, .utility {
		padding: 0;
		width: inherit;
		border: none;
		vertical-align: top;
	}
	.utility ul li {
		display: inline-block;
		margin: 0 10px;
	}
	.top-bar-section .dropdown {
		text-align: left;
	}
	.top-bar-section, footer .medium-3, footer .medium-6 {
		width: 100%;
		float: left;
		text-align: center;/* padding: 5px 0 0; */
	}
	.top-bar-section ul {
		float: none;
		display: inline-block;
		padding: 0;
	}

	.top-bar {
		height: 130px;
		overflow: hidden;
	}
	.top-bar {
		-moz-transition: height 0.5s;
		-webkit-transition: height 0.5s;
		-o-transition: height 0.5s;
		transition: height 0.5s;
	}
	.top-bar.expanded {
		height: 425px;
	}
	.top-bar .toggle-topbar {/* right: 112px; */
		margin: -22px 0 0 !important;
	}
	.top-bar .toggle-topbar.menu-icon {/* margin-top: 32px; *//* left: 0; *//* right: inherit; */
		width: 100%;
		background: #fff;/* z-index: 100; */
		border-top: 1px solid #fff;
		padding: 0;
	}
	.top-bar .toggle-topbar.menu-icon a {
		font-size: 17px;
		display: inline-block;
	}
	.top-bar-section ul li, .user-detail {
		text-align: left;
		display: block;
	}
	.top-bar-section ul li a {
		color: #000;
		font-size: 16px;
		border-bottom: 1px solid #666;
		line-height: 35px !important;
		display: block;
	}
	.top-bar.expanded .title-area, .top-bar-section .dropdown {
		background: none;
		/* display: block; */
	}
	.top-bar-section .has-dropdown>a:after {
		content: "\f101";
		font-family: 'FontAwesome';
		position: absolute;
		top: -5px;
		right: 5px;
		font-size: 24px;
	}
	.top-bar-section .has-dropdown .dropdown a:after {
		content: " ";
	}

	header.gototop ul {
		display: block;
	}
	
}

@media(min-width: 992px) {
	
	.title-area {
		display: none;
	}
	
	.title-area ul {
		margin: 0 auto;
	}
	
	.top-bar-section ul {
		float: none;
		margin: 17vw auto 0;
		display: block;
		padding: 0;
		position: absolute;
		line-height: 50px;
		text-align: center;
		width: 100%;
	}
	
	.top-bar-section li {
		display: inline-block;
	}
	
	.top-bar-section ul li a {
		color: #000;
		font-size: 1.2vw;
		padding: 0 1vw !important;
	}
	
	.title-area a {
		font-size: 2em;
	}
	
}

/* ======================================================= */
/* ===================== Home Styles ===================== */
/* ======================================================= */

.home-buttons a {
	align-items: center;
	background: #988222;
	box-shadow: 0px 0px 10px #000;
	display: flex;
	border: 1px solid #ffffff;
	font-size: 4vw;
	line-height: 20px;
	margin: 5px 0;
	padding: 0;
	height: 30px;
	justify-content: center;
	vertical-align: middle;
	width: 100%;
}

.home-buttons a:hover {
	background: #c2000b;
    border: 1px solid #fff;
    color: #fff !important;
}

.customers {
	background: url('/_assets/img/customers.jpg');
	background-size: cover;
	padding: 50px 0 40px;
}

.customers h2, .customers h3 {
	color: #ffffff;
	text-shadow: 0px 2px 6px rgba(0,0,0,1);
}

.customers h2 {
	font-size: 2.5em;
}

.businesses {
	background-image: url('/_assets/img/businesses.jpg');
	background-size: cover;
	padding: 50px 0 40px;
}

.businesses h2, .businesses h3 {
	color: #ffffff;
	text-shadow: 0px 2px 6px rgba(0,0,0,1);
}

.businesses h2 {
	font-size: 2.5em;
}

.left-profiles img {
	width: 100%;
}

.right-profiles p {
	background: #ffffff;
	color: #000000;
	padding: 10px;
}

.right-profiles span {
	background: #eee;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 0;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

.left-profiles h2, .right-profiles h2 {
	text-align: center;
	text-transform: uppercase;
}

.displayOnMobile {
	display: none;
}

.home-slider {
	text-align: center;
}

.home-slider h1 {
	font-size: 2.1em;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.home-slide h2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.home-slide p {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.home-slide .btn {
	width: auto;
	padding: 0 1%;
	margin: 2% auto 0;
}

@media(max-width: 479px) {

	.home-buttons a {
		margin: 5px 0;
		width: 60vw;
		padding: 0;
	}

	.greyButton {
		display: inline;
	}

	.greyButton a {
		float: right;
		position: absolute;
		background-size:cover;
		z-index: 999;
		right: 0;
		height: 60px;
		padding: 53px 0;
		margin: 5px 4vw;
		text-align: center;
		line-height: 30px;
		width: 27vw;
		color: #c2000b;
		text-shadow: 1px 1px 1px #000;
		border: 1px solid #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 6vw;
	}

	.mobileSpecial a {
		background-image: url(/_assets/img/greyButton-money.jpg);
		color: #fff;
		text-shadow: 1px 1px 1px #000;
		color: #fff;
	}
	
	.mobileWanted a {
		background-image: url(/_assets/img/greyButton-wanted.jpg);
	}
	
	.home-buttons .small-12 {
		padding: 0 4vw;
	}
}

@media(min-width: 480px) {
	.home-buttons a {
		line-height: 50px;
		height: 50px;
	}

	.home-buttons a {
		line-height: 50px;
		height: 50px;
	}
}

@media(max-width: 640px) {
	
	.left-profiles {
		margin: 120px auto 20px;
	}
	
}

@media (min-width: 800px) {
	.home .middle {
		/* margin: -20% auto 0; */
		width: 52%;
	}
}

@media(max-width: 991px) {
	
	.left-profiles, .right-profiles {
		position: relative;
		margin: 10px 15px;
	}

	.home .middle {
		margin: 0;
	}
	
}

@media(min-width: 992px) {
	
	.left-profiles, .right-profiles {
		position: relative;
		margin: 20px auto;
		width: 100%;
		text-align: center;
	}

	.left-profiles {
		margin: 0;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}

	.home .middle {
		margin: 0;
	}
	
	.home-buttons a {
		font-size: 20px;
		height: 40px;
	}

	.mobileSpecial a,
	.mobileWanted a {
		display: none;
	}
	
}

@media(min-width: 992px) and (max-width: 1775px) {
	
	.left-profiles span, .right-profiles span {
		font-size: 0.8em;
	}
	
}

@media(min-width: 1024px) {
	.home-buttons a {
		font-size: 1vw;
	}
}

@media (min-width: 1024px) and (max-width: 1300px) {

	.displayOnMobile {
		display: block;
	}

	.hideOnMobile {
		display: none;
	}

	.profileColumn {
		width: 50% !important;
	}

}

@media(max-width:1400px) {
	
	.home-slider {
		text-align: left;
	}
	
	.home-slider h1 {
		font-size: 2.6em;
		margin: 0 5%;
		padding: 2% 0 0;
		width: 55%;
	}
	
	.home-slide h2 {
		text-align: center;
		margin: 0 5%;
		padding: 1% 0 0;
		width: 55%;
	}
	
	.home-slide p {
		color: #fff;
		font-size: 1.5em;
		line-height: 1.7em;

		margin: 0 10%;
		padding: 1% 0 0;
		width: 45%;
	}

	.home-slide .btn {
		line-height: 50px;
		margin: 2% 0 10% 20%;/* padding: 0; */
		width: 25%;
		text-align: center;
	}
	
}

/* ======================================================= */
/* ==================== Button Styles ==================== */
/* ======================================================= */

.btn {
	padding: 0 20px;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: bold;
	background: #c2000b;
	border: 1px solid #c2000b;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
	vertical-align: top;
}

.btn:hover {
	border: 1px solid #c2000b;
	background: #ffffff;
	color: #c2000b !important;
}

h1 .btn {
	float: right;
}

@media (min-width: 1025px) {
	h1 .btn {
		/* margin: 2px 0 0; */
	}
}

/* ======================================================= */
/* =============== Special Adverts Styles ================ */
/* ======================================================= */

.left-profiles .slide a {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
	display: block;
	font-weight: bold;
	margin: 5% 4%;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.left-profiles .slide a:hover {
	box-shadow: 2px 2px 10px #c2000b;
}
.left-profiles .slide .text {
	line-height: 18px;
	height: 46px;
	padding: 5px 0;
}
.left-profiles .slide img {
	margin: 0 auto;
	width: 85%;
}

.middle img {
	display: block;
	margin: 0 auto;
}

.indexLeft,
.indexRight {
	display: none;
}

@media (min-width: 992px) {

	.indexLeft,
	.indexRight {
		display: inline-block;
		margin: 10px 0 0;
		text-align: center;
		vertical-align: top;
		width: 15vw;
	}
	
	.indexLeft h2,
	.indexRight h2 {
		color: #666;
		text-transform: uppercase;
	}
	
	.indexLeft p,
	.indexRight p {
		background: #efefef;
		border: 1px solid #cccccc;
		display: block;
		padding: 0.5%;
	}
	
}

.greyButton {
	display: inline;
}

.greyButton a {
	/* float: right; */
	/* position: absolute; */
	background-size:cover;
	z-index: 999;
	right: 0;
	height: 60px;
	padding: 53px 0;
	margin: 5px 4vw;
	text-align: center;
	line-height: 30px;
	width: 27vw;
	color: #c2000b;
	text-shadow: 1px 1px 1px #000;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 6vw;
	text-decoration: none;
}

.currentSpecials .indexRight a {
	align-items:center;
	background-size: 100%;
	border: 3px solid #c2000b;
	display: flex;
	right: 0;
	height: 75px;
	margin: 5px 0;
	line-height: 60px;
	width: 100%;
	color: #c2000b;
	text-shadow: 1px 1px 1px #000 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5vw;
	padding: 0;
}

.indexRight h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}

.mobileSpecial a {
	background-image: url(/_assets/img/greyButton-money.jpg);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.mobileWanted a {
	background-image: url(/_assets/img/greyButton-wanted.jpg);
}

.indexRight {
	background: #c2000b;
	border-bottom: 5px solid #c2000b;
}

.indexRight a {
	background: #ffffff;
	color: #000;
}

.indexLeft .greyButton,
.indexRight .greyButton {
	display: block;
}

.indexLeft .greyButton a,
.indexRight .greyButton a,
.currentSpecials .greyButton a {
	align-items:center;
	background-size: 100%;
	border: 3px solid #c2000b;
	display: flex;
	right: 0;
	height: 75px;
	margin: 5px 0;
	line-height: 60px;
	width: 100%;
	color: #c2000b;
	text-shadow: 1px 1px 1px #000 !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5vw;
	padding: 0;
}

.indexLeft a span,
.indexRight a span {
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.indexLeft .mobileSpecial {
	background-image: url(/images/money.jpg);
	color: #fff !important;
	font-size: 2vw;
	text-shadow: none;
}

.indexLeft .mobileWanted {
	background-image: url(/_assets/img/greyButton-wanted.jpg);
}

.greySpecials a {
	color: #000 !important;
	line-height: 20px !important;
	height: 60px !important;
	vertical-align: middle;
}

.advertise {
	background: #f2969b !important;
	color: #ffffff !important;
	font-size: 1.3vw !important;

	line-height: 26px !important;
	/* height: 130px !important; */
	/* width: 100% !important; */
	display: block;
	margin: 5px 0;
	padding: 0;
}

.indexRight .advertise {
	align-items: center;
	background: #ffffff !important;
	display: flex !important;
	font-size: 14px !important;
	margin: 3px 3px 0;
}

.indexRight .advertise:hover {
	background: #c2000b !important;
	color: #ffffff !important;
}

.business .indexRight .advertise:hover {
	background: #ffffff !important;
	color: #000000 !important;
}

.indexRight a span {
	margin: 0;
	padding: 10px 5px;
	text-align: left !important;
	width: 90%;
}

.indexRight a .arrow {
	color: #c2000b;
	font-size: 20px;
}

.indexRight .advertise:hover .arrow {
	color: #ffffff;
}

.greySpecials {
	margin: 0;
}

.currentSpecials .indexRight {
	display: block !important;
	margin: 0 0 20px;
	padding: 0;
	position: static;
	width: 100%;
	text-align: center;
}

.currentSpecials .indexRight .advertise {
	color: #000000 !important;
	font-size: 16px !important;
	text-align: left;
	display: block !important;
	padding: 10px;
}

/* ======================================================= */
/* ==================== Contact Styles =================== */
/* ======================================================= */

.contact-box .fig {
	width: 22%;
	float: left;
	margin-right: 30px;
}

.contact-box .fig-cap {
	width: 68%;

	float: left;
}

.contact-box em {
	font-size: 45px;
	display: inline-block;
	width: 67px;
	height: 67px;
	text-align: center;
	line-height: 67px;
	border-radius: 50%;
}

.contact-box em.fa-envelope {
	font-size: 38px;
}

.contact-box h5 {
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
}

.contact-box p, .contact-box a {
	font-size: 16px;
	margin: 0;
}

.contact-form input[type="text"], .contact-form textarea {
	font-size: 15px;
	height: 40px;
	font-family: 'Ek Mukta', sans-serif;
	padding-left: 40px;
}


.contact-form textarea {
	height: 190px;
	line-height: inherit;
}

.input-field {
	width: 100%;
	float: left;
	position: relative;
}

.input-field:before {
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 22px;
}

.contact-form .fa-envelope:before {
	font-size: 18px;
	top: 10px;
}

/* ======================================================= */
/* =================== Profile Styles ==================== */
/* ======================================================= */

.contactDetails {
	margin: 0 0 20px;
}

.business .firstRowSpecial img {
	border: 1px solid #cccccc;
}

.contactDetails .row {
	background: #eee;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin: 0;
}

.contactDetails .row:nth-child(2n) {
	background: #ddd;
}

.contactDetails .row:last-child {
	border: 0 none;
}

.business .indexLeft,
.business .indexRight {
	display: none;
}

@media (min-width: 1025px) and (max-width: 1260px) {
	
	.firstRow {
		max-width: 65% !important;
		/* position: absolute; */
		margin: 20px auto 0 !important;
	}

	.contactDetails {
		font-size: 14px;
		line-height: 16px;
	}

	.contactDetails div {
		display: block;
		float: none;
	}

	.contactDetails .row {
		padding: 7px 0;
	}

}

@media (min-width: 1261px) {
	.firstRow {
		max-width: 65% !important;
		margin: 20px auto !important;
	}
	
}

.special p {
	font-size: 1.2em;
	line-height: 1.7em
}

#googleMap {
	margin-bottom: 1.25rem;
	width: 100%;
	height: 300px;
}

.contactDetails .row a {
	text-decoration: underline;
}

.actualSpecial {
	position: relative;
}

.actualSpecial .text {
	color: #000;
	left: 17%;
	position: absolute;
	width: 67%;
	top: 59%;
	font-size: 1.4vw;
}

.actualSpecial img {
	margin: 0 0 10px;
}

.actualSpecial em {
	display: block;
	font-size: 0.9em;
}

@media (max-width: 1024px) {
	.actualSpecial .text { 
		font-size: 16px
	}
}

@media (max-width: 800px) {
	.actualSpecial .text { 
		font-size: 12px; line-height: 18px
	}
}

@media (max-width: 640px) {
	.actualSpecial .text { 
		font-size: 3vw; line-height: 4vw
	}
}

/* ======================================================= */
/* ==================== Manage Styles ==================== */
/* ======================================================= */

.manage .picLeft, .manage .picRight {
	background: #f00;
	margin: 0 auto 20px;
	width: 100%;
}

@media (min-width:640px) {
	.manage .picLeft, .manage .picRight {
		width: 48%;
		display: inline-block;
		vertical-align: bottom;
	}
}

@media (min-width:940px) {
	.manage .picLeft, .manage .picRight {
		width: 30%;
		display: inline-block;
		vertical-align: bottom;
	}
}

.manage .picLeft label, .manage .picRight label {
	color: #fff;
}

.manage .warning {
	display: none;
	font: 400 11px/21px "Open Sans", sans-serif;
}

.manage .picLeft img:hover, .manage .picRight img:hover {
	cursor: pointer;
}

#picLeftChange:checked ~ img, #picRightChange:checked ~ img {
	display: none;
}

#picLeftChange:checked ~ input, #picRightChange:checked ~ input, #picLeftChange:checked ~ .warning, #picRightChange:checked ~ .warning {
	display: block;
}

.manage .picLeft img, .manage .picRight img {
	width: 100%;
}

.manage .picLeft input, .manage .picRight input {
	display: none;
}

/* ======================================================= */
/* ==================== State Styles ===================== */
/* ======================================================= */

#mapwrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
}

#map {
	max-height: 100%;
	width: 100%;
	margin: 0;
}

#states a {
	display: block;
}

#states:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#states a path {
	transition: fill .5s ease;
	-moz-transition: fill .5s ease;
	-webkit-transition: fill .5s ease;
	fill: #c2000b;
}

#states a:hover path {
	transition: fill .5s ease;
	-moz-transition: fill .5s ease;
	-webkit-transition: fill .5s ease;
	fill: #aaa222 !important;
}

#states a:hover path {
	cursor: pointer;
	fill: #425957;
}

#states a text {
	cursor: pointer;
	fill: #222222;
	display: initial;
	font-size: 16px;
}

#states a:hover text {
	fill: #FFFFFF;
	color: #FFFFFF;
}

#states a.inverse text {
	fill: #222222;
}

.CCMcredit a {
	color: #81AC8B;
}

@media (min-width: 580px) {
	#map {
		margin: -20px auto 0;
		width: 65%;
	}
}

/* ======================================================= */
/* ==================== Footer Styles ==================== */
/* ======================================================= */

footer {
	border-top: 1px solid #000;
	margin: 20px 0 0;
	padding: 20px 0;
	text-align: center;
}
footer p, footer a {
	color: #000;
	display: inline-block;
	font: 400 16px/26px 'Ek Mukta', sans-serif;
	margin: 0;
}
.footer-menu p a:before {
	content: '|';
	margin: 0 5px;
}
.footer-menu p a:first-child:before {
	content: '';
	margin: 0px;
}
footer .columns {
	z-index: 999;
}