@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic);
HTML {
 color:#000000;
}
body {
 color:#000000;
}
.dropshadow {
 -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.50);
}
.dropshadowsides {
 -webkit-box-shadow: 4px 0px 2px rgba(0,0,0,0.20), -4px 0px 2px rgba(0,0,0,0.20);
 -moz-box-shadow: 4px 0px 2px rgba(0,0,0,0.20), -4px 0px 2px rgba(0,0,0,0.20);
 box-shadow: 4px 0px 2px rgba(0,0,0,0.20), -4px 0px 2px rgba(0,0,0,0.20);
}
.borderradiustop {
 -moz-border-radius:12px 12px 0 0;
	-webkit-border-radius:12px 12px 0 0;
	border-radius:12px 12px 0 0;
 overflow:hidden;
}
.borderradiusbottom {
 -moz-border-radius:0 0 12px 12px ;
	-webkit-border-radius:0 0 12px 12px ;
	border-radius:0 0 12px 12px ;
 overflow:hidden;
}
.borderradiusfull12 {
 -moz-border-radius:12px ;
	-webkit-border-radius:12px ;
	border-radius:12px ;
 overflow:hidden;
}
.borderradiusfull20 {
 -moz-border-radius:20px ;
	-webkit-border-radius:20px ;
	border-radius:20px ;
 overflow:hidden;
}
.bordertop {
 border-top:solid #000000 1px;
}
.bordertopsides {
 border-top:solid #000000 1px;
 border-right:solid #000000 1px;
 border-left:solid #000000 1px;
}
.bordersides {
 border-right:solid #000000 1px;
 border-left:solid #000000 1px;
}
.borderbottomsides {
 border-right:solid #000000 1px;
 border-left:solid #000000 1px;
 border-bottom:solid #000000 1px;
}
.borderbottom {
 border-bottom:solid #000000 1px;
}
.borderfull {
 border:solid #000000 1px;
}

.navbar-inverse .navbar-nav > li > a {
  color : #CCCCCC;
  font-weight:bold;
  font-size: 12pt;
}
.navbar-inverse .navbar-nav > li > a:Hover {
  color : #FFFFFF;
}
.breadcrumbactivelink {
 text-decoration:none;
 color:#777777;
}
.breadcrumbactivelink:hover {
 text-decoration:none;
 color:#777777;
}
.alignleft{
 text-align:left;
}
.alignright{
 text-align:right;
}
.aligncenter{
 text-align:center;
}
.boldfont{
 font-weight:bold;
}
.lobsterfont {
 font-family: 'Lobster', cursive;
}
.infoboxfontsm {
 font-size:12pt;
}
.infoboxfontmd {
 font-size:16pt;
}
.infoboxfontlg {
 font-size:18pt;
}
.infoboxfontxl {
 font-size:22pt;
}
.infoboxdropshadowround {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-border-radius:10px ;
	-webkit-border-radius:10px ;
	border-radius:10px ;
 overflow:hidden;
}
.infoboxdropshadowroundtop {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
 overflow:hidden;
}
.infoboxdropshadowroundbottom {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
 overflow:hidden;
}
.infoboxdropshadowroundtoprightbottomleft {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-border-radius:0 15px 0 15px;
	-webkit-border-radius:0 15px 0 10px;
	border-radius:0 15px 0 15px;
 overflow:hidden;
}
.infoboxdropshadowroundtopleftbottomright {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-border-radius:15px 0 15px 0;
	-webkit-border-radius:15px 0 15px 0;
	border-radius:15px 0 15px 0;
 overflow:hidden;
}
.infoboxdropshadowroundtopleft {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-border-radius:25px 0 0 0;
	-webkit-border-radius:25px 0 0 0;
	border-radius:25px 0 0 0;
 overflow:hidden;
}
.infoboxdropshadowroundtopright {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-border-radius:0 25px 0 0;
	-webkit-border-radius:0 25px 0 0;
	border-radius:0 25px 0 0;
 overflow:hidden;
}
.infoboxdropshadow {
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 overflow:hidden;
}
.infoboxheaderunderline {
 border-bottom:solid #000000 1px;
}
.infoboxheaderfullborder {
 border:solid #000000 1px;
}
.infoboxheaderunderlineroundedtop {
 border-bottom:solid #000000 1px;
 -moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.infoboxheaderfullborderroundedtop {
 border:solid #000000 1px;
 -moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.pagenotfounderror.title{
 font-family: Arial, Helvetica, sans-serif;
 font-size:42px;
 font-weight:bold;
 font-style: italic;
 text-align:center;
 width:100%;
}
.pagenotfounderror{
 font-family: Arial, Helvetica, sans-serif;
 font-size:24px;
 font-weight:bold;
 text-align:center;
 padding:60px 0 250px 0;
 width:100%;
}
.notfounderror{
 font-family: Arial, Helvetica, sans-serif;
 font-size:24px;
 font-weight:bold;
 text-align:center;
 padding:60px 0 250px 0;
 width:100%;
}
.largeimage {
 max-width:100%;
}
.glassbutton {
	-moz-box-shadow:inset 0px 1px 5px 1px #ffffff;
	-webkit-box-shadow:inset 0px 1px 5px 1px #ffffff;
	box-shadow:inset 0px 1px 5px 1px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c0b55b), color-stop(1, #a9852d) );
	background:-moz-linear-gradient( center top, #c0b55b 5%, #a9852d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0b55b', endColorstr='#a9852d');
	background-color:#a9852d;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #a9852d;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 11px;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #404040*/
}
.glassbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9852d), color-stop(1, #c0b55b) );
	background:-moz-linear-gradient( center top, #a9852d 5%, #c0b55b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9852d', endColorstr='#c0b55b');
	background-color:#c0b55b;
}
.glassbutton:active {
	position:relative;
	top:1px;
}
.updatebutton {
	-moz-box-shadow:inset 0px 1px 5px 1px #a80000;
	-webkit-box-shadow:inset 0px 1px 5px 1px #a80000;
	box-shadow:inset 0px 1px 5px 1px #a80000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3c3c), color-stop(1, #575757) );
	background:-moz-linear-gradient( center top, #ff3c3c 5%, #575757 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c', endColorstr='#575757');
	background-color:#858585;
	/*-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;*/
	border:1px solid #707070;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #404040;
}
/*   Header   */
.businesshoursdiv {
 margin-top:10px;
}
.headerbusinesshours h3 {
 font-size: 10pt;
	font-weight: bold;
 text-align:center;
}
.headernavmenucontainerbar{
 position:relative;
 width:100%;
 /*background-color:#ffffff;
 border-top:solid black 2px;*/
 z-index:9999;
}
.headernavmenucontainer {
 position:relative;
 background-color:#cbb5ca;
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 width:960px;
 height:25px;
 margin:0 auto;
 padding:0;
 font-size:12pt;
 font-weight:bold;
 z-index:9999;
}
.headersocialsharebuttons {
 float:left;
 padding:0px 3px 0 3px;
 margin:0;
}

/* Remove Carousel Nav Graidents */
/*
.carousel-control.left, .carousel-control.right{
background: none !important;
filter: progid:none !important;
}
*/

.carousel-indicators{
   /* change location of controls top:0px;*/ 
}
<!--- Brands Slider --->
.list_carousel {
	margin: 30px 0 0px 60px;
	width: 100%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 12pt;
	color: #000;
	text-align: center;
 vertical-align: middle;
	line-height:75px;
 /*width: 50px;*/
	height: 75px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel li img {
 vertical-align: middle;
 max-height:75px;
}
.list_carousel_td {
	font-size: 12pt;
 font-weight:bold;
	color: #000;
	text-align: center;
 line-height:75px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

/* Menu */
.menutitle {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
 text-decoration:none;
	padding: 0px 0px 5px 0px;
}
.menutitle a {
 text-decoration:none;
}
.menudescription {
}
/* Menu */

.productsearchbar {
  background-color: rgba(255, 255, 255, 0.4);
     -moz-border-radius:5px;
  -webkit-border-radius:5px;
          border-radius:5px;
  margin:0 0 10px 0;
}

/* Forms Page */
.formcontainer {
 padding:10px;
 -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 overflow:hidden;
 background:#FFFFFF;
}
.formstitle {
	font-size: 14pt;
	font-weight: bold;
 text-decoration:none;
 text-align:center;
 color:#000000;
	padding: 8px 10px 8px 10px;
 -moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
 margin:0px 0 0px 0;
 border-bottom:solid #777777 1px;
 background:#EEEEEE;
}
.formstext {
	font-size: 8pt;
 font-weight:normal;
 text-decoration:none;
 text-align:left;
	padding: 0px 0px 8px 0px;
 margin:0px 0 0px 0;
 color:#000000;
}
.formslabels {
	font-size: 9pt;
 font-weight:bold;
 text-decoration:none;
 text-align:left;
	padding: 8px 10px 2px 10px;
 margin:0px 0 0px 0;
 color:#000000;
}
.formsnotes {
	font-size: 7pt;
 font-weight:normal;
 text-decoration:none;
 text-align:left;
	padding: 0px 0px 0px 0px;
 margin:0px 0 0px 0;
 color:#000000;
}
/* End Forms Page */

/* Calendar */
.calendar {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
 text-decoration:none;
 color:#000000;
	padding: 0px 0px 0px 0px;
}
.calendarlist {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
 text-decoration:none;
 text-align:center;
 color:#000000;
	padding: 0px 0px 0px 0px;
 overflow:hidden;
 max-height:299px;
}
.calendarcontainer {
 clear:both;
 /*background-image:url(../images/hpboxesbg.png);
 background-position:top center;
 background-repeat:repeat-x;
 background-color:#c9ffff;*/
 background: #ffffff; /* Old browsers */
 background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d2ffff 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#d2ffff)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#d2ffff 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#d2ffff 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#d2ffff 100%); /* IE10+ */
 background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#d2ffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2ffff',GradientType=0 ); /* IE6-9 */
 border:solid #d2ffff 1px;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 margin:10px 0px 0 5px;
 padding:0px;
 max-height:329px;
}
.calendar.title {
	/*font-size: 14pt;
	font-weight: bold;
 text-decoration:none;
 text-align:center;
 color:#ede6ee;
 background: #004a64; /* Old browsers */
 /*background: -moz-linear-gradient(top, #ede6ee 0%, #004a64 50%, #ede6ee 100%); /* FF3.6+ */
 /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede6ee), color-stop(50%,#004a64), color-stop(100%,#ede6ee)); /* Chrome,Safari4+ */
 /*background: -webkit-linear-gradient(top, #ede6ee 0%,#004a64 50%,#ede6ee 100%); /* Chrome10+,Safari5.1+ */
 /*background: -o-linear-gradient(top, #ede6ee 0%,#004a64 50%,#ede6ee 100%); /* Opera 11.10+ */
 /*background: -ms-linear-gradient(top, #ede6ee 0%,#004a64 50%,#ede6ee 100%); /* IE10+ */
 /*background: linear-gradient(to bottom, #ede6ee 0%,#004a64 50%,#ede6ee 100%); /* W3C */
	/*border-radius: 8px 8px 0 0;
 -webkit-border-radius: 8px 8px 0 0;
 -moz-border-radius: 8px 8px 0 0;
 padding: 4px 0px 3px 0px;*/
}
.calendar.title a {
 text-decoration:none;
 color:#000000;
}
.calendar.datecontainer {
 font-size:18px;
 font-weight:bold;
 text-align:center;
	padding: 0px 0px 0px 0px;
 margin: 0px 0px 5px 0px;
}
.calendar.datetable {
 text-decoration:none;
 width:100%;
	padding: 0px 0px 5px 0px;
 margin:0;
}
.calendareventscontainer {
 margin:2px 0 2px 0;
 padding:0 3px 0 3px;
 width:100%;
}
.calendarnoeventscontainer {
 margin:10px 0 10px 0;
 padding:0 3px 0 3px;
 width:100%;
}
.calendarcard {
 float:left;
 text-align:center;
 padding: 4px 2px 0 2px;
 margin: 0;
 width:68px;
}
.calendarmonth {
 font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
	font-size: 8pt;
 text-decoration:none;
 text-align:center;
 background-color:#414141;
 border:solid #000000 1px;
 -moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
 color:#ffffff;
	padding: 2px;
 margin: 0;
 width:100%;
}
.calendardays {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-weight: bold;
 text-decoration:none;
 text-align:center;
 line-height:26pt;
 background-color:#FFFFFF;
 border-left:solid #000000 1px;
 border-right:solid #000000 1px;
 /*border-bottom:solid #000000 1px;*/
 color:#000000;
	padding: 6px 2px 0 2px;
 margin: 0;
 width:100%;
}
.calendaryear {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
 text-decoration:none;
 text-align:center;
 background-color:#FFFFFF;
 border-left:solid #000000 1px;
 border-right:solid #000000 1px;
 border-bottom:solid #000000 1px;
 color:#000000;
	padding: 0 2px;
 margin: 0;
 width:100%;
}
.calendarinfocontainer{
 float:left;
 margin:0;
 padding:0 10px;
 width:168px;
}
.calendarlink {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
 text-decoration:none;
 text-align:center;
 color:#000000;
}
.calendar.text {
 clear:both;
 color:#000000;
 line-height:1;
	padding: 0px 0px 0px 0px;
}
.calendar.time {
 clear:both;
 font-size: 8pt;
 color:#000000;
 text-align:center;
	padding: 0px 0px 5px 0px;
}
.calendar.texttitle {
 font-size:10pt;
 font-weight:bold;
 text-align:center;
	padding: 0px 0px 0px 0px;
}
.calendar.texttitle a {
 color:#000000;
}
.calendarlinebreak {
 width:100%;
 border: 0;
 color: #5f4f25;
 background-color: #5f4f25;
 height: 1px;
}
.calendarpaypalbutton {
 text-align:center;
 margin:5px 0;
}
/* End Calendar */
/* Calendar */
.calendarlistingtitle {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
 text-decoration:none;
 text-align:left;
 color:#000000;
	padding: 5px 0px 2px 0px;
}
.calendarlistingtitle a {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
 text-decoration:none;
 text-align:left;
 color:#000000;
	padding: 5px 0px 2px 0px;
}
.calendarreturnlink {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
 text-decoration:none;
 text-align:left;
 color:#000000;
	padding: 0 0 0 10px;
}
.calendarreturnlink a {
 text-decoration:none;
 color:#4F083F;
}
.calendarlistingtext {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 font-weight:normal;
 text-decoration:none;
 color:#000000;
	padding: 5px 0px 0px 0px;
}
.calendarsummarycontainer {
 float:left;
 width:500px;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 font-weight:normal;
 text-decoration:none;
 color:#000000;
	padding: 5px 0px 0px 0px;
}
.calendarlistinglink {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 font-weight:bold;
 text-decoration:none;
 color:#4F083F;
	padding: 15px 0px 0px 0px;
}
.calendarlistinglink a {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 font-weight:bold;
 text-decoration:none;
 color:#4F083F;
	padding: 5px 0px 0px 0px;
}
.calendarlistinglink a:hover {
 text-decoration:underline;
 color:#796385;
}
.calendarlistingtime {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 font-weight:bold;
 text-decoration:none;
 text-align:center;
 color:#000000;
	padding: 5px 0px 0px 0px;
}
.calendarlistingdatedays {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
 text-decoration:none;
 color:#000000;
	padding: 0px 0px 0px 5px;
}
.calendarlistingdate {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
 text-decoration:none;
 color:#000000;
	padding: 0px 0px 0px 0px;
}
.calendardetailspaypalblock {
 float:left;
 width:210px;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
 text-decoration:none;
 color:#000000;
 height:100%;
 width:200px;
	padding: 0px 0px 5px 0px;
}
.calendarlistingppbutton {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
 text-decoration:none;
 color:#000000;
 height:100%;
 width:200px;
	padding: 0px 0px 5px 0px;
}
.calendarlistingppbuttonname {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
 font-weight:normal;
 text-decoration:none;
 text-align:center;
 color:#000000;
	padding: 5px 0px 0px 0px;
}
.calendarlistingppbuttonprice {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
 text-decoration:none;
 text-align:center;
 color:#000000;
	padding: 5px 0px 2px 0px;
}
.calendarlistingdatesblock {
 float:left;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
 text-decoration:none;
 color:#000000;
 height:100%;
 width:200px;
	padding: 0px 0px 5px 0px;
}
.calendarlistingblock {
 border-bottom:solid black 1px;
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 padding: 0px 0px 0px 0px;
 margin:10px auto 0 auto;
 width:96%;
 text-align:center;
 background-color:#FFFFFF;
}
.calendarlistingdescblock {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 5px;
 width:100%;
}
.calendardetailsblock {
 float:left;
 width:930px;
 margin:10px 10px;
 padding:5px;
 background-color:#FFFFFF;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
 box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.50);
}
.calendardetailscontainer {
 padding: 20px 40px;
}
/* End Calendar */

/* Polls Block */
.pollcontainer{
 padding:5px;
 margin:5px 3px 0px 0;
 max-height:375px;
}
.pollscontentcontainer{
 overflow:hidden;
 max-height:311px;
}
.polls {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
 text-align:center;
	padding: 0px 5px 0px 5px;
}
.polls.header {
	font-size: 14pt;
 font-weight: bold;
 padding: 2px 0 5px 0;
 background: #bb9cbb; /* Old browsers */
 /*background: -moz-linear-gradient(top, #753062 0%, #ede6ee 50%, #753062 100%); /* FF3.6+ */
 /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#753062), color-stop(50%,#ede6ee), color-stop(100%,#753062)); /* Chrome,Safari4+ */
 /*background: -webkit-linear-gradient(top, #753062 0%,#ede6ee 50%,#753062 100%); /* Chrome10+,Safari5.1+ */
 /*background: -o-linear-gradient(top, #753062 0%,#ede6ee 50%,#753062 100%); /* Opera 11.10+ */
 /*background: -ms-linear-gradient(top, #753062 0%,#ede6ee 50%,#753062 100%); /* IE10+ */
 /*background: linear-gradient(to bottom, #753062 0%,#ede6ee 50%,#753062 100%); /* W3C */
 border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -moz-border-radius: 10px 10px 0 0;
}
.polltitle{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:10pt;
 font-weight:bold;
 padding: 4px 0px 4px 0px;
 margin: 0px;
 text-align:left;
}
.polltext{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:8pt;
 padding:0px 0px 0px 0px;
 margin: 0px;
}
.pollcharttable{
 max-width:100%;
 margin:0px 5px 0px 5px;
}
.pollpercent{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:8pt;
 font-weight:bold;
 padding:0px 4px 0px 0px;
 margin: 0px;
 text-align:left;
}
.pollgraphbar{
 background: #1e5799; /* Old browsers */
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #1e5799 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#1e5799 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#1e5799 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#1e5799 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-8 */
 border-radius:0 7px 7px 0;
}
.pollanswer{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:7pt;
 font-weight:normal;
 padding:0px 0px 10px 0px;
 margin: 0px;
 text-align:left;
}
.pollnotes{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:7pt;
 font-weight:normal;
 padding:0px 0px 0px 0px;
 margin: 0px 5px 5px 5px;
}
.polltext ul{
 margin:0px 0px 0px 10px;
 padding:0px;
 list-style-type: none;
}
/* End Polls Block */


.copyright {
 margin:0 auto;
 padding:5px 0 0 0;
}

 .sharethisitebox{
  position:fixed;
  right:0;
  margin:0 0 0 0;
  top:0;
  height:102px;
  width:34px;
  color:#ffffff;
  /*border-top:solid #59375e 1px;
  border-right:solid #59375e 1px;
  border-bottom:solid #59375e 1px;
  background: #ffffff; /* Old browsers */
  /*background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #c9ffff 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#c9ffff)); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#c9ffff 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#c9ffff 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#c9ffff 100%); /* IE10+ */
  /*background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#c9ffff 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9ffff',GradientType=0 ); /* IE6-9 */
  padding:2px;
  text-align:center;
  z-index:9999;
 }
 .sharethissiteboxtitle {
  font-size:8px;
  color:#ffffff;
 }
 .sharethissiteboxbutton {
  margin:3px 0 4px 0;
 }

@media screen and (max-width: 768px) {
 .sharethisitebox{
  display:none;
 }
 .sharethissiteboxtitle {
  display:none;
 }
 .sharethissiteboxbutton {
  display:none;
 }
}

.carousel-indicators {
  bottom:-10px;
}
.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.carousel-indicators .active {
  background-color: rgba(255, 255, 255, 0.8);
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
    display:none;
}

/* Terms & Privacy */
#termscontainer {
 width:98%;
 margin:10px auto;
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:11pt;
 background-color:#FFFFFF;
 padding:10px;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}
.terms {
 width:100%; /*Old width:950px;*/
 margin-left:auto;
 margin-right:auto;
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:11pt;
}
.terms h1{
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:14pt;
 font-weight:bold;
 text-align:center;
 margin:0px;
 padding:0px;
}
.terms h2{
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12pt;
 font-weight:bold;
 text-align:center;
 margin:0px;
 padding:0px;
}
.terms h3{
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12pt;
 font-weight:bold;
 text-align:left;
}
.terms p{
 color:#000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size:10pt;
 text-align:justify;
}