/*

// Twitter - pull in up to 9 recent items - arrows show more
Tweet - R 14px #464646;
Links - R 14px #6ca1b6 (hover: underline);
Images - fill width of columns (3 columns x 4 tweets, see responsive guide)
Arrows - use side arrows at all sizes but mobile [MOBILE: use smaller arrows under items (see comp); bg: #e6e6e6 (hover: #ffffff); border: 1px solid #cdcdcd; text: R black (900) 14px CAPS #8b8b8b (hover: #6ca1b6);]

// Floor Updates pull in up to 9 recent items - arrows show more

Title - R black (900) 34px #ffffff CAPS; text-shadow: 2px 2px 2px rgba(0,0,0,.5);  [MOBILE: 24px]
Bg - use bg image  [MOBILE: use #264b59]
Content boxes - #ffffff; padding: 30px; box-shadow: 2px 2px 10px rgba(0,0,0,.5);
Date bg (upper right corner) - 70x80px; #a9473c;
Date (number) - R black (900) 24px #ffffff
Date (month) - R bold (700) 16px CAPS #ffffff;
Date (time) - R 13px #ffffff;
Titles - R bold (700) 24px #6ca1b6;  [MOBILE: 24px]
Copy - R 14px #464646;  [MOBILE: 13px]
Links - R bold (700) 14px CAPS #a9473c (hover: underline)  [MOBILE: 13px]
Arrows - use side arrows at all sizes but mobile [MOBILE: use smaller arrows under items (see comp); bg: #e6e6e6 (hover: #ffffff); border: 1px solid #cdcdcd; text: R black (900) 14px CAPS #8b8b8b (hover: #6ca1b6);]
bottom bar text - CS bold italic 16px #ffffff (hover: a8def3)
bottom bar - #6ca1b6; height: 88px; box-shadow: 0px 6px 8px rgba(0,0,0,.15);

*/

.home-section {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	padding-bottom: 30px;
}
@media only screen and (min-width : 768px) {
	.home-section {
		padding-bottom: 60px;
	}
}
.home-section-even {
	background-color: #fff;
}
.home-section a {
	color: #6ca1b6;
}
.home-section a:link, .home-section a:visited {
	color: #6ca1b6;
}
.home-section a:hover, .home-section a:active, .home-section a:focus {
	color: #6ca1b6;
}

.home-section-heading {
	color: black;
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
@media only screen and (min-width : 768px) {
	.home-section-heading {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 30px;
	}
}
.home-section-heading .title-link {
	color: #264b59;
}
.home-section-heading .title-link:link, .home-section-heading .title-link:visited {
	/*color: #264b59;*/
}
.home-section-odd .home-section-heading .title-link {
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.home-section-odd .home-section-heading .title-link:link, .home-section-odd .home-section-heading .title-link:visited {
	color: white;
}
.home-section .home-section-heading .title-link:hover, .home-section .home-section-heading .title-link:active, .home-section .home-section-heading .title-link:focus {
	/*color: #6ca1b6;*/
	color: #264b59;
	text-decoration: none;
}
.home-section-odd .home-section-heading .title-link:hover, .home-section-odd .home-section-heading .title-link:active, .home-section-odd .home-section-heading .title-link:focus {
	color: #6ca1b6;
}

/* body */
/*.home-section-body {
	margin-bottom: 20px;
}*/
@media only screen and (min-width : 768px) {
	.home-section-body {}
}

/* footer */
.home-section-footer {
	position: relative;
	/*box-shadow: 0px 6px 8px rgba(0,0,0,.15);*/
	height: 124px;
	text-align: center;
	z-index: 1;
}
.home-section-footer:before, .home-section-footer:after {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
}
.home-section-footer:before {
	right: 0;
	top: 0;
	left: 0;
	
	background-color: #6ca1b6;
	height: 88px;
	width: 100%;
}
.home-section-odd .home-section-footer:before {
	box-shadow: 0px 6px 8px rgba(0,0,0,.15);
}
.home-section-footer:after {
	top: 55px;
	right: 0;
	left: 0;
	
	/*background-color: rgba(255, 0, 0, 0.5);*/
	background-image: url(../images/circle_dark.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 66px;
}
.home-section-even .home-section-footer:after {
	background-image: url(../images/circle_light.png);
}
.home-section-footer .footer-link {
	display: inline-block;
	/*background-color: rgba(0, 0, 255, 0.5);*/
	/*background-image: url(../images/circle_icon_tw.png);*/
	
	background-repeat: no-repeat;
	background-position: top center;
	height: 72px;
	margin-top: 54px;
	width: 72px;
	
	/* color: white; */
	/* font-family: 'Century Schoolbook', serif; */
	/* font-size: 16px; */
	/* font-style: italic; */
	/* font-weight: bold; */
	/* line-height: 16px; */
	/* padding-top: 72px; */
}
.home-section-footer .footer-link:link, .home-section-footer .footer-link:visited {
	color: #fff;
}
.home-section-footer .footer-link:hover, .home-section-footer .footer-link:active, .home-section-footer .footer-link:focus {
	color: #a8def3;
	text-decoration: none;
}

/*.home-section-updates {
	border: 5px solid red;
}
.home-section-posts {
	border: 5px solid blue;
}*/

/* posts */
/*
// Press Releases pull in up to 9 recent items - arrows show more / clicking “expand” on a post will open the full post on the page (with scroll bar) - see comp #2
Title - R black (900) 34px #ffffff CAPS; text-shadow: 2px 2px 2px rgba(0,0,0,.5);  [MOBILE: 24px]
Bg - use bg image  [MOBILE: use #264b59]
Content boxes - #ffffff; padding: 30px; box-shadow: 2px 2px 10px rgba(0,0,0,.5);
Titles - R bold (700) 24px #6ca1b6;
Dates - R bold (700) 14px #464646 CAPS;
Copy - R 14px #464646;
Expand/close bg - #e6e6e6; height: 60px;
Expand/close text - R black (900) 14px CAPS #464646 (hover: #6ca1b6);
Arrows - use side arrows at all sizes but mobile [MOBILE: use smaller arrows under items (see comp); bg: #e6e6e6 (hover: #ffffff); border: 1px solid #cdcdcd; text: R black (900) 14px CAPS #8b8b8b (hover: #6ca1b6);]
*/
.home-section-posts .row {
	position: relative;
}
.home-section-posts .post {
	/*position: relative;*/
	z-index: 1;
}
.home-section-posts .post:before {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
}
.home-section-posts .post-inner {
	background-color: #fff;
	min-height: 373px;
	padding: 30px;
	padding-bottom: 90px;
}
.home-section-posts .post-heading {
	margin-bottom: 12px;
	min-height: 40px;
}
.home-section-posts .post-date {
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.home-section-posts .post-title {
	color: #6ca1b6;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.home-section-posts .post-content, .home-section-posts .post-content-preview {
	color: #464646;
	font-size: 14px;
	line-height: 18px;
}
.home-section-posts .post-content {
	display: none;
}
/*@media only screen and (min-width : 768px) {
	.home-section-posts .post-content {
		color: #464646;
		font-size: 14px;
		line-height: 18px;
	}
}*/
.home-section-posts .post-title .title-link {
	display: block;
	max-height: 96px; /* line-height: 24 * lines: 4 */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-section-posts .post-content-preview {
	display: block;
	max-height: 108px; /* line-height: 18 * lines: 6 */
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-section-posts .post-footer {
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	
	background-color: #e6e6e6;
	color: #464646;
	height: 60px;
	font-size: 14px;
	font-weight: 900;
	line-height: 60px;
	padding: 0 20px;
	text-align: right;
	text-transform: uppercase;
}
.home-section-posts .post-footer a, .home-section-posts .post-footer a:link, .home-section-posts .post-footer a:visited {
	color: #464646;
}
.home-section-posts .post-footer a:hover, .home-section-posts .post-footer a:active, .home-section-posts .post-footer a:focus {
	color: #6ca1b6;
	cursor: pointer;
	text-decoration: none;
}


.home-section-posts .is-expanded {
	position: absolute;
	top: 25px;
	right: 15px;
	bottom: 144px;
	left: 15px;
	z-index: 2;
	
	/*background-color: orange;*/
	display: none;
}
@media only screen and (min-width : 768px) {
	.home-section-posts .is-expanded {
		top: 60px;
		right: 25px;
		bottom: 144px;
		left: 25px;	
	}
}
.home-section-posts .is-expanded:before {
	right: 0;
	left: 0;
}
.home-section-posts .is-expanded .post-inner {
	height: 100%;
	overflow-y: scroll;
}
.home-section-posts .is-expanded .post-content {
	display: block;
}
.home-section-posts .is-expanded .post-footer {
	right: 0;
	left: 0;
}


/* features (posts) */
/* 
Title - R black (900) 40px CAPS #ffffff; text-shadow: 2px 2px 2px rgba(0,0,0,.75); [MOBILE: 28px]
Abstract - R 18px #ffffff; text-shadow: 2px 2px 2px rgba(0,0,0,.75);
Learn more button text - R black (900) 18px CAPS #ffffff (hover: #264b59);
Learn more button bg - 1px solid #ffffff (hover: #ffffff);
Video/Image size - 7 columns at largest resolution (650X460 max)
Arrows/circles - use at all sizes [MOBILE: arrows go on top of the image/video]
Bg - use bg image  [MOBILE: use #264b59]; box-shadow: 0px 6px 8px rgba(0,0,0,.15);
*/

.home-section-features {
	padding: 70px 0 40px 0;
}
@media only screen and (min-width : 768px) {
	.home-section-features {
		padding-top: 100px;
	}
}
.home-section-features .home-section-body {
	margin-bottom: 0;
}
.home-section-features .update-inner {
	/*background-color: rgba(255, 204, 153, 1);*/
}
.home-section-features .feature-heading {
	margin-bottom: 25px;
	padding-top: 15px;
}
.home-section-features .feature-date {
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.home-section-features .feature-title {
	color: #fff;
	font-size: 28px;
	line-height: 33px;
	font-weight: 900;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
	text-transform: uppercase;
}
@media only screen and (min-width : 768px) {
	.home-section-features .feature-heading {
		margin-bottom: 50px;
		padding-top: 30px;
	}
	.home-section-features .feature-title {
		font-size: 40px;
		line-height: 45px;
	}
}
.home-section-features .feature-title a, .home-section-features .feature-title a:link, .home-section-features .feature-title a:visited {
	color: #fff;
}
.home-section-features .feature-title a:hover, .home-section-features .feature-title a:active, .home-section-features .feature-title a:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.home-section-features .feature-content, .home-section-features .feature-content-preview {
	color: #fff;
	display: none;
	font-size: 18px;
	line-height: 23px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
}
@media only screen and (min-width : 768px) {
	.home-section-features .feature-content, .home-section-features .feature-content-preview {
		display: block;
		margin-bottom: 50px;
	}
}
.feature-img {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
}
.feature-footer {}
.feature-btn {
	border: 1px solid #ffffff;
	font-size: 18px;
	font-weight: 900;
	line-height: 63px;
	padding: 0 26px;
	text-transform: uppercase;
}
a.feature-btn, a.feature-btn:link, a.feature-btn:visited {
	color: #fff;
}
a.feature-btn:hover, a.feature-btn:active, a.feature-btn:focus {
	background-color: #fff;
	color: #264b59;
	cursor: pointer;
	text-decoration: none;
}


/* updates (posts) */
.home-section-updates .update {
	position: relative;
	z-index: 1;
}
.home-section-updates .update:before {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	
	top: 0;
	right: 15px;
	bottom: 0;
	left: 15px;
	
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
}
.home-section-updates .update-inner {
	background-color: #fff;
	padding: 30px;
	min-height: 300px;
}
.home-section-updates .update-heading {
	margin-bottom: 8px;
	min-height: 40px;
}
.home-section-updates .update-date {
	float: right;
	background-color: #a9473c;
	color: #fff;
	margin-top: -30px;
	margin-right: -30px;
	margin-left: 5px;
	padding: 8px 12px;
	text-align: center;
	text-transform: uppercase;
}
.update-date .date-part-day {
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
}
.update-date .date-part-month {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
.update-date .date-part-time {
	display: block;
	font-size: 13px;
	line-height: 13px;
}

.home-section-updates .update-title {
	color: #6ca1b6;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.home-section-updates .update-title a {
	display: block;
	max-height: 96px; /* line-height: 24 * lines: 4 */
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-section-updates .update-content {
	clear: both;
	color: #464646;
	font-size: 14px;
	line-height: 18px;
}
.home-section-updates .update-content {
	display: block;
	max-height: 108px; /* line-height: 18 * lines: 6 */
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-section-updates a.read-more {
	display: block;
	/*R bold (700) 14px CAPS #a9473c (hover: underline)  [MOBILE: 13px]*/
	color: #a9473c;
	font-weight: bold;
	text-transform: uppercase;
}


/* twitter */
.home-section-twitter .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_twitter.png);
}
.home-section-twitter .container {
	/*background-color: rgba(255, 153, 153, 0.5);*/
}

/* OWL-CAROUSEL */
.owl-container {
	/*position: relative;*/
	padding: 0;
}
.home-section-owl-carousel .owl-controls{
	/*background-color: rgba(255, 0, 0, 0.5);*/
	/*padding: 0 15px;*/
/*	display: none !important;*/
}
.home-section-owl-carousel .owl-item {
	/*background-color: rgba(0, 0, 255, 0.5);*/
	padding: 0 15px;
}

/*.owl-wrapper-outer.autoHeight > .owl-wrapper, .owl-wrapper-outer.autoHeight > .owl-wrapper > .owl-item, .owl-wrapper-outer.autoHeight > .owl-wrapper > .owl-item > .post {
	height: 100%;
}*/

.owl-theme .owl-controls .owl-page span {
	background-color: transparent;
	border: 2px solid white;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: white;
}

.owl-prevnext-container {
	display: none;
	margin-top: 20px;
	padding: 0 15px;
}
.owl-container .owl-prevnext-container {
	display: block;
}
.owl-prevnext-nav {
	/*background-color: #cdcdcd;*/
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 14px;
	font-weight: 900;
	table-layout: fixed;
	text-transform: uppercase;
	width: 100%;
}
.owl-prevnext-nav .prevnext-btn {
	background-color: #e6e6e6;
	border: 1px solid #cdcdcd;
	display: table-cell;
	line-height: 38px;
	text-align: center;
}
.owl-prevnext-nav a.prevnext-btn, .owl-prevnext-nav a.prevnext-btn:link, .owl-prevnext-nav a.prevnext-btn:visited {
	color: #8b8b8b;
}
.owl-prevnext-nav a.prevnext-btn:hover, .owl-prevnext-nav a.prevnext-btn:active, .owl-prevnext-nav a.prevnext-btn:focus {
	background-color: #fff;
	color: #6ca1b6;
	text-decoration: none;
}

/* 46px (arrow) + 720px (content) + 46px (arrow) */
@media only screen and (min-width : 812px) {
	.owl-prevnext-container {
		margin: 0;
		padding: 0;
	}
	.owl-prevnext-nav .prevnext-btn {
		position: absolute;
		top: 0;
		bottom: 0;
		
		background-color: transparent;
		border-width: 0;
		min-width: 46px;
	}
	.owl-prevnext-nav .owl-prev-btn {
		left: 0;
	}
	.owl-prevnext-nav .owl-next-btn {
		right: 0;
	}
	.owl-prevnext-nav a.prevnext-btn:hover, .owl-prevnext-nav a.prevnext-btn:active, .owl-prevnext-nav a.prevnext-btn:focus {
		background-color: transparent;
	}
	.owl-prevnext-nav .prevnext-btn .prevnext-icon {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		
		background-position: center top;
		background-repeat: no-repeat;
		display: block;
		height: 62px;
		text-indent: -9999px;
		width: 46px;
	}
	.owl-prevnext-nav .owl-prev-btn .prev-icon {
		background-image: url(../images/arrow_dark_prev.png);
	}
	.owl-prevnext-nav .owl-next-btn .next-icon {
		background-image: url(../images/arrow_dark_next.png);
	}
	.home-section-even .owl-prevnext-nav .owl-prev-btn .prev-icon {
		background-image: url(../images/arrow_light_prev.png);
	}
	.home-section-even .owl-prevnext-nav .owl-next-btn .next-icon {
		background-image: url(../images/arrow_light_next.png);
	}
	.owl-prevnext-nav .prevnext-btn:hover .prevnext-icon {
		background-position: center bottom;
	}
}


/*.owl-prevnext-nav .owl-prev-btn, .owl-prevnext-nav .owl-next-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	
	color: white;
	min-width: 46px;
}
.owl-prevnext-nav .owl-prev-btn {
	left: 0;
}
.owl-prevnext-nav .owl-next-btn {
	right: 0;
}
.owl-prevnext-nav .owl-prev-btn .prev-icon, .owl-prevnext-nav .owl-next-btn .next-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 62px;
	text-indent: -9999px;
	width: 46px;
}
.owl-prevnext-nav .owl-prev-btn .prev-icon {
	background-image: url(../images/arrow_light_prev.png);
}
.owl-prevnext-nav .owl-next-btn .next-icon {
	background-image: url(../images/arrow_light_next.png);
}
.owl-prevnext-nav .owl-prev-btn:hover .prev-icon, .owl-prevnext-nav .owl-next-btn:hover .next-icon {
	background-position: center bottom;
}*/


.home-section-twitter .twitter-tweet {
	border: 0;
	color: #464646;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
}
.home-section-twitter .tweet-date {
	margin-bottom: 0;
}
.home-section-twitter .tweet-date a, .home-section-twitter .tweet-date a:link, .home-section-twitter .tweet-date a:visited {
	color: #aaa;
}
.home-section-twitter .tweet-date a:hover, .home-section-twitter .tweet-date a:active, .home-section-twitter .tweet-date a:focus {
	color: #6ca1b6;
}
.home-section-twitter .tweet-content {
	color: #464646;
	font-size: 14px;
	line-height: 18px;
}
.home-section-twitter .tweet-image {
	overflow: hidden;
}
.home-section-twitter .tweet-image .original-img, .home-section-twitter .tweet-image .preview-img {
	display: block;
	height: auto;
	width: 100%;
}
.home-section-twitter .tweet-image .preview-img {
	background-position: center;
	background-size: cover;
	display: none;
}
@media only screen and (min-width : 768px) {
	.home-section-twitter .tweet-image {
		/*max-height: 200px;*/
	}
	.home-section-twitter .tweet-image .original-img {
		display: none;
	}
	.home-section-twitter .tweet-image .preview-img {
		display: block;
	}
}
.home-section-twitter .tweet-actions {
	font-size: 16px;
}
.home-section-twitter .tweet-actions a, .home-section-twitter .tweet-actions a:link, .home-section-twitter .tweet-actions a:visited {
	color: #464646;
}
.home-section-twitter .tweet-actions a:hover, .home-section-twitter .tweet-actions a:active, .home-section-twitter .tweet-actions a:focus {
	color: #6ca1b6;
}

/* TWITTER SENATEGOPFLOOR */
#twitter-widget-6 > div > a {display: none;}
#twitter-widget-7 > div > a {display: none;}
#twitter-widget-8 > div > a {display: none;}
#twitter-widget-9 > div > a {display: none;}



/*
// Floor Updates pull in up to 9 recent items - arrows show more
Arrows - use side arrows at all sizes but mobile [MOBILE: use smaller arrows under items (see comp); bg: #e6e6e6 (hover: #ffffff); border: 1px solid #cdcdcd; text: R black (900) 14px CAPS #8b8b8b (hover: #6ca1b6);]
*/



/* feature */
.home-section-features {
	background-color: #264b59;
}
@media only screen and (min-width : 768px) {
	.home-section-features {
		background-image: url(../images/bg_features.jpg);
	}
}
/*.home-section-features .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_features.png);
}*/

/* floor updates */
.home-section-floor-updates {
	background-image: url(../images/bg_floor-updates.jpg);
}
.home-section-floor-updates .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_floor-updates.png);
}

/* instagram */
.home-section-instagram .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_instagram.png);
}
.home-section-instagram .gram-image .original-img, .home-section-instagram .gram-image .preview-img {
	display: block;
	height: auto;
	width: 100%;
}
.home-section-instagram .gram-image .preview-img {
	background-position: center;
	background-size: cover;
	display: none;
}
@media only screen and (min-width : 768px) {
	.home-section-instagram .gram-image .original-img {
		display: none;
	}
	.home-section-instagram .gram-image .preview-img {
		display: block;
	}
}


/* press-releases */
.home-section-press-releases {
	background-image: url(../images/bg_press-releases.jpg);
}
.home-section-press-releases .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_press-releases.png);
}

/* facebook */
.home-section-facebook .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_facebook.png);
}
.home-section-facebook .fb-post-username {
	margin-bottom: 0px;
}
.home-section-facebook .fb-post-username a {
	color: #464646;
	font-size: 14px;
	font-weight: 700;
}
.home-section-facebook .fb-post-username a:link, .home-section-facebook .fb-post-username a:visited {
	color: #464646;
}
.home-section-facebook .fb-post-username a:hover, .home-section-facebook .fb-post-username a:active, .home-section-facebook .fb-post-username a:focus {
	color: #464646;
	cursor: pointer;
}
.home-section-facebook .fb-post-image .original-img, .home-section-facebook .fb-post-image .preview-img {
	display: block;
	height: auto;
	width: 100%;
}
.home-section-facebook .fb-post-video {
	background-color: rgba(0, 0, 0, 1);
}
.home-section-facebook .fb-post-image .preview-img {
	background-position: center;
	background-size: cover;
	display: none;
	
	background-color: #000;
	background-size: contain;
	background-repeat: no-repeat;
}
/*@media only screen and (min-width : 768px) {*/
	.home-section-facebook .fb-post-image .original-img {
		display: none;
	}
	.home-section-facebook .fb-post-image .preview-img {
		display: block;
	}
/*}*/
.home-section-facebook .fb-post-actions li {
	float: left;
}
.home-section-facebook .fb-post-actions li a {
	color: #797979;
	font-size: 12px;
}


/* blogs */
.home-section-blogs {
	background-image: url(../images/bg_blogs.jpg);
}
.home-section-blogs .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_blogs.png);
}

/* tax facts */
.home-section-tax-facts {
	background-image: url(../images/bg_tax-facts.jpg);
}
.home-section-tax-facts .home-section-footer .footer-link {
	background-image: url(../images/circle_icon_tax-facts.png);
	background-size: contain;
}
