@charset "utf-8";
/* CSS Document - custom css for moore video */
.padding-t-b-25px {
	padding:15px 0px 7px 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Vidaloka', serif;
	font-size:16px;
	line-height:1.85em;
}
p {
	margin: 0 0 20px 0;
}
a {
	text-decoration:none;
	color:#585858;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration:none;
	color:#905F00;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
h1, .h1 {
	font-size: 28px;
}
h2, .h2 {
	font-size: 20px;
}
h3, .h3 {
	font-size: 16px;
}
h4, .h4 {
	font-size: 12px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 12px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #D3C19E;
}
hr.color-grey {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #C7C7C7;
}
.navbar {
	margin-bottom: 0px;
}
.header-phone a {
	color:#999999;
	letter-spacing:0.35em;
	font-size:17px;
}
.header-phone a:hover {
	color:#5E5E5E;
}
/* tabs */
.nav-tabs>li>a:hover {
	background: #f9f9f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f2 0%, #ffefd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f2), color-stop(100%, #ffefd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f2 0%, #ffefd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f2 0%, #ffefd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f2 0%, #ffefd3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f2 0%, #ffefd3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f2', endColorstr='#ffefd3', GradientType=0 ); /* IE6-9 */
}
.nav-tabs>li.active a:hover {
	background:none;
	border-bottom:1px solid #F3F3F3;
}
.nav-tabs>li>a {
color:#A66D00:
}
.nav-tabs>li>a:hover {
	border:1px solid #F6DAA6;
}
.border-right {
	border-right:1px solid #ffd179;
}
.image-border {
	border:1px solid #C8C6C6;
	padding:2px;
}
.image-border2 {
	border:1px solid #B0B0B0;
}
.image-border3 {
	border:3px solid #E1E1E1;
	padding:1px;
}
.border-bottom1 {
	border-bottom:1px solid #E1E1E1;
	padding-bottom:19px;
}
footer {
	margin-top:30px;
}
.footer-letter-spacing {
	letter-spacing:0.01em;
}
.footer-links {
	font-size:.85em;
}
footer p {
	line-height: 1.1em;
}
footer a {
	color:#585858;
}
footer a:hover {
	text-decoration:none;
}
.footer-divider {
	margin:0 6px;
}
footer .lt-text {
	color:#585858;
}
.text-nowrap {
	white-space: nowrap;
}
.mt-10px {
	margin-top:10px;
}
.mt-20px {
	margin-top:20px;
}
.mt-30px {
	margin-top:30px;
}
.mt-40px {
	margin-top:40px;
}
.mt-60px {
	margin-top:60px;
}
.mb-15px {
	margin-bottom:15px;
}
.mb-20px {
	margin-bottom:20px;
}
.mb-30px {
	margin-bottom:30px;
}
.mb-40px {
	margin-bottom:40px;
}
.mb-100px {
	margin-bottom:100px;
}
.ml-30px {
	margin-left:30px;
}
.footage-top-margin {
	margin-top:10px;
}
.pl-15px {
	padding-left:15px;
}
/* bootstrap over riding buttons on home page */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #FEF8EC;
	border-color: #FFDE9F;
}
blockquote {
--color:#144D6E;
--color:#D17E3B;
--color:#C48F1C;
--color:#C48916;
	color:#BB7D04;
	line-height:1.5em;
}
.quote-text {
	font-size:0.83em;
}
p.quote-text {
	margin:-2px 0 5px 0;
	text-indent:38px;
}
.quote-footer {
	float:right;
	font-size:0.83em;
	margin:0 20px 0 0;
	color:#BB7D04;
}
.quote-background {
	background-image:url(../images/quote-left-6.png);
	background-repeat: no-repeat;
	background-position: 27px 5px;
	padding:4px 0 0 0;
}
.quote-indent {
	text-indent:40px;
}
.video-border {
	border-style: ridge;
	border-width: 3px;
}
.error {
	color:#FF0000;
}
/* nav custom css */
/* the button inside the toggle when collapsed */

.navbar-brand {
	display:none;
}
.navbar-default {
	background-color:transparent;
	border:none;
}
/* to the top */
/*#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}*/
/* end to the top */


.social-icons img {
	margin:0 8px 0 0;
}
hr.soften {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	background-image:     -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	border: 0;
}
.panel-default>.panel-heading {
	background-color:#F9F3E4;
}
.panel-default {
	border-color: #F9E8BF;
}
.packages-indent {
	margin-left:30px;
}
.mobile-menu-style {
float:left; 
width:100%;
}
@media (max-width: 767px) {
/* nav custom css */

/* top of nav */
.navbar-header {
margin-top:10px;
border:1px solid #0065D7;
border-radius: 5px;
background-color: #1D1D1D;
/* grad */
background: #2d2d2d;
background: -moz-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: -o-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: -ms-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: linear-gradient(to bottom, #2d2d2d 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000', GradientType=0 );
/* /grad */
}
 .navbar-default .navbar-toggle {
color:#D5D5D5;
border:1px solid #333333;
display:inline;
text-align:left;
padding-right:20px;
padding-left:20px;
/* grad */
background: #2d2d2d;
background: -moz-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2d2d), color-stop(100%, #000000));
background: -webkit-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: -o-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: -ms-linear-gradient(top, #2d2d2d 0%, #000000 100%);
background: linear-gradient(to bottom, #2d2d2d 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000', GradientType=0 );
/* /grad */

}
.navbar-default .navbar-brand {
color:#E5DECF;
display:inline;
font-size:.9em;
}
/* bottom of nav when collapsed */
.navbar-default .navbar-collapse {
background-color:#FAF8F5;
border:1px solid #E5DECF;
border-radius:5px;
}

/* /nav custom css */
.video-border {
margin-top:20px;
}
 .thumbnail {
border:none;
}
.border-right {
border-right:none;
}
.footer-divider {
margin:0 3px;
}
.footage-top-margin {
margin-top:2px;
}
 .navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}
.mobile-nav {
float:right;
margin-top:7px;
}
footer p {
line-height: 1.7em;
}
}
@media (max-width: 480px) {
.packages-indent {
margin-left:0px;
}
}
