/*----------------- body ---------------*/
body {
	padding-top: 50px;
	padding-bottom: 100px;
	font-family: 'Open Sans', sans-serif;
	background-color:#212121;
}
p {
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	color:#FFFFFF;
}
.navbar-text > a {
	color: inherit;
	text-decoration: none;
}

i.fa-facebook-official {
	font-size: 1.5em;
}
i.fa {
	font-size: 1.5em;
	color: #FFF;
}

ul li {
	color: #FFF;
}

ul.camera li {    
    margin:0 0 10px 0;
    color: #FFF;
}

ul.camera li>a {    
   color: yellow;
   margin-left: 10px;
}

ul.camera li:before {    
    font-family: 'FontAwesome';
    content: '\f030';
    margin:0 15px 0 -25px;
    color: #FFF;
}

.action-buttons a {
	color: #000;
	font-weight: bold;
}
.action-buttons a:hover {
	letter-spacing:2px;
}

/* XS Portrait */
@media (max-width: 480px) {
.site-title {
	color:#FFFFFF;
	font-size:1em;
	float:left;
	margin-top: 0;
}
}


/* XS landscape */
@media (max-width: 767px) {
.site-title {
	color:#FFFFFF;
	font-size:1em;
	float:left;
	margin-top: 0;
}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
.site-title {
	color:#FFFFFF;
	font-size:1em;
	float:left;
	margin-top: 13px;
}
}


/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
.site-title {
	color:#FFFFFF;
	font-size:1em;
	float:left;
	margin-top: 13px;
}
}

/* LG */
@media (min-width: 1200px) {
.site-title {
	color:#FFFFFF;
	font-size:2em;
	float:left;
	margin-top: 4px;
	
}
}



/*-----------nav -------------*/

#home-page .navbar-inverse .navbar-nav > li.nav-home a,
#home-page .navbar-inverse .navbar-nav > li.nav-home a:hover,
#home-page .navbar-inverse .navbar-nav > li.nav-home a:focus,

#senior-page .navbar-inverse .navbar-nav > li.nav-senior a,
#senior-page .navbar-inverse .navbar-nav > li.nav-senior a:hover,
#senior-page .navbar-inverse .navbar-nav > li.nav-senior a:focus,

#portrait-page .navbar-inverse .navbar-nav > li.nav-portrait a,
#portrait-page .navbar-inverse .navbar-nav > li.nav-portrait a:hover,
#portrait-page .navbar-inverse .navbar-nav > li.nav-portrait a:focus,

#animals-page .navbar-inverse .navbar-nav > li.nav-animals a,
#animals-page .navbar-inverse .navbar-nav > li.nav-animals a:hover,
#animals-page .navbar-inverse .navbar-nav > li.nav-animals a:focus,

#real-estate-page .navbar-inverse .navbar-nav > li.nav-real-estate a,
#real-estate-page .navbar-inverse .navbar-nav > li.nav-real-estate a:hover,
#real-estate-page .navbar-inverse .navbar-nav > li.nav-real-estate a:focus,

#landscape-page .navbar-inverse .navbar-nav > li.nav-landscape a,
#landscape-page .navbar-inverse .navbar-nav > li.nav-landscape a:hover,
#landscape-page .navbar-inverse .navbar-nav > li.nav-landscape a:focus
{
	color: #fff;
  	background-color: #080808;
}

.navbar-inverse .navbar-nav a {
	color: #fff !important;
}
.navbar-inverse .navbar-nav a:hover {
	color: #ccc !important;
}
.navbar-inverse .navbar-nav ul.dropdown-menu a {
	color: #000 !important;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav ul.dropdown-menu a {
	color: #FFF !important;
}
}

.modal-header h4 {
	color:#000000;
}


/*----------- fading slideshow ----*/

.carousel.fade {
  opacity: 1;
  position: relative;
  }

.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;  
}
.item img {
	border-radius: 0px;
}

.home-slides img {
	border-radius: 0;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}

.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

img.carousel-shadow {
	display: block;
}

.sponsor-carousel {
	margin-bottom: 20px;
}

img.subheader {
	border-bottom: 2px solid #0b9a96;
}

/*-------- accordian ----*/
.applemenu{
margin: 5px 0 15px 0;
padding: 0;
width: 100%; /*170pxwidth of menu*/
border: 1px solid #3e3e3e;
border-radius: 5px;
}

.applemenu div.silverheader a {
background: black url(../images/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Open Sans";
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 10px 0;
padding-left: 8px;
text-decoration: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #313131;/* white;*/
}
.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/silvergradientover.gif);
color: #313131;/* white;*/
font-size: 16px;
}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #95d2d2;
padding: 5px;
height: 250px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.newsletter ul {
	list-style-type: none;
	position: relative;
	left: -20px;
}

.newsletter ul li {
	color: #969696;
}

.newsletter li a {
	color: #000;
}

/*------------------ video -----------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------- typogrraphy -----------*/
.thankyou {
	font-size: 17px;
}
/*---------------- images --------------*/
.image-shadow-container {
	margin: 0 10px 5px 10px;	
}

#animals-page img {
	width: 100%;
	margin-bottom: 10px;
}

/*----------- search ----------------*/
#search {
	position: relative;
	top: 10px;
	width: 250px;
}
.gsc-search-button {
    background-color: #999;
    border-radius: 5px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #999 !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #999 !important;
    filter: none;
}
input#gsc-i-id1  {
	position: relative;
	top: -4px;
}

.gsc-control-cse.gsc-control-cse-en {
	background-color: inherit;
	border: none;
}


/*----------- media queries -----------------*/

/* XS Portrait */
@media (max-width: 480px) {

}


/* XS landscape */
@media (max-width: 767px) {

}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

}


/* MD */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* LG */
@media (min-width: 1200px) {

}


img.gallery-thumb {
	margin-bottom: 20px;
}

.navbar-fixed-bottom a {
	color:inherit;
}

#privacy-page ul, #privacy-page li {
	color:#FFFFFF; 
}

.btn-block {
	margin-bottom: 10px;
}












