/*section backgrounds*/

body { 
	font-family: 'Open Sans', sans-serif;
	background:#CAD0E3;
}

a { color: #601310 ; }
a:hover { color: #601310; }

header .container {
	background-color: #FFFFFF;
}

.tagline { color: #78849a; }

.mm-columns {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	padding-top: 20px;
	padding-top: 20px;
}

footer .container {
}



.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/*navigation*/

/*the specials navbar style*/
.specialsNavbar {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #ffffff, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  /*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

/*the main navbar style*/
.container.mainnav { padding-right: 0; padding-left: 0; }
.navbar {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
   
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#76A9D6), to(#407AA3));
  background-image: -webkit-linear-gradient(top, #76A9D6, 0%, #407AA3, 100%);
  background-image: -moz-linear-gradient(top, #76A9D6 0%, #407AA3 100%);
  background-image: linear-gradient(to bottom, #76A9D6 0%, #407AA3 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  /*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#407AA3', endColorstr='#407AA3', GradientType=0);*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #601310;
	background-color: #ffffff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #3E2F26;
	background-color: #ffffff;
}

.nav>li>a {
	padding-right: 10px;
}


.dropdown-menu {
    background-color: #ffffff;
	z-index:2000;
}

.dropdown-menu > li > a { color: #407AA3; padding:7px 7px; font-size:14px;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #407AA3;
    color: #FFFFFF;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#407AA3), to(#407AA3));
  background-image: -webkit-linear-gradient(top, #407AA3, 0%, #407AA3, 100%);
  background-image: -moz-linear-gradient(top, #407AA3 0%, #407AA3 100%);
  background-image: linear-gradient(to bottom, #407AA3 0%, #407AA3 100%);
  background-repeat: repeat-x;
 /* -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#407AA3', endColorstr='#407AA3', GradientType=0);*/
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #407AA3;
}
.navbar-default .navbar-toggle {
    border-color: #407AA3;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
	background-color: #e6e6e6;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
}

.btn-default:focus, .btn-default:hover, .btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-primary {
	background-color: #601310;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#804240), to(#601310));
  background-image: -webkit-linear-gradient(top, #804240, 0%, #601310, 100%);
  background-image: -moz-linear-gradient(top, #804240 0%, #601310 100%);
  background-image: linear-gradient(to bottom, #804240 0%, #601310 100%);
  background-repeat: repeat-x;
  border-color: #601310;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-primary.active {
  background-color: #601310;
  border-color: #601310;
}

.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  border-color: #419641;
}

.btn-success:focus, .btn-success:hover, .btn-success:active,
.btn-success.active {
  background-color: #449d44;
  border-color: #419641;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning:hover, .btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger:hover, .btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-info {
	background-color: #4d6fab;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#718cbc), to(#4D6FAB));
  background-image: -webkit-linear-gradient(top, #718cbc, 0%, #4D6FAB, 100%);
  background-image: -moz-linear-gradient(top, #718cbc 0%, #4D6FAB 100%);
  background-image: linear-gradient(to bottom, #718cbc 0%, #4D6FAB 100%);
  background-repeat: repeat-x;
  border-color: #4D6FAB;
}

.btn-info:focus, .btn-info:hover, .btn-info:active,
.btn-info.active {
  background-color: #4D6FAB;
  border-color: #4D6FAB;
}

.btn-person {
color: #000 !important;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F2CB06), to(#F2CB06));
background-image: -webkit-linear-gradient(top, #F2CB06, 0%, #F2CB06, 100%);
background-image: -moz-linear-gradient(top, #F2CB06 0%, #F2CB06 100%);
background-image: linear-gradient(to bottom, #F2CB06 0%, #F2CB06 100%);
background-repeat: repeat-x;
border-color: #F2CB06;
}

.item .item-details a.btn .btn-person {
    color: #666;
}

/*alerts */

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#F8F5F3), to(#F8F5F3));
  background-image: -webkit-linear-gradient(top, #F8F5F3, 0%, #F8F5F3, 100%);
  background-image: -moz-linear-gradient(top, #F8F5F3 0%, #F8F5F3 100%);
  background-image: linear-gradient(to bottom, #F8F5F3 0%, #F8F5F3 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}


.nav-tabs { border-bottom: 1px solid #C5B3A0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #C5B3A0;
border-bottom-color: transparent;
}

.nav  > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #fff;
}

.nav-tabs.customTabs > li > a {
background-color: #none;
}

.nav-tabs.customTabs > li.active > a, .nav-tabs.customTabs > li.active > a:hover, .nav-tabs.customTabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #F8F5F3;
border: 1px solid #C5B3A0;
border-bottom-color: transparent;
}

.nav.customTabs  > li > a:hover, .nav.customTabs > li > a:focus {
text-decoration: none;
background-color: #F8F5F3;
border-bottom: 1px solid #C5B3A0;
}


hr {
border-top: 1px solid #407AA3;
}

.breadcrumb {
background-color: #F8F5F3;
}

.btn-link {
color: #601310;
background-color: transparent;
}

.btn-link:hover, .btn-link:focus {
color: #A81F1C;
text-decoration: underline;
background-color: transparent;
}

li.whiteLink a { color: #fff; }

#header_phone {font-size:24px; color: #A81F1C !important; font-weight:bold;}

.label-info {
background-color: #F2CB06;
color:#444;
font-size: 12px;
border-color: #666;
border-style: solid;
border-width: 1px;
}
.label-info[href]:hover, .label-info[href]:focus {
background-color: #A61B1C;
color:#FFF;

}

.specialsNavbar .navbar-default .navbar-nav > li > a {
color: #333;
}

.totop a, .totop a:visited{
	background: #3E2F26;
	color: #FFF
}

.totop a:hover{
	background: #C5B3A0;
}

.monogrampreview {
	font-family: Times New Roman, serif;
	font-size: 50px;
	font-style: bold;
}

.monogrampreview.small {
	font-size: 40px;

}

.footHead {
    color: #333;
}

#carousel-multiitems .carousel .item:first-child { margin-left: 20px; }
#carousel-multiitems a.prev, #carousel-multiitems a.next { font-size: 20px; }

.error {
    color: red !important;
}

