/* Add here all your CSS customizations */
.post .post-content h2 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
.not-done {
	background-color: yellow !important;
}
.centered {
	text-align: center;
}
body {
	/*background-image: url("/img/gray_jean.png");*/
}

header nav ul.nav-top {
	min-height: 0;
}
header nav ul.nav-main {
	margin: 0 -12px 20px 0;
}
header nav ul.nav-main ul.dropdown-menu {
	min-width: 150px;
}

.feature-box-info h4 {
	font-size: 1.2em;
}
div.featured-box h4 {
	font-size: 1.1em; 
}

.featured-box .box-content > img {
	margin: -30px -30px 20px -30px; 
	width: 268px; 
	max-width: none; 
	border-radius: 7px 7px 0 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.featured-box-primary .box-content > img {
	border-bottom-color: #E05048; 
}

.featured-box-secundary .box-content > img {
	border-bottom-color: #0088CC; 
}

.featured-box-tertiary .box-content > img {
	border-bottom-color: #4EB25C; 
}

.featured-box-quaternary .box-content > img {
	border-bottom-color: #734BA9; 
}
section.page-top {
	margin-top: 0;
}

.home-intro > .container > .row > .span8 > p {
	margin-top: 15px;
}

.list.padded {
	padding-left: 40px;
}

section.page-top h1.breadcrumb-title {
	font-size: 2.8em;
	line-height: 54px;
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	padding: 0 0 17px;
	position: relative;
}
section.page-top h1.breadcrumb-title {
	border-bottom-color: #79c240;
}
.accordion-inner p:last-child {
	margin-bottom: 0;
}

header nav ul.nav-top ul.dropdown-menu {
	-moz-border-radius: 0 6px 6px 6px;
	-moz-box-shadow: none !important;
	-webkit-border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0;
	border-radius: 0 6px 6px 6px;
	margin: -1px 0 0 0px;
	min-width: 140px;
}

header nav ul.nav-top ul.dropdown-menu li > a {
	font-size: 12px;
	padding: 3px 10px 3px 8px;
}
header nav ul.nav-top ul.dropdown-menu li > a > img {
	margin-top: -3px;
	margin-right: 5px;
}

header nav ul.nav-top li.dropdown:hover > a {
	padding-bottom:11px;
	margin-bottom:-2px;
}

header nav ul.nav-top li.dropdown:hover > ul {
	display: block;
}

header nav ul.nav-top ul.dropdown-menu,
header nav ul.nav-top li.dropdown.open a.dropdown-toggle,
header nav ul.nav-top li.active a,
header nav ul.nav-top li.dropdown:hover a {
	color: #999;
	background-color: #eeeeee !important;
}
header nav ul.nav-top ul.dropdown-menu li:hover > a {
	color: #fff;
	background-color: #94ce67 !important;
}


/* Home slider light */
div.slider-container.light {
	background-color: #EAEAEA;
}
div.slider-container.light div.tp-bannershadow {
	filter: alpha(opacity=5);
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 100;
}
div.slider-container.light div.top-label,
div.slider-container.light div.main-label,
div.slider-container.light div.bottom-label,
div.slider-container.light div.caption a,
div.slider-container.light div.caption a:hover {
	color: #333;
}
div.home-intro.light {
	background-color: #E2E2E2;
}

div.home-intro.light p,
div.home-intro div.get-started a:not(.btn) {
	color: #777;
}

#franchises {
	background: url(/img/background.jpg) center center;
	height: 400px;
	margin: -35px 0 30px 0;
}

.label-success, .badge-success { background-color: #79c240; }

/** Responsive **/
@media (max-width: 1200px) { 
	.featured-box .box-content > img { width: 218px; }
}
@media (min-width: 768px) and (max-width: 979px) { 
	.featured-box .box-content > img { width: 164px; }
	header h1{
		font-size:3.5em!important;
		margin-top:70px;
		max-width:60vw;
	}
}
@media (max-width: 767px) { 
	.featured-box .box-content > img { width: 350px; }
	header h1{
		font-size:3em!important;
		margin-top:50px;
		max-width:75vw;
	}
}
@media (max-width: 406px) { 
	.featured-box .box-content > img { width: 349px; }
	header h1{
		font-size:2.5em!important;
		margin-top:30px;
		max-width:90vw;
	}
}
.faq{
	padding:10px;
	font-size:2em;
	color:white;
	background-color:#79c240;
	border-radius:10px;
}
.faq:hover{
	text-decoration:none;
	background-color:white;
	padding:6px;
	border:4px #79c240 solid;
}