body {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.block {
	padding: 60px 0 !important;
}

.navbar-base {
	background: #387a4e;
	border-bottom: 1px solid #387a4e;
}

.navbar-base.affix {
	background: #387a4e;
	border-color: #387a4e;
}

.navbar-wp {
	border-bottom: rgba(255, 255, 255, 0);
}

.navbar-wp.affix {
	border-bottom: rgba(255, 255, 255, 0);
}

.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
	background-color: #3c995b;
}

.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
	background-color: #3c995b;
	border-top: 3px solid #3c995b;
}

.navbar-wp .dropdown-menu > li > a:hover {
	background: #387a4e;
}

.comment-list li.comment {
    padding-left: 0px;
    position: relative;
}

footer {
	background: #387a4e;
}

footer hr {
	border-top: 1px solid #408959;
	margin: 40px 0;
}

footer h5, footer li {
    color: #eeeeee;
}

footer .col p {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 10px;
}

footer .col li {
    color: #ccc;
    font-size: 13px;
}

.bg-base {
    background: #5DBB4A;
}

/* Banner */

.bg-banner-1 {
    padding: 300px 0 !important;
    background: url(http://direct.jubjub.com/clients/munita/final/assets/img/img-bg-request.jpg) no-repeat !important;
		background-size: cover !important;
    color: #fff;
}

.bg-banner-1 p {
	font-size: 150%;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.bg-banner-2 {
    padding: 54px 0 !important;
    background: url(http://direct.jubjub.com/clients/munita/final/assets/img/bg-fotolia_80838607.jpg) no-repeat fixed !important;
    color: #fff;
		background-size: cover !important;
}

#franchisors .prlx-bg {
	background-image: url(/assets/img/bg-franchisor-accounting-services.jpg);
	padding: 100px 0;
}

#franchisees .prlx-bg {
	background-image: url(/assets/img/bg-franchisee-accounting-services.jpg);
	padding: 100px 0;
}

#restaurants .prlx-bg {
	background-image: url(/assets/img/bg-restaurant-accounting-services.jpg);
	padding: 100px 0;
}

#why-us .prlx-bg {
	background-image: url(/assets/img/why-restaurant-accounting-services.jpg);
	padding: 100px 0;
}

.prlx-bg {
	height: inherit;
}

/* Backgrounds */

.green {
	background-color: #387a4e;
}

.brick {
	background-image: url(http://www.munita.net/assets/img/brickwall_@2X.png);
}

.brick-green {
	background-image: url(http://www.munita.net/assets/img/bg-brickwall-green.png);
}

.green h2.section-title {
	color: #fff !important;
}

.shadow {
	-webkit-box-shadow: 0px 12px 24px -27px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 12px 24px -27px rgba(0,0,0,0.75);
	box-shadow: 0px 12px 24px -27px rgba(0,0,0,0.75);
}

/* Buttons */

.btn-primary {
    color: #fff;
    background-color: #387a4e;
    border-color: rgba(53, 126, 189, 0)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #387a4e;
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-default {
    color: #fff;
    background-color: rgba(55, 122, 78, 0);
    border-color: rgba(255, 255, 255, 1)
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
.btn-default.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #387a4e;
    border-color: rgba(255, 255, 255, 0.4);
}

.img-responsive {
  display: inline-block;
}

/*==========  Arrow  ==========*/

.arrow_box {
	position: relative;
	background: #fff;
/*	border-bottom: 1px solid #c5c5c5; */
}

.arrow_box.c-green {
	background: #5DBB4A;
}

.arrow_box.c-green:after {
	border-top-color: #5DBB4A;
}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(197, 197, 197, 0);
	border-top-color: #c5c5c5;
	border-width: 31px;
	margin-left: -31px;
}

/*==========  Testimonial  ==========*/

.testimonial p {
	color: #a8a8a8;
	font-size: 24px;
	line-height: 36px;
}

/* Color */

.splash {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.light {
    background: #f5f5f5;
    color: #333;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
	border: 1px solid #5DBB4A;
}

.light a, .light i {
    color: #387A4E;
}

.wp-block.testimonial.style-2 .wp-block-body.light:after {
    border-top-color: #5DBB4A;
}
 
/* Responsive Video */

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Video */
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.video-container .img-responsive,
.video-container .thumbnail > img,
.video-container .thumbnail a > img,
.video-container .carousel-inner > .item > img,
.video-container .carousel-inner > .item > a > img {
  display: inline-block;
}


.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0,  0,  0, 0.4) !important;
  width: 100%;
}
.video-container .title-container {
  z-index: 101;
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  width: 60%;
  margin: 0 auto;
}

.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}

/* Positioning */
.pos-r { position: relative !important; }
.pos-a { position: absolute !important; }
.pos-f { position: fixed !important; }

/* Width */
.w-sm   { width: 25% !important; }
.w-md   { width: 50% !important; }
.w-lg   { width: 75% !important; }
.w-full { width: 100% !important; }

/* Borders */
.b-a {
	border:1px solid #ccc;
}

img.b-a {
	padding: 10px;
}

/* Margin and padding */
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a {
  margin: 20px !important;
}
.m-t {
  margin-top: 20px !important;
}
.m-r {
  margin-right: 20px !important;
}
.m-b {
  margin-bottom: 20px !important;
}
.m-l {
  margin-left: 20px !important;
}
.m-x {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.m-y {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 30px !important;
}
.m-t-md {
  margin-top: 30px !important;
}
.m-r-md {
  margin-right: 30px !important;
}
.m-b-md {
  margin-bottom: 30px !important;
}
.m-l-md {
  margin-left: 30px !important;
}
.m-x-md {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-md {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-a-lg {
  margin: 60px !important;
}
.m-t-lg {
  margin-top: 60px !important;
}
.m-r-lg {
  margin-right: 60px !important;
}
.m-b-lg {
  margin-bottom: 60px !important;
}
.m-l-lg {
  margin-left: 60px !important;
}
.m-x-lg {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.m-y-lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a {
  padding: 20px !important;
}
.p-t {
  padding-top: 20px !important;
}
.p-r {
  padding-right: 20px !important;
}
.p-b {
  padding-bottom: 20px !important;
}
.p-l {
  padding-left: 20px !important;
}
.p-x {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-a-md {
  padding: 30px !important;
}
.p-t-md {
  padding-top: 30px !important;
}
.p-r-md {
  padding-right: 30px !important;
}
.p-b-md {
  padding-bottom: 30px !important;
}
.p-l-md {
  padding-left: 30px !important;
}
.p-x-md {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-md {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.p-a-lg {
  padding: 60px !important;
}
.p-t-lg {
  padding-top: 60px !important;
}
.p-r-lg {
  padding-right: 60px !important;
}
.p-b-lg {
  padding-bottom: 60px !important;
}
.p-l-lg {
  padding-left: 60px !important;
}
.p-x-lg {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.p-y-lg {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	#franchisors .prlx-bg, #franchisees .prlx-bg, #restaurants .prlx-bg, #why-us .prlx-bg {
		background-position: center center;
		background-size: cover;
		padding: 200px 0;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.prlx-bg {
		background-attachment: fixed;
	}

}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.video-container .description .inner h1 {
	  font-size: 24px;
	}

	#homepage h1 {
		font-size: 24px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */




/* Responsive text alignment */
.text-xs-left   { text-align: left; }
.text-xs-right  { text-align: right; }
.text-xs-center { text-align: center; }

@media (min-width: @screen-sm-min) {
  .text-sm-left   { text-align: left; }
  .text-sm-right  { text-align: right; }
  .text-sm-center { text-align: center; }
}

@media (min-width: @screen-md-min) {
  .text-md-left   { text-align: left; }
  .text-md-right  { text-align: right; }
  .text-md-center { text-align: center; }
}

@media (min-width: @screen-lg-min) {
  .text-lg-left   { text-align: left; }
  .text-lg-right  { text-align: right; }
  .text-lg-center { text-align: center; }
}

.wp-section li a
{color:#387A4E;}