@charset "UTF-8";
p, li {
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	color: #006;
	background: transparent;
}

.p-inset	{
margin-right: 5%;
margin-left: 5%;
}

.p-smaller	{
font-size: 90%;
}

h2, .line	{
	font-family: arial;
	font-weight: normal;
	font-size: 200%;
	color: #C00;
	background: transparent;
	margin-top: 48px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

h2	{
	color: #C00;
}

h3	{
	font-family: arial;
	font-weight: normal;
	font-size: 150%;
	color: #666;
	background: transparent;
	margin-top: 39px;
	padding-bottom: 5px;
}

.nolead	{
margin-top: 0;
border-style: none;
}

.page h1.format-icon:before {
content: none;
}

/* hide the circular zoom, keep link */
.post .round-div {
border-color:   transparent;
}

/* Adjust Menu Size */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
font-size:      1.0em;
}
 
/* Remove the icon and category archives header*/
header.archive-header {
display: none;
}
 /* Remove the icon before post titles */
.format-icon:before {
display: none;
}

/* Remove Post/Page Icon */
.page #main-wrapper h1.format-icon:before {
content:    none;
}
/* change opacity of slider backdrop */
.carousel-caption {
 background: rgba(0, 0, 0, 0.5);
}

/*-- boxed info --*/

.box, .sidebar	{
margin-top: 72px;
padding: 24px;
border: 1px solid #000;
}

/*-- Footer links --*/




/*-- fill prices table --*/

table.table-100	{
width: 100%;
color: #000;
border-collapse: collapse;
font-size: 18px;
line-height: 200%;
}

table.table-80	{
color: #000;
border-collapse: collapse;
font-size: 18px;
line-height: 200%;
margin: auto 10%;
}

th.table-head	{
text-align: center;
font-weight: bold;
padding-bottom: 10px;
}

td.table-75	{
width: 75%;
text-align: center;
vertical-align: middle;
padding-top: 8px;
padding-bottom: 5px;
border-top: 2px solid #000;
}

td.table-50	{
width: 50%;
text-align: center;
vertical-align: middle;
padding-top: 8px;
padding-bottom: 5px;
border-top: 2px solid #000;
}

td.table-25	{
width: 25%;
text-align: center;
vertical-align: middle;
padding-top: 8px;
padding-bottom: 5px;
border-top: 2px solid #000;
}

.calendarleft	{
	width: 10%;
	vertical-align: top;
	text-align: right;
	padding-top: 6px;
	padding-right: 6px;
	border-top: 1px solid #33C;
}
.calendarright	{
	width: 90%;
	vertical-align: top;
	text-align: left;
	padding-top: 4px;
	border-top: 1px solid #33C;
}



/* Make Carousel fade - adapt 2s to required delay */
.carousel-inner > .item {
-webkit-transition: opacity 2s ease-in-out ;
transition:         opacity 2s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity:        1;
z-index:        1;
left:           0;
}
.carousel-inner > .active.left {
opacity:        0;
z-index:        2;
left:           0;
}
.carousel-inner > .active.right {
opacity:        0;
z-index:        2;
left:           0;
}
.red {
	color: #C00;
}
.subHeading {
	font-size: 120%;
	font-weight: bold;
	color: #C00;
}
hr {
	display: block;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #333;
}
.p-center {
	text-align: center;
}
.blue {
	color: #006;
}
.xoxo blogroll li{
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	
}

button:hover {
  background-color: #006; /* change to your desired color */
  color: white; /* change to your desired color */
}

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;
}

.show {display: block;
}

.grecaptcha-badge { visibility: hidden; }