.inner-item {
	text-align: center;
}
.inner-item img {
	margin: 0 auto;
}
#imageMenu {background-color:#353535;}

.imageMenuItem {
	width:200px;
	float:left;
	margin: 30px 17px;
}

.imageMenuItem .textBox {
	background-color:#7E7B66;
	display: block;
	padding:10px 0;
	text-align: center;
	font-size:15px;
	color:#fff;
	font-weight:700;
}
.imageMenuItem .adventureText {background-color:#847D72;}
.imageMenuItem .artText {background-color:#7E7B66;}
.imageMenuItem .musicText {background-color:#8F8060;}
.imageMenuItem .peopleText {background-color:#4A3A21;}
.imageMenuItem .oceanText {background-color:#6D675D;}


.imageHillary {
	width:167px;
	float:left;
	margin: 30px 17px;
}
.imageHillary .textBox {
	background-color:#7E7B66;
	display: block;
	padding:10px 0;
	text-align: center;
	font-size:15px;
	color:#fff;
	font-weight:700;
}
a.imageMenuItem .textBox, a.imageHillary .textBox {
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
}
a.imageMenuItem:hover .textBox, a.imageHillary:hover .textBox {background-color:#000;}

#quoteCycle {
    font-size: 22px;
    font-weight: 400;
    margin: 50px;
    padding: 31px 50px 60px;
    position: relative;
    text-align: center;
}
#quoteList {
    height: 120px;
    list-style-type: none;
    margin: 0;
}
#quoteList li {
	margin-top: 0;
}

.quoteOpen {
	background:url("/images/_pages/_global/quotes_left.png") no-repeat 0 0 transparent;
	display:block;
	height:29px;
	width:39px;
	position:absolute;
	top:0;
	left:0;
}

.quoteClose {
	background:url("/images/_pages/_global/quotes_right.png") no-repeat 0 0 transparent;
	display:block;
	height:29px;
	width:39px;
	position:absolute;
	bottom:0;
	right:0;
}

.media, .media-body {
    overflow: hidden;
    width: 100%;
}
.subContent {padding:0 30px;}
.subContent h2 {font-size:17px;}




.subContent {
	margin-top: 20px;
}


.title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.25;
}
.subDate {
	background-color: #847d72;
	margin-right: 13px;
	padding: 5px;
	margin-bottom: 10px;
	width: 30%;
	display:block;
	height:100px;
	overflow:hidden;
	position:relative;
}

.cameraIcon {
	position:absolute;
	right:10px;
	bottom:10px;
}
/* specific to Adventure */


.subNav {
	padding: 5px 20px !important;
	font-size: 15px;
	text-align: center;
	margin-top: -10px;
}

.subNav a {
	color: #ffffff;
}

.subContent {
	padding: 15px;
	font-size: 15px;
	text-align: left;
	background-color: #353535;
}

.subDate {
	background-color: #847d72;
	padding: 5px;
	margin-bottom: 10px;
	color: #fff;
}

.third {
	margin-right: 0px !important;
}

.subNav p {
	margin-bottom: 0px;
	padding: 5px;
}

.leftImage {
	padding: 0px 5px 0px 0px !important;
}

.date {
	background-color: #6d675d;
	padding: 5px;
	color: #fff;
	width: 55px;
	height: 55px;
	float: left;
	font-size: 15px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 0px !important;
	text-transform: uppercase;
	line-height: 1.3;
}

.nav-tabs {
    border-bottom: 0px solid #DDDDDD;
}

.nav-tabs li {
	border:2px solid #222;
}

.tab:hover, .tab.active {
	background-color:#888;
}

.tab:hover a, .tab.active a {
  width:195px;
  color: #FFFFFF;
  text-align: center;
  visibility: visible;
  opacity: 1;
  bottom: 0px;
  left: 50%;
  margin-left: -97px;
  z-index: 999;
  
}

.tab:hover a:before, .tab.active a:before {
  content: '';
  position: absolute;
  top: 104%;
  left: 50%;
  margin-left: -12px;
  width: 0; 
  height: 0;
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.tab:hover a:after, .tab.active a:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; 
  height: 0;
  border-top: 8px solid #888;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tab1 {
	background-color: #847d72;
	margin: 10px;
	position: relative;
	display: inline;
}

.tab1:hover, .tab1.active {
	border:2px solid #fff;
}

.tab2 {
	background-color: #8f8060;
	margin: 10px;
}
.tab2:hover, .tab2.active {
	border:2px solid #fff;
}

.tab3 {
	background-color: #7e7b66;
	margin: 10px;
}
.tab3:hover, .tab3.active {
	border:2px solid #fff;
}

.tab4 {
	background-color: #6d675d;
	margin: 10px;
}
.tab4:hover, .tab4.active {
	border:2px solid #fff;
}

.nav-tabs > li . a:hover {
	border-color: transparent;
}

.subNav .nav > li > a {
	margin-right:0;
	padding:3px 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
    border-color: transparent;
}

.nav-tabs > li.active {
	border-width: 1px #fff !important;
    background-color: rgba(255,255,255,0.5) !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   }
/*
.nav > li > a {
    display: block;
    padding: 5px;
    position: relative;
}

.nav a {
    color: #fff;
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    color: #fff;
    cursor: default;
}

.headerRow {
	padding-left:30px;
}

.caption {margin:10px;}

/* ---------- DETAIL PAGE ----------- */

.carousel-control.left, .carousel-control.right {background:none;}
.carousel-control .icon-prev, .carousel-control .icon-next { font-size:50px; margin-top:-25px; margin-left:0; margin-right:0;}
.carousel-control {width:inherit; left:20px;}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
    background:url("/images/_pages/_global/arrows.png") no-repeat 0 0 transparent;
    display:block;
    height:31px;
    width:22px;
    padding:0;
    margin:0;
    text-indent:-9999px;
    opacity:1;
}

.carousel-control.right {
    left: auto;
    right: 31px;
    width: 22px;
}

.carousel-control .icon-next:before {background-position:-22px 0;}

#mainCarousel {
	padding-top:5px;
	padding-bottom:10px;
}

a.thumbnail {
    background-color: transparent;
    border: 2px solid #353535;
    display: block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 0px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    float:left;
    margin:10px 10px 0 0;
    cursor: pointer;
}

a.thumbnail:hover, a.thumbnail.active {border-color:#fff;}

.fullWidth {width:100%; margin:0;}

.backButton {
	background-color: #7E7B66;
	color:#fff;
	font-size:16px;
	margin-top:20px;
	padding:5px 20px;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
}

.viewPDF {
	background-color: #6D675D;
	color:#fff;
	font-size:14px;
	margin-top:0px;
	padding:5px 20px;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	text-transform: uppercase;
}

.spinnerWrap {
	font-size: 3.5em;
	text-align: center;
	padding-top: 15%;
	position: absolute;
	width: 100%;
}
.modalPDF {max-width:1000px; width:100%; padding:10px;}

.artDescription {padding:20px; display:block;}


/* --- RESPONSIVE FIXES ------*/

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	.tab1, .tab2, .tab3, .tab4 {width:200px;}
}

@media (max-width: 770px) {
		
	
	.imageMenuItem {
	    float: left;
	    margin: 20px 10px 0;
	    width: 200px;
	}

	#quoteCycle {
	    font-size: 18px;
	    margin: 20px 0;
	    padding: 31px 5px 60px;
	 }
	#quoteList {
		height: 200px;
	}
	
	.subDate {
		margin:15px 15px;
		width: 87%;
	}
	
	.fullWidth {margin:0; width:100%;}
	
	.subNav {padding:5px !important;}
	
	.headerRow {padding:0 15px;}
	
	.subContent {padding:0;}
	



}
@media (max-width: 580px) {

	.tab:hover a:before, .tab.active a:before {
	   display:none;
	}
	.tab:hover a:after, .tab.active a:after{
	  display:none;
	}
	.tab {padding:0;}
	
	.tab:hover a, .tab.active a {
	  color: #FFFFFF;
	  text-align: center;
	  visibility: visible;
	  opacity: 1;
	  bottom: 0px;
	  left: 0%;
	  margin-left: 0;
	  z-index: 999;
	  background-color:#888;
	  width:inherit;
	}
	
	.nav > li > a {padding:3px 10px;}
	
	.tab1, .tab2, .tab3, .tab4 {margin:5px;}
}
@media (max-width: 400px) {
	.imageMenuItem {
	    float: none;
	    margin: 20px auto;
	    width: 200px;
	    display: block;
	}
}

#viewPDF iframe {
	display: block;
}

