@charset "utf-8";
	body {
	font-family: "Handlee", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #0F2A26;
	background-image: url(/00images/layout/backgrounds/BG-leaves.jpg);
	background-attachment: fixed;
	background-repeat:repeat-y;
	background-size:100%;
	}
h1,
.h1 {
	font-family: "Overlock", Impact, Palatino Linotype, Palatino, Times New Roman, serif;
  font-size: 36px;
  font-style:italic;
  font-weight:900;
}
h2,
.h2 {
	font-family: "Overlock", Impact, Palatino Linotype, Palatino, Times New Roman, serif;
	font-style:italic;
  	font-weight:900;
	font-size: 30px;
}
h3,
.h3 {
  	font-family: "Overlock", Impact, Palatino Linotype, Palatino, Times New Roman, serif;
	font-style:italic;
  	font-weight:900;
	font-size: 24px;
}
h4,
.h4 {
	font-family: "Overlock", Impact, Palatino Linotype, Palatino, Times New Roman, serif;
	font-style: italic;
	font-weight: 900;
	font-size: 22px;
}
.nav-theme {
	background-color: rgba(147,203,255,1);
	-webkit-box-shadow: inset 0 1px 29px rgba(24,37,67,.4);
	box-shadow: inset 0 1px 29px rgba(24,37,67,.4);
	/* [disabled]color: rgba(255,255,255,1.00); */
	border-left: 0px ridge rgba(255,255,255,1.00);
	border-right: 0px ridge rgba(255,255,255,1.00);
	border-bottom: 3px ridge rgba(255,255,255,1.00);
	border-top: 3px ridge rgba(255,255,255,1.00);
}
.navbar-default {
	background-color: #FFCA46;
	-webkit-box-shadow: inset 0 6px 37px rgba(24,37,67,.4);
	box-shadow: inset 0 6px 37px rgba(24,37,67,.4);
	border-color: #e7e7e7;
	border-radius: 5px 0px 5px 40px / 10px 0px 10px 40px;
}
.dropdown-menu > li > a {
  font-size:22px;
}
.carousel {
	/* [disabled]border-color: #000000; */
	/* [disabled]border-style: groove; */
	/* [disabled]border-width: 0px; */
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 7px 1px 55px rgba(114,64,21,0.80);
	box-shadow: 7px 1px 55px rgba(114,64,21,0.80);
}
.img-rounded {
  border-radius: 10px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: inherit;
}
p {
	font-size: 14pt;
	line-height: 24pt;
}
#article #servicesbox p,
#article #servicesbox
{
		color:rgba(75,25,8,1.00);
}
#article a {
	border-bottom-style:dashed;
	border-bottom-color:rgba(63,64,111,1.00);
	border-bottom-width:1px;
	padding-bottom:-5px;
	margin-bottom:-5px;
	
	
}

@media screen and (max-width: 767px) {
	body {
	background-image: url(/00images/layout/backgrounds/BG-floral.jpg);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
body {
	background-image: url(/00images/layout/backgrounds/BG-leaves-md.jpg);
	background-size:100%;
	}
}
@media (min-width: 1200px) {
	.carousel-rounded-corners {
	-moz-border-radius: 60px 60px 60px 60px / 40px 40px 40px 40px;
	-webkit-border-radius: 60px 60px 60px 60px / 40px 40px 40px 40px;
	o-border-radius:
	60px 60px 60px 60px / 40px 40px 40px 40px;
	border-radius: 60px 60px 60px 60px / 40px 40px 40px 40px;
	overflow:hidden;
}
	.carousel-inner .item {
	-moz-border-radius: 60px 60px 60px 60px / 40px 40px 40px 40px;
	-webkit-border-radius: 60px 60px 60px 60px / 40px 40px 40px 40px;
	o-border-radius: 60px 60px 60px 60px / 40px 40px 40px 40px;
	border-radius: 60px 60px 60px 60px / 40px 40px 40px 40px;
	overflow: hidden;
	box-shadow: inset -23px 9px 50px 36px #FF0004;
	-webkit-box-shadow: inset -23px 9px 50px 36px #FF0004;
	}
}
