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

.navigation  {
	overflow: visible;
	margin:0; 
	padding:0; 
	list-style:none;
	height: auto;
	overflow: visible;
	}	
	
.navigation li {
	overflow: visible;
	float:left;
	position:relative; 
	list-style:none;
	width: 70px;
	}
		
.navigation li a { 
	color: #333;
	display:block; 
	text-decoration:none;
	text-align:center; 
	text-transform:uppercase;
	font-size: 11px !important;
	font-weight: 400;
	}
	
.navigation li.on a,
.navigation li a:hover {
	color: #56054f;
	font-weight: 600;
	}
		
.navigation ul {
	position:absolute; 
	left: 0;
	display:none; /* Hide it by default */
	margin: 0px; 
	padding: 0px;
	list-style:none;
	left: -50px;
	}
		
.navigation ul li { 
	float:left; 
	margin: 0;
	z-index: 100000;
	width: 160px;
	text-align: center;
	margin: 0 auto;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	}

.navigation  ul li:first-child { 
	margin-top: 10px;
	}
		
.navigation ul a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px; 
	color: #fff !important;
	text-decoration: none;	
	background: rgba(126, 61, 122, 0.9);
	margin: 0;
	font-weight: 400 !important;
	font-size: 11px !important;
	text-transform: capitalize;
	border-bottom: 1px solid #764074;
	}
		
.navigation  ul a:hover {
	color: #fff;
	background-color: #56054f;
	}
	
}


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

#fwslider {
    display: none;
    line-height: 0;
	}
	
#desktop-header,
#desktop-header-sticky-wrapper {
    display: none;
    z-index: 1;
	}
	
#content {
	clear: both;
	margin-top: 90px !important;
	display: block !important;
	}
	
#mobile-accordion {
	display: block;
	}
	
.title-heading {
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
	}
	
.title-heading h2 {
	color: #570051;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	}
	
#accordion-container {
	z-index: 9998;
	}

.accordion-header {
	font-size: 14px;
	margin: 5px 0 0 0;
	padding-left: 10px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	cursor: pointer;
	color: #fff !important;
	text-transform: uppercase;
	display: block;
	background-image: url(../images/arrow-down-accordion.png);
	background-repeat: no-repeat;
	background-position: right center;
	}

h2.active-header {
	color: #fff;
	background-color: #570051;
	cursor: pointer;
	display: block;
	}

h2.active-header:hover {
	background-color: #570051;
	}

h2.inactive-header {
	background-color: #570051;
	}

h2.inactive-header:hover {
	background-color: #44003F;
	}

.accordion-content {
	display: none;
	}
	
#mobile-accordion {
	}
	
#mobile-accordion img {
	width: 100%;
	height: auto;
	display: block;
	}
	
#mobile-accordion h3 {
	font-size: 12px;
	color: #570051;
	margin-bottom: 10px;
	font-weight: 600;
	}
	
#mobile-accordion li {
	list-style: disc;
	list-style-position: inside;
	font-size: 12px;
	}
	
#mobile-accordion li.homecare {
	background-image: url(../images/icon-homecare.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}

#mobile-accordion li.elhampsystem {
	background-image: url(../images/icon-elhampsystem.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
#mobile-accordion li.whenyouwant {
	background-image: url(../images/icon-whenyouwant.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
#mobile-accordion li.servicewhenyouwant {
	background-image: url(../images/icon-servicewhenyouwant.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
#mobile-accordion li.constantcontact {
	background-image: url(../images/icon-constantcontact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
#mobile-accordion li.unlimitedfacetime {
	background-image: url(../images/icon-unlimitedfacetime.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
#desktop-content {
	display: none;
	line-height: 1;
	}
	
.desktop-gallery {
	display: none;
	}
	
.gallery-archive {
	}
	
.gallery-archive h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 19px;
	color: #570051;
	font-weight: 400;
	}
	
.gallery-archive img.gallery-image {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	}
	
.newsletters-archive {
	min-height: 190px;
	margin: 0 auto;
	text-align: center;
	}
	
.newsletters-archive h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 19px;
	color: #570051;
	font-weight: 400;
	}
	
.newsletters-archive h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 17px;
	color: #222;
	font-weight: 400;
	}
	
.newsletters-archive img.gallery-image {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	}
	
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;  margin-bottom: 10px; }
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
.news-blog-article h2,
.about-pages h2,
.about-team-pages h2,
.about-testimonials h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #570051;
	font-weight: 400;
	}
	
.news-blog-article h2 a,
.about-pages h2 a,
.about-team-pages h2 a {
	font-size: 18px;
	line-height: 24px;
	color: #570051;
	font-weight: 400;
	}
	
.news-blog-article h2 a:hover,
.about-pages h2 a:hover,
.about-team-pages h2 a:hover {
	color: #333;
	}
	
.about-team-pages h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #570051;
	font-weight: 600;
	}
	
.about-team-pages h2 span {
	font-weight: 300;
	}
	
.news-blog-article h3,
.about-pages h3,
.about-team-pages h3 {
	font-size: 11px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 400;
	}
	
.about-pages h3 {
	font-size: 14px;
	color: #570051;
	font-weight: 600;
	margin-bottom: 10px;
	}
	
.about-team-pages h3 {
	font-size: 12px;
	color: #222;
	font-weight: 400;
	margin-bottom: 10px;
	}
	
a.button-purple-duo {
	display: block;
	background-color: #570051;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 5px 12px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	margin-bottom: 5px;
	}
	
a.button-purple-duo:hover {
	color: #fff;
	background-color: #222;
	cursor: pointer;
	}
	
a.button-purple-duo span {
	display: block;
	font-size: 9px;
	}
	
a.button-gray-duo {
	display: block;
	background-color: #777;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 5px 12px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	margin-bottom: 5px;
	}
	
a.button-gray-duo:hover {
	color: #fff;
	background-color: #222;
	cursor: pointer;
	}
	
a.button-gray-duo span {
	display: block;
	font-size: 9px;
	}
	
.programs-pages {
	}

.programs-pages h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #570051;
	font-weight: 600;
	}
	
.programs-pages h2 span {
	font-weight: 300;
	}
	
.programs-pages h2 a {
	font-size: 18px;
	line-height: 24px;
	color: #570051;
	font-weight: 400;
	}
	
.programs-pages h2 a:hover {
	color: #333;
	}
	
.programs-pages h3 {
	font-size: 12px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
	}
	
.programs-pages ul {
	}
	
.programs-pages li {
	list-style: disc;
	list-style-position: inside;
	font-size: 12px;
	}
	
.about-pages li {
	list-style: none;
	}
	
.about-pages li p {
	padding-bottom: 5px;
	}
	
.about-pages li.homecare {
	background-image: url(../images/icon-homecare.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}

.about-pages li.elhampsystem {
	background-image: url(../images/icon-elhampsystem.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
.about-pages li.whenyouwant {
	background-image: url(../images/icon-whenyouwant.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
.about-pages li.servicewhenyouwant {
	background-image: url(../images/icon-servicewhenyouwant.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
.about-pages li.constantcontact {
	background-image: url(../images/icon-constantcontact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
.about-pages li.unlimitedfacetime {
	background-image: url(../images/icon-unlimitedfacetime.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	}
	
.programs-bhrt-pages {
	}
	
.programs-bhrt-pages h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #570051;
	font-weight: 600;
	}
	
.programs-bhrt-pages h2 span {
	font-weight: 300;
	}
	
.programs-bhrt-pages h2 a {
	font-size: 18px;
	line-height: 24px;
	color: #570051;
	font-weight: 400;
	}
	
.programs-bhrt-pages h2 a:hover {
	color: #333;
	}
	
.programs-bhrt-pages h3 {
	font-size: 12px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
	}
	
.programs-bhrt-pages ul {
	}
	
.programs-bhrt-pages li {
	list-style: disc;
	list-style-position: inside;
	font-size: 12px;
	}
	
.programs-bhrt-pages img,
.programs-bhrt-pages img a {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition-duration: 1s;
	-webkit-transition-duration:1s;
	}
	
.programs-bhrt-pages img:hover,
.programs-bhrt-pages img a:hover {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	
.news-blog-article img,
.about-testimonials img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition-duration: 1s;
	-webkit-transition-duration:1s;
	}
	
.news-blog-article img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	
.purple-text {
	color: #570051;
	font-size: 11px;
	}
	
.about-pages img,
.about-pages img a {
	width: 100%;
	height: auto;
	transition-duration: 1s;
	-webkit-transition-duration:1s;
	padding-bottom: 10px;
	}
	
.about-team-pages img,
.about-team-pages img a {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition-duration: 1s;
	-webkit-transition-duration:1s;
	}
	
.about-team-pages img:hover,
.about-team-pages img a:hover {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	
.about-team-pages a.adjust {
	color: #570051;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	}

.about-team-pages a.adjust:hover {
	color: #222;
	text-decoration: none;
	}
	
.about-team-pages img,
.about-team-pages img a {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	transition-duration: 1s;
	-webkit-transition-duration:1s;
	}
	
.news-blog-article p {
	text-align: justify;
	}
	
.wp-pagenavi {
	clear: both;
	font-size: 11px;
	}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #999;
	text-decoration: none;
	padding: 3px 5px;
	display: inline !important;
	}

.wp-pagenavi a:hover,	
.wp-pagenavi span.current {
	font-weight: bold;
	color: #570051;
	}
	
.mobile-heading {
	margin-top: 40px;
    width: 100%;
    display: block;
	}
	
.mobile-heading img {
	width: 100%;
	height: auto;
	border-bottom: 3px solid #570051;
	}

.mobile-header {
	z-index:9999;
	position:fixed;
	width:100%;
	height:130px;
	top: 0px;
	clear: both;
	background-image: url(../images/navigation-bg-mobile2.png);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	}
	
.deploy-left-sidebar {
	display: block;
	overflow:hidden;
	position:relative;
	background-image:url(../images/mobile-menu.png);
	background-repeat:no-repeat;
	background-position: 0px -2px;
	height: 38px;
	width: 61px;
	margin: 6px;
	margin-left: 10px;
	}
	
.deploy-left-sidebar:hover {
	background-position: 0px -47px;
	}

.deploy-right-sidebar {
	display: block;
	overflow:hidden;
	position:relative;
	background-image:url(../images/mobile-menu.png);
	background-repeat:no-repeat;
	background-position: -76px -2px;
	width: 61px;
	height: 38px;
	margin: 6px;
	float:right;
	margin-top: -44px;
	margin-right: 10px;
	}
	
.deploy-right-sidebar:hover {
	background-position: -76px -47px;
	}

.deploy-back-home {
	background-image:url(../images/misc/home.png);
	background-repeat:no-repeat;
	background-color:#f9fafc;
	width:50px;
	height:50px;
	background-position:center center;
	float:right;
	margin-top:-50px;
	}

.delete-right-sidebar {
	display:none;
	background-image:url(../images/misc/contact.png);
	background-repeat:no-repeat;
	background-color:#f9fafc;
	width:50px;
	height:50px;
	background-position:center center;
	float:right;
	margin-top:-50px;
	}

.sidebar-left {
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.3);
	background-color: #570051;
	width:270px;
	position:fixed;
	z-index:99999;
	top:0px;
	left:-270px;
	bottom:0px;
	overflow:hidden;
	display: block;
	}

.sidebar-scroll-left {
	padding-right:20px;
	left:0px;
	width:310px;
	overflow: scroll!important;
	overflow-x:hidden!important;
	-webkit-overflow-scroll:touch!important;	
	height:100%;
	}

.sidebar-scroll-right {
	width:290px;
	overflow: scroll!important;
	overflow-x:hidden!important;
	-webkit-overflow-scroll:touch!important;	
	height:100%;
	}

.sidebar-right {
	box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.3);
	background-color: #570051;
	position: fixed;
	overflow:hidden;
	z-index:99998;
	right:-280px;
	top:0px;
	bottom:0px;
	width:270px;
	margin-right:10px;
	display: block;
	}

.sidebar-header-left {
	height:51px;
	background-color:#570051;
	border-bottom:solid 1px #fff;
	}

.sidebar-left-logo {	
	position:absolute;
	top:18px;
	left:20px;
	}

.close-sidebar-left {
	background-color:#570051;
	background-image:url(../images/icon-close.png);
	background-size:17px 17px;
	background-repeat:no-repeat;
	background-position:16px 18px;
	height:50px;
	width:50px;
	margin-left:220px;
	display:block;
	}

.sidebar-divider-text {
	color:#FFFFFF;
	font-size:10px;
	font-weight:700;
	padding-top:15px;
	padding-left:15px;
	margin-bottom:15px;
	}

.nav-item {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-size:20px 20px;	
	background-color: #570051;
	font-size:12px;
	font-weight:600;
	color:#fff !important;
	height:50px;
	line-height:49px;
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:20px center;
	border-bottom:solid 1px #fff;
	font-family: tahoma;
	}
	
.nav-item-active {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-size:20px 20px;	
	font-size:12px;
	font-weight:700;
	color:#fff !important;
	height:50px;
	line-height:49px;
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:20px center;
	border-bottom:solid 1px rgba(0,110,110,1);
	background-color: #44003F;
	}
	
.nav-item:hover,
.nav-item-active:hover {
	background-color: #44003F;
	}

.icon-active {
	position:absolute;
	background-image:url(../images/misc/left-sidebar/location_402x.png);
	background-size:10px 15px;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:15px;
	top:19px;
	left:240px;
	}

.icon-page {
	position:absolute;
	background-image:url(../images/arrow-right.png);
	background-size:8px 11px;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:15px;
	top:19px;
	left:240px;
	}

.icon-drop {
	position:absolute;
	background-image:url(../images/arrow-down.png);
	background-size:11px 8px;
	background-repeat:no-repeat;
	display:block;
	width:10px;
	height:15px;
	top:19px;
	left:239px;
	}

.submenu a {
	background-color: #570051;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:20px;
	font-size:10px;
	color:#fff !important;
	text-transform:uppercase;
	}
	
.submenu a:hover {
	background-color: #44003F;;
	}
	
.submenu a:last-child {
	border-bottom:solid 1px #fff;
	}

.submenu a em {
	background-image:url(../images/arrow-right.png);
	background-size:8px 11px;
	background-repeat:no-repeat;
	float:left;
	width:10px;
	height:15px;
	display:block;
	margin-top:5px;
	padding-right:35px;
	}

.submenu a:first-child {
	background-image:none!important;
	font-family: tahoma;
	}

.submenu {
	display:none;
	font-family: tahoma;
	}

.submenu-active {
	display:block;
	font-family: tahoma;
	}

.sidebar-bottom-controls {
	background-color:#1d1f22;
	}

.sidebar-bottom-controls a p {
	margin-bottom:2px;
	font-size:10px;
	color:#878787;
	}

.sidebar-bottom-controls a {
	background-image:url(../images/misc/sidebar-deco-vertical.png);
	background-repeat:repeat-y;
	font-size:10px;
	text-align:center;
	float:left;
	width:32%;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:10px;	
	border-top:solid 1px #25272a;
	display:block;
	}

.twitter-bottom {
	display:block;
	background-image:url(../images/icon_shadow/social/twitter.png);
	background-repeat:no-repeat;
	background-position:center 33px;
	background-size:16px 16px;
	height:50px;
	margin-top:-25px;
	}

.facebook-bottom {
	display:block;
	padding-top:26px;
	background-image:url(../images/icon_shadow/social/facebook.png);
	background-repeat:no-repeat;
	background-position:center 33px;
	background-size:16px 16px;
	height:50px;
	margin-top:-25px;
	}

.close-bottom-left {
	display:block;
	padding-top:26px;
	background-image:url(../images/icon-close.png);
	background-repeat:no-repeat;
	background-position:center 33px;
	background-size:16px 16px;
	height:50px;
	margin-top:-25px;
	}

.close-bottom-right {
	display:block;
	padding-top:26px;
	background-image:url(../images/icon-close.png);
	background-repeat:no-repeat;
	background-position:center 33px;
	background-size:16px 16px;
	height:50px;
	margin-top:-25px;
	}

.sidebar-header-right {
	height:50px;
	background-color:#570051;
	border-bottom:solid 1px #fff;
	}

.sidebar-right-logo {	
	position:absolute;
	top:18px;
	right:40px;
	}

.close-sidebar-right {
	background-color:#570051;
	background-image:url(../images/icon-close.png);
	background-size:17px 17px;
	background-repeat:no-repeat;
	background-position:16px 18px;
	height:50px;
	width:50px;
	margin-left:0px;
	display:block;
	}
	
.home-intro {
	margin: 0 auto;
	text-align: center;
	display: block;
	}
	
div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	overflow:hidden;
	position:relative;
	}
	
.home-intro h2 {
	color: #570051;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	}
	
.home-intro h3 {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	padding: 0;
	}
	
.home-intro p {
	color: #570051;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}
	
.home-intro span {
	color: #888;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}
	
a.gray-button {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 8px 12px;
	background-color: #404040;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 0px !important;
	}
	
a.purple-button {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 8px 12px;
	background-color: rgba(0,110,110,1);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	}
	
a.gray-button:hover,
a.purple-button:hover {
	background-color: #333;
	}
	
.home-box {
	margin: 0 auto;
	display: block;
	}
	
.home-box img {
	width: 100%;
	height: auto;
	}
	
.home-box p {
	color: #a4a3a3;
	font-size: 12px;
	text-align: center;
	}
	
.home-box span {
	background-color: #747474;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	}
	
.home-box a.button {
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #570051;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	}
	
.home-box a.button:hover {
	background-color: #333;
	}
	
#footer-mobile {
	width: 100%;
	background-color: #222;
	}
	
#footer-mobile p {
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	}
	
#footer-mobile a {
	color: #bbb;
	display: inline !important;
	font-weight: 600;
	text-transform: uppercase;
	}
	
#footer-mobile a:hover {
	color: #fff;
	}
	
#footer {
	display: none;
	}
	
#footer .contact-info {
	display: none;
	}
	
#footer .large-4 {
	}
	
#footer .footer-bg {
	background-image: none;
	}
	
#footer h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
	
#footer h3 {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	}
	
#footer .footer-post {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
#footer .footer-post a {
	color: rgba(0,110,110,1);
	}
	
#footer .footer-post a:hover {
	color: #333;
	}
	
#footer .footer-post .left {
	float: left !important;
	display: block;
	margin-right: 20px;
	width: 30%;
	}
	
#footer .footer-post img {
	width: 100%;
	height: auto;
	}
	
#footer .footer-post .right {
	float: left !important;
	display: block;
	width: 60%;
	}
	
#footer .footer-post h3 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	}
	
#footer .footer-post span {
	display: block;
	font-size: 10px;
	color: #aaa;
	}
	
#footer .footer-post p {
	margin-top: 5px;
	font-size: 11px;
	color: #333;
	text-align: justify;
	}
	
.article-content img {
	float: none;
	padding: 0;
	}
	
.mobile-gallery {
	display: block;
	}
	
}