/* CSS Document */

.contact-phone {
	margin:0px;
	padding:0px;
	font-size: 1.8em;
}
.contact-phone a {
	color: rgb(116, 116, 116);
}
.contact-email, .contact-address {
	margin:0px;
	padding:0px;
}
.mobile-screen .contact-phone {
	font-size: 1.6;
}
.footer {
	height: auto;
	min-height: 60px;
}
/* rule below stops 'jump' in content when starting scrolling */
.sticky-for-body {
	margin-top: 180px;
}
.header-main, .sticky-for-header .header-main {
	background-color: #E2E9DC;
}
.headerbar, .sticky-for-header .headerbar {
	background-color: #5A754C;
	border-bottom: none;
}

.carousel-control, .carousel-control:focus, .carousel-control:active, .carousel-control:visited {
	opacity: 1;
}

.testimonial-box {
	margin-top: 20px;
	padding: 10px;
	border: solid 1px rgb(221, 221, 221);;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgb(246, 247, 249);
}

.isotope-item {
	margin-bottom: 20px;
}

/*** pinterest like ***/
.pinBox{
	padding:15px;
	position:relative;
}
.pinBox{
	background:#fff;
	border:1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.pinBox .boxContent{
	margin-top: 11px;
}
.pinInfo{
	padding:0;
	margin:0;
}
.pinInfo li {
	display: inline-block;
}
.pinInfo li a {
	text-decoration: none;
	font-size:12px;
}
.pinInfo  p {padding-bottom: 11px;}

.footer {
	background-color: #5A754C;
}
.footer .copyright {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: rgba(226,233,220,1.00);
}
.footer a {
	color: rgba(199,227,173,1.00);
}

