body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background-color: #ffffff;
}
a {color:#000;}
.mypage {
	max-width:1260px;
	float:left; 
}

.container {
	float: left;
	margin-bottom:10px;
	width: 100%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b5b3b3;
}
.navbar-default {
	max-width:1260px;
}
.navbar-brand {
	/* max-width: 80%;	 */
}
.site-title > img {
	border: none;
}
#nav-container {
	margin-bottom:10px;
	width: 100%; 
}
@media only screen and (max-width: 380px) {
	.navbar-brand{max-width:80%}
}

.left-nav {
	/* margin-top:35px; */
	/* max-width:125px; */
	float:left;
	font-size:1.25em;
	background-color: #f8f8f8;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 0 1px 0 0;
}

li.divider {
	width:100%;
	left: -5px;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.main-row {
	position: relative;
	margin-top:35px;
	margin-bottom: 10px;
}

.carousel-inner {
	width: 100;
	  margin-left: auto;
	  margin-right: auto;
}
.carousel-inner > .item > img {
      max-width: 100%;
	  max-height:50%;
	  margin-left: auto;
	  margin-right: auto;
}
.carousel-caption {
	position: static;
	right: 0;
	bottom: 0;
	left: 0 ;
	padding: 0;
	color:#000;
}
.carousel-indicators {
	position: relative;
	margin-top:20px;
}
.carousel-indicators li {
    display: inline-block;
    /* width: 10px;
    height: 10px;
    margin: 1px; */
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #000;
    border-radius: 10px;
}
.carousel-indicators .active {
	background-color:#000;
}
.glyphicon {        /* the size of the arrows in the slide show */
	font-size:1.5em;
}
.carousel-control {
	top: 80%;	
	background-image:none !important; 
}

.centered-text {
	text-align:center;
}
.blue {
	color: blue;
}
.shaded {
	color: rgb(220,220,220);
	text-shadow: 1px 1px #000;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight:bold;
}
.indented {
	/* margin-left: 120px; */
	width:70%;;
}
#myNavbar li {
	font-size:1.25em;
}

p.intro {
	font-size:1.1em;
	margin-top:25px;
}
.intro-img {
	margin-top:25px;
}
footer {
	/* max-width:1260px; */
    background-color:#f8f8f8;
	border-style: solid;
	border-color: #e7e7e7;
	border-width: 1px 0 0 0;
    margin-top: 25px;
	padding:20px 0 0 0;
}
.footer-top-row {
	margin-top:10px;
}
.footer-menu {
	padding-bottom: 10px;
}
.sectionBox {
	padding: 0 0 20px 0;
	margin-left:auto;
	margin-right:auto;
}

img {
	border: 1px #000 solid;
	/* border-radius: 10px; */
}

.tour-img {
	max-width: 100%;
	display: block;
}

.btn {
	padding: 10px;
}

.pdf  {text-align: center; display: inline-block}
.pdf img{display:block; border: none;text-decoration: underline}
.pdf:before{content:'Download:'}

.testimonial-heading {
	font-size:1.3em;
	font-style: italic;
}
.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}
.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}
.show-more {
    padding: 10px 0;
    text-align: center;
}



/* tour-info page */
h3 {
	margin-top:10px;
}
.well {
	background-color: #99B27F;
	margin-bottom: 30px;
}
#tbl-heading {
	text-align: center;
}

/* about us page */

.well-pad {
	margin-top: 25px;
	margin-bottom:25px;
	border-color: #000;
}

.panel {
	margin-top:40px;
	margin-bottom: 20px;
	padding-left:15px;
	padding-right:15px;
	background-color: #c0c0c0;
	border: 1px solid #000;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact ul {
	padding: 0px;
}
.contact ul li {
	margin-bottom: 10px;
	list-style: none;
}

#contact-area {
	max-width: 600px;
	margin-top: 25px;
	
	margin-left:auto;
	margin-right:auto;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

/* Google Maps */
.container-full {
	margin-bottom:25px;
}
.top-space {
	margin-top: 35px;
}
#map {
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	
	width:75%;
	height:400px;
	
	border:2px solid #000;
	border-radius: 15px;
}
.table td {
	border-color: #000 !important;
}


.sidebar {
	text-align: right;
	padding-top: 36px;
	padding-bottom: 30px;
}
.sidebar .panel {
	margin-bottom: 20px;
}
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
	margin-top: 20px;
}