/*general classes*/
body {
    font-family: "Century Gothic";
    font-size: 11pt;
    color: #fff;
    background-color: #000;
    background-image: url("/media/other/background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}
.shadow {
    -moz-box-shadow: 3px 3px 5px 1px #000;
    -webkit-box-shadow: 3px 3px 5px 1px #000;
    box-shadow: 3px 3px 5px 1px #000;
}
.inset-shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
.corner {
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    behavior: url("../../assets/css/border-radius.htc");/* Relative to css document */
}
.opaque {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.btn-cust {
    background-color: #770000;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #770000;
}
.btn-cust:hover {
    background-color: #fff;
    color: #000;
}
hr{
    border: 1px solid #770000;
}
/*head*/
#headH1 {
    margin-top: -10px;
}
#headH1 h1 {
    font-size: 6pt;
    color: #8A6110;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: 10px;
}
.head {
    width: 100%;
    color: #0F4276;
    padding: 20px 0px;
    background-color: transparent;
    height: 580px
}
/*menu style*/
.navbar {
    min-height: 1px;
    margin-bottom: 0px;
}
.navbar-nav {
    margin: 0px;
}
.navbar-collapse {
    padding: 0px;
    margin: 0px;
}
.navbar-nav {
    margin: 0px;
}
.navbar-collapse {
    padding: 0px;
    margin: 0px;
}
.navbar-default {
    background-color: #fff;
    border-width: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    text-decoration: none;
    transition: background 0.5s;
    border-radius: 0px;
}
/* navbar hover */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #770000;
    color: #fff;
}
/* active navbar that is hovered on */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: #770000;
    color: #fff;
}
/* navbar active menu */
.navbar-default .navbar-nav > .active > a {
    color: #fff;
    background-color: #770000;
    border-radius: 0px;
}
/* navbar with dropdown that is open and hover*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: #770000;
    color: #fff;
}
/* dropdown background color */
.dropdown-menu {
    background-color: #fff;
    padding: 0px;
}
.dropdown-menu > li > a {
    color: #000;
    text-decoration: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #770000;
}
/* navbar branding */
.navbar-default .navbar-brand {
    color: #fff;
    cursor: context-menu;
}
.navbar-default .navbar-brand:hover {
    color: #fff;
}
/* collapsed menu button */
.navbar-toggle {
    color: #fff;
    background-color: #770000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background-color: #770000;
}
/* navbar logo */
.navbar-brand{
    padding-top: 0px;
    cursor: pointer !important;
}
.navbar-brand > img{
    position: relative !important;
    z-index: 99999;
}
/** nightsbridge link **/
.navbar-default .navbar-nav > .ext > a{
    background-color: #ACACAC;
    color:#fff;
}
.navbar-collapse.collapse.in .pull-right{
    float: none !important;
}
.slideshow{
    background-color: #fff;
}
/* slideshow */
.owl-theme .caption {
    font-size: 16pt;
    margin: 0px;
    padding: 10px;
    color: #fff;
    cursor: default;
    background-color: #215306;
    background: rgb(000,000,000);
    background: rgba(000,000,000, .8);
    z-index: 99;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.owl-theme .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-bottom .item a {
    color: #fff;
    font-size: 20pt;
    display: block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    text-shadow: 3px 3px 2px #000;
    transition: opacity .5s linear;
}
.owl-bottom .item .overlay {
    position: absolute;
    text-align: center;
    position: absolute;
    z-index: 9999;
    text-align: center;
    width: 100%;
    top: 35%;
    vertical-align: middle;
}
.slideshow .slide-controls {
    position: absolute;
    margin: -50px auto;
    width: 100%;
    text-align: center;
}
.slideshow .slide-controls div {
    margin-right: 10px;
}
.slideshow .slide-controls div:last-child {
    margin-right: 0px;
}
.slideshow .slide-controls div:hover {
    cursor: pointer;
}
.slideshow .slide-controls .slide-prev, .slideshow .slide-controls .slide-next, .slideshow .slide-controls .slide-play, .slideshow .slide-controls .slide-pause {
    width: 40px;
    display: inline-block;
}
.slideshow .slide-controls div span {
    color: #000;
}
.slideshow .slide-controls div span:hover {
    color: #ABABAB;
}
/*content*/
.wrapper {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    color: #000;
}
.wrapper p {
    margin: 20px 0px;
}
.wrapper h2, .wrapper .h2{
    font-family: english111_vivace_btregular;
    font-size: 40pt;
}
.table {
    margin-bottom: 0px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border-top: 0px solid #dddddd;
}

/*website foot*/
.foot {
    background-color: #4B4B4B;
}
.foot a{
    color: #fff;
    text-decoration: underline;
}
.foot a:hover{
    text-decoration: none;
}
.foot .h3{
    text-align: center;
    margin: 30px 0px;
}
.foot .table-striped>tbody>tr:nth-child(odd) {
    background-color:#7C9CB0;
}
.foot .fa-stack-2x{
    color: #000;
}
/*footer*/
.footer {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-size: 7pt;
    background-color: #000;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}
/* ZAWebs Disclaimer*/
.navbar-disclaimer {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 7pt;
}
.navbar-disclaimer a {
    color: #fff;
    text-decoration: underline;
}
.navbar-disclaimer a:hover {
    color: #fff;
    text-decoration: none;
}
/* form style */
#query .star {
	color: #000;
	font-size: 7pt;
}
#query input, #query textarea, #query .input-group-addon:first-child {
	border-radius: 0px;
	font-family: Tahoma;
}
#query .input-group {
	width: 100%;
}
#query .same_width {
	width: 90px;
}
#query .row {
	margin-bottom: 10px;
}
#query .busy {
	display: none;
}
#query .error-message {
	font-size: 8pt;
}
#query .form-group{
	margin:15px 0px;
}
/* -Google Map- */
#googleMaps {
	text-align: left;
	color: #000;
}
#googleMaps .form-control {
	font-size: 10pt;
	font-family: Tahoma;
}
#googleMaps .btn {
	font-size: 10pt;
	font-family: Tahoma;
}
#map {
	height: 540px;
	width: 100%;
}
#directions-panel {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #000;
}
#searchTextField {
	font-size: 10pt;
}
/*- End Google Map -*/
/* -Direction Results- */
.pac-container {
	font-size: 9pt;
}
.adp-directions {
	width: 100%;
}
.adp-placemark, .adp-summary, .adp-legal {
}
.adp-placemark, .adp-step, .adp-stepicon, .adp-substep {
	text-align: center;
	vertical-align: middle;
	background: #e9eaeb;
}
.adp-directions tr {
	border: 1px solid #b3b3b3;
}
/*- End Direction Results -*/

