body {
	background:url("/images/_pages/_global/bg_repeater.jpg") repeat 0 0 transparent;
	color:#7c7c7c;
	font-family: 'Oswald', sans-serif;
}

.container {
	max-width:1600px;
	padding:0;
	/*float:left;*/
	width:100%;
}
.relative {position:relative;}
.row {margin:0;}

.pad20 {padding:0 20px;}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	text-align: left;
}

h1 {
	font-size:50px;
	color:#c79f99;
	margin:20px 20px 20px 0;
}

h1#page-heading {
    background: url("/images/_pages/_global/header_bg.jpg") no-repeat scroll right top transparent;
    color: #c79f99;
    display: block;
    font-size: 50px;
    height: 80px;
    margin:0;
    padding: 10px 55px 0 0;
}

#page-heading-wrapper {
	border-bottom: 8px solid rgb(241,241,241);
	margin-bottom: 20px;
}

h2 {
	margin:40px 20px 20px 0;
	font-size:30px;
	color:#7c7c7c;
}


h3, h4, h5, h6 {}

a {color:#dfbbb9;}
a:hover, a:focus, a.current {
	color:#DCB1AB;
	text-decoration: none;
}

.overlay-text-shadow {
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.7);
}

.text-center {text-align: center;}
.clear {clear:both;}
.float-left{float:left;}
.float-right{float:right;}
.relative {position: relative;}

.btn-primary {
	background-color:#dfbbb9;
	border:none;
	text-transform: uppercase;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:hover {background-color:#000;}

/* ---------- HEADER ----------- */

header {
	position:relative;
	border-bottom:2px solid #DADADA;
}

#logo {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	float:left;
	background-color:#c79f99;
	padding:20px;
	font-size:17px;
	color:#fff;
	font-weight: 400;
	text-align: left;
	line-height: 1;
}

#logo .mainLogo {
	font-size:33px;
	font-weight: 700;
}

.mailingBtn {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color:#c79f99;
	border-bottom:2px solid #c79f99;
	padding:3px 0 3px 5px;
	line-height: 1;
	text-transform: uppercase;
	margin:35px 15px 0 0;
}

.mailingBtn i{
    background-color: #c79f99;
    color: #fff;
    line-height: 1.2;
    padding: 6px;
    margin-left:10px;
}

.mailingBtn:hover {
	border-bottom:2px solid #DCB1AB;
	color:#DCB1AB;
}

.mailingBtn:hover i{
	background-color: #DCB1AB;
}	

.followBar {
    background: url("/images/_pages/_global/Social_bg.png") no-repeat scroll 0 0 transparent;
    bottom: -48px;
    color: #fff;
    /*display: block;*/
    font-size: 18px;
    font-weight: 300;
    height: 48px;
    margin: 0;
    padding: 10px 0 0 65px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    /*width: 320px;*/
    width: 273px;
    z-index: 10;
}

@media(max-width: 767px) {
	.followBar {
		display: none !important;
	}
}

.followBar a {
	color:#fff;
	margin:0px 0 0 10px;
}

.followBar span.follow {
	position: relative;
	top: 2px;
}

.followBar a:hover {color:#DCB1AB;}

/* --- FOLLOW SLIDER BAR --- */

#follow-slider {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(200,159,152,.93);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	z-index: 1040;

	-moz-box-shadow:    inset  0  8px 8px -8px rgba(0,0,0,.1), 
                        inset  0 -8px 8px -8px rgba(0,0,0,.1);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,.1), 
                        inset  0 -8px 8px -8px rgba(0,0,0,.1);
     box-shadow:        inset  0  8px 8px -8px rgba(0,0,0,.1), 
                        inset  0 -8px 8px -8px rgba(0,0,0,.1);
}

#follow-slider, #follow-slider a {
	color: white;
}

#follow-slider a:hover {
	color: #ead7d3;
}

#close-follow-slider {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

@media(max-width: 767px) {

	#follow-slider {
		bottom: -200px;
		/*height: px;*/
		text-align: center;
	}

	.follow-part {
		display: block;
		height: 40px;
		line-height: 40px;
		border-top: solid 1px rgba(255,255,255,.4);
	}

	a.follow-part {
		text-align: center;
	}

	.follow-part i {
		margin-right: 26px;
		width: 30px;
		display: inline-block;
	}

	.follow-part .name {
		width: 115px;
		display: inline-block;
		text-align: left;
	}

	#close-follow-slider {
		height: 40px;
		padding: 5px;
	}

}

@media(min-width: 768px) {

	#follow-slider {
		bottom: -48px;
		height: 48px;
		text-align: center;
	}

	.follow-part {
		margin: 0 8px;
		display: inline-block;
		line-height: 48px;
	}

	.follow-part i {
		margin-right: 3px;
	}

	#close-follow-slider {
		height: 48px;
		padding: 9px;
	}
}

@media(min-width: 992px) {
	.follow-part {
		margin: 0 20px;
	}
	.follow-part i {
		margin-right: 6px;
	}
}

/* --- NAV --- */

.navbar-toggle {
	color: #7c7c7c;
	float: left;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.navbar-toggle:hover {}

.navbar {
	background-color: transparent;
	text-align: left;
	min-height: inherit;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:0;
	margin-bottom:0;
}

.navbar-default {background-color: transparent;}

.navbar-nav {
    float: left;
    margin: 10px 20px 0px 45px;
}

.navbar-nav > li {
	float:none;
	text-align: center;
	display: inline-block;
}

.navbar-nav > li > a {
	padding: 20px;
	line-height: inherit;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	font-size:24px;
	font-weight:300;
	color:#7c7c7c;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li > a:hover {
	background-color:transparent;
	text-decoration: none;
	color:#DCB1AB;
}

.navbar-collapse {max-height:1000px;}

/* ---------- Mobile Menu ----------- */

#mobile-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 2px solid #c79f99;
	background: #fff;
	z-index: 10000;
}

#mobile-menu a {color: rgb(100,100,100);}
#mobile-menu .button {
	width: 20%;
	float: left;
	color: #7c7c7c;
	font-size: 13px;
	border-left: 1px solid #c79f99;
	border-right: 1px solid #c79f99;
	text-align: center;
	padding: 0px;
	height: 80px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight:400;
	padding-top:15px;
}

#mobile-menu .button.active,
#mobile-menu .button:hover {
	background: #c79f99;
	color: #fff;
}

#mobile-menu i {
	margin:0px auto 5px;
	display:block;
}

.followPhoneHead {
	display:block;
	margin:20px 20px 0px 20px;
	color:#c79f99;
	text-transform: uppercase;
}

.followPhoneHead a {
    background-color: #c79f99;
    color: #fff;
    /*float: left;*/
    display: inline-block;
    height: 30px;
    margin: 0 3px;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.followPhoneHead a:hover {background-color:#DCB1AB;}

/* ---------- FOOTER ----------- */

footer {
	padding:30px 0 0;
	text-align:left;
	background: #FBF7F4;
	color:#7c7c7c;
	font-weight:300;
	font-size:17px;
	text-transform: uppercase;
}

footer a {color:#7c7c7c;}
footer a:hover {color:#7c7c7c; text-decoration: underline;}

footer .col-lg-12 {padding:0 40px;}

a.siteBy {
	background:url("/images/_pages/_global/SitebyOniracom.png") repeat scroll 0 0 transparent;
	display:inline-block;
	height:25px;
	line-height:20px;
	text-indent:-999em;
	width:145px;
	background-position:0 -25px;
	opacity: .7;
}

a.siteBy:hover {
	background-position:0 0;
	opacity: .6;
}

.footBottom {
	max-width:400px;
	margin:0px auto;
	width:100%;
}

.footerIcons a {
	margin:10px 10px 10px 0px;
	opacity: .8;
}

.footerIcons a:hover {
	text-decoration: none;
	opacity:1;
}

/* ---------- GLOBAL ----------- */

.showPhone {display:none;}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mailing list tabs */

#emailSubmitPanes input {
    display: block;
    height: 25px;
    line-height: 18px;
    padding: 2px 3px;
    border: none;
    float: left;
}
 input#emailSubmitEmail {
    width: 235px;
    margin-right: 3px;
    margin-top:15px;
    height:29px;
    border:1px solid #555;
}
input#emailSubmit {
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
	margin-top:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin-right:0;
	height:30px;
}

.modal-body {
	/*padding-bottom:40px;*/
}

.modal .close-modal-button {
	border: none;
	background: none;
	box-shadow: none;
	font-size: 34px;
	line-height: 1em;
}

#joinMailingList .close-modal-button {
	position: relative;
	bottom: 10px;
}

#joinMailingList .modal-dialog {max-width:525px;}


#mailingListTabs {display: none;}

.modal-title, .modal label {
	text-transform: uppercase;
}

.modal-title {
	font-weight: 300;
}

.modal-button {
	/*border-radius: 8px;*/
	padding: 10px 20px;
	text-transform: uppercase;
}

.modal-button:hover {

}


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

@media (max-width: 1400px) {
	.navbar-nav {
		float: left;
		margin: 10px 0 0 0px;
	}

	.navbar-nav > li > a {padding:20px 8px;}

}
@media (max-width: 893px) {
	.navbar-collapse {
		padding-left: 0;
		padding-right: 12px;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 34px 0 82px;
	}

	.footerIcons {
		margin-top: 10px;
	}
}

@media (max-width: 770px) {

	.showPhone {display:block;}
	.hidePhone {display:none;}

}

@media (max-width: 620px) {

	#logo {font-size:15px;}
	#logo .mainLogo {font-size:25px;}

}

.followPhoneHead {
	text-align: center;
	margin-left: 15px;
}

@media (max-width: 700px) {

	#logo {
		text-align: center;
		width:100%;
	}

	.followPhoneHead {
		color: #c79f99;
		display: block;
		float: none;
		margin: 20px 0;
		text-transform: uppercase;
		/*width: 161px;*/
	}

	.navClear {clear:both;}

}

@media(min-width: 768px) {
	.followPhoneHead {
		display: none;
	}
}


@media (max-width: 400px) {
	#tour_dates th, #tour_dates td {padding: 0px;}
}
