#footer {
	position: relative;
	z-index: 6;
	min-height: 219px;
}

#footer .container-inner.aa-footer-container {
	background: #33465e;
	min-height: 234px;
	padding-top: 30px;
}

#footer-logo {
	padding-left: 0;
}

#footer .widgets-inner .widget-panel {
	height: 40px;
	margin-bottom: 0;
	padding: 0;
}

#footer .widgets-inner .widget-panel.aa-soc-container {
	height: auto;
}

#footer .widget-panel.aa-footer-menu-inline {
	padding: 7px 6px 0 0;
}

.aa-footer-menu-inline ul {
	float: right;
	display: inline;
	margin-right: 6px;
	margin-top: 3px !important;
}

.aa-footer-menu-inline ul li {
	display: inline;
	padding-left: 18px;
	border-bottom: none;
}

.aa-footer-menu-inline ul li a {
	font-family: Lato Heavy, sans-serif;
	color: #636772;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#footer .widgets-inner {
	background-color: transparent;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

#aa_footer_logo {
	background-size: 209px 50px;
	background-image: url(../images/aa_logo_new.svg);
	background-repeat: no-repeat;
	background-position: center right;
	display: block;
	height: 50px;
	position: relative;
	width: 161px;
}

.aa-footer-description {
	font-family: Lato Heavy, sans-serif;
	font-size: 12px;
	padding-left: 14px;
	margin-top: 2px;
	color: #aaa;
	margin-bottom: 0 !important;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

#footer .aa-soc-container {
	padding-right: 0;
}

#footer .aa_soc_sidebar {
	padding-right: 0;
	margin-top: -5px;
}

#footer .aa_soc_sidebar,
#footer .aa-footer-menu-inline {
	list-style: none;
	float: right;
}

#footer .aa_soc {
	color: #fff;
	font-size: 14px;
}

/* Icon size */
#footer .aa_soc {
	font-size: 15px;
	margin-left: 0;
	padding-left: 0;
	display: block;
	float: left;
	background-color: rgba(0, 0, 0, 0.1);
	width: 36px;
	height: 36px;
	margin-right: 10px;
	position: relative;
	border-radius: 2px;
	transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
}

#footer .aa_soc:hover,
#footer a:hover {
	color: #fff !important;
}

#footer .aa_soc:hover {
	background-color: #29384b;
	transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
}


#footer .theme-icon-twitter {
	padding-left: 7px;
}

#footer .theme-icon-facebook {
	padding-left: 7px;
}

#footer .theme-icon-youtube-footer {
	padding-left: 2px;
}

#footer.widget-panel.left.col-md-3 {
	padding-left: 0;
}

#footer [class^="theme-icon-"]:before,
#footer [class*=" theme-icon-"]:before {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/* Load more styles */
.load-more:after {
	display: none;
}

div.loading.load-infinite {
	top: 50px;
	margin: auto;
	height: 170px;
	clear: both;
}

.single div.loading.load-infinite {
	top: -20px;
	margin: auto;
	height: auto;
}

div.loading span {
	border-radius: 50%;
	position: relative;
	width: 53px;
	height: 53px;
	border-style: solid;
	border-width: 2px;
	border-color: #bbb #bbb #2dcc70 #bbb;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.31,.84,.24,.25);
	-moz-animation-name: spin;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: cubic-bezier(.31,.84,.24,.25);
	-ms-animation-name: spin;
	-ms-animation-duration: 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: cubic-bezier(.31,.84,.24,.25);
	animation-name: spin;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.31,.84,.24,.25);
}

div.loading span:before {
	content: none;
	display: none;
}

.loading.load-infinite:before {
	content: '';
	display: block;
	width: 28px;
	height: 27px;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url(../images/dgit_icons.png);
	background-repeat: no-repeat;
	z-index: 1;
	background-position: -37px -5px;
}

/* For single page */
.aa-sp-margin-bottom {
	margin-bottom: 20px;
}

.single-post-selector .loading {
	margin-top: 30px;
}

.single-post #footer {
	display: none;
}

.footer_mobile_menu {
	display: none;
}

/* new mobile styles */
.aa_mobile_device .load-more,
.aa_mobile_device .load-more-ss {
	font-size: 14px;
	line-height: 32px;
	border-radius: 0;
	height: 45px;
	width: calc( 100% - -30px );
	margin-left: -15px;
}
@media only screen and (max-width : 991px) {

	#footer .aa_footer_logo_container {
		position: absolute;
		left: 20px;
	}

	#footer .container-inner.aa-footer-container {
		padding: 0 10px;
	}

	#footer .aa-footer-description {
		display: none;
	}

	#footer .aa-soc-container {
		float: left;
		padding-left: 0;
		margin-top: 0;
		width: 100%;
		text-align: center;
	}

	#footer .aa-soc-container .aa_soc_sidebar {
		padding-left: 0;
		padding-top: 10px;
		float: none;
		display: inline-block;
	}

}

@media only screen and (max-width : 768px) {
	.aa-footer-menu-inline {
		display: none;
	}

	.footer_mobile_menu {
		display: block;
		text-align: center;
		clear: both;
	}

	.footer_mobile_menu a {
		font-family: Lato Heavy, sans-serif;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.footer_mobile_menu li {
		line-height: 25px;
		display: inline-block;
	}

	.footer_mobile_menu li:not(:first-of-type) {
		margin-left: 15px;
	}

	#footer .aa_footer_logo_container {
		position: relative;
		left: 0;
		width: 100%;
		text-align: center;
	}

	#footer .aa_footer_logo_container > a {
		display: inline-block;
	}

}

@media only screen and (max-width : 603px) {
	#footer .widgets-inner {
		padding-left: 0;
	}

	#footer .aa_footer_logo_container {
		left: -3px;
	}

	.aa-sp-margin-bottom {
		margin-bottom: 0;
	}

	.footer_mobile_menu {
		padding-top: 12px;
	}

	#footer .widgets-inner .widget-panel.aa-soc-container {
		padding-left: 7px;
	}

	.single div.loading.load-infinite {
		top: 0;
		margin: 40px 0;
	}

	.load-more:after {
		display: none;
	}
}
/* end new mobile styles */
