html,body{height:100%;}
body{
	background: url(../images/body-tail.gif) top center repeat-x #fbfdfb;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#757575;
	position:relative;
	min-width:960px;
	-webkit-text-size-adjust: none;
}
.bg{background:url(../images/bg.jpg) center top no-repeat; min-height:100%;}
/*********************************header*************************************/
header{
	width:100%;
	padding:40px 0 20px;
}
h1{
	text-align:center;
	margin-bottom:31px;
}
	h1 a{
		display:inline-block;
		width:634px;
		height:93px;
		overflow:hidden;
		background:url(../images/logo.svg) center top no-repeat;
		font:0/0 a;
		color:transparent;
	}

/********************************* Content **********************************/
#content{
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #e0e0e0;
}

/* ---------- Titles ---------*/
h3{
	font:400 27px 'Quintessential', cursive;
	color:#454545;
	padding-bottom:10px;
	border-bottom:3px double #cccc99;
}
h6{
	font:16px/23px sans-serif; color:#92c7b9;}
	h6 a{color:inherit; text-decoration:none;}
		h6 a:hover{text-decoration:none; color:#454545;
}

/*---------- Columns --------*/
.col-3{float:left; width:209px; margin-right:20px;}
.col-4r{float:right; width:300px;}
.col-5{float:left; width:360px; margin-right:20px;}
.col-6{float:left; width:438px; margin-right:20px;}
.col-7{float:left; width:520px;}
/*----------- Boxes ----------*/
.box{
	background:url(../images/box-tail.gif) center bottom repeat-x #f2f2e6;
	border:1px solid #fff;
	border-radius:5px;
	text-align:center;
}
	.box .indents{padding:17px 19px 23px;}
/*----------- Other -----------*/
.light{position:relative;}
	.light:before{
		content:'';
		display:block;
		width:55px;
		height:55px;
		overflow:hidden;
		background:url(../images/light.png) 0 0 no-repeat;
		position:absolute;
		top:-26px;
		left:-25px;
		z-index:999;
	}
/*---------- Links ----------*/
a{color:#aeaeae; outline:none; cursor:pointer; text-decoration:none;}
	a:hover{text-decoration: underline;}
a[href^="tel:"]{color: inherit; text-decoration:none;}
.button{
	display:inline-block;
	cursor:pointer;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../images/button-tail.gif) 0 0 repeat-x #353434;
	border:1px solid #101010;
	border-radius:3px;
	padding:6px 12px 8px;
}
	.button:hover{
		text-decoration:none;
		background-position:0 -63px;
		background-color: #806952;
		border-color:#a28363;
	}
.banners{padding-bottom:20px;}
	.banners a{
		display:block;
		width:300px;
		height:142px;
		overflow:hidden;
		background-position:0 0;
		background-repeat:no-repeat;
		border-bottom:1px solid #d6d6d6;
		border-radius:5px;
		position:relative;
		font:400 40px/40px 'Quintessential', cursive;;
		color:#454545;
		text-decoration:none;
	}
/*----- specified on page now -----*/
		.banners a.banner1{background-image:url(../images/banner1.jpg);}
		.banners a.banner2{background-image:url(../images/banner2.jpg);}
		.banners a.banner3{background-image:url(../images/banner3.jpg);}
		.banners a.banner4{background-image:url(../images/banner4.jpg);}
		.banners a.banner5{background-image:url(../images/banner5.jpg);}
		.banners a.banner6{background-image:url(../images/banner6.jpg);}
		.banners a:hover{text-decoration:none;}
		
/*----- svg object fix -----*/		
		object{pointer-events: none;}
		
/*----- Images -----*/
.img-indent{float:left; margin-right:20px;}
.img-shadow{
	box-shadow:0 5px 13px #ebebeb;
	-webkit-box-shadow:0 5px 13px #ebebeb;
}
.img-iconfix{
	width: 16px;
	height: 16px;
}
.img-refreshfix{
	width: 90px;
	height: 32px;
}
/*---------- Lists -----------*/
.last-item{margin-right:0 !important; margin-bottom:0 !important;}
.list-1 li{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#757575;
	text-align:left;
	padding-left:12px;
	background:url(../images/marker-1.png) 0 6px no-repeat;
	margin-bottom:13px;
}
	.list-1 a{color:inherit; text-decoration:none;}
		.list-1 a:hover{color:#FF6600; text-decoration:none;}
/*---------- Indents ---------*/
p{margin-bottom:10px}
	.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
	.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
	.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
	.p3{margin-bottom:15px;}	.p3-1{margin-bottom:18px}
	.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
	.p5{
	margin-bottom: 25px;
	margin-top: 40px;
}	.p5-1{margin-bottom:28px;}
	.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
	.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
	.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
.indent-top1-1{padding-top:7px;}
.indent-left9{padding-left:45px;}
.indent-bottom2-1{padding-bottom:13px;}
.indent-bottom4{padding-bottom:20px;}
.indent-bottom4-1{padding-bottom:23px;}
/*----------- Map ------------*/
#map iframe{width:100%; height:354px;}
#map dl{width:100%; position:relative; overflow:hidden;}
#map dt{font:15px/23px Arial, Helvetica, sans-serif; color:#FF6600; margin-bottom:10px;}
#map dl span {display:inline-block; width:81px; text-align:left;}
	#map dl span.last{width:75px;}
/*----------- BTW Specific ------------*/
/*Image Swap*/
.cal img:last-child{display:none}
.cal:hover img:first-child{display:none}
.cal:hover img:last-child{display:inline-block}

.p1-2 {
	color: #ff6600;
	margin-bottom: 8px;
}
.p3plus {
	margin-top: 30px;
}
.p3-2{
	margin-top:40px;
	margin-bottom:15px;	
}
.p5-30px {
	margin-top: 10px;
	margin-bottom: 25px;
}
.insta {
	margin-top: 10px;
	width:auto;
	padding-right: 26px;
}
.insta-last {
	margin-top: 10px;
	width:auto;
	padding-right:0px}
.p1-3 {
	margin-top: 40px;
	margin-bottom: 5px;
}
.p30 {
	padding-top: 30px;
}
/*3 levels*/
/*.single {
	padding-left: 116.5px;
	margin-right: 20px;
	margin-bottom: 0px;
}*/
/*2 levels*/
.single {
	padding-left: 229px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#joinus input{margin-bottom:10px}
.paypal {
	margin-bottom: 30px;
}
.brnz {
	font-style: italic;
	color: #9b7854;
}
.orng {
	font-weight: bold;
	color: #ff6600;
}
.plus20px {
	margin-top: 20px;
}
/*========================================================================*/
/*  Accordion
/*========================================================================*/

#about{
	background:#EAEEEE;
}

.about-detail{
	margin-bottom:30px;
}

.about-detail p.lead{
	color: #474747;
	font-weight:300;
}

.panel-group .panel-heading {
    cursor: pointer;
	padding: 15px 15px;
}

.panel-body ul li{
	margin-bottom:5px;
	line-height:20px;
	font-weight:300;
}

.panel-body ul li i{
	margin-right: 5px;
	color: #ff6600;
}

.panel-group .panel {
    background: none;
    box-shadow: none;
    border-top: 1px solid #ccc;
}

#accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\f077";
    float: right;
    color: #ff6600;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content:"\f078";
}

/************************************** Footer *************************************/
footer{
	width:100%;
	padding:26px 0 40px;
	text-align:center;
}
	.footer-menu{
		font:0/0 a;
		text-align:center;
		margin-bottom:10px;
	}
		.footer-menu li{
			display:inline-block;
			border-right:1px solid #aeaeae;
			padding:0 14px;
			font:12px/12px Arial, Helvetica, sans-serif;
		}
			.footer-menu a{text-decoration:none; color:#aeaeae;}
				.footer-menu a:hover, .footer-menu .current a{text-decoration:none; color:#92C7B9;}
		.footer-menu li.last-item{border-right:none;}
	.copyright a{color:inherit;}
		.copyright a:hover{text-decoration:none; color:#92C7B9;}
	.footer-link{}

/*----------- Back to top --------------*/
#toTop {
	display:none;
	width:17px;
	height:12px;
	overflow:hidden;
	background:url(../images/totop.gif) center top no-repeat;
	position:fixed;
	margin-right:-560px !important;
	right:50%;
	bottom:100px;
	z-index:999;
}
#toTopHover {
	float:left;
	display:block;
	background:url(../images/totop.gif) center -17px no-repeat;
	width:17px;
	height:12px;
	overflow:hidden;
	opacity: 0;
}
#toTop:active, #toTop:focus {outline:none;}


/*=================================================================================*/
@media only screen and (max-width: 995px) {
	p, .p3, .p3-1{margin-bottom:15px}
		.p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1{margin-bottom:20px;}
		h3{margin-bottom:15px !important;}
	.img-indent:not(.img-indent-none-tp) img{width:auto;}
	.col-3{width:162px;}
	.col-4r{width:236px;}
	.col-5{width:280px;}
	.col-6{width:344px;}
	.col-7{width:408px;}
	.indent-top1-1{padding-top:0;}
	.indent-left9{padding-left:20px;}
	.indent-bottom2-1{padding-bottom:20px;}
	.indent-bottom4-1{padding-bottom:30px;}
	/*3 levels*/
	/*.single{padding-left:90px;}*/
	/*2 levels*/
	.single{padding-left:180px;}
	#joinus input{width:162px;}
	#giftcert input{width:196px;}
	
	/*to make paypal form responsive*/
	.paypal{width: 100%; height: auto; white-space: normal;}
	
	.insta {
	width:auto;
	padding-right: 10px;
}
.insta-last {
	width:auto;
	padding-right:0px}
	/*-----------------------------------------*/
	body{min-width:768px;}
	h1{margin-bottom:20px;}
	.banners a{background-size:100% auto; width:236px; height:112px;}
	#toTop {display:none !important;}
}

@media only screen and (max-width: 767px) {
	.img-indent:not(.img-indent-none-ml) img{width:auto;}
	.col-3{width:180px;}
	.col-4r, .col-5, .col-6, .col-7{float:none; width:100%; margin-right:0; margin-bottom:30px;}
	.indent-bottom-ml{border-bottom:3px double #cccc99; margin-bottom:30px;}
	.indent-bottom2-1, .indent-bottom4, .banners{padding-bottom:30px;}
	.single{padding-left:0px;}
	#joinus input{width:180px;}
	#giftcert input{width: 100%; margin-left: 0; margin-right:0;}
	.insta {
	width:auto;
	padding-right: 10px;
}
.insta-last {
	width:auto;
	padding-right:0px}
	/*-----------------------------------------*/
	body{min-width:420px;}
	.banners a{width:420px; height:199px;}
}

@media only screen and (max-width: 479px) {
	.img-indent:not(.img-indent-none-mp) img{width:auto;}
	.col-3{float:none; width:100%; margin-right:0; margin-bottom:30px;}
	.single{padding-left:0px;}
	#joinus input{float:none; width:100%; margin-right:0;}
	/*-----------------------------------------*/
	body{min-width:320px;}
	h1 a{width:300px; height:97px; background-size:100% auto;}
	.banners a{width:300px; height:142px;}
}


.orng {
	font-weight: bold;
	color: #ff6600;
}
