html,body, calendar {
	height: 100%;
	background-color: white;
}

.carousel,.item,.active {
	height: 100%;
}
	
.carousel-inner {
	height: 100%;
	clear: both;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
 	z-index: 2;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

@media screen and (max-width: 1200px) {
    .mobilehide {
		display: none;
	}
	
	.navbar-brand {
		padding-top: 0;
		padding-left: 0;
		width: 50px;
		height: 125px;
	}
	
	.navbar-nav > li > a {
		padding-top: 50px !important; 
		padding-bottom: 22px !important;
	}	
}

@media screen and (min-width: 1201px) {
    .mobileshow {
		display: none;
	}
	
	.nonmobilenav {
		height: 80px;
	}

	.navlogo {
		position: fixed;
		bottom: 25px;
		left: 0;
		right: 0;
		z-index: 3;
	}

	.logo {
		position: fixed;
		z-index: 4;
		text-align: center;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.navbar-nav > li > a {
		padding-top: 30px !important; 
		padding-bottom: 22px !important;
		padding-right: 25px;
		padding-left: 25px;
		position: relative; 
		z-index: 1000;
	}
	
	.navbar .navbar-nav {
		display: inline-block;
	  	float: none;
	  	vertical-align: top;
	}

	.navbar .navbar-collapse {
	  	text-align: center;
	}
	
	.centerleft {
		padding-right: 400px;
	}
}

.sessionitems {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel .carousel-inner .bg {
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel .carousel-inner .maincarousel {
	background-position: center center;
}

.carousel .carousel-inner .maincarouselb {
	background-position: top center;
}

.background {
	background-image: url(../photos/maincarousel3.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: right bottom;
}

.pageBox {
	border: 1px solid grey;
	border-radius: 10px;
	margin-top: 50px;
	background-color: white;
	margin-bottom: 155px;
	padding: 0 25px 15px 15px;
}

#contactMe {
	margin-bottom: 15px;
}
	
textarea {
	height: 120px;
}
	
form {
	padding-bottom: 20px;
}

.indent {
    text-indent: 25px;
}

.calendar {
	padding-left: 50px;
	
    -webkit-overflow-scrolling:touch;
    overflow-y: scroll;
	
}


.Flexible-container {
    position: relative;
    padding-bottom: 100%;
    overflow: auto;    
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
}

h1 {
	font-family: 'Rancho', cursive;;
}

.cost {
	border: none;
	width: 45px;
}

.quantity {
	width: 30px;
}

table {
	margin: 10px 10px 0px 0px;
}

.order {
	margin-left: 15px;
}

#confirm, #title2, #title3, #confirmed, #finish, #success {
        display: none;
}

.well {
	margin-top: 20px;
}


