/*
Theme Name: Go Daddy Real Humble Hero
Theme URI: http://godaddy.com
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description: A HTML5 Responsive Drag & Drop Starter WordPress Theme by CyberChimps WordPress Themes featuring Twitter Bootstrap, and responsive touch friendly theme options.
Version: 1.2
Tags: white, black, silver, light, two-columns, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-images, flexible-header, post-formats, theme-options, threaded-comments, sticky-post
License: Proprietary
*/

/********************************************************************************************************************/
/*************************************************** FONTS **********************************************************/
/********************************************************************************************************************/

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@font-face {
    font-family: 'KaushanScriptRegular';
    src: url('fonts/KaushanScript-Regular-webfont.eot');
    src: url('fonts/KaushanScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/KaushanScript-Regular-webfont.woff') format('woff'),
         url('fonts/KaushanScript-Regular-webfont.ttf') format('truetype'),
         url('fonts/KaushanScript-Regular-webfont.svg#KaushanScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/
body {
	background: #f6f6f6 url(images/realestate_bg.png);
	font-family: 'Droid Serif', serif;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
a {
	color: #EC5332;
}
table .label {
  background: none;
  padding: 7px;
  line-height: normal;
  text-shadow: none;
}
tr {
  border-bottom: 1px solid #ccc;
}
td { 
	padding: 5px 20px;
}
dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px; 
}
dd {
  margin-bottom: 15px;
  margin-left: 26px;
}
ul, ol { 
	margin: 0 0 10px 0;
}
ol, ul {
  list-style-position: inside;
  margin-left: 21px;
}
pre {
  -moz-border-radius: 0;
  border-radius: 0;
}
code {
	white-space: pre-wrap;
}
header {
	margin-top: 15px;
  margin-bottom: 15px;
}
.clear{
  clear: both;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}

/********************************************************************************************************************/
/******************************************** CHANGE WIDTH ****************************************************/
/********************************************************************************************************************/


/* Tablet screen and below */
@media (max-width: 767px) {

	body{
		padding-left: 0;
		padding-right: 0;
	}
	
	.container {
		margin-right: 20px;
		margin-left: 20px;
	}

}	

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

/*======================================= SOCIAL ==============================================*/

header #social .icons a, .top-menu-wrap .social a {
  float: right;
	margin-top: 5px;
  margin-left: 5px;
}

/*======================================= DETAILS =============================================*/

header#cc-header h2.site-description {
	font-size: 14px;
	margin: 0;
}

header#cc-header .contact_details {
  float: right;
}

header#cc-header .register {
  float: right;
}

header#cc-header .blog_description {
  float: right; 
}

header#cc-header p {
  font-size: 1.2em;
}
header#cc-header #logo {
	display: table;
	float: left;
	min-height: 89px;
	line-height: 89px;
	margin-right: 0;
}

header#cc-header #logo img{
	vertical-align: middle;
	display: inline;
	margin: auto;
}

header#cc-header .site-header-info { 
	clear: right;
	display: table;
}

header#cc-header .contact_details {
	height: 50px;
	padding-left: 50px;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 30px;
	color: #4d4d4d;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: url('images/phone.png') 0 0 no-repeat;
}

header#cc-header h1.site-title {
	margin-top: 15px;
	margin-bottom: 5px;
	background: url('images/house.png') no-repeat 0 0;
}

header#cc-header h1.site-title a {
	color: #000;
	margin-left: 60px;
	font-family: 'KaushanScriptRegular', Arial, sans-serif;
}

header#cc-header h2.site-description {
	margin-left: 65px;
	font-size: 14px;
	line-height: 1em;
}
.header-image {
	margin-top: -50px;
	margin-bottom: 50px;
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
  float: right;
}

/*==================================== MEDIA QUERIES ===========================================*/

@media (max-width: 979px) {
	header#cc-header {
		margin-top: 0;
	}
	header#cc-header h1.site-title {
		padding-top: 50px;
		background: url('images/house.png') no-repeat 0 0;
	}
	header#cc-header h1.site-title a {
		margin-left: 0;
	}
	header#cc-header h2.site-description {
		margin-left: 10px;
	}
	header#cc-header #searchform {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.top-menu-wrap .container {
		width: 100%;
		margin: 0;
	}
	header#cc-header{
		display: block;
		float: none;
	}
	header#cc-header h1.site-title {
		padding-top: 50px;
		background: url('images/house.png') no-repeat 50% 0;
	}
	header#cc-header h1.site-title a {
		margin-left: 0;
	}
	header#cc-header h2.site-description {
		margin-left: 0;
	}
	header#cc-header .contact_details {
		display: block;
		float: none;
		padding-top: 50px;
		padding-left: 0;
		background: url('images/phone.png') 50% 0 no-repeat;
	}
	header#cc-header .span7 {
		text-align: center;
	}
	header#cc-header .span5 {
		text-align: center;
	}
	header#cc-header .span5 div.icons a {
		float: none;
	}
	header#cc-header .span5 div.blog-description {
		float: none;
	}
	header#cc-header .span5 div.register {
		float: none;
	}
	header#cc-header .span5 #searchform {
		float: none;
	}
}

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

/* Top Menu */
.top-menu-wrap{
	background: #0a0a0a url(images/top-pattern.gif);
	padding: 5px 0;
}
.top-menu-wrap .container {
	background: transparent;
}
.top-menu ul{
	list-style: none;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.top-menu ul:after{
	display: table;
	content: '';
	clear: both;
}

.top-menu ul li{
	float: left;
	position: relative;
	font-size:13px;
}

.top-menu ul li:first-child{
	padding-left: 0;
}

.top-menu ul li:after{
	position: absolute;
	content: '.';
	display: table;
	right: -1px;
	top: -3px;
	color: #cecece;
}

.top-menu ul li:last-child:after{
	content: '';
}

.top-menu ul li a{
	color: #cecece;
	padding: 0 10px 10px 10px;
	display: inline-block;
}

/* End of Top Menu */

#navigation {
 	margin-bottom: 50px; 
}
.main-navigation.navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-inner {
	padding: 0;
	background: #e9e9e9;
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 50%, #ebebeb 50%, #ebebeb 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#efefef), color-stop(50%,#ebebeb), color-stop(99%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 50%,#ebebeb 50%,#ebebeb 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 50%,#ebebeb 50%,#ebebeb 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 50%,#ebebeb 50%,#ebebeb 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 50%,#ebebeb 50%,#ebebeb 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	border-color: #c9c9c9;
  -webkit-border-radius: 1px;
  border-radius: 1px;
	min-height: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
}
.main-navigation .navbar-inner .container {
	background: transparent;
}
.navbar .nav > li > a{
	padding: 15px 20px 15px;
	color: #424242;
	text-shadow: none;
	border-right:1px solid #c9c9c9;
	font-family: 'Droid Serif', serif;
	font-size:16px;
}
.navbar .nav > li > a:hover {
	color: #EC5332;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .current-menu-ancestor.dropdown {
	color: #EC5332;
	text-decoration: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-navigation .nav li ul li ul {
  list-style: none;
  margin-left: 0;
}
.main-navigation .nav li ul li ul li a{
  padding-left: 24px;
}
.main-navigation .nav li ul li ul li ul li a {
	padding-left: 30px;
}
.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
	margin-top: 0;
}
.main-navigation .nav li ul li a:hover {
  color: #EC5332;
  background: none;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #EC5332;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	outline: 0;
	filter: none;
}
#navigation #searchform {
	margin-right: 15px;
}

.current-menu-ancestor.dropdown {
	background-color: #111;
}

.navbar .nav > li.current-menu-ancestor > a {
	color: #EC5332;
}

.navbar .nav > li.current-menu-ancestor.dropdown > .dropdown-toggle .caret {
	border-top-color: #EC5332;
	border-bottom-color: #EC5332;
}
.navbar .btn-navbar {
	margin: 10px;
}

@media (max-width: 979px) {
	.main-navigation .navbar-inner {
		background: #e9e9e9;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
		border: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
		background: none;
		border: none;
	}
	.nav-collapse .nav > li.current-menu-item > a, ..nav-collapse .nav > li.current-menu-ancestor > a {
		background: none;
		border: none;
	}
	.nav-collapse .dropdown .caret {
		display: none;
	}
	.nav-collapse .dropdown-menu {
		display: block;
	}
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container {
  background: #f6f6f6;
}
article.post {
	margin-left: 110px;
}
article.post, article.page, article.attachment {
  margin-bottom: 50px;
  padding: 0;
}
.entry-content {
  margin: 20px 0;
}
.page-header {
  margin-top: 0;
  padding: 0;
  border: none;
}
.featured-image {
	margin-bottom: 10px;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

.entry-header {
  margin-top: 0;
}
.entry-summary {
  margin: 10px 0;
}
.postformats {
  float: right;
}
blockquote { 
	background-color: #ccc;
	margin: 20px 10px;
	padding: 3px;
}
blockquote p {
  margin: 10px;
}
blockquote cite {
  font-size: 0.9em;
}
blockquote cite:before {
  content: ' ̶ ';
  position: relative;
  top: -2px;
  margin: 0 5px; 
}
.page-links {
  clear: both;
}
.more-content {
  margin-bottom: 15px;
	background: url(images/dot.png) 0 8px repeat-x;
}
.previous-post {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.previous-post a {
	padding: 3px 15px 3px 0; 
	background: #f6f6f6;
}
.next-post {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.next-post a {
	padding: 3px 0 3px 15px; 
	background: #f6f6f6;
}

/*==================================== TAXONOMY ========================================================*/

article.post h2.entry-title, article.post h2.entry-title a {
	color: #EC5332;
}
h2.entry-title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1em;
	font-size: 2em;
}
article.post p, article.page p {
  font-size: 1.1em;
  line-height: 1.5em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
	display: block;
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
img.size-full {
	max-width: 100%;
	height: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 15px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin:0;
  max-width: 95%;
  padding:0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.caption_title {
  font-size:16px;
}
.gallery-pagination {
  margin: 20px 0;
}
.gallery-pagination .previous-image a {
  float: left;
}
.gallery-pagination .next-image a {
  float: right;
}

/*==================================== META ============================================================*/

.entry-meta {
  color: #999;
  margin-top: 0;
  font-size: 0.85em;
}
footer.entry-meta {
  clear: both;
}
.edit-link {
  margin-bottom: 10px;
}
.edit-link a {
  color: #fff;
  background: #888;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.edit-link a:visited {
  color: #fff;
}
.edit-link a:hover {
  text-decoration: none;
  color: #ccc;
}
.cyberchimps_article_share {
  float: right;
}
.cyberchimps-posted-on {
	float: left;
	width: 75px;
	height: 75px;
	margin-top: -30px;
	margin-left: -110px;
	background-color: #333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.cyberchimps-posted-on a {
	color: #aaa;
}
.cyberchimps-posted-on a:visited {
	color: #aaa;
}
.cyberchimps-posted-on a:hover {
	color: #aaa;
	text-decoration: none;
}
.cyberchimps-posted-on .cc-month {
	margin-top: 10px;
	margin-bottom: 3px;
	text-transform: uppercase;
	line-height: 1em;
}
.cyberchimps-posted-on .cc-day {
	color: #fff;
	margin-bottom: 3px;
	font-size: 2em;
	line-height: 1em;
}
.cyberchimps-posted-on a:hover .cc-day {
	color: #EC5332;
}
.cyberchimps-posted-on .cc-year {
	margin-top: 0;
	line-height: 1em;
}

/*==================================== COMMENTS ========================================================*/

.comments-area {
  margin-bottom: 30px;
  background: transparent;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
label[for="comment"] {
  display: block;
}
ol.commentlist {
  list-style: none;
}
ol.commentlist p {
  margin-left: 8px;
  clear: left; 
}
ol.commentlist li.comment {
  padding: 10px;
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar {
  margin: 0 10px 10px 10px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 11px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #888;
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
  margin-left: 8px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.even {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
ol.commentlist li.odd {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.comment, .trackback, .pingback {
  padding:10px;
  margin:10px 0 10px 0;
}
.odd {
  background:#f8f8f8;
}
#form-allowed-tags code {
  font-size:12px;
}
#respond input, #respond textarea {
  margin:0 5px 5px 0;
  overflow:auto;
}
#respond textarea {
  width:90%;
  height:150px;
}
.avatar {
  float:left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

.widget-container {
  margin-bottom: 15px;
  padding: 0 0 20px 0;
	background: transparent url(images/dot.png) 0 3px repeat-x;
}
h3.widget-title {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 1em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
  line-height: 1em;
	background: #f6f6f6;
}
.widget-container ul, .widget ul {
  margin-left: 5px;
}
.widget-container ul li, .widget ul li {
  font-size: 14px;
  line-height: 1.8em;
  list-style: none;
}
table#wp-calendar {
  width: 100%;
}
table#wp-calendar th {
	font-size: 14px;
}
table#wp-calendar td {
	font-size: 14px;
	width: 14.28571428571429%;
	padding: 5px 0;
  text-align: center;
}
table#wp-calendar td {
  text-align: center;
}
.widget-container #searchform {
	float: none;
	width: 100%;
}
.widget-container #searchform input.input-medium {
	float: right;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
	margin-bottom: 5px;
}

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

footer.container-full {
	background: #333 url('images/foot-pattern.jpg');
	padding: 30px 0;
}
footer.container-full .container {
	background: transparent;
}
#footer-widgets {
	border-right: 1px solid #555;
}
#footer-widgets .widget-container {
	color: #eee;
  border: none;
	background: none;
}
#footer-widgets .widget-container h3.widget-title {
	color: #fff;
	background: none;
	font-weight: bold;
	font-size: 1.2em;
}
.site-footer #copyright {
	color: #fff;
	text-align: left;
  margin-bottom: 20px;
	margin-right: 20px;
}


/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky{}
.gallery-caption{}
.bypostauthor{}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== CALLOUT ====================================================*/

#callout-container {
  margin-bottom: 20px;
}
#callout {
  padding: 20px;
}
#callout .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #777;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	border-color: #555;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: none;
	filter: none;
}
.callout-text h2.callout-title {
  font-size: 1.6em;
}
.callout-text p {
  font-size: 1.2em;
}
#callout_button a {
 	margin-top: 5px;
  float: right;
}
#callout_button a:hover p {
	color: #ddd;
}

/*==================================== WIDGET BOXES ===============================================*/

#widget-boxes-container .box {
  background: transparent url('images/dot.png') 0 3px repeat-x;
}
h2.box-widget-title {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 0 10px 0;
	padding: 0 15px 0 0;
  font-size: 1em;
	font-weight: bold;
  text-align: left;
	line-height: 1.1em;
	background: #f6f6f6;
}
#widget-boxes-container .box a {
	text-align: left;
}
.box p {
  font-size: 1.1em;
  line-height: 1.2em;
}

/*==================================== BOXES ======================================================*/

.box {
	margin-bottom: 30px;
}
.box a {
  display: block;
  width: 100%;
  text-align: center;
}
.box-no-url {
	cursor: default;
}

/*==================================== RECENT POSTS ===============================================*/

#recent-posts-container {
	margin-bottom: 30px;
}

/*==================================== CAROUSEL ===================================================*/

#cc-carousel {
  padding: 10px 50px;
}
#cc-carousel ul {
  max-height: 150px;
  width: 100%;
  margin: 0;
  padding: 0; 
}
#cc-carousel ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
#cc-carousel ul li .carousel_item {
}  
#cc-carousel ul li .carousel_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
#cc-carousel ul li .carousel_caption p {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
#cc-carousel .carousel-control {
  top: 50%;
  border: none;
}
#cc-carousel .carousel-control.left {
  left: 5px;
}
#cc-carousel .carousel-control.right {
  right: 5px;
}
@media (max-width: 767px) {
  #cc-carousel [class*="span"], .row-fluid #cc-carousel [class*="span"] {
    float: left;
    width: 14.364640883%;
    margin-left: 2.762430939%;
  }
  #cc-carousel [class*="span"]:first-child, .row-fluid #cc-carousel [class*="span"]:first-child {
    margin-left: 0;
  }
}

/*==================================== SLIDER ======================================================*/

#slider-lite {
	margin-bottom: 30px;
}
#slider-lite .carousel-caption h4 {
	margin: 10px;
}
.carousel .carousel-control {
	display: none;
}
.carousel:hover > .carousel-control {
	display: inherit;
}

/* For desktop screen */
@media (min-width: 979px) {
	.carousel-caption {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
		height: 100%;
		width: 30.79%;	
		background: #333333;
		background: rgba(0, 0, 0, 0.75);
	}
	.carousel-caption:before {
		content: 'Featured';
		width: 150px;
		position: absolute;
		top: 25px;
		left: -35px;
		padding: 8px 0;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		background-color: #77bb55;
		-moz-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-o-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	}
	#slider-lite .carousel-caption h4 {
		margin: 80px 30px 30px;
	}
	
}

/*==================================== TWITTER =====================================================*/

#twitter-container {
  margin-bottom: 20px;
}
#twitter-bar {
  background: #fff;
	padding: 20px;
}
#twitter-bar #twitter-text img {
	float: left;
	margin-top: -5px;
}
#twitter-bar #twitter-text p {
	padding-left: 75px;
}
@media (max-width: 480px) { 
	#twitter-bar #twitter-text img {
		width: 30px;
		height: 21px;
		margin-top: 0;
	}
	#twitter-bar #twitter-text p {
		padding-left: 40px;
	}
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
  background: #fff;
}
