/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
        font-family: 'Lato', sans-serif;
        font-size: 11pt;
        line-height: 17pt;
        font-weight: 500;
        background: url(../images/bg.png) no-repeat fixed center bottom;

}

html {
    width: 100%;
	
}

@media(min-width:767px) {
    .navbar {
        padding: 0px 0;
            }

    .top-nav-collapse {
        padding: 0px 0;
    }
}



/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.

.footerline {
	width: 100%;
	height: 1px;
	background-color: #f9b921;
	margin: 0;
	padding: 0;
	clear: both;
}

h1 {
	color: #62000c;
	font: 15pt/18pt;
	padding-bottom: 15px;
	font-weight: 300;
}

.logobox {
	border-radius: 0px 0px 15px 15px; 
	padding: 20px; 
	position: absolute; 
	top: 90px;
	right: 20px;
	width: 340px; 
	margin-right: 20px; 
	z-index: 100; 
	border: 0px solid #f00; 
	background-color: rgba(255, 255, 255, .85);
}



h2 {
	color: #62000c;
	font: 12pt/14pt;
	padding-bottom: 15px;
	font-weight: 300;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.rightphoto {
	text-align: right;
	border: 1px solid #cccccc;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	}

.footer {
	color: #efefef;
	font: normal 9px/11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.smalltext {
	color: #666;
	font: normal 9px/11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.navbar-default .navbar-brand {
	color: #fff;
	font-weight: bold;
}


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

.colorbar {
  }

.navbar-default {
    background-color: #62000c;
    border-color: #62000c;
    color: #fff;
    font-size: 13pt;
    border-radius: 0px 0px 0px 0px;
}

.navbar-right {
	    margin-top: 60px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #f9b921;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f9b921;
}

a {
	color: #62000c;
	text-decoration: none;
}
a:link {
	color: #62000c;
	text-decoration: none;
}
a:visited {
	color: #62000c;
	text-decoration: none;
}




.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #f9b921;
	text-decoration: underline;
	cursor: pointer;
}





.carousel-control.right {
    background-image: none;
    left: auto;
    right: 0;
}

.carousel-control.left {
    background-image: none;
    right: auto;
    left: 0;
}
.carousel-control .glyphicon-circle-arrow-right, .carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-caption {
	top: 100px;
	color: #333;
	font-weight: 30000;
padding: 10px;
font-size: 9pt;
line-height: 12pt;
margin:0 auto;
max-width: 500px;
	margin-top: 270px;
	text-shadow: none;
    left: 5%;
    right: 5%;
}
.carousel {
	width: 400px; 
	z-index: 0;
}
.carousel-inner {
	height: auto;
}
#listbox {
	height: 0px;
}

input, textarea    {
background-color: #f8f8f8;
	color: #333;
	font-size: 13px;
	line-height: 15px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 330px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
margin-bottom: 7px;

}
input[type=submit] {
padding:10px 20px; 
margin-top: 20px;
border:0 none;
cursor:pointer;
border-radius: 3px; 
color: #fff;
padding: 10px;
width: auto;
background: #62000c; /* for non-css3 browsers */
color: #fff;
font-weight: 700;
font-size: 15px;
	line-height: 17px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
margin-bottom: 7px;


}

input[type=submit]:hover {
cursor:pointer;
left: 10px;
background: #810e15; /* for non-css3 browsers */	
}




@media screen and (max-width: 2400px) { 
.section {
	padding-bottom: 100px;
}
.navbar-default {
}
} 

@media screen and (max-width: 1000px)
{ 
.navbar-default {
}
} 

@media screen and (max-width: 767px)
{ 
.colorbar {
	display: none;
}
.carousel {
}
.section {
	padding-bottom: 100px;
}
.navbar-default {
}
.navbar-right {
	    margin-top: 10px;
}
}

.topbar {
  right: 0;
  left: 0;
  top: 0;
  z-index: 1100;
  background-color: #62000c;
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  padding: 0px;
  font-size: 8pt;
  line-height: 10pt;
 padding-left: 0px; padding-right: 0px; margin-left: auto; margin-right: auto;
}

.footerbar {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1100;
  background-color: #f98500;
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  padding: 10px 20px 0px 20px;
  font-size: 8pt;
  line-height: 10pt;
 padding-left: 0px; padding-right: 0px; margin-left: auto; margin-right: auto;
}


.biotable td {
	padding: 20px;
	vertical-align: top;
}




.property {
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

.property img{
	margin-left: auto;
	margin-right: auto;
}


.biopic {
		border: 1px solid #efefef;

}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #805226;
  border-radius: 10px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  color: #f00;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-fixed-top {
	margin-top: 70px;
	}
  }

.navbar-default .navbar-toggle {
  border-color: #805226;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #810e15;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.container {
background: none;
}

.bodycontainer {
margin-top: 20px;
}


.btn {
	border-radius: 4px; 
	}

.btn-warning {
  color: #fff;
  background-color: #62000c;
  border-color: #62000c;
  
}
.btn-warning:link,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #810e15;
  border-color: #810e15;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #f00;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* 1st level background */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #f9b921;
}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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 {
    color: #555;
    background-color: #ff0;
  }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14pt;
  text-align: left;
  list-style: none;
  background-color: #62000c;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f9b921;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ddd;
  }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  
  @media (min-width: 1200px) {
.container{
    max-width: 1200px;
}
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    opacity: 0;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.ekko-lightbox-nav-overlay a:empty {
    width: 49%
}

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

.ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left
}

.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right
}

.ekko-lightbox .modal-footer {
    text-align: left
}





     